pub struct WorldClock {
pub key: Identifier,
}Expand description
Represents a world_clock definition from a data pack JSON file.
Fields§
§key: IdentifierTrait Implementations§
Source§impl Debug for WorldClock
impl Debug for WorldClock
Source§impl RegistryEntry for WorldClock
impl RegistryEntry for WorldClock
Source§impl ToNbtTag for &WorldClock
impl ToNbtTag for &WorldClock
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Auto Trait Implementations§
impl Freeze for WorldClock
impl RefUnwindSafe for WorldClock
impl Send for WorldClock
impl Sync for WorldClock
impl Unpin for WorldClock
impl UnsafeUnpin for WorldClock
impl UnwindSafe for WorldClock
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