LeviLamina
Loading...
Searching...
No Matches
Globals.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/options/EducationServicesEnvironment.h"
7#include "mc/deps/core/debug/log/LogLevel.h"
8#include "mc/deps/core/file/file_system/FileType.h"
9#include "mc/deps/core/sem_ver/SemVersionBase.h"
10#include "mc/deps/core/utility/NonOwnerPointer.h"
11#include "mc/deps/json/ValueType.h"
12#include "mc/deps/nether_net/LogSeverity.h"
13#include "mc/deps/shared_types/legacy/FilterSubject.h"
14#include "mc/deps/shared_types/legacy/item/UseAnimation.h"
15#include "mc/events/TextProcessingEventOrigin.h"
16#include "mc/external/lib_http_client/http_stl_allocator.h"
17#include "mc/external/libsrtp/srtp_err_status_t.h"
18#include "mc/network/packet/AgentActionType.h"
19#include "mc/options/DiscoveryEnvironment.h"
20#include "mc/util/HudElement.h"
21#include "mc/util/gltf/Accessor.h"
22#include "mc/util/gltf/Image.h"
23#include "mc/util/gltf/Material.h"
24#include "mc/world/actor/ActorCategory.h"
25#include "mc/world/actor/ActorFilterGroup.h"
26#include "mc/world/actor/ActorType.h"
27#include "mc/world/actor/ActorTypeNamespaceRules.h"
28#include "mc/world/containers/ContainerEnumName.h"
29#include "mc/world/filters/FilterGroup.h"
30#include "mc/world/filters/FilterOperator.h"
31#include "mc/world/item/CreativeItemCategory.h"
32#include "mc/world/level/WorldVersion.h"
33#include "mc/world/level/block/BlockProperty.h"
34#include "mc/world/level/block/BlockSlot.h"
35#include "mc/world/level/chunk/LevelChunkTag.h"
36#include "mc/world/level/chunk/SubChunkDelayedDeleter.h"
37#include "mc/world/level/chunk/SubChunkStorage.h"
38#include "mc/world/level/levelgen/flat/FlatWorldPresetID.h"
39#include "mc/world/level/material/MaterialType.h"
40#include "mc/world/level/saveddata/maps/MapItemSavedData.h"
41#include "mc/world/redstone/circuit/components/CircuitComponentType.h"
42
43// auto generated forward declare list
44// clang-format off
45class Actor;
47class Biome;
48class BiomeArea;
49class Block;
50class BlockLegacy;
51class BlockPos;
52class BlockState;
53class BoundingBox;
59class Dimension;
60class ExpressionNode;
62class HashedString;
63class I18n;
64class IFileAccess;
66class ItemInstance;
67class LevelData;
68class ListTag;
73class ThirdPartyInfo;
74class WorkerPool;
77struct ActorFactoryData;
78struct ActorMapping;
81struct BlockLayer;
83struct DynDnsResult;
84struct FlatWorldPreset;
85struct HCTraceImplArea;
86struct HC_CALL;
88struct KeyOrNameResult;
89struct MCRESULT;
94struct TypeMapping;
96struct srtp_auth_t;
97namespace Bedrock { class StaticOptimizedString; }
98namespace Bedrock { class WorkerPoolHandleInterface; }
99namespace Core { class File; }
100namespace Core { class PathView; }
101namespace Core { class Result; }
102namespace Json { class Value; }
103namespace RakNet { class RakPeerInterface; }
104namespace RakNet { struct RakPeerConfiguration; }
105namespace cereal { struct ReflectionCtx; }
106// clang-format on
107
108// functions
109// NOLINTBEGIN
110MCAPI void BedrockLogOut(uint, char const*, ...);
111
112MCAPI ::CreativeItemCategory CreativeItemCategoryFromString(::std::string const& str);
113
114MCAPI void* DefaultMemAllocFunction(uint64, uint);
115
116MCAPI void DefaultMemFreeFunction(void*, uint);
117
118MCFOLD void DefaultOutOfMemoryHandler(char const* file, long line);
119
120MCAPI bool DoesMockCallMatch(::HC_CALL const*, ::HC_CALL const*);
121
122MCAPI ::HashedString const& EntityCanonicalName(::ActorType entityType);
123
124MCAPI ::ActorType EntityTypeFromString(::std::string const& str);
125
126MCAPI ::std::string EntityTypeToFormattedLocString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
127
128MCAPI ::std::string EntityTypeToLocString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
129
130MCAPI ::std::string EntityTypeToString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
131
132MCAPI void EntityTypeToStringAndNamespace(::ActorType entityType, ::std::string& nameOut, ::std::string& namespaceOut);
133
134MCAPI float FoodSaturationFromString(::std::string const& str);
135
136MCAPI ::std::unordered_map<::std::string, ::ActorFactoryData>& GetActorDataRegistry();
137
138MCAPI double GetEngagementMetricsTimeSinceAppStart_DEPRECATED();
139
140MCAPI ::std::optional<::LogLevel> LogLevelFromString(::std::string const& str);
141
142MCFOLD bool MOCK_ASSERT_HANDLER(::AssertHandlerContext const& context);
143
144MCAPI bool MOCK_ASSERT_HANDLER_NO_THROW(::AssertHandlerContext const& context);
145
146MCAPI bool Mock_Internal_HCHttpCallPerformAsync(::HC_CALL*);
147
148MCAPI long Mock_Internal_ReadRequestBodyIntoMemory(::HC_CALL*, ::std::vector<uchar, ::http_stl_allocator<uchar>>*);
149
150MCAPI ::std::optional<::NetherNet::LogSeverity> NetherNetLogSeverityFromString(::std::string const& str);
151
152MCAPI void PlatformBedrockLogOut(uint _priority, char const* buf, uint64 nullTerminatorPos);
153
154MCAPI void PushCircularReference(
155 ::std::unordered_map<::BlockPos, ::RedstoneTorchCapacitor*>& relatedTorches,
156 ::BlockPos const& pos,
157 ::std::queue<::RedstoneTorchCapacitor*, ::std::deque<::RedstoneTorchCapacitor*>>& list
158);
159
160MCAPI ::std::string StringFromCreativeItemCategory(::CreativeItemCategory category);
161
162MCAPI ::std::string StringFromMaterialType(::MaterialType const& materialType);
163
164MCAPI ::SharedTypes::Legacy::UseAnimation UseAnimationFromString(::std::string const& str);
165
166MCAPI void _addEnvironmentSubfilter(
167 ::std::string const& legacyPredicate,
168 ::FilterGroup::CollectionType type,
169 ::std::string const& filterName,
170 ::SharedTypes::Legacy::FilterSubject subject,
171 ::FilterOperator op,
172 ::ActorFilterGroup::Processing process
173);
174
175MCAPI void _addLegacyFilterDefinition(
176 ::std::string const& legacyPredicate,
177 ::FilterGroup::CollectionType type,
178 ::std::string const& filterName,
179 ::SharedTypes::Legacy::FilterSubject subject,
180 ::FilterOperator op,
181 ::ActorFilterGroup::Processing process
182);
183
184MCAPI void _checkTickedActorsForOutOfWorld(::ActorOwnerComponent& actorOwnerComponent);
185
186MCAPI ::std::unique_ptr<::ListTag> _createBlockStateEnum(::BlockState const& state);
187
188MCAPI uchar _facingToDirection(uchar facing);
189
190MCAPI uint _facingToVineDirection(uchar facing);
191
192MCAPI ::ScatterParamsMolangVariableIndices& _getScatterParamsMolangVariableIndices();
193
194MCAPI bool _hasAirBuffer(::Json::Value const& blockLayers);
195
196MCAPI ::Block const* _loadLayerBlock(::Json::Value const& layer);
197
198MCAPI ::std::optional<::BlockPos> _locateBiome(
199 ::std::function<bool(::Biome const&)> const& predicate,
200 ::BiomeArea const& biomeArea,
201 ::BlockPos worldCenter,
202 ::BoundingBox worldBounds,
203 uint resolution
204);
205
206MCAPI ::std::optional<::std::vector<::BlockLayer>>
207_parseLayersV3(::Json::Value const& root, ::LevelData const& levelData);
208
209MCAPI ::std::optional<::std::vector<::BlockLayer>>
210_parseLayersV4(::Json::Value const& root, ::LevelData const& levelData);
211
212MCAPI ::std::optional<::std::vector<::BlockLayer>>
213_parseLayersV5(::Json::Value const& root, ::LevelData const& levelData);
214
215MCAPI ::std::optional<::std::vector<::BlockLayer>>
216_parseLayersV6(::Json::Value const& root, ::LevelData const& levelData, ::WorldVersion worldVersion);
217
218MCAPI ::std::unique_ptr<::ListTag> _saveBlockList(::std::vector<::BlockLegacy const*> const& blockList);
219
220MCAPI void
221_tickBribeableComponent(::ActorOwnerComponent& actorOwnerComponent, ::BribeableComponent& bribeableComponent);
222
223MCAPI void bindCreativeItemCategoryType(::cereal::ReflectionCtx& ctx);
224
225MCAPI void bindMaterialType(::cereal::ReflectionCtx& ctx);
226
227MCAPI char const* blockSlotToString(::BlockSlot slot);
228
229MCAPI ::KeyOrNameResult
230buildActorDisplayName(::ActorType actorType, ::std::string const& nameTag, ::Actor const* actor);
231
232MCAPI void checkComponent(
233 ::CircuitSceneGraph& graph,
234 ::CircuitComponentList& powerAssociationMap,
235 ::CircuitComponentType typeId,
236 uchar id,
237 ::BlockPos const& otherPos,
239 ::std::queue<::CircuitTrackingInfo, ::std::deque<::CircuitTrackingInfo>>& positions,
240 bool goingDown
241);
242
243MCAPI bool checkTypeFilter(
244 ::ActorDefinitionIdentifier const& entityIdentifier,
245 ::ActorDefinitionIdentifier const& identifierFilter
246);
247
248MCAPI void compoundBlockVolumeActionBindType(::cereal::ReflectionCtx& ctx);
249
250MCAPI void compoundBlockVolumePositionRelativityBindType(::cereal::ReflectionCtx& ctx);
251
252MCAPI void configureThread(::ThreadConfiguration const& config);
253
254MCAPI ::std::unique_ptr<::RakNet::RakPeerInterface, void (*)(::RakNet::RakPeerInterface*)>
255createUniqueRakPeer(::RakNet::RakPeerConfiguration const& config);
256
257MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool> createWorkerPool(
258 ::std::string_view name,
259 ::WorkerConfiguration const& config,
260 ::std::shared_ptr<::Bedrock::WorkerPoolHandleInterface>& destHandle
261);
262
263MCAPI ::ActorCategory entityCategoriesFromString(::std::string const& str);
264
265MCAPI ::ActorCategory entityCategoryFromString(::std::string const& str);
266
267MCAPI ::srtp_err_status_t external_crypto_init();
268
269MCAPI ::srtp_err_status_t external_hmac_alloc(::srtp_auth_t**, int, int);
270
271MCAPI ::srtp_err_status_t external_hmac_compute(void*, uchar const*, int, int, uchar*);
272
273MCAPI ::srtp_err_status_t external_hmac_dealloc(::srtp_auth_t*);
274
275MCAPI ::srtp_err_status_t external_hmac_init(void*, uchar const*, int);
276
277MCAPI ::srtp_err_status_t external_hmac_start(void*);
278
279MCAPI ::srtp_err_status_t external_hmac_update(void*, uchar const*, int);
280
281MCAPI int fclose(::Core::File& file);
282
283MCAPI ::std::optional<::FlatWorldPresetID> flatWorldPresetIDFromString(::std::string const& str);
284
285MCAPI void forEachEntityType(::std::function<bool(::ActorType, ::std::string const&)> callback);
286
287MCAPI uint64 fread(void* buffer, uint64 size, uint64 count, ::Core::File& file);
288
289MCAPI int fseek(::Core::File& file, int64 offset, int origin);
290
291MCAPI ::std::string gatherTypeStrings(::std::vector<::Json::ValueType> const& types);
292
293MCAPI ::std::string getDiscoveryServiceURL(::DiscoveryEnvironment environment);
294
295MCAPI ::std::string const getEdition();
296
297MCAPI ::Bedrock::FileType getFileType(::Core::PathView filePath, ::IFileAccess& fileAccess);
298
299MCAPI ::FlatWorldPreset const& getFlatWorldPresetWithID(::FlatWorldPresetID id);
300
301MCAPI ::std::unordered_map<::FlatWorldPresetID, ::FlatWorldPreset> const& getFlatWorldPresets();
302
303MCAPI ::I18n& getI18n();
304
305MCAPI ::std::string getJsonTypeString(::Json::ValueType const& type);
306
307MCAPI ::std::unordered_map<int, ::std::string> const& getPackParseErrorTypeEventMapAccess();
308
309MCAPI ::std::unordered_map<int, ::std::string> const& getPackParseErrorTypeLOCMapAccess();
310
311MCAPI ::AllWorkerConfigurations getWorkerConfiguration(uint highPowerCores, uint totalCores);
312
313MCAPI ::std::string join(::std::string prefix, ::std::string_view chunkKey);
314
315MCAPI ::std::string join(::std::string_view prefix, ::LevelChunkTag tag);
316
317MCAPI ::std::string join(::std::string_view prefix, ::LevelChunkTag tag, uint i);
318
319MCAPI bool operator<(
322);
323
324MCAPI bool operator<(
327);
328
329MCAPI bool operator<(
332);
333
334MCAPI bool operator==(::DefinitionTrigger const& a, ::DefinitionTrigger const& b);
335
336MCAPI bool operator==(::ExpressionNode const& lhs, ::ExpressionNode const& rhs);
337
338MCAPI bool operator==(::BlockMaterialInstance const& lhs, ::BlockMaterialInstance const& rhs);
339
340MCAPI bool operator==(
343);
344
345MCAPI bool operator==(
348);
349
350MCAPI ::BlockProperty operator|(::BlockProperty lhs, ::BlockProperty b);
351
352MCAPI void renderMapChunk(
353 ::Dimension& dimension,
355 uint scale,
356 ::BlockPos const& origin,
358);
359
360MCAPI ::DiscoveryEnvironment stringToDiscoveryEnvironment(::std::string const& str);
361
362MCAPI ::ItemInstance toItemInstance(::RecipeIngredient const& ingredient);
363
364MCAPI ::leveldb::Status toLevelDbStatus(::Core::Result const& result);
365
366MCAPI ::std::string toString(::AgentActionType type);
367
368MCAPI ::std::optional<::std::locale> tryGetLocaleFromName(::std::string const& localeName);
369
370MCAPI ::http_wstring utf16_from_utf8(::http_string const&);
371
372MCAPI ::http_wstring utf16_from_utf8(char const*);
373
374MCAPI ::http_wstring utf16_from_utf8(char const*, uint64);
375
376MCAPI ::http_string utf8_from_utf16(::http_wstring const&);
377
378MCAPI ::http_string utf8_from_utf16(wchar_t const*, uint64);
379// NOLINTEND
380
381// static variables
382// NOLINTBEGIN
383MCAPI ::std::vector<::HudElement> const& ALL_HUD_ELEMENTS();
384
385MCAPI ::std::unordered_map<
386 ::glTF::Accessor::Type,
387 ::std::string,
389 ::std::equal_to<::glTF::Accessor::Type>> const&
390AccessorTypeEnumMap();
391
392MCAPI ::HashedString const& BLAST_FURNACE_TAG();
393
394MCAPI ::HashedString const& CAMPFIRE_TAG();
395
396MCAPI ::std::unordered_map<::ContainerEnumName, ::std::string>& ContainerCollectionNameMap();
397
398MCAPI ::std::unordered_map<::ActorType, ::ActorMapping>& ENTITY_TYPE_MAP();
399
400MCAPI ::HashedString const& FURNACE_TAG();
401
402MCAPI ::std::array<::std::pair<::HudElement, ::std::string>, 13> const& HUD_ELEMENTS_TO_STRINGS();
403
404MCAPI ::GatheringServerInfo const& INVALID_GATHERING_SERVER_INFO();
405
406MCAPI ::ThirdPartyInfo const& INVALID_THIRD_PARTY_INFO();
407
408MCAPI char const*& IPV4_LOOPBACK();
409
410MCAPI char const*& IPV6_LOOPBACK();
411
412MCAPI ::std::unordered_map<
413 ::glTF::Image::ImageMimeType,
414 ::std::string,
416 ::std::equal_to<::glTF::Image::ImageMimeType>> const&
417ImageMimeTypeEnumMap();
418
419MCAPI ::MCRESULT const& MCRESULT_AllTargetsWillFail();
420
421MCAPI ::MCRESULT const& MCRESULT_ChatMuted();
422
423MCAPI ::MCRESULT const& MCRESULT_CommandExecIncomplete();
424
425MCAPI ::MCRESULT const& MCRESULT_CommandNotFound();
426
427MCAPI ::MCRESULT const& MCRESULT_CommandRequestInitiated();
428
429MCAPI ::MCRESULT const& MCRESULT_CommandStepDone();
430
431MCAPI ::MCRESULT const& MCRESULT_CommandStepFail();
432
433MCAPI ::MCRESULT const& MCRESULT_CommandVersionMismatch();
434
435MCAPI ::MCRESULT const& MCRESULT_CommandsDisabled();
436
437MCAPI ::MCRESULT const& MCRESULT_EncryptionRequired();
438
439MCAPI ::MCRESULT const& MCRESULT_ExecutionFail();
440
441MCAPI ::MCRESULT const& MCRESULT_ExpectedRequestMsg();
442
443MCAPI ::MCRESULT const& MCRESULT_FailWithoutFailMsg();
444
445MCAPI ::MCRESULT const& MCRESULT_FailedToParseCommand();
446
447MCAPI ::MCRESULT const& MCRESULT_InvalidCommandCall();
448
449MCAPI ::MCRESULT const& MCRESULT_InvalidCommandContext();
450
451MCAPI ::MCRESULT const& MCRESULT_InvalidCommandOrigin();
452
453MCAPI ::MCRESULT const& MCRESULT_InvalidOverloadSyntax();
454
455MCAPI ::MCRESULT const& MCRESULT_MalformedRequest();
456
457MCAPI ::MCRESULT const& MCRESULT_MustSpecifyVersion();
458
459MCAPI ::MCRESULT const& MCRESULT_NewCommandVersionAvailable();
460
461MCAPI ::MCRESULT const& MCRESULT_NoChatPermissions();
462
463MCAPI ::MCRESULT const& MCRESULT_NoTargetsFound();
464
465MCAPI ::MCRESULT const& MCRESULT_NotEnoughPermissions();
466
467MCAPI ::MCRESULT const& MCRESULT_Success();
468
469MCAPI ::MCRESULT const& MCRESULT_TooManyPendingRequests();
470
471MCAPI ::MCRESULT const& MCRESULT_VersionMismatch();
472
473MCAPI ::SemVersionConstant const& MIN_ENGINE_VERSION_MINIMUM_V2();
474
475MCAPI ::std::unordered_map<
476 ::glTF::Material::AlphaMode,
477 ::std::string,
479 ::std::equal_to<::glTF::Material::AlphaMode>> const&
480MaterialAlphaModeEnumMap();
481
482MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_BITSET();
483
484MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_FLYING_ATTRIBUTE_BITSET();
485
486MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_SPEED_ATTRIBUTE_BITSET();
487
488MCAPI ::HashedString const& SMOKER_TAG();
489
490MCAPI ::HashedString const& SOUL_CAMPFIRE_TAG();
491
492MCAPI ::std::add_lvalue_reference_t<bool (*)(::AssertHandlerContext const&)> TEST_HANDLER();
493
494MCAPI ::std::add_lvalue_reference_t<bool (*)(::AssertHandlerContext const&)> TEST_HANDLER_NO_THROW();
495
496MCAPI ::std::unordered_map<
497 ::TextProcessingEventOrigin,
498 ::std::string,
500 ::std::equal_to<::TextProcessingEventOrigin>> const&
501TextProcessingEventOriginEnumMap();
502
503MCAPI ::std::array<::HashedString, 17> const& VanillaStructureFeatureTypes();
504
505MCAPI ::std::unordered_map<::std::string, ::ActorFilterGroup::LegacyMapping>& _environmentSubfilters();
506
507MCAPI ::std::unordered_map<::std::string, ::ActorFilterGroup::LegacyMapping>& _legacyPredicates();
508
509MCAPI ::std::unordered_map<int, ::std::string> const& discoveryEnvironmentLabels();
510
511MCAPI ::std::unordered_map<::std::string, ::DiscoveryEnvironment> const& discoveryEnvironmentStrings();
512
513MCAPI ::std::unordered_map<::DiscoveryEnvironment, ::std::string> const& discoveryEnvironments();
514
515MCAPI ::std::add_lvalue_reference_t<uint[]> englishCharacterFrequencies();
516
517MCAPI ::std::vector<::std::string>& gAreaFilters();
518
519MCAPI ::SubChunkDelayedDeleter<::SubChunkStorage<::Biome>>& gBiomeChunkGC();
520
521MCAPI ::SubChunkDelayedDeleter<::SubChunkStorage<::Block>>& gBlockStorageGC();
522
523MCAPI ::InternalTaskGroup& gInternalTaskGroup();
524
525MCAPI ::SubChunkDelayedDeleter<::SubChunkBrightnessStorage>& gLightStorageGC();
526
527MCAPI ::std::vector<::std::string>& gPriorityFilters();
528
529MCAPI ::std::add_lvalue_reference_t<void* (*)(uint64, uint)> g_memAllocFunc();
530
531MCAPI ::std::add_lvalue_reference_t<void (*)(void*, uint)> g_memFreeFunc();
532
533MCAPI ::HCTraceImplArea& g_traceHTTPCLIENT();
534
535MCAPI ::HCTraceImplArea& g_traceWEBSOCKET();
536
537MCAPI ::EducationServicesEnvironment& mCachedServicesEnvironment();
538
539MCAPI ::std::add_lvalue_reference_t<void (*)(char const*, long)> notifyOutOfMemory();
540
541MCAPI ::std::add_lvalue_reference_t<void (*)(void*, char const*, uint)> rakFree_Ex();
542
543MCAPI ::std::add_lvalue_reference_t<void* (*)(uint64, char const*, uint)> rakMalloc_Ex();
544
545MCAPI ::std::add_lvalue_reference_t<void* (*)(void*, uint64, char const*, uint)> rakRealloc_Ex();
546
547MCAPI ::std::add_lvalue_reference_t<::DynDnsResult[]> resultTable();
548
549MCAPI bool& s_AsyncLibEnablePumpingWait();
550
551MCAPI ::std::atomic<uint>& s_AsyncLibGlobalStateCount();
552
553MCAPI ::std::add_lvalue_reference_t<::TypeMapping[]> typeMappings();
554// NOLINTEND
Definition ActorOwnerComponent.h:10
Definition Actor.h:103
Definition BiomeArea.h:11
Definition Biome.h:26
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition BlockState.h:13
Definition Block.h:38
Definition BoundingBox.h:13
Definition BribeableComponent.h:13
Definition CircuitComponentList.h:14
Definition CircuitSceneGraph.h:19
Definition CircuitTrackingInfo.h:14
Definition File.h:19
Definition PathView.h:16
Definition Result.h:13
Definition DefinitionTrigger.h:11
Definition Dimension.h:83
Definition ExpressionNode.h:27
Definition GatheringServerInfo.h:5
Definition HashedString.h:5
Definition I18n.h:18
Definition IFileAccess.h:15
Definition InternalTaskGroup.h:18
Definition ItemInstance.h:16
Definition Value.h:16
Definition LevelData.h:49
Definition ListTag.h:12
Definition RakPeerInterface.h:32
Definition RecipeIngredient.h:17
Definition RedstoneTorchCapacitor.h:19
Definition SemVersionBase.h:9
Definition SemVersionConstant.h:8
Definition SubChunkBrightnessStorage.h:5
Definition ThirdPartyInfo.h:5
Definition WorkerPool.h:19
Definition _HeaderOutputPredefine.h:189
Definition http_stl_allocator.h:6
Definition AccessorTypeEnumHasher.h:5
Definition ActorDefinitionIdentifier.h:15
Definition ActorFactoryData.h:5
Definition ActorMapping.h:8
Definition AllWorkerConfigurations.h:5
Definition AssertHandlerContext.h:5
Definition BlockLayer.h:5
Definition BlockMaterialInstance.h:9
Definition DynDnsResult.h:5
Definition FlatWorldPreset.h:10
Definition HCTraceImplArea.h:5
Definition HC_CALL.h:16
Definition ImageMimeTypeEnumHasher.h:5
Definition KeyOrNameResult.h:5
Definition MCRESULT.h:8
Definition MapItemSavedData.h:41
Definition MaterialAlphaModeEnumHasher.h:5
Definition RakPeerConfiguration.h:7
Definition ScatterParamsMolangVariableIndices.h:8
Definition TextProcessingEventOriginEnumHasher.h:5
Definition ThreadConfiguration.h:5
Definition TypeMapping.h:5
Definition WorkerConfiguration.h:8
Definition buffer.h:5
Definition ReflectionCtx.h:11
Definition context.h:5
Definition ctx.h:5
Definition srtp_auth_t.h:5