Package zombie.world

Class ItemInfo

java.lang.Object
zombie.world.ItemInfo

public class ItemInfo extends Object
  • Field Details

    • itemName

      protected String itemName
    • moduleName

      protected String moduleName
    • fullType

      protected String fullType
    • registryID

      protected short registryID
    • existsAsVanilla

      protected boolean existsAsVanilla
    • isModded

      protected boolean isModded
    • modID

      protected String modID
    • obsolete

      protected boolean obsolete
    • removed

      protected boolean removed
    • isLoaded

      protected boolean isLoaded
    • modOverrides

      protected List modOverrides
    • scriptItem

      protected Item scriptItem
  • Constructor Details

    • ItemInfo

      public ItemInfo()
  • Method Details

    • getFullType

      public String getFullType()
    • getRegistryID

      public short getRegistryID()
    • isExistsAsVanilla

      public boolean isExistsAsVanilla()
    • isModded

      public boolean isModded()
    • getModID

      public String getModID()
    • isObsolete

      public boolean isObsolete()
    • isRemoved

      public boolean isRemoved()
    • isLoaded

      public boolean isLoaded()
    • getScriptItem

      public Item getScriptItem()
    • getModOverrides

      public List getModOverrides()
    • copy

      public ItemInfo copy()
    • isValid

      public boolean isValid()
    • DebugPrint

      public void DebugPrint()
    • GetDebugString

      public String GetDebugString()
    • ToString

      public String ToString()
    • saveAsText

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

      protected void save(ByteBuffer byteBuffer, List list, List list2)
    • load

      protected void load(ByteBuffer byteBuffer, int int1, List list, List list2)