Files
Hytale-Server/src/com/hypixel/fastutil/ints/Int2ShortOperator.java
Intege-rs 7a77188758 v0
2026-01-24 07:55:36 -05:00

7 lines
134 B
Java

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