Uses of Class
net.minecraft.world.level.levelgen.Column
Packages that use Column
-
Uses of Column in net.minecraft.world.level.levelgen
Subclasses of Column in net.minecraft.world.level.levelgenModifier and TypeClassDescriptionstatic final class
static final class
static final class
Methods in net.minecraft.world.level.levelgen that return ColumnModifier and TypeMethodDescriptionstatic Column
Column.above
(int pFloor) static Column
Column.below
(int pCeiling) static Column
Column.create
(OptionalInt pFloor, OptionalInt pCeiling) static Column
Column.fromHighest
(int pCeiling) static Column
Column.fromLowest
(int pFloor) static Column
Column.line()
Column.withCeiling
(OptionalInt pCeiling) Column.withFloor
(OptionalInt pFloor) Methods in net.minecraft.world.level.levelgen that return types with arguments of type ColumnModifier and TypeMethodDescriptionColumn.scan
(LevelSimulatedReader pLevel, BlockPos pPos, int pMaxDistance, Predicate<BlockState> pColumnPredicate, Predicate<BlockState> pTipPredicate) Scans for a column of states satisfyingcolumnPredicate
, up to a length ofmaxDistance
from the origin, and ending with a state which satisfiestipPredicate
.