Uses of Interface
net.minecraft.world.gen.blockpredicate.BlockPredicateType
Packages that use BlockPredicateType
-
Uses of BlockPredicateType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BlockPredicateTypeModifier and TypeFieldDescriptionstatic final Registry<BlockPredicateType<?>>Registry.BLOCK_PREDICATE_TYPEstatic final RegistryKey<Registry<BlockPredicateType<?>>>Registry.BLOCK_PREDICATE_TYPE_KEY -
Uses of BlockPredicateType in net.minecraft.world.gen.blockpredicate
Fields in net.minecraft.world.gen.blockpredicate declared as BlockPredicateTypeModifier and TypeFieldDescriptionstatic final BlockPredicateType<AllOfBlockPredicate>BlockPredicateType.ALL_OFstatic final BlockPredicateType<AnyOfBlockPredicate>BlockPredicateType.ANY_OFstatic final BlockPredicateType<InsideWorldBoundsBlockPredicate>BlockPredicateType.INSIDE_WORLD_BOUNDSstatic final BlockPredicateType<MatchingBlocksBlockPredicate>BlockPredicateType.MATCHING_BLOCKSstatic final BlockPredicateType<MatchingFluidsBlockPredicate>BlockPredicateType.MATCHING_FLUIDSstatic final BlockPredicateType<NotBlockPredicate>BlockPredicateType.NOTstatic final BlockPredicateType<ReplaceableBlockPredicate>BlockPredicateType.REPLACEABLEstatic final BlockPredicateType<SolidBlockPredicate>BlockPredicateType.SOLIDstatic final BlockPredicateType<AlwaysTrueBlockPredicate>BlockPredicateType.TRUEstatic final BlockPredicateType<WouldSurviveBlockPredicate>BlockPredicateType.WOULD_SURVIVEMethods in net.minecraft.world.gen.blockpredicate that return BlockPredicateTypeModifier and TypeMethodDescriptionAllOfBlockPredicate.getType()AlwaysTrueBlockPredicate.getType()AnyOfBlockPredicate.getType()BlockPredicate.getType()InsideWorldBoundsBlockPredicate.getType()MatchingBlocksBlockPredicate.getType()MatchingFluidsBlockPredicate.getType()NotBlockPredicate.getType()ReplaceableBlockPredicate.getType()SolidBlockPredicate.getType()WouldSurviveBlockPredicate.getType()private static <P extends BlockPredicate>
BlockPredicateType<P>