public class BoxIterable
extends java.lang.Object
implements java.lang.Iterable<net.minecraft.util.math.BlockPos>
Constructor and Description |
---|
BoxIterable(net.minecraft.util.math.BlockPos min,
net.minecraft.util.math.BlockPos max,
AxisOrder order) |
BoxIterable(net.minecraft.util.math.BlockPos min,
net.minecraft.util.math.BlockPos max,
AxisOrder order,
boolean invert) |
BoxIterable(IBox box,
AxisOrder order) |
Modifier and Type | Method and Description |
---|---|
BoxIterator |
iterator() |
public BoxIterable(net.minecraft.util.math.BlockPos min, net.minecraft.util.math.BlockPos max, AxisOrder order)
public BoxIterable(net.minecraft.util.math.BlockPos min, net.minecraft.util.math.BlockPos max, AxisOrder order, boolean invert)
public BoxIterator iterator()
iterator
in interface java.lang.Iterable<net.minecraft.util.math.BlockPos>