Class EntityPredicates

java.lang.Object
net.minecraft.entity.EntityPredicates

public final class EntityPredicates
extends Object
Mappings:
Namespace Name
official po
intermediary net/minecraft/class_1748
named net/minecraft/entity/EntityPredicates
  • Field Details

    • ENTITY_ALIVE

      public static final Predicate<Entity> ENTITY_ALIVE
      Mappings:
      Namespace Name Mixin selector
      official a Lpo;a:Lcom/google/common/base/Predicate;
      intermediary field_7422 Lnet/minecraft/class_1748;field_7422:Lcom/google/common/base/Predicate;
      named ENTITY_ALIVE Lnet/minecraft/entity/EntityPredicates;ENTITY_ALIVE:Lcom/google/common/base/Predicate;
    • ENTITY_NO_RIDER

      public static final Predicate<Entity> ENTITY_NO_RIDER
      Mappings:
      Namespace Name Mixin selector
      official b Lpo;b:Lcom/google/common/base/Predicate;
      intermediary field_7423 Lnet/minecraft/class_1748;field_7423:Lcom/google/common/base/Predicate;
      named ENTITY_NO_RIDER Lnet/minecraft/entity/EntityPredicates;ENTITY_NO_RIDER:Lcom/google/common/base/Predicate;
    • ENTITY_HAS_INVENTORY

      public static final Predicate<Entity> ENTITY_HAS_INVENTORY
      Mappings:
      Namespace Name Mixin selector
      official c Lpo;c:Lcom/google/common/base/Predicate;
      intermediary field_7424 Lnet/minecraft/class_1748;field_7424:Lcom/google/common/base/Predicate;
      named ENTITY_HAS_INVENTORY Lnet/minecraft/entity/EntityPredicates;ENTITY_HAS_INVENTORY:Lcom/google/common/base/Predicate;
    • ENTITY_NOT_PLAYER

      public static final Predicate<Entity> ENTITY_NOT_PLAYER
      Mappings:
      Namespace Name Mixin selector
      official d Lpo;d:Lcom/google/common/base/Predicate;
      intermediary field_7425 Lnet/minecraft/class_1748;field_7425:Lcom/google/common/base/Predicate;
      named ENTITY_NOT_PLAYER Lnet/minecraft/entity/EntityPredicates;ENTITY_NOT_PLAYER:Lcom/google/common/base/Predicate;
  • Constructor Details

    • EntityPredicates

      public EntityPredicates()