| Interface | Description |
|---|---|
| ForgeConfigSpec.Builder.BuilderConsumer | |
| IExtensibleEnum |
To be implemented on vanilla enums that should be enhanced with ASM to be
extensible.
|
| IMinecartCollisionHandler |
This class defines a replacement for the default minecart collision code.
|
| IPlantable | |
| IShearable |
This allows for mods to create there own Shear-like items
and have them interact with Blocks/Entities without extra work.
|
| WorldWorkerManager.IWorker |
| Class | Description |
|---|---|
| BiomeDictionary | |
| BiomeDictionary.Type | |
| BiomeManager | |
| BiomeManager.BiomeEntry | |
| DimensionManager | |
| DimensionManager.SavedEntry | |
| DungeonHooks | |
| DungeonHooks.DungeonMob | |
| FarmlandWaterManager | |
| ForgeConfig | |
| ForgeConfig.Client |
Client specific configuration - only loaded clientside from forge-client.toml
|
| ForgeConfig.Server | |
| ForgeConfigSpec | |
| ForgeConfigSpec.BooleanValue | |
| ForgeConfigSpec.Builder | |
| ForgeConfigSpec.ConfigValue<T> | |
| ForgeConfigSpec.DoubleValue | |
| ForgeConfigSpec.EnumValue<T extends java.lang.Enum<T>> | |
| ForgeConfigSpec.IntValue | |
| ForgeConfigSpec.LongValue | |
| ForgeConfigSpec.ValueSpec | |
| ForgeHooks | |
| ForgeHooks.FortuneSeedEntry | |
| ForgeHooks.SeedEntry | |
| ForgeInternalHandler | |
| ForgeMod | |
| MinecraftForge | |
| ModDimension |
In 1.13.2, Mojang made DimensionType as the unique holder/identifier for each Dimension.
|
| Tags | |
| Tags.Blocks | |
| Tags.Items | |
| ToolType | |
| UsernameCache |
Caches player's last known usernames
|
| WorldWorkerManager |
| Enum | Description |
|---|---|
| BiomeManager.BiomeType | |
| EnumPlantType |