Class AbstractIntegerProperty

java.lang.Object
com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractIntegerProperty
All Implemented Interfaces:
BattleProperty<Integer>
Direct Known Subclasses:
LevelCapProperty, NumPokemonProperty, TeamSelectProperty, TurnTimeProperty

public abstract class AbstractIntegerProperty extends Object implements BattleProperty<Integer>