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

7 lines
137 B
Java

package com.hypixel.fastutil.floats;
@FunctionalInterface
public interface Float2CharOperator {
char apply(float var1, char var2);
}