Interface | Description |
---|---|
IConfigStructure |
Used for structures that implement configuration files from
ConfigTemplates . |
Class | Description |
---|---|
GelConfigStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> |
Extension of
GelStructure for easy implementation of config files
using ConfigTemplates.StructureConfig . |
GelStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> |
An extension of
Structure that allows for more precise tweaking and
handles structure spacing. |
GelStructureStart<C extends net.minecraft.world.gen.feature.IFeatureConfig> |
An extension of
StructureStart with a few methods for adjusting the y
coordinate of your structure. |