Uses of Record Class
net.minecraft.predicate.BlockPredicate
Packages that use BlockPredicate
Package
Description
-
Uses of BlockPredicate in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type BlockPredicateModifier and TypeFieldDescriptionprivate final List
<BlockPredicate> BlockPredicatesComponent.predicates
Method parameters in net.minecraft.component.type with type arguments of type BlockPredicateModifier and TypeMethodDescriptionBlockPredicatesComponent.createTooltipText
(List<BlockPredicate> blockPredicates) Constructor parameters in net.minecraft.component.type with type arguments of type BlockPredicate -
Uses of BlockPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate with type parameters of type BlockPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockPredicate> BlockPredicate.CODEC
static final PacketCodec
<RegistryByteBuf, BlockPredicate> BlockPredicate.PACKET_CODEC
Methods in net.minecraft.predicate that return BlockPredicate -
Uses of BlockPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type BlockPredicateModifier and TypeFieldDescriptionprivate final Optional
<BlockPredicate> LocationPredicate.block
The field for theblock
record component.private Optional
<BlockPredicate> LocationPredicate.Builder.block
Methods in net.minecraft.predicate.entity that return types with arguments of type BlockPredicate