Interface | Description |
---|---|
IForgeRegistrar<T extends IForgeRegistrar<T,R>,R extends net.minecraftforge.registries.IForgeRegistryEntry<R>> |
An interface that registrars using forge registries use.
|
IRegistrar<T extends IRegistrar<T>> |
An interface that all registrars use.
|
Class | Description |
---|---|
DimensionRegistrar |
Handles registering dimensions.
|
StructureRegistrar<C extends net.minecraft.world.gen.feature.IFeatureConfig,S extends net.minecraft.world.gen.feature.structure.Structure<C>> |
Stores a
Structure , IStructurePieceType , and
StructureFeature and registers with StructureRegistrar.handle() or
RegistryHelper.handleRegistrar(IRegistrar) . |