Uses of Interface
net.minecraft.world.HeightLimitView
Packages that use HeightLimitView
Package
Description
-
Uses of HeightLimitView in net.minecraft.block
Methods in net.minecraft.block with parameters of type HeightLimitViewModifier and TypeMethodDescriptionprotected static boolean
BigDripleafBlock.canGrowInto
(HeightLimitView world, BlockPos pos, BlockState state) -
Uses of HeightLimitView in net.minecraft.client.render.chunk
Classes in net.minecraft.client.render.chunk that implement HeightLimitView -
Uses of HeightLimitView in net.minecraft.client.world
Classes in net.minecraft.client.world that implement HeightLimitViewMethods in net.minecraft.client.world with parameters of type HeightLimitViewModifier and TypeMethodDescriptiondouble
ClientWorld.Properties.getSkyDarknessHeight
(HeightLimitView world) void
ClientWorld.Properties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.server.world
Classes in net.minecraft.server.world that implement HeightLimitViewFields in net.minecraft.server.world declared as HeightLimitViewConstructors in net.minecraft.server.world with parameters of type HeightLimitViewModifierConstructorDescriptionChunkHolder
(ChunkPos pos, int level, HeightLimitView world, LightingProvider lightingProvider, ChunkHolder.LevelUpdateListener levelUpdateListener, ChunkHolder.PlayersWatchingChunkProvider playersWatchingChunkProvider) -
Uses of HeightLimitView in net.minecraft.structure
Fields in net.minecraft.structure declared as HeightLimitViewModifier and TypeFieldDescriptionprivate final HeightLimitView
StructureGeneratorFactory.Context.world
The field for theworld
record component.private final HeightLimitView
StructurePiecesGenerator.Context.world
The field for theworld
record component.Methods in net.minecraft.structure that return HeightLimitViewModifier and TypeMethodDescriptionStructureGeneratorFactory.Context.world()
Returns the value of theworld
record component.StructurePiecesGenerator.Context.world()
Returns the value of theworld
record component.Constructors in net.minecraft.structure with parameters of type HeightLimitViewModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, DynamicRegistryManager dynamicRegistryManager) Context
(C c, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, ChunkPos chunkPos, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of HeightLimitView in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type HeightLimitViewModifier and TypeMethodDescriptionprivate static void
StructurePoolBasedGenerator.generate
(NoiseConfig noiseConfig, int maxSize, boolean modifyBoundingBox, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, HeightLimitView heightLimitView, Random random, Registry<StructurePool> structurePoolRegistry, PoolStructurePiece firstPiece, List<PoolStructurePiece> pieces, VoxelShape pieceShape) (package private) void
StructurePoolBasedGenerator.StructurePoolGenerator.generatePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, boolean modifyBoundingBox, HeightLimitView world, NoiseConfig noiseConfig) -
Uses of HeightLimitView in net.minecraft.util.crash
Methods in net.minecraft.util.crash with parameters of type HeightLimitViewModifier and TypeMethodDescriptionstatic void
CrashReportSection.addBlockInfo
(CrashReportSection element, HeightLimitView world, BlockPos pos, @Nullable BlockState state) static String
CrashReportSection.createPositionString
(HeightLimitView world, double x, double y, double z) static String
CrashReportSection.createPositionString
(HeightLimitView world, int x, int y, int z) static String
CrashReportSection.createPositionString
(HeightLimitView world, BlockPos pos) -
Uses of HeightLimitView in net.minecraft.world
Subinterfaces of HeightLimitView in net.minecraft.worldModifier and TypeInterfaceDescriptioninterface
interface
Represents a scoped, read-only view of block states, fluid states and block entities.interface
interface
interface
A world view orWorld
's superinterface that exposes access to a registry manager.interface
Represents access to a world on a logical Minecraft server.interface
interface
interface
Represents a scoped, read-only view of a world like structure that contains biomes, chunks and is bound to a dimension.Classes in net.minecraft.world that implement HeightLimitViewFields in net.minecraft.world declared as HeightLimitViewMethods in net.minecraft.world that return HeightLimitViewModifier and TypeMethodDescriptionstatic HeightLimitView
HeightLimitView.create
(int bottomY, int height) Methods in net.minecraft.world with parameters of type HeightLimitViewModifier and TypeMethodDescriptiondefault void
WorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) Constructors in net.minecraft.world with parameters of type HeightLimitViewModifierConstructorDescriptionStructureLocator
(NbtScannable chunkIoWorker, DynamicRegistryManager registryManager, StructureTemplateManager structureTemplateManager, RegistryKey<World> worldKey, ChunkGenerator chunkGenerator, NoiseConfig noiseConfig, HeightLimitView world, BiomeSource biomeSource, long seed, com.mojang.datafixers.DataFixer dataFixer) -
Uses of HeightLimitView in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement HeightLimitViewModifier and TypeClassDescriptionclass
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.class
class
class
class
Represents a read only view of a world chunk used in world generation.class
Fields in net.minecraft.world.chunk declared as HeightLimitViewModifier and TypeFieldDescriptionstatic final HeightLimitView
BelowZeroRetrogen.BELOW_ZERO_VIEW
protected final HeightLimitView
Chunk.heightLimitView
Methods in net.minecraft.world.chunk that return HeightLimitViewMethods in net.minecraft.world.chunk with parameters of type HeightLimitViewModifier and TypeMethodDescriptionprivate static void
Chunk.fillSectionArray
(HeightLimitView world, Registry<Biome> biome, ChunkSection[] sectionArray) Constructors in net.minecraft.world.chunk with parameters of type HeightLimitViewModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable BlendingData blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) UpgradeData
(NbtCompound nbt, HeightLimitView world) private
UpgradeData
(HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as HeightLimitView -
Uses of HeightLimitView in net.minecraft.world.gen
Constructors in net.minecraft.world.gen with parameters of type HeightLimitView -
Uses of HeightLimitView in net.minecraft.world.gen.carver
Constructors in net.minecraft.world.gen.carver with parameters of type HeightLimitViewModifierConstructorDescriptionCarverContext
(NoiseChunkGenerator noiseChunkGenerator, DynamicRegistryManager registryManager, HeightLimitView heightLimitView, ChunkNoiseSampler chunkNoiseSampler, NoiseConfig noiseConfig, MaterialRules.MaterialRule materialRule) -
Uses of HeightLimitView in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as HeightLimitViewMethods in net.minecraft.world.gen.chunk that return HeightLimitViewMethods in net.minecraft.world.gen.chunk with parameters of type HeightLimitViewModifier and TypeMethodDescriptionabstract VerticalBlockSample
ChunkGenerator.getColumnSample
(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.DebugChunkGenerator.getColumnSample
(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.FlatChunkGenerator.getColumnSample
(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.NoiseChunkGenerator.getColumnSample
(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.abstract int
ChunkGenerator.getHeight
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) Returns the raw noise height of a column for use in structure generation.int
DebugChunkGenerator.getHeight
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) Returns the raw noise height of a column for use in structure generation.int
FlatChunkGenerator.getHeight
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) Returns the raw noise height of a column for use in structure generation.int
NoiseChunkGenerator.getHeight
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) Returns the raw noise height of a column for use in structure generation.int
ChunkGenerator.getHeightInGround
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) int
ChunkGenerator.getHeightOnGround
(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) int
ChunkGenerator.getSpawnHeight
(HeightLimitView world) int
FlatChunkGenerator.getSpawnHeight
(HeightLimitView world) private OptionalInt
NoiseChunkGenerator.sampleHeightmap
(HeightLimitView world, NoiseConfig noiseConfig, int x, int z, @Nullable MutableObject<VerticalBlockSample> columnSample, @Nullable Predicate<BlockState> stopPredicate) GenerationShapeConfig.trimHeight
(HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as HeightLimitViewModifier and TypeFieldDescriptionprivate final HeightLimitView
Structure.Context.world
The field for theworld
record component.Methods in net.minecraft.world.gen.structure that return HeightLimitViewModifier and TypeMethodDescriptionStructure.Context.world()
Returns the value of theworld
record component.Methods in net.minecraft.world.gen.structure with parameters of type HeightLimitViewModifier and TypeMethodDescriptionStructure.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes) private static int
RuinedPortalStructure.getFloorHeight
(Random random, ChunkGenerator chunkGenerator, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, boolean airPocket, int height, int blockCountY, BlockBox box, HeightLimitView world, NoiseConfig noiseConfig) Constructors in net.minecraft.world.gen.structure with parameters of type HeightLimitViewModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Context
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) -
Uses of HeightLimitView in net.minecraft.world.gen.surfacebuilder
Methods in net.minecraft.world.gen.surfacebuilder with parameters of type HeightLimitViewModifier and TypeMethodDescriptionprivate void
SurfaceBuilder.placeBadlandsPillar
(BlockColumn column, int x, int z, int surfaceY, HeightLimitView chunk) -
Uses of HeightLimitView in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type HeightLimitViewModifier and TypeMethodDescriptionvoid
LevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) default void
ServerWorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) void
UnmodifiableLevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.poi
Constructors in net.minecraft.world.poi with parameters of type HeightLimitViewModifierConstructorDescriptionPointOfInterestStorage
(Path path, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as HeightLimitViewModifier and TypeFieldDescriptionprotected final HeightLimitView
SerializingRegionBasedStorage.world
Constructors in net.minecraft.world.storage with parameters of type HeightLimitViewModifierConstructorDescriptionSerializingRegionBasedStorage
(Path path, Function<Runnable, com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable, R> factory, com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixTypes, boolean dsync, DynamicRegistryManager dynamicRegistryManager, HeightLimitView world)