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 class
WorldMarkers.DirectionArrow
static class
WorldMarkers.GridSquareMarker
static class
WorldMarkers.PlayerHomingPoint
-
Field Summary
Fields Modifier and Type Field Description static WorldMarkers
instance
-
Method Summary
Modifier and Type Method Description WorldMarkers.DirectionArrow
addDirectionArrow(IsoPlayer player, int int1, int int2, int int3, java.lang.String string, float float1, float float2, float float3, float float4)
WorldMarkers.GridSquareMarker
addGridSquareMarker(java.lang.String string, java.lang.String string2, IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
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)
WorldMarkers.GridSquareMarker
addGridSquareMarker(IsoGridSquare square, float float1, float float2, float float3, boolean boolean1, float float4)
WorldMarkers.PlayerHomingPoint
addPlayerHomingPoint(IsoPlayer player, int int1, int int2)
WorldMarkers.PlayerHomingPoint
addPlayerHomingPoint(IsoPlayer player, int int1, int int2, float float1, float float2, float float3, float float4)
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)
void
debugRender()
WorldMarkers.DirectionArrow
getDirectionArrow(int int1)
WorldMarkers.GridSquareMarker
getGridSquareMarker(int int1)
WorldMarkers.PlayerHomingPoint
getHomingPoint(int int1)
void
init()
static boolean
intersectLineSegments(zombie.iso.WorldMarkers.Line line, zombie.iso.WorldMarkers.Line line2, zombie.iso.WorldMarkers.Point point)
void
removeAllDirectionArrows(IsoPlayer player)
void
removeAllHomingPoints(IsoPlayer player)
boolean
removeDirectionArrow(int int1)
boolean
removeDirectionArrow(WorldMarkers.DirectionArrow directionArrow)
boolean
removeGridSquareMarker(int int1)
boolean
removeGridSquareMarker(WorldMarkers.GridSquareMarker gridSquareMarker)
boolean
removeHomingPoint(int int1)
boolean
removeHomingPoint(WorldMarkers.PlayerHomingPoint playerHomingPoint)
boolean
removePlayerDirectionArrow(IsoPlayer player, int int1)
boolean
removePlayerDirectionArrow(IsoPlayer player, WorldMarkers.DirectionArrow directionArrow)
boolean
removePlayerHomingPoint(IsoPlayer player, int int1)
boolean
removePlayerHomingPoint(IsoPlayer player, WorldMarkers.PlayerHomingPoint playerHomingPoint)
void
render()
void
renderDirectionArrow(boolean boolean1)
void
renderGridSquareMarkers(IsoCell.PerPlayerRender perPlayerRender, int int1, int int2)
void
renderHomingPoint()
void
reset()
void
update()
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)
-