Uses of Class
net.minecraft.world.gen.carver.Carver
Package | Description |
---|---|
net.minecraft.util.registry | |
net.minecraft.world.gen.carver |
-
Uses of Carver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Carver Modifier and Type Field Description static Registry<Carver<?>>
Registry. CARVER
static RegistryKey<Registry<Carver<?>>>
Registry. CARVER_KEY
-
Uses of Carver in net.minecraft.world.gen.carver
Subclasses of Carver in net.minecraft.world.gen.carver Modifier and Type Class Description class
CaveCarver
class
NetherCaveCarver
class
RavineCarver
Fields in net.minecraft.world.gen.carver declared as Carver Modifier and Type Field Description private Carver<WC>
ConfiguredCarver. carver
static Carver<class_6108>
Carver. CAVE
static Carver<class_6108>
Carver. NETHER_CAVE
static Carver<RavineCarverConfig>
Carver. RAVINE
Methods in net.minecraft.world.gen.carver with type parameters of type Carver Modifier and Type Method Description private static <C extends CarverConfig, F extends Carver<C>>
FCarver. register(String name, F carver)
Constructors in net.minecraft.world.gen.carver with parameters of type Carver Constructor Description ConfiguredCarver(Carver<WC> carver, WC config)