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 pFloor) static ColumnColumn.below(int pCeiling) static ColumnColumn.create(OptionalInt pFloor, OptionalInt pCeiling) static ColumnColumn.fromHighest(int pCeiling) static ColumnColumn.fromLowest(int pFloor) static ColumnColumn.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 ofmaxDistancefrom the origin, and ending with a state which satisfiestipPredicate.