Package net.minecraft.world.gen.carver
Class ConfiguredCarver<WC extends CarverConfig>
java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarver<WC>
public class ConfiguredCarver<WC extends CarverConfig> extends Object
-
Field Summary
Fields Modifier and Type Field Description private Carver<WC>carverstatic com.mojang.serialization.Codec<ConfiguredCarver<?>>CODECprivate WCconfigstatic com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>field_26755static com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>REGISTRY_CODEC -
Constructor Summary
Constructors Constructor Description ConfiguredCarver(Carver<WC> carver, WC config) -
Method Summary
-
Field Details
-
CODEC
-
REGISTRY_CODEC
-
field_26755
-
carver
-
config
-
-
Constructor Details
-
ConfiguredCarver
-
-
Method Details
-
getConfig
-
shouldCarve
-
carve
-