Uses of Enum Class
net.minecraft.world.gen.GenerationStep.Carver
Packages that use GenerationStep.Carver
Package
Description
-
Uses of GenerationStep.Carver in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type GenerationStep.CarverModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.Builder.carversprivate final Map<GenerationStep.Carver,RegistryEntryList<ConfiguredCarver<?>>> GenerationSettings.carversMethods in net.minecraft.world.biome with parameters of type GenerationStep.CarverModifier and TypeMethodDescriptionGenerationSettings.Builder.carver(GenerationStep.Carver carverStep, RegistryEntry<? extends ConfiguredCarver<?>> carver) GenerationSettings.getCarversForStep(GenerationStep.Carver carverStep) Constructor parameters in net.minecraft.world.biome with type arguments of type GenerationStep.CarverModifierConstructorDescription(package private)GenerationSettings(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) -
Uses of GenerationStep.Carver in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type GenerationStep.CarverModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,CarvingMask> ProtoChunk.carvingMasksMethods in net.minecraft.world.chunk with parameters of type GenerationStep.CarverModifier and TypeMethodDescriptionProtoChunk.getCarvingMask(GenerationStep.Carver carver) ReadOnlyChunk.getCarvingMask(GenerationStep.Carver carver) ProtoChunk.getOrCreateCarvingMask(GenerationStep.Carver carver) ReadOnlyChunk.getOrCreateCarvingMask(GenerationStep.Carver carver) voidProtoChunk.setCarvingMask(GenerationStep.Carver carver, CarvingMask carvingMask) -
Uses of GenerationStep.Carver in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type GenerationStep.CarverModifier and TypeFieldDescriptionprivate static final Map<String,GenerationStep.Carver> GenerationStep.Carver.BY_NAMEstatic final com.mojang.serialization.Codec<GenerationStep.Carver>GenerationStep.Carver.CODECMethods in net.minecraft.world.gen that return GenerationStep.CarverModifier and TypeMethodDescriptionstatic @Nullable GenerationStep.Carverstatic GenerationStep.CarverReturns the enum constant of this class with the specified name.static GenerationStep.Carver[]GenerationStep.Carver.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type GenerationStep.CarverModifier and TypeMethodDescriptionabstract voidChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidDebugChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidFlatChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk.voidNoiseChunkGenerator.carve(ChunkRegion chunkRegion, long seed, class_7138 class_7138, BiomeAccess biomeAccess, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carver) Generates caves for the given chunk. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type GenerationStep.CarverModifier and TypeMethodDescriptionFeaturePlacementContext.getOrCreateCarvingMask(ChunkPos chunkPos, GenerationStep.Carver carver) -
Uses of GenerationStep.Carver in net.minecraft.world.gen.placementmodifier
Fields in net.minecraft.world.gen.placementmodifier declared as GenerationStep.CarverModifier and TypeFieldDescriptionprivate final GenerationStep.CarverCarvingMaskPlacementModifier.stepMethods in net.minecraft.world.gen.placementmodifier with parameters of type GenerationStep.CarverModifier and TypeMethodDescriptionstatic CarvingMaskPlacementModifierCarvingMaskPlacementModifier.of(GenerationStep.Carver step) Constructors in net.minecraft.world.gen.placementmodifier with parameters of type GenerationStep.Carver