Class WorldDictionary

java.lang.Object
zombie.world.WorldDictionary

public class WorldDictionary extends Object
TurboTuTone.
  • Field Details

  • Constructor Details

    • WorldDictionary

      public WorldDictionary()
  • Method Details

    • log

      protected static void log(String string)
    • log

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

      public static void setIsNewGame(boolean _isNewGame)
    • isIsNewGame

      public static boolean isIsNewGame()
    • StartScriptLoading

      public static void StartScriptLoading()
    • ScriptsLoaded

      public static void ScriptsLoaded()
    • isAllowScriptItemLoading

      public static boolean isAllowScriptItemLoading()
    • onLoadEntity

      public static void onLoadEntity(GameEntityScript gameEntityScript)
    • loadDataFromServer

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

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

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

      public static void onWorldLoaded()
    • getItemInfoFromType

      public static ItemInfo getItemInfoFromType(String fulltype)
    • getItemInfoFromID

      public static ItemInfo getItemInfoFromID(short registeryID)
    • getItemRegistryID

      public static short getItemRegistryID(String fullType)
    • getItemTypeFromID

      public static String getItemTypeFromID(short id)
    • getItemTypeDebugString

      public static String getItemTypeDebugString(short id)
    • getEntityInfoFromType

      public static EntityInfo getEntityInfoFromType(String string)
    • getEntityInfoFromID

      public static EntityInfo getEntityInfoFromID(short short0)
    • getEntityRegistryID

      public static short getEntityRegistryID(String string)
    • getEntityTypeFromID

      public static String getEntityTypeFromID(short short0)
    • getEntityTypeDebugString

      public static String getEntityTypeDebugString(short short0)
    • getSpriteNameFromID

      public static String getSpriteNameFromID(int id)
    • getIdForSpriteName

      public static int getIdForSpriteName(String name)
    • getObjectNameFromID

      public static String getObjectNameFromID(byte id)
    • getIdForObjectName

      public static byte getIdForObjectName(String name)
    • getItemModID

      public static String getItemModID(short registeryID)
    • getItemModID

      public static String getItemModID(String fulltype)
    • getModNameFromID

      public static String getModNameFromID(String modid)
    • DebugPrintItem

      public static void DebugPrintItem(InventoryItem item)
    • DebugPrintItem

      public static void DebugPrintItem(Item item)
    • DebugPrintItem

      public static void DebugPrintItem(String fullitem)
    • DebugPrintItem

      public static void DebugPrintItem(short id)
    • getEntityModID

      public static String getEntityModID(short short0)
    • getEntityModID

      public static String getEntityModID(String string)
    • DebugPrintEntity

      public static void DebugPrintEntity(GameEntity gameEntity)
    • DebugPrintEntity

      public static void DebugPrintEntity(GameEntityScript gameEntityScript)
    • DebugPrintEntity

      public static void DebugPrintEntity(String string)
    • DebugPrintEntity

      public static void DebugPrintEntity(short short0)