Uses of Enum Class
net.minecraft.world.Heightmap.Type
Packages that use Heightmap.Type
Package
Description
-
Uses of Heightmap.Type in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprivate static final Map<Heightmap.Type,String> DebugHud.HEIGHT_MAP_TYPES -
Uses of Heightmap.Type in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionprivate Vec3fHeightmapDebugRenderer.getColorForHeightmapType(Heightmap.Type type) -
Uses of Heightmap.Type in net.minecraft.entity
Fields in net.minecraft.entity declared as Heightmap.TypeModifier and TypeFieldDescription(package private) final Heightmap.TypeSpawnRestriction.Entry.heightmapTypeMethods in net.minecraft.entity that return Heightmap.TypeModifier and TypeMethodDescriptionstatic Heightmap.TypeSpawnRestriction.getHeightmapType(@Nullable EntityType<?> type) Methods in net.minecraft.entity with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionprivate static <T extends MobEntity>
voidSpawnRestriction.register(EntityType<T> type, SpawnRestriction.Location location, Heightmap.Type heightmapType, SpawnRestriction.SpawnPredicate<T> predicate) Constructors in net.minecraft.entity with parameters of type Heightmap.TypeModifierConstructorDescriptionEntry(Heightmap.Type heightmapType, SpawnRestriction.Location location, SpawnRestriction.SpawnPredicate<?> predicate) -
Uses of Heightmap.Type in net.minecraft.structure
Methods in net.minecraft.structure that return Heightmap.TypeModifier and TypeMethodDescriptionstatic Heightmap.TypeRuinedPortalStructurePiece.getHeightmapType(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement) Methods in net.minecraft.structure with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionstatic <C extends FeatureConfig>
Predicate<StructureGeneratorFactory.Context<C>>StructureGeneratorFactory.checkForBiomeOnTop(Heightmap.Type heightmapType) booleanStructureGeneratorFactory.Context.isBiomeValid(Heightmap.Type heightmapType) -
Uses of Heightmap.Type in net.minecraft.structure.pool
Method parameters in net.minecraft.structure.pool with type arguments of type Heightmap.TypeModifier and TypeMethodDescriptionstatic Optional<StructureFeature.class_7150>StructurePoolBasedGenerator.generate(StructureFeature.class_7149 class_7149, RegistryEntry<StructurePool> registryEntry, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos blockPos, boolean bool, Optional<Heightmap.Type> optional, int int3) -
Uses of Heightmap.Type in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as Heightmap.TypeModifier and TypeFieldDescriptionprivate final Heightmap.TypeGravityStructureProcessor.heightmapConstructors in net.minecraft.structure.processor with parameters of type Heightmap.Type -
Uses of Heightmap.Type in net.minecraft.test
Methods in net.minecraft.test with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionintTestContext.getRelativeTopY(Heightmap.Type heightmap, int x, int z) -
Uses of Heightmap.Type in net.minecraft.world
Fields in net.minecraft.world with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprivate static final Map<String,Heightmap.Type> Heightmap.Type.BY_NAMEstatic final com.mojang.serialization.Codec<Heightmap.Type>Heightmap.Type.CODECMethods in net.minecraft.world that return Heightmap.TypeModifier and TypeMethodDescriptionstatic @Nullable Heightmap.Typestatic Heightmap.TypeReturns the enum constant of this class with the specified name.static Heightmap.Type[]Heightmap.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type Heightmap.TypeModifier and TypeMethodDescriptiondefault BlockPosRegistryWorldView.getTopPosition(Heightmap.Type heightmap, BlockPos pos) Returns the position of the topmost block in the column containingposusingheightmapheightmap.TestableWorld.getTopPosition(Heightmap.Type heightmap, BlockPos pos) default BlockPosWorldView.getTopPosition(Heightmap.Type heightmap, BlockPos pos) Returns the position of the topmost block in the column containingposusingheightmapheightmap.intChunkRegion.getTopY(Heightmap.Type heightmap, int x, int z) Returns the Y coordinate of the topmost block at the coordinatesxandzusingheightmap.intWorld.getTopY(Heightmap.Type heightmap, int x, int z) Returns the Y coordinate of the topmost block at the coordinatesxandzusingheightmap.intWorldView.getTopY(Heightmap.Type heightmap, int x, int z) Returns the Y coordinate of the topmost block at the coordinatesxandzusingheightmap.voidHeightmap.setTo(Chunk chunk, Heightmap.Type type, long[] long2) Method parameters in net.minecraft.world with type arguments of type Heightmap.TypeModifier and TypeMethodDescriptionstatic voidHeightmap.populateHeightmaps(Chunk chunk, Set<Heightmap.Type> types) Constructors in net.minecraft.world with parameters of type Heightmap.Type -
Uses of Heightmap.Type in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprotected final Map<Heightmap.Type,Heightmap> Chunk.heightmapsprivate final EnumSet<Heightmap.Type>ChunkStatus.heightMapTypesstatic final EnumSet<Heightmap.Type>ChunkStatus.POST_CARVER_HEIGHTMAPSprivate static final EnumSet<Heightmap.Type>ChunkStatus.PRE_CARVER_HEIGHTMAPSMethods in net.minecraft.world.chunk that return Heightmap.TypeModifier and TypeMethodDescriptionprivate Heightmap.TypeReadOnlyChunk.transformHeightmapType(Heightmap.Type type) Methods in net.minecraft.world.chunk that return types with arguments of type Heightmap.TypeMethods in net.minecraft.world.chunk with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionChunk.getHeightmap(Heightmap.Type type) ReadOnlyChunk.getHeightmap(Heightmap.Type type) booleanChunk.hasHeightmap(Heightmap.Type type) intChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intReadOnlyChunk.sampleHeightmap(Heightmap.Type type, int x, int z) voidChunk.setHeightmap(Heightmap.Type type, long[] heightmap) voidReadOnlyChunk.setHeightmap(Heightmap.Type type, long[] heightmap) private Heightmap.TypeReadOnlyChunk.transformHeightmapType(Heightmap.Type type) Method parameters in net.minecraft.world.chunk with type arguments of type Heightmap.TypeModifier and TypeMethodDescriptionprivate static ChunkStatusChunkStatus.register(String id, @Nullable ChunkStatus previous, int taskMargin, EnumSet<Heightmap.Type> heightMapTypes, ChunkStatus.ChunkType chunkType, ChunkStatus.GenerationTask task) private static ChunkStatusChunkStatus.register(String id, @Nullable ChunkStatus previous, int taskMargin, EnumSet<Heightmap.Type> heightMapTypes, ChunkStatus.ChunkType chunkType, ChunkStatus.GenerationTask task, ChunkStatus.LoadTask loadTask) private static ChunkStatusChunkStatus.register(String id, @Nullable ChunkStatus previous, int taskMargin, EnumSet<Heightmap.Type> heightMapTypes, ChunkStatus.ChunkType chunkType, ChunkStatus.SimpleGenerationTask task) Constructor parameters in net.minecraft.world.chunk with type arguments of type Heightmap.TypeModifierConstructorDescription(package private)ChunkStatus(String id, @Nullable ChunkStatus previous, int taskMargin, EnumSet<Heightmap.Type> heightMapTypes, ChunkStatus.ChunkType chunkType, ChunkStatus.GenerationTask generationTask, ChunkStatus.LoadTask loadTask) -
Uses of Heightmap.Type in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionabstract intChunkGenerator.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.intDebugChunkGenerator.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.intFlatChunkGenerator.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.intNoiseChunkGenerator.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.intChunkGenerator.getHeightInGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) intChunkGenerator.getHeightOnGround(int x, int z, Heightmap.Type heightmap, HeightLimitView world, NoiseConfig noiseConfig) -
Uses of Heightmap.Type in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprivate final Optional<Heightmap.Type>JigsawFeature.field_37799Methods in net.minecraft.world.gen.feature that return types with arguments of type Heightmap.TypeModifier and TypeMethodDescriptionstatic com.mojang.datafixers.Products.P10<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<JigsawFeature>,RegistryEntryList<Biome>, Map<SpawnGroup, StructureSpawns>, GenerationStep.Feature, Boolean, RegistryEntry<StructurePool>, Integer, HeightProvider, Boolean, Optional<Heightmap.Type>, Integer> JigsawFeature.method_41660(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<JigsawFeature> instance) Methods in net.minecraft.world.gen.feature with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionintFeaturePlacementContext.getTopY(Heightmap.Type heightmap, int x, int z) protected static Optional<StructureFeature.class_7150>StructureFeature.method_41612(StructureFeature.class_7149 class_7149, Heightmap.Type type, Consumer<StructurePiecesCollector> consumer) Constructors in net.minecraft.world.gen.feature with parameters of type Heightmap.TypeModifierConstructorDescriptionJigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean surface, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool, Heightmap.Type type) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type Heightmap.TypeModifierConstructorDescriptionJigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool2, Optional<Heightmap.Type> optional, int int3) -
Uses of Heightmap.Type in net.minecraft.world.gen.placementmodifier
Fields in net.minecraft.world.gen.placementmodifier declared as Heightmap.TypeModifier and TypeFieldDescriptionprivate final Heightmap.TypeHeightmapPlacementModifier.heightmapprivate final Heightmap.TypeSurfaceThresholdFilterPlacementModifier.heightmapMethods in net.minecraft.world.gen.placementmodifier with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionstatic HeightmapPlacementModifierHeightmapPlacementModifier.of(Heightmap.Type heightmap) SurfaceThresholdFilterPlacementModifier.of(Heightmap.Type heightmap, int min, int max) Constructors in net.minecraft.world.gen.placementmodifier with parameters of type Heightmap.TypeModifierConstructorDescriptionprivateHeightmapPlacementModifier(Heightmap.Type heightmap) privateSurfaceThresholdFilterPlacementModifier(Heightmap.Type heightmap, int min, int max)