Interface IntBinaryTag

    • Method Detail

      • of

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

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