Package zombie.world
Class WorldDictionary
java.lang.Object
zombie.world.WorldDictionary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
DebugPrintItem
(short short1) static void
DebugPrintItem
(String string) static void
DebugPrintItem
(InventoryItem inventoryItem) static void
DebugPrintItem
(Item item) static byte
getIdForObjectName
(String string) static int
getIdForSpriteName
(String string) static ItemInfo
getItemInfoFromID
(short short1) static ItemInfo
getItemInfoFromType
(String string) static String
getItemModID
(short short1) static String
getItemModID
(String string) static short
getItemRegistryID
(String string) static String
getItemTypeDebugString
(short short1) static String
getItemTypeFromID
(short short1) static String
getModNameFromID
(String string) static String
getObjectNameFromID
(byte byte1) static String
getSpriteNameFromID
(int int1) static void
init()
static boolean
static void
loadDataFromServer
(ByteBuffer byteBuffer) protected static void
protected static void
static void
onLoadItem
(Item item) static void
static void
saveDataForClient
(ByteBuffer byteBuffer) static void
static void
setIsNewGame
(boolean boolean1) static void
-
Field Details
-
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 boolean1) -
isIsNewGame
public static boolean isIsNewGame() -
StartScriptLoading
public static void StartScriptLoading() -
ScriptsLoaded
public static void ScriptsLoaded() -
onLoadItem
-
loadDataFromServer
- Throws:
IOException
-
saveDataForClient
- Throws:
IOException
-
init
- Throws:
WorldDictionaryException
-
onWorldLoaded
public static void onWorldLoaded() -
getItemInfoFromType
-
getItemInfoFromID
-
getItemRegistryID
-
getItemTypeFromID
-
getItemTypeDebugString
-
getSpriteNameFromID
-
getIdForSpriteName
-
getObjectNameFromID
-
getIdForObjectName
-
getItemModID
-
getItemModID
-
getModNameFromID
-
DebugPrintItem
-
DebugPrintItem
-
DebugPrintItem
-
DebugPrintItem
public static void DebugPrintItem(short short1)
-