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

4.1 KiB

title
title
InventoryDimensions -

//KSpigot/net.axay.kspigot.inventory/InventoryDimensions

InventoryDimensions

[jvm] data class InventoryDimensions(width: Int, heigth: Int)

Functions

Name Summary
component1 [jvm]
Content
operator fun component1(): Int


component2 [jvm]
Content
operator fun component2(): Int


copy [jvm]
Content
fun copy(width: Int, heigth: Int): InventoryDimensions


equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
heigth [jvm] val heigth: Int
invSlots [jvm] val invSlots: ArrayList<InventorySlot>
invSlotsWithRealSlots [jvm] val invSlotsWithRealSlots: HashMap<InventorySlot, Int>
realSlots [jvm] val realSlots: ArrayList<Int>
width [jvm] val width: Int