Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Y Z 

G

GEL - Static variable in class com.legacy.structure_gel.data.GelTags
Contains all structure gel blocks.
GEL_JIGSAW - Static variable in class com.legacy.structure_gel.StructureGelMod.StructurePieceTypes
 
GEL_SINGLE_POOL_ELEMENT - Static variable in class com.legacy.structure_gel.StructureGelMod.JigsawDeserializers
 
GelBlocks() - Constructor for class com.legacy.structure_gel.StructureGelMod.GelBlocks
 
GelCapability - Class in com.legacy.structure_gel.util.capability
 
GelCapability() - Constructor for class com.legacy.structure_gel.util.capability.GelCapability
 
GelCapability.Storage - Class in com.legacy.structure_gel.util.capability
 
GelCollectors - Class in com.legacy.structure_gel.util
Contains helper methods for various types of Collection, including an alternative to creating a Map and various ways to make immutable collections mutable.
GelCollectors() - Constructor for class com.legacy.structure_gel.util.GelCollectors
 
GelConfigJigsawStructure - Class in com.legacy.structure_gel.worldgen.jigsaw
Extension of GelJigsawStructure for easy implementation of config files using ConfigTemplates.StructureConfig.
GelConfigJigsawStructure(Codec<VillageConfig>, ConfigTemplates.StructureConfig, int, boolean, boolean) - Constructor for class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
GelConfigStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> - Class in com.legacy.structure_gel.worldgen.structure
Extension of GelStructure for easy implementation of config files using ConfigTemplates.StructureConfig.
GelConfigStructure(Codec<C>, ConfigTemplates.StructureConfig) - Constructor for class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
GelEntity - Class in com.legacy.structure_gel.util.capability
 
GelEntity() - Constructor for class com.legacy.structure_gel.util.capability.GelEntity
 
GelEntityProvider - Class in com.legacy.structure_gel.util.capability
 
GelEntityProvider() - Constructor for class com.legacy.structure_gel.util.capability.GelEntityProvider
 
GelItems() - Constructor for class com.legacy.structure_gel.StructureGelMod.GelItems
 
GelJigsawPiece - Class in com.legacy.structure_gel.worldgen.jigsaw
Extension of SingleJigsawPiece without the BlockIgnoreStructureProcessor.AIR_AND_STRUCTURE_BLOCK in favor of RemoveGelStructureProcessor.INSTANCE and including a way to determine interactions with water.
GelJigsawPiece(Either<ResourceLocation, Template>, Supplier<StructureProcessorList>, JigsawPattern.PlacementBehaviour, boolean, boolean) - Constructor for class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece
 
GelJigsawStructure - Class in com.legacy.structure_gel.worldgen.jigsaw
An extension of GelStructure to use with jigsaw structures.
GelJigsawStructure(Codec<VillageConfig>, int, boolean, boolean) - Constructor for class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure
 
GelJigsawStructure.Start - Class in com.legacy.structure_gel.worldgen.jigsaw
 
GelPlacementSettings - Class in com.legacy.structure_gel.worldgen
Literally just exists to let you determine how waterloggable blocks should generate when placed in water with a mapped method.
GelPlacementSettings() - Constructor for class com.legacy.structure_gel.worldgen.GelPlacementSettings
 
GelPortalBlock - Class in com.legacy.structure_gel.blocks
A portal block designed for easy mod compatibility.
GelPortalBlock(AbstractBlock.Properties, Function<ServerWorld, GelTeleporter>) - Constructor for class com.legacy.structure_gel.blocks.GelPortalBlock
 
GelPortalSize - Class in com.legacy.structure_gel.util
A version of PortalSize to work with GelPortalBlock and GelTeleporter.
GelPortalSize(IWorld, BlockPos, Direction.Axis, Block, GelPortalBlock, List<Block>) - Constructor for class com.legacy.structure_gel.util.GelPortalSize
 
GelStructure<C extends net.minecraft.world.gen.feature.IFeatureConfig> - Class in com.legacy.structure_gel.worldgen.structure
An extension of Structure that allows for more precise tweaking and handles structure spacing.
GelStructure(Codec<C>) - Constructor for class com.legacy.structure_gel.worldgen.structure.GelStructure
 
