LeviLamina
Loading...
Searching...
No Matches
RopeSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
11class Rope;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mWaveApplied;
19 ::ll::TypedStorage<8, 24, ::std::vector<::Rope>> mRopes;
20 ::ll::TypedStorage<8, 8, uint64> mCutRenderNode;
21 ::ll::TypedStorage<8, 8, uint64> mCutTicks;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEndPinEntity;
23 ::ll::TypedStorage<4, 4, ::std::atomic_flag> mTicking;
24 ::ll::TypedStorage<8, 8, ::std::shared_mutex> mRenderMutex;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI bool _cacheColliders(::BlockSource& region);
31
32 MCNAPI void _tickWaves();
33
34 MCNAPI void _updateRenderPoints();
35
36 MCNAPI void queueTick(::BlockSource& region, ::std::shared_ptr<::RopeSystem>& self);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCNAPI static bool& sEnabled();
43 // NOLINTEND
44};
Definition BlockSource.h:67
Definition RopeSystem.h:14
MCAPI void _tickWaves()
MCAPI void queueTick(::BlockSource &region, ::std::shared_ptr<::RopeSystem > &self)
MCAPI void _updateRenderPoints()
MCAPI bool _cacheColliders(::BlockSource &region)
static MCAPI bool & sEnabled()
Definition Rope.h:19