Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
viaversion
/
545ab2de7957b63aff69b2fe8b66c010065eb647
/
.
/
common
/
src
/
main
/
java
/
us
/
myles
/
ViaVersion
/
util
/
BiIntConsumer.java
blob: 6c2a43d0e3b22c84da78e9496352a615f3782640 [
file
] [
log
] [
blame
] [
raw
]
package
us
.
myles
.
ViaVersion
.
util
;
@FunctionalInterface
public
interface
BiIntConsumer
{
void
consume
(
int
i1
,
int
i2
);
}