Class FluidDefinitionScript

java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.FluidDefinitionScript

public class FluidDefinitionScript extends BaseScriptObject
  • Constructor Details

    • FluidDefinitionScript

      protected FluidDefinitionScript()
  • Method Details

    • getExistsAsVanilla

      public boolean getExistsAsVanilla()
    • isVanilla

      public boolean isVanilla()
    • getModID

      public String getModID()
    • getFluidType

      public FluidType getFluidType()
    • getFluidTypeString

      public String getFluidTypeString()
    • getDisplayName

      public String getDisplayName()
    • getColor

      public Color getColor()
    • getCategories

      public EnumSet<FluidCategory> getCategories()
    • getBlendWhitelist

      public FluidFilterScript getBlendWhitelist()
    • getBlendBlackList

      public FluidFilterScript getBlendBlackList()
    • getPoisonMaxEffect

      public PoisonEffect getPoisonMaxEffect()
    • getPoisonMinAmount

      public float getPoisonMinAmount()
    • getPoisonDiluteRatio

      public float getPoisonDiluteRatio()
    • getFatigueChange

      public float getFatigueChange()
    • getHungerChange

      public float getHungerChange()
    • getStressChange

      public float getStressChange()
    • getThirstChange

      public float getThirstChange()
    • getUnhappyChange

      public float getUnhappyChange()
    • getCalories

      public float getCalories()
    • getCarbohydrates

      public float getCarbohydrates()
    • getLipids

      public float getLipids()
    • getProteins

      public float getProteins()
    • getAlcohol

      public float getAlcohol()
    • getFluReduction

      public float getFluReduction()
    • getPainReduction

      public float getPainReduction()
    • getEnduranceChange

      public float getEnduranceChange()
    • getFoodSicknessReduction

      public float getFoodSicknessReduction()
    • hasPropertiesSet

      public boolean hasPropertiesSet()
    • InitLoadPP

      public void InitLoadPP(String string)
      Overrides:
      InitLoadPP in class BaseScriptObject
    • Load

      public void Load(String string1, String string0) throws Exception
      Overrides:
      Load in class BaseScriptObject
      Throws:
      Exception
    • PreReload

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

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

      public void OnScriptsLoaded(ScriptLoadMode var1) throws Exception
      Overrides:
      OnScriptsLoaded in class BaseScriptObject
      Throws:
      Exception
    • OnLoadedAfterLua

      public void OnLoadedAfterLua() throws Exception
      Overrides:
      OnLoadedAfterLua in class BaseScriptObject
      Throws:
      Exception
    • OnPostWorldDictionaryInit

      public void OnPostWorldDictionaryInit() throws Exception
      Overrides:
      OnPostWorldDictionaryInit in class BaseScriptObject
      Throws:
      Exception