LeviLamina
Loading...
Searching...
No Matches
ItemHandleImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/geometry_atlas/IItemHandle.h"
7#include "mc/client/gui/geometry_atlas/ItemHandleData.h"
8
9namespace GeometryAtlas {
10
11class ItemHandleImpl : public ::GeometryAtlas::IItemHandle {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 16, ::GeometryAtlas::ItemHandleData> mData;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual bool isAnimated() const /*override*/;
22
23 virtual uint64 hash() const /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCFOLD bool $isAnimated() const;
30
31 MCFOLD uint64 $hash() const;
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
40
41} // namespace GeometryAtlas
Definition ItemHandleImpl.h:7
static MCAPI void ** $vftable()