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> registryEntryLookup, Collection<Block> collection) BlockPredicate.Builder.blocks(RegistryEntryLookup<Block> registryEntryLookup, Block[] block) static BlockPredicate.BuilderBlockPredicate.Builder.create()BlockPredicate.Builder.nbt(NbtCompound nbt) BlockPredicate.Builder.state(StatePredicate.Builder state) BlockPredicate.Builder.tag(RegistryEntryLookup<Block> registryEntryLookup, TagKey<Block> tagKey) -
Uses of BlockPredicate.Builder in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type BlockPredicate.Builder