22struct ScriptItemUseOnEvent {
26 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>
28 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mFace;
29 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocationAbsolute;
30 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocationRelative;
31 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>> mBlock;
36 ScriptItemUseOnEvent& operator=(ScriptItemUseOnEvent
const&);
37 ScriptItemUseOnEvent();
44 MCAPI ScriptItemUseOnEvent(
53 MCAPI ~ScriptItemUseOnEvent();
59 MCAPI static ::Scripting::ClassBinding bind();