| Interface | Description |
|---|---|
| INBTSerializable<T extends INBTBase> |
An interface designed to unify various things in the Minecraft
code base that can be serialized to and from a NBT tag.
|
| ITeleporter |
Interface for handling the placement of entities during dimension change.
|
| NonNullConsumer<T> |
Equivalent to
Consumer, except with nonnull contract. |
| NonNullFunction<T,R> |
Equivalent to
Function, except with nonnull contract. |
| NonNullPredicate<T> |
Equivalent to
Predicate, except with nonnull contract. |
| NonNullSupplier<T> |
Equivalent to
Supplier, except with nonnull contract. |
| TriPredicate<T,U,V> |
A predicate that takes three arguments and returns a boolean.
|
| Enum | Description |
|---|---|
| JsonUtils.ImmutableListTypeAdapter | |
| JsonUtils.ImmutableMapTypeAdapter | |
| TextTable.Alignment |