Remove byte supplier and short supplier

This commit is contained in:
DBotThePony 2025-03-30 16:35:19 +07:00
parent 2f03d6730a
commit 4207be5078
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
package ru.dbotthepony.mc.otm.util
interface ByteSupplier {
fun getAsByte(): Byte
}

View File

@ -1,5 +0,0 @@
package ru.dbotthepony.mc.otm.util
interface ShortSupplier {
fun getAsShort(): Short
}