Remove no longer needed operator

This commit is contained in:
DBotThePony 2025-03-01 12:15:33 +07:00
parent 2b2f78e528
commit a6891362d9
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -230,9 +230,6 @@ open class MatteryContainer(var listener: ContainerListener, private val size: I
return nonEmptyIndices.isEmpty
}
@Suppress("nothing_to_inline")
inline operator fun get(slot: Int) = getItem(slot)
@Suppress("nothing_to_inline")
inline operator fun set(slot: Int, stack: ItemStack) = setItem(slot, stack)