Interface BlockIterator.BlockIteratorProcedure

All Known Implementing Classes:
RayBlockHitTest
Enclosing class:
BlockIterator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BlockIterator.BlockIteratorProcedure
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int var1, int var2, int var3, double var4, double var6, double var8, double var10, double var12, double var14)
     
  • Method Details

    • accept

      boolean accept(int var1, int var2, int var3, double var4, double var6, double var8, double var10, double var12, double var14)