enum

Rosegold::Serverbound::ClickWindow::StackMode

Inherits Enum / Comparable / Value / Object

Constants

Single = 0
Full = 1

Instance methods

full?

Returns true if this enum value equals Full

Source
single?

Returns true if this enum value equals Single

Source