-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into BiomeDecorationFeature
- Loading branch information
Showing
13 changed files
with
359 additions
and
388 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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,37 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
// auto generated inclusion list | ||
#include "mc/deps/core/common/bedrock/Result.h" | ||
#include "mc/enums/MinecraftPacketIds.h" | ||
#include "mc/network/packet/Packet.h" | ||
|
||
class ClientboundCloseFormPacket : public ::Packet { | ||
public: | ||
// prevent constructor by default | ||
ClientboundCloseFormPacket& operator=(ClientboundCloseFormPacket const&); | ||
ClientboundCloseFormPacket(ClientboundCloseFormPacket const&); | ||
ClientboundCloseFormPacket(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// vIndex: 0, symbol: ??1ClientboundCloseFormPacket@@UEAA@XZ | ||
virtual ~ClientboundCloseFormPacket(); | ||
|
||
// vIndex: 1, symbol: ?getId@ClientboundCloseFormPacket@@UEBA?AW4MinecraftPacketIds@@XZ | ||
virtual ::MinecraftPacketIds getId() const; | ||
|
||
// vIndex: 2, symbol: | ||
// ?getName@ClientboundCloseFormPacket@@UEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ | ||
virtual std::string getName() const; | ||
|
||
// vIndex: 4, symbol: ?write@ClientboundCloseFormPacket@@UEBAXAEAVBinaryStream@@@Z | ||
virtual void write(class BinaryStream&) const; | ||
|
||
// vIndex: 8, symbol: | ||
// ?_read@ClientboundCloseFormPacket@@EEAA?AV?$Result@XVerror_code@std@@@Bedrock@@AEAVReadOnlyBinaryStream@@@Z | ||
virtual class Bedrock::Result<void> _read(class ReadOnlyBinaryStream&); | ||
|
||
// 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 |
---|---|---|
@@ -1,28 +0,0 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
#include "mc/network/packet/UpdateSubChunkNetworkBlockInfo.h" | ||
|
||
struct UpdateSubChunkBlocksChangedInfo { | ||
public: | ||
std::vector<UpdateSubChunkNetworkBlockInfo> mStandards; // this+0x0 | ||
std::vector<UpdateSubChunkNetworkBlockInfo> mExtras; // this+0x18 | ||
|
||
public: | ||
// prevent constructor by default | ||
UpdateSubChunkBlocksChangedInfo& operator=(UpdateSubChunkBlocksChangedInfo const&); | ||
UpdateSubChunkBlocksChangedInfo(UpdateSubChunkBlocksChangedInfo const&); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??0UpdateSubChunkBlocksChangedInfo@@QEAA@XZ | ||
MCAPI UpdateSubChunkBlocksChangedInfo(); | ||
|
||
// symbol: ?add@UpdateSubChunkBlocksChangedInfo@@QEAAXAEBVBlockPos@@IAEBVBlock@@HPEBUActorBlockSyncMessage@@@Z | ||
MCAPI void add(class BlockPos const&, uint, class Block const&, int, struct ActorBlockSyncMessage const*); | ||
|
||
// symbol: ??1UpdateSubChunkBlocksChangedInfo@@QEAA@XZ | ||
MCAPI ~UpdateSubChunkBlocksChangedInfo(); | ||
|
||
// 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 |
---|---|---|
@@ -1,26 +0,0 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
#include "mc/network/NetworkBlockPosition.h" | ||
#include "mc/world/level/ActorBlockSyncMessage.h" | ||
|
||
struct UpdateSubChunkNetworkBlockInfo { | ||
public: | ||
NetworkBlockPosition mPos; // this+0x0 | ||
uint mRuntimeId; // this+0xC | ||
uchar mUpdateFlags; // this+0x10 | ||
ActorBlockSyncMessage mSyncMessage; // this+0x18 | ||
|
||
public: | ||
// prevent constructor by default | ||
UpdateSubChunkNetworkBlockInfo& operator=(UpdateSubChunkNetworkBlockInfo const&); | ||
UpdateSubChunkNetworkBlockInfo(UpdateSubChunkNetworkBlockInfo const&); | ||
UpdateSubChunkNetworkBlockInfo(); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??1UpdateSubChunkNetworkBlockInfo@@QEAA@XZ | ||
MCAPI ~UpdateSubChunkNetworkBlockInfo(); | ||
|
||
// 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,45 @@ | ||
#pragma once | ||
|
||
#include "mc/_HeaderOutputPredefine.h" | ||
|
||
// auto generated inclusion list | ||
#include "mc/external/scripting/ClassBindingBuilder.h" | ||
#include "mc/external/scripting/Result.h" | ||
|
||
// auto generated forward declare list | ||
// clang-format off | ||
namespace ScriptModuleMinecraft { class ScriptPlayer; } | ||
// clang-format on | ||
|
||
namespace ScriptModuleMinecraftServerUI { | ||
|
||
class ScriptUIManager { | ||
public: | ||
// prevent constructor by default | ||
ScriptUIManager& operator=(ScriptUIManager const&); | ||
ScriptUIManager(ScriptUIManager const&); | ||
|
||
public: | ||
// NOLINTBEGIN | ||
// symbol: ??0ScriptUIManager@ScriptModuleMinecraftServerUI@@QEAA@XZ | ||
MCAPI ScriptUIManager(); | ||
|
||
// symbol: | ||
// ?closeAllForms@ScriptUIManager@ScriptModuleMinecraftServerUI@@QEAA?AV?$Result@X$$V@Scripting@@AEAVScriptPlayer@ScriptModuleMinecraft@@@Z | ||
MCAPI class Scripting::Result<void> closeAllForms(class ScriptModuleMinecraft::ScriptPlayer&); | ||
|
||
// symbol: ??4ScriptUIManager@ScriptModuleMinecraftServerUI@@QEAAAEAV01@$$QEAV01@@Z | ||
MCAPI class ScriptModuleMinecraftServerUI::ScriptUIManager& | ||
operator=(class ScriptModuleMinecraftServerUI::ScriptUIManager&&); | ||
|
||
// symbol: ??1ScriptUIManager@ScriptModuleMinecraftServerUI@@QEAA@XZ | ||
MCAPI ~ScriptUIManager(); | ||
|
||
// symbol: | ||
// ?bind@ScriptUIManager@ScriptModuleMinecraftServerUI@@SA?AV?$ClassBindingBuilder@VScriptUIManager@ScriptModuleMinecraftServerUI@@@Scripting@@XZ | ||
MCAPI static class Scripting::ClassBindingBuilder<class ScriptModuleMinecraftServerUI::ScriptUIManager> bind(); | ||
|
||
// NOLINTEND | ||
}; | ||
|
||
}; // namespace ScriptModuleMinecraftServerUI |
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.