Class StringDictionary.StringRegister
java.lang.Object
zombie.world.StringDictionary.StringRegister
- Enclosing class:
StringDictionary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canRegister
(String string) get
(short short0) short
getInfoForID
(short short0) getInfoForName
(String string) boolean
isRegistered
(String string) protected void
load
(ByteBuffer byteBuffer, int int2) loadString
(ByteBuffer byteBuffer, int var2) protected void
protected void
protected void
void
protected void
reset()
protected void
save
(ByteBuffer byteBuffer) protected void
saveAsText
(FileWriter fileWriter, String string0) void
saveString
(ByteBuffer byteBuffer, String string)
-
Field Details
-
maxLen
protected final int maxLen
-
-
Constructor Details
-
StringRegister
-
-
Method Details
-
saveString
-
loadString
-
get
-
getIdFor
-
isRegistered
-
getInfoForName
-
getInfoForID
-
register
-
canRegister
- Throws:
WorldDictionaryException
-
parseLoadList
- Throws:
WorldDictionaryException
-
parseLoadListClient
- Throws:
WorldDictionaryException
-
reset
protected void reset() -
onStartScriptLoading
protected void onStartScriptLoading() -
saveAsText
- Throws:
IOException
-
save
- Throws:
IOException
-
load
- Throws:
IOException
-