struct Models::Look

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 hair : UInt16 #

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

[View source]
def item_grids : Array(ItemGrid) #

[View source]
def item_grids=(item_grids : Array(ItemGrid)) #

[View source]
def type_id : UInt16 #

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

[View source]
def ver : UInt16 #

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

[View source]