Package | Description |
---|---|
com.legacy.structure_gel.access_helpers | |
com.legacy.structure_gel.worldgen.jigsaw | |
com.legacy.structure_gel.worldgen.structure |
Modifier and Type | Method and Description |
---|---|
static <C extends net.minecraft.world.gen.feature.IFeatureConfig,S extends GelStructure<C>> |
BiomeAccessHelper.addStructure(net.minecraftforge.event.world.BiomeLoadingEvent event,
net.minecraft.world.gen.feature.StructureFeature<C,S> gelStructure)
Adds the input
GelStructure to the biome from the event passed. |
static <C extends net.minecraft.world.gen.feature.IFeatureConfig,S extends GelStructure<C>> |
BiomeAccessHelper.addStructure(net.minecraft.world.biome.Biome biome,
net.minecraft.world.gen.feature.StructureFeature<C,S> gelStructure)
|
static <C extends net.minecraft.world.gen.feature.IFeatureConfig,S extends GelStructure<C>> |
BiomeAccessHelper.addStructureIfAllowed(net.minecraftforge.event.world.BiomeLoadingEvent event,
net.minecraft.world.gen.feature.StructureFeature<C,S> gelStructure)
Adds the input
GelStructure the biome from the event passed if the
biome is in it's config.The structure must implement IConfigStructure . |
static <C extends net.minecraft.world.gen.feature.IFeatureConfig,S extends GelStructure<C>> |
BiomeAccessHelper.addStructureToBiomes(net.minecraft.world.gen.feature.StructureFeature<C,S> structure)
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<net.minecraft.world.gen.feature.structure.Structure<?>,net.minecraft.world.gen.settings.StructureSeparationSettings> |
DimensionAccessHelper.separationSettingsMap(GelStructure<?>... structures)
Creates a map
Structure s and StructureSeparationSettings for
use in DimensionSettings . |
Modifier and Type | Class and Description |
---|---|
class |
GelConfigJigsawStructure
Extension of
GelJigsawStructure for easy implementation of config
files using ConfigTemplates.StructureConfig . |
class |
GelJigsawStructure
An extension of
GelStructure to use with jigsaw structures. |
Modifier and Type | Class and Description |
---|---|
class |
GelConfigStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig>
Extension of
GelStructure for easy implementation of config files
using ConfigTemplates.StructureConfig . |
Modifier and Type | Method and Description |
---|---|
GelStructure<C> |
GelStructure.setLakeProof(boolean lakeProof)
Determines if lakes shuold generate inside of this structure or not.
|
GelStructure<C> |
GelStructure.setSpawnList(net.minecraft.entity.EntityClassification classification,
java.util.List<net.minecraft.world.biome.MobSpawnInfo.Spawners> spawns)
Sets the spawns that can exist in this structure for the passed mob
classification.
|