mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
Update #47 - Singleplayer lag fixes
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package com.carrotsearch.hppc.procedures;
|
||||
|
||||
/** A procedure that applies to <code>short</code>, <code>int</code> pairs. */
|
||||
@com.carrotsearch.hppc.Generated(
|
||||
date = "2024-06-04T15:20:16+0200",
|
||||
value = "KTypeVTypeProcedure.java")
|
||||
public interface ShortIntProcedure {
|
||||
public void apply(short key, int value);
|
||||
}
|
Reference in New Issue
Block a user