Class MessageSignature
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.chat.MessageSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintgetId()byte @Nullable []inthashCode()static MessageSignatureread(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) @NonNull StringtoString()
-
Constructor Details
-
MessageSignature
public MessageSignature(int id, byte @Nullable [] messageSignature)
-
-
Method Details