Package net.minecraft.world.gen.chunk
Class FlatChunkGeneratorLayer
java.lang.Object
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
- Mappings:
Namespace Name official dqa
intermediary net/minecraft/class_3229
named net/minecraft/world/gen/chunk/FlatChunkGeneratorLayer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Block
static final com.mojang.serialization.Codec<FlatChunkGeneratorLayer>
private final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ldqa;a:Lcom/mojang/serialization/Codec;
intermediary field_24974
Lnet/minecraft/class_3229;field_24974:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;CODEC:Lcom/mojang/serialization/Codec;
-
block
- Mappings:
Namespace Name Mixin selector official b
Ldqa;b:Lcpn;
intermediary field_29566
Lnet/minecraft/class_3229;field_29566:Lnet/minecraft/class_2248;
named block
Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;block:Lnet/minecraft/block/Block;
-
thickness
private final int thickness- Mappings:
Namespace Name Mixin selector official c
Ldqa;c:I
intermediary field_14028
Lnet/minecraft/class_3229;field_14028:I
named thickness
Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;thickness:I
-
-
Constructor Details
-
FlatChunkGeneratorLayer
- Mappings:
Namespace Name Mixin selector official <init>
Ldqa;<init>(ILcpn;)V
intermediary <init>
Lnet/minecraft/class_3229;<init>(ILnet/minecraft/class_2248;)V
named <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 a
Ldqa;a()I
intermediary method_14289
Lnet/minecraft/class_3229;method_14289()I
named getThickness
Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;getThickness()I
-
getBlockState
- Mappings:
Namespace Name Mixin selector official b
Ldqa;b()Ldcb;
intermediary method_14286
Lnet/minecraft/class_3229;method_14286()Lnet/minecraft/class_2680;
named getBlockState
Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;getBlockState()Lnet/minecraft/block/BlockState;
-
toString
-