LeviLamina
Loading...
Searching...
No Matches
RopePointsRef.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/threading/SharedLock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
RopePoints
;
11
// clang-format on
12
13
struct
RopePointsRef
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::RopePoints const&> mPoints;
18
::ll::TypedStorage<8, 16, ::Bedrock::Threading::SharedLock<::std::shared_mutex>> mPointsSharedLock;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
RopePointsRef
& operator=(
RopePointsRef
const
&);
24
RopePointsRef
(
RopePointsRef
const
&);
25
RopePointsRef
();
26
};
RopePointsRef
Definition
RopePointsRef.h:13
RopePoints
Definition
RopePoints.h:10
src
mc
world
phys
rope
RopePointsRef.h
Generated on Fri Jun 13 2025 05:05:26 for LeviLamina by
1.12.0