Uses of Class
net.minecraft.predicate.BlockPredicate.Builder
Packages that use BlockPredicate.Builder
-
Uses of BlockPredicate.Builder in net.minecraft.predicate
Methods in net.minecraft.predicate that return BlockPredicate.BuilderModifier and TypeMethodDescriptionBlockPredicate.Builder.blocks(RegistryEntryLookup<Block> blockRegistry, Collection<Block> blocks) BlockPredicate.Builder.blocks(RegistryEntryLookup<Block> blockRegistry, Block[] blocks) BlockPredicate.Builder.components(ComponentsPredicate components) static BlockPredicate.BuilderBlockPredicate.Builder.create()BlockPredicate.Builder.nbt(NbtCompound nbt) BlockPredicate.Builder.state(StatePredicate.Builder state) BlockPredicate.Builder.tag(RegistryEntryLookup<Block> blockRegistry, TagKey<Block> tag) -
Uses of BlockPredicate.Builder in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type BlockPredicate.Builder