Package zombie.world

Class WorldDictionary

java.lang.Object
zombie.world.WorldDictionary

public class WorldDictionary extends Object
  • Field Details

  • Constructor Details

    • WorldDictionary

      public WorldDictionary()
  • Method Details

    • log

      protected static void log(String string)
    • log

      protected static void log(String string, boolean boolean1)
    • setIsNewGame

      public static void setIsNewGame(boolean boolean1)
    • isIsNewGame

      public static boolean isIsNewGame()
    • StartScriptLoading

      public static void StartScriptLoading()
    • ScriptsLoaded

      public static void ScriptsLoaded()
    • onLoadItem

      public static void onLoadItem(Item item)
    • loadDataFromServer

      public static void loadDataFromServer(ByteBuffer byteBuffer) throws IOException
      Throws:
      IOException
    • saveDataForClient

      public static void saveDataForClient(ByteBuffer byteBuffer) throws IOException
      Throws:
      IOException
    • init

      public static void init() throws WorldDictionaryException
      Throws:
      WorldDictionaryException
    • onWorldLoaded

      public static void onWorldLoaded()
    • getItemInfoFromType

      public static ItemInfo getItemInfoFromType(String string)
    • getItemInfoFromID

      public static ItemInfo getItemInfoFromID(short short1)
    • getItemRegistryID

      public static short getItemRegistryID(String string)
    • getItemTypeFromID

      public static String getItemTypeFromID(short short1)
    • getItemTypeDebugString

      public static String getItemTypeDebugString(short short1)
    • getSpriteNameFromID

      public static String getSpriteNameFromID(int int1)
    • getIdForSpriteName

      public static int getIdForSpriteName(String string)
    • getObjectNameFromID

      public static String getObjectNameFromID(byte byte1)
    • getIdForObjectName

      public static byte getIdForObjectName(String string)
    • getItemModID

      public static String getItemModID(short short1)
    • getItemModID

      public static String getItemModID(String string)
    • getModNameFromID

      public static String getModNameFromID(String string)
    • DebugPrintItem

      public static void DebugPrintItem(InventoryItem inventoryItem)
    • DebugPrintItem

      public static void DebugPrintItem(Item item)
    • DebugPrintItem

      public static void DebugPrintItem(String string)
    • DebugPrintItem

      public static void DebugPrintItem(short short1)