Package net.minecraft.world.phys.shapes
Interface DiscreteVoxelShape.IntLineConsumer
- Enclosing class:
DiscreteVoxelShape
public static interface DiscreteVoxelShape.IntLineConsumer
-
Method Summary
-
Method Details
-
consume
void consume(int x1, int y1, int z1, int x2, int y2, int z2)
-