Class FluidContainerScript

java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.entity.ComponentScript
zombie.scripting.entity.components.fluids.FluidContainerScript

public class FluidContainerScript extends ComponentScript
  • Method Details

    • PreReload

      public void PreReload()
      Overrides:
      PreReload in class BaseScriptObject
    • OnScriptsLoaded

      public void OnScriptsLoaded(ScriptLoadMode scriptLoadMode) throws Exception
      Overrides:
      OnScriptsLoaded in class ComponentScript
      Throws:
      Exception
    • getWhitelistCopy

      public FluidFilter getWhitelistCopy()
    • getBlacklistCopy

      public FluidFilter getBlacklistCopy()
    • getContainerName

      public String getContainerName()
    • getCustomDrinkSound

      public String getCustomDrinkSound()
    • getCapacity

      public float getCapacity()
    • getInitialAmount

      public float getInitialAmount()
    • getInitialFluids

      public ArrayList<FluidContainerScript.FluidScript> 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()