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 booleanBigDripleafBlock.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 TypeMethodDescriptiondoubleClientWorld.Properties.getSkyDarknessHeight(HeightLimitView world)voidClientWorld.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
Methods in net.minecraft.structure with parameters of type HeightLimitViewModifier and TypeMethodDescriptionabstract voidStructureStart.init(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, StructureManager manager, ChunkPos pos, Biome biome, C config, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type HeightLimitViewModifier and TypeMethodDescription(package private) voidStructurePoolBasedGenerator.StructurePoolGenerator.generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize, boolean bool, HeightLimitView heightLimitView)static voidStructurePoolBasedGenerator.method_27230(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView)static voidStructurePoolBasedGenerator.method_30419(DynamicRegistryManager dynamicRegistryManager, StructurePoolFeatureConfig structurePoolFeatureConfig, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos blockPos, StructurePiecesHolder structurePiecesHolder, Random random, boolean bool, boolean bool2, HeightLimitView heightLimitView) -
Uses of HeightLimitView in net.minecraft.util.crash
Methods in net.minecraft.util.crash with parameters of type HeightLimitViewModifier and TypeMethodDescriptionstatic voidCrashReportSection.addBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, @Nullable BlockState state)static StringCrashReportSection.createPositionString(HeightLimitView world, double x, double y, double z)static StringCrashReportSection.createPositionString(HeightLimitView world, int x, int y, int z)static StringCrashReportSection.createPositionString(HeightLimitView world, BlockPos pos) -
Uses of HeightLimitView in net.minecraft.world
Subinterfaces of HeightLimitView in net.minecraft.worldModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a scoped, read-only view of block states, fluid states and block entities.interfaceinterfaceinterfaceA world view orWorld's superinterface that exposes access to a registry manager.interfaceRepresents access to a world on a logical Minecraft server.interfaceinterfaceinterfaceRepresents 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 with parameters of type HeightLimitViewModifier and TypeMethodDescriptiondefault voidWorldProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)Constructors in net.minecraft.world with parameters of type HeightLimitViewModifierConstructorDescriptionChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, NbtList nbtList, HeightLimitView world)ChunkTickScheduler(Predicate<T> shouldExclude, ChunkPos pos, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.biome.source
Constructors in net.minecraft.world.biome.source with parameters of type HeightLimitViewModifierConstructorDescriptionBiomeArray(IndexedIterable<Biome> biomes, HeightLimitView world, int[] ids)BiomeArray(IndexedIterable<Biome> biomes, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource)BiomeArray(IndexedIterable<Biome> biomes, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource, @org.jetbrains.annotations.Nullable int[] int2)protectedBiomeArray(IndexedIterable<Biome> biomes, HeightLimitView world, Biome[] data) -
Uses of HeightLimitView in net.minecraft.world.chunk
Subinterfaces of HeightLimitView in net.minecraft.world.chunkModifier and TypeInterfaceDescriptioninterfaceRepresents a scoped, modifiable view of biomes, block states, fluid states and block entities.Classes in net.minecraft.world.chunk that implement HeightLimitViewModifier and TypeClassDescriptionclassclassclassclassRepresents a read only view of a world chunk used in world generation.classFields in net.minecraft.world.chunk declared as HeightLimitViewConstructors in net.minecraft.world.chunk with parameters of type HeightLimitViewModifierConstructorDescriptionProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world)ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world)UpgradeData(NbtCompound nbt, HeightLimitView world)privateUpgradeData(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.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type HeightLimitViewModifier and TypeMethodDescriptionabstract VerticalBlockSampleChunkGenerator.getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.DebugChunkGenerator.getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.FlatChunkGenerator.getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.NoiseChunkGenerator.getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.abstract intChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world)Returns the raw noise height of a column for use in structure generation.intDebugChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world)Returns the raw noise height of a column for use in structure generation.intFlatChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world)Returns the raw noise height of a column for use in structure generation.intNoiseChunkGenerator.getHeight(int x, int z, Heightmap.Type heightmap, HeightLimitView world)Returns the raw noise height of a column for use in structure generation.intChunkGenerator.getHeightInGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world)intChunkGenerator.getHeightOnGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world)intChunkGenerator.getSpawnHeight(HeightLimitView world)intFlatChunkGenerator.getSpawnHeight(HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type HeightLimitViewModifier and TypeMethodDescription(package private) static intRuinedPortalFeature.getFloorHeight(Random random, ChunkGenerator chunkGenerator, RuinedPortalStructurePiece.VerticalPlacement verticalPlacement, boolean airPocket, int height, int blockCountY, BlockBox box, HeightLimitView world)(package private) static intEndCityFeature.getGenerationHeight(ChunkPos chunkPos, ChunkGenerator chunkGenerator, HeightLimitView heightLimitView)voidBuriedTreasureFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView)voidDesertPyramidFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidEndCityFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidIglooFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidJigsawFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)voidJungleTempleFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidMineshaftFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)voidNetherFortressFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidNetherFossilFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, RangeDecoratorConfig rangeDecoratorConfig, HeightLimitView heightLimitView)voidOceanMonumentFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidOceanRuinFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, OceanRuinFeatureConfig oceanRuinFeatureConfig, HeightLimitView heightLimitView)voidRuinedPortalFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, RuinedPortalFeatureConfig ruinedPortalFeatureConfig, HeightLimitView heightLimitView)voidShipwreckFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ShipwreckFeatureConfig shipwreckFeatureConfig, HeightLimitView heightLimitView)voidStrongholdFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidSwampHutFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidWoodlandMansionFeature.Start.init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanBastionRemnantFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)protected booleanBuriedTreasureFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView)protected booleanEndCityFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanMineshaftFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)protected booleanNetherFortressFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanOceanMonumentFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanPillagerOutpostFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)protected booleanStrongholdFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanStructureFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long worldSeed, ChunkRandom random, ChunkPos pos, Biome biome, ChunkPos chunkPos, C config, HeightLimitView world)Checks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.ChunkRandom, int, int).protected booleanWoodlandMansionFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, Biome biome, int referenceCount, StructureConfig structureConfig, HeightLimitView heightLimitView)StructureFeature.tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, Biome biome, int referenceCount, ChunkRandom random, StructureConfig structureConfig, C config, HeightLimitView world)Tries to place a starting point for this type of structure in the given chunk. -
Uses of HeightLimitView in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type HeightLimitViewModifier and TypeMethodDescriptionvoidLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)default voidServerWorldProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)voidUnmodifiableLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as HeightLimitView -
Uses of HeightLimitView in net.minecraft.world.poi
Constructors in net.minecraft.world.poi with parameters of type HeightLimitViewModifierConstructorDescriptionPointOfInterestStorage(File directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, HeightLimitView world) -
Uses of HeightLimitView in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as HeightLimitViewConstructors in net.minecraft.world.storage with parameters of type HeightLimitViewModifierConstructorDescriptionSerializingRegionBasedStorage(File directory, Function<Runnable,com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable,R> factory, com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixTypes, boolean dsync, HeightLimitView world)