Uses of Record Class
net.minecraft.advancements.critereon.StatePropertiesPredicate
Packages that use StatePropertiesPredicate
Package
Description
-
Uses of StatePropertiesPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon 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.private final Optional<StatePropertiesPredicate> EnterBlockTrigger.TriggerInstance.stateThe field for thestaterecord component.private final Optional<StatePropertiesPredicate> SlideDownBlockTrigger.TriggerInstance.stateThe field for thestaterecord component.static final StreamCodec<io.netty.buffer.ByteBuf, StatePropertiesPredicate> StatePropertiesPredicate.STREAM_CODECMethods in net.minecraft.advancements.critereon 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.EnterBlockTrigger.TriggerInstance.state()Returns the value of thestaterecord component.SlideDownBlockTrigger.TriggerInstance.state()Returns the value of thestaterecord component.Methods in net.minecraft.advancements.critereon with parameters of type StatePropertiesPredicateModifier and TypeMethodDescriptionFluidPredicate.Builder.setProperties(StatePropertiesPredicate p_151170_) -
Uses of StatePropertiesPredicate in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates with type parameters of type StatePropertiesPredicateModifier and TypeFieldDescriptionprivate Optional<StatePropertiesPredicate> LootItemBlockStatePropertyCondition.Builder.propertiesprivate final Optional<StatePropertiesPredicate> LootItemBlockStatePropertyCondition.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.world.level.storage.loot.predicates that return types with arguments of type StatePropertiesPredicateModifier and TypeMethodDescriptionLootItemBlockStatePropertyCondition.properties()Returns the value of thepropertiesrecord component.Constructor parameters in net.minecraft.world.level.storage.loot.predicates with type arguments of type StatePropertiesPredicateModifierConstructorDescriptionLootItemBlockStatePropertyCondition(Holder<Block> block, Optional<StatePropertiesPredicate> properties) Creates an instance of aLootItemBlockStatePropertyConditionrecord class.