Uses of Record Class
net.minecraft.predicate.BlockPredicate
Packages that use BlockPredicate
- 
Uses of BlockPredicate in net.minecraft.itemFields in net.minecraft.item with type parameters of type BlockPredicateModifier and TypeFieldDescriptionprivate final List<BlockPredicate> BlockPredicatesChecker.predicatesMethod parameters in net.minecraft.item with type arguments of type BlockPredicateModifier and TypeMethodDescriptionBlockPredicatesChecker.createTooltipText(List<BlockPredicate> blockPredicates) Constructor parameters in net.minecraft.item with type arguments of type BlockPredicateModifierConstructorDescriptionBlockPredicatesChecker(List<BlockPredicate> predicates, boolean showInTooltip) 
- 
Uses of BlockPredicate in net.minecraft.predicateFields in net.minecraft.predicate with type parameters of type BlockPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockPredicate> BlockPredicate.CODECstatic final PacketCodec<RegistryByteBuf, BlockPredicate> BlockPredicate.PACKET_CODECMethods in net.minecraft.predicate that return BlockPredicate
- 
Uses of BlockPredicate in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity with type parameters of type BlockPredicateModifier and TypeFieldDescriptionprivate final Optional<BlockPredicate> LocationPredicate.blockThe field for theblockrecord component.private Optional<BlockPredicate> LocationPredicate.Builder.blockMethods in net.minecraft.predicate.entity that return types with arguments of type BlockPredicate