Package net.minecraft.world.gen.carver
Class ConfiguredCarvers
java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarvers
- Mappings:
Namespace Name official lb
intermediary net/minecraft/class_5463
named net/minecraft/world/gen/carver/ConfiguredCarvers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConfiguredCarver<RavineCarverConfig>
static final ConfiguredCarver<CaveCarverConfig>
static final ConfiguredCarver<CaveCarverConfig>
static final ConfiguredCarver<CaveCarverConfig>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static <WC extends CarverConfig>
ConfiguredCarver<WC>register
(String id, ConfiguredCarver<WC> configuredCarver)
-
Field Details
-
CAVE
- Mappings:
Namespace Name Mixin selector official a
Llb;a:Lcve;
intermediary field_33119
Lnet/minecraft/class_5463;field_33119:Lnet/minecraft/class_2922;
named CAVE
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CAVE_EXTRA_UNDERGROUND
- Mappings:
Namespace Name Mixin selector official b
Llb;b:Lcve;
intermediary field_34968
Lnet/minecraft/class_5463;field_34968:Lnet/minecraft/class_2922;
named CAVE_EXTRA_UNDERGROUND
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CAVE_EXTRA_UNDERGROUND:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CANYON
- Mappings:
Namespace Name Mixin selector official c
Llb;c:Lcve;
intermediary field_33120
Lnet/minecraft/class_5463;field_33120:Lnet/minecraft/class_2922;
named CANYON
Lnet/minecraft/world/gen/carver/ConfiguredCarvers;CANYON:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
NETHER_CAVE
- Mappings:
Namespace Name Mixin selector official d
Llb;d:Lcve;
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;
-
-
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
Llb;a(Ljava/lang/String;Lcve;)Lcve;
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;
-