struct
Rosegold::DataComponents::BlocksAttacks::DamageTypeHolderSet
- Rosegold::DataComponents::BlocksAttacks::DamageTypeHolderSet
- Struct
- Value
- Object
Overview
Optional HolderSet
Defined in:
rosegold/inventory/slot.crConstructors
- .new(set_type : UInt32 = 0_u32, tag : Nil | String = nil, ids : Array(UInt32) = [] of UInt32)
- .read(io) : self
Instance Method Summary
- #ids : Array(UInt32)
- #ids=(ids : Array(UInt32))
- #set_type : UInt32
- #set_type=(set_type : UInt32)
- #tag : String | Nil
- #tag=(tag : String | Nil)
- #write(io) : Nil
Constructor Detail
def self.new(set_type : UInt32 = 0_u32, tag : Nil | String = nil, ids : Array(UInt32) = [] of UInt32)
#