Class EntitySelectors


  • public final class EntitySelectors
    extends java.lang.Object
    • Field Detail

      • IS_STANDALONE

        public static final Predicate<Entity> IS_STANDALONE
        + Selects only entities which are neither ridden by anything nor ride on anything
      • selectInventories

        public static final Predicate<Entity> selectInventories
      • NOT_SPECTATING

        public static final Predicate<Entity> NOT_SPECTATING
        + Selects entities which are either not players or players that are not spectating
    • Constructor Detail

      • EntitySelectors

        public EntitySelectors()