mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -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>int</code>, <code>byte</code> pairs. */
|
||||
@com.carrotsearch.hppc.Generated(
|
||||
date = "2024-06-04T15:20:16+0200",
|
||||
value = "KTypeVTypePredicate.java")
|
||||
public interface IntBytePredicate {
|
||||
public boolean apply(int key, byte value);
|
||||
}
|
Reference in New Issue
Block a user