| Interface | Description |
|---|---|
| Identifiable |
A generic interface signifying that this object is identifiable
by an ID
|
| ProgressBar |
A progress bar used to show mod loading.
|
| UniqueIdentifiable |
A generic interface signifying that this object is uniquely identifiable
by an ID
|
| Class | Description |
|---|---|
| AbstractProgressBar | |
| ArrayUtil | |
| Asset | |
| ClassLoaderUtil | |
| Dictionary<T> |
A dictionary where each identifying string represents a set of objects
and each object can have a set of identifiers.
|
| EnumSelector<T extends java.lang.Enum<T>> |
This class is used to mark certain values from specified enum as allowed.
|
| Pipeline<O> |
A series of methods that transform an object as it is passed through the
Pipeline. |
| Profiler |
A simple stop watch profiler.
|
| ProgressBar.NullProgressBar |
A progress bar implementation that does nothing.
|
| Property<T> |
Property of some kind
|
| Ray | |
| RayTracer |
Ray tracing for cuboids.
|
| RayTracer.RayTraceBlockResult | |
| RayTracer.RayTraceEntityResult | |
| RayTracer.RayTraceResult | |
| ReflectionUtil |
| Enum | Description |
|---|---|
| Direction |
Defines basic directions in world.
|
| Exception | Description |
|---|---|
| ClassLoaderUtil.ClassLoaderException | |
| ReflectionUtil.ReflectionException |