package com.hypixel.fastutil.ints; @FunctionalInterface public interface Int2FloatOperator { float apply(int var1, float var2); }