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 classstatic final classstatic final classMethods in net.minecraft.world.level.levelgen that return ColumnModifier and TypeMethodDescriptionstatic ColumnColumn.above(int floor) static ColumnColumn.below(int ceiling) static ColumnColumn.create(OptionalInt floor, OptionalInt ceiling) static ColumnColumn.fromHighest(int ceiling) static ColumnColumn.fromLowest(int floor) static ColumnColumn.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 ofmaxDistancefrom the origin, and ending with a state which satisfiestipPredicate.