Package zombie.iso
Class WorldMarkers
java.lang.Object
zombie.iso.WorldMarkers
public final class WorldMarkers
extends java.lang.Object
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classWorldMarkers.DirectionArrowstatic classWorldMarkers.GridSquareMarkerstatic classWorldMarkers.PlayerHomingPoint
- 
Field SummaryFields Modifier and Type Field Description static WorldMarkersinstance
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
instance
 
- 
- 
Method Details- 
initpublic void init()
- 
resetpublic void reset()
- 
getHomingPoint
- 
addPlayerHomingPoint
- 
addPlayerHomingPointpublic WorldMarkers.PlayerHomingPoint addPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4)
- 
addPlayerHomingPointpublic 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
- 
removeHomingPointpublic boolean removeHomingPoint(int int1)
- 
removePlayerHomingPointpublic boolean removePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint playerHomingPoint)
- 
removePlayerHomingPoint
- 
removeAllHomingPoints
- 
getDirectionArrow
- 
addDirectionArrowpublic WorldMarkers.DirectionArrow addDirectionArrow(IsoPlayer player, int int1, int int2, int int3, java.lang.String string, float float1, float float2, float float3, float float4)
- 
removeDirectionArrow
- 
removeDirectionArrowpublic boolean removeDirectionArrow(int int1)
- 
removePlayerDirectionArrowpublic boolean removePlayerDirectionArrow(IsoPlayer player, WorldMarkers.DirectionArrow directionArrow)
- 
removePlayerDirectionArrow
- 
removeAllDirectionArrows
- 
updatepublic void update()
- 
removeGridSquareMarker
- 
removeGridSquareMarkerpublic boolean removeGridSquareMarker(int int1)
- 
getGridSquareMarker
- 
addGridSquareMarkerpublic WorldMarkers.GridSquareMarker addGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
- 
addGridSquareMarkerpublic WorldMarkers.GridSquareMarker addGridSquareMarker(java.lang.String string, java.lang.String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
- 
addGridSquareMarkerpublic 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
- 
debugRenderpublic void debugRender()
- 
renderpublic void render()
- 
renderHomingPointpublic void renderHomingPoint()
- 
renderDirectionArrowpublic void renderDirectionArrow(boolean boolean1)
- 
intersectLineSegmentspublic static boolean intersectLineSegments(zombie.iso.WorldMarkers.Line line, zombie.iso.WorldMarkers.Line line2, zombie.iso.WorldMarkers.Point point)
 
-