Class EntityEquipmentPredicate
java.lang.Object
net.minecraft.advancements.critereon.EntityEquipmentPredicate
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EntityEquipmentPredicate
static final EntityEquipmentPredicate
private final ItemPredicate
private final ItemPredicate
private final ItemPredicate
private final ItemPredicate
private final ItemPredicate
private final ItemPredicate
-
Constructor Summary
ConstructorDescriptionEntityEquipmentPredicate
(ItemPredicate p_32186_, ItemPredicate p_32187_, ItemPredicate p_32188_, ItemPredicate p_32189_, ItemPredicate p_32190_, ItemPredicate p_32191_) -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityEquipmentPredicate
fromJson
(com.google.gson.JsonElement p_32196_) boolean
com.google.gson.JsonElement
-
Field Details
-
ANY
-
CAPTAIN
-
head
-
chest
-
legs
-
feet
-
mainhand
-
offhand
-
-
Constructor Details
-
EntityEquipmentPredicate
public EntityEquipmentPredicate(ItemPredicate p_32186_, ItemPredicate p_32187_, ItemPredicate p_32188_, ItemPredicate p_32189_, ItemPredicate p_32190_, ItemPredicate p_32191_)
-
-
Method Details
-
matches
-
fromJson
-
serializeToJson
public com.google.gson.JsonElement serializeToJson()
-