Package net.minecraft.predicate.entity
Class EntityEquipmentPredicate
java.lang.Object
net.minecraft.predicate.entity.EntityEquipmentPredicate
public class EntityEquipmentPredicate extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityEquipmentPredicate.Builder -
Field Summary
Fields Modifier and Type Field Description static EntityEquipmentPredicateANYprivate ItemPredicatechestprivate ItemPredicatefeetprivate ItemPredicateheadprivate ItemPredicatelegsprivate ItemPredicatemainhandprivate ItemPredicateoffhandstatic EntityEquipmentPredicateOMINOUS_BANNER_ON_HEAD -
Constructor Summary
Constructors Constructor Description EntityEquipmentPredicate(ItemPredicate head, ItemPredicate chest, ItemPredicate legs, ItemPredicate feet, ItemPredicate mainhand, ItemPredicate offhand) -
Method Summary
Modifier and Type Method Description static EntityEquipmentPredicatefromJson(JsonElement json)booleantest(Entity entity)JsonElementtoJson()
-
Field Details
-
ANY
-
OMINOUS_BANNER_ON_HEAD
-
head
-
chest
-
legs
-
feet
-
mainhand
-
offhand
-
-
Constructor Details
-
EntityEquipmentPredicate
public EntityEquipmentPredicate(ItemPredicate head, ItemPredicate chest, ItemPredicate legs, ItemPredicate feet, ItemPredicate mainhand, ItemPredicate offhand)
-
-
Method Details
-
test
-
fromJson
-
toJson
-