Class EditStreetV1
java.lang.Object
zombie.util.PooledObject
zombie.worldMap.streets.EditStreetV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPoint
(float float0, float float1) org.joml.Vector2f
getAddPointLocation
(float float0, float float1, org.joml.Vector2f vector2f) int
float
getPointX
(int int0) float
getPointY
(int int0) int
getWidth()
void
insertPoint
(float float1, float float2) int
pickPoint
(float float0, float float1) void
removePoint
(int int0) void
void
setPoint
(int int0, float float0, float float1) void
setTranslatedText
(String string) void
setWidth
(int int0) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.util.IPooledObject
onReleased
-
Constructor Details
-
EditStreetV1
public EditStreetV1()
-
-
Method Details
-
getNumPoints
public int getNumPoints() -
getPointX
public float getPointX(int int0) -
getPointY
public float getPointY(int int0) -
addPoint
public void addPoint(float float0, float float1) -
insertPoint
public void insertPoint(float float1, float float2) -
removePoint
public void removePoint(int int0) -
setPoint
public void setPoint(int int0, float float0, float float1) -
getTranslatedText
-
setTranslatedText
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int int0) -
reverseDirection
public void reverseDirection() -
pickPoint
public int pickPoint(float float0, float float1) -
getAddPointLocation
public org.joml.Vector2f getAddPointLocation(float float0, float float1, org.joml.Vector2f vector2f)
-