Package zombie.iso
Class WorldMarkers
java.lang.Object
zombie.iso.WorldMarkers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic final classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddDirectionArrow(IsoPlayer player, int int1, int int2, int int3, String string, float float1, float float2, float float3, float float4) addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4) addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4, float float5, float float6, float float7) addGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4) addPlayerHomingPoint(IsoPlayer player, int int1, int int2) addPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4) addPlayerHomingPoint(IsoPlayer player, int int1, int int2, String string, float float1, float float2, float float3, float float4, boolean boolean1, int int3) voidgetDirectionArrow(int int1) getGridSquareMarker(int int1) getHomingPoint(int int1) voidinit()static booleanintersectLineSegments(zombie.iso.WorldMarkers.Line line, zombie.iso.WorldMarkers.Line line2, zombie.iso.WorldMarkers.Point point) voidremoveAllDirectionArrows(IsoPlayer player) voidremoveAllHomingPoints(IsoPlayer player) booleanremoveDirectionArrow(int int1) booleanremoveDirectionArrow(WorldMarkers.DirectionArrow directionArrow) booleanremoveGridSquareMarker(int int1) booleanremoveGridSquareMarker(WorldMarkers.GridSquareMarker gridSquareMarker) booleanremoveHomingPoint(int int1) booleanremoveHomingPoint(WorldMarkers.PlayerHomingPoint playerHomingPoint) booleanremovePlayerDirectionArrow(IsoPlayer player, int int1) booleanremovePlayerDirectionArrow(IsoPlayer player, WorldMarkers.DirectionArrow directionArrow) booleanremovePlayerHomingPoint(IsoPlayer player, int int1) booleanremovePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint playerHomingPoint) voidrender()voidrenderDirectionArrow(boolean boolean1) voidrenderGridSquareMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2) voidvoidreset()voidupdate()
-
Field Details
-
instance
-
-
Method Details
-
init
public void init() -
reset
public void reset() -
getHomingPoint
-
addPlayerHomingPoint
-
addPlayerHomingPoint
public WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4) -
addPlayerHomingPoint
public WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2, String string, float float1, float float2, float float3, float float4, boolean boolean1, int int3) -
removeHomingPoint
-
removeHomingPoint
public boolean removeHomingPoint(int int1) -
removePlayerHomingPoint
public boolean removePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint playerHomingPoint) -
removePlayerHomingPoint
-
removeAllHomingPoints
-
getDirectionArrow
-
addDirectionArrow
public WorldMarkers.DirectionArrow addDirectionArrow(IsoPlayer player, int int1, int int2, int int3, String string, float float1, float float2, float float3, float float4) -
removeDirectionArrow
-
removeDirectionArrow
public boolean removeDirectionArrow(int int1) -
removePlayerDirectionArrow
public boolean removePlayerDirectionArrow(IsoPlayer player, WorldMarkers.DirectionArrow directionArrow) -
removePlayerDirectionArrow
-
removeAllDirectionArrows
-
update
public void update() -
removeGridSquareMarker
-
removeGridSquareMarker
public boolean removeGridSquareMarker(int int1) -
getGridSquareMarker
-
addGridSquareMarker
public WorldMarkers.GridSquareMarker addGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4) -
addGridSquareMarker
public WorldMarkers.GridSquareMarker addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4) -
addGridSquareMarker
public WorldMarkers.GridSquareMarker addGridSquareMarker(String string, String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4, float float5, float float6, float float7) -
renderGridSquareMarkers
-
debugRender
public void debugRender() -
render
public void render() -
renderHomingPoint
public void renderHomingPoint() -
renderDirectionArrow
public void renderDirectionArrow(boolean boolean1) -
intersectLineSegments
public static boolean intersectLineSegments(zombie.iso.WorldMarkers.Line line, zombie.iso.WorldMarkers.Line line2, zombie.iso.WorldMarkers.Point point)
-