Class AdventureModePredicate.BlockPredicate
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.AdventureModePredicate.BlockPredicate
- Enclosing class:
- AdventureModePredicate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionBlockPredicate(@Nullable HolderSet blocks, List<AdventureModePredicate.PropertyMatcher> properties, @Nullable org.cloudburstmc.nbt.NbtMap nbt) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull AdventureModePredicate.BlockPredicate.BlockPredicateBuilderbuilder()protected booleanboolean@Nullable HolderSet@Nullable org.cloudburstmc.nbt.NbtMapgetNbt()@Nullable List<AdventureModePredicate.PropertyMatcher>inthashCode()@NonNull StringtoString()
-
Constructor Details
-
BlockPredicate
public BlockPredicate(@Nullable @Nullable HolderSet blocks, List<AdventureModePredicate.PropertyMatcher> properties, @Nullable @Nullable org.cloudburstmc.nbt.NbtMap nbt)
-
-
Method Details