struct Rosegold::DataComponents::BannerPatterns::BannerPatternLayer

Defined in:

rosegold/inventory/slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pattern_type : UInt32, asset_id : String | Nil, translation_key : String | Nil, color : UInt32) #

[View source]

Instance Method Detail

def asset_id : String | Nil #

[View source]
def asset_id=(asset_id : String | Nil) #

[View source]
def color : UInt32 #

[View source]
def color=(color : UInt32) #

[View source]
def pattern_type : UInt32 #

[View source]
def pattern_type=(pattern_type : UInt32) #

[View source]
def translation_key : String | Nil #

[View source]
def translation_key=(translation_key : String | Nil) #

[View source]