Interface SignedMessage.Signature
- Enclosing interface:
SignedMessage
public static sealed interface SignedMessage.Signature
A signature wrapper type.
- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-
Method Summary
-
Method Details
-
bytes
@Contract(pure=true) byte[] bytes()Gets the bytes for this signature.- Returns:
- the bytes
- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-