Interface SignedMessage.Signature

All Superinterfaces:
net.kyori.examination.Examinable
Enclosing interface:
SignedMessage

@NonExtendable public static interface SignedMessage.Signature extends net.kyori.examination.Examinable
A signature wrapper type.
Since:
4.12.0
Since Minecraft:
1.19
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Gets the bytes for this signature.
    default @NotNull Stream<? extends net.kyori.examination.ExaminableProperty>
     

    Methods inherited from interface net.kyori.examination.Examinable

    examinableName, examine
  • 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
    • examinableProperties

      @NotNull default @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()
      Specified by:
      examinableProperties in interface net.kyori.examination.Examinable