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
- Mappings:
Namespace Name official coj
intermediary net/minecraft/class_2922
named net/minecraft/world/gen/carver/ConfiguredCarver
-
Field Summary
Fields Modifier and Type Field Description private Carver<WC>
carver
static com.mojang.serialization.Codec<ConfiguredCarver<?>>
CODEC
private WC
config
static com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>
LIST_CODEC
static com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>
REGISTRY_CODEC
-
Constructor Summary
Constructors Constructor Description ConfiguredCarver(Carver<WC> carver, WC config)
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcoj;a:Lcom/mojang/serialization/Codec;
intermediary field_25832
Lnet/minecraft/class_2922;field_25832:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/carver/ConfiguredCarver;CODEC:Lcom/mojang/serialization/Codec;
-
REGISTRY_CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcoj;b:Lcom/mojang/serialization/Codec;
intermediary field_24828
Lnet/minecraft/class_2922;field_24828:Lcom/mojang/serialization/Codec;
named REGISTRY_CODEC
Lnet/minecraft/world/gen/carver/ConfiguredCarver;REGISTRY_CODEC:Lcom/mojang/serialization/Codec;
-
LIST_CODEC
- Mappings:
Namespace Name Mixin selector official c
Lcoj;c:Lcom/mojang/serialization/Codec;
intermediary field_26755
Lnet/minecraft/class_2922;field_26755:Lcom/mojang/serialization/Codec;
named LIST_CODEC
Lnet/minecraft/world/gen/carver/ConfiguredCarver;LIST_CODEC:Lcom/mojang/serialization/Codec;
-
carver
- Mappings:
Namespace Name Mixin selector official d
Lcoj;d:Lcol;
intermediary field_13279
Lnet/minecraft/class_2922;field_13279:Lnet/minecraft/class_2939;
named carver
Lnet/minecraft/world/gen/carver/ConfiguredCarver;carver:Lnet/minecraft/world/gen/carver/Carver;
-
config
- Mappings:
Namespace Name Mixin selector official e
Lcoj;e:Lcof;
intermediary field_13278
Lnet/minecraft/class_2922;field_13278:Lnet/minecraft/class_5871;
named config
Lnet/minecraft/world/gen/carver/ConfiguredCarver;config:Lnet/minecraft/world/gen/carver/CarverConfig;
-
-
Constructor Details
-
ConfiguredCarver
- Mappings:
Namespace Name Mixin selector official <init>
Lcoj;<init>(Lcol;Lcof;)V
intermediary <init>
Lnet/minecraft/class_2922;<init>(Lnet/minecraft/class_2939;Lnet/minecraft/class_5871;)V
named <init>
Lnet/minecraft/world/gen/carver/ConfiguredCarver;<init>(Lnet/minecraft/world/gen/carver/Carver;Lnet/minecraft/world/gen/carver/CarverConfig;)V
-
-
Method Details
-
getConfig
- Mappings:
Namespace Name Mixin selector official a
Lcoj;a()Lcof;
intermediary method_30378
Lnet/minecraft/class_2922;method_30378()Lnet/minecraft/class_5871;
named getConfig
Lnet/minecraft/world/gen/carver/ConfiguredCarver;getConfig()Lnet/minecraft/world/gen/carver/CarverConfig;
-
shouldCarve
- Mappings:
Namespace Name Mixin selector official a
Lcoj;a(Ljava/util/Random;)Z
intermediary method_12669
Lnet/minecraft/class_2922;method_12669(Ljava/util/Random;)Z
named shouldCarve
Lnet/minecraft/world/gen/carver/ConfiguredCarver;shouldCarve(Ljava/util/Random;)Z
-
carve
public boolean carve(CarverContext context, Chunk chunk, Function<BlockPos,Biome> posToBiome, Random random, int chunkX, ChunkPos pos, BitSet carvingMask)- Mappings:
Namespace Name Mixin selector official a
Lcoj;a(Lcoh;Lckh;Ljava/util/function/Function;Ljava/util/Random;ILbtv;Ljava/util/BitSet;)Z
intermediary method_12668
Lnet/minecraft/class_2922;method_12668(Lnet/minecraft/class_5873;Lnet/minecraft/class_2791;Ljava/util/function/Function;Ljava/util/Random;ILnet/minecraft/class_1923;Ljava/util/BitSet;)Z
named carve
Lnet/minecraft/world/gen/carver/ConfiguredCarver;carve(Lnet/minecraft/world/gen/carver/CarverContext;Lnet/minecraft/world/chunk/Chunk;Ljava/util/function/Function;Ljava/util/Random;ILnet/minecraft/util/math/ChunkPos;Ljava/util/BitSet;)Z
-