class
Rosegold::DataComponents::Repairable
- Rosegold::DataComponents::Repairable
- Rosegold::DataComponent
- Reference
- Object
Overview
Repairable - HolderSet of items
Defined in:
rosegold/inventory/slot.crConstructors
- .new(holder_type : UInt32 = 0_u32, tag : Nil | String = nil, ids : Nil | Array(UInt32) = nil)
- .read(io) : self
Instance Method Summary
- #holder_type : UInt32
- #holder_type=(holder_type : UInt32)
- #ids : Array(UInt32) | Nil
- #ids=(ids : Array(UInt32) | Nil)
- #tag : String | Nil
- #tag=(tag : String | Nil)
- #write(io) : Nil
Instance methods inherited from class Rosegold::DataComponent
write(io) : Nil
write
Constructor methods inherited from class Rosegold::DataComponent
create_component(component_type : UInt32, io) : DataComponent
create_component,
create_component_by_name(name : String | Nil, component_type : UInt32, io) : DataComponent
create_component_by_name
Constructor Detail
def self.new(holder_type : UInt32 = 0_u32, tag : Nil | String = nil, ids : Nil | Array(UInt32) = nil)
#