GelStructurePiece - Class in com.legacy.structure_gel.worldgen.jigsaw
The default implementation of AbstractGelStructurePiece.
GelStructurePiece(TemplateManager, JigsawPiece, BlockPos, int, Rotation, MutableBoundingBox) - Constructor for class com.legacy.structure_gel.worldgen.jigsaw.GelStructurePiece
 
GelStructurePiece(TemplateManager, CompoundNBT) - Constructor for class com.legacy.structure_gel.worldgen.jigsaw.GelStructurePiece
 
GelStructureStart<C extends net.minecraft.world.gen.feature.IFeatureConfig> - Class in com.legacy.structure_gel.worldgen.structure
An extension of StructureStart with a few methods for adjusting the y coordinate of your structure.
GelStructureStart(Structure<C>, int, int, MutableBoundingBox, int, long) - Constructor for class com.legacy.structure_gel.worldgen.structure.GelStructureStart
 
GelTags - Class in com.legacy.structure_gel.data
Stores all tags used by the mod.
GelTags() - Constructor for class com.legacy.structure_gel.data.GelTags
 
GelTeleporter - Class in com.legacy.structure_gel.util
A more mod compatible teleporter for the API.
GelTeleporter(ServerWorld, Supplier<RegistryKey<World>>, Supplier<RegistryKey<World>>, Supplier<PointOfInterestType>, Supplier<GelPortalBlock>, Supplier<BlockState>, GelTeleporter.ICreatePortalFuncion) - Constructor for class com.legacy.structure_gel.util.GelTeleporter
 
GelTeleporter(ServerWorld, Supplier<RegistryKey<World>>, Supplier<RegistryKey<World>>, Supplier<PointOfInterestType>, Supplier<GelPortalBlock>, Supplier<BlockState>, GelTeleporter.CreatePortalBehavior) - Constructor for class com.legacy.structure_gel.util.GelTeleporter
 
GelTeleporter.CreatePortalBehavior - Enum in com.legacy.structure_gel.util
Determins how the portal generated should be placed.
GelTeleporter.ICreatePortalFuncion - Interface in com.legacy.structure_gel.util
Used to create a portal and get it's location.
GelTemplate - Class in com.legacy.structure_gel.worldgen
This class largly exists to fix a silly bug with how entities rotate when placed in a structure.
GelTemplate(Template) - Constructor for class com.legacy.structure_gel.worldgen.GelTemplate
 
get(ResourceLocation) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Shorthand for BiomeDictionary.REGISTRY.getValue(ResourceLocation).
get() - Static method in class com.legacy.structure_gel.commands.BiomeDictCommand
 
get() - Static method in class com.legacy.structure_gel.commands.GetSpawnsCommand
 
get() - Static method in class com.legacy.structure_gel.commands.SaveStructuresCommand
 
get(E) - Static method in class com.legacy.structure_gel.util.capability.GelCapability
Gets the capability instance from the entity passed.
get() - Method in enum com.legacy.structure_gel.util.GelTeleporter.CreatePortalBehavior
 
getActiveRenderInfo() - Method in class com.legacy.structure_gel.events.RenderRainParticlesEvent
 
getAllBiomes() - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
Gets the biomes from this instance and it's parents by trying to find their registry keys.
getAllBiomes() - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
Gets the biomes from this instance.
getAllTypes(RegistryKey<Biome>) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Returns all BiomeTypes containing this biome.
getAllTypes(Biome) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Returns all BiomeTypes containing this biome.
getAllTypes(ResourceLocation) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Returns all BiomeTypes containing this biome.
getAmbientOcclusionLightValue(BlockState, IBlockReader, BlockPos) - Method in class com.legacy.structure_gel.blocks.StructureGelBlock
 
getBiomeKey(Biome) - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Returns the RegistryKey for the passed Biome.
getBiomeRegistry() - Method in class com.legacy.structure_gel.events.RegisterDimensionEvent
 
getBiomes() - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
Gets the biomes from this instance.
getBiomes() - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
Gets the biomes from this instance.
getBiomes() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Gets the list of biomes for the filter.
getBiomesSG() - Method in class com.legacy.structure_gel.StructureGelMod
Deprecated.
TODO remove in 1.17 in favor of new class-based system.
getBiomeString() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns the biome filter for determining where the structure should be allowed to generate.
getBounds() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure.Start
 
getCapability(Capability<T>, Direction) - Method in class com.legacy.structure_gel.util.capability.GelEntityProvider
 
