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 Vector3fHeightmapDebugRenderer.getColorForHeightmapType(Heightmap.Type type) -
Uses of Heightmap.Type in net.minecraft.command.argument
Fields in net.minecraft.command.argument with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<Heightmap.Type>HeightmapArgumentType.HEIGHTMAP_CODECMethods in net.minecraft.command.argument that return Heightmap.TypeModifier and TypeMethodDescriptionstatic Heightmap.TypeHeightmapArgumentType.getHeightmap(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String id) private static Heightmap.Type[]HeightmapArgumentType.getHeightmapTypes() -
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.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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Heightmap.Type>Heightmap.Type.CODECMethods in net.minecraft.world that return Heightmap.TypeModifier and TypeMethodDescriptionstatic 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[] values) 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.TypeWrapperProtoChunk.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) WrapperProtoChunk.getHeightmap(Heightmap.Type type) booleanChunk.hasHeightmap(Heightmap.Type type) intChunk.sampleHeightmap(Heightmap.Type type, int x, int z) intWrapperProtoChunk.sampleHeightmap(Heightmap.Type type, int x, int z) voidChunk.setHeightmap(Heightmap.Type type, long[] heightmap) voidWrapperProtoChunk.setHeightmap(Heightmap.Type type, long[] heightmap) private Heightmap.TypeWrapperProtoChunk.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, boolean shouldAlwaysUpgrade, EnumSet<Heightmap.Type> heightMapTypes, ChunkStatus.ChunkType chunkType, ChunkStatus.GenerationTask generationTask, ChunkStatus.LoadTask loadTask) 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.SimpleGenerationTask task) Constructor parameters in net.minecraft.world.chunk with type arguments of type Heightmap.TypeModifierConstructorDescription(package private)ChunkStatus(@Nullable ChunkStatus previous, int taskMargin, boolean shouldAlwaysUpgrade, 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
Methods in net.minecraft.world.gen.feature with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionintFeaturePlacementContext.getTopY(Heightmap.Type heightmap, int x, int z) -
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) -
Uses of Heightmap.Type in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure with type parameters of type Heightmap.TypeModifier and TypeFieldDescriptionprivate final Optional<Heightmap.Type>JigsawStructure.projectStartToHeightmapMethods in net.minecraft.world.gen.structure with parameters of type Heightmap.TypeModifier and TypeMethodDescriptionprotected static Optional<Structure.StructurePosition>Structure.getStructurePosition(Structure.Context context, Heightmap.Type heightmap, Consumer<StructurePiecesCollector> generator) Constructors in net.minecraft.world.gen.structure with parameters of type Heightmap.TypeModifierConstructorDescriptionJigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Type projectStartToHeightmap)