Package net.minecraft.world.gen.chunk
Class FlatChunkGeneratorLayer
java.lang.Object
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
public class FlatChunkGeneratorLayer extends Object
- Mappings:
Namespace Name official cxpintermediary net/minecraft/class_3229named net/minecraft/world/gen/chunk/FlatChunkGeneratorLayer
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<FlatChunkGeneratorLayer>CODECprivate Blockfield_29566private intthickness -
Constructor Summary
Constructors Constructor Description FlatChunkGeneratorLayer(int thickness, Block block) -
Method Summary
Modifier and Type Method Description BlockStategetBlockState()intgetThickness()StringtoString()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcxp;a:Lcom/mojang/serialization/Codec;intermediary field_24974Lnet/minecraft/class_3229;field_24974:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;CODEC:Lcom/mojang/serialization/Codec;
-
field_29566
- Mappings:
Namespace Name Mixin selector official bLcxp;b:Lbyq;intermediary field_29566Lnet/minecraft/class_3229;field_29566:Lnet/minecraft/class_2248;named field_29566Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;field_29566:Lnet/minecraft/block/Block;
-
thickness
private final int thickness- Mappings:
Namespace Name Mixin selector official cLcxp;c:Iintermediary field_14028Lnet/minecraft/class_3229;field_14028:Inamed thicknessLnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;thickness:I
-
-
Constructor Details
-
FlatChunkGeneratorLayer
- Mappings:
Namespace Name Mixin selector official <init>Lcxp;<init>(ILbyq;)Vintermediary <init>Lnet/minecraft/class_3229;<init>(ILnet/minecraft/class_2248;)Vnamed <init>Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;<init>(ILnet/minecraft/block/Block;)V
-
-
Method Details
-
getThickness
public int getThickness()- Mappings:
Namespace Name Mixin selector official aLcxp;a()Iintermediary method_14289Lnet/minecraft/class_3229;method_14289()Inamed getThicknessLnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;getThickness()I
-
getBlockState
- Mappings:
Namespace Name Mixin selector official bLcxp;b()Lcjr;intermediary method_14286Lnet/minecraft/class_3229;method_14286()Lnet/minecraft/class_2680;named getBlockStateLnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;getBlockState()Lnet/minecraft/block/BlockState;
-
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLcxp;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_3229;toString()Ljava/lang/String;named toStringLnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;toString()Ljava/lang/String;
-