getCarvers(Biome, GenerationStage.Carving) - Static method in class com.legacy.structure_gel.access_helpers.BiomeAccessHelper
Deprecated.
use BiomeLoadingEvent
getChunkPosForStructure(StructureSeparationSettings, long, SharedSeedRandom, int, int) - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Checks to see if this structure can generate in the given chunk using a grid with custom spacing and offsets.
getCollisionShape(BlockState, IBlockReader, BlockPos, ISelectionContext) - Method in class com.legacy.structure_gel.blocks.StructureGelBlock
 
getComponents() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure.Start
 
getConfig() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
getConfig() - Method in class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
getConfig() - Method in interface com.legacy.structure_gel.worldgen.structure.IConfigStructure
Returns the config file for this structure.
getCreatureSpawnList() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
getDeathLootTable(MobEntity) - Static method in class com.legacy.structure_gel.access_helpers.EntityAccessHelper
Gets the death loot table of the entity.
getDecorationStage() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
What stage of generation your structure should be generated during.
getDefaultHeight() - Method in class com.legacy.structure_gel.util.GelTeleporter
Returns the default height to generate a portal if a position cannot be found when placing on surface.
getDimension1() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getDimension2() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getDimensionKey() - Method in class com.legacy.structure_gel.registrars.DimensionRegistrar
Returns the dimension registry key.
getDimensionRegistry() - Method in class com.legacy.structure_gel.events.RegisterDimensionEvent
 
getDimensionSettingsRegistry() - Method in class com.legacy.structure_gel.events.RegisterDimensionEvent
 
getDimensionTypeRegistry() - Method in class com.legacy.structure_gel.events.RegisterDimensionEvent
 
getExistingPortal(BlockPos, boolean) - Method in class com.legacy.structure_gel.util.GelTeleporter
Locates a portal in the GelTeleporter.getWorld().
getExtraLakeProofing() - Method in class com.legacy.structure_gel.StructureGelConfig.Common
 
getFeatureJigsawPieceFeatures(FeatureJigsawPiece) - Static method in class com.legacy.structure_gel.access_helpers.JigsawAccessHelper
Returns the feature stored in this piece.
getFrameBlock() - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
Gets the state of the frame block for this portal.
getFrameBlock() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getGenSettings(Biome) - Static method in class com.legacy.structure_gel.access_helpers.BiomeAccessHelper
Returns the biome generation settings.
getIfPresent(E, Function<IGelEntity, R>) - Static method in class com.legacy.structure_gel.util.capability.GelCapability
Runs the function if the entity has the capability.
getIfPresent(E, Function<IGelEntity, R>, Function<E, R>) - Static method in class com.legacy.structure_gel.util.capability.GelCapability
Runs the first function if the entity has the capability.
getIgnoredMods() - Method in class com.legacy.structure_gel.StructureGelConfig.Common
 
getJigsawPattern(ResourceLocation) - Static method in class com.legacy.structure_gel.access_helpers.JigsawAccessHelper
Accessor for the jigsaw pattern registry.
getKey(World, RegistryKey<Registry<T>>, T) - Static method in class com.legacy.structure_gel.util.RegistryHelper
Returns an optional containing the registry key associated with the value passed.

TODO remove in 1.17 in favor of IWorld version.
getKey(IWorld, RegistryKey<Registry<T>>, T) - Static method in class com.legacy.structure_gel.util.RegistryHelper
Returns an optional containing the registry key associated with the value passed.
getLightmapIn() - Method in class com.legacy.structure_gel.events.RenderRainEvent
Deprecated.
 
getListJigsawPiecePieces(ListJigsawPiece) - Static method in class com.legacy.structure_gel.access_helpers.JigsawAccessHelper
Returns the pieces stored in this piece.
getLocation() - Method in class com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece
Gives you the name of this structure piece.
getLocation() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece
Gets the resource location of this piece
getMatrixStack() - Method in class com.legacy.structure_gel.events.RenderCloudsEvent
Deprecated.
 
getMatrixStack() - Method in class com.legacy.structure_gel.events.RenderSkyEvent
Deprecated.
 
