Package | Description |
---|---|
net.minecraft.util.registry | |
net.minecraft.world.biome | |
net.minecraft.world.gen.carver | |
net.minecraftforge.registries |
Modifier and Type | Field and Description |
---|---|
static Registry<WorldCarver<?>> |
Registry.CARVER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <C extends ICarverConfig> |
Biome.createCarver(WorldCarver<C> carver,
C config) |
Modifier and Type | Class and Description |
---|---|
class |
CanyonWorldCarver |
class |
CaveWorldCarver |
class |
NetherCaveWorldCarver |
class |
UnderwaterCanyonWorldCarver |
class |
UnderwaterCaveWorldCarver |
Modifier and Type | Field and Description |
---|---|
static WorldCarver<ProbabilityConfig> |
WorldCarver.CANYON |
WorldCarver<WC> |
ConfiguredCarver.carver |
static WorldCarver<ProbabilityConfig> |
WorldCarver.CAVE |
static WorldCarver<ProbabilityConfig> |
WorldCarver.HELL_CAVE |
static WorldCarver<ProbabilityConfig> |
WorldCarver.UNDERWATER_CANYON |
static WorldCarver<ProbabilityConfig> |
WorldCarver.UNDERWATER_CAVE |
Modifier and Type | Method and Description |
---|---|
private static <C extends ICarverConfig,F extends WorldCarver<C>> |
WorldCarver.register(java.lang.String key,
F carver) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
UnderwaterCaveWorldCarver.func_222728_a(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_) |
Constructor and Description |
---|
ConfiguredCarver(WorldCarver<WC> p_i49928_1_,
WC p_i49928_2_) |
Modifier and Type | Field and Description |
---|---|
static IForgeRegistry<WorldCarver<?>> |
ForgeRegistries.WORLD_CARVERS |