LeviLamina
Loading...
Searching...
No Matches
ICameraClientInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class LocalPlayer;
10class Vec2;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~ICameraClientInstance() = default;
18
19 virtual float getFrameAlpha() = 0;
20
21 virtual ::Actor* getCameraActor() = 0;
22
23 virtual ::std::optional<::StrictEntityContext> getCameraEntity() = 0;
24
25 virtual ::std::optional<bool> isUnderLiquid() = 0;
26
27 virtual ::LocalPlayer* getLocalPlayer() = 0;
28
29 virtual ::Vec2 getLookDelta() = 0;
30
31 virtual float getSecondsSinceProgramStart() = 0;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition Actor.h:125
Definition ICameraClientInstance.h:5
Definition LocalPlayer.h:5
Definition StrictEntityContext.h:14
Definition Vec2.h:5