-
Interface Summary
| Interface |
Description |
| Buildable<R,B extends Buildable.Builder<R>> |
Something that can be built.
|
| Buildable.Builder<R> |
A builder.
|
| Codec<D,E,DX extends Throwable,EX extends Throwable> |
A combination encoder and decoder.
|
| Codec.Decoder<D,E,X extends Throwable> |
A decoder.
|
| Codec.Encoder<D,E,X extends Throwable> |
An encoder.
|
| ComponentMessageThrowable |
|
| IntFunction2<R> |
A function that takes two ints as input and produces a R result.
|
| RGBLike |
Something that can provide red, green, and blue colour components.
|
| Ticks |
Standard game tick utilities.
|
-