接口 DiscreteVoxelShape.IntLineConsumer

封闭类:
DiscreteVoxelShape

public static interface DiscreteVoxelShape.IntLineConsumer
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    consume(int pX1, int pY1, int pZ1, int pX2, int pY2, int pZ2)
     
  • 方法详细资料

    • consume

      void consume(int pX1, int pY1, int pZ1, int pX2, int pY2, int pZ2)