getMaxTimeInside(Entity) - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
The amount of time that an entity can sit in the portal before teleporting.
getNoiseSettings() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns the dimension noise settings that this structure is allowed to generate with.
getNoiseSettingsString() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns the dimension noise settings that this structure is allowed to generate with.
getNoiseSettingsToGenerateIn() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
getNoiseSettingsToGenerateIn() - Method in class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
getNoiseSettingsToGenerateIn() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Gets a list of DimensionSettings to tell your structure where to generate.
getOffset() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Gets the offset for the structure in chunks.
getOffset() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
getOffset() - Method in class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
getOffset() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
When checking if a structure can be placed in a given chunk, this value is used along with GelStructure.getSpacing() to give the structure an offset as to not make the grid apparent.
getOpposite() - Method in class com.legacy.structure_gel.util.GelTeleporter
Returns the opposite world from the one in this instance, or GelTeleporter.dimension1 by default.
getOverworldBiomes() - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Deprecated.
getOverworldBiomesSafe() - Static method in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
Returns all registed vanilla biomes that aren't tagged as nether or end.
getParents() - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
 
getParents() - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
Deprecated.
getPartialTicks() - Method in class com.legacy.structure_gel.events.RenderCloudsEvent
Deprecated.
 
getPartialTicks() - Method in class com.legacy.structure_gel.events.RenderRainEvent
Deprecated.
 
getPartialTicks() - Method in class com.legacy.structure_gel.events.RenderSkyEvent
Deprecated.
 
getPiece(TemplateManager, JigsawPiece, BlockPos, int, Rotation, MutableBoundingBox) - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure
 
getPieceType() - Method in class com.legacy.structure_gel.registrars.StructureRegistrar
Gets the IStructurePieceType.
getPieceType() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure
Override this with a declaration of your own extension of GelStructurePiece to use data markers.
getPlacementBehavior() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getPortal() - Method in class com.legacy.structure_gel.util.capability.GelEntity
 
getPortal() - Method in interface com.legacy.structure_gel.util.capability.IGelEntity
The portal that the entity last stepped into.
getPortalAudio() - Method in class com.legacy.structure_gel.util.capability.GelEntity
 
getPortalAudio() - Method in interface com.legacy.structure_gel.util.capability.IGelEntity
The portal that the entity last stepped into.
getPortalBlock() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getPortalInfo(Entity, ServerWorld, Function<ServerWorld, PortalInfo>) - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getPortalPOI() - Method in class com.legacy.structure_gel.util.GelTeleporter
 
getPortalTexture() - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
Gets the texture for the portal overlay to render with.
getPortalVisual() - Method in class com.legacy.structure_gel.util.capability.GelEntity
 
getPortalVisual() - Method in interface com.legacy.structure_gel.util.capability.IGelEntity
The portal that the entity last stepped into.
getProbability() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Gets the probability for the structure to generate.
getProbability() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
getProbability() - Method in class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
getProbability() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
This is the probability of the structure generating in a given chunk, expressed as a percent.
getRand() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure.Start
 
getRegistryName() - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
Gets the registered name of the BiomeType.
getRegistryType() - Method in class com.legacy.structure_gel.biome_dictionary.BiomeType
 
getSeed() - Method in class com.legacy.structure_gel.events.RegisterDimensionEvent
This is the seed of the overworld.
getSeed() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Every structure should have a different seed to prevent them from overlapping as best as possible, especially when the same chances are used.
getSeparationSettings() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Gets a StructureSeparationSettings based on the API values.
getSettingsKey() - Method in class com.legacy.structure_gel.registrars.DimensionRegistrar
Returns the dimension settings registry key.
getSingleJigsawPieceLocation(SingleJigsawPiece) - Static method in class com.legacy.structure_gel.access_helpers.JigsawAccessHelper
Gives the name of this piece.
getSize() - Method in class com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece
Gets the size of the structure.
getSpacing() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Gets the spacing for the structure in chunks.
getSpacing() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelConfigJigsawStructure
 
getSpacing() - Method in class com.legacy.structure_gel.worldgen.structure.GelConfigStructure
 
getSpacing() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
When checking if a structure can be placed in a given chunk, this is called to determine how far apart each structure should be from eachother.
getSpawnList() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
getSpawns() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns all spawn entries.
getSpawns(EntityClassification) - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Returns a list of mobs to spawn based on the classification put in.
GetSpawnsCommand - Class in com.legacy.structure_gel.commands
 
GetSpawnsCommand() - Constructor for class com.legacy.structure_gel.commands.GetSpawnsCommand
 
