Class AdventureModePredicate
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.AdventureModePredicate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAdventureModePredicate(List<AdventureModePredicate.BlockPredicate> predicates, boolean showInTooltip) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull AdventureModePredicate.AdventureModePredicateBuilderbuilder()protected booleanbooleaninthashCode()boolean@NonNull StringtoString()
-
Constructor Details
-
AdventureModePredicate
public AdventureModePredicate(List<AdventureModePredicate.BlockPredicate> predicates, boolean showInTooltip)
-
-
Method Details