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 floor) static Column
Column.below
(int ceiling) static Column
Column.create
(OptionalInt floor, OptionalInt ceiling) static Column
Column.fromHighest
(int ceiling) static Column
Column.fromLowest
(int floor) static Column
Column.line()
Column.withCeiling
(OptionalInt ceiling) Column.withFloor
(OptionalInt floor) Methods in net.minecraft.world.level.levelgen that return types with arguments of type ColumnModifier and TypeMethodDescriptionColumn.scan
(LevelSimulatedReader level, BlockPos pos, int maxDistance, Predicate<BlockState> columnPredicate, Predicate<BlockState> tipPredicate) Scans for a column of states satisfyingcolumnPredicate
, up to a length ofmaxDistance
from the origin, and ending with a state which satisfiestipPredicate
.