Class ChunkFactory.CommandDefinition

  • Enclosing class:
    ChunkFactory

    public static class ChunkFactory.CommandDefinition
    extends java.lang.Object
    The definition of a Command, which a chunk may hold. The Command holds the value, this describes it.
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandDefinition​(int type, int offset, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getOffset()  
      int getType()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandDefinition

        public CommandDefinition​(int type,
                                 int offset,
                                 java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getOffset

        public int getOffset()
      • getType

        public int getType()