- chance - Variable in class com.legacy.structure_gel.worldgen.processors.RandomTagSwapProcessor
-
- changeDimension(ServerWorld) - Method in class com.legacy.structure_gel.core.mixin.EntityMixin
-
- changeTo - Variable in class com.legacy.structure_gel.worldgen.processors.RandomTagSwapProcessor
-
- checkAbove(World, BlockPos) - Method in class com.legacy.structure_gel.blocks.StructureGelBlock
-
Checks to see if the blocks above this are either air or gel.
- checkPlacementHook(World, BlockPos, int) - Method in interface com.legacy.structure_gel.blocks.IStructureGel
-
Called when the gel checks if it can spread to a given location.
- CHERRY_FOREST - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
- clearPool(ResourceLocation) - Static method in class com.legacy.structure_gel.access_helpers.JigsawAccessHelper
-
Clears the input registered jigsaw pool.
- CLIENT - Static variable in class com.legacy.structure_gel.StructureGelConfig
-
- Client(ForgeConfigSpec.Builder) - Constructor for class com.legacy.structure_gel.StructureGelConfig.Client
-
- clone() - Method in class com.legacy.structure_gel.worldgen.jigsaw.JigsawPoolBuilder
-
Creates a copy of this builder.
- CODEC - Static variable in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece
-
- CODEC - Static variable in class com.legacy.structure_gel.worldgen.processors.RandomBlockSwapProcessor
-
- CODEC - Static variable in class com.legacy.structure_gel.worldgen.processors.RandomStateSwapProcessor
-
- CODEC - Static variable in class com.legacy.structure_gel.worldgen.processors.RandomTagSwapProcessor
-
- CODEC - Static variable in class com.legacy.structure_gel.worldgen.processors.RemoveGelStructureProcessor
-
- COLD - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
- COLD_OCEAN - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
- collect(JigsawPoolBuilder...) - Static method in class com.legacy.structure_gel.worldgen.jigsaw.JigsawPoolBuilder
-
Combines the JigsawPoolBuilders together after building them.
- collect(List<JigsawPoolBuilder>) - Static method in class com.legacy.structure_gel.worldgen.jigsaw.JigsawPoolBuilder
-
Combines the JigsawPoolBuilders together after building them.
- com.legacy.structure_gel - package com.legacy.structure_gel
-
- com.legacy.structure_gel.access_helpers - package com.legacy.structure_gel.access_helpers
-
- com.legacy.structure_gel.biome_dictionary - package com.legacy.structure_gel.biome_dictionary
-
- com.legacy.structure_gel.blocks - package com.legacy.structure_gel.blocks
-
- com.legacy.structure_gel.commands - package com.legacy.structure_gel.commands
-
- com.legacy.structure_gel.core.asm - package com.legacy.structure_gel.core.asm
-
- com.legacy.structure_gel.core.mixin - package com.legacy.structure_gel.core.mixin
-
- com.legacy.structure_gel.data - package com.legacy.structure_gel.data
-
- com.legacy.structure_gel.events - package com.legacy.structure_gel.events
-
- com.legacy.structure_gel.items - package com.legacy.structure_gel.items
-
- com.legacy.structure_gel.packets - package com.legacy.structure_gel.packets
-
- com.legacy.structure_gel.registrars - package com.legacy.structure_gel.registrars
-
- com.legacy.structure_gel.structure_gel_compat - package com.legacy.structure_gel.structure_gel_compat
-
- com.legacy.structure_gel.util - package com.legacy.structure_gel.util
-
- com.legacy.structure_gel.util.capability - package com.legacy.structure_gel.util.capability
-
- com.legacy.structure_gel.worldgen - package com.legacy.structure_gel.worldgen
-
- com.legacy.structure_gel.worldgen.jigsaw - package com.legacy.structure_gel.worldgen.jigsaw
-
- com.legacy.structure_gel.worldgen.processors - package com.legacy.structure_gel.worldgen.processors
-
- com.legacy.structure_gel.worldgen.structure - package com.legacy.structure_gel.worldgen.structure
-
- combineProcessors(StructureProcessorList...) - Static method in class com.legacy.structure_gel.util.RegistryHelper
-
Merges the passed StructureProcessorList
array and returns the
result.
- combineProcessors(StructureProcessorList, List<StructureProcessor>) - Static method in class com.legacy.structure_gel.util.RegistryHelper
-
Merges the StructureProcessorList
with the list of
StructureProcessor
s and returns the resulting
StructureProcessorList
.
- COMMON - Static variable in class com.legacy.structure_gel.StructureGelConfig
-
- Common(ForgeConfigSpec.Builder) - Constructor for class com.legacy.structure_gel.StructureGelConfig.Common
-
- condition - Variable in class com.legacy.structure_gel.worldgen.processors.RandomTagSwapProcessor
-
- ConfigTemplates - Class in com.legacy.structure_gel.util
-
These are templates that you can use for your structure's config settings.
- ConfigTemplates() - Constructor for class com.legacy.structure_gel.util.ConfigTemplates
-
- ConfigTemplates.BiomeStructureConfig - Class in com.legacy.structure_gel.util
-
- ConfigTemplates.StructureConfig - Class in com.legacy.structure_gel.util
-
- CONIFEROUS_FOREST - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
- contains(ResourceLocation) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
Shorthand for BiomeDictionary.REGISTRY.containsKey(ResourceLocation).
- contains(RegistryKey<Biome>) - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
-
Does this instance or it's parents contain the biome passed.
- contains(Biome) - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
-
Does this instance or it's parents contain the biome passed.
- contains(ResourceLocation) - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
-
Does this instance or it's parents contain the biome passed.
- contains(RegistryKey<Biome>) - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
-
Does this instance contain the biome passed.
- contains(Biome) - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
-
Does this instance contain the biome passed.
- contains(ResourceLocation) - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
-
Does this instance contain the biome passed.
- coordinateScale(double) - Method in class com.legacy.structure_gel.util.DimensionTypeBuilder
-
A multiplier applied to coordinates when traveling between dimensions.
- COUNT - Static variable in class com.legacy.structure_gel.blocks.StructureGelBlock
-
0-49 causes spreading, 50 does nothing, and 51 causes it to remove itself.
- create(ResourceLocation) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeType
-
- create(BiomeDictionary.Type) - Static method in class com.legacy.structure_gel.biome_dictionary.ForgeType
-
Creates a new instance of this.
- createAndFindPortalNether(GelTeleporter, BlockPos, Direction.Axis) - Static method in class com.legacy.structure_gel.util.GelTeleporter
-
Default code for the Teleporter with slight modification.
- createAndFindPortalSurface(GelTeleporter, BlockPos, Direction.Axis) - Static method in class com.legacy.structure_gel.util.GelTeleporter
-
- createEntity(EntityType<T>, IServerWorld, BlockPos, Rotation) - Method in class com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece
-
Shorthand method to create an entity with the given pos (offset by 0.5) and
rotation.
- createGelPiece(ResourceLocation, StructureProcessorList, boolean, boolean) - Static method in class com.legacy.structure_gel.worldgen.jigsaw.JigsawPoolBuilder
-
- CRIMSON - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
-
- CYAN_GEL - Static variable in class com.legacy.structure_gel.StructureGelMod.GelBlocks
-