Uses of Class
net.minecraft.world.gen.carver.WorldCarver
-
Packages that use WorldCarver Package Description net.minecraft.util.registry net.minecraft.world.gen.carver net.minecraftforge.registries -
-
Uses of WorldCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type WorldCarver Modifier and Type Field Description static Registry<WorldCarver<?>>
Registry. CARVER
Deprecated.static RegistryKey<Registry<WorldCarver<?>>>
Registry. CARVER_REGISTRY
-
Uses of WorldCarver in net.minecraft.world.gen.carver
Subclasses of WorldCarver in net.minecraft.world.gen.carver Modifier and Type Class Description class
CanyonWorldCarver
class
CaveWorldCarver
class
NetherCaveCarver
class
UnderwaterCanyonWorldCarver
class
UnderwaterCaveWorldCarver
Fields in net.minecraft.world.gen.carver declared as WorldCarver Modifier and Type Field Description static WorldCarver<ProbabilityConfig>
WorldCarver. CANYON
static WorldCarver<ProbabilityConfig>
WorldCarver. CAVE
static WorldCarver<ProbabilityConfig>
WorldCarver. NETHER_CAVE
static WorldCarver<ProbabilityConfig>
WorldCarver. UNDERWATER_CANYON
static WorldCarver<ProbabilityConfig>
WorldCarver. UNDERWATER_CAVE
private WorldCarver<WC>
ConfiguredCarver. worldCarver
Methods in net.minecraft.world.gen.carver with type parameters of type WorldCarver Modifier and Type Method Description private static <C extends ICarverConfig,F extends WorldCarver<C>>
FWorldCarver. register(java.lang.String p_222699_0_, F p_222699_1_)
Methods in net.minecraft.world.gen.carver with parameters of type WorldCarver Modifier and Type Method Description protected static boolean
UnderwaterCaveWorldCarver. carveBlock(WorldCarver<?> p_222728_0_, IChunk p_222728_1_, java.util.BitSet p_222728_2_, java.util.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 Constructor Description ConfiguredCarver(WorldCarver<WC> p_i49928_1_, WC p_i49928_2_)
-
Uses of WorldCarver in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type WorldCarver Modifier and Type Field Description static RegistryKey<Registry<WorldCarver<?>>>
ForgeRegistries.Keys. WORLD_CARVERS
static IForgeRegistry<WorldCarver<?>>
ForgeRegistries. WORLD_CARVERS
-