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 kpintermediary net/minecraft/class_5463named net/minecraft/world/gen/carver/ConfiguredCarvers
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredCarver<class_5869>CANYONstatic ConfiguredCarver<class_5871>CAVEstatic ConfiguredCarver<class_5869>CRACKstatic ConfiguredCarver<class_5871>NETHER_CAVEstatic ConfiguredCarver<class_5871>OCEAN_CAVE -
Constructor Summary
Constructors Constructor Description ConfiguredCarvers() -
Method Summary
Modifier and Type Method Description private static <WC extends class_5871>
ConfiguredCarver<WC>register(String id, ConfiguredCarver<WC> configuredCarver)
-
Field Details
-
CAVE
- Mappings:
Namespace Name Mixin selector official aLkp;a:Lcog;intermediary field_25942Lnet/minecraft/class_5463;field_25942:Lnet/minecraft/class_2922;named CAVELnet/minecraft/world/gen/carver/ConfiguredCarvers;CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CANYON
- Mappings:
Namespace Name Mixin selector official bLkp;b:Lcog;intermediary field_25943Lnet/minecraft/class_5463;field_25943:Lnet/minecraft/class_2922;named CANYONLnet/minecraft/world/gen/carver/ConfiguredCarvers;CANYON:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
OCEAN_CAVE
- Mappings:
Namespace Name Mixin selector official cLkp;c:Lcog;intermediary field_25944Lnet/minecraft/class_5463;field_25944:Lnet/minecraft/class_2922;named OCEAN_CAVELnet/minecraft/world/gen/carver/ConfiguredCarvers;OCEAN_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
NETHER_CAVE
- Mappings:
Namespace Name Mixin selector official dLkp;d:Lcog;intermediary field_25947Lnet/minecraft/class_5463;field_25947:Lnet/minecraft/class_2922;named NETHER_CAVELnet/minecraft/world/gen/carver/ConfiguredCarvers;NETHER_CAVE:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
CRACK
- Mappings:
Namespace Name Mixin selector official eLkp;e:Lcog;intermediary field_29082Lnet/minecraft/class_5463;field_29082:Lnet/minecraft/class_2922;named CRACKLnet/minecraft/world/gen/carver/ConfiguredCarvers;CRACK:Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-
-
Constructor Details
-
ConfiguredCarvers
public ConfiguredCarvers()
-
-
Method Details
-
register
private static <WC extends class_5871> ConfiguredCarver<WC> register(String id, ConfiguredCarver<WC> configuredCarver)- Mappings:
Namespace Name Mixin selector official aLkp;a(Ljava/lang/String;Lcog;)Lcog;intermediary method_30588Lnet/minecraft/class_5463;method_30588(Ljava/lang/String;Lnet/minecraft/class_2922;)Lnet/minecraft/class_2922;named registerLnet/minecraft/world/gen/carver/ConfiguredCarvers;register(Ljava/lang/String;Lnet/minecraft/world/gen/carver/ConfiguredCarver;)Lnet/minecraft/world/gen/carver/ConfiguredCarver;
-