LeviLamina
Loading...
Searching...
No Matches
ServerPlayerWaypoint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/PlayerWaypointVisibilityRules.h"
7#include "mc/world/ServerEntityWaypoint.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, ::PlayerWaypointVisibilityRules> mPlayerVisibilityRules;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual bool calculateIsVisible(::Player const& viewingPlayer) const /*override*/;
25
26 virtual ~ServerPlayerWaypoint() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32 MCAPI bool $calculateIsVisible(::Player const& viewingPlayer) const;
33
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition Player.h:129
Definition ServerEntityWaypoint.h:17
Definition ServerPlayerWaypoint.h:14
static MCAPI void ** $vftable()