Uses of Enum Class
net.minecraft.world.level.levelgen.structure.templatesystem.LiquidSettings
Packages that use LiquidSettings
Package
Description
-
Uses of LiquidSettings in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as LiquidSettingsModifier and TypeFieldDescriptionprivate final LiquidSettingsPoolElementStructurePiece.liquidSettingsConstructors in net.minecraft.world.level.levelgen.structure with parameters of type LiquidSettingsModifierConstructorDescriptionPoolElementStructurePiece(StructureTemplateManager structureTemplateManager, StructurePoolElement element, BlockPos position, int groundLevelDelta, Rotation rotation, BoundingBox boundingBox, LiquidSettings liquidSettings) -
Uses of LiquidSettings in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type LiquidSettingsModifier and TypeFieldDescriptionprotected final Optional<LiquidSettings> SinglePoolElement.overrideLiquidSettingsMethods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type LiquidSettingsModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E, Optional<LiquidSettings>> SinglePoolElement.overrideLiquidSettingsCodec()Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type LiquidSettingsModifier and TypeMethodDescriptionprivate static voidJigsawPlacement.addPieces(RandomState randomState, int maxDepth, boolean doExpansionHack, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, LevelHeightAccessor heightAccessor, RandomSource random, Registry<StructureTemplatePool> pools, PoolElementStructurePiece centerPiece, List<PoolElementStructurePiece> pieces, VoxelShape shape, PoolAliasLookup poolAliasLookup, LiquidSettings liquidSettings) static Optional<Structure.GenerationStub> JigsawPlacement.addPieces(Structure.GenerationContext context, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsaw, int maxDepth, BlockPos position, boolean doExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, PoolAliasLookup poolAliasLookup, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) protected StructurePlaceSettingsLegacySinglePoolElement.getSettings(Rotation rotation, BoundingBox chunkBB, LiquidSettings liquidSettings, boolean keepJigsaws) protected StructurePlaceSettingsSinglePoolElement.getSettings(Rotation rotation, BoundingBox chunkBB, LiquidSettings liquidSettings, boolean keepJigsaws) booleanEmptyPoolElement.place(StructureTemplateManager structureTemplateManager, WorldGenLevel level, StructureManager structureManager, ChunkGenerator generator, BlockPos position, BlockPos referencePos, Rotation rotation, BoundingBox chunkBB, RandomSource random, LiquidSettings liquidSettings, boolean keepJigsaws) booleanFeaturePoolElement.place(StructureTemplateManager structureTemplateManager, WorldGenLevel level, StructureManager structureManager, ChunkGenerator generator, BlockPos position, BlockPos referencePos, Rotation rotation, BoundingBox chunkBB, RandomSource random, LiquidSettings liquidSettings, boolean keepJigsaws) booleanListPoolElement.place(StructureTemplateManager structureTemplateManager, WorldGenLevel level, StructureManager structureManager, ChunkGenerator generator, BlockPos position, BlockPos referencePos, Rotation rotation, BoundingBox chunkBB, RandomSource random, LiquidSettings liquidSettings, boolean keepJigsaws) booleanSinglePoolElement.place(StructureTemplateManager structureTemplateManager, WorldGenLevel level, StructureManager structureManager, ChunkGenerator generator, BlockPos position, BlockPos referencePos, Rotation rotation, BoundingBox chunkBB, RandomSource random, LiquidSettings liquidSettings, boolean keepJigsaws) abstract booleanStructurePoolElement.place(StructureTemplateManager structureTemplateManager, WorldGenLevel level, StructureManager structureManager, ChunkGenerator generator, BlockPos position, BlockPos referencePos, Rotation rotation, BoundingBox chunkBB, RandomSource random, LiquidSettings liquidSettings, boolean keepJigsaws) StructurePoolElement.single(String location, Holder<StructureProcessorList> processors, LiquidSettings overrideLiquidSettings) StructurePoolElement.single(String location, LiquidSettings overrideLiquidSettings) private voidJigsawPlacement.Placer.tryPlacingChildren(PoolElementStructurePiece sourcePiece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> contextFree, int depth, boolean doExpansionHack, LevelHeightAccessor heightAccessor, RandomState randomState, PoolAliasLookup poolAliasLookup, LiquidSettings liquidSettings) Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type LiquidSettingsModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> template, Holder<StructureProcessorList> processors, StructureTemplatePool.Projection projection, Optional<LiquidSettings> liquidSettings) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> template, Holder<StructureProcessorList> processors, StructureTemplatePool.Projection projection, Optional<LiquidSettings> overrideLiquidSettings) -
Uses of LiquidSettings in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as LiquidSettingsModifier and TypeFieldDescriptionstatic final LiquidSettingsJigsawStructure.DEFAULT_LIQUID_SETTINGSprivate final LiquidSettingsJigsawStructure.liquidSettingsConstructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type LiquidSettingsModifierConstructorDescriptionJigsawStructure(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsawName, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, List<PoolAliasBinding> poolAliases, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) -
Uses of LiquidSettings in net.minecraft.world.level.levelgen.structure.templatesystem
Subclasses with type arguments of type LiquidSettings in net.minecraft.world.level.levelgen.structure.templatesystemFields in net.minecraft.world.level.levelgen.structure.templatesystem declared as LiquidSettingsFields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type LiquidSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LiquidSettings> LiquidSettings.CODECMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return LiquidSettingsModifier and TypeMethodDescriptionstatic LiquidSettingsReturns the enum constant of this class with the specified name.static LiquidSettings[]LiquidSettings.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type LiquidSettingsModifier and TypeMethodDescriptionStructurePlaceSettings.setLiquidSettings(LiquidSettings liquidSettings)