Class BooleanBattleProperty

java.lang.Object
com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractBooleanProperty
com.pixelmonmod.pixelmon.battles.api.rules.property.BooleanBattleProperty
All Implemented Interfaces:
BattleProperty<Boolean>

public class BooleanBattleProperty extends AbstractBooleanProperty
  • Constructor Details

    • BooleanBattleProperty

      public BooleanBattleProperty(String id, boolean requiredByClient, @Nullable Boolean defaultValue)
  • Method Details