Struct fast_protocol::datatypes::packets::RegistryData
source · pub struct RegistryData {
pub regestry_codec: NBT,
}Expand description
This packet is used to alter registry data of minecraft to allow more ways to customize the game
Fields§
§regestry_codec: NBTthe regestry data to alter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegistryData
impl RefUnwindSafe for RegistryData
impl Send for RegistryData
impl Sync for RegistryData
impl Unpin for RegistryData
impl UnwindSafe for RegistryData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more