[][src]Trait basin2_protocol::network::McProtoSpecialized

pub trait McProtoSpecialized: McProtoBase {
    fn get_mc_block_pos(&mut self) -> Result<BlockPos>;
fn get_mc_item_stack(&mut self) -> Result<ItemStack>;
fn get_mc_block_hit_result(&mut self) -> Result<BlockHitResult>;
fn get_mc_chat_component(&mut self) -> Result<ChatComponent>;
fn set_mc_block_pos(&mut self, value: BlockPos);
fn set_mc_item_stack(&mut self, value: ItemStack);
fn set_mc_block_hit_result(&mut self, value: BlockHitResult);
fn set_mc_chat_component(&mut self, value: ChatComponent); }

Required methods

Loading content...

Implementations on Foreign Types

impl McProtoSpecialized for BytesMut[src]

Loading content...

Implementors

Loading content...