Class FlatChunkGeneratorLayer

java.lang.Object
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer

public class FlatChunkGeneratorLayer extends Object
Mappings:
Namespace Name
official dmp
intermediary net/minecraft/class_3229
named net/minecraft/world/gen/chunk/FlatChunkGeneratorLayer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<FlatChunkGeneratorLayer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldmp;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

      private final Block block
      Mappings:
      Namespace Name Mixin selector
      official b Ldmp;b:Lcmt;
      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 Ldmp;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

      public FlatChunkGeneratorLayer(int thickness, Block block)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldmp;<init>(ILcmt;)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 Ldmp;a()I
      intermediary method_14289 Lnet/minecraft/class_3229;method_14289()I
      named getThickness Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;getThickness()I
    • getBlockState

      public BlockState getBlockState()
      Mappings:
      Namespace Name Mixin selector
      official b Ldmp;b()Lcyt;
      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

      public String toString()
      Overrides:
      toString in class Object