struct Models::ItemGrid

Overview

A2 (162 bytes)

Included Modules

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from module Avocado::Unpack

opcode opcode, unpack(io, type, variable, order, is_array = false)
unpack(io, order = IO::ByteFormat::BigEndian)
unpack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Instance methods inherited from module Avocado::Pack

opcode opcode, pack(io, type, variable, order)
pack(io, order = IO::ByteFormat::BigEndian)
pack

Instance methods inherited from module Avocado

[](variable) [], []=(variable, value) []=, opcode opcode

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def change : Bool #

[View source]
def change=(change : Bool) #

[View source]
def db_param : Array(UInt32) #

[View source]
def db_param=(db_param : Array(UInt32)) #

[View source]
def endure : Array(UInt16) #

[View source]
def endure=(endure : Array(UInt16)) #

[View source]
def energy : Array(UInt16) #

[View source]
def energy=(energy : Array(UInt16)) #

[View source]
def forge_lv : UInt8 #

[View source]
def forge_lv=(forge_lv : UInt8) #

[View source]
def id : UInt16 #

[View source]
def id=(id : UInt16) #

[View source]
def inst_attrs : Array(InstAttribute) #

[View source]
def inst_attrs=(inst_attrs : Array(InstAttribute)) #

[View source]
def item_attrs : Array(ItemAttribute) #

[View source]
def item_attrs=(item_attrs : Array(ItemAttribute)) #

[View source]
def num : UInt16 #

[View source]
def num=(num : UInt16) #

[View source]