Interface | Description |
---|---|
ForgeChunkManager.LoadingCallback |
All mods requiring chunkloading need to implement this to handle the
re-registration of chunk tickets at world loading time
|
ForgeChunkManager.OrderedLoadingCallback |
This is a special LoadingCallback that can be implemented as well as the
LoadingCallback to provide access to additional behaviour.
|
ForgeChunkManager.PlayerOrderedLoadingCallback | |
IMinecartCollisionHandler |
This class defines a replacement for the default minecart collision code.
|
IPlantable | |
IRarity |
Interface generalisation of
EnumRarity . |
IShearable |
This allows for mods to create there own Shear-like items
and have them interact with Blocks/Entities without extra work.
|
ISpecialArmor |
This interface is to be implemented by ItemArmor classes.
|
WorldWorkerManager.IWorker |
Class | Description |
---|---|
BiomeDictionary | |
BiomeDictionary.BiomeInfo | |
BiomeDictionary.Type | |
BiomeManager | |
BiomeManager.BiomeEntry | |
BiomeManager.TrackedList<E> | |
DimensionManager | |
DimensionManager.Dimension | |
DungeonHooks | |
DungeonHooks.DungeonMob | |
FarmlandWaterManager | |
ForgeChunkManager |
Manages chunkloading for mods.
|
ForgeChunkManager.ChunkEntry | |
ForgeChunkManager.ForceChunkEvent | |
ForgeChunkManager.Ticket | |
ForgeChunkManager.UnforceChunkEvent | |
ForgeHooks | |
ForgeHooks.LootTableContext | |
ForgeHooks.SeedEntry | |
ForgeInternalHandler | |
ForgeModContainer | |
ForgeVersion | |
ForgeVersion.CheckResult | |
ISpecialArmor.ArmorProperties | |
MinecraftForge | |
UsernameCache |
Caches player's last known usernames
|
UsernameCache.SaveThread |
Used for saving the
Gson
representation of the cache to disk |
WorldSpecificSaveHandler | |
WorldWorkerManager |
Enum | Description |
---|---|
BiomeManager.BiomeType | |
EnumPlantType | |
ForgeChunkManager.Type | |
ForgeVersion.Status |