Interface DamageUtils.RaycastFactory
- All Superinterfaces:
BiFunction<DamageUtils.ExposureRaycastContext,net.minecraft.util.math.BlockPos, net.minecraft.util.hit.BlockHitResult>
- Enclosing class:
DamageUtils
- 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 DamageUtils.RaycastFactory
extends BiFunction<DamageUtils.ExposureRaycastContext,net.minecraft.util.math.BlockPos,net.minecraft.util.hit.BlockHitResult>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply