Uses of Class
net.minecraft.world.level.levelgen.carver.WorldCarver
Packages that use WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.core
Fields in net.minecraft.core with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic Registry<WorldCarver<?>>Registry.CARVERDeprecated.static ResourceKey<Registry<WorldCarver<?>>>Registry.CARVER_REGISTRY -
Uses of WorldCarver in net.minecraft.world.level.levelgen.carver
Subclasses of WorldCarver in net.minecraft.world.level.levelgen.carverModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.world.level.levelgen.carver declared as WorldCarverModifier and TypeFieldDescriptionstatic WorldCarver<CanyonCarverConfiguration>WorldCarver.CANYONstatic WorldCarver<CaveCarverConfiguration>WorldCarver.CAVEstatic WorldCarver<CaveCarverConfiguration>WorldCarver.NETHER_CAVEstatic WorldCarver<CanyonCarverConfiguration>WorldCarver.UNDERWATER_CANYONstatic WorldCarver<CaveCarverConfiguration>WorldCarver.UNDERWATER_CAVEprivate WorldCarver<WC>ConfiguredWorldCarver.worldCarverMethods in net.minecraft.world.level.levelgen.carver with type parameters of type WorldCarverModifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration, F extends WorldCarver<C>>
FMethods in net.minecraft.world.level.levelgen.carver with parameters of type WorldCarverModifier and TypeMethodDescriptionprotected static booleanUnderwaterCaveWorldCarver.carveBlock(WorldCarver<?> p_159358_, ChunkAccess p_159359_, Random p_159360_, BlockPos.MutableBlockPos p_159361_, BlockPos.MutableBlockPos p_159362_, Aquifer p_159363_)Constructors in net.minecraft.world.level.levelgen.carver with parameters of type WorldCarver -
Uses of WorldCarver in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic ResourceKey<Registry<WorldCarver<?>>>ForgeRegistries.Keys.WORLD_CARVERSstatic IForgeRegistry<WorldCarver<?>>ForgeRegistries.WORLD_CARVERS