Class DictionaryScriptInfo<T extends BaseScriptObject>

java.lang.Object
zombie.world.DictionaryScriptInfo<T>

public class DictionaryScriptInfo<T extends BaseScriptObject> extends Object
  • Field Details

    • script

      protected T extends BaseScriptObject script
    • name

      protected String name
    • registryID

      protected short registryID
    • version

      protected long version
    • isLoaded

      protected boolean isLoaded
  • Constructor Details

    • DictionaryScriptInfo

      public DictionaryScriptInfo()
  • Method Details

    • getScript

      public T getScript()
    • getName

      public String getName()
    • getRegistryID

      public short getRegistryID()
    • getVersion

      public long getVersion()
    • isLoaded

      public boolean isLoaded()
    • copy

      protected DictionaryScriptInfo<T> copy()
    • saveAsText

      protected void saveAsText(FileWriter fileWriter, String string) throws IOException
      Throws:
      IOException
    • save

      protected void save(ByteBuffer byteBuffer)
    • load

      protected void load(ByteBuffer byteBuffer, int var2)