pub struct ItemModel {
pub resource_location: ResourceLocation,
}Fields§
§resource_location: ResourceLocationTrait Implementations§
Source§impl AzaleaRead for ItemModel
impl AzaleaRead for ItemModel
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for ItemModel
impl AzaleaWrite for ItemModel
Source§impl DataComponentTrait for ItemModel
impl DataComponentTrait for ItemModel
const KIND: DataComponentKind = DataComponentKind::ItemModel
Source§impl DefaultableComponent for ItemModel
impl DefaultableComponent for ItemModel
fn default_for_item(item: Item) -> Option<Self>
Source§impl From<ItemModel> for DataComponentUnion
impl From<ItemModel> for DataComponentUnion
impl StructuralPartialEq for ItemModel
Auto Trait Implementations§
impl Freeze for ItemModel
impl RefUnwindSafe for ItemModel
impl Send for ItemModel
impl Sync for ItemModel
impl Unpin for ItemModel
impl UnwindSafe for ItemModel
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