Class ItemAdventurePredicate
java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.ItemAdventurePredicate
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static interface
-
Constructor Summary
ConstructorDescriptionItemAdventurePredicate
(List<ItemAdventurePredicate.BlockPredicate> predicates, boolean showInTooltip) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
hashCode()
boolean
static ItemAdventurePredicate
read
(PacketWrapper<?> wrapper) void
setPredicates
(List<ItemAdventurePredicate.BlockPredicate> predicates) void
setShowInTooltip
(boolean showInTooltip) static void
write
(PacketWrapper<?> wrapper, ItemAdventurePredicate predicate)
-
Constructor Details
-
ItemAdventurePredicate
public ItemAdventurePredicate(List<ItemAdventurePredicate.BlockPredicate> predicates, boolean showInTooltip)
-
-
Method Details