Package net.minecraft.world.gen.carver
Class ConfiguredCarvers
java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarvers
public class ConfiguredCarvers extends Object
- Mappings:
Namespace Name official kt
intermediary net/minecraft/class_5463
named net/minecraft/world/gen/carver/ConfiguredCarvers
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredCarver<RavineCarverConfig>
CANYON
static ConfiguredCarver<class_6108>
CAVE
static ConfiguredCarver<RavineCarverConfig>
CRACK
static ConfiguredCarver<class_6108>
NETHER_CAVE
static ConfiguredCarver<class_6108>
OCEAN_CAVE
static ConfiguredCarver<RavineCarverConfig>
OLD_CANYON
static ConfiguredCarver<class_6108>
OLD_CAVE
static ConfiguredCarver<class_6108>
OLD_OCEAN_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
-
OLD_CAVE
- Mappings:
Namespace Name Mixin selector official a
Lkt;a:Lcpp;
intermediary field_33119
Lnet/minecraft/class_5463;field_33119:Lnet/minecraft/class_2922;
named OLD_CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;OLD_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CAVE
- Mappings:
Namespace Name Mixin selector official b
Lkt;b:Lcpp;
intermediary field_25942
Lnet/minecraft/class_5463;field_25942:Lnet/minecraft/class_2922;
named CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
OLD_CANYON
- Mappings:
Namespace Name Mixin selector official c
Lkt;c:Lcpp;
intermediary field_33120
Lnet/minecraft/class_5463;field_33120:Lnet/minecraft/class_2922;
named OLD_CANYON
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;OLD_CANYON:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CANYON
- Mappings:
Namespace Name Mixin selector official d
Lkt;d:Lcpp;
intermediary field_25943
Lnet/minecraft/class_5463;field_25943:Lnet/minecraft/class_2922;
named CANYON
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CANYON:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
OLD_OCEAN_CAVE
- Mappings:
Namespace Name Mixin selector official e
Lkt;e:Lcpp;
intermediary field_33121
Lnet/minecraft/class_5463;field_33121:Lnet/minecraft/class_2922;
named OLD_OCEAN_CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;OLD_OCEAN_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
OCEAN_CAVE
- Mappings:
Namespace Name Mixin selector official f
Lkt;f:Lcpp;
intermediary field_25944
Lnet/minecraft/class_5463;field_25944:Lnet/minecraft/class_2922;
named OCEAN_CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;OCEAN_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
NETHER_CAVE
- Mappings:
Namespace Name Mixin selector official g
Lkt;g:Lcpp;
intermediary field_25947
Lnet/minecraft/class_5463;field_25947:Lnet/minecraft/class_2922;
named NETHER_CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;NETHER_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CRACK
- Mappings:
Namespace Name Mixin selector official h
Lkt;h:Lcpp;
intermediary field_29082
Lnet/minecraft/class_5463;field_29082:Lnet/minecraft/class_2922;
named CRACK
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CRACK:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
-
Constructor Details
-
ConfiguredCarvers
public ConfiguredCarvers()
-
-
Method Details
-
register
private static <WC extends CarverConfig> ConfiguredCarver<WC> register(String id, ConfiguredCarver<WC> configuredCarver)- Mappings:
Namespace Name Mixin selector official a
Lkt;a(Ljava/lang/String;Lcpp;)Lcpp;
intermediary method_30588
Lnet/minecraft/class_5463;method_30588(Ljava/lang/String;Lnet/minecraft/class_2922;)Lnet/minecraft/class_2922;
named register
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;register(Ljava/lang/String;Lnet/minecraft/world/gen/carver/ConfiguredCarver;)Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-