Class MutableInteractionCondition

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
All Implemented Interfaces:
InteractionCondition
Direct Known Subclasses:
EqualInteractionCondition, GreaterThanInteractionCondition, GreaterThanOrEqualInteractionCondition, InRangeExclusiveInteractionCondition, LessThanOrEqualInteractionCondition, LogicalNOTInteractionCondition, StringCompareCaseInsensitiveInteractionCondition, StringCompareInteractionCondition

public abstract class MutableInteractionCondition extends Object implements InteractionCondition