Class ComponentValue<T>
java.lang.Object
com.github.retrooper.packetevents.protocol.component.ComponentValue<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
getValue()
int
hashCode()
static ComponentValue
<?> read
(PacketWrapper<?> wrapper) toString()
static <T> void
write
(PacketWrapper<?> wrapper, ComponentValue<T> value)