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.predicates;
|
||||
|
||||
/** A predicate that applies to <code>short</code>, <code>long</code> pairs. */
|
||||
@com.carrotsearch.hppc.Generated(
|
||||
date = "2024-06-04T15:20:16+0200",
|
||||
value = "KTypeVTypePredicate.java")
|
||||
public interface ShortLongPredicate {
|
||||
public boolean apply(short key, long value);
|
||||
}
|
Reference in New Issue
Block a user