forked from LiteLDev/LeviLamina
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,313 changed files
with
12,520 additions
and
8,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
// auto generated inclusion list | ||
#include "mc/world/AutomaticID.h" | ||
|
||
class ServerParticleManager { | ||
public: | ||
// prevent constructor by default | ||
ServerParticleManager& operator=(ServerParticleManager const&); | ||
ServerParticleManager(ServerParticleManager const&); | ||
ServerParticleManager(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??0ServerParticleManager@@QEAA@_N@Z | ||
MCAPI explicit ServerParticleManager(bool); | ||
|
||
// symbol: ?setPacketSender@ServerParticleManager@@QEAAXAEAVPacketSender@@@Z | ||
MCAPI void setPacketSender(class PacketSender&); | ||
|
||
// symbol: | ||
// ?spawnParticleEffect@ServerParticleManager@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBVVec3@@V?$AutomaticID@VDimension@@H@@@Z | ||
MCAPI void spawnParticleEffect(std::string const&, class Vec3 const&, DimensionType); | ||
|
||
// NOLINTEND | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
namespace Social { | ||
|
||
enum class IdentitySignInTrigger {}; | ||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
class DurationFieldKeys { | ||
public: | ||
// prevent constructor by default | ||
DurationFieldKeys& operator=(DurationFieldKeys const&); | ||
DurationFieldKeys(DurationFieldKeys const&); | ||
DurationFieldKeys(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??1DurationFieldKeys@@QEAA@XZ | ||
MCAPI ~DurationFieldKeys(); | ||
|
||
// NOLINTEND | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
struct IMovementCorrection { | ||
public: | ||
// prevent constructor by default | ||
IMovementCorrection& operator=(IMovementCorrection const&); | ||
IMovementCorrection(IMovementCorrection const&); | ||
IMovementCorrection(); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
template <typename T0, typename T1> | ||
struct StablePriorityQueue { | ||
public: | ||
// prevent constructor by default | ||
StablePriorityQueue& operator=(StablePriorityQueue const&); | ||
StablePriorityQueue(StablePriorityQueue const&); | ||
StablePriorityQueue(); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
struct GenerateMessageResult { | ||
public: | ||
// prevent constructor by default | ||
GenerateMessageResult& operator=(GenerateMessageResult const&); | ||
GenerateMessageResult(GenerateMessageResult const&); | ||
GenerateMessageResult(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??1GenerateMessageResult@@QEAA@XZ | ||
MCAPI ~GenerateMessageResult(); | ||
|
||
// NOLINTEND | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
namespace cereal { | ||
|
||
template <typename T0> | ||
class BasicFactory { | ||
public: | ||
// prevent constructor by default | ||
BasicFactory& operator=(BasicFactory const&); | ||
BasicFactory(BasicFactory const&); | ||
BasicFactory(); | ||
}; | ||
|
||
}; // namespace cereal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
namespace cereal { | ||
|
||
template <typename T0> | ||
class Factory { | ||
public: | ||
// prevent constructor by default | ||
Factory& operator=(Factory const&); | ||
Factory(Factory const&); | ||
Factory(); | ||
}; | ||
|
||
}; // namespace cereal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
// auto generated forward declare list | ||
// clang-format off | ||
namespace cereal { struct ReflectionCtx; } | ||
// clang-format on | ||
|
||
namespace CerealHelpers { | ||
|
||
struct FileReference { | ||
public: | ||
// prevent constructor by default | ||
FileReference& operator=(FileReference const&); | ||
FileReference(FileReference const&); | ||
FileReference(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ?bindType@FileReference@CerealHelpers@@SAXAEAUReflectionCtx@cereal@@@Z | ||
MCAPI static void bindType(struct cereal::ReflectionCtx&); | ||
|
||
// NOLINTEND | ||
}; | ||
|
||
}; // namespace CerealHelpers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.