equals

open operator override fun equals(other: Any?): Boolean

Checks whether another Item is the same as this one. It compares id, stack size, and durability.

Return

whether the objects are equal

Parameters

other

the object to compare to

Sources

Link copied to clipboard