Interface SelectionUtil

All Known Implementing Classes:
PonderSceneBuildingUtil.PonderSelectionUtil

public interface SelectionUtil
  • Method Details

    • everywhere

      Selection everywhere()
    • position

      Selection position(int x, int y, int z)
    • position

      Selection position(net.minecraft.core.BlockPos pos)
    • fromTo

      Selection fromTo(int x, int y, int z, int x2, int y2, int z2)
    • fromTo

      Selection fromTo(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2)
    • column

      Selection column(int x, int z)
    • layer

      Selection layer(int y)
    • layersFrom

      Selection layersFrom(int y)
    • layers

      Selection layers(int y, int height)
    • cuboid

      Selection cuboid(net.minecraft.core.BlockPos origin, net.minecraft.core.Vec3i size)