class Stelios::Inventory

Defined in:

engine/container.cr

Instance methods inherited from class Stelios::LinearContainer

add(item : Item) add, items : Array(Item | Nil) items, size : UInt64 size

Constructor methods inherited from class Stelios::LinearContainer

new(size : Int) new

Instance methods inherited from class Stelios::Container

[]=(index : Int, val : Item | Nil) []=, add(item : Item) add, items : Indexable(Item | Nil) items

Instance methods inherited from class Object

to_sban(io : IO)
to_sban(encoder : SBAN::Encoder)
to_sban : Bytes
to_sban

Class methods inherited from class Object

from_sban(string_or_io) from_sban