Uses of Record Class
net.minecraft.predicate.BlockPredicate
Packages that use BlockPredicate
-
Uses of BlockPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate with type parameters of type BlockPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockPredicate>
BlockPredicate.CODEC
Methods in net.minecraft.predicate that return types with arguments of type BlockPredicateModifier and TypeMethodDescriptionBlockPredicate.Builder.build()
(package private) static Optional<BlockPredicate>
BlockPredicate.create
(Optional<TagKey<Block>> tag, Optional<RegistryEntryList<Block>> blocks, Optional<StatePredicate> state, Optional<NbtPredicate> nbt) -
Uses of BlockPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type BlockPredicateModifier and TypeFieldDescriptionprivate final Optional<BlockPredicate>
LocationPredicate.block
The field for theblock
record component.private Optional<BlockPredicate>
LocationPredicate.Builder.block
Methods in net.minecraft.predicate.entity that return types with arguments of type BlockPredicate