Object
EffectPair

@Internal public class EffectPair extends Object
  • Field Details

    • generatorRowId

      public final long generatorRowId
    • external

      public final boolean external
    • effect

      @NotNull public final ActionEffect effect
    • inverse

      @Nullable public final ActionEffect inverse
  • Constructor Details

    • EffectPair

      public EffectPair(long generatorRowId, boolean external, @NotNull ActionEffect effect, @Nullable ActionEffect inverse)