Class TypedComponentPredicate<T extends IComponentPredicate>
java.lang.Object
com.github.retrooper.packetevents.protocol.component.predicates.TypedComponentPredicate<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
static TypedComponentPredicate
<?> read
(PacketWrapper<?> wrapper) static <T extends IComponentPredicate>
voidwrite
(PacketWrapper<?> wrapper, TypedComponentPredicate<T> predicate)
-
Constructor Details
-
TypedComponentPredicate
-
-
Method Details
-
read
-
write
public static <T extends IComponentPredicate> void write(PacketWrapper<?> wrapper, TypedComponentPredicate<T> predicate) -
getType
-
getPredicate
-
equals
-
hashCode
public int hashCode()
-