Struct mc_core::entity::NullEntityCodec [−][src]
pub struct NullEntityCodec;Expand description
A null codec, this codec make nothing and can be used as a temporary placeholder.
Trait Implementations
Encode components stored accessible from the given entity reference into given destination compound tag. Read more
Decode given source compound tag and add decoded components into the given entity builder.
Add default components to the given entity builder.
