Class StashAnnotation

java.lang.Object
zombie.core.stash.StashAnnotation

public final class StashAnnotation
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float b  
    float g  
    float r  
    java.lang.String symbol  
    java.lang.String text  
    float x  
    float y  
  • 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

      public void fromLua​(KahluaTable kahluaTable)