CraftItemStackWrapper

class CraftItemStackWrapper(instance: Any) : NMSWrapper

org.bukkit.craftbukkit.%s.inventory.CraftItemStack を扱う。

Since

1.8.0

Parameters

instance

CraftItemStack のインスタンス

Constructors

CraftItemStackWrapper
Link copied to clipboard
fun CraftItemStackWrapper(instance: Any)
CraftItemStack のインスタンス

Types

Companion
Link copied to clipboard
object Companion : NMSWrapper.Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

instance
Link copied to clipboard
open override val instance: Any
CraftItemStack のインスタンス