Uses of Class
net.minecraft.world.level.levelgen.Column
-
Uses of Column in net.minecraft.world.level.levelgen
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
Modifier and TypeMethodDescriptionstatic Column
Column.above
(int p_158194_) static Column
Column.below
(int p_158163_) static Column
Column.create
(OptionalInt p_158184_, OptionalInt p_158185_) static Column
Column.fromHighest
(int p_158187_) static Column
Column.fromLowest
(int p_158196_) static Column
Column.line()
Column.withCeiling
(OptionalInt p_158192_) Column.withFloor
(OptionalInt p_158182_) Modifier and TypeMethodDescriptionColumn.scan
(LevelSimulatedReader p_158176_, BlockPos p_158177_, int p_158178_, Predicate<BlockState> p_158179_, Predicate<BlockState> p_158180_)