Uses of Class
net.minecraft.world.gen.carver.WorldCarver
Packages that use WorldCarver
Package
Description
-
Uses of WorldCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final Registry<WorldCarver<?>>Registry.CARVERDeprecated.static final RegistryKey<Registry<WorldCarver<?>>>Registry.CARVER_REGISTRY -
Uses of WorldCarver in net.minecraft.world.gen.carver
Subclasses of WorldCarver in net.minecraft.world.gen.carverModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.world.gen.carver declared as WorldCarverModifier and TypeFieldDescriptionstatic final WorldCarver<ProbabilityConfig>WorldCarver.CANYONstatic final WorldCarver<ProbabilityConfig>WorldCarver.CAVEstatic final WorldCarver<ProbabilityConfig>WorldCarver.NETHER_CAVEstatic final WorldCarver<ProbabilityConfig>WorldCarver.UNDERWATER_CANYONstatic final WorldCarver<ProbabilityConfig>WorldCarver.UNDERWATER_CAVEprivate final WorldCarver<WC>ConfiguredCarver.worldCarverMethods in net.minecraft.world.gen.carver with type parameters of type WorldCarverModifier and TypeMethodDescriptionprivate static <C extends ICarverConfig,F extends WorldCarver<C>>
FMethods in net.minecraft.world.gen.carver with parameters of type WorldCarverModifier and TypeMethodDescriptionprotected static booleanUnderwaterCaveWorldCarver.carveBlock(WorldCarver<?> p_222728_0_, IChunk p_222728_1_, BitSet p_222728_2_, Random p_222728_3_, BlockPos.Mutable p_222728_4_, int p_222728_5_, int p_222728_6_, int p_222728_7_, int p_222728_8_, int p_222728_9_, int p_222728_10_, int p_222728_11_, int p_222728_12_) Constructors in net.minecraft.world.gen.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 final RegistryKey<Registry<WorldCarver<?>>>ForgeRegistries.Keys.WORLD_CARVERSstatic final IForgeRegistry<WorldCarver<?>>ForgeRegistries.WORLD_CARVERS