Serialisierte Form

  • Package net.risingworld.api.ui

  • Package net.risingworld.api.utils

    • Klasse net.risingworld.api.utils.Bounds

      class Bounds extends Object implements Serializable
      • Serialisierte Felder

        • center
          Vector3f center
        • xExtent
          float xExtent
        • yExtent
          float yExtent
        • zExtent
          float zExtent
    • Klasse net.risingworld.api.utils.ColorRGBA

      class ColorRGBA extends Object implements Serializable
      • Serialisierte Felder

        • a
          float a
          The alpha (opacity) color component (0-1)
        • b
          float b
          The blue color component (0-1)
        • g
          float g
          The green color component (0-1)
        • immutable
          boolean immutable
          Defines whether or not this object is supposed to be immutable
        • r
          float r
          The red color component (0-1)
    • Klasse net.risingworld.api.utils.Quaternion

      class Quaternion extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this Quaternion is supposed to be immutable
        • w
          float w
          The W value of this Quaternion (scalar part)
        • x
          float x
          The X value of this Quaternion (vector part)
        • y
          float y
          The Y value of this Quaternion (vector part)
        • z
          float z
          The Z value of this Quaternion (vector part)
    • Klasse net.risingworld.api.utils.Vector2f

      class Vector2f extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this vector is supposed to be immutable
        • x
          float x
          The X value of this vector
        • y
          float y
          The Y value of this vector
    • Klasse net.risingworld.api.utils.Vector2i

      class Vector2i extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this vector is supposed to be immutable
        • x
          int x
          The integer X value of this vector
        • y
          int y
          The integer Y value of this vector
    • Klasse net.risingworld.api.utils.Vector3f

      class Vector3f extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this vector is supposed to be immutable
        • x
          float x
          The X value of this vector
        • y
          float y
          The Y value of this vector
        • z
          float z
          The Z value of this vector
    • Klasse net.risingworld.api.utils.Vector3i

      class Vector3i extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this vector is supposed to be immutable
        • x
          int x
          The integer X value of this vector
        • y
          int y
          The integer Y value of this vector
        • z
          int z
          The integer Z value of this vector
    • Klasse net.risingworld.api.utils.Vector4f

      class Vector4f extends Object implements Serializable
      • Serialisierte Felder

        • immutable
          boolean immutable
          Defines whether or not this vector is supposed to be immutable
        • w
          float w
          The W value of this vector
        • x
          float x
          The X value of this vector
        • y
          float y
          The Y value of this vector
        • z
          float z
          The Z value of this vector