Package zombie.core.stash
Class StashAnnotation
java.lang.Object
zombie.core.stash.StashAnnotation
public final class StashAnnotation
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StashAnnotation()
-
Method Summary
Modifier and Type Method Description void
fromLua(KahluaTable kahluaTable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
symbol
public java.lang.String symbol -
text
public java.lang.String text -
x
public float x -
y
public float y -
r
public float r -
g
public float g -
b
public float b
-
-
Constructor Details
-
StashAnnotation
public StashAnnotation()
-
-
Method Details
-
fromLua
-