Files
KSpigot/docs/-k-spigot/net.axay.kspigot.inventory/rect-to.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

620 B

title
title
rectTo -

//KSpigot/net.axay.kspigot.inventory/rectTo

rectTo

[jvm]
Brief description

This range contains all slots inside of a thought rectangle with the two given slots as two opposite corners of the rectangle.

Content
infix fun <T : ForInventory> SingleInventorySlot<out T>.rectTo(slot: SingleInventorySlot<out T>): InventorySlotRange<T>