Interface Matchables.Matchable<T>

All Known Implementing Classes:
Matchables.AdvancementCondition, Matchables.EffectsCondition, Matchables.GamestageCondition, Matchables.NBTCondition, Matchables.NumberBoundCondition, Matchables.PositionCondition, Matchables.ScoreboardCondition
Enclosing class:
Matchables

public static interface Matchables.Matchable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(T elem)
     
  • Method Details

    • matches

      boolean matches(T elem)