Uses of Interface
net.minecraft.world.gen.blockpredicate.BlockPredicateType
Packages that use BlockPredicateType
-
Uses of BlockPredicateType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type BlockPredicateTypeModifier and TypeFieldDescriptionstatic final Registry<BlockPredicateType<?>> Registries.BLOCK_PREDICATE_TYPEstatic final RegistryKey<Registry<BlockPredicateType<?>>> RegistryKeys.BLOCK_PREDICATE_TYPE -
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<HasSturdyFacePredicate> BlockPredicateType.HAS_STURDY_FACEstatic final BlockPredicateType<InsideWorldBoundsBlockPredicate> BlockPredicateType.INSIDE_WORLD_BOUNDSstatic final BlockPredicateType<MatchingBlockTagPredicate> BlockPredicateType.MATCHING_BLOCK_TAGstatic 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<UnobstructedBlockPredicate> BlockPredicateType.UNOBSTRUCTEDstatic final BlockPredicateType<WouldSurviveBlockPredicate> BlockPredicateType.WOULD_SURVIVEMethods in net.minecraft.world.gen.blockpredicate that return BlockPredicateTypeModifier and TypeMethodDescriptionAllOfBlockPredicate.getType()AlwaysTrueBlockPredicate.getType()AnyOfBlockPredicate.getType()BlockPredicate.getType()HasSturdyFacePredicate.getType()InsideWorldBoundsBlockPredicate.getType()MatchingBlocksBlockPredicate.getType()MatchingBlockTagPredicate.getType()MatchingFluidsBlockPredicate.getType()NotBlockPredicate.getType()ReplaceableBlockPredicate.getType()SolidBlockPredicate.getType()Deprecated.UnobstructedBlockPredicate.getType()WouldSurviveBlockPredicate.getType()private static <P extends BlockPredicate>
BlockPredicateType<P>