Class RandomGenerator<T extends RandomGenerator<T>>

java.lang.Object
zombie.scripting.itemConfig.RandomGenerator<T>
  • Constructor Details

    • RandomGenerator

      public RandomGenerator()
  • Method Details

    • setChance

      protected void setChance(float float0)
    • getChance

      protected float getChance()
    • execute

      public abstract boolean execute(GameEntity var1)
    • copy

      public abstract T copy()