Package | Description |
---|---|
com.legacy.structure_gel.registrars | |
com.legacy.structure_gel.util |
Modifier and Type | Interface and Description |
---|---|
interface |
IRegistrar<T extends IRegistrar<T>>
An interface that all registrars use.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IForgeRegistrar<T extends IForgeRegistrar<T,R>,R extends net.minecraftforge.registries.IForgeRegistryEntry<R>>
An interface that registrars using forge registries use.
|
Modifier and Type | Class and Description |
---|---|
class |
DimensionRegistrar
Handles registering dimensions.
|
class |
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) . |
Modifier and Type | Method and Description |
---|---|
static <R extends IRegistrar<R>> |
RegistryHelper.handleRegistrar(R registrar)
Executes the handle method in the registrar.
|