Package | Description |
---|---|
com.legacy.structure_gel.registrars | |
com.legacy.structure_gel.util |
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 |
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 IForgeRegistrar<R,V>,V extends net.minecraftforge.registries.IForgeRegistryEntry<V>> |
RegistryHelper.handleRegistrar(R registrar,
net.minecraftforge.registries.IForgeRegistry<V> registry)
Executes the handleForge method in the registrar.
|