Uses of Record Class
net.minecraft.advancements.predicates.NbtPredicate
Packages that use NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.advancements.predicates
Fields in net.minecraft.advancements.predicates with type parameters of type NbtPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NbtPredicate> NbtPredicate.CODECprivate Optional<NbtPredicate> BlockPredicate.Builder.nbtprivate final Optional<NbtPredicate> BlockPredicate.nbtThe field for thenbtrecord component.static final StreamCodec<io.netty.buffer.ByteBuf, NbtPredicate> NbtPredicate.STREAM_CODECMethods in net.minecraft.advancements.predicates that return types with arguments of type NbtPredicateModifier and TypeMethodDescriptionBlockPredicate.nbt()Returns the value of thenbtrecord component.Methods in net.minecraft.advancements.predicates with parameters of type NbtPredicateModifier and TypeMethodDescriptionprivate static booleanBlockPredicate.matchesBlockEntity(LevelReader level, @Nullable BlockEntity entity, NbtPredicate nbt) -
Uses of NbtPredicate in net.minecraft.advancements.predicates.entity
Fields in net.minecraft.advancements.predicates.entity declared as NbtPredicateModifier and TypeFieldDescriptionprivate final NbtPredicateEntityNbtPredicate.nbtThe field for thenbtrecord component.Methods in net.minecraft.advancements.predicates.entity that return NbtPredicateModifier and TypeMethodDescriptionEntityNbtPredicate.nbt()Returns the value of thenbtrecord component.Methods in net.minecraft.advancements.predicates.entity with parameters of type NbtPredicateConstructors in net.minecraft.advancements.predicates.entity with parameters of type NbtPredicateModifierConstructorDescriptionCreates an instance of aEntityNbtPredicaterecord class. -
Uses of NbtPredicate in net.minecraft.core.component.predicates
Fields in net.minecraft.core.component.predicates declared as NbtPredicateModifier and TypeFieldDescriptionprivate final NbtPredicateCustomDataPredicate.valueThe field for thevaluerecord component.Methods in net.minecraft.core.component.predicates that return NbtPredicateModifier and TypeMethodDescriptionCustomDataPredicate.value()Returns the value of thevaluerecord component.Methods in net.minecraft.core.component.predicates with parameters of type NbtPredicateModifier and TypeMethodDescriptionstatic CustomDataPredicateCustomDataPredicate.customData(NbtPredicate value) Constructors in net.minecraft.core.component.predicates with parameters of type NbtPredicateModifierConstructorDescriptionCustomDataPredicate(NbtPredicate value) Creates an instance of aCustomDataPredicaterecord class.