pub struct ChatType {
pub key: Identifier,
pub chat: ChatTypeDecoration,
pub narration: ChatTypeDecoration,
}Expand description
Represents a chat type definition from the data packs.
Fields§
§key: Identifier§chat: ChatTypeDecoration§narration: ChatTypeDecorationImplementations§
Source§impl ChatType
impl ChatType
fn decoration_to_nbt(dec: &ChatTypeDecoration) -> NbtCompound
Trait Implementations§
Source§impl RegistryEntry for ChatType
impl RegistryEntry for ChatType
Source§impl ToNbtTag for &ChatType
impl ToNbtTag for &ChatType
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Auto Trait Implementations§
impl Freeze for ChatType
impl RefUnwindSafe for ChatType
impl Send for ChatType
impl Sync for ChatType
impl Unpin for ChatType
impl UnsafeUnpin for ChatType
impl UnwindSafe for ChatType
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