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 TypeMethodDescriptionbooleanfloatfloatbooleanfloatbooleanbooleanbooleanvoidvoidMethods inherited from class zombie.scripting.entity.ComponentScript
getName, isoMasterOnlyMethods 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:
PreReloadin classBaseScriptObject
-
OnScriptsLoaded
- Overrides:
OnScriptsLoadedin 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()
-