Rosegold::DataComponents::ProvidesTrimMaterial
Inherits Rosegold::DataComponent / Reference / Object
ProvidesTrimMaterial - EitherHolder<TrimMaterial>. Wire: bool first; true → Holder<TrimMaterial>, false → ResourceKey<TrimMaterial> (Identifier). Holder = VarInt id; if id == 0 ⇒ inline TrimMaterial follows; else ⇒ registry index (id - 1).
Constructors
new
Sourceread(io) : self
SourceInstance methods
raw_bytes
Sourceraw_bytes=(raw_bytes : Bytes)
Sourcewrite(io) : Nil
Source