pub trait McsCodecGloss {
// Required method
fn to_entity_builders(&mut self) -> Vec<EntityBuilder>;
}Expand description
creates a Vec<gloss_hecs::EntityBuilder> from the McsCodec
Required Methods§
fn to_entity_builders(&mut self) -> Vec<EntityBuilder>
Implementations on Foreign Types§
Source§impl McsCodecGloss for McsCodec
Trait implementation for McsCodec
impl McsCodecGloss for McsCodec
Trait implementation for McsCodec