Remove byte supplier and short supplier
This commit is contained in:
parent
2f03d6730a
commit
4207be5078
@ -1,5 +0,0 @@
|
|||||||
package ru.dbotthepony.mc.otm.util
|
|
||||||
|
|
||||||
interface ByteSupplier {
|
|
||||||
fun getAsByte(): Byte
|
|
||||||
}
|
|
@ -1,5 +0,0 @@
|
|||||||
package ru.dbotthepony.mc.otm.util
|
|
||||||
|
|
||||||
interface ShortSupplier {
|
|
||||||
fun getAsShort(): Short
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user