Class ItemAdventurePredicate.RangedValueMatcher
java.lang.Object
com.github.retrooper.packetevents.protocol.component.builtin.item.ItemAdventurePredicate.RangedValueMatcher
- All Implemented Interfaces:
ItemAdventurePredicate.ValueMatcher
- Enclosing class:
ItemAdventurePredicate
public static class ItemAdventurePredicate.RangedValueMatcher
extends Object
implements ItemAdventurePredicate.ValueMatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
@Nullable String
int
hashCode()
read
(PacketWrapper<?> wrapper) void
setMaxValue
(@Nullable String maxValue) void
setMinValue
(@Nullable String minValue) static void
write
(PacketWrapper<?> wrapper, ItemAdventurePredicate.RangedValueMatcher matcher)
-
Constructor Details
-
RangedValueMatcher
-
-
Method Details
-
read
-
write
public static void write(PacketWrapper<?> wrapper, ItemAdventurePredicate.RangedValueMatcher matcher) -
getMinValue
-
setMinValue
-
getMaxValue
-
setMaxValue
-
equals
-
hashCode
public int hashCode()
-