Interface ShortBinaryTag

    • Method Detail

      • of

        @NotNull
        static @NotNull ShortBinaryTag of​(short value)
        Creates a binary tag holding a short value.
        Parameters:
        value - the value
        Returns:
        a binary tag
        Since:
        4.0.0
      • value

        short value()
        Gets the value.
        Returns:
        the value
        Since:
        4.0.0