| Interface | Description |
|---|---|
| IconManager.IIconNeeded |
Implement this to be able to register additional icons
|
| StructureCreator.ICheckBlockValidity |
Implement this if you want to check for custom conditions
|
| Class | Description |
|---|---|
| CurseVersionChecker |
An easy to use version checker which utilizes curseforge for versioning
|
| GhostEntityPlayerMP |
This is just a simple spoof EntityPlayerMP implementation
|
| IconManager |
A class to manage additional icon registrations, just implement
IconManager.IIconNeeded |
| Location |
A class which extends upon
ThreeDimensionalVector in order to provide
Minecraft-specific functionality |
| MinecraftDependencyManager |
A class for managing dependencies in Minecraft
|
| MinecraftTranslator |
Translation Manager for use in Minecraft
|
| NBTHelper |
This is a class to ease the use of NBTTags with ItemStacks.
|
| StructureCreator |
A utility to aid in creating world gen structures
|
| StructureCreator.DefaultValidityChecker | |
| WorldGenHelper |
A class to aid in the creation of custom world generation
|
| WorldUtils |
A class for aiding in manipulating worlds
|
| Enum | Description |
|---|---|
| Colors |
Enum class for minecraft color codes
|