Class FluidContainerScript
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.entity.ComponentScript
zombie.scripting.entity.components.fluids.FluidContainerScript
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class zombie.scripting.entity.ComponentScript
type
-
Method Summary
Modifier and TypeMethodDescriptionboolean
float
float
boolean
float
boolean
boolean
boolean
void
OnScriptsLoaded
(ScriptLoadMode scriptLoadMode) void
Methods inherited from class zombie.scripting.entity.ComponentScript
getName, isoMasterOnly
Methods inherited from class zombie.scripting.objects.BaseScriptObject
addLoadedScriptBody, calculateScriptVersion, debugString, getAllScriptLines, getBodyScriptLines, getLoadedScriptBodies, getLoadedScriptBodyCount, getModule, getObsolete, getParent, getScriptLines, getScriptObjectFullType, getScriptObjectName, getScriptObjectType, getScriptVersion, getVersion, InitLoadPP, isDebugOnly, isEnabled, Load, LoadCommonBlock, LoadCommonBlock, OnLoadedAfterLua, OnPostWorldDictionaryInit, reset, resetLoadedScriptBodies, setModule, setParent
-
Method Details
-
PreReload
public void PreReload()- Overrides:
PreReload
in classBaseScriptObject
-
OnScriptsLoaded
- Overrides:
OnScriptsLoaded
in classComponentScript
- Throws:
Exception
-
getWhitelistCopy
-
getBlacklistCopy
-
getContainerName
-
getCustomDrinkSound
-
getCapacity
public float getCapacity() -
getInitialAmount
public float getInitialAmount() -
getInitialFluids
-
isInitialFluidsIsRandom
public boolean isInitialFluidsIsRandom() -
getInputLocked
public boolean getInputLocked() -
getCanEmpty
public boolean getCanEmpty() -
isHiddenAmount
public boolean isHiddenAmount() -
getRainCatcher
public float getRainCatcher() -
isFilledWithCleanWater
public boolean isFilledWithCleanWater()
-