| Interface | Description |
|---|---|
| KeyPattern |
Represents a
Key pattern or predicate, uses
regular expressions to match Key.namespace()'s
and/or Key.value()'s |
| Readable |
Interface for representing data that can be read
via a
InputStream such as resources, files,
bytes in memory, etc. |
| Writable |
Interface for representing objects that can
be written to a
OutputStream, this
class is util for representing assets that
can be exported anytime, without necessarily
loading them |
| Class | Description |
|---|---|
| Vector2Float |
Represents a fixed-size vector of two 32-bit
floating-point numbers, immutable.
|
| Vector3Float |
Represents a fixed-size vector of three 32-bit
floating-point numbers, immutable.
|
| Vector4Float | Deprecated
Bad design.
|
| Enum | Description |
|---|---|
| Axis3D |
Enum of axis in a three-dimensional space,
always X, Y and Z.
|
| CubeFace |
Enum of three-dimensional cube faces.
|