Package net.minecraft.world.gen
Class FlatLayerInfo
- java.lang.Object
-
- net.minecraft.world.gen.FlatLayerInfo
-
public class FlatLayerInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BlockState
blockState
static com.mojang.serialization.Codec<FlatLayerInfo>
CODEC
private int
height
private int
start
-
Constructor Summary
Constructors Constructor Description FlatLayerInfo(int p_i45467_1_, Block p_i45467_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockState
getBlockState()
int
getHeight()
int
getStart()
void
setStart(int p_82660_1_)
java.lang.String
toString()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<FlatLayerInfo> CODEC
-
blockState
private final BlockState blockState
-
height
private final int height
-
start
private int start
-
-
Constructor Detail
-
FlatLayerInfo
public FlatLayerInfo(int p_i45467_1_, Block p_i45467_2_)
-
-
Method Detail
-
getHeight
public int getHeight()
-
getBlockState
public BlockState getBlockState()
-
getStart
public int getStart()
-
setStart
public void setStart(int p_82660_1_)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-