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 classstatic classstatic classMethods in net.minecraft.world.level.levelgen that return ColumnModifier and TypeMethodDescriptionstatic ColumnColumn.above(int p_158194_)static ColumnColumn.below(int p_158163_)static ColumnColumn.create(OptionalInt p_158184_, OptionalInt p_158185_)static ColumnColumn.fromHighest(int p_158187_)static ColumnColumn.fromLowest(int p_158196_)static ColumnColumn.line()Column.withCeiling(OptionalInt p_158192_)Column.withFloor(OptionalInt p_158182_)Methods in net.minecraft.world.level.levelgen that return types with arguments of type ColumnModifier and TypeMethodDescriptionColumn.scan(LevelSimulatedReader p_158176_, BlockPos p_158177_, int p_158178_, Predicate<BlockState> p_158179_, Predicate<BlockState> p_158180_)