Uses of Record Class
net.minecraft.advancements.critereon.NbtPredicate
Packages that use NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon 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.private Optional<NbtPredicate>EntityPredicate.Builder.nbtprivate final Optional<NbtPredicate>EntityPredicate.nbtThe field for thenbtrecord component.private Optional<NbtPredicate>ItemPredicate.Builder.nbtprivate final Optional<NbtPredicate>ItemPredicate.nbtThe field for thenbtrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type NbtPredicateModifier and TypeMethodDescriptionBlockPredicate.nbt()Returns the value of thenbtrecord component.EntityPredicate.nbt()Returns the value of thenbtrecord component.ItemPredicate.nbt()Returns the value of thenbtrecord component.Methods in net.minecraft.advancements.critereon with parameters of type NbtPredicate -
Uses of NbtPredicate in net.minecraftforge.common.crafting.ingredients
Fields in net.minecraftforge.common.crafting.ingredients declared as NbtPredicate