Uses of Class
net.minecraft.world.Heightmap.Type
-
Uses of Heightmap.Type in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type Heightmap.Type Modifier and Type Field Description private 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.Type Modifier and Type Method Description private Vec3fHeightmapDebugRenderer. method_27037(Heightmap.Type type) -
Uses of Heightmap.Type in net.minecraft.entity
Fields in net.minecraft.entity declared as Heightmap.Type Modifier and Type Field Description private Heightmap.TypeSpawnRestriction.Entry. heightmapTypeMethods in net.minecraft.entity that return Heightmap.Type Modifier and Type Method Description static Heightmap.TypeSpawnRestriction. getHeightmapType(@Nullable EntityType<?> type)Methods in net.minecraft.entity with parameters of type Heightmap.Type Modifier and Type Method Description private 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.Type Constructor Description Entry(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.Type Modifier and Type Method Description static Heightmap.TypeRuinedPortalStructurePiece. getHeightmapType(RuinedPortalStructurePiece.VerticalPlacement verticalPlacement) -
Uses of Heightmap.Type in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as Heightmap.Type Modifier and Type Field Description private Heightmap.TypeGravityStructureProcessor. heightmapConstructors in net.minecraft.structure.processor with parameters of type Heightmap.Type Constructor Description GravityStructureProcessor(Heightmap.Type heightmap, int offset) -
Uses of Heightmap.Type in net.minecraft.world
Fields in net.minecraft.world with type parameters of type Heightmap.Type Modifier and Type Field Description private 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.Type Modifier and Type Method Description static @Nullable Heightmap.TypeHeightmap.Type. byName(String name)static Heightmap.TypeHeightmap.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Heightmap.Type[]Heightmap.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world with parameters of type Heightmap.Type Modifier and Type Method Description default BlockPosRegistryWorldView. getTopPosition(Heightmap.Type heightmap, BlockPos pos)BlockPosTestableWorld. 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)Method parameters in net.minecraft.world with type arguments of type Heightmap.Type Modifier and Type Method Description static voidHeightmap. populateHeightmaps(Chunk chunk, Set<Heightmap.Type> types)Constructors in net.minecraft.world with parameters of type Heightmap.Type Constructor Description Heightmap(Chunk chunk, Heightmap.Type type) -
Uses of Heightmap.Type in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Heightmap.Type Modifier and Type Field Description private 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.Type Modifier and Type Method Description private Heightmap.TypeReadOnlyChunk. transformHeightmapType(Heightmap.Type type)Methods in net.minecraft.world.chunk that return types with arguments of type Heightmap.Type Modifier and Type Method Description Collection<Map.Entry<Heightmap.Type,Heightmap>>Chunk. getHeightmaps()Collection<Map.Entry<Heightmap.Type,Heightmap>>ProtoChunk. getHeightmaps()Collection<Map.Entry<Heightmap.Type,Heightmap>>WorldChunk. getHeightmaps()EnumSet<Heightmap.Type>ChunkStatus. getHeightmapTypes()Methods in net.minecraft.world.chunk with parameters of type Heightmap.Type Modifier and Type Method Description HeightmapChunk. getHeightmap(Heightmap.Type type)HeightmapProtoChunk. getHeightmap(Heightmap.Type type)HeightmapWorldChunk. getHeightmap(Heightmap.Type type)BlockPosChunk. method_35319(Heightmap.Type type)BlockPosProtoChunk. method_35319(Heightmap.Type type)BlockPosReadOnlyChunk. method_35319(Heightmap.Type type)BlockPosWorldChunk. 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)voidChunk. setHeightmap(Heightmap.Type type, long[] heightmap)voidProtoChunk. setHeightmap(Heightmap.Type type, long[] heightmap)voidReadOnlyChunk. setHeightmap(Heightmap.Type type, long[] heightmap)voidWorldChunk. 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.Type Modifier and Type Method Description private 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.Type Constructor Description 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.Type Modifier and Type Method Description 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) -
Uses of Heightmap.Type in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as Heightmap.Type Modifier and Type Field Description Heightmap.TypeHeightmapDecoratorConfig. heightmapMethods in net.minecraft.world.gen.decorator with parameters of type Heightmap.Type Modifier and Type Method Description intDecoratorContext. getTopY(Heightmap.Type heightmap, int x, int z)Constructors in net.minecraft.world.gen.decorator with parameters of type Heightmap.Type Constructor Description HeightmapDecoratorConfig(Heightmap.Type heightmap)