Interface PositionCache.RayPredicate<T>

Enclosing class:
PositionCache
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 PositionCache.RayPredicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(double var1, double var3, double var5, double var7, double var9, double var11, T var13, ComponentAccessor<EntityStore> var14)
     
  • Method Details

    • test

      boolean test(double var1, double var3, double var5, double var7, double var9, double var11, T var13, @Nonnull ComponentAccessor<EntityStore> var14)