Uses of Class
zombie.iso.WorldMarkers.PlayerHomingPoint
Packages that use WorldMarkers.PlayerHomingPoint
-
Uses of WorldMarkers.PlayerHomingPoint in zombie.iso
Methods in zombie.iso that return WorldMarkers.PlayerHomingPointModifier and TypeMethodDescriptionWorldMarkers.addPlayerHomingPoint(IsoPlayer player, int x, int y) WorldMarkers.addPlayerHomingPoint(IsoPlayer player, int x, int y, float r, float g, float b, float a) WorldMarkers.addPlayerHomingPoint(IsoPlayer player, int x, int y, String texname, float r, float g, float b, float a, boolean homeOnTarget, int homeOnDist) WorldMarkers.getHomingPoint(int id) Methods in zombie.iso with parameters of type WorldMarkers.PlayerHomingPointModifier and TypeMethodDescriptionbooleanWorldMarkers.removeHomingPoint(WorldMarkers.PlayerHomingPoint point) booleanWorldMarkers.removePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint point)