Remove no longer needed operator
This commit is contained in:
parent
2b2f78e528
commit
a6891362d9
@ -230,9 +230,6 @@ open class MatteryContainer(var listener: ContainerListener, private val size: I
|
|||||||
return nonEmptyIndices.isEmpty
|
return nonEmptyIndices.isEmpty
|
||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("nothing_to_inline")
|
|
||||||
inline operator fun get(slot: Int) = getItem(slot)
|
|
||||||
|
|
||||||
@Suppress("nothing_to_inline")
|
@Suppress("nothing_to_inline")
|
||||||
inline operator fun set(slot: Int, stack: ItemStack) = setItem(slot, stack)
|
inline operator fun set(slot: Int, stack: ItemStack) = setItem(slot, stack)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user