Uses of Record Class
net.minecraft.advancements.predicates.SlotsPredicate
Packages that use SlotsPredicate
Package
Description
-
Uses of SlotsPredicate in net.minecraft.advancements.predicates
Fields in net.minecraft.advancements.predicates with type parameters of type SlotsPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SlotsPredicate> SlotsPredicate.CODEC -
Uses of SlotsPredicate in net.minecraft.advancements.predicates.entity
Fields in net.minecraft.advancements.predicates.entity declared as SlotsPredicateModifier and TypeFieldDescriptionprivate final SlotsPredicateEntitySlotsPredicate.slotsThe field for theslotsrecord component.Methods in net.minecraft.advancements.predicates.entity that return SlotsPredicateModifier and TypeMethodDescriptionEntitySlotsPredicate.slots()Returns the value of theslotsrecord component.Methods in net.minecraft.advancements.predicates.entity with parameters of type SlotsPredicateConstructors in net.minecraft.advancements.predicates.entity with parameters of type SlotsPredicateModifierConstructorDescriptionCreates an instance of aEntitySlotsPredicaterecord class.