Class WorldDictionary
java.lang.Object
zombie.world.WorldDictionary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
DebugPrintEntity
(short short0) static void
DebugPrintEntity
(String string) static void
DebugPrintEntity
(GameEntity gameEntity) static void
DebugPrintEntity
(GameEntityScript gameEntityScript) static void
DebugPrintItem
(short id) static void
DebugPrintItem
(String fullitem) static void
DebugPrintItem
(InventoryItem item) static void
DebugPrintItem
(Item item) static EntityInfo
getEntityInfoFromID
(short short0) static EntityInfo
getEntityInfoFromType
(String string) static String
getEntityModID
(short short0) static String
getEntityModID
(String string) static short
getEntityRegistryID
(String string) static String
getEntityTypeDebugString
(short short0) static String
getEntityTypeFromID
(short short0) static byte
getIdForObjectName
(String name) static int
getIdForSpriteName
(String name) static ItemInfo
getItemInfoFromID
(short registeryID) static ItemInfo
getItemInfoFromType
(String fulltype) static String
getItemModID
(short registeryID) static String
getItemModID
(String fulltype) static short
getItemRegistryID
(String fullType) static String
getItemTypeDebugString
(short id) static String
getItemTypeFromID
(short id) static String
getModNameFromID
(String modid) static String
getObjectNameFromID
(byte id) static String
getSpriteNameFromID
(int id) static void
init()
static boolean
static boolean
static void
protected static void
protected static void
static void
onLoadEntity
(GameEntityScript gameEntityScript) static void
static void
static void
static void
setIsNewGame
(boolean _isNewGame) static void
-
Field Details
-
VERSION
public static final int VERSION- See Also:
-
SAVE_FILE_READABLE
- See Also:
-
SAVE_FILE_LOG
- See Also:
-
SAVE_FILE
- See Also:
-
SAVE_EXT
- See Also:
-
logUnset
public static final boolean logUnset- See Also:
-
logMissingObjectID
public static final boolean logMissingObjectID- See Also:
-
-
Constructor Details
-
WorldDictionary
public WorldDictionary()
-
-
Method Details
-
log
-
log
-
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
-
loadDataFromServer
- Throws:
IOException
-
saveDataForClient
- Throws:
IOException
-
init
- Throws:
WorldDictionaryException
-
onWorldLoaded
public static void onWorldLoaded() -
getItemInfoFromType
-
getItemInfoFromID
-
getItemRegistryID
-
getItemTypeFromID
-
getItemTypeDebugString
-
getEntityInfoFromType
-
getEntityInfoFromID
-
getEntityRegistryID
-
getEntityTypeFromID
-
getEntityTypeDebugString
-
getSpriteNameFromID
-
getIdForSpriteName
-
getObjectNameFromID
-
getIdForObjectName
-
getItemModID
-
getItemModID
-
getModNameFromID
-
DebugPrintItem
-
DebugPrintItem
-
DebugPrintItem
-
DebugPrintItem
public static void DebugPrintItem(short id) -
getEntityModID
-
getEntityModID
-
DebugPrintEntity
-
DebugPrintEntity
-
DebugPrintEntity
-
DebugPrintEntity
public static void DebugPrintEntity(short short0)
-