getSpawnsForClassification(EntityClassification) - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns the spawn list for the specific classification.
getSpawnsString(EntityClassification) - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns the specific spawns string for the classification passed.
getSpawnsStrings() - Method in class com.legacy.structure_gel.util.ConfigTemplates.StructureConfig
Returns all spawns strings as a map.
getStartFactory() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawStructure
 
getStateForPlacement(BlockItemUseContext) - Method in class com.legacy.structure_gel.blocks.StructureGelBlock
Ensures that only creative players can place this block.
getStructure() - Method in class com.legacy.structure_gel.registrars.StructureRegistrar
Gets the Structure.
getStructureFeature(String) - Method in class com.legacy.structure_gel.registrars.StructureRegistrar
Returns the StructureFeature for the name passed.
getStructureFeature() - Method in class com.legacy.structure_gel.registrars.StructureRegistrar
Returns the first StructureFeature in the map.
getStructureFeatures() - Method in class com.legacy.structure_gel.registrars.StructureRegistrar
Gets the list of StructureFeatures.
getStructureName() - Method in class com.legacy.structure_gel.worldgen.structure.GelStructure
Gets the registry name of the structure.
getStructurePieceType() - Method in class com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece
Returns the IStructurePieceType for this piece.
getStructurePieceType() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelStructurePiece
 
getSurfaceBuilder(Biome) - Static method in class com.legacy.structure_gel.access_helpers.BiomeAccessHelper
Deprecated.
use BiomeLoadingEvent
getTeleporter(ServerWorld) - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
Returns the the teleporter instance for the world passed.
getTemplateManager() - Method in class com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece
Returns the template manager so you can get data about the structure itself.
getTranslation() - Method in enum com.legacy.structure_gel.blocks.IStructureGel.Behavior
 
getTranslation() - Method in interface com.legacy.structure_gel.blocks.IStructureGel.IBehavior
 
getTravelSound() - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
Gets the sound that plays when the player goes through the portal.
getTriggerSound() - Method in class com.legacy.structure_gel.blocks.GelPortalBlock
Gets the sound that plays when the player steps in the portal.
getType() - Method in class com.legacy.structure_gel.biome_dictionary.ForgeType
Returns the forge biome dictionary BiomeDictionary.Type referenced by this instance.
getType() - Method in class com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece
Used internally.
getTypeKey() - Method in class com.legacy.structure_gel.registrars.DimensionRegistrar
Returns the dimension type registry key.
getValue(World, RegistryKey<Registry<T>>, RegistryKey<T>) - Static method in class com.legacy.structure_gel.util.RegistryHelper
Returns an optional containing the value of the registry key passed.

TODO remove in 1.17 in favor of IWorld version.
getValue(IWorld, RegistryKey<Registry<T>>, RegistryKey<T>) - Static method in class com.legacy.structure_gel.util.RegistryHelper
Returns an optional containing the value of the registry key passed.
getViewEntityX() - Method in class com.legacy.structure_gel.events.RenderCloudsEvent
Deprecated.
 
getViewEntityY() - Method in class com.legacy.structure_gel.events.RenderCloudsEvent
Deprecated.
 
getViewEntityZ() - Method in class com.legacy.structure_gel.events.RenderCloudsEvent
Deprecated.
 
getWorld() - Method in class com.legacy.structure_gel.events.WorldRenderEvent
 
getWorld() - Method in class com.legacy.structure_gel.util.GelTeleporter
Gets the destination world of this teleporter.
getWorldKey() - Method in class com.legacy.structure_gel.registrars.DimensionRegistrar
Returns the world key.
getWorldRenderer() - Method in class com.legacy.structure_gel.events.WorldRenderEvent
 
getX() - Method in class com.legacy.structure_gel.events.RenderRainEvent
Deprecated.
 
getY() - Method in class com.legacy.structure_gel.events.RenderRainEvent
Deprecated.
 
getZ() - Method in class com.legacy.structure_gel.events.RenderRainEvent
Deprecated.
 
GLACIDUS - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
 
GOOD_DREAM - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
 
GRAVELLY - Static variable in class com.legacy.structure_gel.biome_dictionary.BiomeDictionary
 
GREEN_GEL - Static variable in class com.legacy.structure_gel.StructureGelMod.GelBlocks
 
A B C D E F G H I J L M N O P R S T U V W Y Z 
Skip navigation links