Package net.minecraft.world.gen.carver
Class ConfiguredCarvers
java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarvers
public class ConfiguredCarvers extends Object
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredCarver<ProbabilityConfig>CANYONstatic ConfiguredCarver<ProbabilityConfig>CAVEstatic ConfiguredCarver<ProbabilityConfig>NETHER_CAVEstatic ConfiguredCarver<ProbabilityConfig>OCEAN_CAVEstatic ConfiguredCarver<ProbabilityConfig>UNDERWATER_CANYONstatic ConfiguredCarver<ProbabilityConfig>UNDERWATER_CAVE -
Constructor Summary
Constructors Constructor Description ConfiguredCarvers() -
Method Summary
Modifier and Type Method Description private static <WC extends CarverConfig>
ConfiguredCarver<WC>register(String id, ConfiguredCarver<WC> configuredCarver)
-
Field Details
-
CAVE
-
CANYON
-
OCEAN_CAVE
-
UNDERWATER_CANYON
-
UNDERWATER_CAVE
-
NETHER_CAVE
-
-
Constructor Details
-
ConfiguredCarvers
public ConfiguredCarvers()
-
-
Method Details
-
register
private static <WC extends CarverConfig> ConfiguredCarver<WC> register(String id, ConfiguredCarver<WC> configuredCarver)
-