hytale-server/com/hypixel/fastutil/ints/Int2ByteOperator.java

7 lines
131 B
Java

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