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) -
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.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) TestableWorld.getTopPosition(Heightmap.Type heightmap, BlockPos pos) default BlockPosWorldView.getTopPosition(Heightmap.Type heightmap, BlockPos pos) intChunkRegion.getTopY(Heightmap.Type heightmap, int x, int z) intWorld.getTopY(Heightmap.Type heightmap, int x, int z) intWorldView.getTopY(Heightmap.Type heightmap, int x, int z) 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 TypeFieldDescriptionprivate final Map<Heightmap.Type,Heightmap> ProtoChunk.heightmapsprivate final Map<Heightmap.Type,Heightmap> WorldChunk.heightmapsprivate final EnumSet<Heightmap.Type>ChunkStatus.heightMapTypesprivate static 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.TypeRegeneratingChunk.convertHeightmapType(Heightmap.Type desiredType) private Heightmap.TypeReadOnlyChunk.transformHeightmapType(Heightmap.Type type) Methods in net.minecraft.world.chunk that return types with arguments of type Heightmap.TypeModifier and TypeMethodDescriptionChunk.getHeightmaps()ProtoChunk.getHeightmaps()WorldChunk.getHeightmaps()ChunkStatus.getHeightmapTypes()Methods in net.minecraft.world.chunk with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionprivate Heightmap.TypeRegeneratingChunk.convertHeightmapType(Heightmap.Type desiredType) Chunk.getHeightmap(Heightmap.Type type) ProtoChunk.getHeightmap(Heightmap.Type type) WorldChunk.getHeightmap(Heightmap.Type type) intChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intProtoChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intReadOnlyChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intRegeneratingChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intWorldChunk.sampleHeightmap(Heightmap.Type type, int x, int z) Chunk.sampleMaxHeightMap(Heightmap.Type type) ProtoChunk.sampleMaxHeightMap(Heightmap.Type type) ReadOnlyChunk.sampleMaxHeightMap(Heightmap.Type type) RegeneratingChunk.sampleMaxHeightMap(Heightmap.Type type) WorldChunk.sampleMaxHeightMap(Heightmap.Type type) default voidChunk.setHeightmap(Heightmap.Type type, long[] heightmap) voidReadOnlyChunk.setHeightmap(Heightmap.Type type, long[] heightmap) voidRegeneratingChunk.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) 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) -
Uses of Heightmap.Type in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as Heightmap.TypeMethods in net.minecraft.world.gen.decorator with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionintDecoratorContext.getTopY(Heightmap.Type heightmap, int x, int z) Constructors in net.minecraft.world.gen.decorator with parameters of type Heightmap.Type