Uses of Record Class
net.minecraft.advancements.predicates.StatePropertiesPredicate
Packages that use StatePropertiesPredicate
-
Uses of StatePropertiesPredicate in net.minecraft.advancements.predicates
Fields in net.minecraft.advancements.predicates with type parameters of type StatePropertiesPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StatePropertiesPredicate> StatePropertiesPredicate.CODECprivate Optional<StatePropertiesPredicate> BlockPredicate.Builder.propertiesprivate final Optional<StatePropertiesPredicate> BlockPredicate.propertiesThe field for thepropertiesrecord component.private Optional<StatePropertiesPredicate> FluidPredicate.Builder.propertiesprivate final Optional<StatePropertiesPredicate> FluidPredicate.propertiesThe field for thepropertiesrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate> StatePropertiesPredicate.STREAM_CODECMethods in net.minecraft.advancements.predicates that return types with arguments of type StatePropertiesPredicateModifier and TypeMethodDescriptionStatePropertiesPredicate.Builder.build()BlockPredicate.properties()Returns the value of thepropertiesrecord component.FluidPredicate.properties()Returns the value of thepropertiesrecord component.Methods in net.minecraft.advancements.predicates with parameters of type StatePropertiesPredicateModifier and TypeMethodDescriptionFluidPredicate.Builder.setProperties(StatePropertiesPredicate properties) -
Uses of StatePropertiesPredicate in net.minecraft.advancements.triggers
Fields in net.minecraft.advancements.triggers with type parameters of type StatePropertiesPredicateModifier and TypeFieldDescriptionprivate final Optional<StatePropertiesPredicate> BeeNestDestroyedTrigger.TriggerInstance.stateThe field for thestaterecord component.private final Optional<StatePropertiesPredicate> EnterBlockTrigger.TriggerInstance.stateThe field for thestaterecord component.private final Optional<StatePropertiesPredicate> SlideDownBlockTrigger.TriggerInstance.stateThe field for thestaterecord component.Methods in net.minecraft.advancements.triggers that return types with arguments of type StatePropertiesPredicateModifier and TypeMethodDescriptionBeeNestDestroyedTrigger.TriggerInstance.state()Returns the value of thestaterecord component.EnterBlockTrigger.TriggerInstance.state()Returns the value of thestaterecord component.SlideDownBlockTrigger.TriggerInstance.state()Returns the value of thestaterecord component.