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 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.method_27037(Heightmap.Type type) -
Uses of Heightmap.Type in net.minecraft.entity
Fields in net.minecraft.entity declared as Heightmap.TypeModifier and TypeFieldDescription(package private) 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.TypeConstructors 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 Map<String,Heightmap.Type>Heightmap.Type.BY_NAMEstatic 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 type, BlockPos blockPos)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 Map<Heightmap.Type,Heightmap>ProtoChunk.heightmapsprivate Map<Heightmap.Type,Heightmap>WorldChunk.heightmapsprivate EnumSet<Heightmap.Type>ChunkStatus.heightMapTypesprivate static EnumSet<Heightmap.Type>ChunkStatus.POST_CARVER_HEIGHTMAPSprivate static 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.TypeModifier and TypeMethodDescriptionChunk.getHeightmaps()ProtoChunk.getHeightmaps()WorldChunk.getHeightmaps()ChunkStatus.getHeightmapTypes()Methods in net.minecraft.world.chunk with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionChunk.getHeightmap(Heightmap.Type type)ProtoChunk.getHeightmap(Heightmap.Type type)WorldChunk.getHeightmap(Heightmap.Type type)Chunk.method_35319(Heightmap.Type type)ProtoChunk.method_35319(Heightmap.Type type)ReadOnlyChunk.method_35319(Heightmap.Type type)WorldChunk.method_35319(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)intWorldChunk.sampleHeightmap(Heightmap.Type type, int x, int z)default 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)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