Package net.minecraft.entity
Class EntityPredicates
java.lang.Object
net.minecraft.entity.EntityPredicates
public final class EntityPredicates extends Object
- Mappings:
Namespace Name official pointermediary net/minecraft/class_1748named net/minecraft/entity/EntityPredicates
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityPredicates.Armored -
Field Summary
Fields Modifier and Type Field Description static Predicate<Entity>ENTITY_ALIVEstatic Predicate<Entity>ENTITY_HAS_INVENTORYstatic Predicate<Entity>ENTITY_NO_RIDERstatic Predicate<Entity>ENTITY_NOT_PLAYER -
Constructor Summary
Constructors Constructor Description EntityPredicates() -
Method Summary
-
Field Details
-
ENTITY_ALIVE
- Mappings:
Namespace Name Mixin selector official aLpo;a:Lcom/google/common/base/Predicate;intermediary field_7422Lnet/minecraft/class_1748;field_7422:Lcom/google/common/base/Predicate;named ENTITY_ALIVELnet/minecraft/entity/EntityPredicates;ENTITY_ALIVE:Lcom/google/common/base/Predicate;
-
ENTITY_NO_RIDER
- Mappings:
Namespace Name Mixin selector official bLpo;b:Lcom/google/common/base/Predicate;intermediary field_7423Lnet/minecraft/class_1748;field_7423:Lcom/google/common/base/Predicate;named ENTITY_NO_RIDERLnet/minecraft/entity/EntityPredicates;ENTITY_NO_RIDER:Lcom/google/common/base/Predicate;
-
ENTITY_HAS_INVENTORY
- Mappings:
Namespace Name Mixin selector official cLpo;c:Lcom/google/common/base/Predicate;intermediary field_7424Lnet/minecraft/class_1748;field_7424:Lcom/google/common/base/Predicate;named ENTITY_HAS_INVENTORYLnet/minecraft/entity/EntityPredicates;ENTITY_HAS_INVENTORY:Lcom/google/common/base/Predicate;
-
ENTITY_NOT_PLAYER
- Mappings:
Namespace Name Mixin selector official dLpo;d:Lcom/google/common/base/Predicate;intermediary field_7425Lnet/minecraft/class_1748;field_7425:Lcom/google/common/base/Predicate;named ENTITY_NOT_PLAYERLnet/minecraft/entity/EntityPredicates;ENTITY_NOT_PLAYER:Lcom/google/common/base/Predicate;
-
-
Constructor Details
-
EntityPredicates
public EntityPredicates()
-