Uses of Interface
net.hl.lang.Int3ToIntFunction
Packages that use Int3ToIntFunction
-
Uses of Int3ToIntFunction in net.hl.lang.ext
Methods in net.hl.lang.ext with parameters of type Int3ToIntFunctionModifier and TypeMethodDescriptionstatic int[][][]HHelpers.newArray(int size1, int size2, int size3, Int3ToIntFunction supplier) static byte[][][]ByteArrayExtensions.newPrimitiveByteArray3(int size1, int size2, int size3, Int3ToIntFunction filler) static int[][][]IntExtensions.newPrimitiveIntArray3(int size1, int size2, int size3, Int3ToIntFunction filler)