Package zombie.iso
Class WorldMarkers
java.lang.Object
zombie.iso.WorldMarkers
public final class WorldMarkers
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classWorldMarkers.DirectionArrowstatic classWorldMarkers.GridSquareMarkerstatic classWorldMarkers.PlayerHomingPoint -
Field Summary
Fields Modifier and Type Field Description static WorldMarkersinstance -
Method Summary
Modifier and Type Method Description WorldMarkers.DirectionArrowaddDirectionArrow(IsoPlayer player, int int1, int int2, int int3, java.lang.String string, float float1, float float2, float float3, float float4)WorldMarkers.GridSquareMarkeraddGridSquareMarker(java.lang.String string, java.lang.String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)WorldMarkers.GridSquareMarkeraddGridSquareMarker(java.lang.String string, java.lang.String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4, float float5, float float6, float float7)WorldMarkers.GridSquareMarkeraddGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)WorldMarkers.PlayerHomingPointaddPlayerHomingPoint(IsoPlayer player, int int1, int int2)WorldMarkers.PlayerHomingPointaddPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4)WorldMarkers.PlayerHomingPointaddPlayerHomingPoint(IsoPlayer player, int int1, int int2, java.lang.String string, float float1, float float2, float float3, float float4, boolean boolean1, int int3)voiddebugRender()WorldMarkers.DirectionArrowgetDirectionArrow(int int1)WorldMarkers.GridSquareMarkergetGridSquareMarker(int int1)WorldMarkers.PlayerHomingPointgetHomingPoint(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)voidrenderHomingPoint()voidreset()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, java.lang.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, java.lang.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(java.lang.String string, java.lang.String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4) -
addGridSquareMarker
public WorldMarkers.GridSquareMarker addGridSquareMarker(java.lang.String string, java.lang.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)
-