From 1b4444af328a0da62f3f6747c4615fd9f231738d Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Mon, 27 Feb 2023 22:50:09 -0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 6 + CMakeLists.txt | 7 +- {PreLoader => LLPreLoader}/CMakeLists.txt | 4 +- .../include}/FakeSymbol.hpp | 2 +- {PreLoader => LLPreLoader/include}/Logger.h | 0 {PreLoader => LLPreLoader/include}/Utils.h | 0 {PreLoader => LLPreLoader/include}/pch.h | 2 +- {PreLoader => LLPreLoader/src}/PreLoader.cpp | 6 +- {PreLoader => LLPreLoader/src}/SymDB.cpp | 8 +- {PreLoader => LLPreLoader/src}/Utils.cpp | 4 +- {PreLoader => LLPreLoader/src}/dllmain.cpp | 4 +- .../rawpdb/Foundation/PDB_ArrayView.h | 0 .../rawpdb/Foundation/PDB_Assert.h | 0 .../rawpdb/Foundation/PDB_BitOperators.h | 0 .../rawpdb/Foundation/PDB_BitUtil.h | 0 .../Foundation/PDB_DisableWarningsPop.h | 0 .../Foundation/PDB_DisableWarningsPush.h | 0 .../rawpdb/Foundation/PDB_Forward.h | 0 .../third-party/rawpdb/Foundation/PDB_Log.h | 0 .../rawpdb/Foundation/PDB_Macros.h | 0 .../rawpdb/Foundation/PDB_Memory.h | 0 .../third-party/rawpdb/Foundation/PDB_Move.h | 0 .../rawpdb/Foundation/PDB_Platform.h | 0 .../rawpdb/Foundation/PDB_PointerUtil.h | 0 .../rawpdb/Foundation/PDB_Warnings.h | 0 .../third-party/rawpdb/PDB.cpp | 0 .../third-party/rawpdb/PDB.h | 0 .../rawpdb/PDB_CoalescedMSFStream.cpp | 0 .../rawpdb/PDB_CoalescedMSFStream.h | 0 .../third-party/rawpdb/PDB_DBIStream.cpp | 0 .../third-party/rawpdb/PDB_DBIStream.h | 0 .../third-party/rawpdb/PDB_DBITypes.cpp | 0 .../third-party/rawpdb/PDB_DBITypes.h | 0 .../rawpdb/PDB_DirectMSFStream.cpp | 0 .../third-party/rawpdb/PDB_DirectMSFStream.h | 0 .../third-party/rawpdb/PDB_ErrorCodes.h | 0 .../rawpdb/PDB_GlobalSymbolStream.cpp | 0 .../rawpdb/PDB_GlobalSymbolStream.h | 0 .../third-party/rawpdb/PDB_IPIStream.cpp | 0 .../third-party/rawpdb/PDB_IPIStream.h | 0 .../third-party/rawpdb/PDB_IPITypes.h | 0 .../rawpdb/PDB_ImageSectionStream.cpp | 0 .../rawpdb/PDB_ImageSectionStream.h | 0 .../third-party/rawpdb/PDB_InfoStream.cpp | 0 .../third-party/rawpdb/PDB_InfoStream.h | 0 .../rawpdb/PDB_ModuleInfoStream.cpp | 0 .../third-party/rawpdb/PDB_ModuleInfoStream.h | 0 .../rawpdb/PDB_ModuleSymbolStream.cpp | 0 .../rawpdb/PDB_ModuleSymbolStream.h | 0 .../third-party/rawpdb/PDB_PCH.cpp | 0 .../third-party/rawpdb/PDB_PCH.h | 0 .../rawpdb/PDB_PublicSymbolStream.cpp | 0 .../rawpdb/PDB_PublicSymbolStream.h | 0 .../third-party/rawpdb/PDB_RawFile.cpp | 0 .../third-party/rawpdb/PDB_RawFile.h | 0 .../rawpdb/PDB_SectionContributionStream.cpp | 0 .../rawpdb/PDB_SectionContributionStream.h | 0 .../rawpdb/PDB_SourceFileStream.cpp | 0 .../third-party/rawpdb/PDB_SourceFileStream.h | 0 .../third-party/rawpdb/PDB_Types.cpp | 0 .../third-party/rawpdb/PDB_Types.h | 0 .../third-party/rawpdb/PDB_Util.h | 0 LiteLoader/CMakeLists.txt | 119 +++++++++------ .../Header/Impl/ObjectivePacketHelper.h | 5 - LiteLoader/Header/Utils/CryptHelper.h | 6 - LiteLoader/Header/third-party/entt/entt.hpp | 51 ------- LiteLoader/Header/third-party/entt/fwd.hpp | 5 - LiteLoader/Kernel/PermissionAPI.cpp | 3 - LiteLoader/Resource/LiteLoader.aps | Bin 3152 -> 0 bytes LiteLoader/Resource/LiteLoader.rc | 97 ------------ LiteLoader/Resource/resource.h | 13 -- LiteLoader/cpp.hint | 7 - .../liteloader}/AddonsHelper.h | 2 +- .../{Main => include/liteloader}/Config.h | 2 +- .../liteloader}/CrashLogger.h | 0 .../{Main => include/liteloader}/LiteLoader.h | 2 +- .../{Main => include/liteloader}/Loader.h | 0 .../liteloader}/PluginManager.h | 4 +- .../{Main => include/liteloader}/Version.h | 0 .../{Header => include/llapi}/AllowListAPI.h | 0 .../llapi}/DynamicCommandAPI.h | 4 +- .../{Header => include/llapi}/EventAPI.h | 4 +- LiteLoader/{Header => include/llapi}/FormUI.h | 0 LiteLoader/{Header => include/llapi}/Global.h | 2 +- .../llapi}/GlobalServiceAPI.h | 0 .../{Header => include/llapi}/HookAPI.h | 2 +- .../{Header => include/llapi}/I18nAPI.h | 6 +- .../{Header => include/llapi}/KVDBAPI.h | 2 +- LiteLoader/{Header => include/llapi}/LLAPI.h | 6 +- .../{Header => include/llapi}/LoggerAPI.h | 10 +- .../{Header => include/llapi}/ParticleAPI.h | 2 +- .../{Header => include/llapi}/PermissionAPI.h | 2 +- .../{Header => include/llapi}/PlayerInfoAPI.h | 2 +- .../{Header => include/llapi}/RegCommandAPI.h | 0 .../{Header => include/llapi}/RemoteCallAPI.h | 2 +- .../{Header => include/llapi}/ScheduleAPI.h | 2 +- .../{Header => include/llapi}/SendPacketAPI.h | 0 .../{Header => include/llapi}/ServerAPI.h | 2 +- .../llapi}/TranslationAPI.h | 0 .../{Header/DB => include/llapi/db}/Any.h | 30 ++-- .../DB => include/llapi/db}/ConnParams.h | 2 +- .../llapi/db/Impl/mysql}/Session.h | 4 +- .../llapi/db/Impl/mysql}/Stmt.h | 4 +- .../llapi/db/Impl/sqlite}/Session.h | 4 +- .../llapi/db/Impl/sqlite}/Stmt.h | 4 +- .../{Header/DB => include/llapi/db}/Pointer.h | 2 +- .../{Header/DB => include/llapi/db}/Row.h | 2 +- .../{Header/DB => include/llapi/db}/RowSet.h | 2 +- .../{Header/DB => include/llapi/db}/Session.h | 4 +- .../{Header/DB => include/llapi/db}/Stmt.h | 30 ++-- .../{Header/DB => include/llapi/db}/Types.h | 2 +- .../llapi/impl}/FormPacketHelper.h | 6 +- .../llapi/impl/ObjectivePacketHelper.h | 5 + .../{Header/MC => include/llapi/mc}/AABB.hpp | 3 +- .../MC => include/llapi/mc}/AABBBucket.hpp | 2 +- .../MC => include/llapi/mc}/AABBPred.hpp | 2 +- .../MC => include/llapi/mc}/Abilities.hpp | 2 +- .../MC => include/llapi/mc}/Ability.hpp | 2 +- .../llapi/mc}/AbilityCommand.hpp | 2 +- .../llapi/mc}/AbsorptionMobEffect.hpp | 2 +- .../MC => include/llapi/mc}/AbstractArrow.hpp | 2 +- .../llapi/mc}/AcaciaTreeCanopy.hpp | 2 +- .../llapi/mc}/AcaciaTreeTrunk.hpp | 2 +- .../llapi/mc}/AchievementData.hpp | 2 +- .../llapi/mc}/ActivateToolDefinition.hpp | 2 +- .../llapi/mc}/ActivateToolNode.hpp | 2 +- .../llapi/mc}/ActivatorRailBlock.hpp | 2 +- .../llapi/mc}/ActiveDirectoryIdentity.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Actor.hpp | 2 +- .../llapi/mc}/ActorAnimationController.hpp | 2 +- .../mc}/ActorAnimationControllerGroup.hpp | 2 +- .../mc}/ActorAnimationControllerPlayer.hpp | 2 +- .../llapi/mc}/ActorAnimationControllerPtr.hpp | 2 +- .../mc}/ActorAnimationControllerState.hpp | 2 +- .../ActorAnimationControllerStatePlayer.hpp | 2 +- .../llapi/mc}/ActorAnimationEvent.hpp | 2 +- .../llapi/mc}/ActorAnimationGroup.hpp | 2 +- .../llapi/mc}/ActorAnimationPlayer.hpp | 2 +- .../MC => include/llapi/mc}/ActorBlock.hpp | 2 +- .../llapi/mc}/ActorClassTree.hpp | 2 +- .../llapi/mc}/ActorCommandOrigin.hpp | 2 +- .../llapi/mc}/ActorComponentFactory.hpp | 2 +- .../llapi/mc}/ActorDamageByActorSource.hpp | 2 +- .../llapi/mc}/ActorDamageByBlockSource.hpp | 2 +- .../mc}/ActorDamageByChildActorSource.hpp | 2 +- .../llapi/mc}/ActorDamageSource.hpp | 2 +- .../llapi/mc}/ActorDefinition.hpp | 2 +- .../llapi/mc}/ActorDefinitionAttribute.hpp | 2 +- .../llapi/mc}/ActorDefinitionDescriptor.hpp | 2 +- .../llapi/mc}/ActorDefinitionDiffList.hpp | 2 +- .../mc}/ActorDefinitionEventSubcomponent.hpp | 2 +- .../llapi/mc}/ActorDefinitionGroup.hpp | 2 +- .../llapi/mc}/ActorDefinitionIdentifier.hpp | 4 +- .../llapi/mc}/ActorDefinitionPtr.hpp | 2 +- .../llapi/mc}/ActorEventCoordinator.hpp | 2 +- .../llapi/mc}/ActorEventListener.hpp | 2 +- .../llapi/mc}/ActorEventPacket.hpp | 2 +- .../MC => include/llapi/mc}/ActorFactory.hpp | 2 +- .../llapi/mc}/ActorFactoryData.hpp | 2 +- .../llapi/mc}/ActorFallPacket.hpp | 2 +- .../llapi/mc}/ActorFilterGroup.hpp | 2 +- .../llapi/mc}/ActorHasAbilityTest.hpp | 2 +- .../llapi/mc}/ActorHasComponentTest.hpp | 2 +- .../llapi/mc}/ActorHasContainerOpenTest.hpp | 2 +- .../llapi/mc}/ActorHasDamageTest.hpp | 2 +- .../llapi/mc}/ActorHasEquipmentTest.hpp | 2 +- .../llapi/mc}/ActorHasMobEffect.hpp | 2 +- .../llapi/mc}/ActorHasRangedWeaponTest.hpp | 2 +- .../llapi/mc}/ActorHasTagTest.hpp | 2 +- .../llapi/mc}/ActorHasTargetTest.hpp | 2 +- .../llapi/mc}/ActorInCaravanTest.hpp | 2 +- .../llapi/mc}/ActorInCloudsTest.hpp | 2 +- .../llapi/mc}/ActorInLavaTest.hpp | 2 +- .../llapi/mc}/ActorInNetherTest.hpp | 2 +- .../llapi/mc}/ActorInVillageTest.hpp | 2 +- .../llapi/mc}/ActorInWaterOrRainTest.hpp | 2 +- .../llapi/mc}/ActorInWaterTest.hpp | 2 +- .../llapi/mc}/ActorInWeatherTest.hpp | 2 +- .../llapi/mc}/ActorInactivityTimerTest.hpp | 2 +- .../MC => include/llapi/mc}/ActorInfo.hpp | 2 +- .../llapi/mc}/ActorInfoRegistry.hpp | 2 +- .../llapi/mc}/ActorInteraction.hpp | 2 +- .../llapi/mc}/ActorIsAvoidingMobsTest.hpp | 2 +- .../llapi/mc}/ActorIsClimbingTest.hpp | 2 +- .../llapi/mc}/ActorIsColorTest.hpp | 2 +- .../llapi/mc}/ActorIsFamilyTest.hpp | 2 +- .../llapi/mc}/ActorIsImmobileTest.hpp | 2 +- .../llapi/mc}/ActorIsLeashedTest.hpp | 2 +- .../llapi/mc}/ActorIsLeashedToTest.hpp | 2 +- .../llapi/mc}/ActorIsMarkVariantTest.hpp | 2 +- .../llapi/mc}/ActorIsMovingTest.hpp | 2 +- .../llapi/mc}/ActorIsOwnerTest.hpp | 2 +- .../llapi/mc}/ActorIsPersistentTest.hpp | 2 +- .../llapi/mc}/ActorIsRidingTest.hpp | 2 +- .../llapi/mc}/ActorIsSkinIDTest.hpp | 2 +- .../llapi/mc}/ActorIsSleepingTest.hpp | 2 +- .../llapi/mc}/ActorIsSneakingTest.hpp | 2 +- .../llapi/mc}/ActorIsTargetTest.hpp | 2 +- .../llapi/mc}/ActorIsVariantTest.hpp | 2 +- .../llapi/mc}/ActorIsVisibleTest.hpp | 2 +- .../llapi/mc}/ActorLegacySaveConverter.hpp | 2 +- .../MC => include/llapi/mc}/ActorMapping.hpp | 2 +- .../llapi/mc}/ActorOnGroundTest.hpp | 2 +- .../llapi/mc}/ActorOnLadderTest.hpp | 2 +- .../llapi/mc}/ActorParticleEffectEvent.hpp | 2 +- .../llapi/mc}/ActorPickRequestPacket.hpp | 2 +- .../llapi/mc}/ActorPlacerItem.hpp | 2 +- .../llapi/mc}/ActorRandomChanceTest.hpp | 2 +- .../llapi/mc}/ActorRiderCountTest.hpp | 2 +- .../llapi/mc}/ActorServerCommandOrigin.hpp | 2 +- .../llapi/mc}/ActorSkeletalAnimation.hpp | 2 +- .../mc}/ActorSkeletalAnimationPlayer.hpp | 2 +- .../llapi/mc}/ActorSkeletalAnimationPtr.hpp | 2 +- .../llapi/mc}/ActorSpawnRuleBase.hpp | 2 +- .../llapi/mc}/ActorSpawnRuleGroup.hpp | 2 +- .../llapi/mc}/ActorSurfaceMobTest.hpp | 2 +- .../llapi/mc}/ActorTargetFilter.hpp | 2 +- .../llapi/mc}/ActorTerrainInterlockData.hpp | 2 +- .../llapi/mc}/ActorTrustsSubjectTest.hpp | 2 +- .../llapi/mc}/ActorUndergroundTest.hpp | 2 +- .../llapi/mc}/ActorUnderwaterTest.hpp | 2 +- .../MC => include/llapi/mc}/ActorUniqueID.hpp | 2 +- .../llapi/mc}/AddActorBasePacket.hpp | 2 +- .../llapi/mc}/AddActorPacket.hpp | 2 +- .../llapi/mc}/AddBehaviorTreePacket.hpp | 2 +- .../llapi/mc}/AddEntityPacket.hpp | 2 +- .../llapi/mc}/AddItemActorPacket.hpp | 2 +- .../llapi/mc}/AddOceanTemperatureLayer.hpp | 2 +- .../llapi/mc}/AddPaintingPacket.hpp | 2 +- .../llapi/mc}/AddPlayerPacket.hpp | 2 +- .../llapi/mc}/AddRiderComponent.hpp | 2 +- .../llapi/mc}/AdmireItemComponent.hpp | 2 +- .../llapi/mc}/AdmireItemDefinition.hpp | 2 +- .../llapi/mc}/AdmireItemGoal.hpp | 2 +- .../llapi/mc}/AdventureSettingsPacket.hpp | 2 +- .../llapi/mc}/AgeableComponent.hpp | 2 +- .../llapi/mc}/AgeableDefinition.hpp | 2 +- .../MC => include/llapi/mc}/AgeableSystem.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Agent.hpp | 2 +- .../llapi/mc}/AgentBodyControl.hpp | 2 +- .../MC => include/llapi/mc}/AgentCommand.hpp | 2 +- .../llapi/mc}/AgentCommandExecutionGoal.hpp | 2 +- .../llapi/mc}/AgentCommandSystem.hpp | 2 +- .../llapi/mc}/AgentLookControl.hpp | 2 +- .../MC => include/llapi/mc}/AirBlock.hpp | 2 +- .../MC => include/llapi/mc}/AirBlockItem.hpp | 2 +- .../llapi/mc}/AllWorkerConfigurations.hpp | 2 +- .../mc}/AmbientSoundIntervalDescription.hpp | 2 +- .../llapi/mc}/AmphibiousMoveControl.hpp | 2 +- .../mc}/AmphibiousMoveControlDescription.hpp | 2 +- .../MC => include/llapi/mc}/Amplifier.hpp | 2 +- .../llapi/mc}/AngryComponent.hpp | 2 +- .../llapi/mc}/AngryDefinition.hpp | 2 +- .../MC => include/llapi/mc}/AngrySystem.hpp | 2 +- .../MC => include/llapi/mc}/Animal.hpp | 2 +- .../MC => include/llapi/mc}/AnimatePacket.hpp | 2 +- .../llapi/mc}/AnimatedImageData.hpp | 2 +- .../llapi/mc}/AnimationComponent.hpp | 2 +- .../mc}/AnimationResourceDefinitionMap.hpp | 2 +- .../llapi/mc}/AnimationScriptsDescription.hpp | 2 +- .../llapi/mc}/AnimationsDescription.hpp | 2 +- .../MC => include/llapi/mc}/AnvilBlock.hpp | 2 +- .../llapi/mc}/AnvilContainerManagerModel.hpp | 2 +- .../llapi/mc}/AnvilDamagePacket.hpp | 2 +- .../MC => include/llapi/mc}/AppConfigs.hpp | 2 +- .../MC => include/llapi/mc}/AppPlatform.hpp | 2 +- .../llapi/mc}/AppPlatformListener.hpp | 2 +- .../llapi/mc}/AppPlatformWindows.hpp | 2 +- .../llapi/mc}/AppPlatform_win32.hpp | 2 +- .../llapi/mc}/ApplyItemBinding.hpp | 2 +- .../llapi/mc}/ApplyLegacyEntityBinding.hpp | 2 +- .../llapi/mc}/ArbitraryBiomeComponent.hpp | 2 +- .../llapi/mc}/AreaAttackComponent.hpp | 2 +- .../llapi/mc}/AreaAttackDefinition.hpp | 2 +- .../llapi/mc}/AreaAttackSystem.hpp | 2 +- .../llapi/mc}/AreaEffectCloud.hpp | 2 +- .../MC => include/llapi/mc}/ArmorItem.hpp | 2 +- .../MC => include/llapi/mc}/ArmorStand.hpp | 2 +- .../llapi/mc}/ArmorStandItem.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Arrow.hpp | 2 +- .../llapi/mc}/ArrowEffectSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/ArrowItem.hpp | 2 +- .../MC => include/llapi/mc}/AsyncTracker.hpp | 2 +- .../llapi/mc}/AsynchronousIPResolver.hpp | 2 +- .../llapi/mc}/AtlasItemManager.hpp | 2 +- .../llapi/mc}/AttackCooldownComponent.hpp | 2 +- .../llapi/mc}/AttackCooldownSystem.hpp | 2 +- .../llapi/mc}/AttackDamageMobEffect.hpp | 2 +- .../llapi/mc}/AttackDefinition.hpp | 2 +- .../llapi/mc}/AttackDescription.hpp | 2 +- .../MC => include/llapi/mc}/AttackNode.hpp | 2 +- .../MC => include/llapi/mc}/Attribute.hpp | 2 +- .../MC => include/llapi/mc}/AttributeBuff.hpp | 2 +- .../llapi/mc}/AttributeCollection.hpp | 2 +- .../llapi/mc}/AttributeInstance.hpp | 48 +++++- .../llapi/mc}/AttributeInstanceDelegate.hpp | 11 +- .../llapi/mc}/AttributeModifier.hpp | 2 +- .../llapi/mc}/AutomaticFeatureRules.hpp | 2 +- .../MC => include/llapi/mc}/Automation.hpp | 2 +- .../mc}/AutomationClientConnectPacket.hpp | 2 +- .../mc}/AutomationPlayerCommandOrigin.hpp | 2 +- .../llapi/mc}/AuxDataBlockItem.hpp | 2 +- .../mc}/AvailableActorIdentifiersPacket.hpp | 2 +- .../llapi/mc}/AvailableCommandsPacket.hpp | 2 +- .../llapi/mc}/AvoidBlockGoal.hpp | 2 +- .../llapi/mc}/AvoidMobTypeDefinition.hpp | 2 +- .../llapi/mc}/AvoidMobTypeGoal.hpp | 2 +- .../llapi/mc}/BackgroundTask.hpp | 2 +- .../llapi/mc}/BackgroundTaskQueue.hpp | 2 +- .../llapi/mc}/BackgroundWorker.hpp | 2 +- .../llapi/mc}/BackwardsCompatTextureGroup.hpp | 2 +- .../MC => include/llapi/mc}/Balloon.hpp | 2 +- .../llapi/mc}/BalloonComponent.hpp | 2 +- .../MC => include/llapi/mc}/BalloonItem.hpp | 2 +- .../MC => include/llapi/mc}/BalloonSystem.hpp | 2 +- .../llapi/mc}/BalloonableComponent.hpp | 2 +- .../llapi/mc}/BalloonableDefinition.hpp | 2 +- .../MC => include/llapi/mc}/BambooBlock.hpp | 2 +- .../llapi/mc}/BambooBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/BambooFeature.hpp | 2 +- .../MC => include/llapi/mc}/BambooSapling.hpp | 2 +- .../llapi/mc}/BannerAddPatternRecipe.hpp | 2 +- .../MC => include/llapi/mc}/BannerBlock.hpp | 2 +- .../llapi/mc}/BannerBlockActor.hpp | 2 +- .../llapi/mc}/BannerDuplicateRecipe.hpp | 2 +- .../MC => include/llapi/mc}/BannerItem.hpp | 2 +- .../MC => include/llapi/mc}/BannerPattern.hpp | 2 +- .../llapi/mc}/BannerPatternItem.hpp | 2 +- .../MC => include/llapi/mc}/BarrelBlock.hpp | 2 +- .../llapi/mc}/BarrelBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/BarrierBlock.hpp | 2 +- .../llapi/mc}/BarterComponent.hpp | 2 +- .../llapi/mc}/BarterDefinition.hpp | 2 +- .../MC => include/llapi/mc}/BarterGoal.hpp | 2 +- .../llapi/mc}/BasaltColumnsFeature.hpp | 2 +- .../llapi/mc}/BasaltPillarFeature.hpp | 2 +- .../llapi/mc}/BaseAttributeMap.hpp | 2 +- .../llapi/mc}/BaseCircuitComponent.hpp | 2 +- .../llapi/mc}/BaseCommandBlock.hpp | 2 +- .../llapi/mc}/BaseContainerMenu.hpp | 2 +- .../llapi/mc}/BaseGamePackSlices.hpp | 2 +- .../llapi/mc}/BaseGameVersion.hpp | 2 +- .../llapi/mc}/BaseGameVersioning.hpp | 2 +- .../llapi/mc}/BaseGoalDefinition.hpp | 2 +- .../llapi/mc}/BaseMobSpawner.hpp | 2 +- .../llapi/mc}/BaseMoveToBlockGoal.hpp | 2 +- .../llapi/mc}/BaseMoveToGoal.hpp | 2 +- .../llapi/mc}/BasePressurePlateBlock.hpp | 2 +- .../MC => include/llapi/mc}/BaseRailBlock.hpp | 2 +- .../llapi/mc}/BaseRailTransporter.hpp | 2 +- .../MC => include/llapi/mc}/BasicTimer.hpp | 2 +- .../llapi/mc}/BastionFeature.hpp | 2 +- .../MC => include/llapi/mc}/BastionPiece.hpp | 2 +- .../MC => include/llapi/mc}/BastionStart.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Bat.hpp | 2 +- .../llapi/mc}/BatchedNetworkPeer.hpp | 2 +- .../MC => include/llapi/mc}/BeaconBlock.hpp | 2 +- .../llapi/mc}/BeaconBlockActor.hpp | 2 +- .../llapi/mc}/BeaconContainerManagerModel.hpp | 2 +- .../llapi/mc}/BeardAndShaverDescription.hpp | 2 +- .../llapi/mc}/BeardAndShaverStorage.hpp | 2 +- .../MC => include/llapi/mc}/BeardKernel.hpp | 2 +- .../MC => include/llapi/mc}/BedBlock.hpp | 2 +- .../MC => include/llapi/mc}/BedBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/BedItem.hpp | 2 +- .../MC => include/llapi/mc}/Bedrock.hpp | 2 +- .../MC => include/llapi/mc}/BedrockBlock.hpp | 2 +- .../llapi/mc}/BedrockBlockTypes.hpp | 2 +- .../MC => include/llapi/mc}/BedrockBlocks.hpp | 2 +- .../MC => include/llapi/mc}/BedrockItems.hpp | 2 +- .../MC => include/llapi/mc}/BedrockLog.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Bee.hpp | 2 +- .../MC => include/llapi/mc}/BeehiveBlock.hpp | 2 +- .../llapi/mc}/BeehiveBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/BeetrootBlock.hpp | 2 +- .../MC => include/llapi/mc}/BegGoal.hpp | 2 +- .../llapi/mc}/BehaviorComponent.hpp | 2 +- .../MC => include/llapi/mc}/BehaviorData.hpp | 2 +- .../llapi/mc}/BehaviorDefinition.hpp | 2 +- .../llapi/mc}/BehaviorFactory.hpp | 2 +- .../MC => include/llapi/mc}/BehaviorNode.hpp | 2 +- .../llapi/mc}/BehaviorNodeUtils.hpp | 2 +- .../llapi/mc}/BehaviorSystem.hpp | 2 +- .../llapi/mc}/BehaviorTreeDefinitionPtr.hpp | 2 +- .../llapi/mc}/BehaviorTreeDescription.hpp | 2 +- .../llapi/mc}/BehaviorTreeGroup.hpp | 2 +- .../MC => include/llapi/mc}/BellBlock.hpp | 2 +- .../llapi/mc}/BellBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/BellBlockItem.hpp | 2 +- .../llapi/mc}/BigEndianStringByteInput.hpp | 2 +- .../MC => include/llapi/mc}/BinaryHeap.hpp | 2 +- .../MC => include/llapi/mc}/BinaryStream.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Biome.hpp | 2 +- .../MC => include/llapi/mc}/BiomeArea.hpp | 2 +- .../llapi/mc}/BiomeClimateSelectorLayer.hpp | 2 +- .../llapi/mc}/BiomeComponentLoading.hpp | 2 +- .../llapi/mc}/BiomeDecorationFeature.hpp | 2 +- .../llapi/mc}/BiomeDecorationSystem.hpp | 2 +- .../llapi/mc}/BiomeDefinitionListPacket.hpp | 2 +- .../llapi/mc}/BiomeFilterGroup.hpp | 2 +- .../llapi/mc}/BiomeIdCompatibility.hpp | 2 +- .../MC => include/llapi/mc}/BiomeMetadata.hpp | 2 +- .../MC => include/llapi/mc}/BiomeRegistry.hpp | 2 +- .../llapi/mc}/BiomeRegistryMergeStrategy.hpp | 2 +- .../llapi/mc}/BiomeSurfaceSystem.hpp | 2 +- .../MC => include/llapi/mc}/Blacklist.hpp | 2 +- .../llapi/mc}/BlastFurnaceBlock.hpp | 2 +- .../llapi/mc}/BlastFurnaceBlockActor.hpp | 2 +- .../mc}/BlastFurnaceContainerManagerModel.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Blaze.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Block.hpp | 39 +++-- .../MC => include/llapi/mc}/BlockActor.hpp | 57 ++++++- .../llapi/mc}/BlockActorDataPacket.hpp | 2 +- .../llapi/mc}/BlockActorFactory.hpp | 2 +- .../llapi/mc}/BlockActorLevelListener.hpp | 2 +- .../llapi/mc}/BlockBlobFeature.hpp | 2 +- .../llapi/mc}/BlockBreakSensorComponent.hpp | 2 +- .../llapi/mc}/BlockBreakSensorDefinition.hpp | 2 +- .../llapi/mc}/BlockBreakSensorSystem.hpp | 2 +- .../llapi/mc}/BlockColorUtil.hpp | 2 +- .../llapi/mc}/BlockCommandOrigin.hpp | 2 +- .../llapi/mc}/BlockComponentDescription.hpp | 2 +- .../llapi/mc}/BlockComponentFactory.hpp | 2 +- .../llapi/mc}/BlockDefinition.hpp | 2 +- .../llapi/mc}/BlockDefinitionGroup.hpp | 2 +- .../llapi/mc}/BlockDescription.hpp | 2 +- .../llapi/mc}/BlockDestroyTimeDescription.hpp | 2 +- .../llapi/mc}/BlockEventCoordinator.hpp | 2 +- .../llapi/mc}/BlockEventDispatcher.hpp | 2 +- .../llapi/mc}/BlockEventDispatcherToken.hpp | 2 +- .../llapi/mc}/BlockEventListener.hpp | 2 +- .../llapi/mc}/BlockEventPacket.hpp | 2 +- .../llapi/mc}/BlockExplodeableDescription.hpp | 2 +- .../llapi/mc}/BlockFlammableDescription.hpp | 2 +- .../llapi/mc}/BlockFrictionDescription.hpp | 2 +- .../MC => include/llapi/mc}/BlockGraphics.hpp | 2 +- .../MC => include/llapi/mc}/BlockID.hpp | 2 +- .../MC => include/llapi/mc}/BlockInstance.hpp | 2 +- .../llapi/mc}/BlockIntersectionConstraint.hpp | 2 +- .../llapi/mc}/BlockIsNameTest.hpp | 2 +- .../MC => include/llapi/mc}/BlockItem.hpp | 2 +- .../MC => include/llapi/mc}/BlockLegacy.hpp | 144 +++++++++++++++++- .../llapi/mc}/BlockLightDescription.hpp | 2 +- .../mc}/BlockLightEmissionDescription.hpp | 2 +- .../llapi/mc}/BlockListEventMap.hpp | 2 +- .../llapi/mc}/BlockListSerializer.hpp | 2 +- .../llapi/mc}/BlockMapColorDescription.hpp | 2 +- .../MC => include/llapi/mc}/BlockPalette.hpp | 4 +- .../llapi/mc}/BlockPatternBuilder.hpp | 2 +- .../llapi/mc}/BlockPickRequestPacket.hpp | 2 +- .../llapi/mc}/BlockPileFeature.hpp | 2 +- .../llapi/mc}/BlockPlanterItem.hpp | 2 +- .../MC => include/llapi/mc}/BlockPos.hpp | 2 +- .../MC => include/llapi/mc}/BlockReducer.hpp | 2 +- .../MC => include/llapi/mc}/BlockSelector.hpp | 2 +- .../llapi/mc}/BlockSerializationUtils.hpp | 2 +- .../MC => include/llapi/mc}/BlockSet.hpp | 2 +- .../MC => include/llapi/mc}/BlockSource.hpp | 6 +- .../llapi/mc}/BlockSourceListener.hpp | 2 +- .../llapi/mc}/BlockTickingQueue.hpp | 2 +- .../llapi/mc}/BlockTypeRegistry.hpp | 2 +- .../MC => include/llapi/mc}/BlockUtils.hpp | 2 +- .../MC => include/llapi/mc}/BlockVolume.hpp | 2 +- .../MC => include/llapi/mc}/BlueFireBlock.hpp | 2 +- .../MC => include/llapi/mc}/BlueIceBlock.hpp | 2 +- .../llapi/mc}/BlueIceFeature.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Boat.hpp | 2 +- .../llapi/mc}/BoatFrictionHelper.hpp | 2 +- .../MC => include/llapi/mc}/BoatItem.hpp | 2 +- .../MC => include/llapi/mc}/BodyControl.hpp | 2 +- .../llapi/mc}/BodyControlSystem.hpp | 2 +- .../llapi/mc}/BoneAnimationChannel.hpp | 2 +- .../llapi/mc}/BoneOrientation.hpp | 2 +- .../llapi/mc}/BoneOrientationTransform.hpp | 2 +- .../llapi/mc}/BonusChestFeature.hpp | 2 +- .../llapi/mc}/BookCloningRecipe.hpp | 2 +- .../llapi/mc}/BookEditPacket.hpp | 2 +- .../llapi/mc}/BookshelfBlock.hpp | 2 +- .../MC => include/llapi/mc}/BoolOption.hpp | 2 +- .../MC => include/llapi/mc}/BoostItem.hpp | 2 +- .../llapi/mc}/BoostableComponent.hpp | 2 +- .../llapi/mc}/BoostableDefinition.hpp | 2 +- .../llapi/mc}/BoostableSystem.hpp | 2 +- .../MC => include/llapi/mc}/BorderBlock.hpp | 2 +- .../MC => include/llapi/mc}/BossComponent.hpp | 2 +- .../llapi/mc}/BossDefinition.hpp | 2 +- .../llapi/mc}/BossEventPacket.hpp | 2 +- .../MC => include/llapi/mc}/BossSystem.hpp | 2 +- .../MC => include/llapi/mc}/BottleItem.hpp | 2 +- .../MC => include/llapi/mc}/BoundingBox.hpp | 2 +- .../MC => include/llapi/mc}/Bounds.hpp | 2 +- .../MC => include/llapi/mc}/BowEnchant.hpp | 2 +- .../MC => include/llapi/mc}/BowItem.hpp | 2 +- .../llapi/mc}/BreakBlockDefinition.hpp | 2 +- .../llapi/mc}/BreakBlockNode.hpp | 2 +- .../llapi/mc}/BreakBlocksComponent.hpp | 2 +- .../llapi/mc}/BreakBlocksDescription.hpp | 2 +- .../llapi/mc}/BreakBlocksSystem.hpp | 2 +- .../mc}/BreakDoorAnnotationComponent.hpp | 2 +- .../mc}/BreakDoorAnnotationDescription.hpp | 2 +- .../llapi/mc}/BreakDoorAnnotationSystem.hpp | 2 +- .../MC => include/llapi/mc}/BreakDoorGoal.hpp | 2 +- .../llapi/mc}/BreathableComponent.hpp | 2 +- .../llapi/mc}/BreathableDefinition.hpp | 2 +- .../llapi/mc}/BreathableSystem.hpp | 2 +- .../llapi/mc}/BreatheAirGoal.hpp | 2 +- .../MC => include/llapi/mc}/BreedGoal.hpp | 2 +- .../llapi/mc}/BreedableComponent.hpp | 2 +- .../llapi/mc}/BreedableDefinition.hpp | 2 +- .../llapi/mc}/BreedableSystem.hpp | 2 +- .../MC => include/llapi/mc}/BreedableType.hpp | 2 +- .../llapi/mc}/BrewingStandBlock.hpp | 2 +- .../llapi/mc}/BrewingStandBlockActor.hpp | 2 +- .../mc}/BrewingStandContainerManagerModel.hpp | 2 +- .../llapi/mc}/BribeableComponent.hpp | 2 +- .../llapi/mc}/BribeableDefinition.hpp | 2 +- .../llapi/mc}/BribeableSystem.hpp | 2 +- .../MC => include/llapi/mc}/Brightness.hpp | 2 +- .../llapi/mc}/BubbleColumnBlock.hpp | 2 +- .../MC => include/llapi/mc}/BucketItem.hpp | 2 +- .../llapi/mc}/BucketableComponent.hpp | 2 +- .../llapi/mc}/BucketableDescription.hpp | 2 +- .../llapi/mc}/BuoyancyComponent.hpp | 2 +- .../llapi/mc}/BuoyancyDefinition.hpp | 2 +- .../llapi/mc}/BuoyancySystem.hpp | 2 +- .../llapi/mc}/BuriedTreasureFeature.hpp | 2 +- .../llapi/mc}/BuriedTreasurePiece.hpp | 2 +- .../llapi/mc}/BuriedTreasureStart.hpp | 2 +- .../llapi/mc}/BurnsInDaylightSystem.hpp | 2 +- .../llapi/mc}/BurstReactionComponent.hpp | 2 +- .../MC => include/llapi/mc}/BushBlock.hpp | 2 +- .../MC => include/llapi/mc}/ButtonBlock.hpp | 2 +- .../MC => include/llapi/mc}/ByteArrayTag.hpp | 2 +- .../MC => include/llapi/mc}/ByteTag.hpp | 2 +- .../llapi/mc}/BytesDataInput.hpp | 2 +- .../llapi/mc}/BytesDataOutput.hpp | 2 +- .../MC => include/llapi/mc}/CDScopedEvent.hpp | 2 +- .../{Header/MC => include/llapi/mc}/CSHA1.hpp | 2 +- .../MC => include/llapi/mc}/CactusBlock.hpp | 2 +- .../MC => include/llapi/mc}/CactusFeature.hpp | 2 +- .../MC => include/llapi/mc}/CakeBlock.hpp | 2 +- .../MC => include/llapi/mc}/CameraBlock.hpp | 2 +- .../MC => include/llapi/mc}/CameraItem.hpp | 2 +- .../llapi/mc}/CameraItemComponent.hpp | 2 +- .../MC => include/llapi/mc}/CameraPacket.hpp | 2 +- .../MC => include/llapi/mc}/CampfireBlock.hpp | 2 +- .../llapi/mc}/CampfireBlockActor.hpp | 2 +- .../llapi/mc}/CanClimbDescription.hpp | 2 +- .../llapi/mc}/CanFlyDescription.hpp | 2 +- .../llapi/mc}/CanPowerJumpDescription.hpp | 2 +- .../MC => include/llapi/mc}/CanyonFeature.hpp | 2 +- .../llapi/mc}/CapacitorComponent.hpp | 2 +- .../MC => include/llapi/mc}/CarrotBlock.hpp | 2 +- .../llapi/mc}/CarrotOnAStickItem.hpp | 2 +- .../mc}/CartographyContainerManagerModel.hpp | 2 +- .../llapi/mc}/CartographyTableBlock.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Cat.hpp | 2 +- .../llapi/mc}/CatchFireSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/CauldronBlock.hpp | 2 +- .../llapi/mc}/CauldronBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/CaveSpider.hpp | 2 +- .../llapi/mc}/CelebrateHuntDefinition.hpp | 2 +- .../llapi/mc}/CelebrateHuntSystem.hpp | 2 +- .../llapi/mc}/CelebrateHuntSystemInternal.hpp | 2 +- .../llapi/mc}/CentralSpikedFeature.hpp | 2 +- .../MC => include/llapi/mc}/Certificate.hpp | 2 +- .../MC => include/llapi/mc}/ChainBlock.hpp | 2 +- .../llapi/mc}/ChalkboardBlockActor.hpp | 2 +- .../llapi/mc}/ChanceInformation.hpp | 2 +- .../llapi/mc}/ChangeDimensionPacket.hpp | 2 +- .../llapi/mc}/ChangeSettingCommand.hpp | 2 +- .../llapi/mc}/ChargeAttackDefinition.hpp | 2 +- .../llapi/mc}/ChargeAttackGoal.hpp | 2 +- .../llapi/mc}/ChargeHeldItemDefinition.hpp | 2 +- .../llapi/mc}/ChargeHeldItemGoal.hpp | 2 +- .../llapi/mc}/ChemicalHeatBlock.hpp | 2 +- .../llapi/mc}/ChemistryAuxDataBlockItem.hpp | 2 +- .../llapi/mc}/ChemistryIngredient.hpp | 2 +- .../MC => include/llapi/mc}/ChemistryItem.hpp | 2 +- .../llapi/mc}/ChemistryRecipes.hpp | 2 +- .../llapi/mc}/ChemistryStickItem.hpp | 2 +- .../llapi/mc}/ChemistryTableBlock.hpp | 2 +- .../llapi/mc}/ChemistryTableBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/ChestBlock.hpp | 2 +- .../llapi/mc}/ChestBlockActor.hpp | 2 +- .../llapi/mc}/ChestContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/Chicken.hpp | 2 +- .../llapi/mc}/ChorusFlowerBlock.hpp | 2 +- .../llapi/mc}/ChorusPlantBlock.hpp | 2 +- .../MC => include/llapi/mc}/ChunkBlockPos.hpp | 2 +- .../llapi/mc}/ChunkBuildOrderPolicy.hpp | 2 +- .../llapi/mc}/ChunkBuildOrderPolicyBase.hpp | 2 +- .../MC => include/llapi/mc}/ChunkPos.hpp | 2 +- .../llapi/mc}/ChunkRadiusUpdatedPacket.hpp | 2 +- .../MC => include/llapi/mc}/ChunkSource.hpp | 2 +- .../llapi/mc}/ChunkViewSource.hpp | 2 +- .../mc}/CircleAroundAnchorDefinition.hpp | 2 +- .../llapi/mc}/CircleAroundAnchorGoal.hpp | 2 +- .../llapi/mc}/CircuitComponentList.hpp | 2 +- .../llapi/mc}/CircuitSceneGraph.hpp | 2 +- .../MC => include/llapi/mc}/CircuitSystem.hpp | 2 +- .../llapi/mc}/CircuitTrackingInfo.hpp | 2 +- .../llapi/mc}/ClassroomModeListener.hpp | 2 +- .../llapi/mc}/ClassroomModeNetworkHandler.hpp | 2 +- .../MC => include/llapi/mc}/ClayBlock.hpp | 2 +- .../MC => include/llapi/mc}/ClayFeature.hpp | 2 +- .../MC => include/llapi/mc}/ClearCommand.hpp | 2 +- .../mc}/ClientAutomationCommandOrigin.hpp | 2 +- .../llapi/mc}/ClientCacheBlobStatusPacket.hpp | 2 +- .../mc}/ClientCacheMissResponsePacket.hpp | 2 +- .../llapi/mc}/ClientCacheStatusPacket.hpp | 2 +- .../mc}/ClientToServerHandshakePacket.hpp | 2 +- .../mc}/ClientboundMapItemDataPacket.hpp | 2 +- .../MC => include/llapi/mc}/ClockItem.hpp | 2 +- .../llapi/mc}/ClockSpriteCalculator.hpp | 2 +- .../MC => include/llapi/mc}/CloneCommand.hpp | 2 +- .../llapi/mc}/CloseWebSocketCommand.hpp | 2 +- .../MC => include/llapi/mc}/ClothBlock.hpp | 2 +- .../llapi/mc}/ClothBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/CoalItem.hpp | 2 +- .../MC => include/llapi/mc}/CocoaBlock.hpp | 2 +- .../llapi/mc}/CodeBuilderCommand.hpp | 2 +- .../llapi/mc}/CodeBuilderPacket.hpp | 2 +- .../llapi/mc}/CollisionBoxDescription.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Color.hpp | 2 +- .../llapi/mc}/Color2Description.hpp | 2 +- .../llapi/mc}/ColorDescription.hpp | 2 +- .../MC => include/llapi/mc}/ColorFormat.hpp | 2 +- .../llapi/mc}/ColorPaletteAttributes.hpp | 2 +- .../MC => include/llapi/mc}/ColoredBlock.hpp | 2 +- .../llapi/mc}/ColoredTorchBlock.hpp | 2 +- .../MC => include/llapi/mc}/Command.hpp | 2 +- .../llapi/mc}/CommandAreaFactory.hpp | 2 +- .../MC => include/llapi/mc}/CommandBlock.hpp | 2 +- .../llapi/mc}/CommandBlockActor.hpp | 2 +- .../llapi/mc}/CommandBlockComponent.hpp | 2 +- .../llapi/mc}/CommandBlockDescription.hpp | 2 +- .../llapi/mc}/CommandBlockSystem.hpp | 2 +- .../llapi/mc}/CommandBlockUpdatePacket.hpp | 2 +- .../llapi/mc}/CommandContext.hpp | 2 +- .../llapi/mc}/CommandDispatcher.hpp | 2 +- .../MC => include/llapi/mc}/CommandFlag.hpp | 0 .../llapi/mc}/CommandFunctionEntry.hpp | 2 +- .../llapi/mc}/CommandIntegerRange.hpp | 2 +- .../MC => include/llapi/mc}/CommandItem.hpp | 2 +- .../MC => include/llapi/mc}/CommandLexer.hpp | 2 +- .../llapi/mc}/CommandMessage.hpp | 2 +- .../MC => include/llapi/mc}/CommandOrigin.hpp | 2 +- .../llapi/mc}/CommandOriginData.hpp | 2 +- .../MC => include/llapi/mc}/CommandOutput.hpp | 4 +- .../llapi/mc}/CommandOutputMessage.hpp | 2 +- .../llapi/mc}/CommandOutputPacket.hpp | 2 +- .../llapi/mc}/CommandOutputParameter.hpp | 2 +- .../llapi/mc}/CommandOutputSender.hpp | 2 +- .../llapi/mc}/CommandParameterData.hpp | 2 +- .../llapi/mc}/CommandPosition.hpp | 2 +- .../llapi/mc}/CommandPositionFloat.hpp | 0 .../llapi/mc}/CommandPropertyBag.hpp | 2 +- .../llapi/mc}/CommandRawText.hpp | 2 +- .../llapi/mc}/CommandRegistry.hpp | 2 +- .../llapi/mc}/CommandRequestPacket.hpp | 2 +- .../llapi/mc}/CommandSelector.hpp | 0 .../llapi/mc}/CommandSelectorBase.hpp | 2 +- .../llapi/mc}/CommandSoftEnumRegistry.hpp | 2 +- .../llapi/mc}/CommandSyntaxInformation.hpp | 2 +- .../MC => include/llapi/mc}/CommandUtils.hpp | 2 +- .../llapi/mc}/CommandVersion.hpp | 2 +- .../MC => include/llapi/mc}/Common.hpp | 2 +- .../llapi/mc}/CompactionListenerEnv.hpp | 2 +- .../llapi/mc}/ComparatorBlock.hpp | 2 +- .../llapi/mc}/ComparatorBlockActor.hpp | 2 +- .../llapi/mc}/ComparatorCapacitor.hpp | 2 +- .../MC => include/llapi/mc}/CompassItem.hpp | 2 +- .../llapi/mc}/CompassSpriteCalculator.hpp | 2 +- .../llapi/mc}/CompletedUsingItemPacket.hpp | 2 +- .../llapi/mc}/ComplexInventoryTransaction.hpp | 2 +- .../MC => include/llapi/mc}/ComplexItem.hpp | 2 +- .../llapi/mc}/ComponentDescription.hpp | 2 +- .../llapi/mc}/CompositeDefinition.hpp | 2 +- .../llapi/mc}/CompositePackSource.hpp | 2 +- .../llapi/mc}/ComposterBlock.hpp | 2 +- .../CompoundCreatorContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/CompoundItem.hpp | 2 +- .../MC => include/llapi/mc}/CompoundTag.hpp | 2 +- .../llapi/mc}/CompoundTagEditHelper.hpp | 2 +- .../llapi/mc}/CompoundTagUpdater.hpp | 2 +- .../llapi/mc}/CompoundTagUpdaterBuilder.hpp | 2 +- .../llapi/mc}/CompoundTagUpdaterContext.hpp | 2 +- .../llapi/mc}/CompoundTagVariant.hpp | 2 +- .../llapi/mc}/CompressedNetworkPeer.hpp | 2 +- .../MC => include/llapi/mc}/ConcreteBlock.hpp | 2 +- .../llapi/mc}/ConcretePowderBlock.hpp | 2 +- .../MC => include/llapi/mc}/ConduitBlock.hpp | 2 +- .../llapi/mc}/ConduitBlockActor.hpp | 2 +- .../llapi/mc}/ConnectionRequest.hpp | 2 +- .../MC => include/llapi/mc}/Connector.hpp | 2 +- .../llapi/mc}/ConsoleChunkBlender.hpp | 2 +- .../llapi/mc}/ConsumeItemDefinition.hpp | 2 +- .../llapi/mc}/ConsumeItemNode.hpp | 2 +- .../llapi/mc}/ConsumerComponent.hpp | 2 +- .../MC => include/llapi/mc}/Container.hpp | 2 +- .../llapi/mc}/ContainerClosePacket.hpp | 2 +- .../llapi/mc}/ContainerComponent.hpp | 2 +- .../mc}/ContainerContentChangeListener.hpp | 2 +- .../llapi/mc}/ContainerDescription.hpp | 2 +- .../llapi/mc}/ContainerManagerController.hpp | 2 +- .../llapi/mc}/ContainerManagerModel.hpp | 2 +- .../llapi/mc}/ContainerModel.hpp | 2 +- .../llapi/mc}/ContainerOpenPacket.hpp | 2 +- .../llapi/mc}/ContainerScreenContext.hpp | 2 +- .../llapi/mc}/ContainerSetDataPacket.hpp | 2 +- .../llapi/mc}/ContainerSizeChangeListener.hpp | 2 +- .../llapi/mc}/ContainerValidation.hpp | 2 +- .../llapi/mc}/ContainerWeakRef.hpp | 2 +- .../llapi/mc}/ContentIdentity.hpp | 2 +- .../MC => include/llapi/mc}/ContentLog.hpp | 2 +- .../llapi/mc}/ContentLogEndPoint.hpp | 2 +- .../llapi/mc}/ContentLogFileEndPoint.hpp | 2 +- .../llapi/mc}/ContextAccessor.hpp | 2 +- .../llapi/mc}/ContextMessageLogger.hpp | 2 +- .../llapi/mc}/ContextMessageLoggerOptions.hpp | 2 +- .../MC => include/llapi/mc}/Control.hpp | 2 +- .../llapi/mc}/ControlledByPlayerGoal.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Coral.hpp | 2 +- .../MC => include/llapi/mc}/CoralBlock.hpp | 2 +- .../llapi/mc}/CoralCrustFeature.hpp | 2 +- .../MC => include/llapi/mc}/CoralFan.hpp | 2 +- .../llapi/mc}/CoralFanBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/CoralFanHang.hpp | 2 +- .../MC => include/llapi/mc}/CoralFeature.hpp | 2 +- .../llapi/mc}/CoralHangFeature.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Core.hpp | 2 +- ...dleNonImplemented_DEPRECATEDASKTYLAING.hpp | 2 +- .../llapi/mc}/CraftHandlerBase.hpp | 2 +- .../llapi/mc}/CraftHandlerCrafting.hpp | 2 +- .../llapi/mc}/CraftHandlerEnchant.hpp | 2 +- .../llapi/mc}/CraftHandlerTrade.hpp | 2 +- .../llapi/mc}/CraftableCompounds.hpp | 2 +- .../llapi/mc}/CraftingContainer.hpp | 2 +- .../llapi/mc}/CraftingDataEntry.hpp | 2 +- .../llapi/mc}/CraftingDataPacket.hpp | 2 +- .../llapi/mc}/CraftingEventPacket.hpp | 2 +- .../MC => include/llapi/mc}/CraftingTag.hpp | 2 +- .../llapi/mc}/CrashDumpAssertData.hpp | 2 +- .../llapi/mc}/CrashDumpEventData.hpp | 2 +- .../llapi/mc}/CrashDumpFrameData.hpp | 2 +- .../llapi/mc}/CrashDumpGameplayData.hpp | 2 +- .../llapi/mc}/CrashDumpGlobalData.hpp | 2 +- .../llapi/mc}/CrashDumpKeyValueData.hpp | 2 +- .../MC => include/llapi/mc}/CrashDumpLog.hpp | 2 +- .../llapi/mc}/CrashDumpPlayerData.hpp | 2 +- .../llapi/mc}/CrashDumpRenderData.hpp | 2 +- .../llapi/mc}/CrashDump_AllData.hpp | 2 +- .../MC => include/llapi/mc}/CrashHandler.hpp | 2 +- .../MC => include/llapi/mc}/CrashHelper.hpp | 2 +- .../llapi/mc}/CreativeContentPacket.hpp | 2 +- .../llapi/mc}/CreativeItemEntry.hpp | 2 +- .../MC => include/llapi/mc}/Creeper.hpp | 2 +- .../MC => include/llapi/mc}/CropBlock.hpp | 2 +- .../llapi/mc}/CrossbowEnchant.hpp | 2 +- .../MC => include/llapi/mc}/CrossbowItem.hpp | 2 +- .../llapi/mc}/CryingObsidianBlock.hpp | 2 +- .../MC => include/llapi/mc}/CryptoUtils.hpp | 2 +- .../llapi/mc}/CurseBindingEnchant.hpp | 2 +- .../llapi/mc}/CurseVanishingEnchant.hpp | 2 +- .../llapi/mc}/CustomScriptEventData.hpp | 2 +- .../llapi/mc}/DBChunkStorage.hpp | 2 +- .../MC => include/llapi/mc}/DBStorage.hpp | 2 +- .../llapi/mc}/DBStorageConfig.hpp | 2 +- .../llapi/mc}/DBStorageEnvironmentChain.hpp | 2 +- .../llapi/mc}/DamageCondition.hpp | 2 +- .../llapi/mc}/DamageOverTimeSystem.hpp | 2 +- .../llapi/mc}/DamageSensorComponent.hpp | 2 +- .../llapi/mc}/DamageSensorDefinition.hpp | 2 +- .../llapi/mc}/DamageSensorTrigger.hpp | 2 +- .../llapi/mc}/DanceComponentListener.hpp | 2 +- .../MC => include/llapi/mc}/DanceSystem.hpp | 2 +- .../MC => include/llapi/mc}/DataItem.hpp | 2 +- .../llapi/mc}/DatagramHeaderFormat.hpp | 2 +- .../MC => include/llapi/mc}/DateManager.hpp | 2 +- .../llapi/mc}/DayLockCommand.hpp | 2 +- .../llapi/mc}/DaylightDetectorBlock.hpp | 2 +- .../llapi/mc}/DaylightDetectorBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/DeOpCommand.hpp | 2 +- .../MC => include/llapi/mc}/DeadBush.hpp | 2 +- .../llapi/mc}/DeadBushFeature.hpp | 2 +- .../llapi/mc}/DebugAssertException.hpp | 2 +- .../MC => include/llapi/mc}/DebugEndPoint.hpp | 2 +- .../llapi/mc}/DebugInfoComponent.hpp | 2 +- .../llapi/mc}/DebugInfoPacket.hpp | 2 +- .../MC => include/llapi/mc}/DebugUtils.hpp | 2 +- .../llapi/mc}/DecoratorDefinition.hpp | 2 +- .../llapi/mc}/DedicatedServer.hpp | 2 +- .../llapi/mc}/DedicatedServerCommands.hpp | 2 +- .../llapi/mc}/DedicatedWSServerCommand.hpp | 2 +- .../llapi/mc}/DefaultDataLoadHelper.hpp | 2 +- .../mc}/DefaultEmptyActorAnimationPlayer.hpp | 2 +- .../llapi/mc}/DefaultLookAngleDescription.hpp | 2 +- .../llapi/mc}/DefaultMobSpawner.hpp | 2 +- .../llapi/mc}/DefaultScreenCapabilities.hpp | 2 +- .../llapi/mc}/DefendTrustedTargetGoal.hpp | 2 +- .../mc}/DefendVillageTargetDefinition.hpp | 2 +- .../llapi/mc}/DefendVillageTargetGoal.hpp | 2 +- .../llapi/mc}/DefinitionEvent.hpp | 2 +- .../llapi/mc}/DefinitionEventLoader.hpp | 2 +- .../llapi/mc}/DefinitionModifier.hpp | 2 +- .../llapi/mc}/DefinitionTrigger.hpp | 2 +- .../llapi/mc}/DelayedAttackDefinition.hpp | 2 +- .../llapi/mc}/DelayedAttackGoal.hpp | 2 +- .../MC => include/llapi/mc}/DeltaFeature.hpp | 2 +- .../llapi/mc}/DeprecatedSlabBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/Description.hpp | 2 +- .../llapi/mc}/DesertPyramidPiece.hpp | 2 +- .../llapi/mc}/DesertWellFeature.hpp | 2 +- .../llapi/mc}/DespawnComponent.hpp | 2 +- .../llapi/mc}/DespawnDefinition.hpp | 2 +- .../MC => include/llapi/mc}/DespawnSystem.hpp | 2 +- .../llapi/mc}/DetectorRailBlock.hpp | 2 +- .../llapi/mc}/DifficultyCommand.hpp | 2 +- .../MC => include/llapi/mc}/DiggerItem.hpp | 2 +- .../llapi/mc}/DiggingEnchant.hpp | 2 +- .../MC => include/llapi/mc}/Dimension.hpp | 2 +- .../llapi/mc}/DimensionBrightnessRamp.hpp | 2 +- .../MC => include/llapi/mc}/DiodeBlock.hpp | 2 +- .../MC => include/llapi/mc}/Direction.hpp | 2 +- .../llapi/mc}/DirectoryPackAccessStrategy.hpp | 2 +- .../llapi/mc}/DirectoryPackSource.hpp | 2 +- ...ectoryPackWithEncryptionAccessStrategy.hpp | 2 +- .../MC => include/llapi/mc}/DirtBlock.hpp | 2 +- .../llapi/mc}/DirtyTicksCounter.hpp | 2 +- .../llapi/mc}/DisconnectPacket.hpp | 2 +- .../llapi/mc}/DispenserBlock.hpp | 2 +- .../llapi/mc}/DispenserBlockActor.hpp | 2 +- .../mc}/DispenserContainerManagerModel.hpp | 2 +- .../llapi/mc}/DisplayObjective.hpp | 2 +- .../MC => include/llapi/mc}/Dolphin.hpp | 2 +- .../llapi/mc}/DolphinMoveControl.hpp | 2 +- .../MC => include/llapi/mc}/DoorBlock.hpp | 2 +- .../llapi/mc}/DoorInteractGoal.hpp | 2 +- .../MC => include/llapi/mc}/DoorItem.hpp | 2 +- .../llapi/mc}/DoublePlantBlock.hpp | 2 +- .../llapi/mc}/DoublePlantFeature.hpp | 2 +- .../MC => include/llapi/mc}/DoubleTag.hpp | 2 +- .../llapi/mc}/DouseFireSubcomponent.hpp | 2 +- .../llapi/mc}/DragonBaseGoalDefinition.hpp | 2 +- .../mc}/DragonChargePlayerDefinition.hpp | 2 +- .../llapi/mc}/DragonChargePlayerGoal.hpp | 2 +- .../llapi/mc}/DragonDeathGoal.hpp | 2 +- .../llapi/mc}/DragonEggBlock.hpp | 2 +- .../llapi/mc}/DragonFireball.hpp | 2 +- .../llapi/mc}/DragonFlamingDefinition.hpp | 2 +- .../llapi/mc}/DragonFlamingGoal.hpp | 2 +- .../llapi/mc}/DragonHoldingPatternGoal.hpp | 2 +- .../llapi/mc}/DragonLandingGoal.hpp | 2 +- .../llapi/mc}/DragonScanningGoal.hpp | 2 +- .../mc}/DragonStrafePlayerDefinition.hpp | 2 +- .../llapi/mc}/DragonStrafePlayerGoal.hpp | 2 +- .../llapi/mc}/DragonTakeoffGoal.hpp | 2 +- .../llapi/mc}/DriedKelpBlock.hpp | 2 +- .../llapi/mc}/DrinkPotionData.hpp | 2 +- .../llapi/mc}/DrinkPotionGoal.hpp | 2 +- .../llapi/mc}/DropItemForGoal.hpp | 2 +- .../MC => include/llapi/mc}/DropperBlock.hpp | 2 +- .../llapi/mc}/DropperBlockActor.hpp | 2 +- .../mc}/DropperContainerManagerModel.hpp | 2 +- .../llapi/mc}/DwellerComponent.hpp | 2 +- .../llapi/mc}/DwellerDescription.hpp | 2 +- .../MC => include/llapi/mc}/DwellerSystem.hpp | 2 +- .../MC => include/llapi/mc}/DyeColorUtil.hpp | 2 +- .../MC => include/llapi/mc}/DyePowderItem.hpp | 2 +- .../llapi/mc}/DyeableDescription.hpp | 2 +- .../llapi/mc}/DynamicJumpControl.hpp | 2 +- .../mc}/DynamicJumpControlDescription.hpp | 2 +- .../llapi/mc}/EDUWorldsScreenCapabilities.hpp | 2 +- .../MC => include/llapi/mc}/Easing.hpp | 2 +- .../llapi/mc}/EatBlockDefinition.hpp | 2 +- .../MC => include/llapi/mc}/EatBlockGoal.hpp | 2 +- .../llapi/mc}/EatCarriedItemGoal.hpp | 2 +- .../llapi/mc}/EconomyTradeableComponent.hpp | 2 +- .../llapi/mc}/EconomyTradeableDescription.hpp | 2 +- .../MC => include/llapi/mc}/EduAppConfigs.hpp | 2 +- .../llapi/mc}/EducationLevelSettings.hpp | 2 +- .../llapi/mc}/EducationLocalLevelSettings.hpp | 2 +- .../llapi/mc}/EducationMetadata.hpp | 2 +- .../llapi/mc}/EducationMetadataError.hpp | 2 +- .../llapi/mc}/EducationMetadataUtils.hpp | 2 +- .../llapi/mc}/EducationOptions.hpp | 2 +- .../llapi/mc}/EducationSettingsPacket.hpp | 2 +- .../MC => include/llapi/mc}/EffectCommand.hpp | 2 +- .../MC => include/llapi/mc}/EggItem.hpp | 2 +- .../MC => include/llapi/mc}/ElementBlock.hpp | 2 +- .../llapi/mc}/ElementBlockItem.hpp | 2 +- ...lementConstructorContainerManagerModel.hpp | 2 +- .../llapi/mc}/EmoteListPacket.hpp | 2 +- .../MC => include/llapi/mc}/EmotePacket.hpp | 2 +- .../MC => include/llapi/mc}/EmptyLootItem.hpp | 2 +- .../MC => include/llapi/mc}/EmptyMapItem.hpp | 2 +- .../llapi/mc}/EnableEncryptionCommand.hpp | 2 +- .../MC => include/llapi/mc}/Enchant.hpp | 2 +- .../mc}/EnchantBookForTradingFunction.hpp | 2 +- .../llapi/mc}/EnchantCommand.hpp | 2 +- .../mc}/EnchantRandomEquipmentFunction.hpp | 2 +- .../llapi/mc}/EnchantRandomlyFunction.hpp | 2 +- .../MC => include/llapi/mc}/EnchantUtils.hpp | 2 +- .../llapi/mc}/EnchantWithLevelsFunction.hpp | 2 +- .../llapi/mc}/EnchantedBookItem.hpp | 2 +- .../mc}/EnchantingContainerManagerModel.hpp | 2 +- .../llapi/mc}/EnchantingTableBlock.hpp | 2 +- .../llapi/mc}/EnchantingTableBlockActor.hpp | 2 +- .../llapi/mc}/EnchantmentInstance.hpp | 2 +- .../llapi/mc}/EncryptedFileAccessStrategy.hpp | 2 +- .../llapi/mc}/EncryptedNetworkPeer.hpp | 2 +- .../llapi/mc}/EncryptedProxyEnv.hpp | 2 +- .../llapi/mc}/EncryptedZipTransforms.hpp | 2 +- .../llapi/mc}/EndCityFeature.hpp | 2 +- .../MC => include/llapi/mc}/EndCityPieces.hpp | 2 +- .../MC => include/llapi/mc}/EndCityStart.hpp | 2 +- .../llapi/mc}/EndCrystalItem.hpp | 2 +- .../llapi/mc}/EndDragonFight.hpp | 2 +- .../llapi/mc}/EndGatewayBlock.hpp | 2 +- .../llapi/mc}/EndGatewayBlockActor.hpp | 2 +- .../llapi/mc}/EndGatewayFeature.hpp | 2 +- .../llapi/mc}/EndIslandFeature.hpp | 2 +- .../llapi/mc}/EndPodiumFeature.hpp | 2 +- .../llapi/mc}/EndPortalBlock.hpp | 2 +- .../llapi/mc}/EndPortalBlockActor.hpp | 2 +- .../llapi/mc}/EndPortalFrameBlock.hpp | 2 +- .../llapi/mc}/EndPortalShape.hpp | 2 +- .../MC => include/llapi/mc}/EndRodBlock.hpp | 2 +- .../MC => include/llapi/mc}/EndTag.hpp | 2 +- .../llapi/mc}/EnderChestBlock.hpp | 2 +- .../llapi/mc}/EnderChestBlockActor.hpp | 2 +- .../llapi/mc}/EnderChestContainer.hpp | 2 +- .../MC => include/llapi/mc}/EnderCrystal.hpp | 2 +- .../MC => include/llapi/mc}/EnderDragon.hpp | 2 +- .../MC => include/llapi/mc}/EnderEyeItem.hpp | 2 +- .../MC => include/llapi/mc}/EnderMan.hpp | 2 +- .../llapi/mc}/EndermanLeaveBlockGoal.hpp | 2 +- .../llapi/mc}/EndermanTakeBlockGoal.hpp | 2 +- .../MC => include/llapi/mc}/Endermite.hpp | 2 +- .../llapi/mc}/EnderpearlItem.hpp | 2 +- .../llapi/mc}/EntityComponentFactory.hpp | 2 +- .../llapi/mc}/EntityGoalFactory.hpp | 2 +- .../llapi/mc}/EntityGoalUtility.hpp | 2 +- .../llapi/mc}/EntitySensorComponent.hpp | 2 +- .../llapi/mc}/EntitySensorDefinition.hpp | 2 +- .../llapi/mc}/EntitySensorSystem.hpp | 2 +- .../llapi/mc}/EntityServerPacket.hpp | 2 +- .../MC => include/llapi/mc}/EntitySystems.hpp | 2 +- .../MC => include/llapi/mc}/EntityTypes.hpp | 2 +- .../llapi/mc}/EnvironmentRequirement.hpp | 2 +- .../llapi/mc}/EnvironmentSensorDefinition.hpp | 2 +- .../llapi/mc}/EnvironmentSensorSystem.hpp | 2 +- .../llapi/mc}/EquipItemComponent.hpp | 2 +- .../MC => include/llapi/mc}/EquipItemGoal.hpp | 2 +- .../llapi/mc}/EquipmentTableDescription.hpp | 2 +- .../llapi/mc}/EquippableComponent.hpp | 2 +- .../llapi/mc}/EquippableDefinition.hpp | 2 +- .../llapi/mc}/ErrorPathStack.hpp | 2 +- .../MC => include/llapi/mc}/EventInfo.hpp | 2 +- .../MC => include/llapi/mc}/EventPacket.hpp | 2 +- .../MC => include/llapi/mc}/EvocationFang.hpp | 2 +- .../llapi/mc}/EvocationIllager.hpp | 2 +- .../llapi/mc}/ExecuteCommand.hpp | 2 +- .../llapi/mc}/ExhaustionAttributeDelegate.hpp | 2 +- .../MC => include/llapi/mc}/ExperienceOrb.hpp | 2 +- .../llapi/mc}/ExperiencePotion.hpp | 2 +- .../llapi/mc}/ExperiencePotionItem.hpp | 2 +- .../llapi/mc}/ExperienceRewardComponent.hpp | 2 +- .../llapi/mc}/ExperienceRewardDefinition.hpp | 2 +- .../llapi/mc}/ExplodeComponent.hpp | 2 +- .../llapi/mc}/ExplodeDefinition.hpp | 2 +- .../MC => include/llapi/mc}/ExplodeSystem.hpp | 2 +- .../llapi/mc}/ExplorationMapFunction.hpp | 2 +- .../llapi/mc}/ExploreOutskirtsGoal.hpp | 2 +- .../MC => include/llapi/mc}/Explosion.hpp | 2 +- .../llapi/mc}/ExplosionDecayFunction.hpp | 2 +- .../llapi/mc}/ExpressionNode.hpp | 2 +- .../llapi/mc}/ExtendedCertificate.hpp | 2 +- .../llapi/mc}/ExtendedStreamReadResult.hpp | 2 +- .../llapi/mc}/ExternalFileLevelStorage.hpp | 2 +- .../mc}/ExternalFileLevelStorageSource.hpp | 2 +- .../MC => include/llapi/mc}/EyeOfEnder.hpp | 2 +- .../llapi/mc}/FaceDirectionalActorBlock.hpp | 2 +- .../llapi/mc}/FaceDirectionalBlock.hpp | 2 +- .../MC => include/llapi/mc}/Facing.hpp | 2 +- .../llapi/mc}/FallenTreeTrunk.hpp | 2 +- .../MC => include/llapi/mc}/FallingBlock.hpp | 2 +- .../llapi/mc}/FamilyTypeDescription.hpp | 2 +- .../llapi/mc}/FancyTreeCanopy.hpp | 2 +- .../llapi/mc}/FancyTreeTrunk.hpp | 2 +- .../MC => include/llapi/mc}/FarmBlock.hpp | 2 +- .../MC => include/llapi/mc}/Feature.hpp | 2 +- .../MC => include/llapi/mc}/FeatureHelper.hpp | 2 +- .../llapi/mc}/FeaturePoolElement.hpp | 2 +- .../llapi/mc}/FeatureRegistry.hpp | 2 +- .../llapi/mc}/FeatureToggles.hpp | 2 +- .../llapi/mc}/FeatureTypeFactory.hpp | 2 +- .../MC => include/llapi/mc}/FeedItem.hpp | 2 +- .../MC => include/llapi/mc}/FenceBlock.hpp | 2 +- .../llapi/mc}/FenceGateBlock.hpp | 2 +- .../llapi/mc}/FertilizerItem.hpp | 2 +- .../llapi/mc}/FileAccessTransforms.hpp | 2 +- .../MC => include/llapi/mc}/FileArchiver.hpp | 2 +- .../llapi/mc}/FileChunkManager.hpp | 2 +- .../MC => include/llapi/mc}/FileInfo.hpp | 2 +- .../llapi/mc}/FileSystemFileAccess.hpp | 2 +- .../llapi/mc}/FileUploadManager.hpp | 2 +- .../MC => include/llapi/mc}/FillCommand.hpp | 2 +- .../llapi/mc}/FillContainerFunction.hpp | 2 +- .../llapi/mc}/FillingContainer.hpp | 2 +- .../MC => include/llapi/mc}/FilterContext.hpp | 2 +- .../MC => include/llapi/mc}/FilterGroup.hpp | 2 +- .../MC => include/llapi/mc}/FilterInput.hpp | 2 +- .../llapi/mc}/FilterInputDefinition.hpp | 2 +- .../MC => include/llapi/mc}/FilterInputs.hpp | 2 +- .../MC => include/llapi/mc}/FilterList.hpp | 2 +- .../llapi/mc}/FilterParamDefinition.hpp | 2 +- .../llapi/mc}/FilterStringMap.hpp | 2 +- .../MC => include/llapi/mc}/FilterTest.hpp | 2 +- .../llapi/mc}/FilterTestAltitude.hpp | 2 +- .../llapi/mc}/FilterTestBiome.hpp | 2 +- .../llapi/mc}/FilterTestBiomeHasTag.hpp | 2 +- .../llapi/mc}/FilterTestBiomeHumid.hpp | 2 +- .../llapi/mc}/FilterTestBiomeSnowCovered.hpp | 2 +- .../llapi/mc}/FilterTestBrightness.hpp | 2 +- .../llapi/mc}/FilterTestClock.hpp | 2 +- .../llapi/mc}/FilterTestDaytime.hpp | 2 +- .../llapi/mc}/FilterTestDifficulty.hpp | 2 +- .../llapi/mc}/FilterTestDimensionWeather.hpp | 2 +- .../mc}/FilterTestDistanceToNearestPlayer.hpp | 2 +- .../llapi/mc}/FilterTestGameRule.hpp | 2 +- .../llapi/mc}/FilterTestHasTradeSupply.hpp | 2 +- .../llapi/mc}/FilterTestHourlyClock.hpp | 2 +- .../llapi/mc}/FilterTestLightLevel.hpp | 2 +- .../llapi/mc}/FilterTestMoonIntensity.hpp | 2 +- .../llapi/mc}/FilterTestMoonPhase.hpp | 2 +- .../llapi/mc}/FilterTestTemperatureType.hpp | 2 +- .../llapi/mc}/FilterTestTemperatureValue.hpp | 2 +- .../llapi/mc}/FindActorDefinition.hpp | 2 +- .../MC => include/llapi/mc}/FindActorNode.hpp | 2 +- .../llapi/mc}/FindBlockDefinition.hpp | 2 +- .../MC => include/llapi/mc}/FindBlockNode.hpp | 2 +- .../MC => include/llapi/mc}/FindCoverGoal.hpp | 2 +- .../MC => include/llapi/mc}/FindMountGoal.hpp | 2 +- .../llapi/mc}/FindUnderwaterTreasureGoal.hpp | 2 +- .../MC => include/llapi/mc}/FireBlock.hpp | 2 +- .../llapi/mc}/FireChargeItem.hpp | 2 +- .../llapi/mc}/FireImmuneDescription.hpp | 2 +- .../MC => include/llapi/mc}/Fireball.hpp | 2 +- .../llapi/mc}/FireworkChargeItem.hpp | 2 +- .../MC => include/llapi/mc}/FireworksItem.hpp | 2 +- .../llapi/mc}/FireworksRecipe.hpp | 2 +- .../llapi/mc}/FireworksRocketActor.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Fish.hpp | 2 +- .../llapi/mc}/FishingEnchant.hpp | 2 +- .../MC => include/llapi/mc}/FishingHook.hpp | 2 +- .../llapi/mc}/FishingRodItem.hpp | 2 +- .../llapi/mc}/FitDoubleXRoom.hpp | 2 +- .../llapi/mc}/FitDoubleXYRoom.hpp | 2 +- .../llapi/mc}/FitDoubleYRoom.hpp | 2 +- .../llapi/mc}/FitDoubleYZRoom.hpp | 2 +- .../llapi/mc}/FitDoubleZRoom.hpp | 2 +- .../MC => include/llapi/mc}/FitSimpleRoom.hpp | 2 +- .../llapi/mc}/FitSimpleTopRoom.hpp | 2 +- .../llapi/mc}/FixedBiomeSource.hpp | 2 +- .../llapi/mc}/FlatWorldGenerator.hpp | 2 +- .../llapi/mc}/FlatWorldGeneratorOptions.hpp | 2 +- .../MC => include/llapi/mc}/FleeSunGoal.hpp | 2 +- .../llapi/mc}/FlintAndSteelItem.hpp | 2 +- .../MC => include/llapi/mc}/FloatGoal.hpp | 2 +- .../llapi/mc}/FloatNavigation.hpp | 2 +- .../MC => include/llapi/mc}/FloatRange.hpp | 2 +- .../MC => include/llapi/mc}/FloatTag.hpp | 2 +- .../llapi/mc}/FloatWanderGoal.hpp | 2 +- .../llapi/mc}/FloatsInLiquidDescription.hpp | 2 +- .../llapi/mc}/FlockingComponent.hpp | 2 +- .../llapi/mc}/FlockingDefinition.hpp | 2 +- .../llapi/mc}/FlockingSystem.hpp | 2 +- .../llapi/mc}/FlockingUtility.hpp | 2 +- .../MC => include/llapi/mc}/FlowerBlock.hpp | 2 +- .../MC => include/llapi/mc}/FlowerFeature.hpp | 2 +- .../MC => include/llapi/mc}/FlowerHelper.hpp | 2 +- .../llapi/mc}/FlowerPotBlock.hpp | 2 +- .../llapi/mc}/FlowerPotBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/FlushableEnv.hpp | 2 +- .../llapi/mc}/FlushableStorageAreaEnv.hpp | 2 +- .../MC => include/llapi/mc}/FlyDefinition.hpp | 2 +- .../llapi/mc}/FlyMoveControl.hpp | 2 +- .../MC => include/llapi/mc}/FlyNode.hpp | 2 +- .../llapi/mc}/FlyingPathNavigation.hpp | 2 +- .../llapi/mc}/FlyingSpeedDescription.hpp | 2 +- .../MC => include/llapi/mc}/FoliageColor.hpp | 2 +- .../llapi/mc}/FollowCaravanGoal.hpp | 2 +- .../llapi/mc}/FollowFlockGoal.hpp | 2 +- .../MC => include/llapi/mc}/FollowMobGoal.hpp | 2 +- .../llapi/mc}/FollowOwnerGoal.hpp | 2 +- .../llapi/mc}/FollowParentGoal.hpp | 2 +- .../llapi/mc}/FollowTargetCaptainGoal.hpp | 2 +- .../MC => include/llapi/mc}/FoodConstants.hpp | 2 +- .../llapi/mc}/FoodItemComponent.hpp | 2 +- .../llapi/mc}/FootSizeDescription.hpp | 2 +- .../llapi/mc}/FormJsonValidator.hpp | 2 +- .../MC => include/llapi/mc}/FossilFeature.hpp | 2 +- .../llapi/mc}/FreezeOnHitSubcomponent.hpp | 2 +- .../llapi/mc}/FrictionModifierDescription.hpp | 2 +- .../llapi/mc}/FrostWalkerEnchant.hpp | 2 +- .../llapi/mc}/FrostedIceBlock.hpp | 2 +- .../llapi/mc}/FullPlayerInventoryWrapper.hpp | 2 +- .../llapi/mc}/FunctionCommand.hpp | 2 +- .../MC => include/llapi/mc}/FunctionEntry.hpp | 2 +- .../llapi/mc}/FunctionManager.hpp | 2 +- .../MC => include/llapi/mc}/FungusStem.hpp | 2 +- .../MC => include/llapi/mc}/FurnaceBlock.hpp | 2 +- .../llapi/mc}/FurnaceBlockActor.hpp | 2 +- .../mc}/FurnaceContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/GameCallbacks.hpp | 2 +- .../GameMasterEntityServerCommandOrigin.hpp | 2 +- .../MC => include/llapi/mc}/GameMode.hpp | 2 +- .../llapi/mc}/GameModeCommand.hpp | 2 +- .../llapi/mc}/GameModuleServer.hpp | 2 +- .../MC => include/llapi/mc}/GameRule.hpp | 2 +- .../llapi/mc}/GameRuleCommand.hpp | 2 +- .../MC => include/llapi/mc}/GameRules.hpp | 2 +- .../llapi/mc}/GameRulesChangedPacket.hpp | 2 +- .../llapi/mc}/GameRulesChangedPacketData.hpp | 2 +- .../MC => include/llapi/mc}/GameSession.hpp | 2 +- .../mc}/GameSpecificNetEventCallback.hpp | 2 +- .../MC => include/llapi/mc}/GameTypeConv.hpp | 2 +- .../MC => include/llapi/mc}/GameVersion.hpp | 2 +- .../llapi/mc}/GeneDefinition.hpp | 2 +- .../llapi/mc}/GenericMoveControl.hpp | 2 +- .../mc}/GenericMoveControlDescription.hpp | 2 +- .../llapi/mc}/GenericPathNavigation.hpp | 2 +- .../llapi/mc}/GeneticVariant.hpp | 2 +- .../llapi/mc}/GeneticsComponent.hpp | 2 +- .../llapi/mc}/GeneticsDefinition.hpp | 2 +- .../llapi/mc}/GetChunkDataCommand.hpp | 2 +- .../llapi/mc}/GetChunksCommand.hpp | 2 +- .../llapi/mc}/GetEduServerInfoCommand.hpp | 2 +- ...tInteractionPositionForBlockDefinition.hpp | 2 +- .../GetInteractionPositionForBlockNode.hpp | 2 +- .../llapi/mc}/GetSpawnPointCommand.hpp | 2 +- .../llapi/mc}/GetTopSolidBlockCommand.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Ghast.hpp | 2 +- .../llapi/mc}/GildedBlackstone.hpp | 2 +- .../MC => include/llapi/mc}/GiveCommand.hpp | 2 +- .../llapi/mc}/GiveableComponent.hpp | 2 +- .../llapi/mc}/GiveableDefinition.hpp | 2 +- .../llapi/mc}/GiveableTrigger.hpp | 2 +- .../MC => include/llapi/mc}/GlassBlock.hpp | 2 +- .../llapi/mc}/GlazedTerracottaBlock.hpp | 2 +- .../llapi/mc}/GlideMoveControl.hpp | 2 +- .../llapi/mc}/GlideMoveControlDescription.hpp | 2 +- .../llapi/mc}/GlobalPauseCommand.hpp | 2 +- .../MC => include/llapi/mc}/GlowStickItem.hpp | 2 +- .../llapi/mc}/GlowStoneFeature.hpp | 2 +- .../MC => include/llapi/mc}/GoHomeGoal.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Goal.hpp | 2 +- .../llapi/mc}/GoalDefinition.hpp | 2 +- .../llapi/mc}/GoalSelectorComponent.hpp | 2 +- .../llapi/mc}/GoalSelectorSystem.hpp | 2 +- .../llapi/mc}/GoalSelectorUtility.hpp | 2 +- .../llapi/mc}/GrantXPSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/GrassBlock.hpp | 2 +- .../llapi/mc}/GrassPathBlock.hpp | 2 +- .../MC => include/llapi/mc}/GravelBlock.hpp | 2 +- .../llapi/mc}/GrindstoneBlock.hpp | 2 +- .../mc}/GrindstoneContainerManagerModel.hpp | 2 +- .../llapi/mc}/GroundOffsetDescription.hpp | 2 +- .../llapi/mc}/GroundedConstraint.hpp | 2 +- .../llapi/mc}/GroupSizeDefinition.hpp | 2 +- .../llapi/mc}/GroupSizeSystem.hpp | 2 +- .../llapi/mc}/GrowCropSystem.hpp | 2 +- .../MC => include/llapi/mc}/Guardian.hpp | 2 +- .../llapi/mc}/GuardianAttackDefinition.hpp | 2 +- .../llapi/mc}/GuardianAttackGoal.hpp | 2 +- .../llapi/mc}/GuiDataPickItemPacket.hpp | 2 +- .../MC => include/llapi/mc}/HangingActor.hpp | 2 +- .../llapi/mc}/HangingActorItem.hpp | 2 +- .../llapi/mc}/HardcodedSpawnAreaRegistry.hpp | 2 +- .../llapi/mc}/HarvestFarmBlockGoal.hpp | 2 +- .../MC => include/llapi/mc}/HashedString.hpp | 2 +- .../MC => include/llapi/mc}/HatchetItem.hpp | 2 +- .../MC => include/llapi/mc}/HayBlockBlock.hpp | 2 +- .../llapi/mc}/HealableComponent.hpp | 2 +- .../llapi/mc}/HealableDefinition.hpp | 2 +- .../llapi/mc}/HealthAttributeDelegate.hpp | 2 +- .../MC => include/llapi/mc}/HeavyBlock.hpp | 2 +- .../llapi/mc}/HellFireFeature.hpp | 2 +- .../llapi/mc}/HellSpringFeature.hpp | 2 +- .../MC => include/llapi/mc}/HelpCommand.hpp | 2 +- .../MC => include/llapi/mc}/HideComponent.hpp | 2 +- .../llapi/mc}/HideDescription.hpp | 2 +- .../MC => include/llapi/mc}/HideGoal.hpp | 2 +- .../llapi/mc}/HistoricPredictionData.hpp | 2 +- .../MC => include/llapi/mc}/HitResult.hpp | 2 +- .../llapi/mc}/HitboxComponent.hpp | 2 +- .../llapi/mc}/HitboxDefinition.hpp | 2 +- .../MC => include/llapi/mc}/HoeItem.hpp | 2 +- .../llapi/mc}/HoldGroundGoal.hpp | 2 +- .../MC => include/llapi/mc}/HomeComponent.hpp | 2 +- .../MC => include/llapi/mc}/HoneyBlock.hpp | 2 +- .../llapi/mc}/HoneycombBlock.hpp | 2 +- .../llapi/mc}/HopMoveControl.hpp | 2 +- .../MC => include/llapi/mc}/Hopper.hpp | 2 +- .../MC => include/llapi/mc}/HopperBlock.hpp | 2 +- .../llapi/mc}/HopperBlockActor.hpp | 2 +- .../llapi/mc}/HopperComponent.hpp | 2 +- .../llapi/mc}/HopperContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/HopperSystem.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Horse.hpp | 2 +- .../llapi/mc}/HorseArmorItem.hpp | 2 +- .../llapi/mc}/HorseContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/HoverGoal.hpp | 2 +- .../llapi/mc}/HoverMoveControl.hpp | 2 +- .../llapi/mc}/HoverPathNavigation.hpp | 2 +- .../MC => include/llapi/mc}/HttpHeaders.hpp | 2 +- .../llapi/mc}/HudContainerManagerModel.hpp | 2 +- .../llapi/mc}/HudContainerModel.hpp | 2 +- .../llapi/mc}/HudScreenCapabilities.hpp | 2 +- .../llapi/mc}/HugeFungusFeature.hpp | 2 +- .../llapi/mc}/HugeMushroomBlock.hpp | 2 +- .../llapi/mc}/HugeMushroomFeature.hpp | 2 +- .../llapi/mc}/HumanoidMonster.hpp | 2 +- .../llapi/mc}/HungerAttributeDelegate.hpp | 2 +- .../llapi/mc}/HurtArmorPacket.hpp | 2 +- .../llapi/mc}/HurtByTargetGoal.hpp | 2 +- .../llapi/mc}/HurtOnConditionDefinition.hpp | 2 +- .../llapi/mc}/HurtOnConditionSystem.hpp | 2 +- .../llapi/mc}/HurtOwnerSubcomponent.hpp | 2 +- .../{Header/MC => include/llapi/mc}/I18n.hpp | 2 +- .../MC => include/llapi/mc}/I18nObserver.hpp | 2 +- .../llapi/mc}/IContainerManager.hpp | 2 +- .../llapi/mc}/IContentKeyProvider.hpp | 2 +- .../MC => include/llapi/mc}/IDataInput.hpp | 2 +- .../MC => include/llapi/mc}/IDataOutput.hpp | 2 +- .../llapi/mc}/IDefinitionInstance.hpp | 2 +- .../llapi/mc}/IDefinitionSerializer.hpp | 2 +- .../MC => include/llapi/mc}/IFileAccess.hpp | 2 +- .../llapi/mc}/IFileChunkUploader.hpp | 2 +- .../MC => include/llapi/mc}/IFilePicker.hpp | 2 +- .../llapi/mc}/IFileReadAccess.hpp | 2 +- .../llapi/mc}/IFileWriteAccess.hpp | 2 +- .../llapi/mc}/IJsonSerializable.hpp | 2 +- .../MC => include/llapi/mc}/IMinecraftApp.hpp | 2 +- .../llapi/mc}/IMinecraftEventing.hpp | 2 +- .../llapi/mc}/IPackTelemetry.hpp | 2 +- .../llapi/mc}/IPacketHandlerDispatcher.hpp | 2 +- .../llapi/mc}/ISecureStorageKeySystem.hpp | 2 +- .../mc}/ISubChunkBlockStoragePaletted.hpp | 2 +- .../MC => include/llapi/mc}/ITextObject.hpp | 2 +- .../MC => include/llapi/mc}/ITickingArea.hpp | 2 +- .../llapi/mc}/ITickingAreaView.hpp | 2 +- .../MC => include/llapi/mc}/ITreeFeature.hpp | 2 +- .../llapi/mc}/IWebviewTelemetry.hpp | 2 +- .../MC => include/llapi/mc}/IceBlock.hpp | 2 +- .../MC => include/llapi/mc}/IceBombItem.hpp | 2 +- .../llapi/mc}/IcePatchFeature.hpp | 2 +- .../llapi/mc}/IceSpikeFeature.hpp | 2 +- .../llapi/mc}/IcebergFeature.hpp | 2 +- .../llapi/mc}/IdentifierDescription.hpp | 2 +- .../llapi/mc}/IdentifierResult.hpp | 2 +- .../llapi/mc}/IdentityDefinition.hpp | 2 +- .../llapi/mc}/IdentityDictionary.hpp | 2 +- .../MC => include/llapi/mc}/IdleState.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Igloo.hpp | 2 +- .../llapi/mc}/IgniteSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/IllagerBeast.hpp | 2 +- .../mc}/IllagerBeastBlockedComponent.hpp | 2 +- .../mc}/IllagerBeastBlockedDescription.hpp | 2 +- .../llapi/mc}/ImmutableWorldCommand.hpp | 2 +- .../llapi/mc}/ImpactDamageSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/ImprovedNoise.hpp | 2 +- .../MC => include/llapi/mc}/InMemoryEnv.hpp | 2 +- .../MC => include/llapi/mc}/InMemoryFile.hpp | 2 +- .../llapi/mc}/InMemoryFileStorage.hpp | 2 +- .../llapi/mc}/InMemoryRandomAccessFile.hpp | 2 +- .../llapi/mc}/InMemorySequentialFile.hpp | 2 +- .../llapi/mc}/InMemoryWritableFile.hpp | 2 +- .../llapi/mc}/InPackagePackSource.hpp | 2 +- .../MC => include/llapi/mc}/IndexSet.hpp | 2 +- .../llapi/mc}/InsomniaSystem.hpp | 2 +- .../llapi/mc}/InspectBookshelfGoal.hpp | 2 +- .../llapi/mc}/InstantDespawnDefinition.hpp | 2 +- .../llapi/mc}/InstantDespawnSystem.hpp | 2 +- .../llapi/mc}/InstantaneousAttributeBuff.hpp | 2 +- .../llapi/mc}/InstantaneousMobEffect.hpp | 2 +- .../MC => include/llapi/mc}/Int64Tag.hpp | 2 +- .../MC => include/llapi/mc}/IntArrayTag.hpp | 2 +- .../MC => include/llapi/mc}/IntRange.hpp | 2 +- .../MC => include/llapi/mc}/IntTag.hpp | 2 +- .../llapi/mc}/InteractActionDefinition.hpp | 2 +- .../llapi/mc}/InteractActionNode.hpp | 2 +- .../llapi/mc}/InteractComponent.hpp | 2 +- .../llapi/mc}/InteractDefinition.hpp | 2 +- .../llapi/mc}/InteractPacket.hpp | 2 +- .../llapi/mc}/InteractSystem.hpp | 2 +- .../MC => include/llapi/mc}/Interaction.hpp | 2 +- .../llapi/mc}/InternalTaskGroup.hpp | 2 +- .../MC => include/llapi/mc}/Inventory.hpp | 2 +- .../llapi/mc}/InventoryAction.hpp | 2 +- .../llapi/mc}/InventoryContainerModel.hpp | 2 +- .../llapi/mc}/InventoryContentPacket.hpp | 2 +- .../MC => include/llapi/mc}/InventoryMenu.hpp | 2 +- .../llapi/mc}/InventorySlotPacket.hpp | 2 +- .../llapi/mc}/InventorySource.hpp | 2 +- .../llapi/mc}/InventoryTransaction.hpp | 2 +- .../mc}/InventoryTransactionItemGroup.hpp | 2 +- .../llapi/mc}/InventoryTransactionManager.hpp | 2 +- .../llapi/mc}/InventoryTransactionPacket.hpp | 2 +- .../llapi/mc}/InverterDefinition.hpp | 2 +- .../MC => include/llapi/mc}/InverterNode.hpp | 2 +- .../llapi/mc}/InvisibleBlock.hpp | 2 +- .../MC => include/llapi/mc}/IronGolem.hpp | 2 +- .../llapi/mc}/IsBabyDescription.hpp | 2 +- .../llapi/mc}/IsChargedDescription.hpp | 2 +- .../llapi/mc}/IsChestedDescription.hpp | 2 +- .../llapi/mc}/IsExperimentalDescription.hpp | 2 +- .../mc}/IsHiddenWhenInvisibleDescription.hpp | 2 +- .../llapi/mc}/IsIgnitedDescription.hpp | 2 +- .../llapi/mc}/IsIllagerCaptainDescription.hpp | 2 +- .../llapi/mc}/IsSaddledDescription.hpp | 2 +- .../llapi/mc}/IsShakingDescription.hpp | 2 +- .../llapi/mc}/IsShearedDescription.hpp | 2 +- .../llapi/mc}/IsSpawnableDescription.hpp | 2 +- .../llapi/mc}/IsStackableDescription.hpp | 2 +- .../llapi/mc}/IsStunnedDescription.hpp | 2 +- .../llapi/mc}/IsSummonableDescription.hpp | 2 +- .../llapi/mc}/IsTamedDescription.hpp | 2 +- .../MC => include/llapi/mc}/IslandLayer.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Item.hpp | 2 +- .../llapi/mc}/ItemAcquisitionMethodMap.hpp | 2 +- .../MC => include/llapi/mc}/ItemActor.hpp | 2 +- .../MC => include/llapi/mc}/ItemColorUtil.hpp | 2 +- .../llapi/mc}/ItemControlDescription.hpp | 2 +- .../MC => include/llapi/mc}/ItemData.hpp | 2 +- .../llapi/mc}/ItemDescriptor.hpp | 2 +- .../llapi/mc}/ItemDescriptorCount.hpp | 2 +- .../llapi/mc}/ItemEnchantOption.hpp | 2 +- .../MC => include/llapi/mc}/ItemEnchants.hpp | 2 +- .../llapi/mc}/ItemEventCoordinator.hpp | 2 +- .../llapi/mc}/ItemFrameBlock.hpp | 2 +- .../llapi/mc}/ItemFrameBlockActor.hpp | 2 +- .../llapi/mc}/ItemFrameDropItemPacket.hpp | 2 +- .../MC => include/llapi/mc}/ItemGroup.hpp | 2 +- .../MC => include/llapi/mc}/ItemInstance.hpp | 2 +- .../llapi/mc}/ItemListSerializer.hpp | 2 +- .../MC => include/llapi/mc}/ItemPack.hpp | 2 +- .../llapi/mc}/ItemReactionComponent.hpp | 2 +- .../MC => include/llapi/mc}/ItemRegistry.hpp | 2 +- .../mc}/ItemReleaseInventoryTransaction.hpp | 2 +- .../MC => include/llapi/mc}/ItemStack.hpp | 6 +- .../MC => include/llapi/mc}/ItemStackBase.hpp | 2 +- .../llapi/mc}/ItemStackNetIdVariant.hpp | 2 +- .../llapi/mc}/ItemStackNetManagerBase.hpp | 2 +- .../llapi/mc}/ItemStackNetManagerClient.hpp | 2 +- .../llapi/mc}/ItemStackNetManagerServer.hpp | 2 +- .../llapi/mc}/ItemStackRequestAction.hpp | 2 +- .../ItemStackRequestActionBeaconPayment.hpp | 2 +- .../mc}/ItemStackRequestActionConsume.hpp | 2 +- .../mc}/ItemStackRequestActionCraftBase.hpp | 2 +- .../ItemStackRequestActionCraftHandler.hpp | 2 +- ...aftNonImplemented_DEPRECATEDASKTYLAING.hpp | 2 +- ...ctionCraftResults_DEPRECATEDASKTYLAING.hpp | 2 +- .../mc}/ItemStackRequestActionCreate.hpp | 2 +- .../mc}/ItemStackRequestActionDestroy.hpp | 2 +- .../llapi/mc}/ItemStackRequestActionDrop.hpp | 2 +- .../mc}/ItemStackRequestActionHandler.hpp | 2 +- .../llapi/mc}/ItemStackRequestActionPlace.hpp | 2 +- .../llapi/mc}/ItemStackRequestActionSwap.hpp | 2 +- .../llapi/mc}/ItemStackRequestActionTake.hpp | 2 +- .../ItemStackRequestActionTransferBase.hpp | 2 +- .../llapi/mc}/ItemStackRequestPacket.hpp | 2 +- .../llapi/mc}/ItemStackRequestSlotInfo.hpp | 2 +- .../mc}/ItemStackResponseContainerInfo.hpp | 2 +- .../llapi/mc}/ItemStackResponseInfo.hpp | 2 +- .../llapi/mc}/ItemStackResponsePacket.hpp | 2 +- .../MC => include/llapi/mc}/ItemState.hpp | 2 +- .../llapi/mc}/ItemStateInstance.hpp | 2 +- .../llapi/mc}/ItemUseInventoryTransaction.hpp | 2 +- .../llapi/mc}/ItemUseMethodMap.hpp | 2 +- .../ItemUseOnActorInventoryTransaction.hpp | 2 +- .../MC => include/llapi/mc}/JigsawBlock.hpp | 2 +- .../llapi/mc}/JigsawBlockActor.hpp | 2 +- .../llapi/mc}/JigsawBlockInfo.hpp | 2 +- .../llapi/mc}/JigsawEditorData.hpp | 2 +- .../llapi/mc}/JigsawPlacement.hpp | 2 +- .../mc}/JigsawStructureActorRulesRegistry.hpp | 2 +- .../mc}/JigsawStructureBlockRulesRegistry.hpp | 2 +- .../JigsawStructureBlockTagRulesRegistry.hpp | 2 +- .../mc}/JigsawStructureElementRegistry.hpp | 2 +- .../llapi/mc}/JigsawStructureRegistry.hpp | 2 +- .../MC => include/llapi/mc}/JournaledFile.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Json.hpp | 2 +- .../MC => include/llapi/mc}/JsonHelpers.hpp | 2 +- .../MC => include/llapi/mc}/JsonPackUtils.hpp | 2 +- .../MC => include/llapi/mc}/JsonUtil.hpp | 2 +- .../MC => include/llapi/mc}/JsonValidator.hpp | 2 +- .../MC => include/llapi/mc}/JukeboxBlock.hpp | 2 +- .../llapi/mc}/JukeboxBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/JumpControl.hpp | 2 +- .../llapi/mc}/JumpControlComponent.hpp | 2 +- .../llapi/mc}/JumpControlDescription.hpp | 2 +- .../llapi/mc}/JumpControlSystem.hpp | 2 +- .../llapi/mc}/JunglePyramidPiece.hpp | 2 +- .../MC => include/llapi/mc}/KelpBlock.hpp | 2 +- .../MC => include/llapi/mc}/KelpFeature.hpp | 2 +- .../llapi/mc}/KeyFrameLerpMode.hpp | 2 +- .../llapi/mc}/KeyFrameTransform.hpp | 2 +- .../llapi/mc}/KeyFrameTransformData.hpp | 2 +- .../MC => include/llapi/mc}/KeyManager.hpp | 2 +- .../llapi/mc}/KeyOrNameResult.hpp | 2 +- .../MC => include/llapi/mc}/KickCommand.hpp | 2 +- .../MC => include/llapi/mc}/KillCommand.hpp | 2 +- .../llapi/mc}/KnockbackArmorUpdater.hpp | 2 +- .../llapi/mc}/KnockbackRoarGoal.hpp | 2 +- .../llapi/mc}/KnockbackRules.hpp | 2 +- .../mc}/LabTableContainerManagerModel.hpp | 2 +- .../llapi/mc}/LabTablePacket.hpp | 2 +- .../llapi/mc}/LabTableReaction.hpp | 2 +- .../llapi/mc}/LabTableReactionComponent.hpp | 2 +- .../MC => include/llapi/mc}/LadderBlock.hpp | 2 +- .../MC => include/llapi/mc}/LakeFeature.hpp | 2 +- .../MC => include/llapi/mc}/LanternBlock.hpp | 2 +- .../llapi/mc}/LargeCaveFeature.hpp | 2 +- .../MC => include/llapi/mc}/LargeFireball.hpp | 2 +- .../llapi/mc}/LargeHellCaveFeature.hpp | 2 +- .../MC => include/llapi/mc}/LavaSlime.hpp | 2 +- .../MC => include/llapi/mc}/LayDownGoal.hpp | 2 +- .../MC => include/llapi/mc}/LayEggGoal.hpp | 2 +- .../llapi/mc}/LayerBiomeSource.hpp | 2 +- .../MC => include/llapi/mc}/LeadItem.hpp | 2 +- .../MC => include/llapi/mc}/LeafBlock.hpp | 2 +- .../MC => include/llapi/mc}/LeafBlockItem.hpp | 2 +- .../llapi/mc}/LeapAtTargetGoal.hpp | 2 +- .../llapi/mc}/LeashFenceKnotActor.hpp | 2 +- .../llapi/mc}/LeashableComponent.hpp | 2 +- .../llapi/mc}/LeashableDefinition.hpp | 2 +- .../llapi/mc}/LeashableSystem.hpp | 2 +- .../MC => include/llapi/mc}/LecternBlock.hpp | 2 +- .../llapi/mc}/LecternBlockActor.hpp | 2 +- .../llapi/mc}/LecternUpdatePacket.hpp | 2 +- .../mc}/LegacyBlockPlacementProcessor.hpp | 2 +- .../llapi/mc}/LegacyBodyControl.hpp | 2 +- .../llapi/mc}/LegacyChunkStorage.hpp | 2 +- .../llapi/mc}/LegacyEmeraldOreFeature.hpp | 2 +- .../llapi/mc}/LegacyFlowerFeature.hpp | 2 +- .../llapi/mc}/LegacyForestFoliageFeature.hpp | 2 +- .../llapi/mc}/LegacyForestRockFeature.hpp | 2 +- .../llapi/mc}/LegacyIceFeature.hpp | 2 +- .../llapi/mc}/LegacyJigsawPlacement.hpp | 2 +- .../llapi/mc}/LegacyPackIdVersion.hpp | 2 +- .../llapi/mc}/LegacySmallMushroomsFeature.hpp | 2 +- .../llapi/mc}/LegacySpringsFeature.hpp | 2 +- .../llapi/mc}/LegacyStructureActorInfo.hpp | 2 +- .../llapi/mc}/LegacyStructureBlockInfo.hpp | 2 +- .../llapi/mc}/LegacyStructureBlockPalette.hpp | 2 +- .../llapi/mc}/LegacyStructureSettings.hpp | 2 +- .../llapi/mc}/LegacyStructureTemplate.hpp | 2 +- .../llapi/mc}/LegacySwampFoliageFeature.hpp | 2 +- .../llapi/mc}/LegacyTradeableComponent.hpp | 2 +- .../llapi/mc}/LegacyTreeFeature.hpp | 2 +- .../llapi/mc}/LegacyTreeFeatureHelpers.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Level.hpp | 2 +- .../MC => include/llapi/mc}/LevelChunk.hpp | 2 +- .../llapi/mc}/LevelChunkBuilderData.hpp | 2 +- .../llapi/mc}/LevelChunkFinalDeleter.hpp | 2 +- .../llapi/mc}/LevelChunkGarbageCollector.hpp | 2 +- .../llapi/mc}/LevelChunkPacket.hpp | 2 +- .../llapi/mc}/LevelChunkPhase1Deleter.hpp | 2 +- .../llapi/mc}/LevelContainerManagerModel.hpp | 2 +- .../llapi/mc}/LevelContainerModel.hpp | 2 +- .../MC => include/llapi/mc}/LevelData.hpp | 2 +- .../MC => include/llapi/mc}/LevelDataKeys.hpp | 2 +- .../llapi/mc}/LevelDataValue.hpp | 2 +- .../llapi/mc}/LevelDataWrapper.hpp | 2 +- .../MC => include/llapi/mc}/LevelDbEnv.hpp | 2 +- .../llapi/mc}/LevelDbFileLock.hpp | 2 +- .../MC => include/llapi/mc}/LevelDbLogger.hpp | 2 +- .../llapi/mc}/LevelDbRandomAccessFile.hpp | 2 +- .../llapi/mc}/LevelDbSequentialFile.hpp | 2 +- .../llapi/mc}/LevelDbWritableFile.hpp | 2 +- .../llapi/mc}/LevelEventCoordinator.hpp | 2 +- .../llapi/mc}/LevelEventGenericPacket.hpp | 2 +- .../llapi/mc}/LevelEventListener.hpp | 2 +- .../llapi/mc}/LevelEventPacket.hpp | 2 +- .../MC => include/llapi/mc}/LevelListener.hpp | 2 +- .../MC => include/llapi/mc}/LevelSettings.hpp | 2 +- .../llapi/mc}/LevelSoundEventMap.hpp | 2 +- .../llapi/mc}/LevelSoundEventPacket.hpp | 2 +- .../llapi/mc}/LevelSoundEventPacketV1.hpp | 2 +- .../llapi/mc}/LevelSoundEventPacketV2.hpp | 2 +- .../MC => include/llapi/mc}/LevelStorage.hpp | 2 +- .../llapi/mc}/LevelStorageSource.hpp | 2 +- .../llapi/mc}/LevelStorageWriteBatch.hpp | 2 +- .../MC => include/llapi/mc}/LevelSummary.hpp | 2 +- .../MC => include/llapi/mc}/LeverBlock.hpp | 2 +- .../mc}/LibraryItemScreenCapabilities.hpp | 2 +- .../MC => include/llapi/mc}/LightBlock.hpp | 2 +- .../MC => include/llapi/mc}/LightGemBlock.hpp | 2 +- .../MC => include/llapi/mc}/LightningBolt.hpp | 2 +- .../llapi/mc}/LingeringPotionItem.hpp | 2 +- .../MC => include/llapi/mc}/LiquidBlock.hpp | 2 +- .../llapi/mc}/LiquidBlockDynamic.hpp | 2 +- .../llapi/mc}/LiquidBlockStatic.hpp | 2 +- .../MC => include/llapi/mc}/ListCommand.hpp | 2 +- .../MC => include/llapi/mc}/ListDCommand.hpp | 2 +- .../MC => include/llapi/mc}/ListTag.hpp | 2 +- .../llapi/mc}/ListTagFloatAdder.hpp | 2 +- .../llapi/mc}/ListTagIntAdder.hpp | 2 +- .../MC => include/llapi/mc}/ListenerInfo.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Llama.hpp | 2 +- .../MC => include/llapi/mc}/LlamaSpit.hpp | 2 +- .../llapi/mc}/LocalConnector.hpp | 2 +- .../MC => include/llapi/mc}/Localization.hpp | 2 +- .../MC => include/llapi/mc}/LocateCommand.hpp | 2 +- .../llapi/mc}/LodestoneBlock.hpp | 2 +- .../llapi/mc}/LodestoneBlockActor.hpp | 2 +- .../llapi/mc}/LodestoneCompassComponent.hpp | 2 +- .../LodestoneCompassComponentCalculator.hpp | 2 +- .../llapi/mc}/LodestoneCompassItem.hpp | 2 +- .../MC => include/llapi/mc}/LogBlock.hpp | 2 +- .../MC => include/llapi/mc}/LoginPacket.hpp | 2 +- .../llapi/mc}/LookAtActorDefinition.hpp | 2 +- .../llapi/mc}/LookAtActorGoal.hpp | 2 +- .../llapi/mc}/LookAtActorNode.hpp | 2 +- .../llapi/mc}/LookAtBlockDefinition.hpp | 2 +- .../llapi/mc}/LookAtBlockNode.hpp | 2 +- .../llapi/mc}/LookAtDefinition.hpp | 2 +- .../llapi/mc}/LookAtEntityGoal.hpp | 2 +- .../llapi/mc}/LookAtPlayerGoal.hpp | 2 +- .../MC => include/llapi/mc}/LookAtSystem.hpp | 2 +- .../llapi/mc}/LookAtTargetGoal.hpp | 2 +- .../llapi/mc}/LookAtTradingPlayerGoal.hpp | 2 +- .../MC => include/llapi/mc}/LookControl.hpp | 2 +- .../llapi/mc}/LookControlComponent.hpp | 2 +- .../llapi/mc}/LookControlSystem.hpp | 2 +- .../MC => include/llapi/mc}/LoomBlock.hpp | 2 +- .../llapi/mc}/LoomContainerManagerModel.hpp | 2 +- .../llapi/mc}/LoopbackPacketSender.hpp | 2 +- .../MC => include/llapi/mc}/LootComponent.hpp | 2 +- .../llapi/mc}/LootComponentDescription.hpp | 2 +- .../MC => include/llapi/mc}/LootEnchant.hpp | 2 +- .../MC => include/llapi/mc}/LootItem.hpp | 2 +- .../LootItemActorHasMarkVariantCondition.hpp | 2 +- .../llapi/mc}/LootItemCondition.hpp | 2 +- .../llapi/mc}/LootItemConditions.hpp | 2 +- .../llapi/mc}/LootItemFunction.hpp | 2 +- .../llapi/mc}/LootItemFunctions.hpp | 2 +- .../mc}/LootItemKilledByActorCondition.hpp | 2 +- .../mc}/LootItemKilledByPlayerCondition.hpp | 2 +- .../LootItemKilledByPlayerOrPetsCondition.hpp | 2 +- .../mc}/LootItemRandomChanceCondition.hpp | 2 +- ...otItemRandomChanceWithLootingCondition.hpp | 2 +- ...ndomChanceWithSpecialModifierCondition.hpp | 2 +- ...ootItemRandomDifficultyChanceCondition.hpp | 2 +- .../MC => include/llapi/mc}/LootPool.hpp | 2 +- .../MC => include/llapi/mc}/LootPoolEntry.hpp | 2 +- .../MC => include/llapi/mc}/LootPoolTiers.hpp | 2 +- .../MC => include/llapi/mc}/LootTable.hpp | 2 +- .../llapi/mc}/LootTableContext.hpp | 2 +- .../llapi/mc}/LootTableDescription.hpp | 2 +- .../llapi/mc}/LootTableEntry.hpp | 2 +- .../llapi/mc}/LootTableReference.hpp | 2 +- .../MC => include/llapi/mc}/LootTables.hpp | 2 +- .../llapi/mc}/LootingEnchantFunction.hpp | 2 +- .../llapi/mc}/LowMemoryWatcher.hpp | 2 +- .../MC => include/llapi/mc}/MCRESULT.hpp | 2 +- .../MC => include/llapi/mc}/MagmaBlock.hpp | 2 +- .../llapi/mc}/MainChunkSource.hpp | 2 +- .../MC => include/llapi/mc}/MakeLoveGoal.hpp | 2 +- .../mc}/ManagedWanderingTraderDescription.hpp | 2 +- .../llapi/mc}/MapCloningRecipe.hpp | 2 +- .../MC => include/llapi/mc}/MapConstants.hpp | 2 +- .../llapi/mc}/MapCreateLockedCopyPacket.hpp | 2 +- .../MC => include/llapi/mc}/MapDecoration.hpp | 2 +- .../llapi/mc}/MapExtendingRecipe.hpp | 2 +- .../llapi/mc}/MapInfoRequestPacket.hpp | 2 +- .../MC => include/llapi/mc}/MapItem.hpp | 2 +- .../llapi/mc}/MapItemSavedData.hpp | 2 +- .../llapi/mc}/MapItemTrackedActor.hpp | 2 +- .../llapi/mc}/MapLockingRecipe.hpp | 2 +- .../llapi/mc}/MapUpgradingRecipe.hpp | 2 +- .../llapi/mc}/MarkVariantDescription.hpp | 2 +- .../llapi/mc}/MarketplaceSkinValidator.hpp | 2 +- .../MC => include/llapi/mc}/Material.hpp | 2 +- .../MaterialReducerContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/MeCommand.hpp | 2 +- .../MC => include/llapi/mc}/MedicineItem.hpp | 2 +- .../llapi/mc}/MegaPineTreeCanopy.hpp | 2 +- .../llapi/mc}/MegaTreeCanopy.hpp | 2 +- .../MC => include/llapi/mc}/MegaTreeTrunk.hpp | 2 +- .../llapi/mc}/MeleeAttackDefinition.hpp | 2 +- .../llapi/mc}/MeleeAttackGoal.hpp | 2 +- .../llapi/mc}/MeleeWeaponEnchant.hpp | 2 +- .../MC => include/llapi/mc}/MelonBlock.hpp | 2 +- .../MC => include/llapi/mc}/MelonFeature.hpp | 2 +- .../llapi/mc}/MemoryMappedFileAccess.hpp | 2 +- .../llapi/mc}/MemorySecureStorage.hpp | 2 +- .../llapi/mc}/MendingEnchant.hpp | 2 +- .../llapi/mc}/MerchantRecipe.hpp | 2 +- .../llapi/mc}/MerchantRecipeList.hpp | 2 +- .../llapi/mc}/MessagingCommand.hpp | 2 +- .../MC => include/llapi/mc}/MetalBlock.hpp | 2 +- .../MC => include/llapi/mc}/Minecart.hpp | 2 +- .../llapi/mc}/MinecartBlockCommandOrigin.hpp | 2 +- .../MC => include/llapi/mc}/MinecartChest.hpp | 2 +- .../llapi/mc}/MinecartCommandBlock.hpp | 2 +- .../llapi/mc}/MinecartHopper.hpp | 2 +- .../MC => include/llapi/mc}/MinecartItem.hpp | 2 +- .../llapi/mc}/MinecartRideable.hpp | 2 +- .../MC => include/llapi/mc}/MinecartTNT.hpp | 2 +- .../MC => include/llapi/mc}/Minecraft.hpp | 2 +- .../llapi/mc}/MinecraftCommands.hpp | 2 +- .../llapi/mc}/MinecraftEventing.hpp | 2 +- .../llapi/mc}/MinecraftPackets.hpp | 2 +- .../llapi/mc}/MinecraftScheduler.hpp | 2 +- .../llapi/mc}/MinecraftServerScriptEngine.hpp | 2 +- .../llapi/mc}/MinecraftWorkerPool.hpp | 2 +- .../llapi/mc}/MineshaftCorridor.hpp | 2 +- .../llapi/mc}/MineshaftCrossing.hpp | 2 +- .../MC => include/llapi/mc}/MineshaftData.hpp | 2 +- .../llapi/mc}/MineshaftFeature.hpp | 2 +- .../llapi/mc}/MineshaftPiece.hpp | 2 +- .../MC => include/llapi/mc}/MineshaftRoom.hpp | 2 +- .../llapi/mc}/MineshaftStairs.hpp | 2 +- .../llapi/mc}/MineshaftStart.hpp | 2 +- .../MC => include/llapi/mc}/MingleGoal.hpp | 2 +- .../llapi/mc}/MissingTextureAtlasItem.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Mob.hpp | 2 +- .../llapi/mc}/MobArmorEquipmentPacket.hpp | 2 +- .../MC => include/llapi/mc}/MobDescriptor.hpp | 2 +- .../MC => include/llapi/mc}/MobEffect.hpp | 2 +- .../llapi/mc}/MobEffectChangeDescription.hpp | 2 +- .../llapi/mc}/MobEffectComponent.hpp | 2 +- .../llapi/mc}/MobEffectDefinition.hpp | 2 +- .../llapi/mc}/MobEffectInstance.hpp | 2 +- .../llapi/mc}/MobEffectPacket.hpp | 2 +- .../llapi/mc}/MobEffectSubcomponent.hpp | 2 +- .../llapi/mc}/MobEffectSystem.hpp | 2 +- .../llapi/mc}/MobEquipmentPacket.hpp | 2 +- .../MC => include/llapi/mc}/MobEvent.hpp | 2 +- .../llapi/mc}/MobEventCommand.hpp | 2 +- .../MC => include/llapi/mc}/MobEvents.hpp | 2 +- .../MC => include/llapi/mc}/MobPredicates.hpp | 2 +- .../llapi/mc}/MobSpawnHerdInfo.hpp | 2 +- .../MC => include/llapi/mc}/MobSpawnRules.hpp | 2 +- .../llapi/mc}/MobSpawnerBlock.hpp | 2 +- .../llapi/mc}/MobSpawnerBlockActor.hpp | 2 +- .../llapi/mc}/MobSpawnerData.hpp | 2 +- .../llapi/mc}/MobSpawnerPermutation.hpp | 2 +- .../llapi/mc}/ModalFormRequestPacket.hpp | 2 +- .../llapi/mc}/ModalFormResponsePacket.hpp | 2 +- .../llapi/mc}/MolangArrayVariable.hpp | 2 +- .../llapi/mc}/MolangDataDrivenGeometry.hpp | 2 +- .../llapi/mc}/MolangEntityVariable.hpp | 2 +- .../llapi/mc}/MolangGenericQueryFunction.hpp | 2 +- .../mc}/MolangGenericQueryFunctionPtr.hpp | 2 +- .../llapi/mc}/MolangGeometryVariable.hpp | 2 +- .../llapi/mc}/MolangMaterialVariable.hpp | 2 +- .../llapi/mc}/MolangQueryFunction.hpp | 2 +- .../llapi/mc}/MolangQueryFunctionPtr.hpp | 2 +- .../llapi/mc}/MolangScriptArg.hpp | 2 +- .../llapi/mc}/MolangTempVariable.hpp | 2 +- .../llapi/mc}/MolangTextureVariable.hpp | 2 +- .../llapi/mc}/MolangVariableMap.hpp | 2 +- .../MC => include/llapi/mc}/Monster.hpp | 2 +- .../llapi/mc}/MonsterEggBlock.hpp | 2 +- .../llapi/mc}/MonsterRoomFeature.hpp | 2 +- .../llapi/mc}/MonumentBuilding.hpp | 2 +- .../llapi/mc}/MonumentRoomFitter.hpp | 2 +- .../llapi/mc}/MossStoneSelector.hpp | 2 +- .../MC => include/llapi/mc}/Motive.hpp | 2 +- .../llapi/mc}/MountPathingGoal.hpp | 2 +- .../llapi/mc}/MountTameableDefinition.hpp | 2 +- .../llapi/mc}/MountTamingComponent.hpp | 2 +- .../llapi/mc}/MountTamingSystem.hpp | 2 +- .../llapi/mc}/MoveActorAbsoluteData.hpp | 2 +- .../llapi/mc}/MoveActorAbsolutePacket.hpp | 2 +- .../llapi/mc}/MoveActorDeltaPacket.hpp | 2 +- .../MC => include/llapi/mc}/MoveControl.hpp | 2 +- .../llapi/mc}/MoveControlBasicDescription.hpp | 2 +- .../llapi/mc}/MoveControlComponent.hpp | 2 +- .../llapi/mc}/MoveControlDescription.hpp | 2 +- .../mc}/MoveControlDolphinDescription.hpp | 2 +- .../llapi/mc}/MoveControlFlyDescription.hpp | 2 +- .../llapi/mc}/MoveControlHoverDescription.hpp | 2 +- .../llapi/mc}/MoveControlSkipDescription.hpp | 2 +- .../llapi/mc}/MoveControlSwayDescription.hpp | 2 +- .../llapi/mc}/MoveControlSystem.hpp | 2 +- .../llapi/mc}/MoveDefinition.hpp | 2 +- .../llapi/mc}/MoveIndoorsGoal.hpp | 2 +- .../MC => include/llapi/mc}/MoveInput.hpp | 2 +- .../llapi/mc}/MoveInputHandler.hpp | 2 +- .../MC => include/llapi/mc}/MoveNode.hpp | 2 +- .../llapi/mc}/MovePlayerPacket.hpp | 2 +- .../llapi/mc}/MoveThroughVillageGoal.hpp | 2 +- .../llapi/mc}/MoveToBlockGoal.hpp | 2 +- .../llapi/mc}/MoveToDefinition.hpp | 2 +- .../llapi/mc}/MoveToLandGoal.hpp | 2 +- .../llapi/mc}/MoveToLavaGoal.hpp | 2 +- .../llapi/mc}/MoveToLiquidGoal.hpp | 2 +- .../MC => include/llapi/mc}/MoveToNode.hpp | 2 +- .../MC => include/llapi/mc}/MoveToPOIGoal.hpp | 2 +- .../llapi/mc}/MoveToRandomBlockGoal.hpp | 2 +- .../llapi/mc}/MoveToVillageGoal.hpp | 2 +- .../llapi/mc}/MoveToWaterGoal.hpp | 2 +- .../llapi/mc}/MoveTowardsRestrictionGoal.hpp | 2 +- .../llapi/mc}/MoveTowardsTargetGoal.hpp | 2 +- .../llapi/mc}/MovementInterpolator.hpp | 2 +- .../MC => include/llapi/mc}/MovingBlock.hpp | 2 +- .../llapi/mc}/MovingBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/MultiRecipe.hpp | 2 +- .../llapi/mc}/MultiplayerSettingsPacket.hpp | 2 +- .../llapi/mc}/MultiplyValueAmplifier.hpp | 2 +- .../MC => include/llapi/mc}/MushroomBlock.hpp | 2 +- .../MC => include/llapi/mc}/MushroomCow.hpp | 2 +- .../llapi/mc}/MusicBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/MyceliumBlock.hpp | 2 +- .../llapi/mc}/NBBridgeCrossing.hpp | 2 +- .../llapi/mc}/NBBridgeEndFiller.hpp | 2 +- .../llapi/mc}/NBBridgeStraight.hpp | 2 +- .../llapi/mc}/NBCastleCorridorStairsPiece.hpp | 2 +- .../mc}/NBCastleCorridorTBalconyPiece.hpp | 2 +- .../llapi/mc}/NBCastleEntrance.hpp | 2 +- .../NBCastleSmallCorridorCrossingPiece.hpp | 2 +- .../NBCastleSmallCorridorLeftTurnPiece.hpp | 2 +- .../llapi/mc}/NBCastleSmallCorridorPiece.hpp | 2 +- .../NBCastleSmallCorridorRightTurnPiece.hpp | 2 +- .../llapi/mc}/NBCastleStalkRoom.hpp | 2 +- .../llapi/mc}/NBMonsterThrone.hpp | 2 +- .../llapi/mc}/NBRoomCrossing.hpp | 2 +- .../MC => include/llapi/mc}/NBStairsRoom.hpp | 2 +- .../MC => include/llapi/mc}/NBStartPiece.hpp | 2 +- .../MC => include/llapi/mc}/NameAction.hpp | 2 +- .../llapi/mc}/NameableComponent.hpp | 2 +- .../llapi/mc}/NameableDefinition.hpp | 2 +- .../MC => include/llapi/mc}/NapGoal.hpp | 2 +- .../llapi/mc}/NavigationClimbDescription.hpp | 2 +- .../llapi/mc}/NavigationComponent.hpp | 2 +- .../llapi/mc}/NavigationDescription.hpp | 2 +- .../llapi/mc}/NavigationFloatDescription.hpp | 2 +- .../llapi/mc}/NavigationFlyDescription.hpp | 2 +- .../mc}/NavigationGenericDescription.hpp | 2 +- .../llapi/mc}/NavigationHoverDescription.hpp | 2 +- .../llapi/mc}/NavigationSwimDescription.hpp | 2 +- .../llapi/mc}/NavigationSystem.hpp | 2 +- .../llapi/mc}/NavigationUtility.hpp | 2 +- .../llapi/mc}/NavigationWalkDescription.hpp | 2 +- .../{Header/MC => include/llapi/mc}/NbtIo.hpp | 2 +- .../mc}/NearestAttackableTargetDefinition.hpp | 2 +- .../llapi/mc}/NearestAttackableTargetGoal.hpp | 2 +- ...NearestPrioritizedAttackableTargetGoal.hpp | 2 +- .../llapi/mc}/NetEventCallback.hpp | 2 +- .../llapi/mc}/NetherBrightnessRamp.hpp | 2 +- .../llapi/mc}/NetherDimension.hpp | 2 +- .../llapi/mc}/NetherFortressFeature.hpp | 2 +- .../llapi/mc}/NetherFortressPiece.hpp | 2 +- .../llapi/mc}/NetherFortressStart.hpp | 2 +- .../llapi/mc}/NetherFossilFeature.hpp | 2 +- .../llapi/mc}/NetherFungusBlock.hpp | 2 +- .../llapi/mc}/NetherGenerator.hpp | 2 +- .../llapi/mc}/NetherReactorBlock.hpp | 2 +- .../llapi/mc}/NetherReactorBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/NetherSprouts.hpp | 2 +- .../mc}/NetherStructureFeatureHelper.hpp | 2 +- .../llapi/mc}/NetherWartBlock.hpp | 2 +- .../mc}/NetheriteArmorEquippedListener.hpp | 2 +- .../llapi/mc}/NetherrackBlock.hpp | 2 +- .../llapi/mc}/NetworkAddress.hpp | 2 +- .../llapi/mc}/NetworkChunkPublisher.hpp | 2 +- .../mc}/NetworkChunkPublisherUpdatePacket.hpp | 2 +- .../llapi/mc}/NetworkChunkSource.hpp | 2 +- .../llapi/mc}/NetworkDebugManager.hpp | 2 +- .../llapi/mc}/NetworkHandler.hpp | 2 +- .../llapi/mc}/NetworkIdentifier.hpp | 2 +- .../llapi/mc}/NetworkPacketEventListener.hpp | 2 +- .../MC => include/llapi/mc}/NetworkPeer.hpp | 2 +- .../llapi/mc}/NetworkSettingsPacket.hpp | 2 +- .../llapi/mc}/NetworkStackLatencyPacket.hpp | 2 +- .../llapi/mc}/NetworkStatistics.hpp | 2 +- .../MC => include/llapi/mc}/NewLeafBlock.hpp | 2 +- .../MC => include/llapi/mc}/NewLogBlock.hpp | 2 +- .../llapi/mc}/NoSurfaceOreFeature.hpp | 2 +- .../llapi/mc}/NormalNoiseLayer.hpp | 2 +- .../MC => include/llapi/mc}/NoteBlock.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Npc.hpp | 2 +- .../MC => include/llapi/mc}/NpcAction.hpp | 2 +- .../llapi/mc}/NpcCommandAction.hpp | 2 +- .../MC => include/llapi/mc}/NpcComponent.hpp | 2 +- .../MC => include/llapi/mc}/NpcGUIOffset.hpp | 2 +- .../llapi/mc}/NpcI18nObserver.hpp | 2 +- .../llapi/mc}/NpcRequestPacket.hpp | 2 +- .../MC => include/llapi/mc}/NpcUrlAction.hpp | 2 +- .../MC => include/llapi/mc}/NullLogger.hpp | 2 +- .../llapi/mc}/NullSecureStorage.hpp | 2 +- .../llapi/mc}/NullSoundPlayer.hpp | 2 +- .../MC => include/llapi/mc}/NyliumBlock.hpp | 2 +- .../MC => include/llapi/mc}/OSInformation.hpp | 2 +- .../MC => include/llapi/mc}/Objective.hpp | 2 +- .../llapi/mc}/ObjectiveCriteria.hpp | 2 +- .../MC => include/llapi/mc}/ObserverBlock.hpp | 2 +- .../MC => include/llapi/mc}/ObsidianBlock.hpp | 2 +- .../llapi/mc}/OceanMixerLayer.hpp | 2 +- .../llapi/mc}/OceanMonumentCoreRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentDoubleXRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentDoubleXYRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentDoubleYRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentDoubleYZRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentDoubleZRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentEntryRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentFeature.hpp | 2 +- .../llapi/mc}/OceanMonumentPenthouse.hpp | 2 +- .../llapi/mc}/OceanMonumentPiece.hpp | 2 +- .../llapi/mc}/OceanMonumentSimpleRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentSimpleTopRoom.hpp | 2 +- .../llapi/mc}/OceanMonumentStart.hpp | 2 +- .../llapi/mc}/OceanMonumentWingRoom.hpp | 2 +- .../llapi/mc}/OceanRuinFeature.hpp | 2 +- .../llapi/mc}/OceanRuinPieces.hpp | 2 +- .../llapi/mc}/OceanRuinStart.hpp | 2 +- .../MC => include/llapi/mc}/Ocelot.hpp | 2 +- .../llapi/mc}/OcelotAttackDefinition.hpp | 2 +- .../llapi/mc}/OcelotAttackGoal.hpp | 2 +- .../llapi/mc}/OcelotSitOnBlockGoal.hpp | 2 +- .../llapi/mc}/OculusPlatformMessagePump.hpp | 2 +- .../llapi/mc}/OfferFlowerGoal.hpp | 2 +- .../MC => include/llapi/mc}/OldLeafBlock.hpp | 2 +- .../MC => include/llapi/mc}/OldLogBlock.hpp | 2 +- .../llapi/mc}/OnDeathDescription.hpp | 2 +- .../llapi/mc}/OnFriendlyAngerDescription.hpp | 2 +- .../llapi/mc}/OnHitSubcomponent.hpp | 2 +- .../llapi/mc}/OnHurtByPlayerDescription.hpp | 2 +- .../llapi/mc}/OnHurtDescription.hpp | 2 +- .../llapi/mc}/OnIgniteDescription.hpp | 2 +- .../mc}/OnScreenTextureAnimationPacket.hpp | 2 +- .../llapi/mc}/OnStartLandingDescription.hpp | 2 +- .../llapi/mc}/OnStartTakeoffDescription.hpp | 2 +- .../llapi/mc}/OnTargetAcquiredDescription.hpp | 2 +- .../llapi/mc}/OnTargetEscapeDescription.hpp | 2 +- .../llapi/mc}/OnWakeWithOwnerDescription.hpp | 2 +- .../MC => include/llapi/mc}/OpCommand.hpp | 2 +- .../llapi/mc}/OpenDoorAnnotationComponent.hpp | 2 +- .../mc}/OpenDoorAnnotationDescription.hpp | 2 +- .../llapi/mc}/OpenDoorAnnotationSystem.hpp | 2 +- .../MC => include/llapi/mc}/OpenDoorGoal.hpp | 2 +- .../MC => include/llapi/mc}/Option.hpp | 2 +- .../llapi/mc}/OptionalString.hpp | 2 +- .../MC => include/llapi/mc}/OreBlock.hpp | 2 +- .../MC => include/llapi/mc}/OreFeature.hpp | 2 +- .../llapi/mc}/OverworldBrightnessRamp.hpp | 2 +- .../llapi/mc}/OverworldDimension.hpp | 2 +- .../llapi/mc}/OverworldGenerator.hpp | 2 +- .../llapi/mc}/OwnerHurtByTargetGoal.hpp | 2 +- .../llapi/mc}/OwnerHurtTargetGoal.hpp | 2 +- .../llapi/mc}/OwnerStorageEntity.hpp | 2 +- .../MC => include/llapi/mc}/POIBlueprint.hpp | 2 +- .../MC => include/llapi/mc}/POIInstance.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Pack.hpp | 2 +- .../llapi/mc}/PackAccessStrategy.hpp | 2 +- .../llapi/mc}/PackAccessStrategyFactory.hpp | 2 +- .../llapi/mc}/PackDependencyManager.hpp | 2 +- .../llapi/mc}/PackDiscoveryError.hpp | 2 +- .../MC => include/llapi/mc}/PackError.hpp | 2 +- .../MC => include/llapi/mc}/PackIdVersion.hpp | 2 +- .../MC => include/llapi/mc}/PackInstance.hpp | 2 +- .../llapi/mc}/PackInstanceId.hpp | 2 +- .../MC => include/llapi/mc}/PackLoadError.hpp | 2 +- .../MC => include/llapi/mc}/PackManifest.hpp | 2 +- .../llapi/mc}/PackManifestFactory.hpp | 2 +- .../MC => include/llapi/mc}/PackReport.hpp | 2 +- .../MC => include/llapi/mc}/PackSetting.hpp | 2 +- .../MC => include/llapi/mc}/PackSettings.hpp | 2 +- .../llapi/mc}/PackSettingsError.hpp | 2 +- .../llapi/mc}/PackSettingsFactory.hpp | 2 +- .../llapi/mc}/PackSettingsJsonValidator.hpp | 2 +- .../MC => include/llapi/mc}/PackSource.hpp | 2 +- .../llapi/mc}/PackSourceFactory.hpp | 2 +- .../llapi/mc}/PackSourceReport.hpp | 2 +- .../llapi/mc}/PackUploadContent.hpp | 2 +- .../MC => include/llapi/mc}/Packet.hpp | 2 +- .../MC => include/llapi/mc}/PacketSender.hpp | 2 +- .../PacketViolationDetectedTelemetryData.hpp | 2 +- .../llapi/mc}/PacketViolationHandler.hpp | 2 +- .../mc}/PacketViolationWarningPacket.hpp | 2 +- .../MC => include/llapi/mc}/PageContent.hpp | 2 +- .../MC => include/llapi/mc}/Painting.hpp | 2 +- .../MC => include/llapi/mc}/Palette.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Panda.hpp | 2 +- .../MC => include/llapi/mc}/PanicGoal.hpp | 2 +- .../MC => include/llapi/mc}/Parrot.hpp | 2 +- .../MC => include/llapi/mc}/Parser.hpp | 2 +- .../llapi/mc}/ParticleCommand.hpp | 2 +- .../llapi/mc}/ParticleOnHitSubcomponent.hpp | 2 +- .../llapi/mc}/ParticleTypeMap.hpp | 2 +- .../mc}/ParticlesBlockExplosionEvent.hpp | 2 +- .../llapi/mc}/ParticlesTeleportTrailEvent.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Path.hpp | 2 +- .../MC => include/llapi/mc}/PathFinder.hpp | 2 +- .../llapi/mc}/PathNavigation.hpp | 2 +- .../llapi/mc}/PauseScreenCapabilities.hpp | 2 +- .../MC => include/llapi/mc}/PeekSystem.hpp | 2 +- .../MC => include/llapi/mc}/PendingArea.hpp | 2 +- .../llapi/mc}/PerfContextTracker.hpp | 2 +- .../llapi/mc}/PerfContextTrackerReport.hpp | 2 +- .../MC => include/llapi/mc}/PerfTimer.hpp | 2 +- .../MC => include/llapi/mc}/Performance.hpp | 2 +- .../MC => include/llapi/mc}/PerlinNoise.hpp | 2 +- .../llapi/mc}/PerlinSimplexNoise.hpp | 2 +- .../llapi/mc}/PermissionCommand.hpp | 2 +- .../llapi/mc}/PermissionsFile.hpp | 2 +- .../llapi/mc}/PermissionsHandler.hpp | 2 +- .../llapi/mc}/PersistentDescription.hpp | 2 +- .../llapi/mc}/PetSleepWithOwnerGoal.hpp | 2 +- .../llapi/mc}/PetSleepWithOwnerState.hpp | 2 +- .../MC => include/llapi/mc}/Phantom.hpp | 2 +- .../MC => include/llapi/mc}/PhotoStorage.hpp | 2 +- .../llapi/mc}/PhotoTransferPacket.hpp | 2 +- .../MC => include/llapi/mc}/PickaxeItem.hpp | 2 +- .../llapi/mc}/PickupItemsGoal.hpp | 2 +- .../MC => include/llapi/mc}/PieceWeight.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Pig.hpp | 2 +- .../MC => include/llapi/mc}/PigZombie.hpp | 2 +- .../MC => include/llapi/mc}/Piglin.hpp | 2 +- .../MC => include/llapi/mc}/Pillager.hpp | 2 +- .../llapi/mc}/PillagerOutpostFeature.hpp | 2 +- .../llapi/mc}/PillagerOutpostPieces.hpp | 2 +- .../llapi/mc}/PillagerOutpostStart.hpp | 2 +- .../llapi/mc}/PineTreeCanopy.hpp | 2 +- .../llapi/mc}/PingedCompatibleServer.hpp | 2 +- .../llapi/mc}/PistonArmBlock.hpp | 2 +- .../MC => include/llapi/mc}/PistonBlock.hpp | 2 +- .../llapi/mc}/PistonBlockActor.hpp | 2 +- .../llapi/mc}/PistonConsumer.hpp | 2 +- .../llapi/mc}/PlaceBlockDefinition.hpp | 2 +- .../llapi/mc}/PlaceBlockNode.hpp | 2 +- .../MC => include/llapi/mc}/PlanksBlock.hpp | 2 +- .../MC => include/llapi/mc}/PlayGoal.hpp | 2 +- .../llapi/mc}/PlaySoundCommand.hpp | 2 +- .../llapi/mc}/PlaySoundPacket.hpp | 2 +- .../llapi/mc}/PlaySoundReactionComponent.hpp | 2 +- .../llapi/mc}/PlayStatusPacket.hpp | 2 +- .../MC => include/llapi/mc}/Player.hpp | 4 +- .../llapi/mc}/PlayerActionPacket.hpp | 2 +- .../llapi/mc}/PlayerArmorDamagePacket.hpp | 2 +- .../llapi/mc}/PlayerAuthInputPacket.hpp | 2 +- .../llapi/mc}/PlayerCommandOrigin.hpp | 2 +- .../llapi/mc}/PlayerDataSystem.hpp | 2 +- .../llapi/mc}/PlayerEnchantOptionsPacket.hpp | 2 +- .../llapi/mc}/PlayerEventCoordinator.hpp | 2 +- .../llapi/mc}/PlayerEventListener.hpp | 2 +- .../llapi/mc}/PlayerHotbarPacket.hpp | 2 +- .../llapi/mc}/PlayerInputPacket.hpp | 2 +- .../llapi/mc}/PlayerInteractionSystem.hpp | 2 +- .../llapi/mc}/PlayerInventory.hpp | 2 +- .../llapi/mc}/PlayerListEntry.hpp | 2 +- .../llapi/mc}/PlayerListPacket.hpp | 2 +- .../llapi/mc}/PlayerMovement.hpp | 2 +- .../PlayerRespawnBlockRadiusRandomizer.hpp | 2 +- .../llapi/mc}/PlayerRespawnTelemetryData.hpp | 2 +- .../llapi/mc}/PlayerRideTamedGoal.hpp | 2 +- .../llapi/mc}/PlayerScoreboardId.hpp | 2 +- .../llapi/mc}/PlayerSkinPacket.hpp | 2 +- .../llapi/mc}/PlayerStorageIds.hpp | 2 +- .../llapi/mc}/PlayerUIContainer.hpp | 2 +- .../llapi/mc}/PlayerUIContainerModel.hpp | 2 +- .../llapi/mc}/PlayerUIContainerModelBase.hpp | 2 +- .../llapi/mc}/PodzolAreaFeature.hpp | 2 +- .../MC => include/llapi/mc}/PodzolBlock.hpp | 2 +- .../MC => include/llapi/mc}/PolarBear.hpp | 2 +- .../llapi/mc}/PoolElementStructurePiece.hpp | 2 +- .../MC => include/llapi/mc}/PortalBlock.hpp | 2 +- .../MC => include/llapi/mc}/PortalForcer.hpp | 2 +- .../MC => include/llapi/mc}/PortalShape.hpp | 2 +- .../llapi/mc}/PosibleTransformation.hpp | 2 +- .../PositionTrackingDBClientRequestPacket.hpp | 2 +- ...ositionTrackingDBServerBroadcastPacket.hpp | 2 +- .../llapi/mc}/PositionTrackingId.hpp | 2 +- .../llapi/mc}/PostprocessingManager.hpp | 2 +- .../MC => include/llapi/mc}/PotatoBlock.hpp | 2 +- .../MC => include/llapi/mc}/Potion.hpp | 2 +- .../MC => include/llapi/mc}/PotionBrewing.hpp | 2 +- .../MC => include/llapi/mc}/PotionItem.hpp | 2 +- .../llapi/mc}/PoweredBlockComponent.hpp | 2 +- .../llapi/mc}/PoweredRailBlock.hpp | 2 +- .../llapi/mc}/PrecompiledCommandOrigin.hpp | 2 +- .../MC => include/llapi/mc}/Predicate.hpp | 2 +- .../llapi/mc}/PreferredPathDescription.hpp | 2 +- .../llapi/mc}/PressurePlateBlock.hpp | 2 +- .../llapi/mc}/PrettySnbtFormat.hpp | 4 +- .../MC => include/llapi/mc}/PrimedTnt.hpp | 2 +- .../MC => include/llapi/mc}/PrintStream.hpp | 2 +- .../llapi/mc}/PrioritizedGoal.hpp | 2 +- .../llapi/mc}/PrismarineBlock.hpp | 2 +- .../llapi/mc}/PrivateKeyManager.hpp | 2 +- .../llapi/mc}/ProducerComponent.hpp | 2 +- .../MC => include/llapi/mc}/ProfilerLite.hpp | 2 +- .../llapi/mc}/ProjectileComponent.hpp | 2 +- .../llapi/mc}/ProjectileDescription.hpp | 2 +- .../llapi/mc}/ProjectileFactory.hpp | 2 +- .../llapi/mc}/ProjectileSystem.hpp | 2 +- .../llapi/mc}/PropertiesSettings.hpp | 2 +- .../MC => include/llapi/mc}/PropertyBag.hpp | 2 +- .../llapi/mc}/PropertyDescription.hpp | 2 +- .../llapi/mc}/ProtectionEnchant.hpp | 2 +- .../MC => include/llapi/mc}/Pufferfish.hpp | 2 +- .../llapi/mc}/PulseCapacitor.hpp | 2 +- .../MC => include/llapi/mc}/PumpkinBlock.hpp | 2 +- .../llapi/mc}/PumpkinBlockItem.hpp | 2 +- .../llapi/mc}/PurchaseReceiptPacket.hpp | 2 +- .../llapi/mc}/PushThroughDescription.hpp | 2 +- .../llapi/mc}/PushableComponent.hpp | 2 +- .../llapi/mc}/PushableDescription.hpp | 2 +- .../llapi/mc}/QuartzBlockBlock.hpp | 2 +- .../llapi/mc}/QueryTargetCommand.hpp | 2 +- .../MC => include/llapi/mc}/Rabbit.hpp | 2 +- .../llapi/mc}/RabbitPanicGoal.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Raid.hpp | 2 +- .../llapi/mc}/RaidBossComponent.hpp | 2 +- .../llapi/mc}/RaidBossSystem.hpp | 2 +- .../llapi/mc}/RaidGardenGoal.hpp | 2 +- .../llapi/mc}/RaidTriggerComponent.hpp | 2 +- .../llapi/mc}/RaidTriggerDescription.hpp | 2 +- .../llapi/mc}/RaiderCelebrationGoal.hpp | 2 +- .../llapi/mc}/RailActivatorComponent.hpp | 2 +- .../llapi/mc}/RailActivatorDefinition.hpp | 2 +- .../llapi/mc}/RailActivatorSystem.hpp | 2 +- .../MC => include/llapi/mc}/RailBlock.hpp | 2 +- .../MC => include/llapi/mc}/RailMovement.hpp | 2 +- .../llapi/mc}/RailMovementComponent.hpp | 2 +- .../MC => include/llapi/mc}/RakDataInput.hpp | 2 +- .../MC => include/llapi/mc}/RakDataOutput.hpp | 2 +- .../MC => include/llapi/mc}/RakNet.hpp | 2 +- .../llapi/mc}/RakNetInstance.hpp | 2 +- .../llapi/mc}/RakNetServerLocator.hpp | 2 +- .../MC => include/llapi/mc}/RakPeerHelper.hpp | 2 +- .../MC => include/llapi/mc}/RakTcpProxy.hpp | 2 +- .../MC => include/llapi/mc}/RakWebSocket.hpp | 2 +- .../llapi/mc}/RakWebSocketClient.hpp | 2 +- .../llapi/mc}/RakWebSocketDataFrame.hpp | 2 +- .../llapi/mc}/RakWebSocketDataFrameParser.hpp | 2 +- .../MC => include/llapi/mc}/Random.hpp | 2 +- .../llapi/mc}/RandomAuxValueFunction.hpp | 2 +- .../llapi/mc}/RandomBlockStateFunction.hpp | 2 +- .../llapi/mc}/RandomBreachingGoal.hpp | 2 +- .../llapi/mc}/RandomDyeFunction.hpp | 2 +- .../llapi/mc}/RandomFlyingGoal.hpp | 2 +- .../llapi/mc}/RandomHoverGoal.hpp | 2 +- .../llapi/mc}/RandomLookAroundAndSitGoal.hpp | 2 +- .../llapi/mc}/RandomLookAroundGoal.hpp | 2 +- .../MC => include/llapi/mc}/RandomPos.hpp | 2 +- .../llapi/mc}/RandomScatteredLargeFeature.hpp | 2 +- .../MC => include/llapi/mc}/RandomSitGoal.hpp | 2 +- .../llapi/mc}/RandomStrollGoal.hpp | 2 +- .../llapi/mc}/RandomSwimmingGoal.hpp | 2 +- .../llapi/mc}/RandomThreadCheckManager.hpp | 2 +- .../llapi/mc}/RandomValueBounds.hpp | 2 +- .../mc}/RandomizableBlockActorContainer.hpp | 2 +- .../RandomizableBlockActorContainerBase.hpp | 2 +- ...RandomizableBlockActorFillingContainer.hpp | 2 +- .../llapi/mc}/RangedAttackDefinition.hpp | 2 +- .../llapi/mc}/RangedAttackGoal.hpp | 2 +- .../llapi/mc}/RangedWeaponItem.hpp | 2 +- .../llapi/mc}/RapidFertilizerItem.hpp | 2 +- .../llapi/mc}/ReadOnlyBinaryStream.hpp | 2 +- .../llapi/mc}/RealmsUnknownPackSource.hpp | 2 +- .../llapi/mc}/ReceiveLoveGoal.hpp | 2 +- .../MC => include/llapi/mc}/Recipe.hpp | 2 +- .../llapi/mc}/RecipeIngredient.hpp | 2 +- .../MC => include/llapi/mc}/Recipes.hpp | 2 +- .../MC => include/llapi/mc}/RecordItem.hpp | 2 +- .../llapi/mc}/RedStoneDustItem.hpp | 2 +- .../llapi/mc}/RedStoneOreBlock.hpp | 2 +- .../llapi/mc}/RedStoneWireBlock.hpp | 2 +- .../MC => include/llapi/mc}/RedstoneBlock.hpp | 2 +- .../llapi/mc}/RedstoneLampBlock.hpp | 2 +- .../llapi/mc}/RedstoneTorchBlock.hpp | 2 +- .../llapi/mc}/RedstoneTorchCapacitor.hpp | 2 +- .../MC => include/llapi/mc}/ReedBlock.hpp | 2 +- .../MC => include/llapi/mc}/ReedsFeature.hpp | 2 +- .../MC => include/llapi/mc}/RegionFile.hpp | 2 +- .../llapi/mc}/RegionHillsLayer.hpp | 2 +- .../MC => include/llapi/mc}/RegistryKey.hpp | 2 +- .../MC => include/llapi/mc}/RelativeFloat.hpp | 2 +- .../MC => include/llapi/mc}/ReloadCommand.hpp | 2 +- .../llapi/mc}/RemoveActorPacket.hpp | 2 +- .../llapi/mc}/RemoveEntityPacket.hpp | 2 +- .../llapi/mc}/RemoveObjectivePacket.hpp | 2 +- .../llapi/mc}/RemoveOnHitSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/RenderParams.hpp | 2 +- .../llapi/mc}/RepairItemRecipe.hpp | 2 +- .../mc}/RepeatUntilFailureDefinition.hpp | 2 +- .../llapi/mc}/RepeatUntilFailureNode.hpp | 2 +- .../mc}/RepeatUntilSuccessDefinition.hpp | 2 +- .../llapi/mc}/RepeatUntilSuccessNode.hpp | 2 +- .../MC => include/llapi/mc}/RepeaterBlock.hpp | 2 +- .../llapi/mc}/RepeaterCapacitor.hpp | 2 +- .../llapi/mc}/ReplaceItemCommand.hpp | 2 +- .../llapi/mc}/RequestChunkRadiusPacket.hpp | 2 +- .../MC => include/llapi/mc}/ResetEventObj.hpp | 2 +- .../llapi/mc}/ResourceDefinition.hpp | 2 +- .../llapi/mc}/ResourceHelper.hpp | 2 +- .../llapi/mc}/ResourceInformation.hpp | 2 +- .../llapi/mc}/ResourceLoadManager.hpp | 2 +- .../llapi/mc}/ResourceLoader.hpp | 2 +- .../llapi/mc}/ResourceLoaders.hpp | 2 +- .../llapi/mc}/ResourceLocation.hpp | 2 +- .../llapi/mc}/ResourceMetadata.hpp | 2 +- .../MC => include/llapi/mc}/ResourcePack.hpp | 2 +- .../llapi/mc}/ResourcePackChunkDataPacket.hpp | 2 +- .../mc}/ResourcePackChunkRequestPacket.hpp | 2 +- .../mc}/ResourcePackClientResponsePacket.hpp | 2 +- .../llapi/mc}/ResourcePackDataInfoPacket.hpp | 2 +- .../mc}/ResourcePackFileUploadManager.hpp | 2 +- .../llapi/mc}/ResourcePackInfoData.hpp | 2 +- .../llapi/mc}/ResourcePackListener.hpp | 2 +- .../llapi/mc}/ResourcePackManager.hpp | 2 +- .../llapi/mc}/ResourcePackRepository.hpp | 2 +- .../llapi/mc}/ResourcePackStack.hpp | 2 +- .../llapi/mc}/ResourcePackStackPacket.hpp | 2 +- .../mc}/ResourcePackTransmissionManager.hpp | 2 +- .../llapi/mc}/ResourcePacksInfoPacket.hpp | 2 +- .../MC => include/llapi/mc}/ResourcePath.hpp | 2 +- .../llapi/mc}/ResourceSignature.hpp | 2 +- .../llapi/mc}/RespawnAnchorBlock.hpp | 2 +- .../MC => include/llapi/mc}/RespawnPacket.hpp | 2 +- .../llapi/mc}/RestrictOpenDoorGoal.hpp | 2 +- .../llapi/mc}/RestrictSunGoal.hpp | 2 +- .../llapi/mc}/RideableComponent.hpp | 2 +- .../llapi/mc}/RideableDefinition.hpp | 2 +- .../llapi/mc}/RiderJumpPacket.hpp | 2 +- .../llapi/mc}/RiseToLiquidLevelGoal.hpp | 2 +- .../llapi/mc}/RiverFollowingGoal.hpp | 2 +- .../MC => include/llapi/mc}/RoleChecker.hpp | 2 +- .../llapi/mc}/RoleCheckerCallback.hpp | 2 +- .../MC => include/llapi/mc}/RollGoal.hpp | 2 +- .../llapi/mc}/RoofedTreeCanopy.hpp | 2 +- .../llapi/mc}/RoomDefinition.hpp | 2 +- .../MC => include/llapi/mc}/RopeAABB.hpp | 2 +- .../MC => include/llapi/mc}/RopePoints.hpp | 2 +- .../MC => include/llapi/mc}/RopeSystem.hpp | 2 +- .../MC => include/llapi/mc}/RotateState.hpp | 2 +- .../llapi/mc}/RotatedPillarBlock.hpp | 2 +- .../llapi/mc}/RotationDescription.hpp | 2 +- .../MC => include/llapi/mc}/RotationUtil.hpp | 2 +- .../llapi/mc}/RuinedPortalFeature.hpp | 2 +- .../llapi/mc}/RuinedPortalPiece.hpp | 2 +- .../llapi/mc}/RuinedPortalStart.hpp | 2 +- .../llapi/mc}/RunAroundLikeCrazyGoal.hpp | 2 +- .../mc}/RuntimeIdentifierDescription.hpp | 2 +- .../llapi/mc}/RuntimeLightingManager.hpp | 2 +- .../llapi/mc}/SHChestCorridor.hpp | 2 +- .../llapi/mc}/SHFillerCorridor.hpp | 2 +- .../llapi/mc}/SHFiveCrossing.hpp | 2 +- .../MC => include/llapi/mc}/SHLeftTurn.hpp | 2 +- .../MC => include/llapi/mc}/SHLibrary.hpp | 2 +- .../MC => include/llapi/mc}/SHPortalRoom.hpp | 2 +- .../MC => include/llapi/mc}/SHPrisonHall.hpp | 2 +- .../MC => include/llapi/mc}/SHRightTurn.hpp | 2 +- .../llapi/mc}/SHRoomCrossing.hpp | 2 +- .../MC => include/llapi/mc}/SHStairsDown.hpp | 2 +- .../MC => include/llapi/mc}/SHStartPiece.hpp | 2 +- .../MC => include/llapi/mc}/SHStraight.hpp | 2 +- .../llapi/mc}/SHStraightStairsDown.hpp | 2 +- .../MC => include/llapi/mc}/Salmon.hpp | 2 +- .../MC => include/llapi/mc}/SandBlock.hpp | 2 +- .../MC => include/llapi/mc}/SandFeature.hpp | 2 +- .../llapi/mc}/SandStoneBlock.hpp | 2 +- .../MC => include/llapi/mc}/Sapling.hpp | 2 +- .../llapi/mc}/SaplingBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/SaveCommand.hpp | 2 +- .../llapi/mc}/SaveTransactionManager.hpp | 2 +- .../MC => include/llapi/mc}/SavedData.hpp | 2 +- .../llapi/mc}/SavedDataStorage.hpp | 2 +- .../MC => include/llapi/mc}/SayCommand.hpp | 2 +- .../llapi/mc}/ScaffoldingBlock.hpp | 2 +- .../llapi/mc}/ScaffoldingBlockItem.hpp | 2 +- .../llapi/mc}/ScaffoldingClimberComponent.hpp | 2 +- .../llapi/mc}/ScaffoldingClimberSystem.hpp | 2 +- .../llapi/mc}/ScaleByAgeComponent.hpp | 2 +- .../llapi/mc}/ScaleByAgeSystem.hpp | 2 +- .../llapi/mc}/ScaleDescription.hpp | 2 +- .../MC => include/llapi/mc}/ScaredGoal.hpp | 2 +- .../llapi/mc}/ScatterFeature.hpp | 2 +- .../MC => include/llapi/mc}/ScatterParams.hpp | 2 +- .../llapi/mc}/ScatteredFeaturePiece.hpp | 2 +- .../llapi/mc}/ScatteredFeatureStart.hpp | 2 +- .../MC => include/llapi/mc}/Scheduler.hpp | 2 +- .../llapi/mc}/SchedulerDefinition.hpp | 2 +- .../llapi/mc}/SchedulerSystem.hpp | 2 +- .../llapi/mc}/ScorePacketInfo.hpp | 2 +- .../MC => include/llapi/mc}/Scoreboard.hpp | 2 +- .../llapi/mc}/ScoreboardCommand.hpp | 2 +- .../MC => include/llapi/mc}/ScoreboardId.hpp | 2 +- .../llapi/mc}/ScoreboardIdentityRef.hpp | 2 +- .../llapi/mc}/ScreenCapabilitiesRepo.hpp | 2 +- .../llapi/mc}/ScreenHandlerBase.hpp | 2 +- .../llapi/mc}/ScreenHandlerBeacon.hpp | 2 +- .../llapi/mc}/ScreenHandlerLabTable.hpp | 2 +- .../mc}/ScriptActorAreaBinderComponent.hpp | 2 +- .../ScriptActorUniqueIdBinderComponent.hpp | 2 +- .../MC => include/llapi/mc}/ScriptApi.hpp | 2 +- .../mc}/ScriptArmorContainerComponent.hpp | 2 +- .../llapi/mc}/ScriptAttackComponent.hpp | 2 +- .../llapi/mc}/ScriptBinderActorTemplate.hpp | 2 +- .../ScriptBinderActorTickingAreaTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderBlockTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderComponent.hpp | 2 +- .../mc}/ScriptBinderComponentTemplate.hpp | 2 +- .../mc}/ScriptBinderEventDataTemplate.hpp | 2 +- .../mc}/ScriptBinderItemActorTemplate.hpp | 2 +- .../mc}/ScriptBinderItemStackTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderLevelTemplate.hpp | 2 +- .../ScriptBinderLevelTickingAreaTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderPureEcsTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderQueryTemplate.hpp | 2 +- .../llapi/mc}/ScriptBinderTemplate.hpp | 2 +- .../mc}/ScriptBinderTemplateController.hpp | 2 +- .../mc}/ScriptBlockContainerComponent.hpp | 2 +- .../ScriptBlockPositionBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptBlockStateComponent.hpp | 2 +- .../llapi/mc}/ScriptCollisionBoxComponent.hpp | 2 +- .../MC => include/llapi/mc}/ScriptCommand.hpp | 2 +- .../llapi/mc}/ScriptCommandCallbackData.hpp | 2 +- .../llapi/mc}/ScriptCommandFactory.hpp | 2 +- .../llapi/mc}/ScriptCommandOrigin.hpp | 2 +- .../mc}/ScriptComponentBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptCustomEventPacket.hpp | 2 +- .../llapi/mc}/ScriptDamageSensorComponent.hpp | 2 +- .../mc}/ScriptDimensionBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptEcsBinderComponent.hpp | 2 +- .../MC => include/llapi/mc}/ScriptEngine.hpp | 2 +- .../llapi/mc}/ScriptEquipmentComponent.hpp | 2 +- .../llapi/mc}/ScriptEquippableComponent.hpp | 2 +- .../llapi/mc}/ScriptEventCoordinator.hpp | 2 +- .../llapi/mc}/ScriptEventData.hpp | 2 +- .../mc}/ScriptEventDataBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptEventListener.hpp | 2 +- .../llapi/mc}/ScriptExplodeComponent.hpp | 2 +- .../mc}/ScriptHandContainerComponent.hpp | 2 +- .../llapi/mc}/ScriptHealableComponent.hpp | 2 +- .../llapi/mc}/ScriptHealthComponent.hpp | 2 +- .../mc}/ScriptHotbarContainerComponent.hpp | 2 +- .../mc}/ScriptIdentifierBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptInteractComponent.hpp | 2 +- .../llapi/mc}/ScriptInventoryComponent.hpp | 2 +- .../mc}/ScriptInventoryContainerComponent.hpp | 2 +- .../mc}/ScriptItemStackBinderComponent.hpp | 2 +- .../mc}/ScriptLevelAreaBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptLevelBinderComponent.hpp | 2 +- .../mc}/ScriptLevelTickingAreasComponent.hpp | 2 +- .../llapi/mc}/ScriptLevelWeatherComponent.hpp | 2 +- .../mc}/ScriptLevelWeatherEventListener.hpp | 2 +- .../llapi/mc}/ScriptLookAtComponent.hpp | 2 +- .../llapi/mc}/ScriptNameableComponent.hpp | 2 +- .../llapi/mc}/ScriptObjectBinder.hpp | 2 +- .../llapi/mc}/ScriptPositionComponent.hpp | 2 +- .../MC => include/llapi/mc}/ScriptQueries.hpp | 2 +- .../llapi/mc}/ScriptQueryBinderComponent.hpp | 2 +- .../llapi/mc}/ScriptQueryComponent.hpp | 2 +- .../llapi/mc}/ScriptRotationComponent.hpp | 2 +- .../ScriptServerActorAcquiredItemEvent.hpp | 2 +- .../mc}/ScriptServerActorAttackEvent.hpp | 2 +- ...riptServerActorCarriedItemChangedEvent.hpp | 2 +- .../mc}/ScriptServerActorCreatedEvent.hpp | 2 +- .../llapi/mc}/ScriptServerActorDeathEvent.hpp | 2 +- ...rverActorDefinitionEventTriggeredEvent.hpp | 2 +- .../mc}/ScriptServerActorDroppedItemEvent.hpp | 2 +- .../ScriptServerActorEquippedArmorEvent.hpp | 2 +- .../mc}/ScriptServerActorEventListener.hpp | 2 +- .../llapi/mc}/ScriptServerActorHurtEvent.hpp | 2 +- .../llapi/mc}/ScriptServerActorMoveEvent.hpp | 2 +- .../mc}/ScriptServerActorRemovedEvent.hpp | 2 +- .../ScriptServerActorSneakChangedEvent.hpp | 2 +- .../mc}/ScriptServerActorStartRidingEvent.hpp | 2 +- .../mc}/ScriptServerActorStopRidingEvent.hpp | 2 +- .../llapi/mc}/ScriptServerActorTickEvent.hpp | 2 +- .../mc}/ScriptServerActorUseItemEvent.hpp | 2 +- ...riptServerBlockDestructionStartedEvent.hpp | 2 +- ...riptServerBlockDestructionStoppedEvent.hpp | 2 +- .../mc}/ScriptServerBlockEventListener.hpp | 2 +- .../mc}/ScriptServerBlockExplodedEvent.hpp | 2 +- .../ScriptServerBlockInteractedWithEvent.hpp | 2 +- .../ScriptServerBlockMovedByPistonEvent.hpp | 2 +- ...iptServerBroadcastActorDefinitionEvent.hpp | 2 +- .../mc}/ScriptServerBroadcastReceived.hpp | 2 +- .../llapi/mc}/ScriptServerChatReceived.hpp | 2 +- .../llapi/mc}/ScriptServerCommandReceived.hpp | 2 +- .../mc}/ScriptServerLevelEventListener.hpp | 2 +- .../ScriptServerLoggerConfigReceivedEvent.hpp | 2 +- .../mc}/ScriptServerPacketEventListener.hpp | 2 +- .../llapi/mc}/ScriptServerPlaySoundEvent.hpp | 2 +- .../ScriptServerPlayerAttackedActorEvent.hpp | 2 +- .../ScriptServerPlayerDestroyedBlockEvent.hpp | 2 +- .../ScriptServerPlayerPlacedBlockEvent.hpp | 2 +- .../mc}/ScriptServerProjectileHitEvent.hpp | 2 +- ...riptServerSpawnParticleAttachedToActor.hpp | 2 +- .../ScriptServerSpawnParticleInWorldEvent.hpp | 2 +- .../mc}/ScriptServerWeatherEventData.hpp | 2 +- .../llapi/mc}/ScriptShooterComponent.hpp | 2 +- .../llapi/mc}/ScriptSpawnActorComponent.hpp | 2 +- .../llapi/mc}/ScriptTagComponent.hpp | 2 +- .../mc}/ScriptTelemetryEventListener.hpp | 2 +- .../llapi/mc}/ScriptTeleportComponent.hpp | 2 +- .../llapi/mc}/ScriptTickWorldComponent.hpp | 2 +- .../mc}/ScriptTickingAreaBinderComponent.hpp | 2 +- .../ScriptTickingAreaDescriptionComponent.hpp | 2 +- .../llapi/mc}/SeaAnemoneFeature.hpp | 2 +- .../MC => include/llapi/mc}/SeaGrass.hpp | 2 +- .../llapi/mc}/SeaLanternBlock.hpp | 2 +- .../MC => include/llapi/mc}/SeaPickle.hpp | 2 +- .../llapi/mc}/SeaPickleBlockItem.hpp | 2 +- .../llapi/mc}/SeaPickleFeature.hpp | 2 +- .../llapi/mc}/SeagrassFeature.hpp | 2 +- .../MC => include/llapi/mc}/SearchFeature.hpp | 2 +- .../MC => include/llapi/mc}/Seasons.hpp | 2 +- .../llapi/mc}/SeatDescription.hpp | 2 +- .../MC => include/llapi/mc}/SecureStorage.hpp | 2 +- .../llapi/mc}/SeedItemComponent.hpp | 2 +- .../llapi/mc}/SelectorBehaviorNode.hpp | 2 +- .../llapi/mc}/SelectorDefinition.hpp | 2 +- .../MC => include/llapi/mc}/SemVersion.hpp | 25 ++- .../MC => include/llapi/mc}/SendEventData.hpp | 2 +- .../MC => include/llapi/mc}/SendEventGoal.hpp | 2 +- .../llapi/mc}/SendEventStage.hpp | 2 +- .../llapi/mc}/SensingComponent.hpp | 2 +- .../MC => include/llapi/mc}/SensingSystem.hpp | 2 +- .../llapi/mc}/SequenceBehaviorNode.hpp | 2 +- .../llapi/mc}/SequenceDefinition.hpp | 2 +- .../llapi/mc}/SerializedSkin.hpp | 2 +- .../MC => include/llapi/mc}/ServerCommand.hpp | 2 +- .../llapi/mc}/ServerCommandOrigin.hpp | 2 +- .../llapi/mc}/ServerCommands.hpp | 2 +- .../mc}/ServerCommunicationInterface.hpp | 2 +- .../llapi/mc}/ServerContentKeyProvider.hpp | 2 +- .../llapi/mc}/ServerFileChunkUploader.hpp | 2 +- .../llapi/mc}/ServerInstance.hpp | 2 +- .../mc}/ServerInstanceEventCoordinator.hpp | 2 +- .../llapi/mc}/ServerInstanceEventListener.hpp | 2 +- .../MC => include/llapi/mc}/ServerLevel.hpp | 2 +- .../MC => include/llapi/mc}/ServerLocator.hpp | 2 +- .../MC => include/llapi/mc}/ServerMetrics.hpp | 2 +- .../llapi/mc}/ServerMetricsImpl.hpp | 2 +- .../llapi/mc}/ServerMoveInputHandler.hpp | 2 +- .../llapi/mc}/ServerNetworkHandler.hpp | 2 +- .../MC => include/llapi/mc}/ServerPlayer.hpp | 2 +- .../llapi/mc}/ServerScoreboard.hpp | 2 +- .../llapi/mc}/ServerSettingsRequestPacket.hpp | 2 +- .../mc}/ServerSettingsResponsePacket.hpp | 2 +- .../mc}/ServerToClientHandshakePacket.hpp | 2 +- .../llapi/mc}/SetActorDataPacket.hpp | 2 +- .../llapi/mc}/SetActorLinkPacket.hpp | 2 +- .../llapi/mc}/SetActorMotionPacket.hpp | 2 +- .../llapi/mc}/SetBannerDetailsFunction.hpp | 2 +- .../llapi/mc}/SetBlockCommand.hpp | 2 +- .../llapi/mc}/SetBlockReactionComponent.hpp | 2 +- .../llapi/mc}/SetBookContentsFunction.hpp | 2 +- .../llapi/mc}/SetCommandsEnabledPacket.hpp | 2 +- .../mc}/SetDataFromColorIndexFunction.hpp | 2 +- .../llapi/mc}/SetDefaultGameTypePacket.hpp | 2 +- .../llapi/mc}/SetDifficultyPacket.hpp | 2 +- .../llapi/mc}/SetDisplayObjectivePacket.hpp | 2 +- .../llapi/mc}/SetHealthPacket.hpp | 2 +- .../llapi/mc}/SetItemCountFunction.hpp | 2 +- .../llapi/mc}/SetItemDamageFunction.hpp | 2 +- .../llapi/mc}/SetItemDataFunction.hpp | 2 +- .../llapi/mc}/SetItemLoreFunction.hpp | 2 +- .../llapi/mc}/SetItemNameFunction.hpp | 2 +- .../llapi/mc}/SetLastHurtByPacket.hpp | 2 +- .../mc}/SetLocalPlayerAsInitializedPacket.hpp | 2 +- .../llapi/mc}/SetMaxPlayersCommand.hpp | 2 +- .../llapi/mc}/SetPlayerGameTypePacket.hpp | 2 +- .../llapi/mc}/SetScorePacket.hpp | 2 +- .../llapi/mc}/SetScoreboardIdentityPacket.hpp | 2 +- .../llapi/mc}/SetSpawnEggFunction.hpp | 2 +- .../llapi/mc}/SetSpawnPositionPacket.hpp | 2 +- .../MC => include/llapi/mc}/SetTimePacket.hpp | 2 +- .../llapi/mc}/SetTitlePacket.hpp | 2 +- .../llapi/mc}/SetWorldSpawnCommand.hpp | 2 +- .../llapi/mc}/SettingsCommandPacket.hpp | 2 +- .../llapi/mc}/SettingsScreenCapabilities.hpp | 2 +- .../llapi/mc}/ShapedChemistryRecipe.hpp | 2 +- .../MC => include/llapi/mc}/ShapedRecipe.hpp | 2 +- .../llapi/mc}/ShapelessChemistryRecipe.hpp | 2 +- .../llapi/mc}/ShapelessRecipe.hpp | 2 +- .../llapi/mc}/ShareItemsGoal.hpp | 2 +- .../MC => include/llapi/mc}/Shareable.hpp | 2 +- .../llapi/mc}/ShareableComponent.hpp | 2 +- .../llapi/mc}/ShareableDefinition.hpp | 2 +- .../llapi/mc}/SharedAmplifiers.hpp | 2 +- .../llapi/mc}/SharedAttributes.hpp | 2 +- .../MC => include/llapi/mc}/SharedBuffs.hpp | 2 +- .../llapi/mc}/SharedConstants.hpp | 2 +- .../llapi/mc}/SharedModifiers.hpp | 2 +- .../MC => include/llapi/mc}/ShearsItem.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Sheep.hpp | 2 +- .../MC => include/llapi/mc}/ShieldItem.hpp | 2 +- .../llapi/mc}/ShieldItemUtils.hpp | 2 +- .../llapi/mc}/ShiftedDurationAmplifier.hpp | 2 +- .../llapi/mc}/ShiftedValueAmplifier.hpp | 2 +- .../llapi/mc}/ShipwreckFeature.hpp | 2 +- .../llapi/mc}/ShipwreckPiece.hpp | 2 +- .../llapi/mc}/ShipwreckStart.hpp | 2 +- .../llapi/mc}/ShootBowDefinition.hpp | 2 +- .../MC => include/llapi/mc}/ShootBowNode.hpp | 2 +- .../llapi/mc}/ShooterComponent.hpp | 2 +- .../llapi/mc}/ShooterDefinition.hpp | 2 +- .../MC => include/llapi/mc}/ShortTag.hpp | 2 +- .../MC => include/llapi/mc}/ShovelItem.hpp | 2 +- .../llapi/mc}/ShowCreditsPacket.hpp | 2 +- .../llapi/mc}/ShowProfilePacket.hpp | 2 +- .../llapi/mc}/ShowStoreOfferPacket.hpp | 2 +- .../MC => include/llapi/mc}/Shulker.hpp | 2 +- .../llapi/mc}/ShulkerBoxBlock.hpp | 2 +- .../llapi/mc}/ShulkerBoxBlockActor.hpp | 2 +- .../llapi/mc}/ShulkerBoxBlockItem.hpp | 2 +- .../llapi/mc}/ShulkerBoxRecipe.hpp | 2 +- .../MC => include/llapi/mc}/ShulkerBullet.hpp | 2 +- .../llapi/mc}/ShulkerPeekGoal.hpp | 2 +- .../MC => include/llapi/mc}/SignBlock.hpp | 2 +- .../llapi/mc}/SignBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/SignItem.hpp | 2 +- .../MC => include/llapi/mc}/Silverfish.hpp | 2 +- .../mc}/SilverfishMergeWithStoneGoal.hpp | 2 +- .../llapi/mc}/SilverfishWakeUpFriendsGoal.hpp | 2 +- .../llapi/mc}/SimpleBoolFilterTest.hpp | 2 +- .../llapi/mc}/SimpleContainer.hpp | 2 +- .../llapi/mc}/SimpleEventPacket.hpp | 2 +- .../llapi/mc}/SimpleFloatFilterTest.hpp | 2 +- .../llapi/mc}/SimpleHashStringFilterTest.hpp | 2 +- .../llapi/mc}/SimpleIntFilterTest.hpp | 2 +- .../llapi/mc}/SimplePlayerContainer.hpp | 2 +- .../llapi/mc}/SimpleTagIDFilterTest.hpp | 2 +- .../llapi/mc}/SimpleTreeCanopy.hpp | 2 +- .../llapi/mc}/SimpleTreeTrunk.hpp | 2 +- .../MC => include/llapi/mc}/SimplexNoise.hpp | 2 +- .../llapi/mc}/SingleBlockFeature.hpp | 2 +- .../MC => include/llapi/mc}/SitComponent.hpp | 2 +- .../MC => include/llapi/mc}/SitGoal.hpp | 2 +- .../llapi/mc}/SittableDefinition.hpp | 2 +- .../MC => include/llapi/mc}/Skeleton.hpp | 2 +- .../llapi/mc}/SkeletonHorseTrapGoal.hpp | 2 +- .../llapi/mc}/SkinIDDescription.hpp | 2 +- .../MC => include/llapi/mc}/SkinInfoData.hpp | 2 +- .../MC => include/llapi/mc}/SkullBlock.hpp | 2 +- .../llapi/mc}/SkullBlockActor.hpp | 2 +- .../MC => include/llapi/mc}/SkullItem.hpp | 2 +- .../MC => include/llapi/mc}/SlabBlock.hpp | 2 +- .../MC => include/llapi/mc}/SlabBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/SleepGoal.hpp | 2 +- .../MC => include/llapi/mc}/SleepState.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Slime.hpp | 2 +- .../llapi/mc}/SlimeAttackDefinition.hpp | 2 +- .../llapi/mc}/SlimeAttackGoal.hpp | 2 +- .../MC => include/llapi/mc}/SlimeBlock.hpp | 2 +- .../llapi/mc}/SlimeFloatDefinition.hpp | 2 +- .../llapi/mc}/SlimeFloatGoal.hpp | 2 +- .../mc}/SlimeKeepOnJumpingDefinition.hpp | 2 +- .../llapi/mc}/SlimeKeepOnJumpingGoal.hpp | 2 +- .../llapi/mc}/SlimeMoveControl.hpp | 2 +- .../llapi/mc}/SlimeMoveControlDescription.hpp | 2 +- .../mc}/SlimeRandomDirectionDefinition.hpp | 2 +- .../llapi/mc}/SlimeRandomDirectionGoal.hpp | 2 +- .../MC => include/llapi/mc}/SlotData.hpp | 2 +- .../llapi/mc}/SlotDescriptor.hpp | 2 +- .../MC => include/llapi/mc}/SmallFireball.hpp | 2 +- .../llapi/mc}/SmeltItemFunction.hpp | 2 +- .../llapi/mc}/SmithingTableBlock.hpp | 2 +- .../SmithingTableContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/SmokerBlock.hpp | 2 +- .../llapi/mc}/SmokerBlockActor.hpp | 2 +- .../llapi/mc}/SmokerContainerManagerModel.hpp | 2 +- .../llapi/mc}/SmoothStoneSelector.hpp | 2 +- .../MC => include/llapi/mc}/SnackGoal.hpp | 2 +- .../MC => include/llapi/mc}/SnapshotEnv.hpp | 2 +- .../llapi/mc}/SnapshotFilenameAndLength.hpp | 2 +- .../llapi/mc}/SnapshotWritableFile.hpp | 2 +- .../MC => include/llapi/mc}/SneezeGoal.hpp | 2 +- .../MC => include/llapi/mc}/SnowBlock.hpp | 2 +- .../MC => include/llapi/mc}/Snowball.hpp | 2 +- .../MC => include/llapi/mc}/SnowballItem.hpp | 2 +- .../MC => include/llapi/mc}/Social.hpp | 2 +- .../llapi/mc}/SortItemInstanceIdAux.hpp | 2 +- .../MC => include/llapi/mc}/SoulSandBlock.hpp | 2 +- .../llapi/mc}/SoulSpeedEnchant.hpp | 2 +- .../llapi/mc}/SoulTorchBlock.hpp | 2 +- .../llapi/mc}/SoundPlayerInterface.hpp | 2 +- .../llapi/mc}/SoundVolumeDescription.hpp | 2 +- .../MC => include/llapi/mc}/SparklerItem.hpp | 2 +- .../llapi/mc}/SparseContainer.hpp | 2 +- .../llapi/mc}/SpatialActorNetworkData.hpp | 2 +- .../llapi/mc}/SpawnActorComponent.hpp | 2 +- .../llapi/mc}/SpawnActorDefinition.hpp | 2 +- .../llapi/mc}/SpawnActorEntry.hpp | 2 +- .../llapi/mc}/SpawnActorParameters.hpp | 2 +- .../llapi/mc}/SpawnActorSystem.hpp | 2 +- .../llapi/mc}/SpawnAoECloudSubcomponent.hpp | 2 +- .../llapi/mc}/SpawnChanceSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/SpawnData.hpp | 2 +- .../llapi/mc}/SpawnExperienceOrbPacket.hpp | 2 +- .../MC => include/llapi/mc}/SpawnFinder.hpp | 2 +- .../llapi/mc}/SpawnGroupRegistry.hpp | 2 +- .../llapi/mc}/SpawnParticleEffectPacket.hpp | 2 +- .../llapi/mc}/SpawnPointCommand.hpp | 2 +- .../MC => include/llapi/mc}/SpawnSettings.hpp | 2 +- .../MC => include/llapi/mc}/Spawner.hpp | 2 +- .../llapi/mc}/SpecificEnchantFunction.hpp | 2 +- .../MC => include/llapi/mc}/Spider.hpp | 2 +- .../MC => include/llapi/mc}/SpikeFeature.hpp | 2 +- .../MC => include/llapi/mc}/SpinLock.hpp | 2 +- .../mc}/SplashPotionEffectSubcomponent.hpp | 2 +- .../llapi/mc}/SplashPotionItem.hpp | 2 +- .../MC => include/llapi/mc}/SpongeBlock.hpp | 2 +- .../llapi/mc}/SpreadPlayersCommand.hpp | 2 +- .../MC => include/llapi/mc}/SpringFeature.hpp | 2 +- .../llapi/mc}/SpruceTreeCanopy.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Squid.hpp | 2 +- .../MC => include/llapi/mc}/SquidDiveGoal.hpp | 2 +- .../MC => include/llapi/mc}/SquidFleeGoal.hpp | 2 +- .../MC => include/llapi/mc}/SquidIdleGoal.hpp | 2 +- .../llapi/mc}/SquidMoveAwayFromGroundGoal.hpp | 2 +- .../llapi/mc}/SquidOutOfWaterGoal.hpp | 2 +- .../llapi/mc}/StackResultStorageFeature.hpp | 2 +- .../llapi/mc}/StainedGlassBlock.hpp | 2 +- .../llapi/mc}/StainedGlassPaneBlock.hpp | 2 +- .../MC => include/llapi/mc}/StairBlock.hpp | 2 +- .../llapi/mc}/StalkAndPounceOnTargetGoal.hpp | 2 +- .../llapi/mc}/StartGamePacket.hpp | 2 +- .../llapi/mc}/StartScreenCapabilities.hpp | 2 +- .../llapi/mc}/StateSerializationUtils.hpp | 2 +- .../MC => include/llapi/mc}/StemBlock.hpp | 2 +- .../llapi/mc}/StickInGroundSubcomponent.hpp | 2 +- .../llapi/mc}/StompAttackDefinition.hpp | 2 +- .../llapi/mc}/StompAttackGoal.hpp | 2 +- .../llapi/mc}/StompBlockGoal.hpp | 2 +- .../MC => include/llapi/mc}/StompEggGoal.hpp | 2 +- .../MC => include/llapi/mc}/StoneBlock.hpp | 2 +- .../llapi/mc}/StoneBrickBlock.hpp | 2 +- .../llapi/mc}/StoneButtonBlock.hpp | 2 +- .../llapi/mc}/StoneSlabBlock.hpp | 2 +- .../llapi/mc}/StoneSlabBlock2.hpp | 2 +- .../llapi/mc}/StoneSlabBlock3.hpp | 2 +- .../llapi/mc}/StoneSlabBlock4.hpp | 2 +- .../llapi/mc}/StoneSlabBlockItem.hpp | 2 +- .../llapi/mc}/StonecutterBlock.hpp | 2 +- .../mc}/StonecutterContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/StopCommand.hpp | 2 +- .../llapi/mc}/StopSoundCommand.hpp | 2 +- .../llapi/mc}/StopSoundPacket.hpp | 2 +- .../MC => include/llapi/mc}/Stopwatch.hpp | 2 +- .../llapi/mc}/StrengthDescription.hpp | 2 +- .../MC => include/llapi/mc}/Strider.hpp | 2 +- .../llapi/mc}/StringByteInput.hpp | 2 +- .../llapi/mc}/StringByteOutput.hpp | 2 +- .../MC => include/llapi/mc}/StringKey.hpp | 2 +- .../MC => include/llapi/mc}/StringTag.hpp | 2 +- .../llapi/mc}/StrippedLogBlock.hpp | 2 +- .../llapi/mc}/StrollTowardsVillageGoal.hpp | 2 +- .../llapi/mc}/StrongholdFeature.hpp | 2 +- .../llapi/mc}/StrongholdPiece.hpp | 2 +- .../llapi/mc}/StrongholdStart.hpp | 2 +- .../llapi/mc}/StructureBlock.hpp | 2 +- .../llapi/mc}/StructureBlockActor.hpp | 2 +- .../llapi/mc}/StructureBlockPalette.hpp | 2 +- .../llapi/mc}/StructureBlockUpdatePacket.hpp | 2 +- .../llapi/mc}/StructureDataLoadHelper.hpp | 2 +- .../llapi/mc}/StructureEditorData.hpp | 2 +- .../llapi/mc}/StructureFeature.hpp | 2 +- .../llapi/mc}/StructureHelpers.hpp | 2 +- .../llapi/mc}/StructureIntegrityProcessor.hpp | 2 +- .../llapi/mc}/StructureManager.hpp | 2 +- .../llapi/mc}/StructurePiece.hpp | 2 +- .../StructurePoolActorPredicateActorMatch.hpp | 2 +- .../StructurePoolBlockPredicateAlwaysTrue.hpp | 2 +- ...ePoolBlockPredicateAxisAlignedPosition.hpp | 2 +- .../StructurePoolBlockPredicateBlockMatch.hpp | 2 +- ...turePoolBlockPredicateBlockMatchRandom.hpp | 2 +- ...BlockTagPredicateBlockTagStringMatches.hpp | 2 +- .../llapi/mc}/StructurePoolBlockTagRule.hpp | 2 +- .../llapi/mc}/StructurePoolElement.hpp | 2 +- .../llapi/mc}/StructureSettings.hpp | 2 +- .../llapi/mc}/StructureStart.hpp | 2 +- .../MC => include/llapi/mc}/StructureTag.hpp | 2 +- .../llapi/mc}/StructureTemplate.hpp | 2 +- .../llapi/mc}/StructureTemplateData.hpp | 2 +- .../StructureTemplateDataRequestPacket.hpp | 2 +- .../StructureTemplateDataResponsePacket.hpp | 2 +- .../llapi/mc}/StructureTemplateFeature.hpp | 2 +- .../llapi/mc}/StructureTemplatePool.hpp | 2 +- .../MC => include/llapi/mc}/StructureVoid.hpp | 2 +- .../MC => include/llapi/mc}/SubChunk.hpp | 2 +- .../llapi/mc}/SubChunkBlockStorage.hpp | 2 +- .../MC => include/llapi/mc}/SubChunkPos.hpp | 2 +- .../llapi/mc}/SubChunkRelighter.hpp | 2 +- .../llapi/mc}/SubClientConnectionRequest.hpp | 2 +- .../llapi/mc}/SubClientLoginPacket.hpp | 2 +- .../MC => include/llapi/mc}/SubpackInfo.hpp | 2 +- .../llapi/mc}/SubpackInfoCollection.hpp | 2 +- .../llapi/mc}/SubtreeDefinition.hpp | 2 +- .../MC => include/llapi/mc}/SubtreeNode.hpp | 2 +- .../llapi/mc}/SummonActorGoal.hpp | 2 +- .../MC => include/llapi/mc}/SummonCommand.hpp | 2 +- .../llapi/mc}/SummonSpellData.hpp | 2 +- .../llapi/mc}/SummonSpellStage.hpp | 2 +- .../llapi/mc}/SurfaceBuilderRegistry.hpp | 2 +- .../SurfaceMaterialAdjustmentAttributes.hpp | 2 +- .../SurfaceMaterialAdjustmentEvaluated.hpp | 2 +- .../MC => include/llapi/mc}/SurvivalMode.hpp | 2 +- .../llapi/mc}/SuspiciousStewItem.hpp | 2 +- .../MC => include/llapi/mc}/SwamplandHut.hpp | 2 +- .../llapi/mc}/SweetBerryBushBlock.hpp | 2 +- .../MC => include/llapi/mc}/SwellGoal.hpp | 2 +- .../MC => include/llapi/mc}/SwimEnchant.hpp | 2 +- .../llapi/mc}/SwimIdleDefinition.hpp | 2 +- .../MC => include/llapi/mc}/SwimIdleGoal.hpp | 2 +- .../llapi/mc}/SwimMoveControl.hpp | 2 +- .../llapi/mc}/SwimWanderDefinition.hpp | 2 +- .../llapi/mc}/SwimWanderGoal.hpp | 2 +- .../llapi/mc}/SwimWithEntityDefinition.hpp | 2 +- .../llapi/mc}/SwimWithEntityGoal.hpp | 2 +- .../llapi/mc}/SwoopAttackDefinition.hpp | 2 +- .../llapi/mc}/SwoopAttackGoal.hpp | 2 +- .../llapi/mc}/SyncedAttribute.hpp | 2 +- .../llapi/mc}/SynchedActorData.hpp | 2 +- .../llapi/mc}/SystemFilePicker.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Tag.hpp | 4 +- .../MC => include/llapi/mc}/TagCommand.hpp | 2 +- .../llapi/mc}/TagMemoryChunk.hpp | 2 +- .../llapi/mc}/TakeFlowerGoal.hpp | 2 +- .../llapi/mc}/TakeItemActorPacket.hpp | 2 +- .../llapi/mc}/TakePictureCommand.hpp | 2 +- .../MC => include/llapi/mc}/TallGrass.hpp | 2 +- .../llapi/mc}/TallGrassFeature.hpp | 2 +- .../llapi/mc}/TameableComponent.hpp | 2 +- .../llapi/mc}/TameableDescription.hpp | 2 +- .../MC => include/llapi/mc}/TargetBlock.hpp | 2 +- .../MC => include/llapi/mc}/TargetGoal.hpp | 2 +- .../llapi/mc}/TargetGoalDefinition.hpp | 2 +- .../llapi/mc}/TargetNearbyDescription.hpp | 2 +- .../llapi/mc}/TargetNearbySystem.hpp | 2 +- .../llapi/mc}/TargetWhenPushedGoal.hpp | 2 +- .../MC => include/llapi/mc}/TaskGroup.hpp | 2 +- .../MC => include/llapi/mc}/TaskResult.hpp | 2 +- .../MC => include/llapi/mc}/TaskStartInfo.hpp | 2 +- .../MC => include/llapi/mc}/TcpProxy.hpp | 2 +- .../llapi/mc}/TeleportCommand.hpp | 2 +- .../llapi/mc}/TeleportComponent.hpp | 2 +- .../llapi/mc}/TeleportDescription.hpp | 2 +- .../llapi/mc}/TeleportRotationData.hpp | 2 +- .../llapi/mc}/TeleportSystem.hpp | 2 +- .../llapi/mc}/TeleportTarget.hpp | 2 +- .../llapi/mc}/TeleportToSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/TellCommand.hpp | 2 +- .../llapi/mc}/TellRawCommand.hpp | 2 +- .../llapi/mc}/TemplateStructurePiece.hpp | 2 +- .../llapi/mc}/TemporalAttributeBuff.hpp | 2 +- .../MC => include/llapi/mc}/TemptGoal.hpp | 2 +- .../mc}/TerrainBurstReactionComponent.hpp | 2 +- .../llapi/mc}/TestForBlockCommand.hpp | 2 +- .../llapi/mc}/TestForBlocksCommand.hpp | 2 +- .../llapi/mc}/TestForCommand.hpp | 2 +- .../llapi/mc}/TextObjectLocalizedText.hpp | 2 +- .../mc}/TextObjectLocalizedTextWithParams.hpp | 2 +- .../llapi/mc}/TextObjectParser.hpp | 2 +- .../llapi/mc}/TextObjectRoot.hpp | 2 +- .../llapi/mc}/TextObjectText.hpp | 2 +- .../MC => include/llapi/mc}/TextPacket.hpp | 2 +- .../llapi/mc}/TextureUVCoordinateSet.hpp | 2 +- .../llapi/mc}/TheEndDimension.hpp | 2 +- .../llapi/mc}/TheEndGenerator.hpp | 2 +- .../llapi/mc}/TheEndSpikeHelper.hpp | 2 +- .../llapi/mc}/ThinFenceBlock.hpp | 2 +- .../llapi/mc}/ThirdPartyInfo.hpp | 2 +- .../MC => include/llapi/mc}/Throwable.hpp | 2 +- .../MC => include/llapi/mc}/ThrownEgg.hpp | 2 +- .../llapi/mc}/ThrownEnderpearl.hpp | 2 +- .../MC => include/llapi/mc}/ThrownIceBomb.hpp | 2 +- .../MC => include/llapi/mc}/ThrownPotion.hpp | 2 +- .../mc}/ThrownPotionEffectSubcomponent.hpp | 2 +- .../MC => include/llapi/mc}/ThrownTrident.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Tick.hpp | 0 .../llapi/mc}/TickSyncPacket.hpp | 2 +- .../llapi/mc}/TickWorldComponent.hpp | 2 +- .../llapi/mc}/TickWorldDescription.hpp | 2 +- .../MC => include/llapi/mc}/TickingArea.hpp | 2 +- .../llapi/mc}/TickingAreaCommand.hpp | 2 +- .../llapi/mc}/TickingAreaDescription.hpp | 2 +- .../llapi/mc}/TickingAreaList.hpp | 2 +- .../llapi/mc}/TickingAreaListBase.hpp | 2 +- .../llapi/mc}/TickingAreaView.hpp | 2 +- .../llapi/mc}/TickingAreasManager.hpp | 2 +- .../MC => include/llapi/mc}/TimeCommand.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Timer.hpp | 2 +- .../llapi/mc}/TimerComponent.hpp | 2 +- .../llapi/mc}/TimerDefinition.hpp | 2 +- .../MC => include/llapi/mc}/TimerSystem.hpp | 2 +- .../MC => include/llapi/mc}/TitleCommand.hpp | 2 +- .../MC => include/llapi/mc}/TitleInfo.hpp | 2 +- .../llapi/mc}/TitleRawCommand.hpp | 2 +- .../MC => include/llapi/mc}/TntBlock.hpp | 2 +- .../llapi/mc}/ToggleDownfallCommand.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Token.hpp | 2 +- .../MC => include/llapi/mc}/ToolRecipes.hpp | 2 +- .../MC => include/llapi/mc}/TopSnowBlock.hpp | 2 +- .../llapi/mc}/TopSnowBlockItem.hpp | 2 +- .../MC => include/llapi/mc}/TorchBlock.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Trade.hpp | 2 +- .../llapi/mc}/Trade2ContainerManagerModel.hpp | 2 +- .../llapi/mc}/TradeContainerManagerModel.hpp | 2 +- .../MC => include/llapi/mc}/TradeGroup.hpp | 2 +- .../llapi/mc}/TradeInterestGoal.hpp | 2 +- .../MC => include/llapi/mc}/TradeItem.hpp | 2 +- .../llapi/mc}/TradeResupplyDescription.hpp | 2 +- .../MC => include/llapi/mc}/TradeTable.hpp | 2 +- .../MC => include/llapi/mc}/TradeTables.hpp | 2 +- .../MC => include/llapi/mc}/TradeTier.hpp | 2 +- .../llapi/mc}/TradeWithPlayerGoal.hpp | 2 +- .../llapi/mc}/TradeableSystem.hpp | 2 +- .../llapi/mc}/TraderMaterialTypeFunction.hpp | 2 +- .../llapi/mc}/TrailDescription.hpp | 2 +- .../MC => include/llapi/mc}/TrailSystem.hpp | 2 +- .../mc}/TransactionalWorldBlockTarget.hpp | 2 +- .../llapi/mc}/TransferPacket.hpp | 2 +- .../llapi/mc}/TransformationComponent.hpp | 2 +- .../llapi/mc}/TransformationDescription.hpp | 2 +- .../llapi/mc}/TransformationSystem.hpp | 2 +- .../llapi/mc}/TransporterComponent.hpp | 2 +- .../MC => include/llapi/mc}/TrapDoorBlock.hpp | 2 +- .../MC => include/llapi/mc}/TreeHelper.hpp | 2 +- .../llapi/mc}/TridentChannelingEnchant.hpp | 2 +- .../llapi/mc}/TridentImpalerEnchant.hpp | 2 +- .../MC => include/llapi/mc}/TridentItem.hpp | 2 +- .../llapi/mc}/TridentLoyaltyEnchant.hpp | 2 +- .../llapi/mc}/TridentRiptideEnchant.hpp | 2 +- .../llapi/mc}/TriggerDescription.hpp | 2 +- .../MC => include/llapi/mc}/TripWireBlock.hpp | 2 +- .../llapi/mc}/TripWireHookBlock.hpp | 2 +- .../MC => include/llapi/mc}/TripodCamera.hpp | 2 +- .../llapi/mc}/TripodCameraDescription.hpp | 2 +- .../MC => include/llapi/mc}/TropicalFish.hpp | 2 +- .../llapi/mc}/TropicalFishInfo.hpp | 2 +- .../llapi/mc}/TrustComponent.hpp | 2 +- .../llapi/mc}/TrustDescription.hpp | 2 +- .../MC => include/llapi/mc}/TrustedKeys.hpp | 2 +- .../llapi/mc}/TrustingComponent.hpp | 2 +- .../llapi/mc}/TrustingDescription.hpp | 2 +- .../MC => include/llapi/mc}/Turtle.hpp | 2 +- .../llapi/mc}/TurtleEggBlock.hpp | 2 +- .../llapi/mc}/TwistingVinesBlock.hpp | 2 +- .../llapi/mc}/TwistingVinesClusterFeature.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Types.hpp | 11 +- .../llapi/mc}/UnburiedConstraint.hpp | 2 +- .../llapi/mc}/UnderwaterCanyonFeature.hpp | 2 +- .../llapi/mc}/UnderwaterLargeCaveFeature.hpp | 2 +- .../llapi/mc}/UnderwaterTorchBlock.hpp | 2 +- .../llapi/mc}/UndyedShulkerBoxBlock.hpp | 2 +- .../llapi/mc}/UnverifiedCertificate.hpp | 2 +- .../llapi/mc}/UpdateAttributesPacket.hpp | 2 +- .../llapi/mc}/UpdateBlockPacket.hpp | 2 +- .../llapi/mc}/UpdateBlockPropertiesPacket.hpp | 2 +- .../llapi/mc}/UpdateBlockSyncedPacket.hpp | 2 +- .../llapi/mc}/UpdateEquipPacket.hpp | 2 +- .../llapi/mc}/UpdatePlayerGameTypePacket.hpp | 2 +- .../llapi/mc}/UpdateSoftEnumPacket.hpp | 2 +- .../llapi/mc}/UpdateTradePacket.hpp | 2 +- .../MC => include/llapi/mc}/UriListener.hpp | 2 +- .../llapi/mc}/UseActorDefinition.hpp | 2 +- .../MC => include/llapi/mc}/UseActorNode.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Util.hpp | 2 +- .../llapi/mc}/VanillaActorRendererId.hpp | 2 +- .../MC => include/llapi/mc}/VanillaActors.hpp | 2 +- .../llapi/mc}/VanillaAppConfigs.hpp | 2 +- ...anillaBastionJigsawStructureBlockRules.hpp | 2 +- .../VanillaBastionJigsawStructureElements.hpp | 2 +- .../mc}/VanillaBastionJigsawStructures.hpp | 2 +- .../MC => include/llapi/mc}/VanillaBiomes.hpp | 2 +- .../llapi/mc}/VanillaBlockConversion.hpp | 2 +- .../mc}/VanillaBlockStateTransformUtils.hpp | 2 +- .../llapi/mc}/VanillaBlockTypes.hpp | 2 +- .../llapi/mc}/VanillaBlockUpdater.hpp | 2 +- .../MC => include/llapi/mc}/VanillaBlocks.hpp | 2 +- .../llapi/mc}/VanillaBuiltInEntities.hpp | 2 +- .../llapi/mc}/VanillaDimensionFactory.hpp | 2 +- .../llapi/mc}/VanillaDimensions.hpp | 2 +- .../llapi/mc}/VanillaFeatures.hpp | 2 +- .../mc}/VanillaGameModuleDedicatedServer.hpp | 2 +- .../llapi/mc}/VanillaGameModuleServer.hpp | 2 +- .../llapi/mc}/VanillaGameVersions.hpp | 2 +- .../llapi/mc}/VanillaGoalDefinition.hpp | 2 +- .../llapi/mc}/VanillaGoalUtility.hpp | 2 +- .../llapi/mc}/VanillaInPackagePacks.hpp | 2 +- .../llapi/mc}/VanillaItemTiers.hpp | 2 +- .../MC => include/llapi/mc}/VanillaItems.hpp | 2 +- .../llapi/mc}/VanillaLevelChunkUpgrade.hpp | 2 +- .../llapi/mc}/VanillaOverworldBiomeSource.hpp | 2 +- .../VanillaServerGameplayEventListener.hpp | 2 +- .../llapi/mc}/VanillaServerNetworkHandler.hpp | 2 +- .../MC => include/llapi/mc}/VanillaStates.hpp | 2 +- .../llapi/mc}/VanillaSystemsRegistration.hpp | 2 +- .../llapi/mc}/VanillaTreeFeature.hpp | 2 +- ...anillaVillageJigsawStructureActorRules.hpp | 2 +- ...anillaVillageJigsawStructureBlockRules.hpp | 2 +- ...llaVillageJigsawStructureBlockTagRules.hpp | 2 +- .../VanillaVillageJigsawStructureElements.hpp | 2 +- .../mc}/VanillaVillageJigsawStructures.hpp | 2 +- .../llapi/mc}/VanillaWorldSystems.hpp | 2 +- .../llapi/mc}/VarIntDataInput.hpp | 4 +- .../llapi/mc}/VarIntDataOutput.hpp | 2 +- .../llapi/mc}/VariantDescription.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Vec2.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Vec3.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Vex.hpp | 2 +- .../llapi/mc}/VexCopyOwnerTargetGoal.hpp | 2 +- .../llapi/mc}/VexRandomMoveGoal.hpp | 2 +- .../MC => include/llapi/mc}/Village.hpp | 2 +- .../llapi/mc}/VillageFeature.hpp | 2 +- .../llapi/mc}/VillageManager.hpp | 2 +- .../MC => include/llapi/mc}/VillagePiece.hpp | 2 +- .../MC => include/llapi/mc}/VillageStart.hpp | 2 +- .../MC => include/llapi/mc}/Villager.hpp | 2 +- .../MC => include/llapi/mc}/VillagerBase.hpp | 2 +- .../MC => include/llapi/mc}/VillagerV2.hpp | 2 +- .../llapi/mc}/VindicationIllager.hpp | 2 +- .../MC => include/llapi/mc}/VineBlock.hpp | 2 +- .../MC => include/llapi/mc}/VinesFeature.hpp | 2 +- .../llapi/mc}/VirtualCommandOrigin.hpp | 2 +- .../llapi/mc}/WASDControlledDescription.hpp | 2 +- .../llapi/mc}/WSAStartupSingleton.hpp | 2 +- .../llapi/mc}/WSServerCommand.hpp | 2 +- .../llapi/mc}/WaitDefinition.hpp | 2 +- .../MC => include/llapi/mc}/WaitNode.hpp | 2 +- .../llapi/mc}/WaitTicksDefinition.hpp | 2 +- .../MC => include/llapi/mc}/WaitTicksNode.hpp | 2 +- .../mc}/WalkAnimationSpeedDescription.hpp | 2 +- .../MC => include/llapi/mc}/WalkState.hpp | 2 +- .../MC => include/llapi/mc}/WallBlock.hpp | 2 +- .../llapi/mc}/WallClimberPathNavigation.hpp | 2 +- .../llapi/mc}/WanderingTrader.hpp | 2 +- .../llapi/mc}/WanderingTraderScheduler.hpp | 2 +- .../llapi/mc}/WantsJockeyDescription.hpp | 2 +- .../llapi/mc}/WarpedFungusOnAStickItem.hpp | 2 +- .../MC => include/llapi/mc}/WaterAnimal.hpp | 2 +- .../llapi/mc}/WaterBoundPathNavigation.hpp | 2 +- .../llapi/mc}/WaterLilyBlockItem.hpp | 2 +- .../llapi/mc}/WaterMovementDescription.hpp | 2 +- .../llapi/mc}/WaterlilyBlock.hpp | 2 +- .../llapi/mc}/WaterlilyFeature.hpp | 2 +- .../MC => include/llapi/mc}/WeaponItem.hpp | 2 +- .../MC => include/llapi/mc}/WeaponRecipes.hpp | 2 +- .../MC => include/llapi/mc}/Weather.hpp | 2 +- .../llapi/mc}/WeatherCommand.hpp | 2 +- .../llapi/mc}/WeatherHelpers.hpp | 2 +- .../MC => include/llapi/mc}/WebBlock.hpp | 2 +- .../MC => include/llapi/mc}/WebToken.hpp | 2 +- .../llapi/mc}/WebviewObserver.hpp | 2 +- .../llapi/mc}/WeepingVinesBlock.hpp | 2 +- .../llapi/mc}/WeepingVinesClusterFeature.hpp | 2 +- .../llapi/mc}/WeightedPressurePlateBlock.hpp | 2 +- .../llapi/mc}/WeightedRandomFeature.hpp | 2 +- .../llapi/mc}/WellKnownBiomeTags.hpp | 2 +- .../MC => include/llapi/mc}/Whitelist.hpp | 2 +- .../llapi/mc}/WhitelistCommand.hpp | 2 +- .../llapi/mc}/WhitelistEntry.hpp | 2 +- .../MC => include/llapi/mc}/WhitelistFile.hpp | 2 +- .../MC => include/llapi/mc}/WinStackTrace.hpp | 2 +- .../llapi/mc}/WireframeQueue.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Witch.hpp | 2 +- .../MC => include/llapi/mc}/WitherBoss.hpp | 2 +- .../llapi/mc}/WitherBossSpawnUtilities.hpp | 2 +- .../llapi/mc}/WitherRandomAttackPosGoal.hpp | 2 +- .../llapi/mc}/WitherRoseBlock.hpp | 2 +- .../MC => include/llapi/mc}/WitherSkull.hpp | 2 +- .../llapi/mc}/WitherTargetHighestDamage.hpp | 2 +- .../{Header/MC => include/llapi/mc}/Wolf.hpp | 2 +- .../MC => include/llapi/mc}/WoodBlock.hpp | 2 +- .../llapi/mc}/WoodButtonBlock.hpp | 2 +- .../MC => include/llapi/mc}/WoodSlabBlock.hpp | 2 +- .../llapi/mc}/WoodSlabBlockItem.hpp | 2 +- .../llapi/mc}/WoodlandMansionFeature.hpp | 2 +- .../llapi/mc}/WoodlandMansionPieces.hpp | 2 +- .../llapi/mc}/WoodlandMansionStart.hpp | 2 +- .../llapi/mc}/WoolCarpetBlock.hpp | 2 +- .../MC => include/llapi/mc}/WorkGoal.hpp | 2 +- .../llapi/mc}/WorkbenchBlock.hpp | 2 +- .../MC => include/llapi/mc}/WorkerPool.hpp | 2 +- .../llapi/mc}/WorldBlockTarget.hpp | 2 +- .../llapi/mc}/WorldBuilderCommand.hpp | 2 +- .../llapi/mc}/WorldChangeTransaction.hpp | 2 +- .../llapi/mc}/WorldGenerator.hpp | 2 +- .../llapi/mc}/WorldHistoryPackSource.hpp | 2 +- .../llapi/mc}/WorldLimitChunkSource.hpp | 2 +- .../llapi/mc}/WorldPackHistory.hpp | 2 +- .../llapi/mc}/WorldPacksHistoryFile.hpp | 2 +- .../llapi/mc}/WorldSessionEndPoint.hpp | 2 +- .../llapi/mc}/WorldTemplateInfo.hpp | 2 +- .../llapi/mc}/WorldTemplateLevelData.hpp | 2 +- .../llapi/mc}/WorldTemplateManager.hpp | 2 +- .../WorldTemplateManagerProxyCallbacks.hpp | 2 +- .../llapi/mc}/WorldTemplatePackManifest.hpp | 2 +- .../llapi/mc}/WorldTemplatePackSource.hpp | 2 +- .../llapi/mc}/WritableBookItem.hpp | 2 +- .../llapi/mc}/WrittenBookItem.hpp | 2 +- .../MC => include/llapi/mc}/XPCommand.hpp | 2 +- .../llapi/mc}/ZipPackAccessStrategy.hpp | 2 +- ...ZipPackAccessStrategyOwningFileAcccess.hpp | 2 +- .../llapi/mc}/ZlibFileAccessWrapper.hpp | 2 +- .../MC => include/llapi/mc}/Zombie.hpp | 2 +- .../llapi/mc}/ZombieVillager.hpp | 2 +- .../llapi/mc}/_ProfilerLiteTimer.hpp | 2 +- .../MC => include/llapi/mc}/_TickPtr.hpp | 2 +- .../MC => include/llapi/mc}/glTFExporter.hpp | 2 +- .../MC => include/llapi/mc}/persona.hpp | 2 +- .../{Header/MC => include/llapi/mc}/port.hpp | 2 +- .../llapi/perm}/Foundation.hpp | 2 +- .../PERM => include/llapi/perm}/Member.hpp | 0 .../llapi/perm}/Permission.hpp | 2 +- .../PERM => include/llapi/perm}/Role.hpp | 0 .../Utils => include/llapi/utils}/Bstream.h | 0 LiteLoader/include/llapi/utils/CryptHelper.h | 6 + .../Utils => include/llapi/utils}/CsLock.h | 4 +- .../Utils => include/llapi/utils}/DbgHelper.h | 4 +- .../llapi/utils}/FileHelper.h | 2 +- .../Utils => include/llapi/utils}/Hash.h | 0 .../Utils => include/llapi/utils}/Json.h | 2 +- .../llapi/utils}/NetworkHelper.h | 4 +- .../Utils => include/llapi/utils}/Optional.h | 0 .../llapi/utils}/PatchHelper.h | 0 .../Utils => include/llapi/utils}/PlayerMap.h | 2 +- .../llapi/utils}/PluginOwnData.h | 2 +- .../Utils => include/llapi/utils}/RNG.h | 4 +- .../Utils => include/llapi/utils}/SRWLock.h | 2 +- .../Utils => include/llapi/utils}/STLHelper.h | 0 .../llapi/utils}/ShellLinkFile.h | 2 +- .../llapi/utils}/StringHelper.h | 2 +- .../llapi/utils}/StringReader.h | 2 +- .../llapi/utils}/TypeConversionHelper.hpp | 4 +- .../Utils => include/llapi/utils}/VarInt.h | 0 .../llapi/utils}/ViewHelper.h | 0 .../Utils => include/llapi/utils}/WinHelper.h | 2 +- .../{Main => src/liteloader}/AddonsHelper.cpp | 18 +-- .../{Main => src/liteloader}/BStats.cpp | 10 +- .../liteloader}/BuiltinBugFix.cpp | 0 .../liteloader}/BuiltinCommands.cpp | 14 +- .../liteloader}/BuiltinUnlockCmd.cpp | 6 +- .../{Main => src/liteloader}/Config.cpp | 6 +- .../{Main => src/liteloader}/CrashLogger.cpp | 6 +- .../{Main => src/liteloader}/LiteLoader.cpp | 20 +-- .../{Main => src/liteloader}/Loader.cpp | 24 +-- .../liteloader}/ModifyInfomation.cpp | 12 +- .../{Main => src/liteloader}/ModifyPack.cpp | 0 .../liteloader}/PluginManager.cpp | 16 +- .../liteloader}/SEHProtection.cpp | 4 +- .../liteloader}/SimpleServerLogger.cpp | 6 +- .../{Main => src/liteloader}/dllmain.cpp | 2 +- .../{Kernel => src/llapi}/AllowListAPI.cpp | 0 .../{Kernel => src/llapi}/Compatibility.cpp | 6 +- LiteLoader/{Kernel => src/llapi}/EventAPI.cpp | 14 +- .../llapi}/FormPacketHelper.cpp | 10 +- LiteLoader/{Kernel => src/llapi}/FormUI.cpp | 6 +- LiteLoader/{Kernel => src/llapi}/I18nAPI.cpp | 4 +- LiteLoader/{Kernel => src/llapi}/KVDBAPI.cpp | 8 +- LiteLoader/{Kernel => src/llapi}/LLAPI.cpp | 8 +- .../{Kernel => src/llapi}/LoggerAPI.cpp | 4 +- .../llapi}/ObjectivePacketHelper.cpp | 0 .../{Kernel => src/llapi}/ParticleAPI.cpp | 4 +- LiteLoader/src/llapi/PermissionAPI.cpp | 3 + .../{Kernel => src/llapi}/PlayerInfoAPI.cpp | 8 +- .../{Kernel => src/llapi}/RemoteCallAPI.cpp | 6 +- .../{Kernel => src/llapi}/ScheduleAPI.cpp | 12 +- .../{Kernel => src/llapi}/ServerAPI.cpp | 2 +- .../llapi}/SimulatedPlayerAPI.cpp | 0 .../llapi/command}/CommandOriginAPI.cpp | 0 .../llapi/command}/CommandOutputAPI.cpp | 0 .../llapi/command}/CommandRegistryAPI.cpp | 6 +- .../llapi/command}/DynamicCommandAPI.cpp | 16 +- .../{Kernel/DB => src/llapi/db}/Any.cpp | 0 .../DB => src/llapi/db}/ConnParams.cpp | 2 +- .../llapi/db}/Impl/MySQL/Session.cpp | 2 +- .../DB => src/llapi/db}/Impl/MySQL/Stmt.cpp | 2 +- .../llapi/db}/Impl/SQLite/Session.cpp | 2 +- .../DB => src/llapi/db}/Impl/SQLite/Stmt.cpp | 2 +- .../{Kernel/DB => src/llapi/db}/Row.cpp | 0 .../{Kernel/DB => src/llapi/db}/RowSet.cpp | 0 .../{Kernel/DB => src/llapi/db}/Session.cpp | 2 +- .../{Kernel/DB => src/llapi/db}/Stmt.cpp | 2 +- .../{Kernel/MC => src/llapi/mc}/ActorAPI.cpp | 2 +- .../MC => src/llapi/mc}/ActorDamageSource.cpp | 0 .../{Kernel/MC => src/llapi/mc}/BiomeAPI.cpp | 0 .../{Kernel/MC => src/llapi/mc}/BlockAPI.cpp | 6 +- .../MC => src/llapi/mc}/BlockActorAPI.cpp | 0 .../MC => src/llapi/mc}/BlockInstanceAPI.cpp | 2 +- .../MC => src/llapi/mc}/BlockLegacyAPI.cpp | 0 .../MC => src/llapi/mc}/BlockSourceAPI.cpp | 2 +- .../MC => src/llapi/mc}/ColorFormatAPI.cpp | 2 +- .../MC => src/llapi/mc}/ContainerAPI.cpp | 2 +- .../MC => src/llapi/mc}/GameModeAPI.cpp | 0 .../MC => src/llapi/mc}/HitResultAPI.cpp | 0 .../{Kernel/MC => src/llapi/mc}/I18nAPI.cpp | 0 .../MC => src/llapi/mc}/ItemActorAPI.cpp | 8 +- .../MC => src/llapi/mc}/ItemStackAPI.cpp | 2 +- .../MC => src/llapi/mc}/JsonHelpers.cpp | 0 .../{Kernel/MC => src/llapi/mc}/LevelAPI.cpp | 2 +- .../{Kernel/MC => src/llapi/mc}/MobAPI.cpp | 2 +- .../{Kernel/MC => src/llapi/mc}/MolangAPI.cpp | 0 .../llapi/mc}/NetworkIdentifierAPI.cpp | 0 .../{Kernel/MC => src/llapi/mc}/PlayerAPI.cpp | 18 +-- .../llapi/mc}/ResourcePackRepositoryAPI.cpp | 0 .../MC => src/llapi/mc}/SpawnerAPI.cpp | 2 +- .../llapi/mc}/StaticVanillaBlocksAPI.cpp | 0 .../llapi/mc}/StructureTemplateAPI.cpp | 0 .../{Kernel/MC => src/llapi/mc}/Types.cpp | 2 +- .../NBT => src/llapi/nbt}/ByteArrayTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/ByteTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/CompoundTagAPI.cpp | 4 +- .../NBT => src/llapi/nbt}/DoubleTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/EndTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/FloatTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/Int64TagAPI.cpp | 0 .../NBT => src/llapi/nbt}/IntArrayTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/IntTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/ListTagAPI.cpp | 0 .../llapi/nbt}/PrettySnbtFormatAPI.cpp | 0 .../NBT => src/llapi/nbt}/ShortTagAPI.cpp | 0 .../NBT => src/llapi/nbt}/StringTagAPI.cpp | 0 .../{Kernel/NBT => src/llapi/nbt}/TagAPI.cpp | 2 +- .../NBT => src/llapi/nbt}/TagMemoryChunk.cpp | 0 .../llapi/network}/BinaryStreamAPI.cpp | 0 .../llapi/network}/PacketAPI.cpp | 2 +- .../network}/ReadOnlyBinaryStreamAPI.cpp | 0 .../llapi/scoreboard}/ObjectiveAPI.cpp | 2 +- .../llapi/scoreboard}/ScoreboardAPI.cpp | 0 .../Utils => src/llapi/utils}/CryptHelper.cpp | 0 .../Utils => src/llapi/utils}/CsLock.cpp | 0 .../Utils => src/llapi/utils}/DbgHelper.cpp | 6 +- .../Utils => src/llapi/utils}/FileHelper.cpp | 2 +- .../llapi/utils}/GlobalService.cpp | 4 +- .../llapi/utils}/NetworkHelper.cpp | 8 +- .../Utils => src/llapi/utils}/PlayerMap.cpp | 2 +- .../llapi/utils}/PluginOwnData.cpp | 0 .../Utils => src/llapi/utils}/SRWLock.cpp | 2 +- .../Utils => src/llapi/utils}/STLHelper.cpp | 0 .../llapi/utils}/ShellLinkFile.cpp | 0 .../llapi/utils}/StringHelper.cpp | 2 +- .../llapi/utils}/StringReader.cpp | 0 .../Utils => src/llapi/utils}/WinHelper.cpp | 8 +- .../include}/Base64/Base64.hpp | 0 .../include}/FMT/args.h | 0 .../include}/FMT/chrono.h | 0 .../include}/FMT/color.h | 0 .../include}/FMT/compile.h | 0 .../include}/FMT/core.h | 0 .../include}/FMT/format-inl.h | 0 .../include}/FMT/format.h | 0 .../include}/FMT/locale.h | 0 .../include}/FMT/os.h | 0 .../include}/FMT/ostream.h | 0 .../include}/FMT/printf.h | 0 .../include}/FMT/ranges.h | 0 .../include}/FMT/xchar.h | 0 .../include}/ModUtils/ModUtils.h | 2 +- .../include}/Nlohmann/fifo_json.hpp | 0 .../include}/Nlohmann/fifo_map.hpp | 0 .../include}/Nlohmann/json.hpp | 0 .../include}/SQLiteCpp/Assertion.h | 0 .../include}/SQLiteCpp/Backup.h | 2 +- .../include}/SQLiteCpp/Column.h | 4 +- .../include}/SQLiteCpp/Database.h | 4 +- .../include}/SQLiteCpp/Exception.h | 0 .../include}/SQLiteCpp/SQLiteCpp.h | 12 +- .../include}/SQLiteCpp/Statement.h | 2 +- .../include}/SQLiteCpp/Transaction.h | 2 +- .../include}/SQLiteCpp/Utils.h | 0 .../include}/SQLiteCpp/VariadicBind.h | 2 +- .../include}/SimpleIni/SimpleIni.h | 2 +- .../compact_enc_det/compact_enc_det.h | 4 +- .../compact_enc_det_generated_tables.h | 0 .../compact_enc_det_generated_tables2.h | 2 +- .../compact_enc_det_hint_code.h | 4 +- .../compact_enc_det/detail_head_string.inc | 0 .../compact_enc_det/util/basictypes.h | 0 .../util/case_insensitive_hash.h | 0 .../compact_enc_det/util/commandlineflags.h | 0 .../util/encodings/encodings.h | 0 .../util/encodings/encodings.pb.h | 0 .../util/languages/languages.h | 0 .../util/languages/languages.pb.h | 0 .../include}/compact_enc_det/util/logging.h | 0 .../include}/compact_enc_det/util/port.h | 0 .../compact_enc_det/util/string_util.h | 0 .../include}/compact_enc_det/util/varsetter.h | 0 .../include}/dbghelp/dbghelp.h | 0 .../include}/detours/detours.h | 0 .../include}/detours/detver.h | 0 .../include}/dyncall/dyncall.h | 0 .../include}/dyncall/dyncall_alloc.h | 0 .../include}/dyncall/dyncall_alloc_wx.h | 0 .../include}/dyncall/dyncall_args.h | 0 .../include}/dyncall/dyncall_callback.h | 0 .../include}/dyncall/dyncall_callf.h | 0 .../include}/dyncall/dyncall_callvm.h | 0 .../include}/dyncall/dyncall_config.h | 0 .../include}/dyncall/dyncall_macros.h | 0 .../include}/dyncall/dyncall_signature.h | 0 .../include}/dyncall/dyncall_struct.h | 0 .../include}/dyncall/dyncall_thunk.h | 0 .../include}/dyncall/dyncall_types.h | 0 .../include}/dyncall/dyncall_utils.h | 0 .../include}/dyncall/dyncall_value.h | 0 .../include}/dyncall/dyncall_vector.h | 0 .../include}/dyncall/dyncall_version.h | 0 .../include}/dyncall/dynload.h | 0 .../include}/dyncall/dynload_alloc.h | 0 .../include}/entt/config/config.h | 0 .../include}/entt/config/version.h | 0 .../include}/entt/core/algorithm.hpp | 0 .../include}/entt/core/any.hpp | 4 +- .../include}/entt/core/attribute.h | 0 .../include}/entt/core/family.hpp | 2 +- .../include}/entt/core/fwd.hpp | 2 +- .../include}/entt/core/hashed_string.hpp | 2 +- .../include}/entt/core/ident.hpp | 2 +- .../include}/entt/core/monostate.hpp | 2 +- .../include}/entt/core/type_info.hpp | 4 +- .../include}/entt/core/type_traits.hpp | 2 +- .../include}/entt/core/utility.hpp | 2 +- .../include}/entt/entity/component.hpp | 2 +- .../include}/entt/entity/entity.hpp | 2 +- .../include}/entt/entity/fwd.hpp | 2 +- .../include}/entt/entity/group.hpp | 4 +- .../include}/entt/entity/handle.hpp | 4 +- .../include}/entt/entity/helper.hpp | 8 +- .../include}/entt/entity/observer.hpp | 6 +- .../include}/entt/entity/organizer.hpp | 4 +- .../include}/entt/entity/poly_storage.hpp | 6 +- .../include}/entt/entity/registry.hpp | 12 +- .../include}/entt/entity/runtime_view.hpp | 2 +- .../include}/entt/entity/snapshot.hpp | 4 +- .../include}/entt/entity/sparse_set.hpp | 6 +- .../include}/entt/entity/storage.hpp | 10 +- .../include}/entt/entity/utility.hpp | 2 +- .../include}/entt/entity/view.hpp | 4 +- LiteLoader/third-party/include/entt/entt.hpp | 51 +++++++ LiteLoader/third-party/include/entt/fwd.hpp | 5 + .../include}/entt/locator/locator.hpp | 2 +- .../include}/entt/meta/adl_pointer.hpp | 0 .../include}/entt/meta/container.hpp | 4 +- .../include}/entt/meta/ctx.hpp | 4 +- .../include}/entt/meta/factory.hpp | 8 +- .../include}/entt/meta/meta.hpp | 12 +- .../include}/entt/meta/node.hpp | 10 +- .../include}/entt/meta/pointer.hpp | 0 .../include}/entt/meta/policy.hpp | 0 .../include}/entt/meta/range.hpp | 0 .../include}/entt/meta/resolve.hpp | 2 +- .../include}/entt/meta/template.hpp | 2 +- .../include}/entt/meta/type_traits.hpp | 0 .../include}/entt/meta/utility.hpp | 4 +- .../entt/platform/android-ndk-r17.hpp | 0 .../include}/entt/poly/fwd.hpp | 0 .../include}/entt/poly/poly.hpp | 8 +- .../include}/entt/process/process.hpp | 2 +- .../include}/entt/process/scheduler.hpp | 2 +- .../include}/entt/resource/cache.hpp | 4 +- .../include}/entt/resource/fwd.hpp | 0 .../include}/entt/resource/handle.hpp | 2 +- .../include}/entt/resource/loader.hpp | 0 .../include}/entt/signal/delegate.hpp | 4 +- .../include}/entt/signal/dispatcher.hpp | 6 +- .../include}/entt/signal/emitter.hpp | 6 +- .../include}/entt/signal/fwd.hpp | 0 .../include}/entt/signal/sigh.hpp | 2 +- .../include}/gsl/gsl | 0 .../include}/gsl/gsl_algorithm | 0 .../include}/gsl/gsl_assert | 0 .../include}/gsl/gsl_byte | 0 .../include}/gsl/gsl_util | 0 .../include}/gsl/multi_span | 0 .../include}/gsl/pointers | 0 .../include}/gsl/span | 0 .../include}/gsl/span_ext | 0 .../include}/gsl/string_span | 0 .../include}/httplib/httplib.h | 12 +- .../include}/leveldb/c.h | 0 .../include}/leveldb/cache.h | 0 .../include}/leveldb/comparator.h | 0 .../include}/leveldb/db.h | 0 .../include}/leveldb/dumpfile.h | 0 .../include}/leveldb/env.h | 0 .../include}/leveldb/export.h | 0 .../include}/leveldb/filter_policy.h | 0 .../include}/leveldb/iterator.h | 0 .../include}/leveldb/options.h | 0 .../include}/leveldb/slice.h | 0 .../include}/leveldb/status.h | 0 .../include}/leveldb/table.h | 0 .../include}/leveldb/table_builder.h | 0 .../include}/leveldb/write_batch.h | 0 .../include}/magic_enum/magic_enum.hpp | 0 .../include}/mysql/errmsg.h | 0 .../include}/mysql/field_types.h | 0 .../include}/mysql/my_command.h | 0 .../include}/mysql/my_compress.h | 0 .../include}/mysql/my_list.h | 0 .../include}/mysql/mysql.h | 6 +- .../include}/mysql/mysql/client_plugin.h | 0 .../include}/mysql/mysql/plugin_auth_common.h | 2 +- .../mysql/mysql/udf_registration_types.h | 0 .../include}/mysql/mysql_com.h | 2 +- .../include}/mysql/mysql_time.h | 0 .../include}/mysql/mysql_version.h | 0 .../include}/mysql/mysqld_error.h | 0 .../include}/mysql/mysqlx_ername.h | 0 .../include}/mysql/mysqlx_error.h | 0 .../include}/mysql/mysqlx_version.h | 0 .../include}/nbt-cpp/nbt.hpp | 0 .../openssl/__DECC_INCLUDE_EPILOGUE.H | 0 .../openssl/__DECC_INCLUDE_PROLOGUE.H | 0 .../include}/openssl/aes.h | 4 +- .../include}/openssl/asn1.h | 18 +-- .../include}/openssl/asn1.h.in | 18 +-- .../include}/openssl/asn1_mac.h | 0 .../include}/openssl/asn1err.h | 6 +- .../include}/openssl/asn1t.h | 6 +- .../include}/openssl/asn1t.h.in | 6 +- .../include}/openssl/async.h | 4 +- .../include}/openssl/asyncerr.h | 6 +- .../include}/openssl/bio.h | 10 +- .../include}/openssl/bio.h.in | 10 +- .../include}/openssl/bioerr.h | 6 +- .../include}/openssl/blowfish.h | 6 +- .../include}/openssl/bn.h | 12 +- .../include}/openssl/bnerr.h | 6 +- .../include}/openssl/buffer.h | 6 +- .../include}/openssl/buffererr.h | 6 +- .../include}/openssl/camellia.h | 4 +- .../include}/openssl/cast.h | 4 +- .../include}/openssl/cmac.h | 4 +- .../include}/openssl/cmp.h | 18 +-- .../include}/openssl/cmp.h.in | 18 +-- .../include}/openssl/cmp_util.h | 6 +- .../include}/openssl/cmperr.h | 6 +- .../include}/openssl/cms.h | 10 +- .../include}/openssl/cms.h.in | 10 +- .../include}/openssl/cmserr.h | 6 +- .../include}/openssl/comp.h | 8 +- .../include}/openssl/comperr.h | 6 +- .../include}/openssl/conf.h | 16 +- .../include}/openssl/conf.h.in | 16 +- .../include}/openssl/conf_api.h | 6 +- .../include}/openssl/conferr.h | 6 +- .../include}/openssl/configuration.h | 0 .../include}/openssl/configuration.h.in | 0 .../include}/openssl/conftypes.h | 0 .../include}/openssl/core.h | 2 +- .../include}/openssl/core_dispatch.h | 2 +- .../include}/openssl/core_names.h | 0 .../include}/openssl/core_object.h | 0 .../include}/openssl/crmf.h | 14 +- .../include}/openssl/crmf.h.in | 14 +- .../include}/openssl/crmferr.h | 6 +- .../include}/openssl/crypto.h | 20 +-- .../include}/openssl/crypto.h.in | 20 +-- .../include}/openssl/cryptoerr.h | 6 +- .../include}/openssl/cryptoerr_legacy.h | 4 +- .../include}/openssl/ct.h | 12 +- .../include}/openssl/ct.h.in | 12 +- .../include}/openssl/cterr.h | 6 +- .../include}/openssl/decoder.h | 8 +- .../include}/openssl/decodererr.h | 6 +- .../include}/openssl/des.h | 6 +- .../include}/openssl/dh.h | 16 +- .../include}/openssl/dherr.h | 6 +- .../include}/openssl/dsa.h | 20 +-- .../include}/openssl/dsaerr.h | 6 +- .../include}/openssl/dtls1.h | 6 +- .../include}/openssl/e_os2.h | 4 +- .../include}/openssl/ebcdic.h | 2 +- .../include}/openssl/ec.h | 16 +- .../include}/openssl/ecdh.h | 2 +- .../include}/openssl/ecdsa.h | 2 +- .../include}/openssl/ecerr.h | 6 +- .../include}/openssl/encoder.h | 8 +- .../include}/openssl/encodererr.h | 6 +- .../include}/openssl/engine.h | 28 ++-- .../include}/openssl/engineerr.h | 6 +- .../include}/openssl/err.h | 12 +- .../include}/openssl/err.h.in | 12 +- .../include}/openssl/ess.h | 8 +- .../include}/openssl/ess.h.in | 8 +- .../include}/openssl/esserr.h | 6 +- .../include}/openssl/evp.h | 20 +-- .../include}/openssl/evperr.h | 6 +- .../include}/openssl/fips_names.h | 0 .../include}/openssl/fipskey.h | 0 .../include}/openssl/fipskey.h.in | 0 .../include}/openssl/hmac.h | 6 +- .../include}/openssl/http.h | 8 +- .../include}/openssl/httperr.h | 6 +- .../include}/openssl/idea.h | 4 +- .../include}/openssl/kdf.h | 6 +- .../include}/openssl/kdferr.h | 2 +- .../include}/openssl/lhash.h | 6 +- .../include}/openssl/lhash.h.in | 6 +- .../include}/openssl/macros.h | 4 +- .../include}/openssl/md2.h | 4 +- .../include}/openssl/md4.h | 6 +- .../include}/openssl/md5.h | 6 +- .../include}/openssl/mdc2.h | 6 +- .../include}/openssl/modes.h | 4 +- .../include}/openssl/obj_mac.h | 0 .../include}/openssl/objects.h | 10 +- .../include}/openssl/objectserr.h | 6 +- .../include}/openssl/ocsp.h | 16 +- .../include}/openssl/ocsp.h.in | 16 +- .../include}/openssl/ocsperr.h | 6 +- .../include}/openssl/opensslconf.h | 4 +- .../include}/openssl/opensslv.h | 2 +- .../include}/openssl/opensslv.h.in | 2 +- .../include}/openssl/ossl_typ.h | 2 +- .../include}/openssl/param_build.h | 4 +- .../include}/openssl/params.h | 4 +- .../include}/openssl/pem.h | 16 +- .../include}/openssl/pem2.h | 4 +- .../include}/openssl/pemerr.h | 6 +- .../include}/openssl/pkcs12.h | 10 +- .../include}/openssl/pkcs12.h.in | 10 +- .../include}/openssl/pkcs12err.h | 6 +- .../include}/openssl/pkcs7.h | 14 +- .../include}/openssl/pkcs7.h.in | 14 +- .../include}/openssl/pkcs7err.h | 6 +- .../include}/openssl/prov_ssl.h | 0 .../include}/openssl/proverr.h | 6 +- .../include}/openssl/provider.h | 2 +- .../include}/openssl/rand.h | 10 +- .../include}/openssl/randerr.h | 6 +- .../include}/openssl/rc2.h | 4 +- .../include}/openssl/rc4.h | 4 +- .../include}/openssl/rc5.h | 4 +- .../include}/openssl/ripemd.h | 6 +- .../include}/openssl/rsa.h | 18 +-- .../include}/openssl/rsaerr.h | 6 +- .../include}/openssl/safestack.h | 6 +- .../include}/openssl/safestack.h.in | 6 +- .../include}/openssl/seed.h | 8 +- .../include}/openssl/self_test.h | 2 +- .../include}/openssl/sha.h | 4 +- .../include}/openssl/srp.h | 10 +- .../include}/openssl/srp.h.in | 10 +- .../include}/openssl/srtp.h | 4 +- .../include}/openssl/ssl.h | 44 +++--- .../include}/openssl/ssl.h.in | 44 +++--- .../include}/openssl/ssl2.h | 2 +- .../include}/openssl/ssl3.h | 10 +- .../include}/openssl/sslerr.h | 6 +- .../include}/openssl/sslerr_legacy.h | 4 +- .../include}/openssl/stack.h | 2 +- .../include}/openssl/store.h | 8 +- .../include}/openssl/storeerr.h | 6 +- .../include}/openssl/symhacks.h | 4 +- .../include}/openssl/tls1.h | 8 +- .../include}/openssl/trace.h | 2 +- .../include}/openssl/ts.h | 30 ++-- .../include}/openssl/tserr.h | 6 +- .../include}/openssl/txt_db.h | 10 +- .../include}/openssl/types.h | 6 +- .../include}/openssl/ui.h | 14 +- .../include}/openssl/ui.h.in | 14 +- .../include}/openssl/uierr.h | 6 +- .../include}/openssl/whrlpool.h | 6 +- .../include}/openssl/x509.h | 36 ++--- .../include}/openssl/x509.h.in | 36 ++--- .../include}/openssl/x509_vfy.h | 12 +- .../include}/openssl/x509_vfy.h.in | 14 +- .../include}/openssl/x509err.h | 6 +- .../include}/openssl/x509v3.h | 10 +- .../include}/openssl/x509v3.h.in | 10 +- .../include}/openssl/x509v3err.h | 6 +- .../include}/parallel_hashmap/btree.h | 0 .../include}/parallel_hashmap/meminfo.h | 2 +- .../include}/parallel_hashmap/phmap.h | 0 .../include}/parallel_hashmap/phmap_base.h | 0 .../include}/parallel_hashmap/phmap_bits.h | 0 .../include}/parallel_hashmap/phmap_config.h | 0 .../include}/parallel_hashmap/phmap_dump.h | 0 .../parallel_hashmap/phmap_fwd_decl.h | 0 .../include}/parallel_hashmap/phmap_utils.h | 0 .../include}/pcg/pcg_extras.hpp | 0 .../include}/pcg/pcg_random.hpp | 0 .../include}/pcg/pcg_uint128.hpp | 0 .../include}/seh_exception/seh_exception.hpp | 0 .../include}/sqlite3/sqlite3.h | 0 .../lib}/SQLiteCpp/SQLiteCpp.lib | Bin .../lib}/SQLiteCpp/sqlite3.lib | Bin .../lib}/compact_enc_det/ced.lib | Bin .../lib}/dbghelp/dbghelp.lib | Bin .../lib}/detours/detours.lib | Bin .../lib}/detours/detours.pdb | Bin .../lib}/dyncall/dyncall_s.lib | Bin .../lib}/dyncall/dyncallback_s.lib | Bin .../lib}/dyncall/dynload_s.lib | Bin .../lib}/leveldb/leveldb.lib | Bin .../lib}/mysql/libmysql.pdb | Bin .../lib}/mysql/mysqlclient.lib | Bin .../lib}/openssl/libcrypto.lib | Bin .../lib}/openssl/libssl.lib | Bin .../lib}/sqlite3/sqlite3.lib | Bin .../src}/nbt-cpp/nbt.cpp | 0 .../src}/nbt-cpp/nbt_internal.hpp | 0 ScriptEngine/API/BaseAPI.cpp | 2 +- ScriptEngine/API/CommandAPI.cpp | 2 +- ScriptEngine/API/CommandAPI.h | 2 +- ScriptEngine/API/CommandCompatibleAPI.cpp | 2 +- ScriptEngine/API/DataAPI.cpp | 2 +- ScriptEngine/API/DataAPI.h | 2 +- ScriptEngine/API/DatabaseAPI.h | 2 +- ScriptEngine/API/EventAPI.cpp | 4 +- ScriptEngine/API/GuiAPI.cpp | 2 +- ScriptEngine/API/GuiAPI.h | 2 +- ScriptEngine/API/InternationalAPI.cpp | 2 +- ScriptEngine/API/LlAPI.cpp | 4 +- ScriptEngine/API/NativeAPI.cpp | 2 +- ScriptEngine/API/NetworkAPI.cpp | 4 +- ScriptEngine/API/ParticleAPI.h | 2 +- ScriptEngine/API/PermissionAPI.h | 2 +- ScriptEngine/API/PlayerAPI.cpp | 2 +- ScriptEngine/API/RemoteCallAPI.cpp | 2 +- ScriptEngine/API/ServerAPI.cpp | 2 +- ScriptEngine/API/SystemAPI.cpp | 2 +- ScriptEngine/Engine/EngineOwnData.h | 2 +- ScriptEngine/Engine/MessageSystem.cpp | 6 +- ScriptEngine/Engine/TimeTaskSystem.cpp | 2 +- ScriptEngine/Main/BuiltinCommands.cpp | 2 +- ScriptEngine/Main/EconomySystem.cpp | 4 +- ScriptEngine/Main/Global.cpp | 2 +- ScriptEngine/Main/Global.hpp | 4 +- ScriptEngine/Main/PluginManager.cpp | 4 +- ScriptEngine/Main/PluginManager.h | 2 +- ScriptEngine/Main/ScriptEngine.cpp | 6 +- ScriptEngine/Resource/ScriptEngine.rc | 2 +- ScriptEngine/Tools/IniHelper.cpp | 2 +- ScriptEngine/Tools/JsonHelper.h | 2 +- ScriptEngine/Tools/Utils.h | 2 +- Test/DBTest/DBTest/main.cpp | 2 +- 3444 files changed, 4386 insertions(+), 4203 deletions(-) rename {PreLoader => LLPreLoader}/CMakeLists.txt (86%) rename {PreLoader => LLPreLoader/include}/FakeSymbol.hpp (98%) rename {PreLoader => LLPreLoader/include}/Logger.h (100%) rename {PreLoader => LLPreLoader/include}/Utils.h (100%) rename {PreLoader => LLPreLoader/include}/pch.h (94%) rename {PreLoader => LLPreLoader/src}/PreLoader.cpp (98%) rename {PreLoader => LLPreLoader/src}/SymDB.cpp (98%) rename {PreLoader => LLPreLoader/src}/Utils.cpp (92%) rename {PreLoader => LLPreLoader/src}/dllmain.cpp (92%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_ArrayView.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Assert.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_BitOperators.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_BitUtil.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_DisableWarningsPop.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_DisableWarningsPush.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Forward.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Log.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Macros.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Memory.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Move.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Platform.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_PointerUtil.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/Foundation/PDB_Warnings.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_CoalescedMSFStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_CoalescedMSFStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DBIStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DBIStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DBITypes.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DBITypes.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DirectMSFStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_DirectMSFStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ErrorCodes.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_GlobalSymbolStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_GlobalSymbolStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_IPIStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_IPIStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_IPITypes.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ImageSectionStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ImageSectionStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_InfoStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_InfoStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ModuleInfoStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ModuleInfoStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ModuleSymbolStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_ModuleSymbolStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_PCH.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_PCH.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_PublicSymbolStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_PublicSymbolStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_RawFile.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_RawFile.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_SectionContributionStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_SectionContributionStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_SourceFileStream.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_SourceFileStream.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_Types.cpp (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_Types.h (100%) rename {LiteLoader/Lib => LLPreLoader}/third-party/rawpdb/PDB_Util.h (100%) delete mode 100644 LiteLoader/Header/Impl/ObjectivePacketHelper.h delete mode 100644 LiteLoader/Header/Utils/CryptHelper.h delete mode 100644 LiteLoader/Header/third-party/entt/entt.hpp delete mode 100644 LiteLoader/Header/third-party/entt/fwd.hpp delete mode 100644 LiteLoader/Kernel/PermissionAPI.cpp delete mode 100644 LiteLoader/Resource/LiteLoader.aps delete mode 100644 LiteLoader/Resource/LiteLoader.rc delete mode 100644 LiteLoader/Resource/resource.h delete mode 100644 LiteLoader/cpp.hint rename LiteLoader/{Main => include/liteloader}/AddonsHelper.h (96%) rename LiteLoader/{Main => include/liteloader}/Config.h (98%) rename LiteLoader/{Main => include/liteloader}/CrashLogger.h (100%) rename LiteLoader/{Main => include/liteloader}/LiteLoader.h (69%) rename LiteLoader/{Main => include/liteloader}/Loader.h (100%) rename LiteLoader/{Main => include/liteloader}/PluginManager.h (96%) rename LiteLoader/{Main => include/liteloader}/Version.h (100%) rename LiteLoader/{Header => include/llapi}/AllowListAPI.h (100%) rename LiteLoader/{Header => include/llapi}/DynamicCommandAPI.h (99%) rename LiteLoader/{Header => include/llapi}/EventAPI.h (99%) rename LiteLoader/{Header => include/llapi}/FormUI.h (100%) rename LiteLoader/{Header => include/llapi}/Global.h (98%) rename LiteLoader/{Header => include/llapi}/GlobalServiceAPI.h (100%) rename LiteLoader/{Header => include/llapi}/HookAPI.h (99%) rename LiteLoader/{Header => include/llapi}/I18nAPI.h (99%) rename LiteLoader/{Header => include/llapi}/KVDBAPI.h (98%) rename LiteLoader/{Header => include/llapi}/LLAPI.h (98%) rename LiteLoader/{Header => include/llapi}/LoggerAPI.h (95%) rename LiteLoader/{Header => include/llapi}/ParticleAPI.h (99%) rename LiteLoader/{Header => include/llapi}/PermissionAPI.h (99%) rename LiteLoader/{Header => include/llapi}/PlayerInfoAPI.h (97%) rename LiteLoader/{Header => include/llapi}/RegCommandAPI.h (100%) rename LiteLoader/{Header => include/llapi}/RemoteCallAPI.h (99%) rename LiteLoader/{Header => include/llapi}/ScheduleAPI.h (96%) rename LiteLoader/{Header => include/llapi}/SendPacketAPI.h (100%) rename LiteLoader/{Header => include/llapi}/ServerAPI.h (90%) rename LiteLoader/{Header => include/llapi}/TranslationAPI.h (100%) rename LiteLoader/{Header/DB => include/llapi/db}/Any.h (97%) rename LiteLoader/{Header/DB => include/llapi/db}/ConnParams.h (99%) rename LiteLoader/{Header/DB/Impl/MySQL => include/llapi/db/Impl/mysql}/Session.h (94%) rename LiteLoader/{Header/DB/Impl/MySQL => include/llapi/db/Impl/mysql}/Stmt.h (97%) rename LiteLoader/{Header/DB/Impl/SQLite => include/llapi/db/Impl/sqlite}/Session.h (93%) rename LiteLoader/{Header/DB/Impl/SQLite => include/llapi/db/Impl/sqlite}/Stmt.h (96%) rename LiteLoader/{Header/DB => include/llapi/db}/Pointer.h (99%) rename LiteLoader/{Header/DB => include/llapi/db}/Row.h (99%) rename LiteLoader/{Header/DB => include/llapi/db}/RowSet.h (99%) rename LiteLoader/{Header/DB => include/llapi/db}/Session.h (98%) rename LiteLoader/{Header/DB => include/llapi/db}/Stmt.h (95%) rename LiteLoader/{Header/DB => include/llapi/db}/Types.h (96%) rename LiteLoader/{Header/Impl => include/llapi/impl}/FormPacketHelper.h (88%) create mode 100644 LiteLoader/include/llapi/impl/ObjectivePacketHelper.h rename LiteLoader/{Header/MC => include/llapi/mc}/AABB.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AABBBucket.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/AABBPred.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Abilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Ability.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/AbilityCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AbsorptionMobEffect.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AbstractArrow.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AcaciaTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AcaciaTreeTrunk.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/AchievementData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActivateToolDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActivateToolNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActivatorRailBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActiveDirectoryIdentity.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Actor.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationController.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationControllerGroup.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationControllerPlayer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationControllerPtr.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationControllerState.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationControllerStatePlayer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationGroup.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorAnimationPlayer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorBlock.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorClassTree.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorComponentFactory.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDamageByActorSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDamageByBlockSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDamageByChildActorSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDamageSource.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionAttribute.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionDescriptor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionDiffList.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionEventSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionGroup.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionIdentifier.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorDefinitionPtr.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorEventCoordinator.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorEventListener.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorFactory.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorFactoryData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorFallPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorFilterGroup.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasAbilityTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasComponentTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasContainerOpenTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasDamageTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasEquipmentTest.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasMobEffect.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasRangedWeaponTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasTagTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorHasTargetTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInCaravanTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInCloudsTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInLavaTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInNetherTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInVillageTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInWaterOrRainTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInWaterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInWeatherTest.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInactivityTimerTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInfoRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorInteraction.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsAvoidingMobsTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsClimbingTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsColorTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsFamilyTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsImmobileTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsLeashedTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsLeashedToTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsMarkVariantTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsMovingTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsOwnerTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsPersistentTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsRidingTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsSkinIDTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsSleepingTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsSneakingTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsTargetTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsVariantTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorIsVisibleTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorLegacySaveConverter.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorMapping.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorOnGroundTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorOnLadderTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorParticleEffectEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorPickRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorPlacerItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorRandomChanceTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorRiderCountTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorServerCommandOrigin.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSkeletalAnimation.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSkeletalAnimationPlayer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSkeletalAnimationPtr.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSpawnRuleBase.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSpawnRuleGroup.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorSurfaceMobTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorTargetFilter.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorTerrainInterlockData.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorTrustsSubjectTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorUndergroundTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorUnderwaterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ActorUniqueID.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddActorBasePacket.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddActorPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddBehaviorTreePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddEntityPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddItemActorPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddOceanTemperatureLayer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddPaintingPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddPlayerPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AddRiderComponent.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/AdmireItemComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AdmireItemDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AdmireItemGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AdventureSettingsPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgeableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgeableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgeableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Agent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgentBodyControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgentCommand.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgentCommandExecutionGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgentCommandSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AgentLookControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AirBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/AirBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/AllWorkerConfigurations.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AmbientSoundIntervalDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AmphibiousMoveControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AmphibiousMoveControlDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Amplifier.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AngryComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AngryDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AngrySystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Animal.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimatePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimatedImageData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimationComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimationResourceDefinitionMap.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimationScriptsDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnimationsDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnvilBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnvilContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AnvilDamagePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AppConfigs.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AppPlatform.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/AppPlatformListener.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AppPlatformWindows.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AppPlatform_win32.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ApplyItemBinding.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ApplyLegacyEntityBinding.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArbitraryBiomeComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AreaAttackComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AreaAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AreaAttackSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AreaEffectCloud.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArmorItem.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArmorStand.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArmorStandItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Arrow.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArrowEffectSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ArrowItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/AsyncTracker.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/AsynchronousIPResolver.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AtlasItemManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackCooldownComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackCooldownSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackDamageMobEffect.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttackNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Attribute.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttributeBuff.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttributeCollection.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttributeInstance.hpp (66%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttributeInstanceDelegate.hpp (79%) rename LiteLoader/{Header/MC => include/llapi/mc}/AttributeModifier.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AutomaticFeatureRules.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/Automation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/AutomationClientConnectPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AutomationPlayerCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/AuxDataBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/AvailableActorIdentifiersPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AvailableCommandsPacket.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/AvoidBlockGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/AvoidMobTypeDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/AvoidMobTypeGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BackgroundTask.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BackgroundTaskQueue.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BackgroundWorker.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BackwardsCompatTextureGroup.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Balloon.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BalloonComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BalloonItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BalloonSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BalloonableComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BalloonableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BambooBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BambooBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BambooFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BambooSapling.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerAddPatternRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerDuplicateRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerPattern.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BannerPatternItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarrelBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarrelBlockActor.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarrierBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarterComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarterDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BarterGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BasaltColumnsFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BasaltPillarFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseAttributeMap.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseCircuitComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseCommandBlock.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseContainerMenu.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseGamePackSlices.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseGameVersion.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseGameVersioning.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseGoalDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseMobSpawner.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseMoveToBlockGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseMoveToGoal.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BasePressurePlateBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseRailBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BaseRailTransporter.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BasicTimer.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BastionFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BastionPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BastionStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Bat.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BatchedNetworkPeer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeaconBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeaconBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeaconContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeardAndShaverDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeardAndShaverStorage.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeardKernel.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Bedrock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedrockBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedrockBlockTypes.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedrockBlocks.hpp (87%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedrockItems.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BedrockLog.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Bee.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeehiveBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeehiveBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BeetrootBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BegGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorComponent.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorFactory.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorNodeUtils.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorTreeDefinitionPtr.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorTreeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BehaviorTreeGroup.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BellBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BellBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BellBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BigEndianStringByteInput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BinaryHeap.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BinaryStream.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Biome.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeArea.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeClimateSelectorLayer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeComponentLoading.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeDecorationFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeDecorationSystem.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeDefinitionListPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeFilterGroup.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeIdCompatibility.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeMetadata.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeRegistry.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeRegistryMergeStrategy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BiomeSurfaceSystem.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/Blacklist.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlastFurnaceBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlastFurnaceBlockActor.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlastFurnaceContainerManagerModel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Blaze.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Block.hpp (70%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockActor.hpp (75%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockActorDataPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockActorFactory.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockActorLevelListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockBlobFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockBreakSensorComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockBreakSensorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockBreakSensorSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockColorUtil.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockComponentDescription.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockComponentFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockDefinitionGroup.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockDescription.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockDestroyTimeDescription.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockEventCoordinator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockEventDispatcher.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockEventDispatcherToken.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockEventListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockExplodeableDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockFlammableDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockFrictionDescription.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockGraphics.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockID.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockInstance.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockIntersectionConstraint.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockIsNameTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockLegacy.hpp (82%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockLightDescription.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockLightEmissionDescription.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockListEventMap.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockListSerializer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockMapColorDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPalette.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPatternBuilder.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPickRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPileFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPlanterItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockPos.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockReducer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockSelector.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockSerializationUtils.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockSet.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockSource.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockSourceListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockTickingQueue.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockTypeRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockUtils.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlockVolume.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlueFireBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlueIceBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BlueIceFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Boat.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoatFrictionHelper.hpp (89%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoatItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BodyControl.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BodyControlSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoneAnimationChannel.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoneOrientation.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoneOrientationTransform.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BonusChestFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BookCloningRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BookEditPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BookshelfBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoolOption.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoostItem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoostableComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoostableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoostableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BorderBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BossComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BossDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BossEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BossSystem.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BottleItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BoundingBox.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Bounds.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BowEnchant.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BowItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakBlockDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakBlockNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakBlocksComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakBlocksDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakBlocksSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakDoorAnnotationComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakDoorAnnotationDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakDoorAnnotationSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreakDoorGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreathableComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreathableDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreathableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreatheAirGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreedGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreedableComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreedableDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreedableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BreedableType.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/BrewingStandBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BrewingStandBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BrewingStandContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BribeableComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BribeableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BribeableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Brightness.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BubbleColumnBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/BucketItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/BucketableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BucketableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuoyancyComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuoyancyDefinition.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuoyancySystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuriedTreasureFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuriedTreasurePiece.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BuriedTreasureStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BurnsInDaylightSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/BurstReactionComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/BushBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ButtonBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ByteArrayTag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ByteTag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/BytesDataInput.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/BytesDataOutput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CDScopedEvent.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/CSHA1.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CactusBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CactusFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CakeBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CameraBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CameraItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CameraItemComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CameraPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CampfireBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CampfireBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CanClimbDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CanFlyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CanPowerJumpDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CanyonFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CapacitorComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CarrotBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CarrotOnAStickItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CartographyContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CartographyTableBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Cat.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CatchFireSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CauldronBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CauldronBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CaveSpider.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CelebrateHuntDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CelebrateHuntSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CelebrateHuntSystemInternal.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/CentralSpikedFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Certificate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChainBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChalkboardBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChanceInformation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChangeDimensionPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChangeSettingCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChargeAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChargeAttackGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChargeHeldItemDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChargeHeldItemGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemicalHeatBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryAuxDataBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryIngredient.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryRecipes.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryStickItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryTableBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChemistryTableBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChestBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChestBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChestContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Chicken.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChorusFlowerBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChorusPlantBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkBlockPos.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkBuildOrderPolicy.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkBuildOrderPolicyBase.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkPos.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkRadiusUpdatedPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkSource.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ChunkViewSource.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircleAroundAnchorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircleAroundAnchorGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircuitComponentList.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircuitSceneGraph.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircuitSystem.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CircuitTrackingInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClassroomModeListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClassroomModeNetworkHandler.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClayBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClayFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClearCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientAutomationCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientCacheBlobStatusPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientCacheMissResponsePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientCacheStatusPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientToServerHandshakePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClientboundMapItemDataPacket.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClockSpriteCalculator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CloneCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CloseWebSocketCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClothBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ClothBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoalItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CocoaBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CodeBuilderCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CodeBuilderPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CollisionBoxDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Color.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Color2Description.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ColorDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ColorFormat.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ColorPaletteAttributes.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ColoredBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ColoredTorchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Command.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandAreaFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlockComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlockDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlockSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandBlockUpdatePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandContext.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandDispatcher.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandFlag.hpp (100%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandFunctionEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandIntegerRange.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandItem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandLexer.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandMessage.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOrigin.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOriginData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOutput.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOutputMessage.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOutputPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOutputParameter.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandOutputSender.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandParameterData.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandPosition.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandPositionFloat.hpp (100%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandPropertyBag.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandRawText.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandRegistry.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandSelector.hpp (100%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandSelectorBase.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandSoftEnumRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandSyntaxInformation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandUtils.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CommandVersion.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Common.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompactionListenerEnv.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComparatorBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComparatorBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComparatorCapacitor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompassItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompassSpriteCalculator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompletedUsingItemPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComplexInventoryTransaction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComplexItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComponentDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompositeDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompositePackSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ComposterBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundCreatorContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTag.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTagEditHelper.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTagUpdater.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTagUpdaterBuilder.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTagUpdaterContext.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompoundTagVariant.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CompressedNetworkPeer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConcreteBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConcretePowderBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConduitBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConduitBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConnectionRequest.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Connector.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConsoleChunkBlender.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConsumeItemDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConsumeItemNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ConsumerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Container.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerClosePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerContentChangeListener.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerManagerController.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerModel.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerOpenPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerScreenContext.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerSetDataPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerSizeChangeListener.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerValidation.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContainerWeakRef.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContentIdentity.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContentLog.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContentLogEndPoint.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContentLogFileEndPoint.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContextAccessor.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContextMessageLogger.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ContextMessageLoggerOptions.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Control.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/ControlledByPlayerGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Coral.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralCrustFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralFan.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralFanBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralFanHang.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralFeature.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CoralHangFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Core.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftHandlerBase.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftHandlerCrafting.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftHandlerEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftHandlerTrade.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftableCompounds.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftingContainer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftingDataEntry.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftingDataPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftingEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CraftingTag.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpAssertData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpEventData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpFrameData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpGameplayData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpGlobalData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpKeyValueData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpLog.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpPlayerData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDumpRenderData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashDump_AllData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashHandler.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrashHelper.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/CreativeContentPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/CreativeItemEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Creeper.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/CropBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrossbowEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CrossbowItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CryingObsidianBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/CryptoUtils.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/CurseBindingEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CurseVanishingEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/CustomScriptEventData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DBChunkStorage.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DBStorage.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DBStorageConfig.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/DBStorageEnvironmentChain.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DamageCondition.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/DamageOverTimeSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DamageSensorComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DamageSensorDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DamageSensorTrigger.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DanceComponentListener.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DanceSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DataItem.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DatagramHeaderFormat.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DateManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DayLockCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DaylightDetectorBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DaylightDetectorBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DeOpCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DeadBush.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DeadBushFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DebugAssertException.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DebugEndPoint.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DebugInfoComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DebugInfoPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DebugUtils.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DecoratorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DedicatedServer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DedicatedServerCommands.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DedicatedWSServerCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefaultDataLoadHelper.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefaultEmptyActorAnimationPlayer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefaultLookAngleDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefaultMobSpawner.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefaultScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefendTrustedTargetGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefendVillageTargetDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefendVillageTargetGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefinitionEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefinitionEventLoader.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefinitionModifier.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DefinitionTrigger.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DelayedAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DelayedAttackGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DeltaFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DeprecatedSlabBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Description.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DesertPyramidPiece.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DesertWellFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DespawnComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DespawnDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DespawnSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DetectorRailBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DifficultyCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DiggerItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DiggingEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Dimension.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DimensionBrightnessRamp.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DiodeBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/Direction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DirectoryPackAccessStrategy.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DirectoryPackSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DirectoryPackWithEncryptionAccessStrategy.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DirtBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DirtyTicksCounter.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/DisconnectPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DispenserBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DispenserBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DispenserContainerManagerModel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DisplayObjective.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Dolphin.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DolphinMoveControl.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoorBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoorInteractGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoorItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoublePlantBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoublePlantFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DoubleTag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DouseFireSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonBaseGoalDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonChargePlayerDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonChargePlayerGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonDeathGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonEggBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonFireball.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonFlamingDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonFlamingGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonHoldingPatternGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonLandingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonScanningGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonStrafePlayerDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonStrafePlayerGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DragonTakeoffGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DriedKelpBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DrinkPotionData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/DrinkPotionGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DropItemForGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DropperBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/DropperBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/DropperContainerManagerModel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DwellerComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DwellerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DwellerSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/DyeColorUtil.hpp (89%) rename LiteLoader/{Header/MC => include/llapi/mc}/DyePowderItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/DyeableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/DynamicJumpControl.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/DynamicJumpControlDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EDUWorldsScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Easing.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/EatBlockDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EatBlockGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EatCarriedItemGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EconomyTradeableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EconomyTradeableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EduAppConfigs.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationLevelSettings.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationLocalLevelSettings.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationMetadata.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationMetadataError.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationMetadataUtils.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationOptions.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EducationSettingsPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EffectCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EggItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ElementBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ElementBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ElementConstructorContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EmoteListPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EmotePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EmptyLootItem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EmptyMapItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnableEncryptionCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Enchant.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantBookForTradingFunction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantRandomEquipmentFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantRandomlyFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantUtils.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantWithLevelsFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantedBookItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantingContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantingTableBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantingTableBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnchantmentInstance.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EncryptedFileAccessStrategy.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EncryptedNetworkPeer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EncryptedProxyEnv.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EncryptedZipTransforms.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndCityFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndCityPieces.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndCityStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndCrystalItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndDragonFight.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndGatewayBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndGatewayBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndGatewayFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndIslandFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndPodiumFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndPortalBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndPortalBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndPortalFrameBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndPortalShape.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndRodBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndTag.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderChestBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderChestBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderChestContainer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderCrystal.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderDragon.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderEyeItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderMan.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndermanLeaveBlockGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EndermanTakeBlockGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Endermite.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnderpearlItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntityComponentFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntityGoalFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntityGoalUtility.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntitySensorComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntitySensorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntitySensorSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntityServerPacket.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntitySystems.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EntityTypes.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnvironmentRequirement.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnvironmentSensorDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EnvironmentSensorSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EquipItemComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EquipItemGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/EquipmentTableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/EquippableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/EquippableDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ErrorPathStack.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/EventInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/EventPacket.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EvocationFang.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/EvocationIllager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExecuteCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExhaustionAttributeDelegate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExperienceOrb.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExperiencePotion.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExperiencePotionItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExperienceRewardComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExperienceRewardDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExplodeComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExplodeDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExplodeSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExplorationMapFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExploreOutskirtsGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Explosion.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExplosionDecayFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExpressionNode.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExtendedCertificate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExtendedStreamReadResult.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExternalFileLevelStorage.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ExternalFileLevelStorageSource.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/EyeOfEnder.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FaceDirectionalActorBlock.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FaceDirectionalBlock.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Facing.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FallenTreeTrunk.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FallingBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FamilyTypeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FancyTreeCanopy.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FancyTreeTrunk.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FarmBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Feature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeatureHelper.hpp (89%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeaturePoolElement.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeatureRegistry.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeatureToggles.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeatureTypeFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FeedItem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FenceBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FenceGateBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FertilizerItem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileAccessTransforms.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileArchiver.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileChunkManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileSystemFileAccess.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FileUploadManager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FillCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FillContainerFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FillingContainer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterContext.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterGroup.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterInput.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterInputDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterInputs.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterList.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterParamDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterStringMap.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTest.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestAltitude.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestBiome.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestBiomeHasTag.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestBiomeHumid.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestBiomeSnowCovered.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestBrightness.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestClock.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestDaytime.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestDifficulty.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestDimensionWeather.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestDistanceToNearestPlayer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestGameRule.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestHasTradeSupply.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestHourlyClock.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestLightLevel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestMoonIntensity.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestMoonPhase.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestTemperatureType.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FilterTestTemperatureValue.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindActorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindActorNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindBlockDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindBlockNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindCoverGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindMountGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FindUnderwaterTreasureGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireChargeItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireImmuneDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Fireball.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireworkChargeItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireworksItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireworksRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FireworksRocketActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Fish.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FishingEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FishingHook.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FishingRodItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitDoubleXRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitDoubleXYRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitDoubleYRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitDoubleYZRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitDoubleZRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitSimpleRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FitSimpleTopRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FixedBiomeSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlatWorldGenerator.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlatWorldGeneratorOptions.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FleeSunGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlintAndSteelItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatNavigation.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatRange.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatTag.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatWanderGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FloatsInLiquidDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlockingComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlockingDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlockingSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlockingUtility.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlowerBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlowerFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlowerHelper.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlowerPotBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlowerPotBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlushableEnv.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlushableStorageAreaEnv.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlyDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlyMoveControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlyNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlyingPathNavigation.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FlyingSpeedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FoliageColor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowCaravanGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowFlockGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowMobGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowOwnerGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowParentGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FollowTargetCaptainGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FoodConstants.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FoodItemComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/FootSizeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FormJsonValidator.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FossilFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FreezeOnHitSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FrictionModifierDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FrostWalkerEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FrostedIceBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FullPlayerInventoryWrapper.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FunctionCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/FunctionEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/FunctionManager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/FungusStem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FurnaceBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/FurnaceBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/FurnaceContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameCallbacks.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameMasterEntityServerCommandOrigin.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameMode.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameModeCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameModuleServer.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameRule.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameRuleCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameRules.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameRulesChangedPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameRulesChangedPacketData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameSession.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameSpecificNetEventCallback.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameTypeConv.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/GameVersion.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GeneDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/GenericMoveControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GenericMoveControlDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GenericPathNavigation.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GeneticVariant.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/GeneticsComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/GeneticsDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetChunkDataCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetChunksCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetEduServerInfoCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetInteractionPositionForBlockDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetInteractionPositionForBlockNode.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetSpawnPointCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GetTopSolidBlockCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Ghast.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/GildedBlackstone.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GiveCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GiveableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/GiveableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GiveableTrigger.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlassBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlazedTerracottaBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlideMoveControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlideMoveControlDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlobalPauseCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlowStickItem.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/GlowStoneFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GoHomeGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Goal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GoalDefinition.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/GoalSelectorComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GoalSelectorSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GoalSelectorUtility.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrantXPSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrassBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrassPathBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GravelBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrindstoneBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrindstoneContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GroundOffsetDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GroundedConstraint.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GroupSizeDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GroupSizeSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GrowCropSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Guardian.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/GuardianAttackDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/GuardianAttackGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/GuiDataPickItemPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HangingActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HangingActorItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HardcodedSpawnAreaRegistry.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HarvestFarmBlockGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HashedString.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HatchetItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HayBlockBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HealableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HealableDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HealthAttributeDelegate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HeavyBlock.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HellFireFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HellSpringFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HelpCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HideComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HideDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HideGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HistoricPredictionData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HitResult.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HitboxComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HitboxDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoeItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoldGroundGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HomeComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoneyBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoneycombBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopMoveControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Hopper.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopperBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopperBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopperComponent.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopperContainerManagerModel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HopperSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Horse.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/HorseArmorItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HorseContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoverGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoverMoveControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HoverPathNavigation.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/HttpHeaders.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HudContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HudContainerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HudScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HugeFungusFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HugeMushroomBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HugeMushroomFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HumanoidMonster.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/HungerAttributeDelegate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HurtArmorPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HurtByTargetGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/HurtOnConditionDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/HurtOnConditionSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/HurtOwnerSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/I18n.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/I18nObserver.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IContainerManager.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IContentKeyProvider.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IDataInput.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/IDataOutput.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IDefinitionInstance.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/IDefinitionSerializer.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IFileAccess.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IFileChunkUploader.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/IFilePicker.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IFileReadAccess.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IFileWriteAccess.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IJsonSerializable.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IMinecraftApp.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IMinecraftEventing.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/IPackTelemetry.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IPacketHandlerDispatcher.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ISecureStorageKeySystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ISubChunkBlockStoragePaletted.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ITextObject.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ITickingArea.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ITickingAreaView.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ITreeFeature.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IWebviewTelemetry.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IceBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/IceBombItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/IcePatchFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IceSpikeFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IcebergFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/IdentifierDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/IdentifierResult.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/IdentityDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IdentityDictionary.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IdleState.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Igloo.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/IgniteSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IllagerBeast.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/IllagerBeastBlockedComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IllagerBeastBlockedDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ImmutableWorldCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ImpactDamageSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ImprovedNoise.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemoryEnv.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemoryFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemoryFileStorage.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemoryRandomAccessFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemorySequentialFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InMemoryWritableFile.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InPackagePackSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/IndexSet.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/InsomniaSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/InspectBookshelfGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InstantDespawnDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InstantDespawnSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/InstantaneousAttributeBuff.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InstantaneousMobEffect.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Int64Tag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/IntArrayTag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/IntRange.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/IntTag.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractActionDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractActionNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InteractSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Interaction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InternalTaskGroup.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Inventory.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryAction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryContainerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryContentPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryMenu.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventorySlotPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventorySource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryTransaction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryTransactionItemGroup.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryTransactionManager.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InventoryTransactionPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/InverterDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/InverterNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/InvisibleBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/IronGolem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsBabyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsChargedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsChestedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsExperimentalDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsHiddenWhenInvisibleDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsIgnitedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsIllagerCaptainDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsSaddledDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsShakingDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsShearedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsSpawnableDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsStackableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsStunnedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsSummonableDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/IsTamedDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/IslandLayer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Item.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemAcquisitionMethodMap.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemColorUtil.hpp (87%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemControlDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemDescriptor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemDescriptorCount.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemEnchantOption.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemEnchants.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemEventCoordinator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemFrameBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemFrameBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemFrameDropItemPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemGroup.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemInstance.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemListSerializer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemPack.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemReactionComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemRegistry.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemReleaseInventoryTransaction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStack.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackBase.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackNetIdVariant.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackNetManagerBase.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackNetManagerClient.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackNetManagerServer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestAction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionBeaconPayment.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionConsume.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionCraftBase.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionCraftHandler.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionCreate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionDestroy.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionDrop.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionHandler.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionPlace.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionSwap.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionTake.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestActionTransferBase.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackRequestSlotInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackResponseContainerInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackResponseInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStackResponsePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemState.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemStateInstance.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemUseInventoryTransaction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemUseMethodMap.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ItemUseOnActorInventoryTransaction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawBlockInfo.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawEditorData.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawPlacement.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawStructureActorRulesRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawStructureBlockRulesRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawStructureBlockTagRulesRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawStructureElementRegistry.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/JigsawStructureRegistry.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/JournaledFile.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Json.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/JsonHelpers.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/JsonPackUtils.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/JsonUtil.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/JsonValidator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/JukeboxBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/JukeboxBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/JumpControl.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/JumpControlComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/JumpControlDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/JumpControlSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/JunglePyramidPiece.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/KelpBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/KelpFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/KeyFrameLerpMode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/KeyFrameTransform.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/KeyFrameTransformData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/KeyManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/KeyOrNameResult.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/KickCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/KillCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/KnockbackArmorUpdater.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/KnockbackRoarGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/KnockbackRules.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/LabTableContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LabTablePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LabTableReaction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LabTableReactionComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LadderBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LakeFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LanternBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LargeCaveFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LargeFireball.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LargeHellCaveFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LavaSlime.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LayDownGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LayEggGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LayerBiomeSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeadItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeafBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeafBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeapAtTargetGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeashFenceKnotActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeashableComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeashableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeashableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LecternBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LecternBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LecternUpdatePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyBlockPlacementProcessor.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyBodyControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyChunkStorage.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyEmeraldOreFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyFlowerFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyForestFoliageFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyForestRockFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyIceFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyJigsawPlacement.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyPackIdVersion.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacySmallMushroomsFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacySpringsFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyStructureActorInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyStructureBlockInfo.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyStructureBlockPalette.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyStructureSettings.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyStructureTemplate.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacySwampFoliageFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyTradeableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyTreeFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LegacyTreeFeatureHelpers.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Level.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunk.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunkBuilderData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunkFinalDeleter.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunkGarbageCollector.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunkPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelChunkPhase1Deleter.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelContainerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelData.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDataKeys.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDataValue.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDataWrapper.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbEnv.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbFileLock.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbLogger.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbRandomAccessFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbSequentialFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelDbWritableFile.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelEventCoordinator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelEventGenericPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelEventListener.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelListener.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSettings.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSoundEventMap.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSoundEventPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSoundEventPacketV1.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSoundEventPacketV2.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelStorage.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelStorageSource.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelStorageWriteBatch.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LevelSummary.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LeverBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LibraryItemScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LightBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LightGemBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LightningBolt.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LingeringPotionItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LiquidBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LiquidBlockDynamic.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LiquidBlockStatic.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListDCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListTag.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListTagFloatAdder.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListTagIntAdder.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ListenerInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Llama.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LlamaSpit.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LocalConnector.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Localization.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LocateCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LodestoneBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/LodestoneBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LodestoneCompassComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LodestoneCompassComponentCalculator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LodestoneCompassItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LogBlock.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LoginPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtActorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtActorGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtActorNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtBlockDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtBlockNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtEntityGoal.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtPlayerGoal.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtTargetGoal.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookAtTradingPlayerGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookControlComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LookControlSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LoomBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/LoomContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LoopbackPacketSender.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootComponentDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemActorHasMarkVariantCondition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemCondition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemConditions.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemFunction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemFunctions.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemKilledByActorCondition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemKilledByPlayerCondition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemKilledByPlayerOrPetsCondition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemRandomChanceCondition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemRandomChanceWithLootingCondition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemRandomChanceWithSpecialModifierCondition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootItemRandomDifficultyChanceCondition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootPool.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootPoolEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootPoolTiers.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTable.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTableContext.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTableEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTableReference.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootTables.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/LootingEnchantFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/LowMemoryWatcher.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MCRESULT.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MagmaBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MainChunkSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MakeLoveGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ManagedWanderingTraderDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapCloningRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapConstants.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapCreateLockedCopyPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapDecoration.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapExtendingRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapInfoRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapItemSavedData.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapItemTrackedActor.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapLockingRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MapUpgradingRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MarkVariantDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MarketplaceSkinValidator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Material.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MaterialReducerContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MeCommand.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MedicineItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MegaPineTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MegaTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MegaTreeTrunk.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MeleeAttackDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MeleeAttackGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MeleeWeaponEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MelonBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MelonFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MemoryMappedFileAccess.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MemorySecureStorage.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MendingEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MerchantRecipe.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MerchantRecipeList.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MessagingCommand.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MetalBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Minecart.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartBlockCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartChest.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartCommandBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartHopper.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartRideable.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecartTNT.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Minecraft.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftCommands.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftEventing.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftPackets.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftScheduler.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftServerScriptEngine.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MinecraftWorkerPool.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftCorridor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftCrossing.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftPiece.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftRoom.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftStairs.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MineshaftStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MingleGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MissingTextureAtlasItem.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/Mob.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobArmorEquipmentPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobDescriptor.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffect.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectChangeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectInstance.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEffectSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEquipmentPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEvent.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEventCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobEvents.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobPredicates.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnHerdInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnRules.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnerBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnerBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnerData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MobSpawnerPermutation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ModalFormRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ModalFormResponsePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangArrayVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangDataDrivenGeometry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangEntityVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangGenericQueryFunction.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangGenericQueryFunctionPtr.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangGeometryVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangMaterialVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangQueryFunction.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangQueryFunctionPtr.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangScriptArg.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangTempVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangTextureVariable.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MolangVariableMap.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Monster.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MonsterEggBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MonsterRoomFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MonumentBuilding.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MonumentRoomFitter.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/MossStoneSelector.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Motive.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MountPathingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MountTameableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MountTamingComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MountTamingSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveActorAbsoluteData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveActorAbsolutePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveActorDeltaPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControl.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlBasicDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlDolphinDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlFlyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlHoverDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlSkipDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlSwayDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveControlSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveIndoorsGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveInput.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveInputHandler.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MovePlayerPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveThroughVillageGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToBlockGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToLandGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToLavaGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToLiquidGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToPOIGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToRandomBlockGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToVillageGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveToWaterGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveTowardsRestrictionGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MoveTowardsTargetGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MovementInterpolator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MovingBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/MovingBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MultiRecipe.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/MultiplayerSettingsPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MultiplyValueAmplifier.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/MushroomBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/MushroomCow.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/MusicBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/MyceliumBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBBridgeCrossing.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBBridgeEndFiller.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBBridgeStraight.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleCorridorStairsPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleCorridorTBalconyPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleEntrance.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleSmallCorridorCrossingPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleSmallCorridorLeftTurnPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleSmallCorridorPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleSmallCorridorRightTurnPiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBCastleStalkRoom.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBMonsterThrone.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBRoomCrossing.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBStairsRoom.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NBStartPiece.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NameAction.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/NameableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NameableDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NapGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationClimbDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationFloatDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationFlyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationGenericDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationHoverDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationSwimDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationUtility.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NavigationWalkDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NbtIo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NearestAttackableTargetDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NearestAttackableTargetGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NearestPrioritizedAttackableTargetGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetEventCallback.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherBrightnessRamp.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherDimension.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherFortressFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherFortressPiece.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherFortressStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherFossilFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherFungusBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherGenerator.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherReactorBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherReactorBlockActor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherSprouts.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherStructureFeatureHelper.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherWartBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetheriteArmorEquippedListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetherrackBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkAddress.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkChunkPublisher.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkChunkPublisherUpdatePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkChunkSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkDebugManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkHandler.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkIdentifier.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkPacketEventListener.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkPeer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkSettingsPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkStackLatencyPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NetworkStatistics.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NewLeafBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NewLogBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NoSurfaceOreFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NormalNoiseLayer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NoteBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/Npc.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcAction.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcCommandAction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcGUIOffset.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcI18nObserver.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/NpcUrlAction.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NullLogger.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/NullSecureStorage.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/NullSoundPlayer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/NyliumBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OSInformation.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Objective.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ObjectiveCriteria.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ObserverBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ObsidianBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMixerLayer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentCoreRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentDoubleXRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentDoubleXYRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentDoubleYRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentDoubleYZRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentDoubleZRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentEntryRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentPenthouse.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentPiece.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentSimpleRoom.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentSimpleTopRoom.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanMonumentWingRoom.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanRuinFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanRuinPieces.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OceanRuinStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Ocelot.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OcelotAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OcelotAttackGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OcelotSitOnBlockGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/OculusPlatformMessagePump.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/OfferFlowerGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OldLeafBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OldLogBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnDeathDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnFriendlyAngerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnHitSubcomponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnHurtByPlayerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnHurtDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnIgniteDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnScreenTextureAnimationPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnStartLandingDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnStartTakeoffDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnTargetAcquiredDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnTargetEscapeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OnWakeWithOwnerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OpCommand.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/OpenDoorAnnotationComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OpenDoorAnnotationDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OpenDoorAnnotationSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OpenDoorGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Option.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/OptionalString.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/OreBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OreFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/OverworldBrightnessRamp.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OverworldDimension.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/OverworldGenerator.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/OwnerHurtByTargetGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OwnerHurtTargetGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/OwnerStorageEntity.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/POIBlueprint.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/POIInstance.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Pack.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackAccessStrategy.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackAccessStrategyFactory.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackDependencyManager.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackDiscoveryError.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackError.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackIdVersion.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackInstance.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackInstanceId.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackLoadError.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackManifest.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackManifestFactory.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackReport.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSetting.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSettings.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSettingsError.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSettingsFactory.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSettingsJsonValidator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSourceFactory.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackSourceReport.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PackUploadContent.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/Packet.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PacketSender.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PacketViolationDetectedTelemetryData.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PacketViolationHandler.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PacketViolationWarningPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PageContent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Painting.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Palette.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Panda.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PanicGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Parrot.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Parser.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ParticleCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ParticleOnHitSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ParticleTypeMap.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ParticlesBlockExplosionEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ParticlesTeleportTrailEvent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Path.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PathFinder.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PathNavigation.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PauseScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PeekSystem.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PendingArea.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PerfContextTracker.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PerfContextTrackerReport.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PerfTimer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Performance.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PerlinNoise.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PerlinSimplexNoise.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PermissionCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PermissionsFile.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PermissionsHandler.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PersistentDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PetSleepWithOwnerGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PetSleepWithOwnerState.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Phantom.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PhotoStorage.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PhotoTransferPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PickaxeItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PickupItemsGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PieceWeight.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Pig.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PigZombie.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Piglin.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Pillager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PillagerOutpostFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PillagerOutpostPieces.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PillagerOutpostStart.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PineTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PingedCompatibleServer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PistonArmBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PistonBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/PistonBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PistonConsumer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlaceBlockDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlaceBlockNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlanksBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlaySoundCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlaySoundPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlaySoundReactionComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayStatusPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Player.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerActionPacket.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerArmorDamagePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerAuthInputPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerDataSystem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerEnchantOptionsPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerEventCoordinator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerEventListener.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerHotbarPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerInputPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerInteractionSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerInventory.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerListEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerListPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerMovement.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerRespawnBlockRadiusRandomizer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerRespawnTelemetryData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerRideTamedGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerScoreboardId.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerSkinPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerStorageIds.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerUIContainer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerUIContainerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PlayerUIContainerModelBase.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PodzolAreaFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PodzolBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PolarBear.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PoolElementStructurePiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PortalBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PortalForcer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PortalShape.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PosibleTransformation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PositionTrackingDBClientRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PositionTrackingDBServerBroadcastPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PositionTrackingId.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PostprocessingManager.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PotatoBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Potion.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/PotionBrewing.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PotionItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PoweredBlockComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PoweredRailBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrecompiledCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Predicate.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/PreferredPathDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PressurePlateBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrettySnbtFormat.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrimedTnt.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrintStream.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrioritizedGoal.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrismarineBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PrivateKeyManager.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProducerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProfilerLite.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProjectileComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProjectileDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProjectileFactory.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProjectileSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/PropertiesSettings.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PropertyBag.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/PropertyDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ProtectionEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Pufferfish.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PulseCapacitor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PumpkinBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/PumpkinBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/PurchaseReceiptPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/PushThroughDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PushableComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/PushableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/QuartzBlockBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/QueryTargetCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Rabbit.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RabbitPanicGoal.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Raid.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaidBossComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaidBossSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaidGardenGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaidTriggerComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaidTriggerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RaiderCelebrationGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailActivatorComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailActivatorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailActivatorSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailMovement.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/RailMovementComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakDataInput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakDataOutput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakNet.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakNetInstance.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakNetServerLocator.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakPeerHelper.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakTcpProxy.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakWebSocket.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakWebSocketClient.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakWebSocketDataFrame.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RakWebSocketDataFrameParser.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Random.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomAuxValueFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomBlockStateFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomBreachingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomDyeFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomFlyingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomHoverGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomLookAroundAndSitGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomLookAroundGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomPos.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomScatteredLargeFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomSitGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomStrollGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomSwimmingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomThreadCheckManager.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomValueBounds.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomizableBlockActorContainer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomizableBlockActorContainerBase.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RandomizableBlockActorFillingContainer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RangedAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RangedAttackGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RangedWeaponItem.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RapidFertilizerItem.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReadOnlyBinaryStream.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RealmsUnknownPackSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReceiveLoveGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Recipe.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RecipeIngredient.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Recipes.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/RecordItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedStoneDustItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedStoneOreBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedStoneWireBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedstoneBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedstoneLampBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedstoneTorchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RedstoneTorchCapacitor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReedBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReedsFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RegionFile.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/RegionHillsLayer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RegistryKey.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RelativeFloat.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReloadCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RemoveActorPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RemoveEntityPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RemoveObjectivePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RemoveOnHitSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RenderParams.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepairItemRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeatUntilFailureDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeatUntilFailureNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeatUntilSuccessDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeatUntilSuccessNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeaterBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/RepeaterCapacitor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ReplaceItemCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RequestChunkRadiusPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResetEventObj.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceDefinition.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceHelper.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceInformation.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceLoadManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceLoader.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceLoaders.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceLocation.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceMetadata.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePack.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackChunkDataPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackChunkRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackClientResponsePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackDataInfoPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackFileUploadManager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackInfoData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackListener.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackManager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackRepository.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackStack.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackStackPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePackTransmissionManager.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePacksInfoPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourcePath.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ResourceSignature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RespawnAnchorBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RespawnPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RestrictOpenDoorGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RestrictSunGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RideableComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RideableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RiderJumpPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RiseToLiquidLevelGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RiverFollowingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RoleChecker.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RoleCheckerCallback.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RollGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RoofedTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RoomDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RopeAABB.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/RopePoints.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/RopeSystem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/RotateState.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/RotatedPillarBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RotationDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RotationUtil.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/RuinedPortalFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RuinedPortalPiece.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/RuinedPortalStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RunAroundLikeCrazyGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/RuntimeIdentifierDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/RuntimeLightingManager.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHChestCorridor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHFillerCorridor.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHFiveCrossing.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHLeftTurn.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHLibrary.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHPortalRoom.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHPrisonHall.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHRightTurn.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHRoomCrossing.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHStairsDown.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHStartPiece.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHStraight.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SHStraightStairsDown.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Salmon.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SandBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SandFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SandStoneBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Sapling.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SaplingBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SaveCommand.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SaveTransactionManager.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SavedData.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/SavedDataStorage.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SayCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaffoldingBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaffoldingBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaffoldingClimberComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaffoldingClimberSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaleByAgeComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaleByAgeSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaleDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScaredGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScatterFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScatterParams.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScatteredFeaturePiece.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScatteredFeatureStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Scheduler.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SchedulerDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SchedulerSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScorePacketInfo.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Scoreboard.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScoreboardCommand.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScoreboardId.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScoreboardIdentityRef.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScreenCapabilitiesRepo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScreenHandlerBase.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScreenHandlerBeacon.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScreenHandlerLabTable.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptActorAreaBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptActorUniqueIdBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptApi.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptArmorContainerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptAttackComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderActorTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderActorTickingAreaTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderBlockTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderComponent.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderComponentTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderEventDataTemplate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderItemActorTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderItemStackTemplate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderLevelTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderLevelTickingAreaTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderPureEcsTemplate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderQueryTemplate.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderTemplate.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBinderTemplateController.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBlockContainerComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBlockPositionBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptBlockStateComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCollisionBoxComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCommand.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCommandCallbackData.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCommandFactory.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptComponentBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptCustomEventPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptDamageSensorComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptDimensionBinderComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEcsBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEngine.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEquipmentComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEquippableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEventCoordinator.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEventData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEventDataBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptEventListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptExplodeComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptHandContainerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptHealableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptHealthComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptHotbarContainerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptIdentifierBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptInteractComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptInventoryComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptInventoryContainerComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptItemStackBinderComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLevelAreaBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLevelBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLevelTickingAreasComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLevelWeatherComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLevelWeatherEventListener.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptLookAtComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptNameableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptObjectBinder.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptPositionComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptQueries.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptQueryBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptQueryComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptRotationComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorAcquiredItemEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorAttackEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorCarriedItemChangedEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorCreatedEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorDeathEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorDefinitionEventTriggeredEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorDroppedItemEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorEquippedArmorEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorEventListener.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorHurtEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorMoveEvent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorRemovedEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorSneakChangedEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorStartRidingEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorStopRidingEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorTickEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerActorUseItemEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockDestructionStartedEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockDestructionStoppedEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockEventListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockExplodedEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockInteractedWithEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBlockMovedByPistonEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBroadcastActorDefinitionEvent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerBroadcastReceived.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerChatReceived.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerCommandReceived.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerLevelEventListener.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerLoggerConfigReceivedEvent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerPacketEventListener.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerPlaySoundEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerPlayerAttackedActorEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerPlayerDestroyedBlockEvent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerPlayerPlacedBlockEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerProjectileHitEvent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerSpawnParticleAttachedToActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerSpawnParticleInWorldEvent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptServerWeatherEventData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptShooterComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptSpawnActorComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTagComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTelemetryEventListener.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTeleportComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTickWorldComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTickingAreaBinderComponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ScriptTickingAreaDescriptionComponent.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaAnemoneFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaGrass.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaLanternBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaPickle.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaPickleBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeaPickleFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeagrassFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SearchFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Seasons.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeatDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SecureStorage.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SeedItemComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SelectorBehaviorNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SelectorDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SemVersion.hpp (66%) rename LiteLoader/{Header/MC => include/llapi/mc}/SendEventData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SendEventGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SendEventStage.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SensingComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SensingSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SequenceBehaviorNode.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SequenceDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SerializedSkin.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerCommand.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerCommands.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerCommunicationInterface.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerContentKeyProvider.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerFileChunkUploader.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerInstance.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerInstanceEventCoordinator.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerInstanceEventListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerLevel.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerLocator.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerMetrics.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerMetricsImpl.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerMoveInputHandler.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerNetworkHandler.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerPlayer.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerScoreboard.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerSettingsRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerSettingsResponsePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ServerToClientHandshakePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetActorDataPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetActorLinkPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetActorMotionPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetBannerDetailsFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetBlockCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetBlockReactionComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetBookContentsFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetCommandsEnabledPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetDataFromColorIndexFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetDefaultGameTypePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetDifficultyPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetDisplayObjectivePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetHealthPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetItemCountFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetItemDamageFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetItemDataFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetItemLoreFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetItemNameFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetLastHurtByPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetLocalPlayerAsInitializedPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetMaxPlayersCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetPlayerGameTypePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetScorePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetScoreboardIdentityPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetSpawnEggFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetSpawnPositionPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetTimePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetTitlePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SetWorldSpawnCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SettingsCommandPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SettingsScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShapedChemistryRecipe.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShapedRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShapelessChemistryRecipe.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShapelessRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShareItemsGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Shareable.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShareableComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShareableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SharedAmplifiers.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SharedAttributes.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SharedBuffs.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SharedConstants.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SharedModifiers.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShearsItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Sheep.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShieldItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShieldItemUtils.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShiftedDurationAmplifier.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShiftedValueAmplifier.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShipwreckFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShipwreckPiece.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShipwreckStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShootBowDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShootBowNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShooterComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShooterDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShortTag.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShovelItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShowCreditsPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShowProfilePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShowStoreOfferPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Shulker.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerBoxBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerBoxBlockActor.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerBoxBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerBoxRecipe.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerBullet.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ShulkerPeekGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SignBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SignBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SignItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Silverfish.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SilverfishMergeWithStoneGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SilverfishWakeUpFriendsGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleBoolFilterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleContainer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleEventPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleFloatFilterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleHashStringFilterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleIntFilterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimplePlayerContainer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleTagIDFilterTest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimpleTreeTrunk.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SimplexNoise.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SingleBlockFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SitComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SitGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SittableDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Skeleton.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkeletonHorseTrapGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkinIDDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkinInfoData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkullBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkullBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SkullItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlabBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlabBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SleepGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SleepState.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Slime.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeAttackGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeFloatDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeFloatGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeKeepOnJumpingDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeKeepOnJumpingGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeMoveControl.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeMoveControlDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeRandomDirectionDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlimeRandomDirectionGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlotData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SlotDescriptor.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmallFireball.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmeltItemFunction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmithingTableBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmithingTableContainerManagerModel.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmokerBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmokerBlockActor.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmokerContainerManagerModel.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SmoothStoneSelector.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnackGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnapshotEnv.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnapshotFilenameAndLength.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnapshotWritableFile.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SneezeGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnowBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Snowball.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SnowballItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/Social.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SortItemInstanceIdAux.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SoulSandBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SoulSpeedEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SoulTorchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SoundPlayerInterface.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SoundVolumeDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SparklerItem.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SparseContainer.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpatialActorNetworkData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnActorComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnActorDefinition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnActorEntry.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnActorParameters.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnActorSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnAoECloudSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnChanceSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnExperienceOrbPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnFinder.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnGroupRegistry.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnParticleEffectPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnPointCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpawnSettings.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Spawner.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpecificEnchantFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Spider.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpikeFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpinLock.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SplashPotionEffectSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SplashPotionItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpongeBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpreadPlayersCommand.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpringFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SpruceTreeCanopy.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Squid.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SquidDiveGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SquidFleeGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SquidIdleGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SquidMoveAwayFromGroundGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SquidOutOfWaterGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StackResultStorageFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StainedGlassBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StainedGlassPaneBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StairBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/StalkAndPounceOnTargetGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StartGamePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StartScreenCapabilities.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StateSerializationUtils.hpp (89%) rename LiteLoader/{Header/MC => include/llapi/mc}/StemBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StickInGroundSubcomponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StompAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StompAttackGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StompBlockGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StompEggGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneBrickBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneButtonBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneSlabBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneSlabBlock2.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneSlabBlock3.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneSlabBlock4.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StoneSlabBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StonecutterBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StonecutterContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StopCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StopSoundCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StopSoundPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Stopwatch.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrengthDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Strider.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StringByteInput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StringByteOutput.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StringKey.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/StringTag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrippedLogBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrollTowardsVillageGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrongholdFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrongholdPiece.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StrongholdStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureBlockActor.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureBlockPalette.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureBlockUpdatePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureDataLoadHelper.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureEditorData.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureFeature.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureHelpers.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureIntegrityProcessor.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureManager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePiece.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolActorPredicateActorMatch.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockPredicateAlwaysTrue.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockPredicateAxisAlignedPosition.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockPredicateBlockMatch.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockPredicateBlockMatchRandom.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolBlockTagRule.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructurePoolElement.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureSettings.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTag.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplate.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplateData.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplateDataRequestPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplateDataResponsePacket.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplateFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureTemplatePool.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/StructureVoid.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubChunk.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubChunkBlockStorage.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubChunkPos.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubChunkRelighter.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubClientConnectionRequest.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubClientLoginPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubpackInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubpackInfoCollection.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubtreeDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SubtreeNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SummonActorGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SummonCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SummonSpellData.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SummonSpellStage.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SurfaceBuilderRegistry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/SurfaceMaterialAdjustmentAttributes.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SurfaceMaterialAdjustmentEvaluated.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SurvivalMode.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SuspiciousStewItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwamplandHut.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SweetBerryBushBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwellGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimIdleDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimIdleGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimMoveControl.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimWanderDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimWanderGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimWithEntityDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwimWithEntityGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwoopAttackDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SwoopAttackGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/SyncedAttribute.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/SynchedActorData.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/SystemFilePicker.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Tag.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TagCommand.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TagMemoryChunk.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TakeFlowerGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TakeItemActorPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TakePictureCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TallGrass.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TallGrassFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TameableComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TameableDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetGoal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetGoalDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetNearbyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetNearbySystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TargetWhenPushedGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TaskGroup.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TaskResult.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TaskStartInfo.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TcpProxy.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportCommand.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportRotationData.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportTarget.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TeleportToSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TellCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TellRawCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TemplateStructurePiece.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TemporalAttributeBuff.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TemptGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TerrainBurstReactionComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TestForBlockCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TestForBlocksCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TestForCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextObjectLocalizedText.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextObjectLocalizedTextWithParams.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextObjectParser.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextObjectRoot.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextObjectText.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextPacket.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TextureUVCoordinateSet.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TheEndDimension.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TheEndGenerator.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TheEndSpikeHelper.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThinFenceBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThirdPartyInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Throwable.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownEgg.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownEnderpearl.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownIceBomb.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownPotion.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownPotionEffectSubcomponent.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ThrownTrident.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Tick.hpp (100%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickSyncPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickWorldComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickWorldDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingArea.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreaCommand.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreaDescription.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreaList.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreaListBase.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreaView.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TickingAreasManager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TimeCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Timer.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/TimerComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TimerDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TimerSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TitleCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TitleInfo.hpp (89%) rename LiteLoader/{Header/MC => include/llapi/mc}/TitleRawCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TntBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ToggleDownfallCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Token.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ToolRecipes.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TopSnowBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/TopSnowBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TorchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Trade.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Trade2ContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeContainerManagerModel.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeGroup.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeInterestGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeItem.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeResupplyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeTable.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeTables.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeTier.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeWithPlayerGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TradeableSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TraderMaterialTypeFunction.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrailDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrailSystem.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransactionalWorldBlockTarget.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransferPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransformationComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransformationDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransformationSystem.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TransporterComponent.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrapDoorBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TreeHelper.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TridentChannelingEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TridentImpalerEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TridentItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TridentLoyaltyEnchant.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TridentRiptideEnchant.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/TriggerDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TripWireBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TripWireHookBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/TripodCamera.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TripodCameraDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TropicalFish.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TropicalFishInfo.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrustComponent.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrustDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrustedKeys.hpp (87%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrustingComponent.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/TrustingDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Turtle.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/TurtleEggBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TwistingVinesBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/TwistingVinesClusterFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Types.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/UnburiedConstraint.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/UnderwaterCanyonFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UnderwaterLargeCaveFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UnderwaterTorchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/UndyedShulkerBoxBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/UnverifiedCertificate.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateAttributesPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateBlockPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateBlockPropertiesPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateBlockSyncedPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateEquipPacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdatePlayerGameTypePacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateSoftEnumPacket.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/UpdateTradePacket.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/UriListener.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/UseActorDefinition.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/UseActorNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Util.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaActorRendererId.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaActors.hpp (87%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaAppConfigs.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBastionJigsawStructureBlockRules.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBastionJigsawStructureElements.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBastionJigsawStructures.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBiomes.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBlockConversion.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBlockStateTransformUtils.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBlockTypes.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBlockUpdater.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBlocks.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaBuiltInEntities.hpp (87%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaDimensionFactory.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaDimensions.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaFeatures.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaGameModuleDedicatedServer.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaGameModuleServer.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaGameVersions.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaGoalDefinition.hpp (86%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaGoalUtility.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaInPackagePacks.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaItemTiers.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaItems.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaLevelChunkUpgrade.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaOverworldBiomeSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaServerGameplayEventListener.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaServerNetworkHandler.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaStates.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaSystemsRegistration.hpp (91%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaTreeFeature.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaVillageJigsawStructureActorRules.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaVillageJigsawStructureBlockRules.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaVillageJigsawStructureBlockTagRules.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaVillageJigsawStructureElements.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaVillageJigsawStructures.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VanillaWorldSystems.hpp (90%) rename LiteLoader/{Header/MC => include/llapi/mc}/VarIntDataInput.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/VarIntDataOutput.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VariantDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Vec2.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Vec3.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/Vex.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VexCopyOwnerTargetGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/VexRandomMoveGoal.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Village.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillageFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillageManager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillagePiece.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillageStart.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/Villager.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillagerBase.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VillagerV2.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VindicationIllager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VineBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/VinesFeature.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/VirtualCommandOrigin.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WASDControlledDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WSAStartupSingleton.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WSServerCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaitDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaitNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaitTicksDefinition.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaitTicksNode.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WalkAnimationSpeedDescription.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WalkState.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WallBlock.hpp (99%) rename LiteLoader/{Header/MC => include/llapi/mc}/WallClimberPathNavigation.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WanderingTrader.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WanderingTraderScheduler.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WantsJockeyDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WarpedFungusOnAStickItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterAnimal.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterBoundPathNavigation.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterLilyBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterMovementDescription.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterlilyBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WaterlilyFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeaponItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeaponRecipes.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Weather.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeatherCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeatherHelpers.hpp (88%) rename LiteLoader/{Header/MC => include/llapi/mc}/WebBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WebToken.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WebviewObserver.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeepingVinesBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeepingVinesClusterFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeightedPressurePlateBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WeightedRandomFeature.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WellKnownBiomeTags.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Whitelist.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WhitelistCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WhitelistEntry.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WhitelistFile.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WinStackTrace.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/WireframeQueue.hpp (93%) rename LiteLoader/{Header/MC => include/llapi/mc}/Witch.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherBoss.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherBossSpawnUtilities.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherRandomAttackPosGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherRoseBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherSkull.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WitherTargetHighestDamage.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/Wolf.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodButtonBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodSlabBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodSlabBlockItem.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodlandMansionFeature.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodlandMansionPieces.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoodlandMansionStart.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WoolCarpetBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorkGoal.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorkbenchBlock.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorkerPool.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldBlockTarget.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldBuilderCommand.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldChangeTransaction.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldGenerator.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldHistoryPackSource.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldLimitChunkSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldPackHistory.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldPacksHistoryFile.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldSessionEndPoint.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplateInfo.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplateLevelData.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplateManager.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplateManagerProxyCallbacks.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplatePackManifest.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/WorldTemplatePackSource.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/WritableBookItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/WrittenBookItem.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/XPCommand.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/ZipPackAccessStrategy.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ZipPackAccessStrategyOwningFileAcccess.hpp (96%) rename LiteLoader/{Header/MC => include/llapi/mc}/ZlibFileAccessWrapper.hpp (94%) rename LiteLoader/{Header/MC => include/llapi/mc}/Zombie.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/ZombieVillager.hpp (98%) rename LiteLoader/{Header/MC => include/llapi/mc}/_ProfilerLiteTimer.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/_TickPtr.hpp (92%) rename LiteLoader/{Header/MC => include/llapi/mc}/glTFExporter.hpp (95%) rename LiteLoader/{Header/MC => include/llapi/mc}/persona.hpp (97%) rename LiteLoader/{Header/MC => include/llapi/mc}/port.hpp (90%) rename LiteLoader/{Header/PERM => include/llapi/perm}/Foundation.hpp (99%) rename LiteLoader/{Header/PERM => include/llapi/perm}/Member.hpp (100%) rename LiteLoader/{Header/PERM => include/llapi/perm}/Permission.hpp (96%) rename LiteLoader/{Header/PERM => include/llapi/perm}/Role.hpp (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/Bstream.h (100%) create mode 100644 LiteLoader/include/llapi/utils/CryptHelper.h rename LiteLoader/{Header/Utils => include/llapi/utils}/CsLock.h (90%) rename LiteLoader/{Header/Utils => include/llapi/utils}/DbgHelper.h (93%) rename LiteLoader/{Header/Utils => include/llapi/utils}/FileHelper.h (85%) rename LiteLoader/{Header/Utils => include/llapi/utils}/Hash.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/Json.h (99%) rename LiteLoader/{Header/Utils => include/llapi/utils}/NetworkHelper.h (88%) rename LiteLoader/{Header/Utils => include/llapi/utils}/Optional.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/PatchHelper.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/PlayerMap.h (96%) rename LiteLoader/{Header/Utils => include/llapi/utils}/PluginOwnData.h (97%) rename LiteLoader/{Header/Utils => include/llapi/utils}/RNG.h (97%) rename LiteLoader/{Header/Utils => include/llapi/utils}/SRWLock.h (95%) rename LiteLoader/{Header/Utils => include/llapi/utils}/STLHelper.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/ShellLinkFile.h (99%) rename LiteLoader/{Header/Utils => include/llapi/utils}/StringHelper.h (98%) rename LiteLoader/{Header/Utils => include/llapi/utils}/StringReader.h (98%) rename LiteLoader/{Header/Utils => include/llapi/utils}/TypeConversionHelper.hpp (91%) rename LiteLoader/{Header/Utils => include/llapi/utils}/VarInt.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/ViewHelper.h (100%) rename LiteLoader/{Header/Utils => include/llapi/utils}/WinHelper.h (97%) rename LiteLoader/{Main => src/liteloader}/AddonsHelper.cpp (98%) rename LiteLoader/{Main => src/liteloader}/BStats.cpp (98%) rename LiteLoader/{Main => src/liteloader}/BuiltinBugFix.cpp (100%) rename LiteLoader/{Main => src/liteloader}/BuiltinCommands.cpp (98%) rename LiteLoader/{Main => src/liteloader}/BuiltinUnlockCmd.cpp (97%) rename LiteLoader/{Main => src/liteloader}/Config.cpp (99%) rename LiteLoader/{Main => src/liteloader}/CrashLogger.cpp (96%) rename LiteLoader/{Main => src/liteloader}/LiteLoader.cpp (96%) rename LiteLoader/{Main => src/liteloader}/Loader.cpp (96%) rename LiteLoader/{Main => src/liteloader}/ModifyInfomation.cpp (95%) rename LiteLoader/{Main => src/liteloader}/ModifyPack.cpp (100%) rename LiteLoader/{Main => src/liteloader}/PluginManager.cpp (98%) rename LiteLoader/{Main => src/liteloader}/SEHProtection.cpp (95%) rename LiteLoader/{Main => src/liteloader}/SimpleServerLogger.cpp (93%) rename LiteLoader/{Main => src/liteloader}/dllmain.cpp (97%) rename LiteLoader/{Kernel => src/llapi}/AllowListAPI.cpp (100%) rename LiteLoader/{Kernel => src/llapi}/Compatibility.cpp (96%) rename LiteLoader/{Kernel => src/llapi}/EventAPI.cpp (99%) rename LiteLoader/{Kernel => src/llapi}/FormPacketHelper.cpp (97%) rename LiteLoader/{Kernel => src/llapi}/FormUI.cpp (98%) rename LiteLoader/{Kernel => src/llapi}/I18nAPI.cpp (99%) rename LiteLoader/{Kernel => src/llapi}/KVDBAPI.cpp (96%) rename LiteLoader/{Kernel => src/llapi}/LLAPI.cpp (95%) rename LiteLoader/{Kernel => src/llapi}/LoggerAPI.cpp (99%) rename LiteLoader/{Kernel => src/llapi}/ObjectivePacketHelper.cpp (100%) rename LiteLoader/{Kernel => src/llapi}/ParticleAPI.cpp (82%) create mode 100644 LiteLoader/src/llapi/PermissionAPI.cpp rename LiteLoader/{Kernel => src/llapi}/PlayerInfoAPI.cpp (96%) rename LiteLoader/{Kernel => src/llapi}/RemoteCallAPI.cpp (98%) rename LiteLoader/{Kernel => src/llapi}/ScheduleAPI.cpp (97%) rename LiteLoader/{Kernel => src/llapi}/ServerAPI.cpp (93%) rename LiteLoader/{Kernel => src/llapi}/SimulatedPlayerAPI.cpp (100%) rename LiteLoader/{Kernel/Command => src/llapi/command}/CommandOriginAPI.cpp (100%) rename LiteLoader/{Kernel/Command => src/llapi/command}/CommandOutputAPI.cpp (100%) rename LiteLoader/{Kernel/Command => src/llapi/command}/CommandRegistryAPI.cpp (98%) rename LiteLoader/{Kernel/Command => src/llapi/command}/DynamicCommandAPI.cpp (99%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Any.cpp (100%) rename LiteLoader/{Kernel/DB => src/llapi/db}/ConnParams.cpp (99%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Impl/MySQL/Session.cpp (99%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Impl/MySQL/Stmt.cpp (99%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Impl/SQLite/Session.cpp (98%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Impl/SQLite/Stmt.cpp (99%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Row.cpp (100%) rename LiteLoader/{Kernel/DB => src/llapi/db}/RowSet.cpp (100%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Session.cpp (98%) rename LiteLoader/{Kernel/DB => src/llapi/db}/Stmt.cpp (96%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ActorAPI.cpp (99%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ActorDamageSource.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BiomeAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BlockAPI.cpp (92%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BlockActorAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BlockInstanceAPI.cpp (98%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BlockLegacyAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/BlockSourceAPI.cpp (86%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ColorFormatAPI.cpp (99%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ContainerAPI.cpp (97%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/GameModeAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/HitResultAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/I18nAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ItemActorAPI.cpp (61%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ItemStackAPI.cpp (98%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/JsonHelpers.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/LevelAPI.cpp (99%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/MobAPI.cpp (88%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/MolangAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/NetworkIdentifierAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/PlayerAPI.cpp (98%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/ResourcePackRepositoryAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/SpawnerAPI.cpp (95%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/StaticVanillaBlocksAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/StructureTemplateAPI.cpp (100%) rename LiteLoader/{Kernel/MC => src/llapi/mc}/Types.cpp (99%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/ByteArrayTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/ByteTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/CompoundTagAPI.cpp (99%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/DoubleTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/EndTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/FloatTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/Int64TagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/IntArrayTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/IntTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/ListTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/PrettySnbtFormatAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/ShortTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/StringTagAPI.cpp (100%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/TagAPI.cpp (99%) rename LiteLoader/{Kernel/NBT => src/llapi/nbt}/TagMemoryChunk.cpp (100%) rename LiteLoader/{Kernel/Network => src/llapi/network}/BinaryStreamAPI.cpp (100%) rename LiteLoader/{Kernel/Network => src/llapi/network}/PacketAPI.cpp (99%) rename LiteLoader/{Kernel/Network => src/llapi/network}/ReadOnlyBinaryStreamAPI.cpp (100%) rename LiteLoader/{Kernel/Scoreboard => src/llapi/scoreboard}/ObjectiveAPI.cpp (93%) rename LiteLoader/{Kernel/Scoreboard => src/llapi/scoreboard}/ScoreboardAPI.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/CryptHelper.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/CsLock.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/DbgHelper.cpp (99%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/FileHelper.cpp (98%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/GlobalService.cpp (98%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/NetworkHelper.cpp (96%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/PlayerMap.cpp (95%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/PluginOwnData.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/SRWLock.cpp (97%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/STLHelper.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/ShellLinkFile.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/StringHelper.cpp (99%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/StringReader.cpp (100%) rename LiteLoader/{Kernel/Utils => src/llapi/utils}/WinHelper.cpp (97%) rename LiteLoader/{Header/third-party => third-party/include}/Base64/Base64.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/args.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/chrono.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/color.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/compile.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/core.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/format-inl.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/format.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/locale.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/os.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/ostream.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/printf.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/ranges.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/FMT/xchar.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/ModUtils/ModUtils.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/Nlohmann/fifo_json.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/Nlohmann/fifo_map.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/Nlohmann/json.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Assertion.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Backup.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Column.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Database.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Exception.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/SQLiteCpp.h (87%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Statement.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Transaction.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/Utils.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/SQLiteCpp/VariadicBind.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/SimpleIni/SimpleIni.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/compact_enc_det.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/compact_enc_det_generated_tables.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/compact_enc_det_generated_tables2.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/compact_enc_det_hint_code.h (89%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/detail_head_string.inc (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/basictypes.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/case_insensitive_hash.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/commandlineflags.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/encodings/encodings.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/encodings/encodings.pb.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/languages/languages.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/languages/languages.pb.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/logging.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/port.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/string_util.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/compact_enc_det/util/varsetter.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dbghelp/dbghelp.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/detours/detours.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/detours/detver.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_alloc.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_alloc_wx.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_args.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_callback.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_callf.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_callvm.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_config.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_macros.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_signature.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_struct.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_thunk.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_types.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_utils.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_value.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_vector.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dyncall_version.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dynload.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/dyncall/dynload_alloc.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/config/config.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/config/version.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/algorithm.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/any.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/attribute.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/family.hpp (93%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/fwd.hpp (88%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/hashed_string.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/ident.hpp (96%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/monostate.hpp (96%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/type_info.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/type_traits.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/core/utility.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/component.hpp (93%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/entity.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/fwd.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/group.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/handle.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/helper.hpp (96%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/observer.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/organizer.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/poly_storage.hpp (89%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/registry.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/runtime_view.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/snapshot.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/sparse_set.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/storage.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/utility.hpp (92%) rename LiteLoader/{Header/third-party => third-party/include}/entt/entity/view.hpp (99%) create mode 100644 LiteLoader/third-party/include/entt/entt.hpp create mode 100644 LiteLoader/third-party/include/entt/fwd.hpp rename LiteLoader/{Header/third-party => third-party/include}/entt/locator/locator.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/adl_pointer.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/container.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/ctx.hpp (92%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/factory.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/meta.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/node.hpp (96%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/pointer.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/policy.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/range.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/resolve.hpp (96%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/template.hpp (92%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/type_traits.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/meta/utility.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/platform/android-ndk-r17.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/poly/fwd.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/poly/poly.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/process/process.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/process/scheduler.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/resource/cache.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/resource/fwd.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/resource/handle.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/resource/loader.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/signal/delegate.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/entt/signal/dispatcher.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/signal/emitter.hpp (98%) rename LiteLoader/{Header/third-party => third-party/include}/entt/signal/fwd.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/entt/signal/sigh.hpp (99%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/gsl (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/gsl_algorithm (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/gsl_assert (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/gsl_byte (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/gsl_util (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/multi_span (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/pointers (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/span (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/span_ext (100%) rename LiteLoader/{Header/third-party => third-party/include}/gsl/string_span (100%) rename LiteLoader/{Header/third-party => third-party/include}/httplib/httplib.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/c.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/cache.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/comparator.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/db.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/dumpfile.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/env.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/export.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/filter_policy.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/iterator.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/options.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/slice.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/status.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/table.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/table_builder.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/leveldb/write_batch.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/magic_enum/magic_enum.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/errmsg.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/field_types.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/my_command.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/my_compress.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/my_list.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql/client_plugin.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql/plugin_auth_common.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql/udf_registration_types.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql_com.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql_time.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysql_version.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysqld_error.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysqlx_ername.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysqlx_error.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/mysql/mysqlx_version.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/nbt-cpp/nbt.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/__DECC_INCLUDE_EPILOGUE.H (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/__DECC_INCLUDE_PROLOGUE.H (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/aes.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1_mac.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1err.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1t.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asn1t.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/async.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/asyncerr.h (87%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/bio.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/bio.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/bioerr.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/blowfish.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/bn.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/bnerr.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/buffer.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/buffererr.h (82%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/camellia.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cast.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmac.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmp.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmp.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmp_util.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmperr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cms.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cms.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cmserr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/comp.h (91%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/comperr.h (87%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/conf.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/conf.h.in (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/conf_api.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/conferr.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/configuration.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/configuration.h.in (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/conftypes.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/core.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/core_dispatch.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/core_names.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/core_object.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/crmf.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/crmf.h.in (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/crmferr.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/crypto.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/crypto.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cryptoerr.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cryptoerr_legacy.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ct.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ct.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/cterr.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/decoder.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/decodererr.h (86%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/des.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/dh.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/dherr.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/dsa.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/dsaerr.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/dtls1.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/e_os2.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ebcdic.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ec.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ecdh.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ecdsa.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ecerr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/encoder.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/encodererr.h (86%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/engine.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/engineerr.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/err.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/err.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ess.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ess.h.in (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/esserr.h (90%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/evp.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/evperr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/fips_names.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/fipskey.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/fipskey.h.in (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/hmac.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/http.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/httperr.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/idea.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/kdf.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/kdferr.h (92%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/lhash.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/lhash.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/macros.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/md2.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/md4.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/md5.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/mdc2.h (93%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/modes.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/obj_mac.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/objects.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/objectserr.h (86%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ocsp.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ocsp.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ocsperr.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/opensslconf.h (87%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/opensslv.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/opensslv.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ossl_typ.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/param_build.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/params.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pem.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pem2.h (89%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pemerr.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs12.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs12.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs12err.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs7.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs7.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/pkcs7err.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/prov_ssl.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/proverr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/provider.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rand.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/randerr.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rc2.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rc4.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rc5.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ripemd.h (94%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rsa.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/rsaerr.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/safestack.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/safestack.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/seed.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/self_test.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/sha.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/srp.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/srp.h.in (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/srtp.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ssl.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ssl.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ssl2.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ssl3.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/sslerr.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/sslerr_legacy.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/stack.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/store.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/storeerr.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/symhacks.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/tls1.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/trace.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ts.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/tserr.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/txt_db.h (91%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/types.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ui.h (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/ui.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/uierr.h (92%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/whrlpool.h (95%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509.h.in (98%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509_vfy.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509_vfy.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509err.h (96%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509v3.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509v3.h.in (99%) rename LiteLoader/{Header/third-party => third-party/include}/openssl/x509v3err.h (97%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/btree.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/meminfo.h (99%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_base.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_bits.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_config.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_dump.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_fwd_decl.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/parallel_hashmap/phmap_utils.h (100%) rename LiteLoader/{Header/third-party => third-party/include}/pcg/pcg_extras.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/pcg/pcg_random.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/pcg/pcg_uint128.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/seh_exception/seh_exception.hpp (100%) rename LiteLoader/{Header/third-party => third-party/include}/sqlite3/sqlite3.h (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/SQLiteCpp/SQLiteCpp.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/SQLiteCpp/sqlite3.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/compact_enc_det/ced.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/dbghelp/dbghelp.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/detours/detours.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/detours/detours.pdb (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/dyncall/dyncall_s.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/dyncall/dyncallback_s.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/dyncall/dynload_s.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/leveldb/leveldb.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/mysql/libmysql.pdb (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/mysql/mysqlclient.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/openssl/libcrypto.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/openssl/libssl.lib (100%) rename LiteLoader/{Lib/third-party => third-party/lib}/sqlite3/sqlite3.lib (100%) rename LiteLoader/{Lib/third-party => third-party/src}/nbt-cpp/nbt.cpp (100%) rename LiteLoader/{Lib/third-party => third-party/src}/nbt-cpp/nbt_internal.hpp (100%) diff --git a/.gitmodules b/.gitmodules index ec5c972..2aee7ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "RELEASE/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI"] path = RELEASE/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI url = https://github.com/OEOTYAN/LiteLoaderBDS-CUI.git +[submodule "ParticleAPI-1.16.40"] + path = ParticleAPI-1.16.40 + url = https://github.com/quizhizhe/ParticleAPI-1.16.40 +[submodule "PermissionAPI-1.16.40"] + path = PermissionAPI-1.16.40 + url = https://github.com/quizhizhe/PermissionAPI-1.16.40 diff --git a/CMakeLists.txt b/CMakeLists.txt index be4fb73..64e30c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,13 @@ cmake_minimum_required(VERSION 3.21) project(LL-Parent) +set(LiteLoader_SOURCE_DIR ${CMAKE_SOURCE_DIR}/LiteLoader) +set(Demangler_SOURCE_DIR ${CMAKE_SOURCE_DIR}/Tools/Demangler) +set(SCRIPTENGINE_SOURCE_DIR ${CMAKE_SOURCE_DIR}/ScriptEngine) +set(SCRIPTX_SOURCE_DIR ${CMAKE_SOURCE_DIR}/ScriptX) + # Add sub directories -add_subdirectory(PreLoader) +add_subdirectory(LLPreLoader) add_subdirectory(LiteLoader) add_subdirectory(ScriptEngine/CMake/ScriptEngine-Lua) add_subdirectory(ScriptEngine/CMake/ScriptEngine-QuickJs) diff --git a/PreLoader/CMakeLists.txt b/LLPreLoader/CMakeLists.txt similarity index 86% rename from PreLoader/CMakeLists.txt rename to LLPreLoader/CMakeLists.txt index 033a2fd..b59545b 100644 --- a/PreLoader/CMakeLists.txt +++ b/LLPreLoader/CMakeLists.txt @@ -22,8 +22,8 @@ add_link_options( link_directories(${CMAKE_SOURCE_DIR}/x64/Release/) -aux_source_directory(../LiteLoader/Lib/third-party/rawpdb DIR_LIB_SRCS) -add_library(LLPreLoader SHARED dllmain.cpp SymDB.cpp PreLoader.cpp Utils.cpp ${DIR_LIB_SRCS}) +aux_source_directory(third-party/rawpdb DIR_LIB_SRCS) +add_library(LLPreLoader SHARED src/dllmain.cpp src/SymDB.cpp src/PreLoader.cpp src/Utils.cpp ${DIR_LIB_SRCS}) target_link_libraries(LLPreLoader SymDBHelper "${CMAKE_SOURCE_DIR}/LiteLoader/Lib/third-party/detours/detours.lib" "${CMAKE_SOURCE_DIR}/LiteLoader/Lib/Demangler.lib") diff --git a/PreLoader/FakeSymbol.hpp b/LLPreLoader/include/FakeSymbol.hpp similarity index 98% rename from PreLoader/FakeSymbol.hpp rename to LLPreLoader/include/FakeSymbol.hpp index aded1c7..2658d30 100644 --- a/PreLoader/FakeSymbol.hpp +++ b/LLPreLoader/include/FakeSymbol.hpp @@ -2,7 +2,7 @@ #include #include -#include "../Tools/Demangler/include/MicrosoftDemangle.h" +#include "Tools/Demangler/include/MicrosoftDemangle.h" namespace FakeSymbol { diff --git a/PreLoader/Logger.h b/LLPreLoader/include/Logger.h similarity index 100% rename from PreLoader/Logger.h rename to LLPreLoader/include/Logger.h diff --git a/PreLoader/Utils.h b/LLPreLoader/include/Utils.h similarity index 100% rename from PreLoader/Utils.h rename to LLPreLoader/include/Utils.h diff --git a/PreLoader/pch.h b/LLPreLoader/include/pch.h similarity index 94% rename from PreLoader/pch.h rename to LLPreLoader/include/pch.h index df83bbe..2c75cbb 100644 --- a/PreLoader/pch.h +++ b/LLPreLoader/include/pch.h @@ -9,7 +9,7 @@ #endif #define WIN32_LEAN_AND_MEAN #define NOMINMAX -#include +#include #include #include #include diff --git a/PreLoader/PreLoader.cpp b/LLPreLoader/src/PreLoader.cpp similarity index 98% rename from PreLoader/PreLoader.cpp rename to LLPreLoader/src/PreLoader.cpp index d19310a..71317d6 100644 --- a/PreLoader/PreLoader.cpp +++ b/LLPreLoader/src/PreLoader.cpp @@ -1,9 +1,9 @@ -#include "pch.h" -#include "Logger.h" +#include "../include/pch.h" +#include "../include/Logger.h" #include #include #include -#include +#include using std::string; using std::wstring; diff --git a/PreLoader/SymDB.cpp b/LLPreLoader/src/SymDB.cpp similarity index 98% rename from PreLoader/SymDB.cpp rename to LLPreLoader/src/SymDB.cpp index 951d958..7cc7faf 100644 --- a/PreLoader/SymDB.cpp +++ b/LLPreLoader/src/SymDB.cpp @@ -1,4 +1,4 @@ -#include "pch.h" +#include "../include/pch.h" #include #include #include @@ -20,12 +20,12 @@ #include "../LiteLoader/Header/third-party/parallel_hashmap/phmap.h" -#include "Logger.h" +#include "../include/Logger.h" #include "../LiteLoader/Header/third-party/FMT/printf.h" #include -#include "Utils.h" +#include "../include/Utils.h" -#include "FakeSymbol.hpp" +#include "../include/FakeSymbol.hpp" using std::list; using std::string, std::string_view; diff --git a/PreLoader/Utils.cpp b/LLPreLoader/src/Utils.cpp similarity index 92% rename from PreLoader/Utils.cpp rename to LLPreLoader/src/Utils.cpp index 961f860..2773e2f 100644 --- a/PreLoader/Utils.cpp +++ b/LLPreLoader/src/Utils.cpp @@ -1,5 +1,5 @@ -#include "pch.h" -#include "Utils.h" +#include "../include/pch.h" +#include "../include/Utils.h" #include std::string GetCallerModuleFileName(unsigned long FramesToSkip) { static const int maxFrameCount = 1; diff --git a/PreLoader/dllmain.cpp b/LLPreLoader/src/dllmain.cpp similarity index 92% rename from PreLoader/dllmain.cpp rename to LLPreLoader/src/dllmain.cpp index 3c49bb4..6f3fb07 100644 --- a/PreLoader/dllmain.cpp +++ b/LLPreLoader/src/dllmain.cpp @@ -1,6 +1,6 @@ // dllmain.cpp : 定义 DLL 应用程序的入口点。 -#include "pch.h" -#include "Logger.h" +#include "../include/pch.h" +#include "../include/Logger.h" void fixUpLibDir(); void loadDlls(); #pragma comment(linker, "/export:GetServerSymbol=LLPreLoader.dlsym_real") diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_ArrayView.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_ArrayView.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_ArrayView.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_ArrayView.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Assert.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Assert.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Assert.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Assert.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_BitOperators.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_BitOperators.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_BitOperators.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_BitOperators.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_BitUtil.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_BitUtil.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_BitUtil.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_BitUtil.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_DisableWarningsPop.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_DisableWarningsPop.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_DisableWarningsPop.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_DisableWarningsPop.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_DisableWarningsPush.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_DisableWarningsPush.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_DisableWarningsPush.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_DisableWarningsPush.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Forward.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Forward.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Forward.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Forward.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Log.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Log.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Log.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Log.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Macros.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Macros.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Macros.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Macros.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Memory.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Memory.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Memory.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Memory.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Move.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Move.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Move.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Move.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Platform.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Platform.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Platform.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Platform.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_PointerUtil.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_PointerUtil.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_PointerUtil.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_PointerUtil.h diff --git a/LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Warnings.h b/LLPreLoader/third-party/rawpdb/Foundation/PDB_Warnings.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/Foundation/PDB_Warnings.h rename to LLPreLoader/third-party/rawpdb/Foundation/PDB_Warnings.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB.cpp b/LLPreLoader/third-party/rawpdb/PDB.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB.cpp rename to LLPreLoader/third-party/rawpdb/PDB.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB.h b/LLPreLoader/third-party/rawpdb/PDB.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB.h rename to LLPreLoader/third-party/rawpdb/PDB.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_CoalescedMSFStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_CoalescedMSFStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_CoalescedMSFStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_CoalescedMSFStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_CoalescedMSFStream.h b/LLPreLoader/third-party/rawpdb/PDB_CoalescedMSFStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_CoalescedMSFStream.h rename to LLPreLoader/third-party/rawpdb/PDB_CoalescedMSFStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DBIStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_DBIStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DBIStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_DBIStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DBIStream.h b/LLPreLoader/third-party/rawpdb/PDB_DBIStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DBIStream.h rename to LLPreLoader/third-party/rawpdb/PDB_DBIStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DBITypes.cpp b/LLPreLoader/third-party/rawpdb/PDB_DBITypes.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DBITypes.cpp rename to LLPreLoader/third-party/rawpdb/PDB_DBITypes.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DBITypes.h b/LLPreLoader/third-party/rawpdb/PDB_DBITypes.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DBITypes.h rename to LLPreLoader/third-party/rawpdb/PDB_DBITypes.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DirectMSFStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_DirectMSFStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DirectMSFStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_DirectMSFStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_DirectMSFStream.h b/LLPreLoader/third-party/rawpdb/PDB_DirectMSFStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_DirectMSFStream.h rename to LLPreLoader/third-party/rawpdb/PDB_DirectMSFStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ErrorCodes.h b/LLPreLoader/third-party/rawpdb/PDB_ErrorCodes.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ErrorCodes.h rename to LLPreLoader/third-party/rawpdb/PDB_ErrorCodes.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_GlobalSymbolStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_GlobalSymbolStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_GlobalSymbolStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_GlobalSymbolStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_GlobalSymbolStream.h b/LLPreLoader/third-party/rawpdb/PDB_GlobalSymbolStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_GlobalSymbolStream.h rename to LLPreLoader/third-party/rawpdb/PDB_GlobalSymbolStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_IPIStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_IPIStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_IPIStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_IPIStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_IPIStream.h b/LLPreLoader/third-party/rawpdb/PDB_IPIStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_IPIStream.h rename to LLPreLoader/third-party/rawpdb/PDB_IPIStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_IPITypes.h b/LLPreLoader/third-party/rawpdb/PDB_IPITypes.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_IPITypes.h rename to LLPreLoader/third-party/rawpdb/PDB_IPITypes.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ImageSectionStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_ImageSectionStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ImageSectionStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_ImageSectionStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ImageSectionStream.h b/LLPreLoader/third-party/rawpdb/PDB_ImageSectionStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ImageSectionStream.h rename to LLPreLoader/third-party/rawpdb/PDB_ImageSectionStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_InfoStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_InfoStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_InfoStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_InfoStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_InfoStream.h b/LLPreLoader/third-party/rawpdb/PDB_InfoStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_InfoStream.h rename to LLPreLoader/third-party/rawpdb/PDB_InfoStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ModuleInfoStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_ModuleInfoStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ModuleInfoStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_ModuleInfoStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ModuleInfoStream.h b/LLPreLoader/third-party/rawpdb/PDB_ModuleInfoStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ModuleInfoStream.h rename to LLPreLoader/third-party/rawpdb/PDB_ModuleInfoStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ModuleSymbolStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_ModuleSymbolStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ModuleSymbolStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_ModuleSymbolStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_ModuleSymbolStream.h b/LLPreLoader/third-party/rawpdb/PDB_ModuleSymbolStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_ModuleSymbolStream.h rename to LLPreLoader/third-party/rawpdb/PDB_ModuleSymbolStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_PCH.cpp b/LLPreLoader/third-party/rawpdb/PDB_PCH.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_PCH.cpp rename to LLPreLoader/third-party/rawpdb/PDB_PCH.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_PCH.h b/LLPreLoader/third-party/rawpdb/PDB_PCH.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_PCH.h rename to LLPreLoader/third-party/rawpdb/PDB_PCH.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_PublicSymbolStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_PublicSymbolStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_PublicSymbolStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_PublicSymbolStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_PublicSymbolStream.h b/LLPreLoader/third-party/rawpdb/PDB_PublicSymbolStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_PublicSymbolStream.h rename to LLPreLoader/third-party/rawpdb/PDB_PublicSymbolStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_RawFile.cpp b/LLPreLoader/third-party/rawpdb/PDB_RawFile.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_RawFile.cpp rename to LLPreLoader/third-party/rawpdb/PDB_RawFile.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_RawFile.h b/LLPreLoader/third-party/rawpdb/PDB_RawFile.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_RawFile.h rename to LLPreLoader/third-party/rawpdb/PDB_RawFile.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_SectionContributionStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_SectionContributionStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_SectionContributionStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_SectionContributionStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_SectionContributionStream.h b/LLPreLoader/third-party/rawpdb/PDB_SectionContributionStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_SectionContributionStream.h rename to LLPreLoader/third-party/rawpdb/PDB_SectionContributionStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_SourceFileStream.cpp b/LLPreLoader/third-party/rawpdb/PDB_SourceFileStream.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_SourceFileStream.cpp rename to LLPreLoader/third-party/rawpdb/PDB_SourceFileStream.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_SourceFileStream.h b/LLPreLoader/third-party/rawpdb/PDB_SourceFileStream.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_SourceFileStream.h rename to LLPreLoader/third-party/rawpdb/PDB_SourceFileStream.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_Types.cpp b/LLPreLoader/third-party/rawpdb/PDB_Types.cpp similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_Types.cpp rename to LLPreLoader/third-party/rawpdb/PDB_Types.cpp diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_Types.h b/LLPreLoader/third-party/rawpdb/PDB_Types.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_Types.h rename to LLPreLoader/third-party/rawpdb/PDB_Types.h diff --git a/LiteLoader/Lib/third-party/rawpdb/PDB_Util.h b/LLPreLoader/third-party/rawpdb/PDB_Util.h similarity index 100% rename from LiteLoader/Lib/third-party/rawpdb/PDB_Util.h rename to LLPreLoader/third-party/rawpdb/PDB_Util.h diff --git a/LiteLoader/CMakeLists.txt b/LiteLoader/CMakeLists.txt index d6ffaff..d3eea92 100644 --- a/LiteLoader/CMakeLists.txt +++ b/LiteLoader/CMakeLists.txt @@ -9,62 +9,87 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/x64/) set(TARGET_DIR ${CMAKE_SOURCE_DIR}/x64/Release/) file(GLOB_RECURSE SRC_FILES - ${PROJECT_SOURCE_DIR}/Lib/third-party/nbt-cpp/*.cpp - ${PROJECT_SOURCE_DIR}/Header/*.cpp - ${PROJECT_SOURCE_DIR}/Header/*.hpp - ${PROJECT_SOURCE_DIR}/Header/*.h - ${PROJECT_SOURCE_DIR}/Kernel/*.cpp - ${PROJECT_SOURCE_DIR}/Kernel/*.hpp - ${PROJECT_SOURCE_DIR}/Kernel/*.h - ${PROJECT_SOURCE_DIR}/Main/*.cpp - ${PROJECT_SOURCE_DIR}/Main/*.hpp - ${PROJECT_SOURCE_DIR}/Main/*.h - ${PROJECT_SOURCE_DIR}/Resource/*.rc - ${PROJECT_SOURCE_DIR}/Resource/*.h + ${PROJECT_SOURCE_DIR}/third-party/nbt-cpp/*.cpp + ${PROJECT_SOURCE_DIR}/include/*.h + ${PROJECT_SOURCE_DIR}/include/*.hpp + ${PROJECT_SOURCE_DIR}/src/*.cpp + ${PROJECT_SOURCE_DIR}/src/*.hpp + ${PROJECT_SOURCE_DIR}/src/*.h + ${PROJECT_SOURCE_DIR}/src/*.rc ) -add_definitions( - -DUNICODE -DNDEBUG -DLITELOADER_EXPORTS -DWIN32_LEAN_AND_MEAN - -DCPPHTTPLIB_OPENSSL_SUPPORT -D_CRT_SECURE_NO_WARNINGS -D_WINDOWS - -D_USRDLL -D_AMD64_ -DNOMINMAX +# third-party source files +file(GLOB_RECURSE THIRD_PARTY_SRC_FILES ${PROJECT_SOURCE_DIR}/third-party/src/*) + +add_library(LiteLoader SHARED ${SRC_FILES} ${THIRD_PARTY_SRC_FILES}) + +# Replace Compile Flag /EHsc to /EHa +string(REPLACE "/EHsc" "/EHa" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) + +target_compile_options( + LiteLoader + PRIVATE /permissive- /MD /MP /analyze:external- /GS /GL /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Zc:inline /fp:precise /errorReport:prompt /WX- /Zc:forScope /Gd /Oi /FC /nologo /Ot /diagnostics:column /utf-8 ) -add_compile_options( - /permissive /MP /analyze:external- /GS /GL /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Zc:inline /fp:precise - /external:W1 /errorReport:prompt /WX- /Zc:forScope /Gd /Oi /MD /FC /EHa /nologo /Ot /diagnostics:column - /utf-8 +target_compile_definitions( + LiteLoader + PRIVATE -DUNICODE -DNDEBUG -DLITELOADER_EXPORTS -DWIN32_LEAN_AND_MEAN -DCPPHTTPLIB_OPENSSL_SUPPORT -D_CRT_SECURE_NO_WARNINGS -D_WINDOWS -D_USRDLL -D_AMD64_ -DNOMINMAX ) -add_link_options( - /MANIFEST /LTCG:incremental /NXCOMPAT /DEBUG:FULL /DLL /MACHINE:X64 /OPT:REF /INCREMENTAL:NO /SUBSYSTEM:CONSOLE - /MANIFESTUAC:NO /OPT:ICF /ERRORREPORT:PROMPT /NOLOGO /TLBID:1 - /DELAYLOAD:bedrock_server.dll # use delayload to import BDS APIs manually(bedrock_server.dll does not need to exist) +# use delayload to import BDS APIs manually(bedrock_server.dll does not need to exist) +target_link_options( + LiteLoader + PRIVATE /MANIFEST /LTCG:incremental /NXCOMPAT /DEBUG:FULL /DLL /MACHINE:X64 /OPT:REF /INCREMENTAL:NO /SUBSYSTEM:CONSOLE /MANIFESTUAC:NO /OPT:ICF /ERRORREPORT:PROMPT /NOLOGO /TLBID:1 /DELAYLOAD:bedrock_server.dll ) -include_directories(${PROJECT_SOURCE_DIR}) -include_directories(${PROJECT_SOURCE_DIR}/Header) -include_directories(${PROJECT_SOURCE_DIR}/Header/third-party) -include_directories(${CMAKE_SOURCE_DIR}) - -link_directories(${PROJECT_SOURCE_DIR}) -link_directories(${CMAKE_SOURCE_DIR}/x64/Release) - -add_library(LiteLoader SHARED ${SRC_FILES}) - -target_link_libraries(LiteLoader LLPreLoader - "${PROJECT_SOURCE_DIR}/Lib/third-party/leveldb/leveldb.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/openssl/libcrypto.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/openssl/libssl.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/SQLiteCpp/SQLiteCpp.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/SQLiteCpp/sqlite3.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/mysql/mysqlclient.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/compact_enc_det/ced.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/dyncall/dyncall_s.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/dyncall/dyncallback_s.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/dyncall/dynload_s.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/compact_enc_det/ced.lib" - "${PROJECT_SOURCE_DIR}/Lib/third-party/dbghelp/dbghelp.lib" +target_link_libraries( + LiteLoader + "${PROJECT_SOURCE_DIR}/third-party/lib/leveldb/leveldb.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/openssl/libcrypto.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/openssl/libssl.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/SQLiteCpp/SQLiteCpp.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/SQLiteCpp/sqlite3.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/mysql/mysqlclient.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/compact_enc_det/ced.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/dyncall/dyncall_s.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/dyncall/dyncallback_s.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/dyncall/dynload_s.lib" + "${PROJECT_SOURCE_DIR}/third-party/lib/dbghelp/dbghelp.lib" # Please make sure that the BDS APIs ImportLibrary is at the bottom of the list to ensure proper linking. "${PROJECT_SOURCE_DIR}/Lib/bedrock_server_api.lib" "${PROJECT_SOURCE_DIR}/Lib/bedrock_server_var.lib" + LLPreLoader +) + +target_include_directories( + LiteLoader SYSTEM + PRIVATE ${PROJECT_SOURCE_DIR}/third-party/include +) + +target_include_directories( + LiteLoader + PRIVATE ${PROJECT_SOURCE_DIR}/include/ + PRIVATE ${CMAKE_SOURCE_DIR} +) + +add_custom_command( + TARGET LiteLoader PRE_BUILD + COMMAND ${CMAKE_SOURCE_DIR}/scripts/PrepareLibraries.cmd ${CMAKE_SOURCE_DIR} +) + +# Copy the built DLL and PDB to the output directory +add_custom_command( + TARGET LiteLoader POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ ${CMAKE_BINARY_DIR}/output/ + COMMAND ${CMAKE_COMMAND} -E copy $ ${CMAKE_BINARY_DIR}/pdb/ + COMMENT "Copying LiteLoader DLL and PDB to output directory" + VERBATIM +) + +# Copy the built lib to the SDK directory +add_custom_command( + TARGET LiteLoader POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy $ ${CMAKE_BINARY_DIR}/sdk/lib/ + COMMENT "Copying LiteLoader Lib to SDK directory" + VERBATIM ) diff --git a/LiteLoader/Header/Impl/ObjectivePacketHelper.h b/LiteLoader/Header/Impl/ObjectivePacketHelper.h deleted file mode 100644 index 5da8ea7..0000000 --- a/LiteLoader/Header/Impl/ObjectivePacketHelper.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once - -#include "../Global.h" - -LIAPI uint64_t NewScoreId(); \ No newline at end of file diff --git a/LiteLoader/Header/Utils/CryptHelper.h b/LiteLoader/Header/Utils/CryptHelper.h deleted file mode 100644 index 3363e9c..0000000 --- a/LiteLoader/Header/Utils/CryptHelper.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once -#include "../Global.h" -#include - -LIAPI std::string CalcMD5(const std::string& str); -LIAPI std::string CalcSHA1(const std::string& str); \ No newline at end of file diff --git a/LiteLoader/Header/third-party/entt/entt.hpp b/LiteLoader/Header/third-party/entt/entt.hpp deleted file mode 100644 index 5248169..0000000 --- a/LiteLoader/Header/third-party/entt/entt.hpp +++ /dev/null @@ -1,51 +0,0 @@ -#include "config/version.h" -#include "core/algorithm.hpp" -#include "core/any.hpp" -#include "core/attribute.h" -#include "core/family.hpp" -#include "core/hashed_string.hpp" -#include "core/ident.hpp" -#include "core/monostate.hpp" -#include "core/type_info.hpp" -#include "core/type_traits.hpp" -#include "core/utility.hpp" -#include "entity/component.hpp" -#include "entity/entity.hpp" -#include "entity/group.hpp" -#include "entity/handle.hpp" -#include "entity/helper.hpp" -#include "entity/observer.hpp" -#include "entity/organizer.hpp" -#include "entity/poly_storage.hpp" -#include "entity/registry.hpp" -#include "entity/runtime_view.hpp" -#include "entity/snapshot.hpp" -#include "entity/sparse_set.hpp" -#include "entity/storage.hpp" -#include "entity/utility.hpp" -#include "entity/view.hpp" -#include "locator/locator.hpp" -#include "meta/adl_pointer.hpp" -#include "meta/container.hpp" -#include "meta/ctx.hpp" -#include "meta/factory.hpp" -#include "meta/meta.hpp" -#include "meta/node.hpp" -#include "meta/pointer.hpp" -#include "meta/policy.hpp" -#include "meta/range.hpp" -#include "meta/resolve.hpp" -#include "meta/template.hpp" -#include "meta/type_traits.hpp" -#include "meta/utility.hpp" -#include "platform/android-ndk-r17.hpp" -#include "poly/poly.hpp" -#include "process/process.hpp" -#include "process/scheduler.hpp" -#include "resource/cache.hpp" -#include "resource/handle.hpp" -#include "resource/loader.hpp" -#include "signal/delegate.hpp" -#include "signal/dispatcher.hpp" -#include "signal/emitter.hpp" -#include "signal/sigh.hpp" diff --git a/LiteLoader/Header/third-party/entt/fwd.hpp b/LiteLoader/Header/third-party/entt/fwd.hpp deleted file mode 100644 index 46dfe0d..0000000 --- a/LiteLoader/Header/third-party/entt/fwd.hpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "core/fwd.hpp" -#include "entity/fwd.hpp" -#include "poly/fwd.hpp" -#include "resource/fwd.hpp" -#include "signal/fwd.hpp" diff --git a/LiteLoader/Kernel/PermissionAPI.cpp b/LiteLoader/Kernel/PermissionAPI.cpp deleted file mode 100644 index fc94e14..0000000 --- a/LiteLoader/Kernel/PermissionAPI.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include - -DynPermissionAPI Permission::api{}; \ No newline at end of file diff --git a/LiteLoader/Resource/LiteLoader.aps b/LiteLoader/Resource/LiteLoader.aps deleted file mode 100644 index 27191bdfd66ffb8da43cb32d84c0ba22c07599bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3152 zcmc&$TW;G%6g`R+L~-D@=;L2W^I-!GEu}`18bu0Pq#U-CD3G+00t5s_Vr-$d=s&d1O0EiiU3_ecM$d5At}-_?Vvz`3_)_{zUIuCnL7gjRlbWw{IYtkblAGf z_X(b2kN?G@l<3Qqq=MJ$fUz5#jrx<9gQLKh4CW`{cs338N3$pM=Yc(%h4!RB45K~6 z%e4YGoKEJ^Ak4|MXn}p+QS5uQ|1||Y@Bis& zJUE^Y!|I(^qcMYNM|U>XGohw!xB8>;b~lWsqsdrlvG!J+Vgcm)*&tUPimQ|_79TA6 z%-eL<1br7CdiKp&RVoPSJ%qJcx8%g<XsAMTbb|)CqF2 z%lfG*>=C7V^cXVogz>*)TlyN(V?a!TZb+HOe?(mJ1(9v!uyvJmN{A#!3+<8ZjL6kl;cDU|#_2H5glOkvZep3mp7KLi^4Dp%6| zaa&1lBbP@?Ku_;@y|($x@42Su9Jmd$*VXL<6ZKjhH}d+1(`xB$BT?_vYBXSi%mOr= zw(mOj(x3X9dA;{-%S_!RI`c$|Da}YEqSW~SAdY-TQRs);& z>Ra44CFRTSg~TO6Y|A%oM>kA&8O$)dc@S zS;x6JP0Qw5NM@pG>-(sk)os}{ml=7!Yqj^`J4?4%vYB&811i$AB8Bi(q)4eM(j_ca zWz1XnI9nX}o2PzUUURjd-y?r2MShPgl2Wc1%$WhsxX=3B@h_Pjj@UL>A23%)hLL9+4rv#yNHq2>XK7r@m4?C=XPiTo7fw)J z=8h@rn?(Ky53t2(Pl<2L3^&0m_EW_-3a=oqb5#W@vk#b6=CqOCMJicJW9Lo?S_3|FbOK{ zU2>n7-Y=AXzLeG<&~Y`5{h!yzhaALWAus#1FRbf0tPAaFyf4P&& zEv~};FZao?&{P$TD4J diff --git a/LiteLoader/Resource/LiteLoader.rc b/LiteLoader/Resource/LiteLoader.rc deleted file mode 100644 index c0be274..0000000 --- a/LiteLoader/Resource/LiteLoader.rc +++ /dev/null @@ -1,97 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "winres.h" -#include "../Main/Version.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// (壬й) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS) -LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED -#pragma code_page(936) - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""winres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION LITELOADER_VERSION_MAJOR,LITELOADER_VERSION_MINOR,LITELOADER_VERSION_REVISION,LITELOADER_VERSION_ACTIONS - PRODUCTVERSION LITELOADER_VERSION_MAJOR,LITELOADER_VERSION_MINOR,LITELOADER_VERSION_REVISION,LITELOADER_VERSION_ACTIONS - FILEFLAGSMASK 0x3fL - FILEFLAGS LITELOADER_FILE_VERSION_FLAG - FILEOS 0x40004L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "080404b0" - BEGIN - VALUE "CompanyName", "LiteLoaderDev" - VALUE "FileDescription", "A Light-Weight Plugin Loader for Bedrock Dedicated Server" - VALUE "FileVersion", LITELOADER_FILE_VERSION_STRING - VALUE "InternalName", "LiteLoader.dll" - VALUE "LegalCopyright", "LiteLoader Developer" - VALUE "OriginalFilename", "LiteLoader.dll" - VALUE "ProductName", "LiteLoader For BDS" - VALUE "ProductVersion", LITELOADER_FILE_VERSION_STRING - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x804, 1200 - END -END - -#endif // (壬й) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/LiteLoader/Resource/resource.h b/LiteLoader/Resource/resource.h deleted file mode 100644 index 550e0f6..0000000 --- a/LiteLoader/Resource/resource.h +++ /dev/null @@ -1,13 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by LiteLoader.rc - -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif - diff --git a/LiteLoader/cpp.hint b/LiteLoader/cpp.hint deleted file mode 100644 index 30e696e..0000000 --- a/LiteLoader/cpp.hint +++ /dev/null @@ -1,7 +0,0 @@ -// 提示文件帮助 Visual Studio IDE 解释 Visual C++ 标识符, -// 如函数和宏的名称。 -// 有关详细信息,请参见 https://go.microsoft.com/fwlink/?linkid=865984 -#define LIAPI __declspec(dllexport) -#define MCAPI __declspec(dllimport) -#define IF_LISTENED(EVENT) if(EVENT::hasListener()) { try -#define IF_LISTENED_END(EVENT) catch(...) { Logger::Error("Event Callback Failed!"); Logger::Error("Uncaught Exception Detected!"); Logger::Error("In Event: " #EVENT ""); } } diff --git a/LiteLoader/Main/AddonsHelper.h b/LiteLoader/include/liteloader/AddonsHelper.h similarity index 96% rename from LiteLoader/Main/AddonsHelper.h rename to LiteLoader/include/liteloader/AddonsHelper.h index 34796b2..762e743 100644 --- a/LiteLoader/Main/AddonsHelper.h +++ b/LiteLoader/include/liteloader/AddonsHelper.h @@ -1,7 +1,7 @@ #pragma once #include #include -#include +#include "llapi/LLAPI.h" void InitAddonsHelper(); diff --git a/LiteLoader/Main/Config.h b/LiteLoader/include/liteloader/Config.h similarity index 98% rename from LiteLoader/Main/Config.h rename to LiteLoader/include/liteloader/Config.h index 3940d18..7459498 100644 --- a/LiteLoader/Main/Config.h +++ b/LiteLoader/include/liteloader/Config.h @@ -4,7 +4,7 @@ #include #include -#include +#include "llapi/LLAPI.h" /////////////////////// CrashLogger /////////////////////// // When comes with these plugins, disable builtin CrashLogger since they will cause crash diff --git a/LiteLoader/Main/CrashLogger.h b/LiteLoader/include/liteloader/CrashLogger.h similarity index 100% rename from LiteLoader/Main/CrashLogger.h rename to LiteLoader/include/liteloader/CrashLogger.h diff --git a/LiteLoader/Main/LiteLoader.h b/LiteLoader/include/liteloader/LiteLoader.h similarity index 69% rename from LiteLoader/Main/LiteLoader.h rename to LiteLoader/include/liteloader/LiteLoader.h index fad991d..3efac0b 100644 --- a/LiteLoader/Main/LiteLoader.h +++ b/LiteLoader/include/liteloader/LiteLoader.h @@ -1,6 +1,6 @@ #pragma once -#include +#include "include/llapi/LoggerAPI.h" extern Logger logger; extern time_t startTime; extern time_t endTime; diff --git a/LiteLoader/Main/Loader.h b/LiteLoader/include/liteloader/Loader.h similarity index 100% rename from LiteLoader/Main/Loader.h rename to LiteLoader/include/liteloader/Loader.h diff --git a/LiteLoader/Main/PluginManager.h b/LiteLoader/include/liteloader/PluginManager.h similarity index 96% rename from LiteLoader/Main/PluginManager.h rename to LiteLoader/include/liteloader/PluginManager.h index bd95728..cc4d622 100644 --- a/LiteLoader/Main/PluginManager.h +++ b/LiteLoader/include/liteloader/PluginManager.h @@ -1,6 +1,6 @@ #pragma once -#include -#include +#include "include/llapi/Global.h" +#include #include #include diff --git a/LiteLoader/Main/Version.h b/LiteLoader/include/liteloader/Version.h similarity index 100% rename from LiteLoader/Main/Version.h rename to LiteLoader/include/liteloader/Version.h diff --git a/LiteLoader/Header/AllowListAPI.h b/LiteLoader/include/llapi/AllowListAPI.h similarity index 100% rename from LiteLoader/Header/AllowListAPI.h rename to LiteLoader/include/llapi/AllowListAPI.h diff --git a/LiteLoader/Header/DynamicCommandAPI.h b/LiteLoader/include/llapi/DynamicCommandAPI.h similarity index 99% rename from LiteLoader/Header/DynamicCommandAPI.h rename to LiteLoader/include/llapi/DynamicCommandAPI.h index d19b617..4910357 100644 --- a/LiteLoader/Header/DynamicCommandAPI.h +++ b/LiteLoader/include/llapi/DynamicCommandAPI.h @@ -10,8 +10,8 @@ #include "MC/CommandRegistry.hpp" #include "MC/CommandSelector.hpp" #include "MC/CommandPosition.hpp" - #include "Utils/WinHelper.h" - #include + #include "include/llapi/utils/WinHelper.h" + #include "Header/third-party/magic_enum/magic_enum.hpp" /////////////////////////////////////////////////////// // Dynamic Command Registry diff --git a/LiteLoader/Header/EventAPI.h b/LiteLoader/include/llapi/EventAPI.h similarity index 99% rename from LiteLoader/Header/EventAPI.h rename to LiteLoader/include/llapi/EventAPI.h index 37de7ac..59930dd 100644 --- a/LiteLoader/Header/EventAPI.h +++ b/LiteLoader/include/llapi/EventAPI.h @@ -36,8 +36,8 @@ #include #include #include -#include -#include +#include "LLAPI.h" +#include "include/llapi/utils/WinHelper.h" class Actor; class ServerPlayer; diff --git a/LiteLoader/Header/FormUI.h b/LiteLoader/include/llapi/FormUI.h similarity index 100% rename from LiteLoader/Header/FormUI.h rename to LiteLoader/include/llapi/FormUI.h diff --git a/LiteLoader/Header/Global.h b/LiteLoader/include/llapi/Global.h similarity index 98% rename from LiteLoader/Header/Global.h rename to LiteLoader/include/llapi/Global.h index 3c6ebfe..aaa857c 100644 --- a/LiteLoader/Header/Global.h +++ b/LiteLoader/include/llapi/Global.h @@ -66,7 +66,7 @@ #include "third-party/FMT/printf.h" #include "GlobalServiceAPI.h" -#include "Utils/Optional.h" +#include "include/llapi/utils/Optional.h" // basic mc types #include "MC/Types.hpp" diff --git a/LiteLoader/Header/GlobalServiceAPI.h b/LiteLoader/include/llapi/GlobalServiceAPI.h similarity index 100% rename from LiteLoader/Header/GlobalServiceAPI.h rename to LiteLoader/include/llapi/GlobalServiceAPI.h diff --git a/LiteLoader/Header/HookAPI.h b/LiteLoader/include/llapi/HookAPI.h similarity index 99% rename from LiteLoader/Header/HookAPI.h rename to LiteLoader/include/llapi/HookAPI.h index 63fd816..64496d3 100644 --- a/LiteLoader/Header/HookAPI.h +++ b/LiteLoader/include/llapi/HookAPI.h @@ -1,6 +1,6 @@ #pragma once #include "Global.h" -#include "Utils/Hash.h" +#include "include/llapi/utils/Hash.h" #include #include #include diff --git a/LiteLoader/Header/I18nAPI.h b/LiteLoader/include/llapi/I18nAPI.h similarity index 99% rename from LiteLoader/Header/I18nAPI.h rename to LiteLoader/include/llapi/I18nAPI.h index 8619c67..cc9edf5 100644 --- a/LiteLoader/Header/I18nAPI.h +++ b/LiteLoader/include/llapi/I18nAPI.h @@ -35,13 +35,13 @@ #include "Global.h" #include "LLAPI.h" -#include "Utils/FileHelper.h" -#include "Utils/PluginOwnData.h" +#include "include/llapi/utils/FileHelper.h" +#include "include/llapi/utils/PluginOwnData.h" #include "third-party/Nlohmann/json.hpp" #include "third-party/FMT/core.h" #include "third-party/FMT/os.h" #include -#include "Utils/StringHelper.h" +#include "include/llapi/utils/StringHelper.h" /** * @brief I18nBase API class. diff --git a/LiteLoader/Header/KVDBAPI.h b/LiteLoader/include/llapi/KVDBAPI.h similarity index 98% rename from LiteLoader/Header/KVDBAPI.h rename to LiteLoader/include/llapi/KVDBAPI.h index c8ba608..d532e43 100644 --- a/LiteLoader/Header/KVDBAPI.h +++ b/LiteLoader/include/llapi/KVDBAPI.h @@ -4,7 +4,7 @@ #include "third-party/leveldb/db.h" #include "third-party/leveldb/filter_policy.h" #include "third-party/leveldb/iterator.h" -#include +#include "Global.h" #include #include #include diff --git a/LiteLoader/Header/LLAPI.h b/LiteLoader/include/llapi/LLAPI.h similarity index 98% rename from LiteLoader/Header/LLAPI.h rename to LiteLoader/include/llapi/LLAPI.h index a192e1c..6cae605 100644 --- a/LiteLoader/Header/LLAPI.h +++ b/LiteLoader/include/llapi/LLAPI.h @@ -11,11 +11,11 @@ #define NOMINMAX #endif -#include +#include #include "Global.h" -#include "Utils/WinHelper.h" -#include "Utils/PluginOwnData.h" +#include "llapi/utils/WinHelper.h" +#include "llapi/utils/PluginOwnData.h" // LL types namespace LL { diff --git a/LiteLoader/Header/LoggerAPI.h b/LiteLoader/include/llapi/LoggerAPI.h similarity index 95% rename from LiteLoader/Header/LoggerAPI.h rename to LiteLoader/include/llapi/LoggerAPI.h index 06e68cb..2e40ad8 100644 --- a/LiteLoader/Header/LoggerAPI.h +++ b/LiteLoader/include/llapi/LoggerAPI.h @@ -35,11 +35,11 @@ #include "third-party/FMT/core.h" #include "third-party/FMT/os.h" #include "third-party/FMT/printf.h" -#include "Utils/CsLock.h" -#include "Utils/WinHelper.h" -#include "Utils/FileHelper.h" -#include "Utils/PluginOwnData.h" -#include "Utils/StringHelper.h" +#include "include/llapi/utils/CsLock.h" +#include "include/llapi/utils/WinHelper.h" +#include "include/llapi/utils/FileHelper.h" +#include "include/llapi/utils/PluginOwnData.h" +#include "include/llapi/utils/StringHelper.h" #include "I18nAPI.h" #include #include diff --git a/LiteLoader/Header/ParticleAPI.h b/LiteLoader/include/llapi/ParticleAPI.h similarity index 99% rename from LiteLoader/Header/ParticleAPI.h rename to LiteLoader/include/llapi/ParticleAPI.h index 878d486..756fdb3 100644 --- a/LiteLoader/Header/ParticleAPI.h +++ b/LiteLoader/include/llapi/ParticleAPI.h @@ -7,7 +7,7 @@ * */ #pragma once -#include +#include "LLAPI.h" #include "Global.h" class ParticleAPI { diff --git a/LiteLoader/Header/PermissionAPI.h b/LiteLoader/include/llapi/PermissionAPI.h similarity index 99% rename from LiteLoader/Header/PermissionAPI.h rename to LiteLoader/include/llapi/PermissionAPI.h index 7189dea..fdbcdc2 100644 --- a/LiteLoader/Header/PermissionAPI.h +++ b/LiteLoader/include/llapi/PermissionAPI.h @@ -7,7 +7,7 @@ * */ #pragma once -#include +#include "LLAPI.h" #include "PERM/Role.hpp" /** diff --git a/LiteLoader/Header/PlayerInfoAPI.h b/LiteLoader/include/llapi/PlayerInfoAPI.h similarity index 97% rename from LiteLoader/Header/PlayerInfoAPI.h rename to LiteLoader/include/llapi/PlayerInfoAPI.h index 1636699..c2ba410 100644 --- a/LiteLoader/Header/PlayerInfoAPI.h +++ b/LiteLoader/include/llapi/PlayerInfoAPI.h @@ -7,7 +7,7 @@ * */ #pragma once -#include +#include "Global.h" #include namespace PlayerInfo { diff --git a/LiteLoader/Header/RegCommandAPI.h b/LiteLoader/include/llapi/RegCommandAPI.h similarity index 100% rename from LiteLoader/Header/RegCommandAPI.h rename to LiteLoader/include/llapi/RegCommandAPI.h diff --git a/LiteLoader/Header/RemoteCallAPI.h b/LiteLoader/include/llapi/RemoteCallAPI.h similarity index 99% rename from LiteLoader/Header/RemoteCallAPI.h rename to LiteLoader/include/llapi/RemoteCallAPI.h index 5e4ecfc..bb0e5ae 100644 --- a/LiteLoader/Header/RemoteCallAPI.h +++ b/LiteLoader/include/llapi/RemoteCallAPI.h @@ -1,6 +1,6 @@ #pragma once #include "Global.h" -#include "Utils/WinHelper.h" +#include "include/llapi/utils/WinHelper.h" #include "third-party/Nlohmann/json.hpp" #include "MC/CompoundTag.hpp" #include "MC/Container.hpp" diff --git a/LiteLoader/Header/ScheduleAPI.h b/LiteLoader/include/llapi/ScheduleAPI.h similarity index 96% rename from LiteLoader/Header/ScheduleAPI.h rename to LiteLoader/include/llapi/ScheduleAPI.h index 8162bd1..94430e7 100644 --- a/LiteLoader/Header/ScheduleAPI.h +++ b/LiteLoader/include/llapi/ScheduleAPI.h @@ -1,7 +1,7 @@ #pragma once #include "Global.h" #include -#include "Utils/WinHelper.h" +#include "include/llapi/utils/WinHelper.h" /////////////////////////////////////////////////////// // Schedule future callback plans diff --git a/LiteLoader/Header/SendPacketAPI.h b/LiteLoader/include/llapi/SendPacketAPI.h similarity index 100% rename from LiteLoader/Header/SendPacketAPI.h rename to LiteLoader/include/llapi/SendPacketAPI.h diff --git a/LiteLoader/Header/ServerAPI.h b/LiteLoader/include/llapi/ServerAPI.h similarity index 90% rename from LiteLoader/Header/ServerAPI.h rename to LiteLoader/include/llapi/ServerAPI.h index a00f284..12341cb 100644 --- a/LiteLoader/Header/ServerAPI.h +++ b/LiteLoader/include/llapi/ServerAPI.h @@ -1,6 +1,6 @@ #pragma once #include -#include +#include "Global.h" namespace LL { LIAPI std::string getBdsVersion(); diff --git a/LiteLoader/Header/TranslationAPI.h b/LiteLoader/include/llapi/TranslationAPI.h similarity index 100% rename from LiteLoader/Header/TranslationAPI.h rename to LiteLoader/include/llapi/TranslationAPI.h diff --git a/LiteLoader/Header/DB/Any.h b/LiteLoader/include/llapi/db/Any.h similarity index 97% rename from LiteLoader/Header/DB/Any.h rename to LiteLoader/include/llapi/db/Any.h index f944d55..6b3b20c 100644 --- a/LiteLoader/Header/DB/Any.h +++ b/LiteLoader/include/llapi/db/Any.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include "Types.h" #pragma region AnyConversion @@ -8,7 +8,7 @@ namespace DB { // Declare Any class class Any; -} // namespace DB +} // namespace db /** * @brief Function to convert Any to T. @@ -605,9 +605,9 @@ public: /** * @brief Get the value as Date * - * @tparam T = DB::Date - * @return DB::Date The value - * @throws std::bad_cast If the value cannot be converted to DB::Date + * @tparam T = db::Date + * @return db::Date The value + * @throws std::bad_cast If the value cannot be converted to db::Date */ template <> Date get() const @@ -631,9 +631,9 @@ public: /** * @brief Get the value as Time * - * @tparam T = DB::Time - * @return DB::Time The value - * @throws std::bad_cast If the value cannot be converted to DB::Time + * @tparam T = db::Time + * @return db::Time The value + * @throws std::bad_cast If the value cannot be converted to db::Time */ template <> Time get() const @@ -657,9 +657,9 @@ public: /** * @brief Get the value as DateTime * - * @tparam T = DB::DateTime - * @return DB::DateTime The value - * @throws std::bad_cast If the value cannot be converted to DB::DateTime + * @tparam T = db::DateTime + * @return db::DateTime The value + * @throws std::bad_cast If the value cannot be converted to db::DateTime */ template <> DateTime get() const @@ -682,9 +682,9 @@ public: /** * @brief Get the value as ByteArray * - * @tparam T = DB::ByteArray - * @return DB::ByteArray The value - * @throws std::bad_cast If the value cannot be converted to DB::ByteArray + * @tparam T = db::ByteArray + * @return db::ByteArray The value + * @throws std::bad_cast If the value cannot be converted to db::ByteArray */ template <> ByteArray get() const @@ -725,4 +725,4 @@ public: }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/ConnParams.h b/LiteLoader/include/llapi/db/ConnParams.h similarity index 99% rename from LiteLoader/Header/DB/ConnParams.h rename to LiteLoader/include/llapi/db/ConnParams.h index c6dda03..bce49bb 100644 --- a/LiteLoader/Header/DB/ConnParams.h +++ b/LiteLoader/include/llapi/db/ConnParams.h @@ -137,4 +137,4 @@ public: } }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Impl/MySQL/Session.h b/LiteLoader/include/llapi/db/Impl/mysql/Session.h similarity index 94% rename from LiteLoader/Header/DB/Impl/MySQL/Session.h rename to LiteLoader/include/llapi/db/Impl/mysql/Session.h index ea5850f..301d069 100644 --- a/LiteLoader/Header/DB/Impl/MySQL/Session.h +++ b/LiteLoader/include/llapi/db/Impl/mysql/Session.h @@ -1,5 +1,5 @@ #pragma once -#include "../../Session.h" +#include "include/llapi/DB/Session.h" struct MYSQL; @@ -37,4 +37,4 @@ public: }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Impl/MySQL/Stmt.h b/LiteLoader/include/llapi/db/Impl/mysql/Stmt.h similarity index 97% rename from LiteLoader/Header/DB/Impl/MySQL/Stmt.h rename to LiteLoader/include/llapi/db/Impl/mysql/Stmt.h index 28b3e45..4f631c3 100644 --- a/LiteLoader/Header/DB/Impl/MySQL/Stmt.h +++ b/LiteLoader/include/llapi/db/Impl/mysql/Stmt.h @@ -1,5 +1,5 @@ #pragma once -#include "../../Stmt.h" +#include "include/llapi/DB/Stmt.h" struct MYSQL_STMT; @@ -68,4 +68,4 @@ public: LIAPI static SharedPointer create(const std::weak_ptr& sess, const std::string& sql, bool autoExecute = false); }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Impl/SQLite/Session.h b/LiteLoader/include/llapi/db/Impl/sqlite/Session.h similarity index 93% rename from LiteLoader/Header/DB/Impl/SQLite/Session.h rename to LiteLoader/include/llapi/db/Impl/sqlite/Session.h index ee52a3c..f0d6d74 100644 --- a/LiteLoader/Header/DB/Impl/SQLite/Session.h +++ b/LiteLoader/include/llapi/db/Impl/sqlite/Session.h @@ -1,5 +1,5 @@ #pragma once -#include "../../Session.h" +#include "include/llapi/DB/Session.h" struct sqlite3; namespace DB @@ -31,4 +31,4 @@ public: friend class SQLiteStmt; }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Impl/SQLite/Stmt.h b/LiteLoader/include/llapi/db/Impl/sqlite/Stmt.h similarity index 96% rename from LiteLoader/Header/DB/Impl/SQLite/Stmt.h rename to LiteLoader/include/llapi/db/Impl/sqlite/Stmt.h index 64058f6..8731f71 100644 --- a/LiteLoader/Header/DB/Impl/SQLite/Stmt.h +++ b/LiteLoader/include/llapi/db/Impl/sqlite/Stmt.h @@ -1,5 +1,5 @@ #pragma once -#include "../../Stmt.h" +#include "include/llapi/DB/Stmt.h" struct sqlite3_stmt; @@ -54,4 +54,4 @@ public: LIAPI static SharedPointer create(const std::weak_ptr& sess, const std::string& sql, bool autoExecute = false); }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Pointer.h b/LiteLoader/include/llapi/db/Pointer.h similarity index 99% rename from LiteLoader/Header/DB/Pointer.h rename to LiteLoader/include/llapi/db/Pointer.h index 8021c19..276b2a6 100644 --- a/LiteLoader/Header/DB/Pointer.h +++ b/LiteLoader/include/llapi/db/Pointer.h @@ -65,4 +65,4 @@ public: }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Row.h b/LiteLoader/include/llapi/db/Row.h similarity index 99% rename from LiteLoader/Header/DB/Row.h rename to LiteLoader/include/llapi/db/Row.h index 0eab378..fca8e93 100644 --- a/LiteLoader/Header/DB/Row.h +++ b/LiteLoader/include/llapi/db/Row.h @@ -247,7 +247,7 @@ public: LIAPI void forEach(std::function cb) const; }; -} // namespace DB +} // namespace db /** * @brief Function to convert a row to T. diff --git a/LiteLoader/Header/DB/RowSet.h b/LiteLoader/include/llapi/db/RowSet.h similarity index 99% rename from LiteLoader/Header/DB/RowSet.h rename to LiteLoader/include/llapi/db/RowSet.h index 5a6cc32..1796193 100644 --- a/LiteLoader/Header/DB/RowSet.h +++ b/LiteLoader/include/llapi/db/RowSet.h @@ -75,4 +75,4 @@ public: using ResultSet = RowSet; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Session.h b/LiteLoader/include/llapi/db/Session.h similarity index 98% rename from LiteLoader/Header/DB/Session.h rename to LiteLoader/include/llapi/db/Session.h index 6d8af65..5a3fbfa 100644 --- a/LiteLoader/Header/DB/Session.h +++ b/LiteLoader/include/llapi/db/Session.h @@ -143,7 +143,7 @@ public: * ResultSet res; * session << "SELECT * FROM table WHERE id = ?", bind(114514), into(res); * @endcode - * @note It is not recommended to store the DB::Stmt reference returned by this method, + * @note It is not recommended to store the db::Stmt reference returned by this method, * it will be closed on the next execution. */ virtual SharedPointer operator<<(const std::string& query); @@ -228,4 +228,4 @@ public: }; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Stmt.h b/LiteLoader/include/llapi/db/Stmt.h similarity index 95% rename from LiteLoader/Header/DB/Stmt.h rename to LiteLoader/include/llapi/db/Stmt.h index 214bb07..1b0ae5e 100644 --- a/LiteLoader/Header/DB/Stmt.h +++ b/LiteLoader/include/llapi/db/Stmt.h @@ -17,7 +17,7 @@ class Session; * @brief Structure to store a single value to bind to a prepared statement. * * @tparam T Type of sequence container, must have begin() and end() methods - * @tparam The value type of the container must be DB::Any. + * @tparam The value type of the container must be db::Any. */ struct BindType { @@ -31,13 +31,13 @@ struct BindType * to bind multiple parameters at once. * * @tparam T Type of sequence container, must have begin() and end() methods - * @tparam The value type of the container must be DB::Any. + * @tparam The value type of the container must be db::Any. */ template struct BindSequenceType { T values; - static_assert(std::is_same::value, "Container value type must be DB::Any"); + static_assert(std::is_same::value, "Container value type must be db::Any"); }; /** * @brief Structure to store a map(relevance) container @@ -45,14 +45,14 @@ struct BindSequenceType * * @tparam T Type of map container, must have begin() and end() methods * @note The key type of the map must be std::string, - * and the value type of the map must be DB::Any. + * and the value type of the map must be db::Any. */ template struct BindMapType { T values; static_assert(std::is_same::value, "Map key type must be std::string"); - static_assert(std::is_same::value, "Map value type must be DB::Any"); + static_assert(std::is_same::value, "Map value type must be db::Any"); }; template @@ -401,7 +401,7 @@ public: /** * @brief Get the session type * - * @return DB::DBType The database type + * @return db::DBType The database type * * @par Impletementation * @see SQLiteStmt::getType @@ -458,14 +458,14 @@ public: /** * @brief Operator, to bind single values. * - * @param b The return value of DB::use + * @param b The return value of db::use * @return SharedPointer this */ virtual SharedPointer operator,(const BindType& b); /** * @brief Operator, to bind a sequence container. * - * @param b The return value of DB::use + * @param b The return value of db::use * @return SharedPointer this */ template @@ -480,7 +480,7 @@ public: /** * @brief Operator, to bind a row. * - * @param b The return value of DB::use + * @param b The return value of db::use * @return SharedPointer this */ template <> @@ -505,7 +505,7 @@ public: /** * @brief Operator, to bind a map container. * - * @param b The return value of DB::bind + * @param b The return value of db::bind * @return SharedPointer this */ template @@ -520,7 +520,7 @@ public: /** * @brief Operator, to store a row of results. * - * @param i The return value of DB::into + * @param i The return value of db::into * @return SharedPointer this */ template @@ -532,7 +532,7 @@ public: /** * @brief Operator, to store a set of results. * - * @param i The return value of DB::into + * @param i The return value of db::into * @return SharedPointer this */ template @@ -544,7 +544,7 @@ public: /** * @brief Operator, to store a set of results. * - * @param i The return value of DB::into + * @param i The return value of db::into * @return SharedPointer this */ template <> @@ -556,7 +556,7 @@ public: /** * @brief Operator, to store a row of results. * - * @param i The return value of DB::into + * @param i The return value of db::into * @return SharedPointer this */ template <> @@ -670,4 +670,4 @@ inline IntoType into(T& out) return IntoType{out}; } -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/DB/Types.h b/LiteLoader/include/llapi/db/Types.h similarity index 96% rename from LiteLoader/Header/DB/Types.h rename to LiteLoader/include/llapi/db/Types.h index 5ccae49..2e1987c 100644 --- a/LiteLoader/Header/DB/Types.h +++ b/LiteLoader/include/llapi/db/Types.h @@ -41,4 +41,4 @@ struct Decimal using ByteArray = std::vector; -} // namespace DB \ No newline at end of file +} // namespace db \ No newline at end of file diff --git a/LiteLoader/Header/Impl/FormPacketHelper.h b/LiteLoader/include/llapi/impl/FormPacketHelper.h similarity index 88% rename from LiteLoader/Header/Impl/FormPacketHelper.h rename to LiteLoader/include/llapi/impl/FormPacketHelper.h index a5c1a88..8050bdf 100644 --- a/LiteLoader/Header/Impl/FormPacketHelper.h +++ b/LiteLoader/include/llapi/impl/FormPacketHelper.h @@ -1,9 +1,9 @@ #pragma once #include -#include "../Global.h" -#include "../FormUI.h" -#include +#include "include/llapi/Global.h" +#include "include/llapi/FormUI.h" +#include "Header/MC/Player.hpp" LIAPI unsigned NewFormId(); diff --git a/LiteLoader/include/llapi/impl/ObjectivePacketHelper.h b/LiteLoader/include/llapi/impl/ObjectivePacketHelper.h new file mode 100644 index 0000000..9003fa3 --- /dev/null +++ b/LiteLoader/include/llapi/impl/ObjectivePacketHelper.h @@ -0,0 +1,5 @@ +#pragma once + +#include "include/llapi/Global.h" + +LIAPI uint64_t NewScoreId(); \ No newline at end of file diff --git a/LiteLoader/Header/MC/AABB.hpp b/LiteLoader/include/llapi/mc/AABB.hpp similarity index 98% rename from LiteLoader/Header/MC/AABB.hpp rename to LiteLoader/include/llapi/mc/AABB.hpp index b29a030..9c5ec5e 100644 --- a/LiteLoader/Header/MC/AABB.hpp +++ b/LiteLoader/include/llapi/mc/AABB.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA @@ -12,6 +12,7 @@ class AABB { public: Vec3 min; Vec3 max; + bool empty; #define AFTER_EXTRA diff --git a/LiteLoader/Header/MC/AABBBucket.hpp b/LiteLoader/include/llapi/mc/AABBBucket.hpp similarity index 93% rename from LiteLoader/Header/MC/AABBBucket.hpp rename to LiteLoader/include/llapi/mc/AABBBucket.hpp index cca7558..3f027e9 100644 --- a/LiteLoader/Header/MC/AABBBucket.hpp +++ b/LiteLoader/include/llapi/mc/AABBBucket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AABBPred.hpp b/LiteLoader/include/llapi/mc/AABBPred.hpp similarity index 93% rename from LiteLoader/Header/MC/AABBPred.hpp rename to LiteLoader/include/llapi/mc/AABBPred.hpp index 48b52bf..6330dd4 100644 --- a/LiteLoader/Header/MC/AABBPred.hpp +++ b/LiteLoader/include/llapi/mc/AABBPred.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Abilities.hpp b/LiteLoader/include/llapi/mc/Abilities.hpp similarity index 95% rename from LiteLoader/Header/MC/Abilities.hpp rename to LiteLoader/include/llapi/mc/Abilities.hpp index 19c34c0..9fbcd38 100644 --- a/LiteLoader/Header/MC/Abilities.hpp +++ b/LiteLoader/include/llapi/mc/Abilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Ability.hpp b/LiteLoader/include/llapi/mc/Ability.hpp similarity index 92% rename from LiteLoader/Header/MC/Ability.hpp rename to LiteLoader/include/llapi/mc/Ability.hpp index fd25c66..34173cd 100644 --- a/LiteLoader/Header/MC/Ability.hpp +++ b/LiteLoader/include/llapi/mc/Ability.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AbilityCommand.hpp b/LiteLoader/include/llapi/mc/AbilityCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/AbilityCommand.hpp rename to LiteLoader/include/llapi/mc/AbilityCommand.hpp index 51be37e..0dc4798 100644 --- a/LiteLoader/Header/MC/AbilityCommand.hpp +++ b/LiteLoader/include/llapi/mc/AbilityCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AbsorptionMobEffect.hpp b/LiteLoader/include/llapi/mc/AbsorptionMobEffect.hpp similarity index 95% rename from LiteLoader/Header/MC/AbsorptionMobEffect.hpp rename to LiteLoader/include/llapi/mc/AbsorptionMobEffect.hpp index 09a7a17..4bc0673 100644 --- a/LiteLoader/Header/MC/AbsorptionMobEffect.hpp +++ b/LiteLoader/include/llapi/mc/AbsorptionMobEffect.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MobEffect.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AbstractArrow.hpp b/LiteLoader/include/llapi/mc/AbstractArrow.hpp similarity index 98% rename from LiteLoader/Header/MC/AbstractArrow.hpp rename to LiteLoader/include/llapi/mc/AbstractArrow.hpp index df20071..8eddbee 100644 --- a/LiteLoader/Header/MC/AbstractArrow.hpp +++ b/LiteLoader/include/llapi/mc/AbstractArrow.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AcaciaTreeCanopy.hpp b/LiteLoader/include/llapi/mc/AcaciaTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/AcaciaTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/AcaciaTreeCanopy.hpp index 7b02e22..4a0f507 100644 --- a/LiteLoader/Header/MC/AcaciaTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/AcaciaTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AcaciaTreeTrunk.hpp b/LiteLoader/include/llapi/mc/AcaciaTreeTrunk.hpp similarity index 97% rename from LiteLoader/Header/MC/AcaciaTreeTrunk.hpp rename to LiteLoader/include/llapi/mc/AcaciaTreeTrunk.hpp index 34fd4ab..fa27498 100644 --- a/LiteLoader/Header/MC/AcaciaTreeTrunk.hpp +++ b/LiteLoader/include/llapi/mc/AcaciaTreeTrunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AchievementData.hpp b/LiteLoader/include/llapi/mc/AchievementData.hpp similarity index 94% rename from LiteLoader/Header/MC/AchievementData.hpp rename to LiteLoader/include/llapi/mc/AchievementData.hpp index 4d4bbe2..4ab6aeb 100644 --- a/LiteLoader/Header/MC/AchievementData.hpp +++ b/LiteLoader/include/llapi/mc/AchievementData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActivateToolDefinition.hpp b/LiteLoader/include/llapi/mc/ActivateToolDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ActivateToolDefinition.hpp rename to LiteLoader/include/llapi/mc/ActivateToolDefinition.hpp index c07f210..d63747f 100644 --- a/LiteLoader/Header/MC/ActivateToolDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ActivateToolDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/ActivateToolNode.hpp b/LiteLoader/include/llapi/mc/ActivateToolNode.hpp similarity index 94% rename from LiteLoader/Header/MC/ActivateToolNode.hpp rename to LiteLoader/include/llapi/mc/ActivateToolNode.hpp index bc3ce81..b180b3a 100644 --- a/LiteLoader/Header/MC/ActivateToolNode.hpp +++ b/LiteLoader/include/llapi/mc/ActivateToolNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActivatorRailBlock.hpp b/LiteLoader/include/llapi/mc/ActivatorRailBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ActivatorRailBlock.hpp rename to LiteLoader/include/llapi/mc/ActivatorRailBlock.hpp index 4f99a5d..2175701 100644 --- a/LiteLoader/Header/MC/ActivatorRailBlock.hpp +++ b/LiteLoader/include/llapi/mc/ActivatorRailBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseRailBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActiveDirectoryIdentity.hpp b/LiteLoader/include/llapi/mc/ActiveDirectoryIdentity.hpp similarity index 96% rename from LiteLoader/Header/MC/ActiveDirectoryIdentity.hpp rename to LiteLoader/include/llapi/mc/ActiveDirectoryIdentity.hpp index 971b0d3..aede893 100644 --- a/LiteLoader/Header/MC/ActiveDirectoryIdentity.hpp +++ b/LiteLoader/include/llapi/mc/ActiveDirectoryIdentity.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Actor.hpp b/LiteLoader/include/llapi/mc/Actor.hpp similarity index 99% rename from LiteLoader/Header/MC/Actor.hpp rename to LiteLoader/include/llapi/mc/Actor.hpp index 85a6177..2f87ebb 100644 --- a/LiteLoader/Header/MC/Actor.hpp +++ b/LiteLoader/include/llapi/mc/Actor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares diff --git a/LiteLoader/Header/MC/ActorAnimationController.hpp b/LiteLoader/include/llapi/mc/ActorAnimationController.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorAnimationController.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationController.hpp index d411413..07aafcd 100644 --- a/LiteLoader/Header/MC/ActorAnimationController.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationController.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationControllerGroup.hpp b/LiteLoader/include/llapi/mc/ActorAnimationControllerGroup.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorAnimationControllerGroup.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationControllerGroup.hpp index 9823d49..0baa190 100644 --- a/LiteLoader/Header/MC/ActorAnimationControllerGroup.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationControllerGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "JsonUtil.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorAnimationControllerPlayer.hpp b/LiteLoader/include/llapi/mc/ActorAnimationControllerPlayer.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorAnimationControllerPlayer.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationControllerPlayer.hpp index c1bfd91..b3f9ea6 100644 --- a/LiteLoader/Header/MC/ActorAnimationControllerPlayer.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationControllerPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationControllerPtr.hpp b/LiteLoader/include/llapi/mc/ActorAnimationControllerPtr.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorAnimationControllerPtr.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationControllerPtr.hpp index c6e5939..98b993d 100644 --- a/LiteLoader/Header/MC/ActorAnimationControllerPtr.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationControllerPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationControllerState.hpp b/LiteLoader/include/llapi/mc/ActorAnimationControllerState.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorAnimationControllerState.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationControllerState.hpp index 26270be..2e936f9 100644 --- a/LiteLoader/Header/MC/ActorAnimationControllerState.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationControllerState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationControllerStatePlayer.hpp b/LiteLoader/include/llapi/mc/ActorAnimationControllerStatePlayer.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorAnimationControllerStatePlayer.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationControllerStatePlayer.hpp index 13c56b6..0def00c 100644 --- a/LiteLoader/Header/MC/ActorAnimationControllerStatePlayer.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationControllerStatePlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationEvent.hpp b/LiteLoader/include/llapi/mc/ActorAnimationEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorAnimationEvent.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationEvent.hpp index f0c5650..be4cc3c 100644 --- a/LiteLoader/Header/MC/ActorAnimationEvent.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationGroup.hpp b/LiteLoader/include/llapi/mc/ActorAnimationGroup.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorAnimationGroup.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationGroup.hpp index 549ba54..c74bff5 100644 --- a/LiteLoader/Header/MC/ActorAnimationGroup.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorAnimationPlayer.hpp b/LiteLoader/include/llapi/mc/ActorAnimationPlayer.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorAnimationPlayer.hpp rename to LiteLoader/include/llapi/mc/ActorAnimationPlayer.hpp index 4b55dbc..bbc3daa 100644 --- a/LiteLoader/Header/MC/ActorAnimationPlayer.hpp +++ b/LiteLoader/include/llapi/mc/ActorAnimationPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorBlock.hpp b/LiteLoader/include/llapi/mc/ActorBlock.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorBlock.hpp rename to LiteLoader/include/llapi/mc/ActorBlock.hpp index 6e8067e..0c768d8 100644 --- a/LiteLoader/Header/MC/ActorBlock.hpp +++ b/LiteLoader/include/llapi/mc/ActorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorClassTree.hpp b/LiteLoader/include/llapi/mc/ActorClassTree.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorClassTree.hpp rename to LiteLoader/include/llapi/mc/ActorClassTree.hpp index 13692f9..a1004c8 100644 --- a/LiteLoader/Header/MC/ActorClassTree.hpp +++ b/LiteLoader/include/llapi/mc/ActorClassTree.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorCommandOrigin.hpp b/LiteLoader/include/llapi/mc/ActorCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/ActorCommandOrigin.hpp index f69ab38..adacb46 100644 --- a/LiteLoader/Header/MC/ActorCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/ActorCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/ActorComponentFactory.hpp b/LiteLoader/include/llapi/mc/ActorComponentFactory.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorComponentFactory.hpp rename to LiteLoader/include/llapi/mc/ActorComponentFactory.hpp index 8a00ba8..18d3594 100644 --- a/LiteLoader/Header/MC/ActorComponentFactory.hpp +++ b/LiteLoader/include/llapi/mc/ActorComponentFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDamageByActorSource.hpp b/LiteLoader/include/llapi/mc/ActorDamageByActorSource.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorDamageByActorSource.hpp rename to LiteLoader/include/llapi/mc/ActorDamageByActorSource.hpp index 15a7dd6..791a4e6 100644 --- a/LiteLoader/Header/MC/ActorDamageByActorSource.hpp +++ b/LiteLoader/include/llapi/mc/ActorDamageByActorSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorDamageSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDamageByBlockSource.hpp b/LiteLoader/include/llapi/mc/ActorDamageByBlockSource.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorDamageByBlockSource.hpp rename to LiteLoader/include/llapi/mc/ActorDamageByBlockSource.hpp index d215d52..81f5a12 100644 --- a/LiteLoader/Header/MC/ActorDamageByBlockSource.hpp +++ b/LiteLoader/include/llapi/mc/ActorDamageByBlockSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorDamageSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDamageByChildActorSource.hpp b/LiteLoader/include/llapi/mc/ActorDamageByChildActorSource.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorDamageByChildActorSource.hpp rename to LiteLoader/include/llapi/mc/ActorDamageByChildActorSource.hpp index fe49d20..a92c6c2 100644 --- a/LiteLoader/Header/MC/ActorDamageByChildActorSource.hpp +++ b/LiteLoader/include/llapi/mc/ActorDamageByChildActorSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorDamageByActorSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDamageSource.hpp b/LiteLoader/include/llapi/mc/ActorDamageSource.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorDamageSource.hpp rename to LiteLoader/include/llapi/mc/ActorDamageSource.hpp index a08781b..596c0d6 100644 --- a/LiteLoader/Header/MC/ActorDamageSource.hpp +++ b/LiteLoader/include/llapi/mc/ActorDamageSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/ActorDefinition.hpp b/LiteLoader/include/llapi/mc/ActorDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorDefinition.hpp rename to LiteLoader/include/llapi/mc/ActorDefinition.hpp index 385134d..286211d 100644 --- a/LiteLoader/Header/MC/ActorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDefinitionAttribute.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionAttribute.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorDefinitionAttribute.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionAttribute.hpp index ae13be2..72042f9 100644 --- a/LiteLoader/Header/MC/ActorDefinitionAttribute.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionAttribute.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDefinitionDescriptor.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionDescriptor.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorDefinitionDescriptor.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionDescriptor.hpp index 1222960..2a54bd4 100644 --- a/LiteLoader/Header/MC/ActorDefinitionDescriptor.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionDescriptor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDefinitionDiffList.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionDiffList.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorDefinitionDiffList.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionDiffList.hpp index fcdcf7d..cc88da6 100644 --- a/LiteLoader/Header/MC/ActorDefinitionDiffList.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionDiffList.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDefinitionEventSubcomponent.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionEventSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorDefinitionEventSubcomponent.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionEventSubcomponent.hpp index ee7c8ec..f03e5b2 100644 --- a/LiteLoader/Header/MC/ActorDefinitionEventSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionEventSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorDefinitionGroup.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionGroup.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorDefinitionGroup.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionGroup.hpp index 55d6e23..07f2a78 100644 --- a/LiteLoader/Header/MC/ActorDefinitionGroup.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorDefinitionIdentifier.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionIdentifier.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorDefinitionIdentifier.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionIdentifier.hpp index bcfeb13..8fae18a 100644 --- a/LiteLoader/Header/MC/ActorDefinitionIdentifier.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionIdentifier.hpp @@ -1,10 +1,10 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA -#include "MC/HashedString.hpp" +#include "HashedString.hpp" #undef BEFORE_EXTRA struct ActorDefinitionIdentifier { diff --git a/LiteLoader/Header/MC/ActorDefinitionPtr.hpp b/LiteLoader/include/llapi/mc/ActorDefinitionPtr.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorDefinitionPtr.hpp rename to LiteLoader/include/llapi/mc/ActorDefinitionPtr.hpp index dc2849b..db741f9 100644 --- a/LiteLoader/Header/MC/ActorDefinitionPtr.hpp +++ b/LiteLoader/include/llapi/mc/ActorDefinitionPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorEventCoordinator.hpp b/LiteLoader/include/llapi/mc/ActorEventCoordinator.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/ActorEventCoordinator.hpp index da32284..45013b6 100644 --- a/LiteLoader/Header/MC/ActorEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/ActorEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorEventListener.hpp b/LiteLoader/include/llapi/mc/ActorEventListener.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorEventListener.hpp rename to LiteLoader/include/llapi/mc/ActorEventListener.hpp index e83fd0e..d73412b 100644 --- a/LiteLoader/Header/MC/ActorEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ActorEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorEventPacket.hpp b/LiteLoader/include/llapi/mc/ActorEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorEventPacket.hpp rename to LiteLoader/include/llapi/mc/ActorEventPacket.hpp index 68f19ee..5ddea13 100644 --- a/LiteLoader/Header/MC/ActorEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/ActorEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorFactory.hpp b/LiteLoader/include/llapi/mc/ActorFactory.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorFactory.hpp rename to LiteLoader/include/llapi/mc/ActorFactory.hpp index baf839d..999e83e 100644 --- a/LiteLoader/Header/MC/ActorFactory.hpp +++ b/LiteLoader/include/llapi/mc/ActorFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorFactoryData.hpp b/LiteLoader/include/llapi/mc/ActorFactoryData.hpp similarity index 93% rename from LiteLoader/Header/MC/ActorFactoryData.hpp rename to LiteLoader/include/llapi/mc/ActorFactoryData.hpp index e99fc35..33a6533 100644 --- a/LiteLoader/Header/MC/ActorFactoryData.hpp +++ b/LiteLoader/include/llapi/mc/ActorFactoryData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorFallPacket.hpp b/LiteLoader/include/llapi/mc/ActorFallPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorFallPacket.hpp rename to LiteLoader/include/llapi/mc/ActorFallPacket.hpp index 969255f..f34e9aa 100644 --- a/LiteLoader/Header/MC/ActorFallPacket.hpp +++ b/LiteLoader/include/llapi/mc/ActorFallPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorFilterGroup.hpp b/LiteLoader/include/llapi/mc/ActorFilterGroup.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorFilterGroup.hpp rename to LiteLoader/include/llapi/mc/ActorFilterGroup.hpp index fbc4b8e..cb0f86c 100644 --- a/LiteLoader/Header/MC/ActorFilterGroup.hpp +++ b/LiteLoader/include/llapi/mc/ActorFilterGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterGroup.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasAbilityTest.hpp b/LiteLoader/include/llapi/mc/ActorHasAbilityTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasAbilityTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasAbilityTest.hpp index 54273d1..cc34608 100644 --- a/LiteLoader/Header/MC/ActorHasAbilityTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasAbilityTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasComponentTest.hpp b/LiteLoader/include/llapi/mc/ActorHasComponentTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasComponentTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasComponentTest.hpp index d66455c..ab59e7c 100644 --- a/LiteLoader/Header/MC/ActorHasComponentTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasComponentTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasContainerOpenTest.hpp b/LiteLoader/include/llapi/mc/ActorHasContainerOpenTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasContainerOpenTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasContainerOpenTest.hpp index 60401ef..6c408f4 100644 --- a/LiteLoader/Header/MC/ActorHasContainerOpenTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasContainerOpenTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasDamageTest.hpp b/LiteLoader/include/llapi/mc/ActorHasDamageTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasDamageTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasDamageTest.hpp index 86fefe0..c9f66a3 100644 --- a/LiteLoader/Header/MC/ActorHasDamageTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasDamageTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasEquipmentTest.hpp b/LiteLoader/include/llapi/mc/ActorHasEquipmentTest.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorHasEquipmentTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasEquipmentTest.hpp index 156a590..7d396ba 100644 --- a/LiteLoader/Header/MC/ActorHasEquipmentTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasEquipmentTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasMobEffect.hpp b/LiteLoader/include/llapi/mc/ActorHasMobEffect.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorHasMobEffect.hpp rename to LiteLoader/include/llapi/mc/ActorHasMobEffect.hpp index 040af89..2a3f730 100644 --- a/LiteLoader/Header/MC/ActorHasMobEffect.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasMobEffect.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasRangedWeaponTest.hpp b/LiteLoader/include/llapi/mc/ActorHasRangedWeaponTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasRangedWeaponTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasRangedWeaponTest.hpp index 39c08c0..4809dc4 100644 --- a/LiteLoader/Header/MC/ActorHasRangedWeaponTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasRangedWeaponTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasTagTest.hpp b/LiteLoader/include/llapi/mc/ActorHasTagTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasTagTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasTagTest.hpp index 238786e..631d06e 100644 --- a/LiteLoader/Header/MC/ActorHasTagTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasTagTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorHasTargetTest.hpp b/LiteLoader/include/llapi/mc/ActorHasTargetTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorHasTargetTest.hpp rename to LiteLoader/include/llapi/mc/ActorHasTargetTest.hpp index e4df3d4..3bd604c 100644 --- a/LiteLoader/Header/MC/ActorHasTargetTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorHasTargetTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInCaravanTest.hpp b/LiteLoader/include/llapi/mc/ActorInCaravanTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInCaravanTest.hpp rename to LiteLoader/include/llapi/mc/ActorInCaravanTest.hpp index 1913cdb..7290c0d 100644 --- a/LiteLoader/Header/MC/ActorInCaravanTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInCaravanTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInCloudsTest.hpp b/LiteLoader/include/llapi/mc/ActorInCloudsTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInCloudsTest.hpp rename to LiteLoader/include/llapi/mc/ActorInCloudsTest.hpp index 1a435ae..4d66487 100644 --- a/LiteLoader/Header/MC/ActorInCloudsTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInCloudsTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInLavaTest.hpp b/LiteLoader/include/llapi/mc/ActorInLavaTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInLavaTest.hpp rename to LiteLoader/include/llapi/mc/ActorInLavaTest.hpp index c7db392..900e46d 100644 --- a/LiteLoader/Header/MC/ActorInLavaTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInLavaTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInNetherTest.hpp b/LiteLoader/include/llapi/mc/ActorInNetherTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInNetherTest.hpp rename to LiteLoader/include/llapi/mc/ActorInNetherTest.hpp index 5cc9836..0070b98 100644 --- a/LiteLoader/Header/MC/ActorInNetherTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInNetherTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInVillageTest.hpp b/LiteLoader/include/llapi/mc/ActorInVillageTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInVillageTest.hpp rename to LiteLoader/include/llapi/mc/ActorInVillageTest.hpp index 463f044..f468219 100644 --- a/LiteLoader/Header/MC/ActorInVillageTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInVillageTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInWaterOrRainTest.hpp b/LiteLoader/include/llapi/mc/ActorInWaterOrRainTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInWaterOrRainTest.hpp rename to LiteLoader/include/llapi/mc/ActorInWaterOrRainTest.hpp index 5638544..0b34998 100644 --- a/LiteLoader/Header/MC/ActorInWaterOrRainTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInWaterOrRainTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInWaterTest.hpp b/LiteLoader/include/llapi/mc/ActorInWaterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInWaterTest.hpp rename to LiteLoader/include/llapi/mc/ActorInWaterTest.hpp index 22b4496..ed0238c 100644 --- a/LiteLoader/Header/MC/ActorInWaterTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInWaterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInWeatherTest.hpp b/LiteLoader/include/llapi/mc/ActorInWeatherTest.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorInWeatherTest.hpp rename to LiteLoader/include/llapi/mc/ActorInWeatherTest.hpp index 71418c8..97790bf 100644 --- a/LiteLoader/Header/MC/ActorInWeatherTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInWeatherTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInactivityTimerTest.hpp b/LiteLoader/include/llapi/mc/ActorInactivityTimerTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorInactivityTimerTest.hpp rename to LiteLoader/include/llapi/mc/ActorInactivityTimerTest.hpp index 29c51ad..3bee913 100644 --- a/LiteLoader/Header/MC/ActorInactivityTimerTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorInactivityTimerTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorInfo.hpp b/LiteLoader/include/llapi/mc/ActorInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/ActorInfo.hpp rename to LiteLoader/include/llapi/mc/ActorInfo.hpp index 3307113..4fecb7c 100644 --- a/LiteLoader/Header/MC/ActorInfo.hpp +++ b/LiteLoader/include/llapi/mc/ActorInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorInfoRegistry.hpp b/LiteLoader/include/llapi/mc/ActorInfoRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorInfoRegistry.hpp rename to LiteLoader/include/llapi/mc/ActorInfoRegistry.hpp index b0b4760..1e25dd1 100644 --- a/LiteLoader/Header/MC/ActorInfoRegistry.hpp +++ b/LiteLoader/include/llapi/mc/ActorInfoRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorInteraction.hpp b/LiteLoader/include/llapi/mc/ActorInteraction.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorInteraction.hpp rename to LiteLoader/include/llapi/mc/ActorInteraction.hpp index d8c8fab..463999f 100644 --- a/LiteLoader/Header/MC/ActorInteraction.hpp +++ b/LiteLoader/include/llapi/mc/ActorInteraction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorIsAvoidingMobsTest.hpp b/LiteLoader/include/llapi/mc/ActorIsAvoidingMobsTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsAvoidingMobsTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsAvoidingMobsTest.hpp index 98111cf..65c5b14 100644 --- a/LiteLoader/Header/MC/ActorIsAvoidingMobsTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsAvoidingMobsTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsClimbingTest.hpp b/LiteLoader/include/llapi/mc/ActorIsClimbingTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsClimbingTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsClimbingTest.hpp index b14cd06..664f0ac 100644 --- a/LiteLoader/Header/MC/ActorIsClimbingTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsClimbingTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsColorTest.hpp b/LiteLoader/include/llapi/mc/ActorIsColorTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsColorTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsColorTest.hpp index 4a9b9f2..f67fa85 100644 --- a/LiteLoader/Header/MC/ActorIsColorTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsColorTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsFamilyTest.hpp b/LiteLoader/include/llapi/mc/ActorIsFamilyTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsFamilyTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsFamilyTest.hpp index bf6e8bf..b0adf0e 100644 --- a/LiteLoader/Header/MC/ActorIsFamilyTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsFamilyTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsImmobileTest.hpp b/LiteLoader/include/llapi/mc/ActorIsImmobileTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsImmobileTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsImmobileTest.hpp index ab68b1a..f74f880 100644 --- a/LiteLoader/Header/MC/ActorIsImmobileTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsImmobileTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsLeashedTest.hpp b/LiteLoader/include/llapi/mc/ActorIsLeashedTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsLeashedTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsLeashedTest.hpp index 63daeda..9027623 100644 --- a/LiteLoader/Header/MC/ActorIsLeashedTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsLeashedTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsLeashedToTest.hpp b/LiteLoader/include/llapi/mc/ActorIsLeashedToTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsLeashedToTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsLeashedToTest.hpp index 5ff2287..3a20fbc 100644 --- a/LiteLoader/Header/MC/ActorIsLeashedToTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsLeashedToTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsMarkVariantTest.hpp b/LiteLoader/include/llapi/mc/ActorIsMarkVariantTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsMarkVariantTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsMarkVariantTest.hpp index 3d3d6d0..47dbec8 100644 --- a/LiteLoader/Header/MC/ActorIsMarkVariantTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsMarkVariantTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsMovingTest.hpp b/LiteLoader/include/llapi/mc/ActorIsMovingTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsMovingTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsMovingTest.hpp index ae87702..751b440 100644 --- a/LiteLoader/Header/MC/ActorIsMovingTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsMovingTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsOwnerTest.hpp b/LiteLoader/include/llapi/mc/ActorIsOwnerTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsOwnerTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsOwnerTest.hpp index 174f545..7725fa5 100644 --- a/LiteLoader/Header/MC/ActorIsOwnerTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsOwnerTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsPersistentTest.hpp b/LiteLoader/include/llapi/mc/ActorIsPersistentTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsPersistentTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsPersistentTest.hpp index 96bcad1..16615f5 100644 --- a/LiteLoader/Header/MC/ActorIsPersistentTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsPersistentTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsRidingTest.hpp b/LiteLoader/include/llapi/mc/ActorIsRidingTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsRidingTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsRidingTest.hpp index 5d75be4..a78df4b 100644 --- a/LiteLoader/Header/MC/ActorIsRidingTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsRidingTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsSkinIDTest.hpp b/LiteLoader/include/llapi/mc/ActorIsSkinIDTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsSkinIDTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsSkinIDTest.hpp index 67f6e34..8af06df 100644 --- a/LiteLoader/Header/MC/ActorIsSkinIDTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsSkinIDTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsSleepingTest.hpp b/LiteLoader/include/llapi/mc/ActorIsSleepingTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsSleepingTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsSleepingTest.hpp index 35576b6..7bcb58d 100644 --- a/LiteLoader/Header/MC/ActorIsSleepingTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsSleepingTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsSneakingTest.hpp b/LiteLoader/include/llapi/mc/ActorIsSneakingTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsSneakingTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsSneakingTest.hpp index 7099610..16df722 100644 --- a/LiteLoader/Header/MC/ActorIsSneakingTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsSneakingTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsTargetTest.hpp b/LiteLoader/include/llapi/mc/ActorIsTargetTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsTargetTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsTargetTest.hpp index ccab613..8e11831 100644 --- a/LiteLoader/Header/MC/ActorIsTargetTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsTargetTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsVariantTest.hpp b/LiteLoader/include/llapi/mc/ActorIsVariantTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsVariantTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsVariantTest.hpp index a32a0e2..90bd59e 100644 --- a/LiteLoader/Header/MC/ActorIsVariantTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsVariantTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorIsVisibleTest.hpp b/LiteLoader/include/llapi/mc/ActorIsVisibleTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorIsVisibleTest.hpp rename to LiteLoader/include/llapi/mc/ActorIsVisibleTest.hpp index de297d4..0881897 100644 --- a/LiteLoader/Header/MC/ActorIsVisibleTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorIsVisibleTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorLegacySaveConverter.hpp b/LiteLoader/include/llapi/mc/ActorLegacySaveConverter.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorLegacySaveConverter.hpp rename to LiteLoader/include/llapi/mc/ActorLegacySaveConverter.hpp index 39cf172..1b07059 100644 --- a/LiteLoader/Header/MC/ActorLegacySaveConverter.hpp +++ b/LiteLoader/include/llapi/mc/ActorLegacySaveConverter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorMapping.hpp b/LiteLoader/include/llapi/mc/ActorMapping.hpp similarity index 94% rename from LiteLoader/Header/MC/ActorMapping.hpp rename to LiteLoader/include/llapi/mc/ActorMapping.hpp index bbe76e6..f47f728 100644 --- a/LiteLoader/Header/MC/ActorMapping.hpp +++ b/LiteLoader/include/llapi/mc/ActorMapping.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorOnGroundTest.hpp b/LiteLoader/include/llapi/mc/ActorOnGroundTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorOnGroundTest.hpp rename to LiteLoader/include/llapi/mc/ActorOnGroundTest.hpp index b50bed9..06dc8eb 100644 --- a/LiteLoader/Header/MC/ActorOnGroundTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorOnGroundTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorOnLadderTest.hpp b/LiteLoader/include/llapi/mc/ActorOnLadderTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorOnLadderTest.hpp rename to LiteLoader/include/llapi/mc/ActorOnLadderTest.hpp index 8700cea..46792d4 100644 --- a/LiteLoader/Header/MC/ActorOnLadderTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorOnLadderTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorParticleEffectEvent.hpp b/LiteLoader/include/llapi/mc/ActorParticleEffectEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorParticleEffectEvent.hpp rename to LiteLoader/include/llapi/mc/ActorParticleEffectEvent.hpp index 7f94af2..5bb9d84 100644 --- a/LiteLoader/Header/MC/ActorParticleEffectEvent.hpp +++ b/LiteLoader/include/llapi/mc/ActorParticleEffectEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorPickRequestPacket.hpp b/LiteLoader/include/llapi/mc/ActorPickRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorPickRequestPacket.hpp rename to LiteLoader/include/llapi/mc/ActorPickRequestPacket.hpp index e235056..c0af4dc 100644 --- a/LiteLoader/Header/MC/ActorPickRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/ActorPickRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorPlacerItem.hpp b/LiteLoader/include/llapi/mc/ActorPlacerItem.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorPlacerItem.hpp rename to LiteLoader/include/llapi/mc/ActorPlacerItem.hpp index 230191c..d31015f 100644 --- a/LiteLoader/Header/MC/ActorPlacerItem.hpp +++ b/LiteLoader/include/llapi/mc/ActorPlacerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorRandomChanceTest.hpp b/LiteLoader/include/llapi/mc/ActorRandomChanceTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorRandomChanceTest.hpp rename to LiteLoader/include/llapi/mc/ActorRandomChanceTest.hpp index 4a1d5e7..25b6ba9 100644 --- a/LiteLoader/Header/MC/ActorRandomChanceTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorRandomChanceTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorRiderCountTest.hpp b/LiteLoader/include/llapi/mc/ActorRiderCountTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorRiderCountTest.hpp rename to LiteLoader/include/llapi/mc/ActorRiderCountTest.hpp index 01a0cf5..80d84be 100644 --- a/LiteLoader/Header/MC/ActorRiderCountTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorRiderCountTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorServerCommandOrigin.hpp b/LiteLoader/include/llapi/mc/ActorServerCommandOrigin.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorServerCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/ActorServerCommandOrigin.hpp index c0e823c..7f4533b 100644 --- a/LiteLoader/Header/MC/ActorServerCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/ActorServerCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "ActorCommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/ActorSkeletalAnimation.hpp b/LiteLoader/include/llapi/mc/ActorSkeletalAnimation.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorSkeletalAnimation.hpp rename to LiteLoader/include/llapi/mc/ActorSkeletalAnimation.hpp index cfcbb13..43e93ab 100644 --- a/LiteLoader/Header/MC/ActorSkeletalAnimation.hpp +++ b/LiteLoader/include/llapi/mc/ActorSkeletalAnimation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorSkeletalAnimationPlayer.hpp b/LiteLoader/include/llapi/mc/ActorSkeletalAnimationPlayer.hpp similarity index 98% rename from LiteLoader/Header/MC/ActorSkeletalAnimationPlayer.hpp rename to LiteLoader/include/llapi/mc/ActorSkeletalAnimationPlayer.hpp index 312d797..cfa1684 100644 --- a/LiteLoader/Header/MC/ActorSkeletalAnimationPlayer.hpp +++ b/LiteLoader/include/llapi/mc/ActorSkeletalAnimationPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorSkeletalAnimationPtr.hpp b/LiteLoader/include/llapi/mc/ActorSkeletalAnimationPtr.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorSkeletalAnimationPtr.hpp rename to LiteLoader/include/llapi/mc/ActorSkeletalAnimationPtr.hpp index 084d477..35eafff 100644 --- a/LiteLoader/Header/MC/ActorSkeletalAnimationPtr.hpp +++ b/LiteLoader/include/llapi/mc/ActorSkeletalAnimationPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorSpawnRuleBase.hpp b/LiteLoader/include/llapi/mc/ActorSpawnRuleBase.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorSpawnRuleBase.hpp rename to LiteLoader/include/llapi/mc/ActorSpawnRuleBase.hpp index acd2533..e54dcec 100644 --- a/LiteLoader/Header/MC/ActorSpawnRuleBase.hpp +++ b/LiteLoader/include/llapi/mc/ActorSpawnRuleBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorSpawnRuleGroup.hpp b/LiteLoader/include/llapi/mc/ActorSpawnRuleGroup.hpp similarity index 97% rename from LiteLoader/Header/MC/ActorSpawnRuleGroup.hpp rename to LiteLoader/include/llapi/mc/ActorSpawnRuleGroup.hpp index f15481a..1ec0d64 100644 --- a/LiteLoader/Header/MC/ActorSpawnRuleGroup.hpp +++ b/LiteLoader/include/llapi/mc/ActorSpawnRuleGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorSurfaceMobTest.hpp b/LiteLoader/include/llapi/mc/ActorSurfaceMobTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorSurfaceMobTest.hpp rename to LiteLoader/include/llapi/mc/ActorSurfaceMobTest.hpp index bc794e4..4f66b95 100644 --- a/LiteLoader/Header/MC/ActorSurfaceMobTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorSurfaceMobTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorTargetFilter.hpp b/LiteLoader/include/llapi/mc/ActorTargetFilter.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorTargetFilter.hpp rename to LiteLoader/include/llapi/mc/ActorTargetFilter.hpp index d341fc2..601df5f 100644 --- a/LiteLoader/Header/MC/ActorTargetFilter.hpp +++ b/LiteLoader/include/llapi/mc/ActorTargetFilter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorTerrainInterlockData.hpp b/LiteLoader/include/llapi/mc/ActorTerrainInterlockData.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorTerrainInterlockData.hpp rename to LiteLoader/include/llapi/mc/ActorTerrainInterlockData.hpp index 9603da6..b603095 100644 --- a/LiteLoader/Header/MC/ActorTerrainInterlockData.hpp +++ b/LiteLoader/include/llapi/mc/ActorTerrainInterlockData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ActorTrustsSubjectTest.hpp b/LiteLoader/include/llapi/mc/ActorTrustsSubjectTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorTrustsSubjectTest.hpp rename to LiteLoader/include/llapi/mc/ActorTrustsSubjectTest.hpp index e9593f0..0f73200 100644 --- a/LiteLoader/Header/MC/ActorTrustsSubjectTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorTrustsSubjectTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorUndergroundTest.hpp b/LiteLoader/include/llapi/mc/ActorUndergroundTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorUndergroundTest.hpp rename to LiteLoader/include/llapi/mc/ActorUndergroundTest.hpp index b490f8a..c87366e 100644 --- a/LiteLoader/Header/MC/ActorUndergroundTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorUndergroundTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorUnderwaterTest.hpp b/LiteLoader/include/llapi/mc/ActorUnderwaterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/ActorUnderwaterTest.hpp rename to LiteLoader/include/llapi/mc/ActorUnderwaterTest.hpp index 7a34481..32e809e 100644 --- a/LiteLoader/Header/MC/ActorUnderwaterTest.hpp +++ b/LiteLoader/include/llapi/mc/ActorUnderwaterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ActorUniqueID.hpp b/LiteLoader/include/llapi/mc/ActorUniqueID.hpp similarity index 96% rename from LiteLoader/Header/MC/ActorUniqueID.hpp rename to LiteLoader/include/llapi/mc/ActorUniqueID.hpp index e7b8176..339d59d 100644 --- a/LiteLoader/Header/MC/ActorUniqueID.hpp +++ b/LiteLoader/include/llapi/mc/ActorUniqueID.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddActorBasePacket.hpp b/LiteLoader/include/llapi/mc/AddActorBasePacket.hpp similarity index 94% rename from LiteLoader/Header/MC/AddActorBasePacket.hpp rename to LiteLoader/include/llapi/mc/AddActorBasePacket.hpp index c5f9f4a..a521c24 100644 --- a/LiteLoader/Header/MC/AddActorBasePacket.hpp +++ b/LiteLoader/include/llapi/mc/AddActorBasePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddActorPacket.hpp b/LiteLoader/include/llapi/mc/AddActorPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/AddActorPacket.hpp rename to LiteLoader/include/llapi/mc/AddActorPacket.hpp index 25029f7..af67a1b 100644 --- a/LiteLoader/Header/MC/AddActorPacket.hpp +++ b/LiteLoader/include/llapi/mc/AddActorPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddBehaviorTreePacket.hpp b/LiteLoader/include/llapi/mc/AddBehaviorTreePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AddBehaviorTreePacket.hpp rename to LiteLoader/include/llapi/mc/AddBehaviorTreePacket.hpp index 99402c3..ba9f1e1 100644 --- a/LiteLoader/Header/MC/AddBehaviorTreePacket.hpp +++ b/LiteLoader/include/llapi/mc/AddBehaviorTreePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddEntityPacket.hpp b/LiteLoader/include/llapi/mc/AddEntityPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/AddEntityPacket.hpp rename to LiteLoader/include/llapi/mc/AddEntityPacket.hpp index 4b00702..125aa1e 100644 --- a/LiteLoader/Header/MC/AddEntityPacket.hpp +++ b/LiteLoader/include/llapi/mc/AddEntityPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddItemActorPacket.hpp b/LiteLoader/include/llapi/mc/AddItemActorPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/AddItemActorPacket.hpp rename to LiteLoader/include/llapi/mc/AddItemActorPacket.hpp index 8e9931f..2ffd3b5 100644 --- a/LiteLoader/Header/MC/AddItemActorPacket.hpp +++ b/LiteLoader/include/llapi/mc/AddItemActorPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddOceanTemperatureLayer.hpp b/LiteLoader/include/llapi/mc/AddOceanTemperatureLayer.hpp similarity index 95% rename from LiteLoader/Header/MC/AddOceanTemperatureLayer.hpp rename to LiteLoader/include/llapi/mc/AddOceanTemperatureLayer.hpp index 3c8c677..99b8be0 100644 --- a/LiteLoader/Header/MC/AddOceanTemperatureLayer.hpp +++ b/LiteLoader/include/llapi/mc/AddOceanTemperatureLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddPaintingPacket.hpp b/LiteLoader/include/llapi/mc/AddPaintingPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/AddPaintingPacket.hpp rename to LiteLoader/include/llapi/mc/AddPaintingPacket.hpp index 58d2346..6b75e17 100644 --- a/LiteLoader/Header/MC/AddPaintingPacket.hpp +++ b/LiteLoader/include/llapi/mc/AddPaintingPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddPlayerPacket.hpp b/LiteLoader/include/llapi/mc/AddPlayerPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AddPlayerPacket.hpp rename to LiteLoader/include/llapi/mc/AddPlayerPacket.hpp index 4e6230b..80f8df4 100644 --- a/LiteLoader/Header/MC/AddPlayerPacket.hpp +++ b/LiteLoader/include/llapi/mc/AddPlayerPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AddRiderComponent.hpp b/LiteLoader/include/llapi/mc/AddRiderComponent.hpp similarity index 93% rename from LiteLoader/Header/MC/AddRiderComponent.hpp rename to LiteLoader/include/llapi/mc/AddRiderComponent.hpp index 918765a..b7b2bb4 100644 --- a/LiteLoader/Header/MC/AddRiderComponent.hpp +++ b/LiteLoader/include/llapi/mc/AddRiderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AdmireItemComponent.hpp b/LiteLoader/include/llapi/mc/AdmireItemComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/AdmireItemComponent.hpp rename to LiteLoader/include/llapi/mc/AdmireItemComponent.hpp index 2e9f08d..16295ed 100644 --- a/LiteLoader/Header/MC/AdmireItemComponent.hpp +++ b/LiteLoader/include/llapi/mc/AdmireItemComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AdmireItemDefinition.hpp b/LiteLoader/include/llapi/mc/AdmireItemDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AdmireItemDefinition.hpp rename to LiteLoader/include/llapi/mc/AdmireItemDefinition.hpp index 58b9cbf..96203a4 100644 --- a/LiteLoader/Header/MC/AdmireItemDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AdmireItemDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AdmireItemGoal.hpp b/LiteLoader/include/llapi/mc/AdmireItemGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/AdmireItemGoal.hpp rename to LiteLoader/include/llapi/mc/AdmireItemGoal.hpp index ee47b65..3958f6a 100644 --- a/LiteLoader/Header/MC/AdmireItemGoal.hpp +++ b/LiteLoader/include/llapi/mc/AdmireItemGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AdventureSettingsPacket.hpp b/LiteLoader/include/llapi/mc/AdventureSettingsPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AdventureSettingsPacket.hpp rename to LiteLoader/include/llapi/mc/AdventureSettingsPacket.hpp index 76c5264..2e6f566 100644 --- a/LiteLoader/Header/MC/AdventureSettingsPacket.hpp +++ b/LiteLoader/include/llapi/mc/AdventureSettingsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgeableComponent.hpp b/LiteLoader/include/llapi/mc/AgeableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/AgeableComponent.hpp rename to LiteLoader/include/llapi/mc/AgeableComponent.hpp index b57e1ce..333f7b5 100644 --- a/LiteLoader/Header/MC/AgeableComponent.hpp +++ b/LiteLoader/include/llapi/mc/AgeableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgeableDefinition.hpp b/LiteLoader/include/llapi/mc/AgeableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AgeableDefinition.hpp rename to LiteLoader/include/llapi/mc/AgeableDefinition.hpp index ab25044..76c0dd9 100644 --- a/LiteLoader/Header/MC/AgeableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AgeableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgeableSystem.hpp b/LiteLoader/include/llapi/mc/AgeableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/AgeableSystem.hpp rename to LiteLoader/include/llapi/mc/AgeableSystem.hpp index dd4cf06..475c906 100644 --- a/LiteLoader/Header/MC/AgeableSystem.hpp +++ b/LiteLoader/include/llapi/mc/AgeableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Agent.hpp b/LiteLoader/include/llapi/mc/Agent.hpp similarity index 98% rename from LiteLoader/Header/MC/Agent.hpp rename to LiteLoader/include/llapi/mc/Agent.hpp index f9dedd4..75878ae 100644 --- a/LiteLoader/Header/MC/Agent.hpp +++ b/LiteLoader/include/llapi/mc/Agent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/AgentBodyControl.hpp b/LiteLoader/include/llapi/mc/AgentBodyControl.hpp similarity index 94% rename from LiteLoader/Header/MC/AgentBodyControl.hpp rename to LiteLoader/include/llapi/mc/AgentBodyControl.hpp index f19ec6c..50732ed 100644 --- a/LiteLoader/Header/MC/AgentBodyControl.hpp +++ b/LiteLoader/include/llapi/mc/AgentBodyControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgentCommand.hpp b/LiteLoader/include/llapi/mc/AgentCommand.hpp similarity index 97% rename from LiteLoader/Header/MC/AgentCommand.hpp rename to LiteLoader/include/llapi/mc/AgentCommand.hpp index 382996a..5f7a665 100644 --- a/LiteLoader/Header/MC/AgentCommand.hpp +++ b/LiteLoader/include/llapi/mc/AgentCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgentCommandExecutionGoal.hpp b/LiteLoader/include/llapi/mc/AgentCommandExecutionGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/AgentCommandExecutionGoal.hpp rename to LiteLoader/include/llapi/mc/AgentCommandExecutionGoal.hpp index 8c7b414..425cb6d 100644 --- a/LiteLoader/Header/MC/AgentCommandExecutionGoal.hpp +++ b/LiteLoader/include/llapi/mc/AgentCommandExecutionGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgentCommandSystem.hpp b/LiteLoader/include/llapi/mc/AgentCommandSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/AgentCommandSystem.hpp rename to LiteLoader/include/llapi/mc/AgentCommandSystem.hpp index 03ff49c..793cda3 100644 --- a/LiteLoader/Header/MC/AgentCommandSystem.hpp +++ b/LiteLoader/include/llapi/mc/AgentCommandSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AgentLookControl.hpp b/LiteLoader/include/llapi/mc/AgentLookControl.hpp similarity index 95% rename from LiteLoader/Header/MC/AgentLookControl.hpp rename to LiteLoader/include/llapi/mc/AgentLookControl.hpp index 5e6bc20..61f03e6 100644 --- a/LiteLoader/Header/MC/AgentLookControl.hpp +++ b/LiteLoader/include/llapi/mc/AgentLookControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AirBlock.hpp b/LiteLoader/include/llapi/mc/AirBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/AirBlock.hpp rename to LiteLoader/include/llapi/mc/AirBlock.hpp index eccf6eb..f008cbf 100644 --- a/LiteLoader/Header/MC/AirBlock.hpp +++ b/LiteLoader/include/llapi/mc/AirBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AirBlockItem.hpp b/LiteLoader/include/llapi/mc/AirBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/AirBlockItem.hpp rename to LiteLoader/include/llapi/mc/AirBlockItem.hpp index f4bc43d..0097341 100644 --- a/LiteLoader/Header/MC/AirBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/AirBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AllWorkerConfigurations.hpp b/LiteLoader/include/llapi/mc/AllWorkerConfigurations.hpp similarity index 94% rename from LiteLoader/Header/MC/AllWorkerConfigurations.hpp rename to LiteLoader/include/llapi/mc/AllWorkerConfigurations.hpp index bc7ee78..88d225b 100644 --- a/LiteLoader/Header/MC/AllWorkerConfigurations.hpp +++ b/LiteLoader/include/llapi/mc/AllWorkerConfigurations.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AmbientSoundIntervalDescription.hpp b/LiteLoader/include/llapi/mc/AmbientSoundIntervalDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/AmbientSoundIntervalDescription.hpp rename to LiteLoader/include/llapi/mc/AmbientSoundIntervalDescription.hpp index f308a81..6fff94f 100644 --- a/LiteLoader/Header/MC/AmbientSoundIntervalDescription.hpp +++ b/LiteLoader/include/llapi/mc/AmbientSoundIntervalDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AmphibiousMoveControl.hpp b/LiteLoader/include/llapi/mc/AmphibiousMoveControl.hpp similarity index 95% rename from LiteLoader/Header/MC/AmphibiousMoveControl.hpp rename to LiteLoader/include/llapi/mc/AmphibiousMoveControl.hpp index 36daaa8..28805bf 100644 --- a/LiteLoader/Header/MC/AmphibiousMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/AmphibiousMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AmphibiousMoveControlDescription.hpp b/LiteLoader/include/llapi/mc/AmphibiousMoveControlDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/AmphibiousMoveControlDescription.hpp rename to LiteLoader/include/llapi/mc/AmphibiousMoveControlDescription.hpp index a86716c..444e56e 100644 --- a/LiteLoader/Header/MC/AmphibiousMoveControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/AmphibiousMoveControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Amplifier.hpp b/LiteLoader/include/llapi/mc/Amplifier.hpp similarity index 94% rename from LiteLoader/Header/MC/Amplifier.hpp rename to LiteLoader/include/llapi/mc/Amplifier.hpp index 2d37d88..455328d 100644 --- a/LiteLoader/Header/MC/Amplifier.hpp +++ b/LiteLoader/include/llapi/mc/Amplifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AngryComponent.hpp b/LiteLoader/include/llapi/mc/AngryComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/AngryComponent.hpp rename to LiteLoader/include/llapi/mc/AngryComponent.hpp index 442996b..52d720f 100644 --- a/LiteLoader/Header/MC/AngryComponent.hpp +++ b/LiteLoader/include/llapi/mc/AngryComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AngryDefinition.hpp b/LiteLoader/include/llapi/mc/AngryDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AngryDefinition.hpp rename to LiteLoader/include/llapi/mc/AngryDefinition.hpp index 07a2240..3a23868 100644 --- a/LiteLoader/Header/MC/AngryDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AngryDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AngrySystem.hpp b/LiteLoader/include/llapi/mc/AngrySystem.hpp similarity index 95% rename from LiteLoader/Header/MC/AngrySystem.hpp rename to LiteLoader/include/llapi/mc/AngrySystem.hpp index ca096b2..dfd68f8 100644 --- a/LiteLoader/Header/MC/AngrySystem.hpp +++ b/LiteLoader/include/llapi/mc/AngrySystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Animal.hpp b/LiteLoader/include/llapi/mc/Animal.hpp similarity index 98% rename from LiteLoader/Header/MC/Animal.hpp rename to LiteLoader/include/llapi/mc/Animal.hpp index c9bde86..af9eef0 100644 --- a/LiteLoader/Header/MC/Animal.hpp +++ b/LiteLoader/include/llapi/mc/Animal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/AnimatePacket.hpp b/LiteLoader/include/llapi/mc/AnimatePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AnimatePacket.hpp rename to LiteLoader/include/llapi/mc/AnimatePacket.hpp index 44e8ab9..dd81040 100644 --- a/LiteLoader/Header/MC/AnimatePacket.hpp +++ b/LiteLoader/include/llapi/mc/AnimatePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnimatedImageData.hpp b/LiteLoader/include/llapi/mc/AnimatedImageData.hpp similarity index 94% rename from LiteLoader/Header/MC/AnimatedImageData.hpp rename to LiteLoader/include/llapi/mc/AnimatedImageData.hpp index 36039bd..930cc2f 100644 --- a/LiteLoader/Header/MC/AnimatedImageData.hpp +++ b/LiteLoader/include/llapi/mc/AnimatedImageData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "persona.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnimationComponent.hpp b/LiteLoader/include/llapi/mc/AnimationComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/AnimationComponent.hpp rename to LiteLoader/include/llapi/mc/AnimationComponent.hpp index b58ed58..ccab356 100644 --- a/LiteLoader/Header/MC/AnimationComponent.hpp +++ b/LiteLoader/include/llapi/mc/AnimationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnimationResourceDefinitionMap.hpp b/LiteLoader/include/llapi/mc/AnimationResourceDefinitionMap.hpp similarity index 94% rename from LiteLoader/Header/MC/AnimationResourceDefinitionMap.hpp rename to LiteLoader/include/llapi/mc/AnimationResourceDefinitionMap.hpp index 6952a38..b08efde 100644 --- a/LiteLoader/Header/MC/AnimationResourceDefinitionMap.hpp +++ b/LiteLoader/include/llapi/mc/AnimationResourceDefinitionMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnimationScriptsDescription.hpp b/LiteLoader/include/llapi/mc/AnimationScriptsDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/AnimationScriptsDescription.hpp rename to LiteLoader/include/llapi/mc/AnimationScriptsDescription.hpp index 64e088a..168c741 100644 --- a/LiteLoader/Header/MC/AnimationScriptsDescription.hpp +++ b/LiteLoader/include/llapi/mc/AnimationScriptsDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnimationsDescription.hpp b/LiteLoader/include/llapi/mc/AnimationsDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/AnimationsDescription.hpp rename to LiteLoader/include/llapi/mc/AnimationsDescription.hpp index d20f24c..01f4566 100644 --- a/LiteLoader/Header/MC/AnimationsDescription.hpp +++ b/LiteLoader/include/llapi/mc/AnimationsDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnvilBlock.hpp b/LiteLoader/include/llapi/mc/AnvilBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/AnvilBlock.hpp rename to LiteLoader/include/llapi/mc/AnvilBlock.hpp index 276ff9a..b60dff6 100644 --- a/LiteLoader/Header/MC/AnvilBlock.hpp +++ b/LiteLoader/include/llapi/mc/AnvilBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnvilContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/AnvilContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/AnvilContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/AnvilContainerManagerModel.hpp index 5b2d18a..5939a49 100644 --- a/LiteLoader/Header/MC/AnvilContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/AnvilContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AnvilDamagePacket.hpp b/LiteLoader/include/llapi/mc/AnvilDamagePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/AnvilDamagePacket.hpp rename to LiteLoader/include/llapi/mc/AnvilDamagePacket.hpp index 32c230a..d0c01f1 100644 --- a/LiteLoader/Header/MC/AnvilDamagePacket.hpp +++ b/LiteLoader/include/llapi/mc/AnvilDamagePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AppConfigs.hpp b/LiteLoader/include/llapi/mc/AppConfigs.hpp similarity index 98% rename from LiteLoader/Header/MC/AppConfigs.hpp rename to LiteLoader/include/llapi/mc/AppConfigs.hpp index 513e5de..3569a56 100644 --- a/LiteLoader/Header/MC/AppConfigs.hpp +++ b/LiteLoader/include/llapi/mc/AppConfigs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AppPlatform.hpp b/LiteLoader/include/llapi/mc/AppPlatform.hpp similarity index 99% rename from LiteLoader/Header/MC/AppPlatform.hpp rename to LiteLoader/include/llapi/mc/AppPlatform.hpp index 336b3ab..d76b402 100644 --- a/LiteLoader/Header/MC/AppPlatform.hpp +++ b/LiteLoader/include/llapi/mc/AppPlatform.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AppPlatformListener.hpp b/LiteLoader/include/llapi/mc/AppPlatformListener.hpp similarity index 96% rename from LiteLoader/Header/MC/AppPlatformListener.hpp rename to LiteLoader/include/llapi/mc/AppPlatformListener.hpp index 63e78b5..4a8a862 100644 --- a/LiteLoader/Header/MC/AppPlatformListener.hpp +++ b/LiteLoader/include/llapi/mc/AppPlatformListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AppPlatformWindows.hpp b/LiteLoader/include/llapi/mc/AppPlatformWindows.hpp similarity index 98% rename from LiteLoader/Header/MC/AppPlatformWindows.hpp rename to LiteLoader/include/llapi/mc/AppPlatformWindows.hpp index e654913..b4c6b60 100644 --- a/LiteLoader/Header/MC/AppPlatformWindows.hpp +++ b/LiteLoader/include/llapi/mc/AppPlatformWindows.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AppPlatform_win32.hpp b/LiteLoader/include/llapi/mc/AppPlatform_win32.hpp similarity index 98% rename from LiteLoader/Header/MC/AppPlatform_win32.hpp rename to LiteLoader/include/llapi/mc/AppPlatform_win32.hpp index 6f44713..ebea1a6 100644 --- a/LiteLoader/Header/MC/AppPlatform_win32.hpp +++ b/LiteLoader/include/llapi/mc/AppPlatform_win32.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ApplyItemBinding.hpp b/LiteLoader/include/llapi/mc/ApplyItemBinding.hpp similarity index 95% rename from LiteLoader/Header/MC/ApplyItemBinding.hpp rename to LiteLoader/include/llapi/mc/ApplyItemBinding.hpp index 8baae72..fc546fd 100644 --- a/LiteLoader/Header/MC/ApplyItemBinding.hpp +++ b/LiteLoader/include/llapi/mc/ApplyItemBinding.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ApplyLegacyEntityBinding.hpp b/LiteLoader/include/llapi/mc/ApplyLegacyEntityBinding.hpp similarity index 95% rename from LiteLoader/Header/MC/ApplyLegacyEntityBinding.hpp rename to LiteLoader/include/llapi/mc/ApplyLegacyEntityBinding.hpp index 360b2d2..b3fbc31 100644 --- a/LiteLoader/Header/MC/ApplyLegacyEntityBinding.hpp +++ b/LiteLoader/include/llapi/mc/ApplyLegacyEntityBinding.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ArbitraryBiomeComponent.hpp b/LiteLoader/include/llapi/mc/ArbitraryBiomeComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ArbitraryBiomeComponent.hpp rename to LiteLoader/include/llapi/mc/ArbitraryBiomeComponent.hpp index 8dea2a8..013cdaa 100644 --- a/LiteLoader/Header/MC/ArbitraryBiomeComponent.hpp +++ b/LiteLoader/include/llapi/mc/ArbitraryBiomeComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AreaAttackComponent.hpp b/LiteLoader/include/llapi/mc/AreaAttackComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/AreaAttackComponent.hpp rename to LiteLoader/include/llapi/mc/AreaAttackComponent.hpp index d824b8c..f1e1f42 100644 --- a/LiteLoader/Header/MC/AreaAttackComponent.hpp +++ b/LiteLoader/include/llapi/mc/AreaAttackComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AreaAttackDefinition.hpp b/LiteLoader/include/llapi/mc/AreaAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AreaAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/AreaAttackDefinition.hpp index eda2fd1..541ee10 100644 --- a/LiteLoader/Header/MC/AreaAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AreaAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AreaAttackSystem.hpp b/LiteLoader/include/llapi/mc/AreaAttackSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/AreaAttackSystem.hpp rename to LiteLoader/include/llapi/mc/AreaAttackSystem.hpp index 6c3516d..558efec 100644 --- a/LiteLoader/Header/MC/AreaAttackSystem.hpp +++ b/LiteLoader/include/llapi/mc/AreaAttackSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AreaEffectCloud.hpp b/LiteLoader/include/llapi/mc/AreaEffectCloud.hpp similarity index 98% rename from LiteLoader/Header/MC/AreaEffectCloud.hpp rename to LiteLoader/include/llapi/mc/AreaEffectCloud.hpp index 6bcc646..9312e40 100644 --- a/LiteLoader/Header/MC/AreaEffectCloud.hpp +++ b/LiteLoader/include/llapi/mc/AreaEffectCloud.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ArmorItem.hpp b/LiteLoader/include/llapi/mc/ArmorItem.hpp similarity index 99% rename from LiteLoader/Header/MC/ArmorItem.hpp rename to LiteLoader/include/llapi/mc/ArmorItem.hpp index b834223..606c746 100644 --- a/LiteLoader/Header/MC/ArmorItem.hpp +++ b/LiteLoader/include/llapi/mc/ArmorItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ArmorStand.hpp b/LiteLoader/include/llapi/mc/ArmorStand.hpp similarity index 99% rename from LiteLoader/Header/MC/ArmorStand.hpp rename to LiteLoader/include/llapi/mc/ArmorStand.hpp index 120f624..c412ff4 100644 --- a/LiteLoader/Header/MC/ArmorStand.hpp +++ b/LiteLoader/include/llapi/mc/ArmorStand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/ArmorStandItem.hpp b/LiteLoader/include/llapi/mc/ArmorStandItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ArmorStandItem.hpp rename to LiteLoader/include/llapi/mc/ArmorStandItem.hpp index 19f556f..8a67f9e 100644 --- a/LiteLoader/Header/MC/ArmorStandItem.hpp +++ b/LiteLoader/include/llapi/mc/ArmorStandItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Arrow.hpp b/LiteLoader/include/llapi/mc/Arrow.hpp similarity index 98% rename from LiteLoader/Header/MC/Arrow.hpp rename to LiteLoader/include/llapi/mc/Arrow.hpp index dd0cced..6c60aa9 100644 --- a/LiteLoader/Header/MC/Arrow.hpp +++ b/LiteLoader/include/llapi/mc/Arrow.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "AbstractArrow.hpp" diff --git a/LiteLoader/Header/MC/ArrowEffectSubcomponent.hpp b/LiteLoader/include/llapi/mc/ArrowEffectSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/ArrowEffectSubcomponent.hpp rename to LiteLoader/include/llapi/mc/ArrowEffectSubcomponent.hpp index e39a910..d8a6f54 100644 --- a/LiteLoader/Header/MC/ArrowEffectSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/ArrowEffectSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "MobEffectSubcomponent.hpp" diff --git a/LiteLoader/Header/MC/ArrowItem.hpp b/LiteLoader/include/llapi/mc/ArrowItem.hpp similarity index 98% rename from LiteLoader/Header/MC/ArrowItem.hpp rename to LiteLoader/include/llapi/mc/ArrowItem.hpp index 93665f0..8f09430 100644 --- a/LiteLoader/Header/MC/ArrowItem.hpp +++ b/LiteLoader/include/llapi/mc/ArrowItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AsyncTracker.hpp b/LiteLoader/include/llapi/mc/AsyncTracker.hpp similarity index 93% rename from LiteLoader/Header/MC/AsyncTracker.hpp rename to LiteLoader/include/llapi/mc/AsyncTracker.hpp index b5c3ac4..cfacd39 100644 --- a/LiteLoader/Header/MC/AsyncTracker.hpp +++ b/LiteLoader/include/llapi/mc/AsyncTracker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AsynchronousIPResolver.hpp b/LiteLoader/include/llapi/mc/AsynchronousIPResolver.hpp similarity index 94% rename from LiteLoader/Header/MC/AsynchronousIPResolver.hpp rename to LiteLoader/include/llapi/mc/AsynchronousIPResolver.hpp index a9407f3..a68d319 100644 --- a/LiteLoader/Header/MC/AsynchronousIPResolver.hpp +++ b/LiteLoader/include/llapi/mc/AsynchronousIPResolver.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AtlasItemManager.hpp b/LiteLoader/include/llapi/mc/AtlasItemManager.hpp similarity index 94% rename from LiteLoader/Header/MC/AtlasItemManager.hpp rename to LiteLoader/include/llapi/mc/AtlasItemManager.hpp index 7138622..5be5445 100644 --- a/LiteLoader/Header/MC/AtlasItemManager.hpp +++ b/LiteLoader/include/llapi/mc/AtlasItemManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttackCooldownComponent.hpp b/LiteLoader/include/llapi/mc/AttackCooldownComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/AttackCooldownComponent.hpp rename to LiteLoader/include/llapi/mc/AttackCooldownComponent.hpp index cf111c6..d775e01 100644 --- a/LiteLoader/Header/MC/AttackCooldownComponent.hpp +++ b/LiteLoader/include/llapi/mc/AttackCooldownComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttackCooldownSystem.hpp b/LiteLoader/include/llapi/mc/AttackCooldownSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/AttackCooldownSystem.hpp rename to LiteLoader/include/llapi/mc/AttackCooldownSystem.hpp index 6a7b7a8..d4258d6 100644 --- a/LiteLoader/Header/MC/AttackCooldownSystem.hpp +++ b/LiteLoader/include/llapi/mc/AttackCooldownSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttackDamageMobEffect.hpp b/LiteLoader/include/llapi/mc/AttackDamageMobEffect.hpp similarity index 95% rename from LiteLoader/Header/MC/AttackDamageMobEffect.hpp rename to LiteLoader/include/llapi/mc/AttackDamageMobEffect.hpp index a12bbe3..cf77929 100644 --- a/LiteLoader/Header/MC/AttackDamageMobEffect.hpp +++ b/LiteLoader/include/llapi/mc/AttackDamageMobEffect.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MobEffect.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttackDefinition.hpp b/LiteLoader/include/llapi/mc/AttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AttackDefinition.hpp rename to LiteLoader/include/llapi/mc/AttackDefinition.hpp index 6a37ea7..a9958b4 100644 --- a/LiteLoader/Header/MC/AttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/AttackDescription.hpp b/LiteLoader/include/llapi/mc/AttackDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/AttackDescription.hpp rename to LiteLoader/include/llapi/mc/AttackDescription.hpp index f2d0374..2756fa2 100644 --- a/LiteLoader/Header/MC/AttackDescription.hpp +++ b/LiteLoader/include/llapi/mc/AttackDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttackNode.hpp b/LiteLoader/include/llapi/mc/AttackNode.hpp similarity index 94% rename from LiteLoader/Header/MC/AttackNode.hpp rename to LiteLoader/include/llapi/mc/AttackNode.hpp index 0804852..4b5f533 100644 --- a/LiteLoader/Header/MC/AttackNode.hpp +++ b/LiteLoader/include/llapi/mc/AttackNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Attribute.hpp b/LiteLoader/include/llapi/mc/Attribute.hpp similarity index 95% rename from LiteLoader/Header/MC/Attribute.hpp rename to LiteLoader/include/llapi/mc/Attribute.hpp index 41ba48e..e73648c 100644 --- a/LiteLoader/Header/MC/Attribute.hpp +++ b/LiteLoader/include/llapi/mc/Attribute.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttributeBuff.hpp b/LiteLoader/include/llapi/mc/AttributeBuff.hpp similarity index 95% rename from LiteLoader/Header/MC/AttributeBuff.hpp rename to LiteLoader/include/llapi/mc/AttributeBuff.hpp index 6a41c9f..85b1e3b 100644 --- a/LiteLoader/Header/MC/AttributeBuff.hpp +++ b/LiteLoader/include/llapi/mc/AttributeBuff.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttributeCollection.hpp b/LiteLoader/include/llapi/mc/AttributeCollection.hpp similarity index 94% rename from LiteLoader/Header/MC/AttributeCollection.hpp rename to LiteLoader/include/llapi/mc/AttributeCollection.hpp index cd236d0..15a5a48 100644 --- a/LiteLoader/Header/MC/AttributeCollection.hpp +++ b/LiteLoader/include/llapi/mc/AttributeCollection.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AttributeInstance.hpp b/LiteLoader/include/llapi/mc/AttributeInstance.hpp similarity index 66% rename from LiteLoader/Header/MC/AttributeInstance.hpp rename to LiteLoader/include/llapi/mc/AttributeInstance.hpp index 72e8453..631a04f 100644 --- a/LiteLoader/Header/MC/AttributeInstance.hpp +++ b/LiteLoader/include/llapi/mc/AttributeInstance.hpp @@ -1,28 +1,61 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" +#include "AttributeInstanceDelegate.hpp" #define BEFORE_EXTRA +class BaseAttributeMap; +class Attribute; #undef BEFORE_EXTRA class AttributeInstance { +public: + + BaseAttributeMap *mAttributeMap; + const Attribute *mAttribute; + std::vector mModifierList; + std::vector mTemporalBuffs; + std::vector mListeners; + std::shared_ptr mDelegate; + union{ + float mDefaultValues[3]; + struct + { + float mDefaultMinValue; + float mDefaultMaxValue; + float mDefaultValue; + } __s1; + } _anon_0; + union{ + float mCurrentValues[3]; + struct + { + float mCurrentMinValue; + float mCurrentMaxValue; + float mCurrentValue; + } __s1; + } _anon_1; #define AFTER_EXTRA public: inline float getMinValue()const{ - return dAccess(this, 31); + // return dAccess(this, 124); + return _anon_1.__s1.mCurrentMinValue; }; inline float getMaxValue()const{ - return dAccess(this, 32); + // return dAccess(this, 128); + return _anon_1.__s1.mCurrentMaxValue; }; inline float getCurrentValue()const{ - return dAccess(this, 33); + // return dAccess(this, 132); + return _anon_1.__s1.mCurrentValue; }; //maybe error - inline void setCurrentValue(float value)const{ - dAccess((void*)this)= value; + inline void setCurrentValue(float value){ + //dAccess((void*)this)= value; + this->_anon_1.__s1.mCurrentValue = value; //AttributeInstance::resetToMaxValue Line11~Line28 // if (this + 3) // { @@ -42,7 +75,8 @@ public: // } }; inline float getDefaultValue(int a)const{ - return dAccess(this, 30); + // return dAccess(this, 120); + return _anon_0.__s1.mDefaultValue; }; #undef AFTER_EXTRA diff --git a/LiteLoader/Header/MC/AttributeInstanceDelegate.hpp b/LiteLoader/include/llapi/mc/AttributeInstanceDelegate.hpp similarity index 79% rename from LiteLoader/Header/MC/AttributeInstanceDelegate.hpp rename to LiteLoader/include/llapi/mc/AttributeInstanceDelegate.hpp index 1ecda90..fe82ef4 100644 --- a/LiteLoader/Header/MC/AttributeInstanceDelegate.hpp +++ b/LiteLoader/include/llapi/mc/AttributeInstanceDelegate.hpp @@ -1,16 +1,23 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA +class BaseAttributeMap; +struct AttributeInstanceHandle +{ + unsigned int mAttributeID; + BaseAttributeMap *mAttributeMap; +}; #undef BEFORE_EXTRA class AttributeInstanceDelegate { #define AFTER_EXTRA - +public: + AttributeInstanceHandle mAttributeHandle; #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_ATTRIBUTEINSTANCEDELEGATE public: diff --git a/LiteLoader/Header/MC/AttributeModifier.hpp b/LiteLoader/include/llapi/mc/AttributeModifier.hpp similarity index 95% rename from LiteLoader/Header/MC/AttributeModifier.hpp rename to LiteLoader/include/llapi/mc/AttributeModifier.hpp index fce7f93..a447255 100644 --- a/LiteLoader/Header/MC/AttributeModifier.hpp +++ b/LiteLoader/include/llapi/mc/AttributeModifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AutomaticFeatureRules.hpp b/LiteLoader/include/llapi/mc/AutomaticFeatureRules.hpp similarity index 91% rename from LiteLoader/Header/MC/AutomaticFeatureRules.hpp rename to LiteLoader/include/llapi/mc/AutomaticFeatureRules.hpp index 2e186b6..a762794 100644 --- a/LiteLoader/Header/MC/AutomaticFeatureRules.hpp +++ b/LiteLoader/include/llapi/mc/AutomaticFeatureRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Automation.hpp b/LiteLoader/include/llapi/mc/Automation.hpp similarity index 94% rename from LiteLoader/Header/MC/Automation.hpp rename to LiteLoader/include/llapi/mc/Automation.hpp index df764c8..c51df78 100644 --- a/LiteLoader/Header/MC/Automation.hpp +++ b/LiteLoader/include/llapi/mc/Automation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AutomationClientConnectPacket.hpp b/LiteLoader/include/llapi/mc/AutomationClientConnectPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AutomationClientConnectPacket.hpp rename to LiteLoader/include/llapi/mc/AutomationClientConnectPacket.hpp index 3f25f5a..a67ebff 100644 --- a/LiteLoader/Header/MC/AutomationClientConnectPacket.hpp +++ b/LiteLoader/include/llapi/mc/AutomationClientConnectPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AutomationPlayerCommandOrigin.hpp b/LiteLoader/include/llapi/mc/AutomationPlayerCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/AutomationPlayerCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/AutomationPlayerCommandOrigin.hpp index dd2fb9c..8043e87 100644 --- a/LiteLoader/Header/MC/AutomationPlayerCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/AutomationPlayerCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "PlayerCommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/AuxDataBlockItem.hpp b/LiteLoader/include/llapi/mc/AuxDataBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/AuxDataBlockItem.hpp rename to LiteLoader/include/llapi/mc/AuxDataBlockItem.hpp index a054767..ca131da 100644 --- a/LiteLoader/Header/MC/AuxDataBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/AuxDataBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AvailableActorIdentifiersPacket.hpp b/LiteLoader/include/llapi/mc/AvailableActorIdentifiersPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/AvailableActorIdentifiersPacket.hpp rename to LiteLoader/include/llapi/mc/AvailableActorIdentifiersPacket.hpp index 58c9bbe..e796edf 100644 --- a/LiteLoader/Header/MC/AvailableActorIdentifiersPacket.hpp +++ b/LiteLoader/include/llapi/mc/AvailableActorIdentifiersPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AvailableCommandsPacket.hpp b/LiteLoader/include/llapi/mc/AvailableCommandsPacket.hpp similarity index 99% rename from LiteLoader/Header/MC/AvailableCommandsPacket.hpp rename to LiteLoader/include/llapi/mc/AvailableCommandsPacket.hpp index 0fe9535..93d8333 100644 --- a/LiteLoader/Header/MC/AvailableCommandsPacket.hpp +++ b/LiteLoader/include/llapi/mc/AvailableCommandsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AvoidBlockGoal.hpp b/LiteLoader/include/llapi/mc/AvoidBlockGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/AvoidBlockGoal.hpp rename to LiteLoader/include/llapi/mc/AvoidBlockGoal.hpp index 7989e51..361d52f 100644 --- a/LiteLoader/Header/MC/AvoidBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/AvoidBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AvoidMobTypeDefinition.hpp b/LiteLoader/include/llapi/mc/AvoidMobTypeDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/AvoidMobTypeDefinition.hpp rename to LiteLoader/include/llapi/mc/AvoidMobTypeDefinition.hpp index eb60fff..6b09e8a 100644 --- a/LiteLoader/Header/MC/AvoidMobTypeDefinition.hpp +++ b/LiteLoader/include/llapi/mc/AvoidMobTypeDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/AvoidMobTypeGoal.hpp b/LiteLoader/include/llapi/mc/AvoidMobTypeGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/AvoidMobTypeGoal.hpp rename to LiteLoader/include/llapi/mc/AvoidMobTypeGoal.hpp index 0c363d0..007089c 100644 --- a/LiteLoader/Header/MC/AvoidMobTypeGoal.hpp +++ b/LiteLoader/include/llapi/mc/AvoidMobTypeGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BackgroundTask.hpp b/LiteLoader/include/llapi/mc/BackgroundTask.hpp similarity index 97% rename from LiteLoader/Header/MC/BackgroundTask.hpp rename to LiteLoader/include/llapi/mc/BackgroundTask.hpp index a101e6c..af5fab2 100644 --- a/LiteLoader/Header/MC/BackgroundTask.hpp +++ b/LiteLoader/include/llapi/mc/BackgroundTask.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BackgroundTaskQueue.hpp b/LiteLoader/include/llapi/mc/BackgroundTaskQueue.hpp similarity index 95% rename from LiteLoader/Header/MC/BackgroundTaskQueue.hpp rename to LiteLoader/include/llapi/mc/BackgroundTaskQueue.hpp index eea28b4..bdd0e8c 100644 --- a/LiteLoader/Header/MC/BackgroundTaskQueue.hpp +++ b/LiteLoader/include/llapi/mc/BackgroundTaskQueue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BackgroundWorker.hpp b/LiteLoader/include/llapi/mc/BackgroundWorker.hpp similarity index 97% rename from LiteLoader/Header/MC/BackgroundWorker.hpp rename to LiteLoader/include/llapi/mc/BackgroundWorker.hpp index d61e2f6..e6c124a 100644 --- a/LiteLoader/Header/MC/BackgroundWorker.hpp +++ b/LiteLoader/include/llapi/mc/BackgroundWorker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BackwardsCompatTextureGroup.hpp b/LiteLoader/include/llapi/mc/BackwardsCompatTextureGroup.hpp similarity index 95% rename from LiteLoader/Header/MC/BackwardsCompatTextureGroup.hpp rename to LiteLoader/include/llapi/mc/BackwardsCompatTextureGroup.hpp index 589c00f..3423bfa 100644 --- a/LiteLoader/Header/MC/BackwardsCompatTextureGroup.hpp +++ b/LiteLoader/include/llapi/mc/BackwardsCompatTextureGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Balloon.hpp b/LiteLoader/include/llapi/mc/Balloon.hpp similarity index 97% rename from LiteLoader/Header/MC/Balloon.hpp rename to LiteLoader/include/llapi/mc/Balloon.hpp index 5665246..baeff71 100644 --- a/LiteLoader/Header/MC/Balloon.hpp +++ b/LiteLoader/include/llapi/mc/Balloon.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BalloonComponent.hpp b/LiteLoader/include/llapi/mc/BalloonComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/BalloonComponent.hpp rename to LiteLoader/include/llapi/mc/BalloonComponent.hpp index a78683a..4b33e76 100644 --- a/LiteLoader/Header/MC/BalloonComponent.hpp +++ b/LiteLoader/include/llapi/mc/BalloonComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BalloonItem.hpp b/LiteLoader/include/llapi/mc/BalloonItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BalloonItem.hpp rename to LiteLoader/include/llapi/mc/BalloonItem.hpp index c9ea32f..f8c4dea 100644 --- a/LiteLoader/Header/MC/BalloonItem.hpp +++ b/LiteLoader/include/llapi/mc/BalloonItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BalloonSystem.hpp b/LiteLoader/include/llapi/mc/BalloonSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BalloonSystem.hpp rename to LiteLoader/include/llapi/mc/BalloonSystem.hpp index 443ab20..4d025a9 100644 --- a/LiteLoader/Header/MC/BalloonSystem.hpp +++ b/LiteLoader/include/llapi/mc/BalloonSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BalloonableComponent.hpp b/LiteLoader/include/llapi/mc/BalloonableComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/BalloonableComponent.hpp rename to LiteLoader/include/llapi/mc/BalloonableComponent.hpp index 2bb6d81..7a0385b 100644 --- a/LiteLoader/Header/MC/BalloonableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BalloonableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BalloonableDefinition.hpp b/LiteLoader/include/llapi/mc/BalloonableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BalloonableDefinition.hpp rename to LiteLoader/include/llapi/mc/BalloonableDefinition.hpp index fd46470..6c1a665 100644 --- a/LiteLoader/Header/MC/BalloonableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BalloonableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BambooBlock.hpp b/LiteLoader/include/llapi/mc/BambooBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BambooBlock.hpp rename to LiteLoader/include/llapi/mc/BambooBlock.hpp index 10af52f..481c51e 100644 --- a/LiteLoader/Header/MC/BambooBlock.hpp +++ b/LiteLoader/include/llapi/mc/BambooBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BambooBlockItem.hpp b/LiteLoader/include/llapi/mc/BambooBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BambooBlockItem.hpp rename to LiteLoader/include/llapi/mc/BambooBlockItem.hpp index d210d93..59c9138 100644 --- a/LiteLoader/Header/MC/BambooBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/BambooBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BambooFeature.hpp b/LiteLoader/include/llapi/mc/BambooFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/BambooFeature.hpp rename to LiteLoader/include/llapi/mc/BambooFeature.hpp index bc1fbe0..fa80585 100644 --- a/LiteLoader/Header/MC/BambooFeature.hpp +++ b/LiteLoader/include/llapi/mc/BambooFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BambooSapling.hpp b/LiteLoader/include/llapi/mc/BambooSapling.hpp similarity index 98% rename from LiteLoader/Header/MC/BambooSapling.hpp rename to LiteLoader/include/llapi/mc/BambooSapling.hpp index 0f7e897..5bc5224 100644 --- a/LiteLoader/Header/MC/BambooSapling.hpp +++ b/LiteLoader/include/llapi/mc/BambooSapling.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Sapling.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerAddPatternRecipe.hpp b/LiteLoader/include/llapi/mc/BannerAddPatternRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/BannerAddPatternRecipe.hpp rename to LiteLoader/include/llapi/mc/BannerAddPatternRecipe.hpp index aba200e..b2fba0b 100644 --- a/LiteLoader/Header/MC/BannerAddPatternRecipe.hpp +++ b/LiteLoader/include/llapi/mc/BannerAddPatternRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerBlock.hpp b/LiteLoader/include/llapi/mc/BannerBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BannerBlock.hpp rename to LiteLoader/include/llapi/mc/BannerBlock.hpp index 85ecc53..8df7687 100644 --- a/LiteLoader/Header/MC/BannerBlock.hpp +++ b/LiteLoader/include/llapi/mc/BannerBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerBlockActor.hpp b/LiteLoader/include/llapi/mc/BannerBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/BannerBlockActor.hpp rename to LiteLoader/include/llapi/mc/BannerBlockActor.hpp index 4495121..7d12f12 100644 --- a/LiteLoader/Header/MC/BannerBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BannerBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerDuplicateRecipe.hpp b/LiteLoader/include/llapi/mc/BannerDuplicateRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/BannerDuplicateRecipe.hpp rename to LiteLoader/include/llapi/mc/BannerDuplicateRecipe.hpp index b84f1cd..149e7e1 100644 --- a/LiteLoader/Header/MC/BannerDuplicateRecipe.hpp +++ b/LiteLoader/include/llapi/mc/BannerDuplicateRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerItem.hpp b/LiteLoader/include/llapi/mc/BannerItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BannerItem.hpp rename to LiteLoader/include/llapi/mc/BannerItem.hpp index f0273d1..292553c 100644 --- a/LiteLoader/Header/MC/BannerItem.hpp +++ b/LiteLoader/include/llapi/mc/BannerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerPattern.hpp b/LiteLoader/include/llapi/mc/BannerPattern.hpp similarity index 96% rename from LiteLoader/Header/MC/BannerPattern.hpp rename to LiteLoader/include/llapi/mc/BannerPattern.hpp index 4a76e64..0c92f33 100644 --- a/LiteLoader/Header/MC/BannerPattern.hpp +++ b/LiteLoader/include/llapi/mc/BannerPattern.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BannerPatternItem.hpp b/LiteLoader/include/llapi/mc/BannerPatternItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BannerPatternItem.hpp rename to LiteLoader/include/llapi/mc/BannerPatternItem.hpp index 10bd772..b645804 100644 --- a/LiteLoader/Header/MC/BannerPatternItem.hpp +++ b/LiteLoader/include/llapi/mc/BannerPatternItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarrelBlock.hpp b/LiteLoader/include/llapi/mc/BarrelBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BarrelBlock.hpp rename to LiteLoader/include/llapi/mc/BarrelBlock.hpp index 9d8a46e..98a4154 100644 --- a/LiteLoader/Header/MC/BarrelBlock.hpp +++ b/LiteLoader/include/llapi/mc/BarrelBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarrelBlockActor.hpp b/LiteLoader/include/llapi/mc/BarrelBlockActor.hpp similarity index 95% rename from LiteLoader/Header/MC/BarrelBlockActor.hpp rename to LiteLoader/include/llapi/mc/BarrelBlockActor.hpp index 17951f5..6fcfee4 100644 --- a/LiteLoader/Header/MC/BarrelBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BarrelBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarrierBlock.hpp b/LiteLoader/include/llapi/mc/BarrierBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BarrierBlock.hpp rename to LiteLoader/include/llapi/mc/BarrierBlock.hpp index 9508a74..23d315d 100644 --- a/LiteLoader/Header/MC/BarrierBlock.hpp +++ b/LiteLoader/include/llapi/mc/BarrierBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarterComponent.hpp b/LiteLoader/include/llapi/mc/BarterComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/BarterComponent.hpp rename to LiteLoader/include/llapi/mc/BarterComponent.hpp index 61273e5..c03bc65 100644 --- a/LiteLoader/Header/MC/BarterComponent.hpp +++ b/LiteLoader/include/llapi/mc/BarterComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarterDefinition.hpp b/LiteLoader/include/llapi/mc/BarterDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BarterDefinition.hpp rename to LiteLoader/include/llapi/mc/BarterDefinition.hpp index 15de372..19f74fa 100644 --- a/LiteLoader/Header/MC/BarterDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BarterDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BarterGoal.hpp b/LiteLoader/include/llapi/mc/BarterGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/BarterGoal.hpp rename to LiteLoader/include/llapi/mc/BarterGoal.hpp index 90b5a8a..bc7d0ba 100644 --- a/LiteLoader/Header/MC/BarterGoal.hpp +++ b/LiteLoader/include/llapi/mc/BarterGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BasaltColumnsFeature.hpp b/LiteLoader/include/llapi/mc/BasaltColumnsFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/BasaltColumnsFeature.hpp rename to LiteLoader/include/llapi/mc/BasaltColumnsFeature.hpp index 21c147f..44f9300 100644 --- a/LiteLoader/Header/MC/BasaltColumnsFeature.hpp +++ b/LiteLoader/include/llapi/mc/BasaltColumnsFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BasaltPillarFeature.hpp b/LiteLoader/include/llapi/mc/BasaltPillarFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/BasaltPillarFeature.hpp rename to LiteLoader/include/llapi/mc/BasaltPillarFeature.hpp index b9f6a1c..332d02c 100644 --- a/LiteLoader/Header/MC/BasaltPillarFeature.hpp +++ b/LiteLoader/include/llapi/mc/BasaltPillarFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseAttributeMap.hpp b/LiteLoader/include/llapi/mc/BaseAttributeMap.hpp similarity index 95% rename from LiteLoader/Header/MC/BaseAttributeMap.hpp rename to LiteLoader/include/llapi/mc/BaseAttributeMap.hpp index e54992a..3e73346 100644 --- a/LiteLoader/Header/MC/BaseAttributeMap.hpp +++ b/LiteLoader/include/llapi/mc/BaseAttributeMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseCircuitComponent.hpp b/LiteLoader/include/llapi/mc/BaseCircuitComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/BaseCircuitComponent.hpp rename to LiteLoader/include/llapi/mc/BaseCircuitComponent.hpp index 0672ec8..650ae58 100644 --- a/LiteLoader/Header/MC/BaseCircuitComponent.hpp +++ b/LiteLoader/include/llapi/mc/BaseCircuitComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseCommandBlock.hpp b/LiteLoader/include/llapi/mc/BaseCommandBlock.hpp similarity index 97% rename from LiteLoader/Header/MC/BaseCommandBlock.hpp rename to LiteLoader/include/llapi/mc/BaseCommandBlock.hpp index 7460ff6..ecc112c 100644 --- a/LiteLoader/Header/MC/BaseCommandBlock.hpp +++ b/LiteLoader/include/llapi/mc/BaseCommandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseContainerMenu.hpp b/LiteLoader/include/llapi/mc/BaseContainerMenu.hpp similarity index 96% rename from LiteLoader/Header/MC/BaseContainerMenu.hpp rename to LiteLoader/include/llapi/mc/BaseContainerMenu.hpp index 968b5be..ec3ca78 100644 --- a/LiteLoader/Header/MC/BaseContainerMenu.hpp +++ b/LiteLoader/include/llapi/mc/BaseContainerMenu.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseGamePackSlices.hpp b/LiteLoader/include/llapi/mc/BaseGamePackSlices.hpp similarity index 94% rename from LiteLoader/Header/MC/BaseGamePackSlices.hpp rename to LiteLoader/include/llapi/mc/BaseGamePackSlices.hpp index da52e5f..5cc9cf6 100644 --- a/LiteLoader/Header/MC/BaseGamePackSlices.hpp +++ b/LiteLoader/include/llapi/mc/BaseGamePackSlices.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseGameVersion.hpp b/LiteLoader/include/llapi/mc/BaseGameVersion.hpp similarity index 96% rename from LiteLoader/Header/MC/BaseGameVersion.hpp rename to LiteLoader/include/llapi/mc/BaseGameVersion.hpp index ad0584e..c4ff012 100644 --- a/LiteLoader/Header/MC/BaseGameVersion.hpp +++ b/LiteLoader/include/llapi/mc/BaseGameVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SemVersion.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseGameVersioning.hpp b/LiteLoader/include/llapi/mc/BaseGameVersioning.hpp similarity index 91% rename from LiteLoader/Header/MC/BaseGameVersioning.hpp rename to LiteLoader/include/llapi/mc/BaseGameVersioning.hpp index 1ecb57e..213b2a4 100644 --- a/LiteLoader/Header/MC/BaseGameVersioning.hpp +++ b/LiteLoader/include/llapi/mc/BaseGameVersioning.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseGoalDefinition.hpp b/LiteLoader/include/llapi/mc/BaseGoalDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BaseGoalDefinition.hpp rename to LiteLoader/include/llapi/mc/BaseGoalDefinition.hpp index 7e119ca..d9a4b9f 100644 --- a/LiteLoader/Header/MC/BaseGoalDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BaseGoalDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseMobSpawner.hpp b/LiteLoader/include/llapi/mc/BaseMobSpawner.hpp similarity index 96% rename from LiteLoader/Header/MC/BaseMobSpawner.hpp rename to LiteLoader/include/llapi/mc/BaseMobSpawner.hpp index a960be8..cf1e96d 100644 --- a/LiteLoader/Header/MC/BaseMobSpawner.hpp +++ b/LiteLoader/include/llapi/mc/BaseMobSpawner.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseMoveToBlockGoal.hpp b/LiteLoader/include/llapi/mc/BaseMoveToBlockGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/BaseMoveToBlockGoal.hpp rename to LiteLoader/include/llapi/mc/BaseMoveToBlockGoal.hpp index 355b405..ec12cb2 100644 --- a/LiteLoader/Header/MC/BaseMoveToBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/BaseMoveToBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseMoveToGoal.hpp b/LiteLoader/include/llapi/mc/BaseMoveToGoal.hpp similarity index 98% rename from LiteLoader/Header/MC/BaseMoveToGoal.hpp rename to LiteLoader/include/llapi/mc/BaseMoveToGoal.hpp index 4908073..e83f1f5 100644 --- a/LiteLoader/Header/MC/BaseMoveToGoal.hpp +++ b/LiteLoader/include/llapi/mc/BaseMoveToGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BasePressurePlateBlock.hpp b/LiteLoader/include/llapi/mc/BasePressurePlateBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BasePressurePlateBlock.hpp rename to LiteLoader/include/llapi/mc/BasePressurePlateBlock.hpp index e3ce883..867b703 100644 --- a/LiteLoader/Header/MC/BasePressurePlateBlock.hpp +++ b/LiteLoader/include/llapi/mc/BasePressurePlateBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseRailBlock.hpp b/LiteLoader/include/llapi/mc/BaseRailBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BaseRailBlock.hpp rename to LiteLoader/include/llapi/mc/BaseRailBlock.hpp index 46f59ea..aec453c 100644 --- a/LiteLoader/Header/MC/BaseRailBlock.hpp +++ b/LiteLoader/include/llapi/mc/BaseRailBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BaseRailTransporter.hpp b/LiteLoader/include/llapi/mc/BaseRailTransporter.hpp similarity index 97% rename from LiteLoader/Header/MC/BaseRailTransporter.hpp rename to LiteLoader/include/llapi/mc/BaseRailTransporter.hpp index 9cd328c..ca83c42 100644 --- a/LiteLoader/Header/MC/BaseRailTransporter.hpp +++ b/LiteLoader/include/llapi/mc/BaseRailTransporter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseCircuitComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BasicTimer.hpp b/LiteLoader/include/llapi/mc/BasicTimer.hpp similarity index 93% rename from LiteLoader/Header/MC/BasicTimer.hpp rename to LiteLoader/include/llapi/mc/BasicTimer.hpp index 46b5b36..c1d7132 100644 --- a/LiteLoader/Header/MC/BasicTimer.hpp +++ b/LiteLoader/include/llapi/mc/BasicTimer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BastionFeature.hpp b/LiteLoader/include/llapi/mc/BastionFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/BastionFeature.hpp rename to LiteLoader/include/llapi/mc/BastionFeature.hpp index ea536c0..6bf19fb 100644 --- a/LiteLoader/Header/MC/BastionFeature.hpp +++ b/LiteLoader/include/llapi/mc/BastionFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BastionPiece.hpp b/LiteLoader/include/llapi/mc/BastionPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/BastionPiece.hpp rename to LiteLoader/include/llapi/mc/BastionPiece.hpp index 02bcd96..4188e63 100644 --- a/LiteLoader/Header/MC/BastionPiece.hpp +++ b/LiteLoader/include/llapi/mc/BastionPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PoolElementStructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BastionStart.hpp b/LiteLoader/include/llapi/mc/BastionStart.hpp similarity index 95% rename from LiteLoader/Header/MC/BastionStart.hpp rename to LiteLoader/include/llapi/mc/BastionStart.hpp index 54c0a12..ffade42 100644 --- a/LiteLoader/Header/MC/BastionStart.hpp +++ b/LiteLoader/include/llapi/mc/BastionStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Bat.hpp b/LiteLoader/include/llapi/mc/Bat.hpp similarity index 98% rename from LiteLoader/Header/MC/Bat.hpp rename to LiteLoader/include/llapi/mc/Bat.hpp index 52aa2b0..347c7b4 100644 --- a/LiteLoader/Header/MC/Bat.hpp +++ b/LiteLoader/include/llapi/mc/Bat.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/BatchedNetworkPeer.hpp b/LiteLoader/include/llapi/mc/BatchedNetworkPeer.hpp similarity index 96% rename from LiteLoader/Header/MC/BatchedNetworkPeer.hpp rename to LiteLoader/include/llapi/mc/BatchedNetworkPeer.hpp index f00072c..b5d7e38 100644 --- a/LiteLoader/Header/MC/BatchedNetworkPeer.hpp +++ b/LiteLoader/include/llapi/mc/BatchedNetworkPeer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetworkPeer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeaconBlock.hpp b/LiteLoader/include/llapi/mc/BeaconBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BeaconBlock.hpp rename to LiteLoader/include/llapi/mc/BeaconBlock.hpp index 8404b9b..d4fa3ff 100644 --- a/LiteLoader/Header/MC/BeaconBlock.hpp +++ b/LiteLoader/include/llapi/mc/BeaconBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeaconBlockActor.hpp b/LiteLoader/include/llapi/mc/BeaconBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/BeaconBlockActor.hpp rename to LiteLoader/include/llapi/mc/BeaconBlockActor.hpp index d59f21b..1f19e3f 100644 --- a/LiteLoader/Header/MC/BeaconBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BeaconBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeaconContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/BeaconContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/BeaconContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/BeaconContainerManagerModel.hpp index 06a1dda..f205702 100644 --- a/LiteLoader/Header/MC/BeaconContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/BeaconContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeardAndShaverDescription.hpp b/LiteLoader/include/llapi/mc/BeardAndShaverDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/BeardAndShaverDescription.hpp rename to LiteLoader/include/llapi/mc/BeardAndShaverDescription.hpp index 6f1b1dd..a5010c1 100644 --- a/LiteLoader/Header/MC/BeardAndShaverDescription.hpp +++ b/LiteLoader/include/llapi/mc/BeardAndShaverDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeardAndShaverStorage.hpp b/LiteLoader/include/llapi/mc/BeardAndShaverStorage.hpp similarity index 95% rename from LiteLoader/Header/MC/BeardAndShaverStorage.hpp rename to LiteLoader/include/llapi/mc/BeardAndShaverStorage.hpp index 945eca4..f69f944 100644 --- a/LiteLoader/Header/MC/BeardAndShaverStorage.hpp +++ b/LiteLoader/include/llapi/mc/BeardAndShaverStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeardKernel.hpp b/LiteLoader/include/llapi/mc/BeardKernel.hpp similarity index 93% rename from LiteLoader/Header/MC/BeardKernel.hpp rename to LiteLoader/include/llapi/mc/BeardKernel.hpp index f08af7e..b00ba9c 100644 --- a/LiteLoader/Header/MC/BeardKernel.hpp +++ b/LiteLoader/include/llapi/mc/BeardKernel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedBlock.hpp b/LiteLoader/include/llapi/mc/BedBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BedBlock.hpp rename to LiteLoader/include/llapi/mc/BedBlock.hpp index bb3b746..d6b5cb1 100644 --- a/LiteLoader/Header/MC/BedBlock.hpp +++ b/LiteLoader/include/llapi/mc/BedBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedBlockActor.hpp b/LiteLoader/include/llapi/mc/BedBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/BedBlockActor.hpp rename to LiteLoader/include/llapi/mc/BedBlockActor.hpp index 9f83f94..d3abcd9 100644 --- a/LiteLoader/Header/MC/BedBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BedBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedItem.hpp b/LiteLoader/include/llapi/mc/BedItem.hpp similarity index 98% rename from LiteLoader/Header/MC/BedItem.hpp rename to LiteLoader/include/llapi/mc/BedItem.hpp index bc58b83..3183f3e 100644 --- a/LiteLoader/Header/MC/BedItem.hpp +++ b/LiteLoader/include/llapi/mc/BedItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Bedrock.hpp b/LiteLoader/include/llapi/mc/Bedrock.hpp similarity index 98% rename from LiteLoader/Header/MC/Bedrock.hpp rename to LiteLoader/include/llapi/mc/Bedrock.hpp index 00c6d9e..b1e1629 100644 --- a/LiteLoader/Header/MC/Bedrock.hpp +++ b/LiteLoader/include/llapi/mc/Bedrock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedrockBlock.hpp b/LiteLoader/include/llapi/mc/BedrockBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BedrockBlock.hpp rename to LiteLoader/include/llapi/mc/BedrockBlock.hpp index 08ed53e..98b11f6 100644 --- a/LiteLoader/Header/MC/BedrockBlock.hpp +++ b/LiteLoader/include/llapi/mc/BedrockBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedrockBlockTypes.hpp b/LiteLoader/include/llapi/mc/BedrockBlockTypes.hpp similarity index 88% rename from LiteLoader/Header/MC/BedrockBlockTypes.hpp rename to LiteLoader/include/llapi/mc/BedrockBlockTypes.hpp index df62ce3..367a662 100644 --- a/LiteLoader/Header/MC/BedrockBlockTypes.hpp +++ b/LiteLoader/include/llapi/mc/BedrockBlockTypes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedrockBlocks.hpp b/LiteLoader/include/llapi/mc/BedrockBlocks.hpp similarity index 87% rename from LiteLoader/Header/MC/BedrockBlocks.hpp rename to LiteLoader/include/llapi/mc/BedrockBlocks.hpp index cf39a41..d61934f 100644 --- a/LiteLoader/Header/MC/BedrockBlocks.hpp +++ b/LiteLoader/include/llapi/mc/BedrockBlocks.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedrockItems.hpp b/LiteLoader/include/llapi/mc/BedrockItems.hpp similarity index 94% rename from LiteLoader/Header/MC/BedrockItems.hpp rename to LiteLoader/include/llapi/mc/BedrockItems.hpp index 2af154c..d5b2398 100644 --- a/LiteLoader/Header/MC/BedrockItems.hpp +++ b/LiteLoader/include/llapi/mc/BedrockItems.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BedrockLog.hpp b/LiteLoader/include/llapi/mc/BedrockLog.hpp similarity index 98% rename from LiteLoader/Header/MC/BedrockLog.hpp rename to LiteLoader/include/llapi/mc/BedrockLog.hpp index 25603b7..f17682f 100644 --- a/LiteLoader/Header/MC/BedrockLog.hpp +++ b/LiteLoader/include/llapi/mc/BedrockLog.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Bee.hpp b/LiteLoader/include/llapi/mc/Bee.hpp similarity index 97% rename from LiteLoader/Header/MC/Bee.hpp rename to LiteLoader/include/llapi/mc/Bee.hpp index fc0ee33..34edfb8 100644 --- a/LiteLoader/Header/MC/Bee.hpp +++ b/LiteLoader/include/llapi/mc/Bee.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/BeehiveBlock.hpp b/LiteLoader/include/llapi/mc/BeehiveBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BeehiveBlock.hpp rename to LiteLoader/include/llapi/mc/BeehiveBlock.hpp index 96e947e..e02c2d6 100644 --- a/LiteLoader/Header/MC/BeehiveBlock.hpp +++ b/LiteLoader/include/llapi/mc/BeehiveBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeehiveBlockActor.hpp b/LiteLoader/include/llapi/mc/BeehiveBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/BeehiveBlockActor.hpp rename to LiteLoader/include/llapi/mc/BeehiveBlockActor.hpp index ceafa27..41ebf2c 100644 --- a/LiteLoader/Header/MC/BeehiveBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BeehiveBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BeetrootBlock.hpp b/LiteLoader/include/llapi/mc/BeetrootBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BeetrootBlock.hpp rename to LiteLoader/include/llapi/mc/BeetrootBlock.hpp index 120b469..a7c1651 100644 --- a/LiteLoader/Header/MC/BeetrootBlock.hpp +++ b/LiteLoader/include/llapi/mc/BeetrootBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "CropBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BegGoal.hpp b/LiteLoader/include/llapi/mc/BegGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/BegGoal.hpp rename to LiteLoader/include/llapi/mc/BegGoal.hpp index bc3bfbc..3f74e6b 100644 --- a/LiteLoader/Header/MC/BegGoal.hpp +++ b/LiteLoader/include/llapi/mc/BegGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorComponent.hpp b/LiteLoader/include/llapi/mc/BehaviorComponent.hpp similarity index 93% rename from LiteLoader/Header/MC/BehaviorComponent.hpp rename to LiteLoader/include/llapi/mc/BehaviorComponent.hpp index 4489d05..8a9ef3a 100644 --- a/LiteLoader/Header/MC/BehaviorComponent.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorData.hpp b/LiteLoader/include/llapi/mc/BehaviorData.hpp similarity index 94% rename from LiteLoader/Header/MC/BehaviorData.hpp rename to LiteLoader/include/llapi/mc/BehaviorData.hpp index 65b88d1..454eb3f 100644 --- a/LiteLoader/Header/MC/BehaviorData.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorDefinition.hpp b/LiteLoader/include/llapi/mc/BehaviorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BehaviorDefinition.hpp rename to LiteLoader/include/llapi/mc/BehaviorDefinition.hpp index dc8ab7f..ed55773 100644 --- a/LiteLoader/Header/MC/BehaviorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorFactory.hpp b/LiteLoader/include/llapi/mc/BehaviorFactory.hpp similarity index 96% rename from LiteLoader/Header/MC/BehaviorFactory.hpp rename to LiteLoader/include/llapi/mc/BehaviorFactory.hpp index 4bc2acc..401cb7b 100644 --- a/LiteLoader/Header/MC/BehaviorFactory.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorNode.hpp b/LiteLoader/include/llapi/mc/BehaviorNode.hpp similarity index 94% rename from LiteLoader/Header/MC/BehaviorNode.hpp rename to LiteLoader/include/llapi/mc/BehaviorNode.hpp index 64b4f3c..75767a9 100644 --- a/LiteLoader/Header/MC/BehaviorNode.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorNodeUtils.hpp b/LiteLoader/include/llapi/mc/BehaviorNodeUtils.hpp similarity index 88% rename from LiteLoader/Header/MC/BehaviorNodeUtils.hpp rename to LiteLoader/include/llapi/mc/BehaviorNodeUtils.hpp index fbf8a93..a66c130 100644 --- a/LiteLoader/Header/MC/BehaviorNodeUtils.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorNodeUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorSystem.hpp b/LiteLoader/include/llapi/mc/BehaviorSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BehaviorSystem.hpp rename to LiteLoader/include/llapi/mc/BehaviorSystem.hpp index ecdbe48..4101dc2 100644 --- a/LiteLoader/Header/MC/BehaviorSystem.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorTreeDefinitionPtr.hpp b/LiteLoader/include/llapi/mc/BehaviorTreeDefinitionPtr.hpp similarity index 95% rename from LiteLoader/Header/MC/BehaviorTreeDefinitionPtr.hpp rename to LiteLoader/include/llapi/mc/BehaviorTreeDefinitionPtr.hpp index bf95302..4551044 100644 --- a/LiteLoader/Header/MC/BehaviorTreeDefinitionPtr.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorTreeDefinitionPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorTreeDescription.hpp b/LiteLoader/include/llapi/mc/BehaviorTreeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/BehaviorTreeDescription.hpp rename to LiteLoader/include/llapi/mc/BehaviorTreeDescription.hpp index b35ce53..d49a073 100644 --- a/LiteLoader/Header/MC/BehaviorTreeDescription.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorTreeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BehaviorTreeGroup.hpp b/LiteLoader/include/llapi/mc/BehaviorTreeGroup.hpp similarity index 95% rename from LiteLoader/Header/MC/BehaviorTreeGroup.hpp rename to LiteLoader/include/llapi/mc/BehaviorTreeGroup.hpp index 9b1d453..0f0a400 100644 --- a/LiteLoader/Header/MC/BehaviorTreeGroup.hpp +++ b/LiteLoader/include/llapi/mc/BehaviorTreeGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BellBlock.hpp b/LiteLoader/include/llapi/mc/BellBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BellBlock.hpp rename to LiteLoader/include/llapi/mc/BellBlock.hpp index c2a8b78..8bf556b 100644 --- a/LiteLoader/Header/MC/BellBlock.hpp +++ b/LiteLoader/include/llapi/mc/BellBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BellBlockActor.hpp b/LiteLoader/include/llapi/mc/BellBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/BellBlockActor.hpp rename to LiteLoader/include/llapi/mc/BellBlockActor.hpp index 4525547..ce03b70 100644 --- a/LiteLoader/Header/MC/BellBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BellBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Direction.hpp" #include "BlockActor.hpp" diff --git a/LiteLoader/Header/MC/BellBlockItem.hpp b/LiteLoader/include/llapi/mc/BellBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BellBlockItem.hpp rename to LiteLoader/include/llapi/mc/BellBlockItem.hpp index 29ba74b..7227ad8 100644 --- a/LiteLoader/Header/MC/BellBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/BellBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BigEndianStringByteInput.hpp b/LiteLoader/include/llapi/mc/BigEndianStringByteInput.hpp similarity index 96% rename from LiteLoader/Header/MC/BigEndianStringByteInput.hpp rename to LiteLoader/include/llapi/mc/BigEndianStringByteInput.hpp index c88378a..a9097d6 100644 --- a/LiteLoader/Header/MC/BigEndianStringByteInput.hpp +++ b/LiteLoader/include/llapi/mc/BigEndianStringByteInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StringByteInput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BinaryHeap.hpp b/LiteLoader/include/llapi/mc/BinaryHeap.hpp similarity index 94% rename from LiteLoader/Header/MC/BinaryHeap.hpp rename to LiteLoader/include/llapi/mc/BinaryHeap.hpp index a42db59..d2906e0 100644 --- a/LiteLoader/Header/MC/BinaryHeap.hpp +++ b/LiteLoader/include/llapi/mc/BinaryHeap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BinaryStream.hpp b/LiteLoader/include/llapi/mc/BinaryStream.hpp similarity index 98% rename from LiteLoader/Header/MC/BinaryStream.hpp rename to LiteLoader/include/llapi/mc/BinaryStream.hpp index d70f75b..e31e719 100644 --- a/LiteLoader/Header/MC/BinaryStream.hpp +++ b/LiteLoader/include/llapi/mc/BinaryStream.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ReadOnlyBinaryStream.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Biome.hpp b/LiteLoader/include/llapi/mc/Biome.hpp similarity index 98% rename from LiteLoader/Header/MC/Biome.hpp rename to LiteLoader/include/llapi/mc/Biome.hpp index 52d628e..dbb3cbc 100644 --- a/LiteLoader/Header/MC/Biome.hpp +++ b/LiteLoader/include/llapi/mc/Biome.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/BiomeArea.hpp b/LiteLoader/include/llapi/mc/BiomeArea.hpp similarity index 93% rename from LiteLoader/Header/MC/BiomeArea.hpp rename to LiteLoader/include/llapi/mc/BiomeArea.hpp index 2d8c5a6..3fc8750 100644 --- a/LiteLoader/Header/MC/BiomeArea.hpp +++ b/LiteLoader/include/llapi/mc/BiomeArea.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeClimateSelectorLayer.hpp b/LiteLoader/include/llapi/mc/BiomeClimateSelectorLayer.hpp similarity index 96% rename from LiteLoader/Header/MC/BiomeClimateSelectorLayer.hpp rename to LiteLoader/include/llapi/mc/BiomeClimateSelectorLayer.hpp index cc9d0a0..f710870 100644 --- a/LiteLoader/Header/MC/BiomeClimateSelectorLayer.hpp +++ b/LiteLoader/include/llapi/mc/BiomeClimateSelectorLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeComponentLoading.hpp b/LiteLoader/include/llapi/mc/BiomeComponentLoading.hpp similarity index 93% rename from LiteLoader/Header/MC/BiomeComponentLoading.hpp rename to LiteLoader/include/llapi/mc/BiomeComponentLoading.hpp index cacf314..8416e92 100644 --- a/LiteLoader/Header/MC/BiomeComponentLoading.hpp +++ b/LiteLoader/include/llapi/mc/BiomeComponentLoading.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeDecorationFeature.hpp b/LiteLoader/include/llapi/mc/BiomeDecorationFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/BiomeDecorationFeature.hpp rename to LiteLoader/include/llapi/mc/BiomeDecorationFeature.hpp index a769501..5809c08 100644 --- a/LiteLoader/Header/MC/BiomeDecorationFeature.hpp +++ b/LiteLoader/include/llapi/mc/BiomeDecorationFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeDecorationSystem.hpp b/LiteLoader/include/llapi/mc/BiomeDecorationSystem.hpp similarity index 96% rename from LiteLoader/Header/MC/BiomeDecorationSystem.hpp rename to LiteLoader/include/llapi/mc/BiomeDecorationSystem.hpp index 06be007..f0d1cc6 100644 --- a/LiteLoader/Header/MC/BiomeDecorationSystem.hpp +++ b/LiteLoader/include/llapi/mc/BiomeDecorationSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeDefinitionListPacket.hpp b/LiteLoader/include/llapi/mc/BiomeDefinitionListPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/BiomeDefinitionListPacket.hpp rename to LiteLoader/include/llapi/mc/BiomeDefinitionListPacket.hpp index b06d7a6..6e98f00 100644 --- a/LiteLoader/Header/MC/BiomeDefinitionListPacket.hpp +++ b/LiteLoader/include/llapi/mc/BiomeDefinitionListPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeFilterGroup.hpp b/LiteLoader/include/llapi/mc/BiomeFilterGroup.hpp similarity index 95% rename from LiteLoader/Header/MC/BiomeFilterGroup.hpp rename to LiteLoader/include/llapi/mc/BiomeFilterGroup.hpp index d8737a1..717d4d7 100644 --- a/LiteLoader/Header/MC/BiomeFilterGroup.hpp +++ b/LiteLoader/include/llapi/mc/BiomeFilterGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterGroup.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/BiomeIdCompatibility.hpp b/LiteLoader/include/llapi/mc/BiomeIdCompatibility.hpp similarity index 90% rename from LiteLoader/Header/MC/BiomeIdCompatibility.hpp rename to LiteLoader/include/llapi/mc/BiomeIdCompatibility.hpp index 73d6009..7404698 100644 --- a/LiteLoader/Header/MC/BiomeIdCompatibility.hpp +++ b/LiteLoader/include/llapi/mc/BiomeIdCompatibility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeMetadata.hpp b/LiteLoader/include/llapi/mc/BiomeMetadata.hpp similarity index 93% rename from LiteLoader/Header/MC/BiomeMetadata.hpp rename to LiteLoader/include/llapi/mc/BiomeMetadata.hpp index e22f936..e385794 100644 --- a/LiteLoader/Header/MC/BiomeMetadata.hpp +++ b/LiteLoader/include/llapi/mc/BiomeMetadata.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeRegistry.hpp b/LiteLoader/include/llapi/mc/BiomeRegistry.hpp similarity index 97% rename from LiteLoader/Header/MC/BiomeRegistry.hpp rename to LiteLoader/include/llapi/mc/BiomeRegistry.hpp index acee590..efd169b 100644 --- a/LiteLoader/Header/MC/BiomeRegistry.hpp +++ b/LiteLoader/include/llapi/mc/BiomeRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeRegistryMergeStrategy.hpp b/LiteLoader/include/llapi/mc/BiomeRegistryMergeStrategy.hpp similarity index 95% rename from LiteLoader/Header/MC/BiomeRegistryMergeStrategy.hpp rename to LiteLoader/include/llapi/mc/BiomeRegistryMergeStrategy.hpp index 2922c9a..9a2e99b 100644 --- a/LiteLoader/Header/MC/BiomeRegistryMergeStrategy.hpp +++ b/LiteLoader/include/llapi/mc/BiomeRegistryMergeStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BiomeSurfaceSystem.hpp b/LiteLoader/include/llapi/mc/BiomeSurfaceSystem.hpp similarity index 91% rename from LiteLoader/Header/MC/BiomeSurfaceSystem.hpp rename to LiteLoader/include/llapi/mc/BiomeSurfaceSystem.hpp index 8cb7c19..9471020 100644 --- a/LiteLoader/Header/MC/BiomeSurfaceSystem.hpp +++ b/LiteLoader/include/llapi/mc/BiomeSurfaceSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Blacklist.hpp b/LiteLoader/include/llapi/mc/Blacklist.hpp similarity index 96% rename from LiteLoader/Header/MC/Blacklist.hpp rename to LiteLoader/include/llapi/mc/Blacklist.hpp index e54b138..d864638 100644 --- a/LiteLoader/Header/MC/Blacklist.hpp +++ b/LiteLoader/include/llapi/mc/Blacklist.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlastFurnaceBlock.hpp b/LiteLoader/include/llapi/mc/BlastFurnaceBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BlastFurnaceBlock.hpp rename to LiteLoader/include/llapi/mc/BlastFurnaceBlock.hpp index f9788b3..aca421a 100644 --- a/LiteLoader/Header/MC/BlastFurnaceBlock.hpp +++ b/LiteLoader/include/llapi/mc/BlastFurnaceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FurnaceBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlastFurnaceBlockActor.hpp b/LiteLoader/include/llapi/mc/BlastFurnaceBlockActor.hpp similarity index 94% rename from LiteLoader/Header/MC/BlastFurnaceBlockActor.hpp rename to LiteLoader/include/llapi/mc/BlastFurnaceBlockActor.hpp index 7dfb53d..d767873 100644 --- a/LiteLoader/Header/MC/BlastFurnaceBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BlastFurnaceBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlastFurnaceContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/BlastFurnaceContainerManagerModel.hpp similarity index 95% rename from LiteLoader/Header/MC/BlastFurnaceContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/BlastFurnaceContainerManagerModel.hpp index 0e14101..ebedb20 100644 --- a/LiteLoader/Header/MC/BlastFurnaceContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/BlastFurnaceContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FurnaceContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Blaze.hpp b/LiteLoader/include/llapi/mc/Blaze.hpp similarity index 98% rename from LiteLoader/Header/MC/Blaze.hpp rename to LiteLoader/include/llapi/mc/Blaze.hpp index f583452..66cf210 100644 --- a/LiteLoader/Header/MC/Blaze.hpp +++ b/LiteLoader/include/llapi/mc/Blaze.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/Block.hpp b/LiteLoader/include/llapi/mc/Block.hpp similarity index 70% rename from LiteLoader/Header/MC/Block.hpp rename to LiteLoader/include/llapi/mc/Block.hpp index fa71030..f813df9 100644 --- a/LiteLoader/Header/MC/Block.hpp +++ b/LiteLoader/include/llapi/mc/Block.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares @@ -14,6 +14,12 @@ class Block { #define AFTER_EXTRA // Add new members to class public: + const unsigned short mData; + WeakPtr mLegacyBlock; + CompoundTag mSerializationId; + unsigned int mRuntimeId; + bool mHasRuntimeId; + LIAPI static Block* create(const string& str, unsigned short tileData); LIAPI static Block* create(CompoundTag* nbt); @@ -32,22 +38,27 @@ public: }; inline bool operator==(class Block const& a2) const { - __int64 v2; // r8 - __int64 v3; // rax - v2 = *(__int64*)(this + 16); - if (!v2 || (v3 = *(__int64*)(&a2 + 16)) == 0) - return false; - return v2 == v3 && *(unsigned short*)(this + 8) == *(unsigned short*)(&a2 + 8); +// __int64 v2; // r8 +// __int64 v3; // rax +// v2 = *(__int64*)(this + 16); +// if (!v2 || (v3 = *(__int64*)(&a2 + 16)) == 0) +// return false; +// return v2 == v3 && *(unsigned short*)(this + 8) == *(unsigned short*)(&a2 + 8); + return !(*this != a2); } inline bool operator!=(class Block const& a2) const { - __int64 v2; // r8 - __int64 v3; // rax - - v2 = *(__int64*)(this + 16); - if (!v2 || (v3 = *(__int64*)(&a2 + 16)) == 0) - return false; - return v2 != v3 || *(unsigned short*)(this + 8) != *(unsigned short*)(&a2 + 8); +// __int64 v2; // r8 +// __int64 v3; // rax +// +// v2 = *(__int64*)(this + 16); +// if (!v2 || (v3 = *(__int64*)(&a2 + 16)) == 0) +// return false; +// return v2 != v3 || *(unsigned short*)(this + 8) != *(unsigned short*)(&a2 + 8); + auto& rhs = a2.getLegacyBlock(); + if(this->getLegacyBlock() == rhs) + return this->mData != a2.mData; + return true; } #undef AFTER_EXTRA diff --git a/LiteLoader/Header/MC/BlockActor.hpp b/LiteLoader/include/llapi/mc/BlockActor.hpp similarity index 75% rename from LiteLoader/Header/MC/BlockActor.hpp rename to LiteLoader/include/llapi/mc/BlockActor.hpp index e41afde..88fe981 100644 --- a/LiteLoader/Header/MC/BlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BlockActor.hpp @@ -1,23 +1,69 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares #include "BlockActorDataPacket.hpp" +#include "ActorTerrainInterlockData.hpp" class Block; class Container; class CompoundTag; class BlockSource; +enum BlockActorRendererId : int +{ + TR_DEFAULT_RENDERER = 0x0, + TR_CHEST_RENDERER = 0x1, + TR_SIGN_RENDERER = 0x2, + TR_MOBSPAWNER_RENDERER = 0x3, + TR_SKULL_RENDERER = 0x4, + TR_ENCHANTER_RENDERER = 0x5, + TR_PISTONARM_RENDERER = 0x6, + TR_ITEMFRAME_RENDERER = 0x7, + TR_MOVINGBLOCK_RENDERER = 0x8, + TR_CHALKBOARD_RENDERER = 0x9, + TR_BEACON_RENDERER = 0xA, + TR_ENDGATEWAY_RENDERER = 0xB, + TR_ENDERCHEST_RENDERER = 0xC, + TR_SHULKERBOX_RENDERER = 0xD, + TR_COMMANDBLOCK_RENDERER = 0xE, + TR_BED_RENDERER = 0xF, + TR_BANNER_RENDERER = 0x10, + TR_CONDUIT_RENDERER = 0x11, + TR_LECTERN_RENDERER = 0x12, + TR_BELL_RENDERER = 0x13, + TR_CAMPFIRE_RENDERER = 0x14, +}; + #undef BEFORE_EXTRA class BlockActor { #define AFTER_EXTRA // Add new members to class +public: + int mTickCount; + const Block *mBlock; + float mDestroyTimer; + Vec3 mDestroyDirection; + float mDestroyProgress; + BlockPos mPosition; + AABB mBB; + const BlockActorType mType; + BlockActorRendererId mRendererId; + std::string mCustomName; + std::string mFilteredCustomName; + int mRepairCost; + bool mClientSideOnly; + bool mIsMovable; + bool mSaveCustomName; + bool mCanRenderCustomName; + const float signShadowRadius; + ActorTerrainInterlockData mTerrainInterlockData; + bool mChanged; public: LIAPI bool refreshData(); LIAPI bool refreshData(BlockSource* bs); @@ -28,16 +74,19 @@ public: inline void setChanged(){ //EndGatewayBlockActor::teleportEntity Line115 - dAccess(this) = 1; + //dAccess(this) = 1; + this->mChanged = true; } inline BlockPos const & getPosition() const{ //EndGatewayBlockActor::teleportEntity Line114 - return dAccess(this,44); + //return dAccess(this,44); + return this->mPosition; }; inline enum BlockActorType getType(){ //FlowerPotBlock::playerWillDestroy Line16 - return dAccess(this,21); + //return dAccess(this,21*4); + return this->mType; } inline std::unique_ptr getServerUpdatePacket(BlockSource &bs){ diff --git a/LiteLoader/Header/MC/BlockActorDataPacket.hpp b/LiteLoader/include/llapi/mc/BlockActorDataPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockActorDataPacket.hpp rename to LiteLoader/include/llapi/mc/BlockActorDataPacket.hpp index e36237e..29a888f 100644 --- a/LiteLoader/Header/MC/BlockActorDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/BlockActorDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockActorFactory.hpp b/LiteLoader/include/llapi/mc/BlockActorFactory.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockActorFactory.hpp rename to LiteLoader/include/llapi/mc/BlockActorFactory.hpp index 2d9f7ef..60ab9e3 100644 --- a/LiteLoader/Header/MC/BlockActorFactory.hpp +++ b/LiteLoader/include/llapi/mc/BlockActorFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockActorLevelListener.hpp b/LiteLoader/include/llapi/mc/BlockActorLevelListener.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockActorLevelListener.hpp rename to LiteLoader/include/llapi/mc/BlockActorLevelListener.hpp index a4399bb..edf8360 100644 --- a/LiteLoader/Header/MC/BlockActorLevelListener.hpp +++ b/LiteLoader/include/llapi/mc/BlockActorLevelListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockSourceListener.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockBlobFeature.hpp b/LiteLoader/include/llapi/mc/BlockBlobFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockBlobFeature.hpp rename to LiteLoader/include/llapi/mc/BlockBlobFeature.hpp index 8904d6e..942ace2 100644 --- a/LiteLoader/Header/MC/BlockBlobFeature.hpp +++ b/LiteLoader/include/llapi/mc/BlockBlobFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockBreakSensorComponent.hpp b/LiteLoader/include/llapi/mc/BlockBreakSensorComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockBreakSensorComponent.hpp rename to LiteLoader/include/llapi/mc/BlockBreakSensorComponent.hpp index d9ac285..cf9e8c3 100644 --- a/LiteLoader/Header/MC/BlockBreakSensorComponent.hpp +++ b/LiteLoader/include/llapi/mc/BlockBreakSensorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockBreakSensorDefinition.hpp b/LiteLoader/include/llapi/mc/BlockBreakSensorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockBreakSensorDefinition.hpp rename to LiteLoader/include/llapi/mc/BlockBreakSensorDefinition.hpp index be56002..2130d1b 100644 --- a/LiteLoader/Header/MC/BlockBreakSensorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BlockBreakSensorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockBreakSensorSystem.hpp b/LiteLoader/include/llapi/mc/BlockBreakSensorSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockBreakSensorSystem.hpp rename to LiteLoader/include/llapi/mc/BlockBreakSensorSystem.hpp index 851de8d..1ddd08d 100644 --- a/LiteLoader/Header/MC/BlockBreakSensorSystem.hpp +++ b/LiteLoader/include/llapi/mc/BlockBreakSensorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockColorUtil.hpp b/LiteLoader/include/llapi/mc/BlockColorUtil.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockColorUtil.hpp rename to LiteLoader/include/llapi/mc/BlockColorUtil.hpp index 362107a..013fc64 100644 --- a/LiteLoader/Header/MC/BlockColorUtil.hpp +++ b/LiteLoader/include/llapi/mc/BlockColorUtil.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockCommandOrigin.hpp b/LiteLoader/include/llapi/mc/BlockCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/BlockCommandOrigin.hpp index 45aa9dd..bdc8915 100644 --- a/LiteLoader/Header/MC/BlockCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/BlockCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/BlockComponentDescription.hpp b/LiteLoader/include/llapi/mc/BlockComponentDescription.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockComponentDescription.hpp rename to LiteLoader/include/llapi/mc/BlockComponentDescription.hpp index a881e6f..c505cc4 100644 --- a/LiteLoader/Header/MC/BlockComponentDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockComponentDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockComponentFactory.hpp b/LiteLoader/include/llapi/mc/BlockComponentFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockComponentFactory.hpp rename to LiteLoader/include/llapi/mc/BlockComponentFactory.hpp index 1352887..e9f564e 100644 --- a/LiteLoader/Header/MC/BlockComponentFactory.hpp +++ b/LiteLoader/include/llapi/mc/BlockComponentFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockDefinition.hpp b/LiteLoader/include/llapi/mc/BlockDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockDefinition.hpp rename to LiteLoader/include/llapi/mc/BlockDefinition.hpp index 13f40a2..f22ab8c 100644 --- a/LiteLoader/Header/MC/BlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockDefinitionGroup.hpp b/LiteLoader/include/llapi/mc/BlockDefinitionGroup.hpp similarity index 98% rename from LiteLoader/Header/MC/BlockDefinitionGroup.hpp rename to LiteLoader/include/llapi/mc/BlockDefinitionGroup.hpp index 27778c1..a6e49cf 100644 --- a/LiteLoader/Header/MC/BlockDefinitionGroup.hpp +++ b/LiteLoader/include/llapi/mc/BlockDefinitionGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/BlockDescription.hpp b/LiteLoader/include/llapi/mc/BlockDescription.hpp similarity index 93% rename from LiteLoader/Header/MC/BlockDescription.hpp rename to LiteLoader/include/llapi/mc/BlockDescription.hpp index dc50bfd..9077820 100644 --- a/LiteLoader/Header/MC/BlockDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockDestroyTimeDescription.hpp b/LiteLoader/include/llapi/mc/BlockDestroyTimeDescription.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockDestroyTimeDescription.hpp rename to LiteLoader/include/llapi/mc/BlockDestroyTimeDescription.hpp index a41f10c..cddbaca 100644 --- a/LiteLoader/Header/MC/BlockDestroyTimeDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockDestroyTimeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockEventCoordinator.hpp b/LiteLoader/include/llapi/mc/BlockEventCoordinator.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/BlockEventCoordinator.hpp index 66a2c80..35839dc 100644 --- a/LiteLoader/Header/MC/BlockEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/BlockEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockEventDispatcher.hpp b/LiteLoader/include/llapi/mc/BlockEventDispatcher.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockEventDispatcher.hpp rename to LiteLoader/include/llapi/mc/BlockEventDispatcher.hpp index d289816..6996402 100644 --- a/LiteLoader/Header/MC/BlockEventDispatcher.hpp +++ b/LiteLoader/include/llapi/mc/BlockEventDispatcher.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockEventDispatcherToken.hpp b/LiteLoader/include/llapi/mc/BlockEventDispatcherToken.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockEventDispatcherToken.hpp rename to LiteLoader/include/llapi/mc/BlockEventDispatcherToken.hpp index 20ab8f2..150526b 100644 --- a/LiteLoader/Header/MC/BlockEventDispatcherToken.hpp +++ b/LiteLoader/include/llapi/mc/BlockEventDispatcherToken.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockEventListener.hpp b/LiteLoader/include/llapi/mc/BlockEventListener.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockEventListener.hpp rename to LiteLoader/include/llapi/mc/BlockEventListener.hpp index 2782fcb..76c161a 100644 --- a/LiteLoader/Header/MC/BlockEventListener.hpp +++ b/LiteLoader/include/llapi/mc/BlockEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockEventPacket.hpp b/LiteLoader/include/llapi/mc/BlockEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockEventPacket.hpp rename to LiteLoader/include/llapi/mc/BlockEventPacket.hpp index 9e1b368..9998ab6 100644 --- a/LiteLoader/Header/MC/BlockEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/BlockEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockExplodeableDescription.hpp b/LiteLoader/include/llapi/mc/BlockExplodeableDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockExplodeableDescription.hpp rename to LiteLoader/include/llapi/mc/BlockExplodeableDescription.hpp index c971db2..beb8d62 100644 --- a/LiteLoader/Header/MC/BlockExplodeableDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockExplodeableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockFlammableDescription.hpp b/LiteLoader/include/llapi/mc/BlockFlammableDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockFlammableDescription.hpp rename to LiteLoader/include/llapi/mc/BlockFlammableDescription.hpp index 50acafa..9d7fddc 100644 --- a/LiteLoader/Header/MC/BlockFlammableDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockFlammableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockFrictionDescription.hpp b/LiteLoader/include/llapi/mc/BlockFrictionDescription.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockFrictionDescription.hpp rename to LiteLoader/include/llapi/mc/BlockFrictionDescription.hpp index 6ac5eca..4a6c430 100644 --- a/LiteLoader/Header/MC/BlockFrictionDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockFrictionDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockGraphics.hpp b/LiteLoader/include/llapi/mc/BlockGraphics.hpp similarity index 98% rename from LiteLoader/Header/MC/BlockGraphics.hpp rename to LiteLoader/include/llapi/mc/BlockGraphics.hpp index 91e10cb..9d4ab07 100644 --- a/LiteLoader/Header/MC/BlockGraphics.hpp +++ b/LiteLoader/include/llapi/mc/BlockGraphics.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockID.hpp b/LiteLoader/include/llapi/mc/BlockID.hpp similarity index 92% rename from LiteLoader/Header/MC/BlockID.hpp rename to LiteLoader/include/llapi/mc/BlockID.hpp index 32bdf48..345bd77 100644 --- a/LiteLoader/Header/MC/BlockID.hpp +++ b/LiteLoader/include/llapi/mc/BlockID.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockInstance.hpp b/LiteLoader/include/llapi/mc/BlockInstance.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockInstance.hpp rename to LiteLoader/include/llapi/mc/BlockInstance.hpp index e572e3c..333e006 100644 --- a/LiteLoader/Header/MC/BlockInstance.hpp +++ b/LiteLoader/include/llapi/mc/BlockInstance.hpp @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" class BlockSource; class Block; class ItemStack; diff --git a/LiteLoader/Header/MC/BlockIntersectionConstraint.hpp b/LiteLoader/include/llapi/mc/BlockIntersectionConstraint.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockIntersectionConstraint.hpp rename to LiteLoader/include/llapi/mc/BlockIntersectionConstraint.hpp index 71cf177..3ec8cac 100644 --- a/LiteLoader/Header/MC/BlockIntersectionConstraint.hpp +++ b/LiteLoader/include/llapi/mc/BlockIntersectionConstraint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockIsNameTest.hpp b/LiteLoader/include/llapi/mc/BlockIsNameTest.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockIsNameTest.hpp rename to LiteLoader/include/llapi/mc/BlockIsNameTest.hpp index 049dbcc..3a2ed69 100644 --- a/LiteLoader/Header/MC/BlockIsNameTest.hpp +++ b/LiteLoader/include/llapi/mc/BlockIsNameTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/BlockItem.hpp b/LiteLoader/include/llapi/mc/BlockItem.hpp similarity index 98% rename from LiteLoader/Header/MC/BlockItem.hpp rename to LiteLoader/include/llapi/mc/BlockItem.hpp index 2f97d52..f8222b3 100644 --- a/LiteLoader/Header/MC/BlockItem.hpp +++ b/LiteLoader/include/llapi/mc/BlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockLegacy.hpp b/LiteLoader/include/llapi/mc/BlockLegacy.hpp similarity index 82% rename from LiteLoader/Header/MC/BlockLegacy.hpp rename to LiteLoader/include/llapi/mc/BlockLegacy.hpp index f973fe1..7a840ec 100644 --- a/LiteLoader/Header/MC/BlockLegacy.hpp +++ b/LiteLoader/include/llapi/mc/BlockLegacy.hpp @@ -1,14 +1,95 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares +#include "SemVersion.hpp" +#include "Types.hpp" +#include "Brightness.hpp" +#include "LootComponent.hpp" +#include "ItemStateInstance.hpp" + class Block; class BlockSource; class ItemStack; +class Material; +enum BlockRenderLayer : int +{ + RENDERLAYER_DOUBLE_SIDED = 0x0, + RENDERLAYER_BLEND_WATER = 0x1, + RENDERLAYER_ALPHATEST_MICRO_BLOCK = 0x2, + RENDERLAYER_RAY_TRACED_WATER = 0x3, + RENDERLAYER_BLEND = 0x4, + RENDERLAYER_OPAQUE = 0x5, + RENDERLAYER_OPTIONAL_ALPHATEST = 0x6, + RENDERLAYER_ALPHATEST = 0x7, + RENDERLAYER_SEASONS_OPAQUE = 0x8, + RENDERLAYER_SEASONS_OPTIONAL_ALPHATEST = 0x9, + RENDERLAYER_ALPHATEST_SINGLE_SIDE = 0xA, + RENDERLAYER_ENDPORTAL = 0xB, + RENDERLAYER_BARRIER = 0xC, + RENDERLAYER_STRUCTURE_VOID = 0xD, + _RENDERLAYER_COUNT = 0xE, +}; + +enum BlockProperty : __int64 +{ + None_43 = 0x0, + Stair = 0x1, + HalfSlab = 0x2, + Hopper_0 = 0x4, + TopSnow_0 = 0x8, + FenceGate = 0x10, + Leaf = 0x20, + ThinConnects2D = 0x40, + Connects2D = 0x80, + Carpet_0 = 0x100, + Button_0 = 0x200, + Door = 0x400, + Portal_3 = 0x800, + Heavy = 0x1000, + Snow_1 = 0x2000, + Trap = 0x4000, + Sign_0 = 0x8000, + Walkable = 0x10000, + PressurePlate = 0x20000, + PistonBlockGrabber = 0x40000, + TopSolidBlocking = 0x80000, + SolidBlocking = 0x100000, + CubeShaped = 0x200000, + Power_NO = 0x400000, + Power_BlockDown = 0x800000, + Immovable = 0x1000000, + BreakOnPush = 0x2000000, + Piston_1 = 0x4000000, + InfiniBurn = 0x8000000, + RequiresWorldBuilder = 0x10000000, + CausesDamage = 0x20000000, + BreaksWhenFallenOnByHeavy = 0x40000000, + OnlyPistonPush = 0x80000000, + Liquid_0 = 0x100000000, + CanBeBuiltOver = 0x200000000, + SnowRecoverable = 0x400000000, + Scaffolding = 0x800000000, + CanSupportCenterHangingBlock = 0x1000000000, + BreaksWhenHitByArrow = 0x2000000000, + Unwalkable = 0x4000000000, + Impenetrable = 0x8000000000, + Hollow = 0x10000000000, + OperatorBlock = 0x20000000000, + SupportedByFlowerPot = 0x40000000000, + PreventsJumping = 0x80000000000, + ContainsHoney = 0x100000000000, + Slime_2 = 0x200000000000, +}; + +struct BaseGameVersion +{ + SemVersion mSemVersion; +}; #undef BEFORE_EXTRA class BlockLegacy { @@ -16,6 +97,62 @@ class BlockLegacy { #define AFTER_EXTRA // Add new members to class public: + std::string mDescriptionId; + std::string mRawNameId; + HashedString mNamespace; + std::string mFullName; + bool mFancy; + BlockRenderLayer mRenderLayer; + bool mRenderLayerCanRenderAsOpaque; + BlockProperty mProperties; + BlockActorType mBlockEntityType; + bool mAnimatedTexture; + float mBrightnessGamma; + float mThickness; + bool mCanSlide; + bool mCanInstatick; + bool mIsInteraction; + float mGravity; + const Material *mMaterial; + Color mMapColor; + float mFriction; + bool mHeavy; + float mParticleQuantityScalar; + float mDestroySpeed; + float mExplosionResistance; + CreativeItemCategory mCreativeCategory; + bool mAllowsRunes; + bool mCanBeBrokenFromFalling; + bool mSolid; + bool mPushesOutItems; + bool mIgnoreBlockForInsideCubeRenderer; + bool mIsTrapdoor; + bool mIsDoor; + float mTranslucency; + Brightness mLightBlock; + Brightness mLightEmission; + bool mShouldRandomTick; + bool mShouldRandomTickExtraLayer; + int mFlameOdds; + int mBurnOdds; + bool mIsMobPiece; + bool mCanBeExtraBlock; + bool mCanPropagateBrightness; + unsigned int mID; + BaseGameVersion mMinRequiredBaseGameVersion; + bool mExperimental; + bool mIsVanilla; + std::unique_ptr mLootComponent; + AABB mVisualShape; + unsigned int mBitsUsed; + unsigned int mTotalBitsUsed; + std::array mStates; + std::vector> mBlockPermutations; + const Block *mDefaultState; + std::mutex mLegacyDataLookupTableMutex; + std::vector mLegacyDataLookupTable; + + struct NameInfo; LIAPI Block* toBlock(unsigned short tileData); @@ -25,7 +162,8 @@ public: inline int getBlockItemId() const{ //ItemStackBase::init(ItemStackBase *this, const struct BlockLegacy *a2, int a3) Line14 - unsigned int id = dAccess(this,268);//mID + //unsigned int id = dAccess(this,268);//mID + unsigned int id = this->mID; if(id < 256u) return id; else @@ -33,7 +171,7 @@ public: }; inline bool hasBlockEntity() const{ // LevelChunk::_removeCallbacks Line28 - return getBlockEntityType(); + return getBlockEntityType() == BlockActorType::UnKnow; } inline enum BlockActorType getBlockEntityType() const{ // LevelChunk::_removeCallbacks Line28 diff --git a/LiteLoader/Header/MC/BlockLightDescription.hpp b/LiteLoader/include/llapi/mc/BlockLightDescription.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockLightDescription.hpp rename to LiteLoader/include/llapi/mc/BlockLightDescription.hpp index e193fb1..14ce502 100644 --- a/LiteLoader/Header/MC/BlockLightDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockLightDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockLightEmissionDescription.hpp b/LiteLoader/include/llapi/mc/BlockLightEmissionDescription.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockLightEmissionDescription.hpp rename to LiteLoader/include/llapi/mc/BlockLightEmissionDescription.hpp index b0babb2..6b885c1 100644 --- a/LiteLoader/Header/MC/BlockLightEmissionDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockLightEmissionDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockListEventMap.hpp b/LiteLoader/include/llapi/mc/BlockListEventMap.hpp similarity index 93% rename from LiteLoader/Header/MC/BlockListEventMap.hpp rename to LiteLoader/include/llapi/mc/BlockListEventMap.hpp index b9a819e..07bfe31 100644 --- a/LiteLoader/Header/MC/BlockListEventMap.hpp +++ b/LiteLoader/include/llapi/mc/BlockListEventMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockListSerializer.hpp b/LiteLoader/include/llapi/mc/BlockListSerializer.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockListSerializer.hpp rename to LiteLoader/include/llapi/mc/BlockListSerializer.hpp index 4327535..8861ccc 100644 --- a/LiteLoader/Header/MC/BlockListSerializer.hpp +++ b/LiteLoader/include/llapi/mc/BlockListSerializer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockMapColorDescription.hpp b/LiteLoader/include/llapi/mc/BlockMapColorDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockMapColorDescription.hpp rename to LiteLoader/include/llapi/mc/BlockMapColorDescription.hpp index 9ce05a5..be9336d 100644 --- a/LiteLoader/Header/MC/BlockMapColorDescription.hpp +++ b/LiteLoader/include/llapi/mc/BlockMapColorDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockPalette.hpp b/LiteLoader/include/llapi/mc/BlockPalette.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockPalette.hpp rename to LiteLoader/include/llapi/mc/BlockPalette.hpp index 2b1b91a..e0c98f3 100644 --- a/LiteLoader/Header/MC/BlockPalette.hpp +++ b/LiteLoader/include/llapi/mc/BlockPalette.hpp @@ -1,11 +1,11 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA class BlockLegacy; -#include +#include "Bedrock.hpp" #undef BEFORE_EXTRA class BlockPalette { diff --git a/LiteLoader/Header/MC/BlockPatternBuilder.hpp b/LiteLoader/include/llapi/mc/BlockPatternBuilder.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockPatternBuilder.hpp rename to LiteLoader/include/llapi/mc/BlockPatternBuilder.hpp index fc270ca..5dcf65d 100644 --- a/LiteLoader/Header/MC/BlockPatternBuilder.hpp +++ b/LiteLoader/include/llapi/mc/BlockPatternBuilder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockPickRequestPacket.hpp b/LiteLoader/include/llapi/mc/BlockPickRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockPickRequestPacket.hpp rename to LiteLoader/include/llapi/mc/BlockPickRequestPacket.hpp index 2193bfe..7e1379a 100644 --- a/LiteLoader/Header/MC/BlockPickRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/BlockPickRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockPileFeature.hpp b/LiteLoader/include/llapi/mc/BlockPileFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockPileFeature.hpp rename to LiteLoader/include/llapi/mc/BlockPileFeature.hpp index 6876b25..f0e25a4 100644 --- a/LiteLoader/Header/MC/BlockPileFeature.hpp +++ b/LiteLoader/include/llapi/mc/BlockPileFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockPlanterItem.hpp b/LiteLoader/include/llapi/mc/BlockPlanterItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockPlanterItem.hpp rename to LiteLoader/include/llapi/mc/BlockPlanterItem.hpp index 64499ed..08d01b4 100644 --- a/LiteLoader/Header/MC/BlockPlanterItem.hpp +++ b/LiteLoader/include/llapi/mc/BlockPlanterItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockPos.hpp b/LiteLoader/include/llapi/mc/BlockPos.hpp similarity index 99% rename from LiteLoader/Header/MC/BlockPos.hpp rename to LiteLoader/include/llapi/mc/BlockPos.hpp index 8e52ae3..ca5d650 100644 --- a/LiteLoader/Header/MC/BlockPos.hpp +++ b/LiteLoader/include/llapi/mc/BlockPos.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" class Vec3; diff --git a/LiteLoader/Header/MC/BlockReducer.hpp b/LiteLoader/include/llapi/mc/BlockReducer.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockReducer.hpp rename to LiteLoader/include/llapi/mc/BlockReducer.hpp index 35b2fbb..02d7f1e 100644 --- a/LiteLoader/Header/MC/BlockReducer.hpp +++ b/LiteLoader/include/llapi/mc/BlockReducer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockSelector.hpp b/LiteLoader/include/llapi/mc/BlockSelector.hpp similarity index 93% rename from LiteLoader/Header/MC/BlockSelector.hpp rename to LiteLoader/include/llapi/mc/BlockSelector.hpp index 020b0b2..73bcb94 100644 --- a/LiteLoader/Header/MC/BlockSelector.hpp +++ b/LiteLoader/include/llapi/mc/BlockSelector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockSerializationUtils.hpp b/LiteLoader/include/llapi/mc/BlockSerializationUtils.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockSerializationUtils.hpp rename to LiteLoader/include/llapi/mc/BlockSerializationUtils.hpp index 54fc9c8..ead4b3c 100644 --- a/LiteLoader/Header/MC/BlockSerializationUtils.hpp +++ b/LiteLoader/include/llapi/mc/BlockSerializationUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockSet.hpp b/LiteLoader/include/llapi/mc/BlockSet.hpp similarity index 93% rename from LiteLoader/Header/MC/BlockSet.hpp rename to LiteLoader/include/llapi/mc/BlockSet.hpp index d6542b1..3877d63 100644 --- a/LiteLoader/Header/MC/BlockSet.hpp +++ b/LiteLoader/include/llapi/mc/BlockSet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockSource.hpp b/LiteLoader/include/llapi/mc/BlockSource.hpp similarity index 99% rename from LiteLoader/Header/MC/BlockSource.hpp rename to LiteLoader/include/llapi/mc/BlockSource.hpp index ea72848..c70bb8d 100644 --- a/LiteLoader/Header/MC/BlockSource.hpp +++ b/LiteLoader/include/llapi/mc/BlockSource.hpp @@ -1,15 +1,15 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "BlockInstance.hpp" #include "Dimension.hpp" #undef BEFORE_EXTRA -#include "MC/LevelChunk.hpp" -#include "MC/ChunkPos.hpp" +#include "LevelChunk.hpp" +#include "ChunkPos.hpp" class BlockSource { #define AFTER_EXTRA diff --git a/LiteLoader/Header/MC/BlockSourceListener.hpp b/LiteLoader/include/llapi/mc/BlockSourceListener.hpp similarity index 97% rename from LiteLoader/Header/MC/BlockSourceListener.hpp rename to LiteLoader/include/llapi/mc/BlockSourceListener.hpp index 9edc69d..1237c66 100644 --- a/LiteLoader/Header/MC/BlockSourceListener.hpp +++ b/LiteLoader/include/llapi/mc/BlockSourceListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockTickingQueue.hpp b/LiteLoader/include/llapi/mc/BlockTickingQueue.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockTickingQueue.hpp rename to LiteLoader/include/llapi/mc/BlockTickingQueue.hpp index 7d57688..9fddb6f 100644 --- a/LiteLoader/Header/MC/BlockTickingQueue.hpp +++ b/LiteLoader/include/llapi/mc/BlockTickingQueue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockTypeRegistry.hpp b/LiteLoader/include/llapi/mc/BlockTypeRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/BlockTypeRegistry.hpp rename to LiteLoader/include/llapi/mc/BlockTypeRegistry.hpp index 6236699..587dcd5 100644 --- a/LiteLoader/Header/MC/BlockTypeRegistry.hpp +++ b/LiteLoader/include/llapi/mc/BlockTypeRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockUtils.hpp b/LiteLoader/include/llapi/mc/BlockUtils.hpp similarity index 94% rename from LiteLoader/Header/MC/BlockUtils.hpp rename to LiteLoader/include/llapi/mc/BlockUtils.hpp index 2e07458..f752fbc 100644 --- a/LiteLoader/Header/MC/BlockUtils.hpp +++ b/LiteLoader/include/llapi/mc/BlockUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlockVolume.hpp b/LiteLoader/include/llapi/mc/BlockVolume.hpp similarity index 95% rename from LiteLoader/Header/MC/BlockVolume.hpp rename to LiteLoader/include/llapi/mc/BlockVolume.hpp index 57dd8f9..1d11d4d 100644 --- a/LiteLoader/Header/MC/BlockVolume.hpp +++ b/LiteLoader/include/llapi/mc/BlockVolume.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlueFireBlock.hpp b/LiteLoader/include/llapi/mc/BlueFireBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BlueFireBlock.hpp rename to LiteLoader/include/llapi/mc/BlueFireBlock.hpp index 8717cdf..19098d1 100644 --- a/LiteLoader/Header/MC/BlueFireBlock.hpp +++ b/LiteLoader/include/llapi/mc/BlueFireBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlueIceBlock.hpp b/LiteLoader/include/llapi/mc/BlueIceBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BlueIceBlock.hpp rename to LiteLoader/include/llapi/mc/BlueIceBlock.hpp index 70b575d..b0c2b05 100644 --- a/LiteLoader/Header/MC/BlueIceBlock.hpp +++ b/LiteLoader/include/llapi/mc/BlueIceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BlueIceFeature.hpp b/LiteLoader/include/llapi/mc/BlueIceFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/BlueIceFeature.hpp rename to LiteLoader/include/llapi/mc/BlueIceFeature.hpp index 656ff28..0edf13a 100644 --- a/LiteLoader/Header/MC/BlueIceFeature.hpp +++ b/LiteLoader/include/llapi/mc/BlueIceFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Boat.hpp b/LiteLoader/include/llapi/mc/Boat.hpp similarity index 98% rename from LiteLoader/Header/MC/Boat.hpp rename to LiteLoader/include/llapi/mc/Boat.hpp index 287da4e..89f0a64 100644 --- a/LiteLoader/Header/MC/Boat.hpp +++ b/LiteLoader/include/llapi/mc/Boat.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoatFrictionHelper.hpp b/LiteLoader/include/llapi/mc/BoatFrictionHelper.hpp similarity index 89% rename from LiteLoader/Header/MC/BoatFrictionHelper.hpp rename to LiteLoader/include/llapi/mc/BoatFrictionHelper.hpp index f2855fe..8fa072f 100644 --- a/LiteLoader/Header/MC/BoatFrictionHelper.hpp +++ b/LiteLoader/include/llapi/mc/BoatFrictionHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoatItem.hpp b/LiteLoader/include/llapi/mc/BoatItem.hpp similarity index 98% rename from LiteLoader/Header/MC/BoatItem.hpp rename to LiteLoader/include/llapi/mc/BoatItem.hpp index 313fc64..806d4fc 100644 --- a/LiteLoader/Header/MC/BoatItem.hpp +++ b/LiteLoader/include/llapi/mc/BoatItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BodyControl.hpp b/LiteLoader/include/llapi/mc/BodyControl.hpp similarity index 93% rename from LiteLoader/Header/MC/BodyControl.hpp rename to LiteLoader/include/llapi/mc/BodyControl.hpp index 1253b88..8d8e957 100644 --- a/LiteLoader/Header/MC/BodyControl.hpp +++ b/LiteLoader/include/llapi/mc/BodyControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BodyControlSystem.hpp b/LiteLoader/include/llapi/mc/BodyControlSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BodyControlSystem.hpp rename to LiteLoader/include/llapi/mc/BodyControlSystem.hpp index 69cc1e9..0a4bacb 100644 --- a/LiteLoader/Header/MC/BodyControlSystem.hpp +++ b/LiteLoader/include/llapi/mc/BodyControlSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoneAnimationChannel.hpp b/LiteLoader/include/llapi/mc/BoneAnimationChannel.hpp similarity index 94% rename from LiteLoader/Header/MC/BoneAnimationChannel.hpp rename to LiteLoader/include/llapi/mc/BoneAnimationChannel.hpp index c789fdc..b3c1301 100644 --- a/LiteLoader/Header/MC/BoneAnimationChannel.hpp +++ b/LiteLoader/include/llapi/mc/BoneAnimationChannel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoneOrientation.hpp b/LiteLoader/include/llapi/mc/BoneOrientation.hpp similarity index 93% rename from LiteLoader/Header/MC/BoneOrientation.hpp rename to LiteLoader/include/llapi/mc/BoneOrientation.hpp index 862f8e4..0bae4e0 100644 --- a/LiteLoader/Header/MC/BoneOrientation.hpp +++ b/LiteLoader/include/llapi/mc/BoneOrientation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoneOrientationTransform.hpp b/LiteLoader/include/llapi/mc/BoneOrientationTransform.hpp similarity index 94% rename from LiteLoader/Header/MC/BoneOrientationTransform.hpp rename to LiteLoader/include/llapi/mc/BoneOrientationTransform.hpp index 23b6682..230c460 100644 --- a/LiteLoader/Header/MC/BoneOrientationTransform.hpp +++ b/LiteLoader/include/llapi/mc/BoneOrientationTransform.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BonusChestFeature.hpp b/LiteLoader/include/llapi/mc/BonusChestFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/BonusChestFeature.hpp rename to LiteLoader/include/llapi/mc/BonusChestFeature.hpp index f071006..a728b1e 100644 --- a/LiteLoader/Header/MC/BonusChestFeature.hpp +++ b/LiteLoader/include/llapi/mc/BonusChestFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BookCloningRecipe.hpp b/LiteLoader/include/llapi/mc/BookCloningRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/BookCloningRecipe.hpp rename to LiteLoader/include/llapi/mc/BookCloningRecipe.hpp index d3bdc52..27068ea 100644 --- a/LiteLoader/Header/MC/BookCloningRecipe.hpp +++ b/LiteLoader/include/llapi/mc/BookCloningRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BookEditPacket.hpp b/LiteLoader/include/llapi/mc/BookEditPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/BookEditPacket.hpp rename to LiteLoader/include/llapi/mc/BookEditPacket.hpp index dbebfe2..275b43c 100644 --- a/LiteLoader/Header/MC/BookEditPacket.hpp +++ b/LiteLoader/include/llapi/mc/BookEditPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BookshelfBlock.hpp b/LiteLoader/include/llapi/mc/BookshelfBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BookshelfBlock.hpp rename to LiteLoader/include/llapi/mc/BookshelfBlock.hpp index ef68655..8de093a 100644 --- a/LiteLoader/Header/MC/BookshelfBlock.hpp +++ b/LiteLoader/include/llapi/mc/BookshelfBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoolOption.hpp b/LiteLoader/include/llapi/mc/BoolOption.hpp similarity index 95% rename from LiteLoader/Header/MC/BoolOption.hpp rename to LiteLoader/include/llapi/mc/BoolOption.hpp index 3023a39..baf4256 100644 --- a/LiteLoader/Header/MC/BoolOption.hpp +++ b/LiteLoader/include/llapi/mc/BoolOption.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Option.hpp" diff --git a/LiteLoader/Header/MC/BoostItem.hpp b/LiteLoader/include/llapi/mc/BoostItem.hpp similarity index 94% rename from LiteLoader/Header/MC/BoostItem.hpp rename to LiteLoader/include/llapi/mc/BoostItem.hpp index e705f36..781766b 100644 --- a/LiteLoader/Header/MC/BoostItem.hpp +++ b/LiteLoader/include/llapi/mc/BoostItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoostableComponent.hpp b/LiteLoader/include/llapi/mc/BoostableComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/BoostableComponent.hpp rename to LiteLoader/include/llapi/mc/BoostableComponent.hpp index f887cf9..771b5f5 100644 --- a/LiteLoader/Header/MC/BoostableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BoostableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoostableDefinition.hpp b/LiteLoader/include/llapi/mc/BoostableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BoostableDefinition.hpp rename to LiteLoader/include/llapi/mc/BoostableDefinition.hpp index 1a2ffea..43b32c9 100644 --- a/LiteLoader/Header/MC/BoostableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BoostableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoostableSystem.hpp b/LiteLoader/include/llapi/mc/BoostableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BoostableSystem.hpp rename to LiteLoader/include/llapi/mc/BoostableSystem.hpp index c2c6053..d60d678 100644 --- a/LiteLoader/Header/MC/BoostableSystem.hpp +++ b/LiteLoader/include/llapi/mc/BoostableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BorderBlock.hpp b/LiteLoader/include/llapi/mc/BorderBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BorderBlock.hpp rename to LiteLoader/include/llapi/mc/BorderBlock.hpp index 3eeb953..b1617c9 100644 --- a/LiteLoader/Header/MC/BorderBlock.hpp +++ b/LiteLoader/include/llapi/mc/BorderBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "WallBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BossComponent.hpp b/LiteLoader/include/llapi/mc/BossComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/BossComponent.hpp rename to LiteLoader/include/llapi/mc/BossComponent.hpp index 3a3d2b0..1025008 100644 --- a/LiteLoader/Header/MC/BossComponent.hpp +++ b/LiteLoader/include/llapi/mc/BossComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BossDefinition.hpp b/LiteLoader/include/llapi/mc/BossDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/BossDefinition.hpp rename to LiteLoader/include/llapi/mc/BossDefinition.hpp index 9516e7e..b84ebd8 100644 --- a/LiteLoader/Header/MC/BossDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BossDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BossEventPacket.hpp b/LiteLoader/include/llapi/mc/BossEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/BossEventPacket.hpp rename to LiteLoader/include/llapi/mc/BossEventPacket.hpp index 8a58ea3..965c9f8 100644 --- a/LiteLoader/Header/MC/BossEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/BossEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BossSystem.hpp b/LiteLoader/include/llapi/mc/BossSystem.hpp similarity index 93% rename from LiteLoader/Header/MC/BossSystem.hpp rename to LiteLoader/include/llapi/mc/BossSystem.hpp index 032ad4a..ac6efeb 100644 --- a/LiteLoader/Header/MC/BossSystem.hpp +++ b/LiteLoader/include/llapi/mc/BossSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BottleItem.hpp b/LiteLoader/include/llapi/mc/BottleItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BottleItem.hpp rename to LiteLoader/include/llapi/mc/BottleItem.hpp index 311b2e0..5d5e8b4 100644 --- a/LiteLoader/Header/MC/BottleItem.hpp +++ b/LiteLoader/include/llapi/mc/BottleItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BoundingBox.hpp b/LiteLoader/include/llapi/mc/BoundingBox.hpp similarity index 98% rename from LiteLoader/Header/MC/BoundingBox.hpp rename to LiteLoader/include/llapi/mc/BoundingBox.hpp index 3e14146..f3c2fdc 100644 --- a/LiteLoader/Header/MC/BoundingBox.hpp +++ b/LiteLoader/include/llapi/mc/BoundingBox.hpp @@ -1,6 +1,6 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" class BoundingBox { diff --git a/LiteLoader/Header/MC/Bounds.hpp b/LiteLoader/include/llapi/mc/Bounds.hpp similarity index 94% rename from LiteLoader/Header/MC/Bounds.hpp rename to LiteLoader/include/llapi/mc/Bounds.hpp index 4b20eb8..5b931e7 100644 --- a/LiteLoader/Header/MC/Bounds.hpp +++ b/LiteLoader/include/llapi/mc/Bounds.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BowEnchant.hpp b/LiteLoader/include/llapi/mc/BowEnchant.hpp similarity index 94% rename from LiteLoader/Header/MC/BowEnchant.hpp rename to LiteLoader/include/llapi/mc/BowEnchant.hpp index d4187a1..0136636 100644 --- a/LiteLoader/Header/MC/BowEnchant.hpp +++ b/LiteLoader/include/llapi/mc/BowEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BowItem.hpp b/LiteLoader/include/llapi/mc/BowItem.hpp similarity index 97% rename from LiteLoader/Header/MC/BowItem.hpp rename to LiteLoader/include/llapi/mc/BowItem.hpp index 8a1324b..f9d197d 100644 --- a/LiteLoader/Header/MC/BowItem.hpp +++ b/LiteLoader/include/llapi/mc/BowItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakBlockDefinition.hpp b/LiteLoader/include/llapi/mc/BreakBlockDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BreakBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/BreakBlockDefinition.hpp index 92157d4..ee54fa9 100644 --- a/LiteLoader/Header/MC/BreakBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BreakBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/BreakBlockNode.hpp b/LiteLoader/include/llapi/mc/BreakBlockNode.hpp similarity index 94% rename from LiteLoader/Header/MC/BreakBlockNode.hpp rename to LiteLoader/include/llapi/mc/BreakBlockNode.hpp index b5c9801..3732ebe 100644 --- a/LiteLoader/Header/MC/BreakBlockNode.hpp +++ b/LiteLoader/include/llapi/mc/BreakBlockNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakBlocksComponent.hpp b/LiteLoader/include/llapi/mc/BreakBlocksComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/BreakBlocksComponent.hpp rename to LiteLoader/include/llapi/mc/BreakBlocksComponent.hpp index 5974a79..705e390 100644 --- a/LiteLoader/Header/MC/BreakBlocksComponent.hpp +++ b/LiteLoader/include/llapi/mc/BreakBlocksComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakBlocksDescription.hpp b/LiteLoader/include/llapi/mc/BreakBlocksDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/BreakBlocksDescription.hpp rename to LiteLoader/include/llapi/mc/BreakBlocksDescription.hpp index 1e4e5dc..5ab07ce 100644 --- a/LiteLoader/Header/MC/BreakBlocksDescription.hpp +++ b/LiteLoader/include/llapi/mc/BreakBlocksDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakBlocksSystem.hpp b/LiteLoader/include/llapi/mc/BreakBlocksSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BreakBlocksSystem.hpp rename to LiteLoader/include/llapi/mc/BreakBlocksSystem.hpp index 27d54d7..30ce979 100644 --- a/LiteLoader/Header/MC/BreakBlocksSystem.hpp +++ b/LiteLoader/include/llapi/mc/BreakBlocksSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakDoorAnnotationComponent.hpp b/LiteLoader/include/llapi/mc/BreakDoorAnnotationComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/BreakDoorAnnotationComponent.hpp rename to LiteLoader/include/llapi/mc/BreakDoorAnnotationComponent.hpp index 4bf790c..a63ffe2 100644 --- a/LiteLoader/Header/MC/BreakDoorAnnotationComponent.hpp +++ b/LiteLoader/include/llapi/mc/BreakDoorAnnotationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakDoorAnnotationDescription.hpp b/LiteLoader/include/llapi/mc/BreakDoorAnnotationDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/BreakDoorAnnotationDescription.hpp rename to LiteLoader/include/llapi/mc/BreakDoorAnnotationDescription.hpp index 7f78634..60e38bc 100644 --- a/LiteLoader/Header/MC/BreakDoorAnnotationDescription.hpp +++ b/LiteLoader/include/llapi/mc/BreakDoorAnnotationDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakDoorAnnotationSystem.hpp b/LiteLoader/include/llapi/mc/BreakDoorAnnotationSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/BreakDoorAnnotationSystem.hpp rename to LiteLoader/include/llapi/mc/BreakDoorAnnotationSystem.hpp index 588c4ec..5cb97a7 100644 --- a/LiteLoader/Header/MC/BreakDoorAnnotationSystem.hpp +++ b/LiteLoader/include/llapi/mc/BreakDoorAnnotationSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreakDoorGoal.hpp b/LiteLoader/include/llapi/mc/BreakDoorGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/BreakDoorGoal.hpp rename to LiteLoader/include/llapi/mc/BreakDoorGoal.hpp index 60bc3c8..59f5878 100644 --- a/LiteLoader/Header/MC/BreakDoorGoal.hpp +++ b/LiteLoader/include/llapi/mc/BreakDoorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreathableComponent.hpp b/LiteLoader/include/llapi/mc/BreathableComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/BreathableComponent.hpp rename to LiteLoader/include/llapi/mc/BreathableComponent.hpp index 3429271..dd353dc 100644 --- a/LiteLoader/Header/MC/BreathableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BreathableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreathableDefinition.hpp b/LiteLoader/include/llapi/mc/BreathableDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/BreathableDefinition.hpp rename to LiteLoader/include/llapi/mc/BreathableDefinition.hpp index 06c2f97..67880de 100644 --- a/LiteLoader/Header/MC/BreathableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BreathableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreathableSystem.hpp b/LiteLoader/include/llapi/mc/BreathableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BreathableSystem.hpp rename to LiteLoader/include/llapi/mc/BreathableSystem.hpp index 0c53181..2a0f32f 100644 --- a/LiteLoader/Header/MC/BreathableSystem.hpp +++ b/LiteLoader/include/llapi/mc/BreathableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreatheAirGoal.hpp b/LiteLoader/include/llapi/mc/BreatheAirGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/BreatheAirGoal.hpp rename to LiteLoader/include/llapi/mc/BreatheAirGoal.hpp index 04f9389..099579a 100644 --- a/LiteLoader/Header/MC/BreatheAirGoal.hpp +++ b/LiteLoader/include/llapi/mc/BreatheAirGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreedGoal.hpp b/LiteLoader/include/llapi/mc/BreedGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/BreedGoal.hpp rename to LiteLoader/include/llapi/mc/BreedGoal.hpp index da82280..0d1bf29 100644 --- a/LiteLoader/Header/MC/BreedGoal.hpp +++ b/LiteLoader/include/llapi/mc/BreedGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreedableComponent.hpp b/LiteLoader/include/llapi/mc/BreedableComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/BreedableComponent.hpp rename to LiteLoader/include/llapi/mc/BreedableComponent.hpp index b6b3633..64b59dd 100644 --- a/LiteLoader/Header/MC/BreedableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BreedableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreedableDefinition.hpp b/LiteLoader/include/llapi/mc/BreedableDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/BreedableDefinition.hpp rename to LiteLoader/include/llapi/mc/BreedableDefinition.hpp index 2bdccfa..fe7f889 100644 --- a/LiteLoader/Header/MC/BreedableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BreedableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreedableSystem.hpp b/LiteLoader/include/llapi/mc/BreedableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BreedableSystem.hpp rename to LiteLoader/include/llapi/mc/BreedableSystem.hpp index c4c9d3d..05ba666 100644 --- a/LiteLoader/Header/MC/BreedableSystem.hpp +++ b/LiteLoader/include/llapi/mc/BreedableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BreedableType.hpp b/LiteLoader/include/llapi/mc/BreedableType.hpp similarity index 93% rename from LiteLoader/Header/MC/BreedableType.hpp rename to LiteLoader/include/llapi/mc/BreedableType.hpp index 7359893..0ba2bb2 100644 --- a/LiteLoader/Header/MC/BreedableType.hpp +++ b/LiteLoader/include/llapi/mc/BreedableType.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BrewingStandBlock.hpp b/LiteLoader/include/llapi/mc/BrewingStandBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BrewingStandBlock.hpp rename to LiteLoader/include/llapi/mc/BrewingStandBlock.hpp index ff0ebe6..2cad7a4 100644 --- a/LiteLoader/Header/MC/BrewingStandBlock.hpp +++ b/LiteLoader/include/llapi/mc/BrewingStandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BrewingStandBlockActor.hpp b/LiteLoader/include/llapi/mc/BrewingStandBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/BrewingStandBlockActor.hpp rename to LiteLoader/include/llapi/mc/BrewingStandBlockActor.hpp index f14f954..017e061 100644 --- a/LiteLoader/Header/MC/BrewingStandBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/BrewingStandBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BrewingStandContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/BrewingStandContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/BrewingStandContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/BrewingStandContainerManagerModel.hpp index e3f8f16..cf64f55 100644 --- a/LiteLoader/Header/MC/BrewingStandContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/BrewingStandContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BribeableComponent.hpp b/LiteLoader/include/llapi/mc/BribeableComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/BribeableComponent.hpp rename to LiteLoader/include/llapi/mc/BribeableComponent.hpp index a8af4c5..4e85383 100644 --- a/LiteLoader/Header/MC/BribeableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BribeableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BribeableDefinition.hpp b/LiteLoader/include/llapi/mc/BribeableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/BribeableDefinition.hpp rename to LiteLoader/include/llapi/mc/BribeableDefinition.hpp index 9f26164..1c9ffd2 100644 --- a/LiteLoader/Header/MC/BribeableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BribeableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BribeableSystem.hpp b/LiteLoader/include/llapi/mc/BribeableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BribeableSystem.hpp rename to LiteLoader/include/llapi/mc/BribeableSystem.hpp index b4d9b50..73eff18 100644 --- a/LiteLoader/Header/MC/BribeableSystem.hpp +++ b/LiteLoader/include/llapi/mc/BribeableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Brightness.hpp b/LiteLoader/include/llapi/mc/Brightness.hpp similarity index 94% rename from LiteLoader/Header/MC/Brightness.hpp rename to LiteLoader/include/llapi/mc/Brightness.hpp index 4a9bf74..66421ce 100644 --- a/LiteLoader/Header/MC/Brightness.hpp +++ b/LiteLoader/include/llapi/mc/Brightness.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BubbleColumnBlock.hpp b/LiteLoader/include/llapi/mc/BubbleColumnBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/BubbleColumnBlock.hpp rename to LiteLoader/include/llapi/mc/BubbleColumnBlock.hpp index 884e1e0..a12d8ea 100644 --- a/LiteLoader/Header/MC/BubbleColumnBlock.hpp +++ b/LiteLoader/include/llapi/mc/BubbleColumnBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BucketItem.hpp b/LiteLoader/include/llapi/mc/BucketItem.hpp similarity index 98% rename from LiteLoader/Header/MC/BucketItem.hpp rename to LiteLoader/include/llapi/mc/BucketItem.hpp index 908e59e..fa852ac 100644 --- a/LiteLoader/Header/MC/BucketItem.hpp +++ b/LiteLoader/include/llapi/mc/BucketItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BucketableComponent.hpp b/LiteLoader/include/llapi/mc/BucketableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/BucketableComponent.hpp rename to LiteLoader/include/llapi/mc/BucketableComponent.hpp index f7dff9e..ccd4855 100644 --- a/LiteLoader/Header/MC/BucketableComponent.hpp +++ b/LiteLoader/include/llapi/mc/BucketableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BucketableDescription.hpp b/LiteLoader/include/llapi/mc/BucketableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/BucketableDescription.hpp rename to LiteLoader/include/llapi/mc/BucketableDescription.hpp index 68d9c27..d2bf343 100644 --- a/LiteLoader/Header/MC/BucketableDescription.hpp +++ b/LiteLoader/include/llapi/mc/BucketableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BuoyancyComponent.hpp b/LiteLoader/include/llapi/mc/BuoyancyComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/BuoyancyComponent.hpp rename to LiteLoader/include/llapi/mc/BuoyancyComponent.hpp index 48f61fc..f22f071 100644 --- a/LiteLoader/Header/MC/BuoyancyComponent.hpp +++ b/LiteLoader/include/llapi/mc/BuoyancyComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BuoyancyDefinition.hpp b/LiteLoader/include/llapi/mc/BuoyancyDefinition.hpp similarity index 97% rename from LiteLoader/Header/MC/BuoyancyDefinition.hpp rename to LiteLoader/include/llapi/mc/BuoyancyDefinition.hpp index 5563596..49a2aa8 100644 --- a/LiteLoader/Header/MC/BuoyancyDefinition.hpp +++ b/LiteLoader/include/llapi/mc/BuoyancyDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/BuoyancySystem.hpp b/LiteLoader/include/llapi/mc/BuoyancySystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BuoyancySystem.hpp rename to LiteLoader/include/llapi/mc/BuoyancySystem.hpp index 32edf46..cb3fd98 100644 --- a/LiteLoader/Header/MC/BuoyancySystem.hpp +++ b/LiteLoader/include/llapi/mc/BuoyancySystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BuriedTreasureFeature.hpp b/LiteLoader/include/llapi/mc/BuriedTreasureFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/BuriedTreasureFeature.hpp rename to LiteLoader/include/llapi/mc/BuriedTreasureFeature.hpp index 54af08a..500ab9f 100644 --- a/LiteLoader/Header/MC/BuriedTreasureFeature.hpp +++ b/LiteLoader/include/llapi/mc/BuriedTreasureFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BuriedTreasurePiece.hpp b/LiteLoader/include/llapi/mc/BuriedTreasurePiece.hpp similarity index 96% rename from LiteLoader/Header/MC/BuriedTreasurePiece.hpp rename to LiteLoader/include/llapi/mc/BuriedTreasurePiece.hpp index 2a05db7..cac0d54 100644 --- a/LiteLoader/Header/MC/BuriedTreasurePiece.hpp +++ b/LiteLoader/include/llapi/mc/BuriedTreasurePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BuriedTreasureStart.hpp b/LiteLoader/include/llapi/mc/BuriedTreasureStart.hpp similarity index 95% rename from LiteLoader/Header/MC/BuriedTreasureStart.hpp rename to LiteLoader/include/llapi/mc/BuriedTreasureStart.hpp index 4bb24c8..03f55fe 100644 --- a/LiteLoader/Header/MC/BuriedTreasureStart.hpp +++ b/LiteLoader/include/llapi/mc/BuriedTreasureStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BurnsInDaylightSystem.hpp b/LiteLoader/include/llapi/mc/BurnsInDaylightSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/BurnsInDaylightSystem.hpp rename to LiteLoader/include/llapi/mc/BurnsInDaylightSystem.hpp index 982234b..4b2162a 100644 --- a/LiteLoader/Header/MC/BurnsInDaylightSystem.hpp +++ b/LiteLoader/include/llapi/mc/BurnsInDaylightSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BurstReactionComponent.hpp b/LiteLoader/include/llapi/mc/BurstReactionComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/BurstReactionComponent.hpp rename to LiteLoader/include/llapi/mc/BurstReactionComponent.hpp index 4a9883b..e2a7f4f 100644 --- a/LiteLoader/Header/MC/BurstReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/BurstReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BushBlock.hpp b/LiteLoader/include/llapi/mc/BushBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/BushBlock.hpp rename to LiteLoader/include/llapi/mc/BushBlock.hpp index ef8343b..a38aa31 100644 --- a/LiteLoader/Header/MC/BushBlock.hpp +++ b/LiteLoader/include/llapi/mc/BushBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ButtonBlock.hpp b/LiteLoader/include/llapi/mc/ButtonBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ButtonBlock.hpp rename to LiteLoader/include/llapi/mc/ButtonBlock.hpp index cddf850..03fe099 100644 --- a/LiteLoader/Header/MC/ButtonBlock.hpp +++ b/LiteLoader/include/llapi/mc/ButtonBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ByteArrayTag.hpp b/LiteLoader/include/llapi/mc/ByteArrayTag.hpp similarity index 97% rename from LiteLoader/Header/MC/ByteArrayTag.hpp rename to LiteLoader/include/llapi/mc/ByteArrayTag.hpp index 8db3025..09b22c5 100644 --- a/LiteLoader/Header/MC/ByteArrayTag.hpp +++ b/LiteLoader/include/llapi/mc/ByteArrayTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ByteTag.hpp b/LiteLoader/include/llapi/mc/ByteTag.hpp similarity index 97% rename from LiteLoader/Header/MC/ByteTag.hpp rename to LiteLoader/include/llapi/mc/ByteTag.hpp index a3d14cd..51634fe 100644 --- a/LiteLoader/Header/MC/ByteTag.hpp +++ b/LiteLoader/include/llapi/mc/ByteTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BytesDataInput.hpp b/LiteLoader/include/llapi/mc/BytesDataInput.hpp similarity index 95% rename from LiteLoader/Header/MC/BytesDataInput.hpp rename to LiteLoader/include/llapi/mc/BytesDataInput.hpp index cc6e467..b7bb057 100644 --- a/LiteLoader/Header/MC/BytesDataInput.hpp +++ b/LiteLoader/include/llapi/mc/BytesDataInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/BytesDataOutput.hpp b/LiteLoader/include/llapi/mc/BytesDataOutput.hpp similarity index 96% rename from LiteLoader/Header/MC/BytesDataOutput.hpp rename to LiteLoader/include/llapi/mc/BytesDataOutput.hpp index a54fe26..91c1de9 100644 --- a/LiteLoader/Header/MC/BytesDataOutput.hpp +++ b/LiteLoader/include/llapi/mc/BytesDataOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CDScopedEvent.hpp b/LiteLoader/include/llapi/mc/CDScopedEvent.hpp similarity index 93% rename from LiteLoader/Header/MC/CDScopedEvent.hpp rename to LiteLoader/include/llapi/mc/CDScopedEvent.hpp index 478c00d..fa4ea6e 100644 --- a/LiteLoader/Header/MC/CDScopedEvent.hpp +++ b/LiteLoader/include/llapi/mc/CDScopedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CSHA1.hpp b/LiteLoader/include/llapi/mc/CSHA1.hpp similarity index 94% rename from LiteLoader/Header/MC/CSHA1.hpp rename to LiteLoader/include/llapi/mc/CSHA1.hpp index 9782401..940e694 100644 --- a/LiteLoader/Header/MC/CSHA1.hpp +++ b/LiteLoader/include/llapi/mc/CSHA1.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CactusBlock.hpp b/LiteLoader/include/llapi/mc/CactusBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CactusBlock.hpp rename to LiteLoader/include/llapi/mc/CactusBlock.hpp index a00111a..e44121e 100644 --- a/LiteLoader/Header/MC/CactusBlock.hpp +++ b/LiteLoader/include/llapi/mc/CactusBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CactusFeature.hpp b/LiteLoader/include/llapi/mc/CactusFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/CactusFeature.hpp rename to LiteLoader/include/llapi/mc/CactusFeature.hpp index 4d4c5c3..d7493d5 100644 --- a/LiteLoader/Header/MC/CactusFeature.hpp +++ b/LiteLoader/include/llapi/mc/CactusFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CakeBlock.hpp b/LiteLoader/include/llapi/mc/CakeBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CakeBlock.hpp rename to LiteLoader/include/llapi/mc/CakeBlock.hpp index aecf86f..699feb9 100644 --- a/LiteLoader/Header/MC/CakeBlock.hpp +++ b/LiteLoader/include/llapi/mc/CakeBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CameraBlock.hpp b/LiteLoader/include/llapi/mc/CameraBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CameraBlock.hpp rename to LiteLoader/include/llapi/mc/CameraBlock.hpp index 73bf929..cd01c9a 100644 --- a/LiteLoader/Header/MC/CameraBlock.hpp +++ b/LiteLoader/include/llapi/mc/CameraBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CameraItem.hpp b/LiteLoader/include/llapi/mc/CameraItem.hpp similarity index 97% rename from LiteLoader/Header/MC/CameraItem.hpp rename to LiteLoader/include/llapi/mc/CameraItem.hpp index e065a54..04bc70f 100644 --- a/LiteLoader/Header/MC/CameraItem.hpp +++ b/LiteLoader/include/llapi/mc/CameraItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CameraItemComponent.hpp b/LiteLoader/include/llapi/mc/CameraItemComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/CameraItemComponent.hpp rename to LiteLoader/include/llapi/mc/CameraItemComponent.hpp index 71f8b52..f0bcdbc 100644 --- a/LiteLoader/Header/MC/CameraItemComponent.hpp +++ b/LiteLoader/include/llapi/mc/CameraItemComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CameraPacket.hpp b/LiteLoader/include/llapi/mc/CameraPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/CameraPacket.hpp rename to LiteLoader/include/llapi/mc/CameraPacket.hpp index f02c008..981bca2 100644 --- a/LiteLoader/Header/MC/CameraPacket.hpp +++ b/LiteLoader/include/llapi/mc/CameraPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CampfireBlock.hpp b/LiteLoader/include/llapi/mc/CampfireBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/CampfireBlock.hpp rename to LiteLoader/include/llapi/mc/CampfireBlock.hpp index d70c67d..df548f8 100644 --- a/LiteLoader/Header/MC/CampfireBlock.hpp +++ b/LiteLoader/include/llapi/mc/CampfireBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CampfireBlockActor.hpp b/LiteLoader/include/llapi/mc/CampfireBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/CampfireBlockActor.hpp rename to LiteLoader/include/llapi/mc/CampfireBlockActor.hpp index 32d38e9..c2c55ab 100644 --- a/LiteLoader/Header/MC/CampfireBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/CampfireBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CanClimbDescription.hpp b/LiteLoader/include/llapi/mc/CanClimbDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/CanClimbDescription.hpp rename to LiteLoader/include/llapi/mc/CanClimbDescription.hpp index 2739082..2d666b8 100644 --- a/LiteLoader/Header/MC/CanClimbDescription.hpp +++ b/LiteLoader/include/llapi/mc/CanClimbDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CanFlyDescription.hpp b/LiteLoader/include/llapi/mc/CanFlyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/CanFlyDescription.hpp rename to LiteLoader/include/llapi/mc/CanFlyDescription.hpp index 954791f..7e869c6 100644 --- a/LiteLoader/Header/MC/CanFlyDescription.hpp +++ b/LiteLoader/include/llapi/mc/CanFlyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CanPowerJumpDescription.hpp b/LiteLoader/include/llapi/mc/CanPowerJumpDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/CanPowerJumpDescription.hpp rename to LiteLoader/include/llapi/mc/CanPowerJumpDescription.hpp index 3abe516..89ca6b1 100644 --- a/LiteLoader/Header/MC/CanPowerJumpDescription.hpp +++ b/LiteLoader/include/llapi/mc/CanPowerJumpDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CanyonFeature.hpp b/LiteLoader/include/llapi/mc/CanyonFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/CanyonFeature.hpp rename to LiteLoader/include/llapi/mc/CanyonFeature.hpp index 3fd2a7a..1d04965 100644 --- a/LiteLoader/Header/MC/CanyonFeature.hpp +++ b/LiteLoader/include/llapi/mc/CanyonFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CapacitorComponent.hpp b/LiteLoader/include/llapi/mc/CapacitorComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/CapacitorComponent.hpp rename to LiteLoader/include/llapi/mc/CapacitorComponent.hpp index 479acdd..ff19859 100644 --- a/LiteLoader/Header/MC/CapacitorComponent.hpp +++ b/LiteLoader/include/llapi/mc/CapacitorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CarrotBlock.hpp b/LiteLoader/include/llapi/mc/CarrotBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CarrotBlock.hpp rename to LiteLoader/include/llapi/mc/CarrotBlock.hpp index 7ed98b1..1a9c908 100644 --- a/LiteLoader/Header/MC/CarrotBlock.hpp +++ b/LiteLoader/include/llapi/mc/CarrotBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "CropBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CarrotOnAStickItem.hpp b/LiteLoader/include/llapi/mc/CarrotOnAStickItem.hpp similarity index 97% rename from LiteLoader/Header/MC/CarrotOnAStickItem.hpp rename to LiteLoader/include/llapi/mc/CarrotOnAStickItem.hpp index 5783483..8a5e320 100644 --- a/LiteLoader/Header/MC/CarrotOnAStickItem.hpp +++ b/LiteLoader/include/llapi/mc/CarrotOnAStickItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CartographyContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/CartographyContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/CartographyContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/CartographyContainerManagerModel.hpp index cfed539..feafc8e 100644 --- a/LiteLoader/Header/MC/CartographyContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/CartographyContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CartographyTableBlock.hpp b/LiteLoader/include/llapi/mc/CartographyTableBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CartographyTableBlock.hpp rename to LiteLoader/include/llapi/mc/CartographyTableBlock.hpp index 51ef95c..0f42f42 100644 --- a/LiteLoader/Header/MC/CartographyTableBlock.hpp +++ b/LiteLoader/include/llapi/mc/CartographyTableBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Cat.hpp b/LiteLoader/include/llapi/mc/Cat.hpp similarity index 97% rename from LiteLoader/Header/MC/Cat.hpp rename to LiteLoader/include/llapi/mc/Cat.hpp index 52f28d0..c0d6d38 100644 --- a/LiteLoader/Header/MC/Cat.hpp +++ b/LiteLoader/include/llapi/mc/Cat.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/CatchFireSubcomponent.hpp b/LiteLoader/include/llapi/mc/CatchFireSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/CatchFireSubcomponent.hpp rename to LiteLoader/include/llapi/mc/CatchFireSubcomponent.hpp index 22c60d9..1a3e536 100644 --- a/LiteLoader/Header/MC/CatchFireSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/CatchFireSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CauldronBlock.hpp b/LiteLoader/include/llapi/mc/CauldronBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/CauldronBlock.hpp rename to LiteLoader/include/llapi/mc/CauldronBlock.hpp index 84ff695..a1402fb 100644 --- a/LiteLoader/Header/MC/CauldronBlock.hpp +++ b/LiteLoader/include/llapi/mc/CauldronBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MinecraftEventing.hpp" #include "ActorBlock.hpp" diff --git a/LiteLoader/Header/MC/CauldronBlockActor.hpp b/LiteLoader/include/llapi/mc/CauldronBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/CauldronBlockActor.hpp rename to LiteLoader/include/llapi/mc/CauldronBlockActor.hpp index ef49876..d6350a4 100644 --- a/LiteLoader/Header/MC/CauldronBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/CauldronBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CaveSpider.hpp b/LiteLoader/include/llapi/mc/CaveSpider.hpp similarity index 97% rename from LiteLoader/Header/MC/CaveSpider.hpp rename to LiteLoader/include/llapi/mc/CaveSpider.hpp index 75b50e6..9c76c15 100644 --- a/LiteLoader/Header/MC/CaveSpider.hpp +++ b/LiteLoader/include/llapi/mc/CaveSpider.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Spider.hpp" diff --git a/LiteLoader/Header/MC/CelebrateHuntDefinition.hpp b/LiteLoader/include/llapi/mc/CelebrateHuntDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/CelebrateHuntDefinition.hpp rename to LiteLoader/include/llapi/mc/CelebrateHuntDefinition.hpp index d30bdb6..dc2ab9e 100644 --- a/LiteLoader/Header/MC/CelebrateHuntDefinition.hpp +++ b/LiteLoader/include/llapi/mc/CelebrateHuntDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CelebrateHuntSystem.hpp b/LiteLoader/include/llapi/mc/CelebrateHuntSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/CelebrateHuntSystem.hpp rename to LiteLoader/include/llapi/mc/CelebrateHuntSystem.hpp index 42ed00c..0726a37 100644 --- a/LiteLoader/Header/MC/CelebrateHuntSystem.hpp +++ b/LiteLoader/include/llapi/mc/CelebrateHuntSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CelebrateHuntSystemInternal.hpp b/LiteLoader/include/llapi/mc/CelebrateHuntSystemInternal.hpp similarity index 92% rename from LiteLoader/Header/MC/CelebrateHuntSystemInternal.hpp rename to LiteLoader/include/llapi/mc/CelebrateHuntSystemInternal.hpp index 01e77e4..666e53f 100644 --- a/LiteLoader/Header/MC/CelebrateHuntSystemInternal.hpp +++ b/LiteLoader/include/llapi/mc/CelebrateHuntSystemInternal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CentralSpikedFeature.hpp b/LiteLoader/include/llapi/mc/CentralSpikedFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/CentralSpikedFeature.hpp rename to LiteLoader/include/llapi/mc/CentralSpikedFeature.hpp index 73c1274..24f6517 100644 --- a/LiteLoader/Header/MC/CentralSpikedFeature.hpp +++ b/LiteLoader/include/llapi/mc/CentralSpikedFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Certificate.hpp b/LiteLoader/include/llapi/mc/Certificate.hpp similarity index 95% rename from LiteLoader/Header/MC/Certificate.hpp rename to LiteLoader/include/llapi/mc/Certificate.hpp index b60c104..05821d1 100644 --- a/LiteLoader/Header/MC/Certificate.hpp +++ b/LiteLoader/include/llapi/mc/Certificate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChainBlock.hpp b/LiteLoader/include/llapi/mc/ChainBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ChainBlock.hpp rename to LiteLoader/include/llapi/mc/ChainBlock.hpp index afcd9cc..07ea41c 100644 --- a/LiteLoader/Header/MC/ChainBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChainBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChalkboardBlockActor.hpp b/LiteLoader/include/llapi/mc/ChalkboardBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ChalkboardBlockActor.hpp rename to LiteLoader/include/llapi/mc/ChalkboardBlockActor.hpp index cabc678..71ca21b 100644 --- a/LiteLoader/Header/MC/ChalkboardBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ChalkboardBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChanceInformation.hpp b/LiteLoader/include/llapi/mc/ChanceInformation.hpp similarity index 94% rename from LiteLoader/Header/MC/ChanceInformation.hpp rename to LiteLoader/include/llapi/mc/ChanceInformation.hpp index 5c75243..07d17c1 100644 --- a/LiteLoader/Header/MC/ChanceInformation.hpp +++ b/LiteLoader/include/llapi/mc/ChanceInformation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChangeDimensionPacket.hpp b/LiteLoader/include/llapi/mc/ChangeDimensionPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ChangeDimensionPacket.hpp rename to LiteLoader/include/llapi/mc/ChangeDimensionPacket.hpp index 302f4df..73fa84c 100644 --- a/LiteLoader/Header/MC/ChangeDimensionPacket.hpp +++ b/LiteLoader/include/llapi/mc/ChangeDimensionPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChangeSettingCommand.hpp b/LiteLoader/include/llapi/mc/ChangeSettingCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ChangeSettingCommand.hpp rename to LiteLoader/include/llapi/mc/ChangeSettingCommand.hpp index d585ac2..9e28ce3 100644 --- a/LiteLoader/Header/MC/ChangeSettingCommand.hpp +++ b/LiteLoader/include/llapi/mc/ChangeSettingCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChargeAttackDefinition.hpp b/LiteLoader/include/llapi/mc/ChargeAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ChargeAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/ChargeAttackDefinition.hpp index d2de680..1a2a397 100644 --- a/LiteLoader/Header/MC/ChargeAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ChargeAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChargeAttackGoal.hpp b/LiteLoader/include/llapi/mc/ChargeAttackGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/ChargeAttackGoal.hpp rename to LiteLoader/include/llapi/mc/ChargeAttackGoal.hpp index 724304e..eca2da1 100644 --- a/LiteLoader/Header/MC/ChargeAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/ChargeAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChargeHeldItemDefinition.hpp b/LiteLoader/include/llapi/mc/ChargeHeldItemDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/ChargeHeldItemDefinition.hpp rename to LiteLoader/include/llapi/mc/ChargeHeldItemDefinition.hpp index ece5da3..6448b01 100644 --- a/LiteLoader/Header/MC/ChargeHeldItemDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ChargeHeldItemDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChargeHeldItemGoal.hpp b/LiteLoader/include/llapi/mc/ChargeHeldItemGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/ChargeHeldItemGoal.hpp rename to LiteLoader/include/llapi/mc/ChargeHeldItemGoal.hpp index 7a1042b..6b374c2 100644 --- a/LiteLoader/Header/MC/ChargeHeldItemGoal.hpp +++ b/LiteLoader/include/llapi/mc/ChargeHeldItemGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemicalHeatBlock.hpp b/LiteLoader/include/llapi/mc/ChemicalHeatBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ChemicalHeatBlock.hpp rename to LiteLoader/include/llapi/mc/ChemicalHeatBlock.hpp index 0e9243a..912013f 100644 --- a/LiteLoader/Header/MC/ChemicalHeatBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChemicalHeatBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryAuxDataBlockItem.hpp b/LiteLoader/include/llapi/mc/ChemistryAuxDataBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ChemistryAuxDataBlockItem.hpp rename to LiteLoader/include/llapi/mc/ChemistryAuxDataBlockItem.hpp index b11a3a1..3b96189 100644 --- a/LiteLoader/Header/MC/ChemistryAuxDataBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryAuxDataBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AuxDataBlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryIngredient.hpp b/LiteLoader/include/llapi/mc/ChemistryIngredient.hpp similarity index 94% rename from LiteLoader/Header/MC/ChemistryIngredient.hpp rename to LiteLoader/include/llapi/mc/ChemistryIngredient.hpp index 92efffe..04b98ba 100644 --- a/LiteLoader/Header/MC/ChemistryIngredient.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryIngredient.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryItem.hpp b/LiteLoader/include/llapi/mc/ChemistryItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ChemistryItem.hpp rename to LiteLoader/include/llapi/mc/ChemistryItem.hpp index af6e475..6844e46 100644 --- a/LiteLoader/Header/MC/ChemistryItem.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryRecipes.hpp b/LiteLoader/include/llapi/mc/ChemistryRecipes.hpp similarity index 94% rename from LiteLoader/Header/MC/ChemistryRecipes.hpp rename to LiteLoader/include/llapi/mc/ChemistryRecipes.hpp index 93b6e59..6e6f56c 100644 --- a/LiteLoader/Header/MC/ChemistryRecipes.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryRecipes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryStickItem.hpp b/LiteLoader/include/llapi/mc/ChemistryStickItem.hpp similarity index 98% rename from LiteLoader/Header/MC/ChemistryStickItem.hpp rename to LiteLoader/include/llapi/mc/ChemistryStickItem.hpp index 333f404..d72b743 100644 --- a/LiteLoader/Header/MC/ChemistryStickItem.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryStickItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryTableBlock.hpp b/LiteLoader/include/llapi/mc/ChemistryTableBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ChemistryTableBlock.hpp rename to LiteLoader/include/llapi/mc/ChemistryTableBlock.hpp index cec5295..47d50df 100644 --- a/LiteLoader/Header/MC/ChemistryTableBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryTableBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChemistryTableBlockActor.hpp b/LiteLoader/include/llapi/mc/ChemistryTableBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ChemistryTableBlockActor.hpp rename to LiteLoader/include/llapi/mc/ChemistryTableBlockActor.hpp index 1385bb0..7c1a340 100644 --- a/LiteLoader/Header/MC/ChemistryTableBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ChemistryTableBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChestBlock.hpp b/LiteLoader/include/llapi/mc/ChestBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ChestBlock.hpp rename to LiteLoader/include/llapi/mc/ChestBlock.hpp index dde9197..3ff9d33 100644 --- a/LiteLoader/Header/MC/ChestBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChestBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChestBlockActor.hpp b/LiteLoader/include/llapi/mc/ChestBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ChestBlockActor.hpp rename to LiteLoader/include/llapi/mc/ChestBlockActor.hpp index 630841e..e402a50 100644 --- a/LiteLoader/Header/MC/ChestBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ChestBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChestContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/ChestContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/ChestContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/ChestContainerManagerModel.hpp index d7fa577..f5b8554 100644 --- a/LiteLoader/Header/MC/ChestContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/ChestContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Chicken.hpp b/LiteLoader/include/llapi/mc/Chicken.hpp similarity index 97% rename from LiteLoader/Header/MC/Chicken.hpp rename to LiteLoader/include/llapi/mc/Chicken.hpp index 7d7bcda..fd586e1 100644 --- a/LiteLoader/Header/MC/Chicken.hpp +++ b/LiteLoader/include/llapi/mc/Chicken.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/ChorusFlowerBlock.hpp b/LiteLoader/include/llapi/mc/ChorusFlowerBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ChorusFlowerBlock.hpp rename to LiteLoader/include/llapi/mc/ChorusFlowerBlock.hpp index 3171167..68a6a94 100644 --- a/LiteLoader/Header/MC/ChorusFlowerBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChorusFlowerBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChorusPlantBlock.hpp b/LiteLoader/include/llapi/mc/ChorusPlantBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ChorusPlantBlock.hpp rename to LiteLoader/include/llapi/mc/ChorusPlantBlock.hpp index c2c87ef..bbdf2a6 100644 --- a/LiteLoader/Header/MC/ChorusPlantBlock.hpp +++ b/LiteLoader/include/llapi/mc/ChorusPlantBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkBlockPos.hpp b/LiteLoader/include/llapi/mc/ChunkBlockPos.hpp similarity index 98% rename from LiteLoader/Header/MC/ChunkBlockPos.hpp rename to LiteLoader/include/llapi/mc/ChunkBlockPos.hpp index ba52ff8..6ae2c24 100644 --- a/LiteLoader/Header/MC/ChunkBlockPos.hpp +++ b/LiteLoader/include/llapi/mc/ChunkBlockPos.hpp @@ -5,7 +5,7 @@ */ #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/ChunkBuildOrderPolicy.hpp b/LiteLoader/include/llapi/mc/ChunkBuildOrderPolicy.hpp similarity index 96% rename from LiteLoader/Header/MC/ChunkBuildOrderPolicy.hpp rename to LiteLoader/include/llapi/mc/ChunkBuildOrderPolicy.hpp index d8bc0e6..951e3a1 100644 --- a/LiteLoader/Header/MC/ChunkBuildOrderPolicy.hpp +++ b/LiteLoader/include/llapi/mc/ChunkBuildOrderPolicy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkBuildOrderPolicyBase.hpp b/LiteLoader/include/llapi/mc/ChunkBuildOrderPolicyBase.hpp similarity index 95% rename from LiteLoader/Header/MC/ChunkBuildOrderPolicyBase.hpp rename to LiteLoader/include/llapi/mc/ChunkBuildOrderPolicyBase.hpp index 8b0e9bd..5ea0abd 100644 --- a/LiteLoader/Header/MC/ChunkBuildOrderPolicyBase.hpp +++ b/LiteLoader/include/llapi/mc/ChunkBuildOrderPolicyBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkPos.hpp b/LiteLoader/include/llapi/mc/ChunkPos.hpp similarity index 95% rename from LiteLoader/Header/MC/ChunkPos.hpp rename to LiteLoader/include/llapi/mc/ChunkPos.hpp index 9288238..c6d3a9d 100644 --- a/LiteLoader/Header/MC/ChunkPos.hpp +++ b/LiteLoader/include/llapi/mc/ChunkPos.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkRadiusUpdatedPacket.hpp b/LiteLoader/include/llapi/mc/ChunkRadiusUpdatedPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ChunkRadiusUpdatedPacket.hpp rename to LiteLoader/include/llapi/mc/ChunkRadiusUpdatedPacket.hpp index 2623ef8..268a7c9 100644 --- a/LiteLoader/Header/MC/ChunkRadiusUpdatedPacket.hpp +++ b/LiteLoader/include/llapi/mc/ChunkRadiusUpdatedPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkSource.hpp b/LiteLoader/include/llapi/mc/ChunkSource.hpp similarity index 99% rename from LiteLoader/Header/MC/ChunkSource.hpp rename to LiteLoader/include/llapi/mc/ChunkSource.hpp index f879bb4..d42f5a9 100644 --- a/LiteLoader/Header/MC/ChunkSource.hpp +++ b/LiteLoader/include/llapi/mc/ChunkSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ChunkViewSource.hpp b/LiteLoader/include/llapi/mc/ChunkViewSource.hpp similarity index 98% rename from LiteLoader/Header/MC/ChunkViewSource.hpp rename to LiteLoader/include/llapi/mc/ChunkViewSource.hpp index cb9d5f1..e4f8337 100644 --- a/LiteLoader/Header/MC/ChunkViewSource.hpp +++ b/LiteLoader/include/llapi/mc/ChunkViewSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircleAroundAnchorDefinition.hpp b/LiteLoader/include/llapi/mc/CircleAroundAnchorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/CircleAroundAnchorDefinition.hpp rename to LiteLoader/include/llapi/mc/CircleAroundAnchorDefinition.hpp index f93bd0e..10cac44 100644 --- a/LiteLoader/Header/MC/CircleAroundAnchorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/CircleAroundAnchorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircleAroundAnchorGoal.hpp b/LiteLoader/include/llapi/mc/CircleAroundAnchorGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/CircleAroundAnchorGoal.hpp rename to LiteLoader/include/llapi/mc/CircleAroundAnchorGoal.hpp index 077eebd..649a6fa 100644 --- a/LiteLoader/Header/MC/CircleAroundAnchorGoal.hpp +++ b/LiteLoader/include/llapi/mc/CircleAroundAnchorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircuitComponentList.hpp b/LiteLoader/include/llapi/mc/CircuitComponentList.hpp similarity index 95% rename from LiteLoader/Header/MC/CircuitComponentList.hpp rename to LiteLoader/include/llapi/mc/CircuitComponentList.hpp index 2d27677..9787346 100644 --- a/LiteLoader/Header/MC/CircuitComponentList.hpp +++ b/LiteLoader/include/llapi/mc/CircuitComponentList.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircuitSceneGraph.hpp b/LiteLoader/include/llapi/mc/CircuitSceneGraph.hpp similarity index 98% rename from LiteLoader/Header/MC/CircuitSceneGraph.hpp rename to LiteLoader/include/llapi/mc/CircuitSceneGraph.hpp index 3d146a0..e90a4f4 100644 --- a/LiteLoader/Header/MC/CircuitSceneGraph.hpp +++ b/LiteLoader/include/llapi/mc/CircuitSceneGraph.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircuitSystem.hpp b/LiteLoader/include/llapi/mc/CircuitSystem.hpp similarity index 96% rename from LiteLoader/Header/MC/CircuitSystem.hpp rename to LiteLoader/include/llapi/mc/CircuitSystem.hpp index 29bde20..6775a1d 100644 --- a/LiteLoader/Header/MC/CircuitSystem.hpp +++ b/LiteLoader/include/llapi/mc/CircuitSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CircuitTrackingInfo.hpp b/LiteLoader/include/llapi/mc/CircuitTrackingInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/CircuitTrackingInfo.hpp rename to LiteLoader/include/llapi/mc/CircuitTrackingInfo.hpp index 8237f1d..c57a005 100644 --- a/LiteLoader/Header/MC/CircuitTrackingInfo.hpp +++ b/LiteLoader/include/llapi/mc/CircuitTrackingInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClassroomModeListener.hpp b/LiteLoader/include/llapi/mc/ClassroomModeListener.hpp similarity index 97% rename from LiteLoader/Header/MC/ClassroomModeListener.hpp rename to LiteLoader/include/llapi/mc/ClassroomModeListener.hpp index 489b5ec..cff9a99 100644 --- a/LiteLoader/Header/MC/ClassroomModeListener.hpp +++ b/LiteLoader/include/llapi/mc/ClassroomModeListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockSourceListener.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClassroomModeNetworkHandler.hpp b/LiteLoader/include/llapi/mc/ClassroomModeNetworkHandler.hpp similarity index 96% rename from LiteLoader/Header/MC/ClassroomModeNetworkHandler.hpp rename to LiteLoader/include/llapi/mc/ClassroomModeNetworkHandler.hpp index a8b74de..8ff264c 100644 --- a/LiteLoader/Header/MC/ClassroomModeNetworkHandler.hpp +++ b/LiteLoader/include/llapi/mc/ClassroomModeNetworkHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClayBlock.hpp b/LiteLoader/include/llapi/mc/ClayBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ClayBlock.hpp rename to LiteLoader/include/llapi/mc/ClayBlock.hpp index 24ad508..c810f67 100644 --- a/LiteLoader/Header/MC/ClayBlock.hpp +++ b/LiteLoader/include/llapi/mc/ClayBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClayFeature.hpp b/LiteLoader/include/llapi/mc/ClayFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/ClayFeature.hpp rename to LiteLoader/include/llapi/mc/ClayFeature.hpp index 91886c6..9bba9e6 100644 --- a/LiteLoader/Header/MC/ClayFeature.hpp +++ b/LiteLoader/include/llapi/mc/ClayFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClearCommand.hpp b/LiteLoader/include/llapi/mc/ClearCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ClearCommand.hpp rename to LiteLoader/include/llapi/mc/ClearCommand.hpp index e994b4c..a1f2661 100644 --- a/LiteLoader/Header/MC/ClearCommand.hpp +++ b/LiteLoader/include/llapi/mc/ClearCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClientAutomationCommandOrigin.hpp b/LiteLoader/include/llapi/mc/ClientAutomationCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/ClientAutomationCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/ClientAutomationCommandOrigin.hpp index 41847c1..b175439 100644 --- a/LiteLoader/Header/MC/ClientAutomationCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/ClientAutomationCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/ClientCacheBlobStatusPacket.hpp b/LiteLoader/include/llapi/mc/ClientCacheBlobStatusPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ClientCacheBlobStatusPacket.hpp rename to LiteLoader/include/llapi/mc/ClientCacheBlobStatusPacket.hpp index 7908dc5..65d69b6 100644 --- a/LiteLoader/Header/MC/ClientCacheBlobStatusPacket.hpp +++ b/LiteLoader/include/llapi/mc/ClientCacheBlobStatusPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClientCacheMissResponsePacket.hpp b/LiteLoader/include/llapi/mc/ClientCacheMissResponsePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ClientCacheMissResponsePacket.hpp rename to LiteLoader/include/llapi/mc/ClientCacheMissResponsePacket.hpp index b0c6c61..352546e 100644 --- a/LiteLoader/Header/MC/ClientCacheMissResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/ClientCacheMissResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClientCacheStatusPacket.hpp b/LiteLoader/include/llapi/mc/ClientCacheStatusPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ClientCacheStatusPacket.hpp rename to LiteLoader/include/llapi/mc/ClientCacheStatusPacket.hpp index f9ec1b7..1785b6c 100644 --- a/LiteLoader/Header/MC/ClientCacheStatusPacket.hpp +++ b/LiteLoader/include/llapi/mc/ClientCacheStatusPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClientToServerHandshakePacket.hpp b/LiteLoader/include/llapi/mc/ClientToServerHandshakePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ClientToServerHandshakePacket.hpp rename to LiteLoader/include/llapi/mc/ClientToServerHandshakePacket.hpp index a7bcfdb..17ccada 100644 --- a/LiteLoader/Header/MC/ClientToServerHandshakePacket.hpp +++ b/LiteLoader/include/llapi/mc/ClientToServerHandshakePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClientboundMapItemDataPacket.hpp b/LiteLoader/include/llapi/mc/ClientboundMapItemDataPacket.hpp similarity index 97% rename from LiteLoader/Header/MC/ClientboundMapItemDataPacket.hpp rename to LiteLoader/include/llapi/mc/ClientboundMapItemDataPacket.hpp index 2987b92..b229606 100644 --- a/LiteLoader/Header/MC/ClientboundMapItemDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/ClientboundMapItemDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MapItemTrackedActor.hpp" #include "Packet.hpp" diff --git a/LiteLoader/Header/MC/ClockItem.hpp b/LiteLoader/include/llapi/mc/ClockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ClockItem.hpp rename to LiteLoader/include/llapi/mc/ClockItem.hpp index 8112615..c351e65 100644 --- a/LiteLoader/Header/MC/ClockItem.hpp +++ b/LiteLoader/include/llapi/mc/ClockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClockSpriteCalculator.hpp b/LiteLoader/include/llapi/mc/ClockSpriteCalculator.hpp similarity index 94% rename from LiteLoader/Header/MC/ClockSpriteCalculator.hpp rename to LiteLoader/include/llapi/mc/ClockSpriteCalculator.hpp index 7b7525d..7e63ba7 100644 --- a/LiteLoader/Header/MC/ClockSpriteCalculator.hpp +++ b/LiteLoader/include/llapi/mc/ClockSpriteCalculator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CloneCommand.hpp b/LiteLoader/include/llapi/mc/CloneCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/CloneCommand.hpp rename to LiteLoader/include/llapi/mc/CloneCommand.hpp index 5b4ff25..f80a8fb 100644 --- a/LiteLoader/Header/MC/CloneCommand.hpp +++ b/LiteLoader/include/llapi/mc/CloneCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CloseWebSocketCommand.hpp b/LiteLoader/include/llapi/mc/CloseWebSocketCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/CloseWebSocketCommand.hpp rename to LiteLoader/include/llapi/mc/CloseWebSocketCommand.hpp index b3faea4..20b9439 100644 --- a/LiteLoader/Header/MC/CloseWebSocketCommand.hpp +++ b/LiteLoader/include/llapi/mc/CloseWebSocketCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClothBlock.hpp b/LiteLoader/include/llapi/mc/ClothBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ClothBlock.hpp rename to LiteLoader/include/llapi/mc/ClothBlock.hpp index 1daf442..5dc536c 100644 --- a/LiteLoader/Header/MC/ClothBlock.hpp +++ b/LiteLoader/include/llapi/mc/ClothBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ClothBlockItem.hpp b/LiteLoader/include/llapi/mc/ClothBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ClothBlockItem.hpp rename to LiteLoader/include/llapi/mc/ClothBlockItem.hpp index 2fccf47..c217e0f 100644 --- a/LiteLoader/Header/MC/ClothBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/ClothBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoalItem.hpp b/LiteLoader/include/llapi/mc/CoalItem.hpp similarity index 97% rename from LiteLoader/Header/MC/CoalItem.hpp rename to LiteLoader/include/llapi/mc/CoalItem.hpp index 3372f35..4f7f060 100644 --- a/LiteLoader/Header/MC/CoalItem.hpp +++ b/LiteLoader/include/llapi/mc/CoalItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CocoaBlock.hpp b/LiteLoader/include/llapi/mc/CocoaBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CocoaBlock.hpp rename to LiteLoader/include/llapi/mc/CocoaBlock.hpp index 2dc8600..4e09547 100644 --- a/LiteLoader/Header/MC/CocoaBlock.hpp +++ b/LiteLoader/include/llapi/mc/CocoaBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CodeBuilderCommand.hpp b/LiteLoader/include/llapi/mc/CodeBuilderCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/CodeBuilderCommand.hpp rename to LiteLoader/include/llapi/mc/CodeBuilderCommand.hpp index 02c0469..156ccd5 100644 --- a/LiteLoader/Header/MC/CodeBuilderCommand.hpp +++ b/LiteLoader/include/llapi/mc/CodeBuilderCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CodeBuilderPacket.hpp b/LiteLoader/include/llapi/mc/CodeBuilderPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/CodeBuilderPacket.hpp rename to LiteLoader/include/llapi/mc/CodeBuilderPacket.hpp index 5ba043b..acbcb19 100644 --- a/LiteLoader/Header/MC/CodeBuilderPacket.hpp +++ b/LiteLoader/include/llapi/mc/CodeBuilderPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CollisionBoxDescription.hpp b/LiteLoader/include/llapi/mc/CollisionBoxDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/CollisionBoxDescription.hpp rename to LiteLoader/include/llapi/mc/CollisionBoxDescription.hpp index 4b22436..8f09ac2 100644 --- a/LiteLoader/Header/MC/CollisionBoxDescription.hpp +++ b/LiteLoader/include/llapi/mc/CollisionBoxDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Color.hpp b/LiteLoader/include/llapi/mc/Color.hpp similarity index 97% rename from LiteLoader/Header/MC/Color.hpp rename to LiteLoader/include/llapi/mc/Color.hpp index b073a5f..ed5a1d1 100644 --- a/LiteLoader/Header/MC/Color.hpp +++ b/LiteLoader/include/llapi/mc/Color.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Color2Description.hpp b/LiteLoader/include/llapi/mc/Color2Description.hpp similarity index 95% rename from LiteLoader/Header/MC/Color2Description.hpp rename to LiteLoader/include/llapi/mc/Color2Description.hpp index 948d100..1d683af 100644 --- a/LiteLoader/Header/MC/Color2Description.hpp +++ b/LiteLoader/include/llapi/mc/Color2Description.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ColorDescription.hpp b/LiteLoader/include/llapi/mc/ColorDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ColorDescription.hpp rename to LiteLoader/include/llapi/mc/ColorDescription.hpp index 71a2495..d92358e 100644 --- a/LiteLoader/Header/MC/ColorDescription.hpp +++ b/LiteLoader/include/llapi/mc/ColorDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ColorFormat.hpp b/LiteLoader/include/llapi/mc/ColorFormat.hpp similarity index 98% rename from LiteLoader/Header/MC/ColorFormat.hpp rename to LiteLoader/include/llapi/mc/ColorFormat.hpp index cbeb991..42bac30 100644 --- a/LiteLoader/Header/MC/ColorFormat.hpp +++ b/LiteLoader/include/llapi/mc/ColorFormat.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA //using mce::Color; diff --git a/LiteLoader/Header/MC/ColorPaletteAttributes.hpp b/LiteLoader/include/llapi/mc/ColorPaletteAttributes.hpp similarity index 94% rename from LiteLoader/Header/MC/ColorPaletteAttributes.hpp rename to LiteLoader/include/llapi/mc/ColorPaletteAttributes.hpp index 4b371da..400e091 100644 --- a/LiteLoader/Header/MC/ColorPaletteAttributes.hpp +++ b/LiteLoader/include/llapi/mc/ColorPaletteAttributes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ColoredBlock.hpp b/LiteLoader/include/llapi/mc/ColoredBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ColoredBlock.hpp rename to LiteLoader/include/llapi/mc/ColoredBlock.hpp index 3dc5e81..d491f04 100644 --- a/LiteLoader/Header/MC/ColoredBlock.hpp +++ b/LiteLoader/include/llapi/mc/ColoredBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ColoredTorchBlock.hpp b/LiteLoader/include/llapi/mc/ColoredTorchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ColoredTorchBlock.hpp rename to LiteLoader/include/llapi/mc/ColoredTorchBlock.hpp index 40d6833..4575031 100644 --- a/LiteLoader/Header/MC/ColoredTorchBlock.hpp +++ b/LiteLoader/include/llapi/mc/ColoredTorchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TorchBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Command.hpp b/LiteLoader/include/llapi/mc/Command.hpp similarity index 98% rename from LiteLoader/Header/MC/Command.hpp rename to LiteLoader/include/llapi/mc/Command.hpp index 8c6fdee..5391748 100644 --- a/LiteLoader/Header/MC/Command.hpp +++ b/LiteLoader/include/llapi/mc/Command.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandAreaFactory.hpp b/LiteLoader/include/llapi/mc/CommandAreaFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandAreaFactory.hpp rename to LiteLoader/include/llapi/mc/CommandAreaFactory.hpp index 7caa296..11254ae 100644 --- a/LiteLoader/Header/MC/CommandAreaFactory.hpp +++ b/LiteLoader/include/llapi/mc/CommandAreaFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlock.hpp b/LiteLoader/include/llapi/mc/CommandBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/CommandBlock.hpp rename to LiteLoader/include/llapi/mc/CommandBlock.hpp index d5ca67a..657bc9e 100644 --- a/LiteLoader/Header/MC/CommandBlock.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlockActor.hpp b/LiteLoader/include/llapi/mc/CommandBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandBlockActor.hpp rename to LiteLoader/include/llapi/mc/CommandBlockActor.hpp index dafaed8..b0f7589 100644 --- a/LiteLoader/Header/MC/CommandBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlockComponent.hpp b/LiteLoader/include/llapi/mc/CommandBlockComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandBlockComponent.hpp rename to LiteLoader/include/llapi/mc/CommandBlockComponent.hpp index f3718a2..06bf695 100644 --- a/LiteLoader/Header/MC/CommandBlockComponent.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlockComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlockDescription.hpp b/LiteLoader/include/llapi/mc/CommandBlockDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandBlockDescription.hpp rename to LiteLoader/include/llapi/mc/CommandBlockDescription.hpp index 5be2b0f..64e70d1 100644 --- a/LiteLoader/Header/MC/CommandBlockDescription.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlockDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlockSystem.hpp b/LiteLoader/include/llapi/mc/CommandBlockSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandBlockSystem.hpp rename to LiteLoader/include/llapi/mc/CommandBlockSystem.hpp index d8980e8..48558df 100644 --- a/LiteLoader/Header/MC/CommandBlockSystem.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlockSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandBlockUpdatePacket.hpp b/LiteLoader/include/llapi/mc/CommandBlockUpdatePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandBlockUpdatePacket.hpp rename to LiteLoader/include/llapi/mc/CommandBlockUpdatePacket.hpp index 358bf0f..e5fd8a1 100644 --- a/LiteLoader/Header/MC/CommandBlockUpdatePacket.hpp +++ b/LiteLoader/include/llapi/mc/CommandBlockUpdatePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandContext.hpp b/LiteLoader/include/llapi/mc/CommandContext.hpp similarity index 97% rename from LiteLoader/Header/MC/CommandContext.hpp rename to LiteLoader/include/llapi/mc/CommandContext.hpp index 560fb6a..c747d96 100644 --- a/LiteLoader/Header/MC/CommandContext.hpp +++ b/LiteLoader/include/llapi/mc/CommandContext.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandDispatcher.hpp b/LiteLoader/include/llapi/mc/CommandDispatcher.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandDispatcher.hpp rename to LiteLoader/include/llapi/mc/CommandDispatcher.hpp index fb889ae..bc72e6c 100644 --- a/LiteLoader/Header/MC/CommandDispatcher.hpp +++ b/LiteLoader/include/llapi/mc/CommandDispatcher.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandFlag.hpp b/LiteLoader/include/llapi/mc/CommandFlag.hpp similarity index 100% rename from LiteLoader/Header/MC/CommandFlag.hpp rename to LiteLoader/include/llapi/mc/CommandFlag.hpp diff --git a/LiteLoader/Header/MC/CommandFunctionEntry.hpp b/LiteLoader/include/llapi/mc/CommandFunctionEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandFunctionEntry.hpp rename to LiteLoader/include/llapi/mc/CommandFunctionEntry.hpp index dbb5233..f447247 100644 --- a/LiteLoader/Header/MC/CommandFunctionEntry.hpp +++ b/LiteLoader/include/llapi/mc/CommandFunctionEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandIntegerRange.hpp b/LiteLoader/include/llapi/mc/CommandIntegerRange.hpp similarity index 97% rename from LiteLoader/Header/MC/CommandIntegerRange.hpp rename to LiteLoader/include/llapi/mc/CommandIntegerRange.hpp index 559ca6d..e62ec5c 100644 --- a/LiteLoader/Header/MC/CommandIntegerRange.hpp +++ b/LiteLoader/include/llapi/mc/CommandIntegerRange.hpp @@ -4,7 +4,7 @@ * */ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" class CommandIntegerRange { diff --git a/LiteLoader/Header/MC/CommandItem.hpp b/LiteLoader/include/llapi/mc/CommandItem.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandItem.hpp rename to LiteLoader/include/llapi/mc/CommandItem.hpp index f5939e7..7fae214 100644 --- a/LiteLoader/Header/MC/CommandItem.hpp +++ b/LiteLoader/include/llapi/mc/CommandItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandLexer.hpp b/LiteLoader/include/llapi/mc/CommandLexer.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandLexer.hpp rename to LiteLoader/include/llapi/mc/CommandLexer.hpp index 5d47db9..49ad6db 100644 --- a/LiteLoader/Header/MC/CommandLexer.hpp +++ b/LiteLoader/include/llapi/mc/CommandLexer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandMessage.hpp b/LiteLoader/include/llapi/mc/CommandMessage.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandMessage.hpp rename to LiteLoader/include/llapi/mc/CommandMessage.hpp index 5360a16..fee79c4 100644 --- a/LiteLoader/Header/MC/CommandMessage.hpp +++ b/LiteLoader/include/llapi/mc/CommandMessage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "CommandSelector.hpp" diff --git a/LiteLoader/Header/MC/CommandOrigin.hpp b/LiteLoader/include/llapi/mc/CommandOrigin.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandOrigin.hpp rename to LiteLoader/include/llapi/mc/CommandOrigin.hpp index b8e9301..d49ab2e 100644 --- a/LiteLoader/Header/MC/CommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/CommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Bedrock.hpp" diff --git a/LiteLoader/Header/MC/CommandOriginData.hpp b/LiteLoader/include/llapi/mc/CommandOriginData.hpp similarity index 93% rename from LiteLoader/Header/MC/CommandOriginData.hpp rename to LiteLoader/include/llapi/mc/CommandOriginData.hpp index d5f30fa..7cf3508 100644 --- a/LiteLoader/Header/MC/CommandOriginData.hpp +++ b/LiteLoader/include/llapi/mc/CommandOriginData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandOutput.hpp b/LiteLoader/include/llapi/mc/CommandOutput.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandOutput.hpp rename to LiteLoader/include/llapi/mc/CommandOutput.hpp index a49f5d4..bc6bf44 100644 --- a/LiteLoader/Header/MC/CommandOutput.hpp +++ b/LiteLoader/include/llapi/mc/CommandOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here @@ -10,7 +10,7 @@ #include "Command.hpp" #include "ServerPlayer.hpp" #include "../Utils/PluginOwnData.h" -#include "../I18nAPI.h" +#include "include/llapi/I18nAPI.h" #define POD_COMMANDOUTPUT_LANGCODE ("_ll_plugin_cmdoutp_langcode_" + std::to_string((uint64_t)this)) #undef BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandOutputMessage.hpp b/LiteLoader/include/llapi/mc/CommandOutputMessage.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandOutputMessage.hpp rename to LiteLoader/include/llapi/mc/CommandOutputMessage.hpp index 362c168..44de9ac 100644 --- a/LiteLoader/Header/MC/CommandOutputMessage.hpp +++ b/LiteLoader/include/llapi/mc/CommandOutputMessage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandOutputPacket.hpp b/LiteLoader/include/llapi/mc/CommandOutputPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandOutputPacket.hpp rename to LiteLoader/include/llapi/mc/CommandOutputPacket.hpp index f007c97..0e2c2fe 100644 --- a/LiteLoader/Header/MC/CommandOutputPacket.hpp +++ b/LiteLoader/include/llapi/mc/CommandOutputPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandOutputParameter.hpp b/LiteLoader/include/llapi/mc/CommandOutputParameter.hpp similarity index 97% rename from LiteLoader/Header/MC/CommandOutputParameter.hpp rename to LiteLoader/include/llapi/mc/CommandOutputParameter.hpp index fd35f44..4a8f111 100644 --- a/LiteLoader/Header/MC/CommandOutputParameter.hpp +++ b/LiteLoader/include/llapi/mc/CommandOutputParameter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandOutputSender.hpp b/LiteLoader/include/llapi/mc/CommandOutputSender.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandOutputSender.hpp rename to LiteLoader/include/llapi/mc/CommandOutputSender.hpp index 5cdd108..551918b 100644 --- a/LiteLoader/Header/MC/CommandOutputSender.hpp +++ b/LiteLoader/include/llapi/mc/CommandOutputSender.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandParameterData.hpp b/LiteLoader/include/llapi/mc/CommandParameterData.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandParameterData.hpp rename to LiteLoader/include/llapi/mc/CommandParameterData.hpp index f3f3276..9afd18b 100644 --- a/LiteLoader/Header/MC/CommandParameterData.hpp +++ b/LiteLoader/include/llapi/mc/CommandParameterData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandPosition.hpp b/LiteLoader/include/llapi/mc/CommandPosition.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandPosition.hpp rename to LiteLoader/include/llapi/mc/CommandPosition.hpp index 85f3a8a..b97d508 100644 --- a/LiteLoader/Header/MC/CommandPosition.hpp +++ b/LiteLoader/include/llapi/mc/CommandPosition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "CompoundTag.hpp" diff --git a/LiteLoader/Header/MC/CommandPositionFloat.hpp b/LiteLoader/include/llapi/mc/CommandPositionFloat.hpp similarity index 100% rename from LiteLoader/Header/MC/CommandPositionFloat.hpp rename to LiteLoader/include/llapi/mc/CommandPositionFloat.hpp diff --git a/LiteLoader/Header/MC/CommandPropertyBag.hpp b/LiteLoader/include/llapi/mc/CommandPropertyBag.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandPropertyBag.hpp rename to LiteLoader/include/llapi/mc/CommandPropertyBag.hpp index 36a31f2..a3f22fd 100644 --- a/LiteLoader/Header/MC/CommandPropertyBag.hpp +++ b/LiteLoader/include/llapi/mc/CommandPropertyBag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandRawText.hpp b/LiteLoader/include/llapi/mc/CommandRawText.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandRawText.hpp rename to LiteLoader/include/llapi/mc/CommandRawText.hpp index c43d49a..c8ef304 100644 --- a/LiteLoader/Header/MC/CommandRawText.hpp +++ b/LiteLoader/include/llapi/mc/CommandRawText.hpp @@ -4,7 +4,7 @@ * */ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" class CommandRawText { diff --git a/LiteLoader/Header/MC/CommandRegistry.hpp b/LiteLoader/include/llapi/mc/CommandRegistry.hpp similarity index 99% rename from LiteLoader/Header/MC/CommandRegistry.hpp rename to LiteLoader/include/llapi/mc/CommandRegistry.hpp index 1ee3bd6..9a9c697 100644 --- a/LiteLoader/Header/MC/CommandRegistry.hpp +++ b/LiteLoader/include/llapi/mc/CommandRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandRequestPacket.hpp b/LiteLoader/include/llapi/mc/CommandRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandRequestPacket.hpp rename to LiteLoader/include/llapi/mc/CommandRequestPacket.hpp index 760ccbf..c888190 100644 --- a/LiteLoader/Header/MC/CommandRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/CommandRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandSelector.hpp b/LiteLoader/include/llapi/mc/CommandSelector.hpp similarity index 100% rename from LiteLoader/Header/MC/CommandSelector.hpp rename to LiteLoader/include/llapi/mc/CommandSelector.hpp diff --git a/LiteLoader/Header/MC/CommandSelectorBase.hpp b/LiteLoader/include/llapi/mc/CommandSelectorBase.hpp similarity index 98% rename from LiteLoader/Header/MC/CommandSelectorBase.hpp rename to LiteLoader/include/llapi/mc/CommandSelectorBase.hpp index 18cb45d..f983b54 100644 --- a/LiteLoader/Header/MC/CommandSelectorBase.hpp +++ b/LiteLoader/include/llapi/mc/CommandSelectorBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandSoftEnumRegistry.hpp b/LiteLoader/include/llapi/mc/CommandSoftEnumRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/CommandSoftEnumRegistry.hpp rename to LiteLoader/include/llapi/mc/CommandSoftEnumRegistry.hpp index 93c148d..7ba2c3d 100644 --- a/LiteLoader/Header/MC/CommandSoftEnumRegistry.hpp +++ b/LiteLoader/include/llapi/mc/CommandSoftEnumRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/CommandSyntaxInformation.hpp b/LiteLoader/include/llapi/mc/CommandSyntaxInformation.hpp similarity index 94% rename from LiteLoader/Header/MC/CommandSyntaxInformation.hpp rename to LiteLoader/include/llapi/mc/CommandSyntaxInformation.hpp index f20cce1..5665675 100644 --- a/LiteLoader/Header/MC/CommandSyntaxInformation.hpp +++ b/LiteLoader/include/llapi/mc/CommandSyntaxInformation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandUtils.hpp b/LiteLoader/include/llapi/mc/CommandUtils.hpp similarity index 97% rename from LiteLoader/Header/MC/CommandUtils.hpp rename to LiteLoader/include/llapi/mc/CommandUtils.hpp index 9548443..e72c34e 100644 --- a/LiteLoader/Header/MC/CommandUtils.hpp +++ b/LiteLoader/include/llapi/mc/CommandUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CommandVersion.hpp b/LiteLoader/include/llapi/mc/CommandVersion.hpp similarity index 95% rename from LiteLoader/Header/MC/CommandVersion.hpp rename to LiteLoader/include/llapi/mc/CommandVersion.hpp index 02bdbb0..56ac020 100644 --- a/LiteLoader/Header/MC/CommandVersion.hpp +++ b/LiteLoader/include/llapi/mc/CommandVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Common.hpp b/LiteLoader/include/llapi/mc/Common.hpp similarity index 91% rename from LiteLoader/Header/MC/Common.hpp rename to LiteLoader/include/llapi/mc/Common.hpp index a7d7b92..ecfe27f 100644 --- a/LiteLoader/Header/MC/Common.hpp +++ b/LiteLoader/include/llapi/mc/Common.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompactionListenerEnv.hpp b/LiteLoader/include/llapi/mc/CompactionListenerEnv.hpp similarity index 96% rename from LiteLoader/Header/MC/CompactionListenerEnv.hpp rename to LiteLoader/include/llapi/mc/CompactionListenerEnv.hpp index 9a34489..18a1843 100644 --- a/LiteLoader/Header/MC/CompactionListenerEnv.hpp +++ b/LiteLoader/include/llapi/mc/CompactionListenerEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TransactionalWorldBlockTarget.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComparatorBlock.hpp b/LiteLoader/include/llapi/mc/ComparatorBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ComparatorBlock.hpp rename to LiteLoader/include/llapi/mc/ComparatorBlock.hpp index 169612a..e5d3719 100644 --- a/LiteLoader/Header/MC/ComparatorBlock.hpp +++ b/LiteLoader/include/llapi/mc/ComparatorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComparatorBlockActor.hpp b/LiteLoader/include/llapi/mc/ComparatorBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/ComparatorBlockActor.hpp rename to LiteLoader/include/llapi/mc/ComparatorBlockActor.hpp index 92c2a36..385c9b5 100644 --- a/LiteLoader/Header/MC/ComparatorBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ComparatorBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComparatorCapacitor.hpp b/LiteLoader/include/llapi/mc/ComparatorCapacitor.hpp similarity index 97% rename from LiteLoader/Header/MC/ComparatorCapacitor.hpp rename to LiteLoader/include/llapi/mc/ComparatorCapacitor.hpp index 9a9ea73..9f6ccf0 100644 --- a/LiteLoader/Header/MC/ComparatorCapacitor.hpp +++ b/LiteLoader/include/llapi/mc/ComparatorCapacitor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ProducerComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompassItem.hpp b/LiteLoader/include/llapi/mc/CompassItem.hpp similarity index 97% rename from LiteLoader/Header/MC/CompassItem.hpp rename to LiteLoader/include/llapi/mc/CompassItem.hpp index daa4498..3aca7dd 100644 --- a/LiteLoader/Header/MC/CompassItem.hpp +++ b/LiteLoader/include/llapi/mc/CompassItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompassSpriteCalculator.hpp b/LiteLoader/include/llapi/mc/CompassSpriteCalculator.hpp similarity index 95% rename from LiteLoader/Header/MC/CompassSpriteCalculator.hpp rename to LiteLoader/include/llapi/mc/CompassSpriteCalculator.hpp index 4566612..0fc3ead 100644 --- a/LiteLoader/Header/MC/CompassSpriteCalculator.hpp +++ b/LiteLoader/include/llapi/mc/CompassSpriteCalculator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompletedUsingItemPacket.hpp b/LiteLoader/include/llapi/mc/CompletedUsingItemPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/CompletedUsingItemPacket.hpp rename to LiteLoader/include/llapi/mc/CompletedUsingItemPacket.hpp index 56ff48a..541a324 100644 --- a/LiteLoader/Header/MC/CompletedUsingItemPacket.hpp +++ b/LiteLoader/include/llapi/mc/CompletedUsingItemPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComplexInventoryTransaction.hpp b/LiteLoader/include/llapi/mc/ComplexInventoryTransaction.hpp similarity index 97% rename from LiteLoader/Header/MC/ComplexInventoryTransaction.hpp rename to LiteLoader/include/llapi/mc/ComplexInventoryTransaction.hpp index 6f98d82..cdd1bb2 100644 --- a/LiteLoader/Header/MC/ComplexInventoryTransaction.hpp +++ b/LiteLoader/include/llapi/mc/ComplexInventoryTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/ComplexItem.hpp b/LiteLoader/include/llapi/mc/ComplexItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ComplexItem.hpp rename to LiteLoader/include/llapi/mc/ComplexItem.hpp index 1f1010d..6f5155d 100644 --- a/LiteLoader/Header/MC/ComplexItem.hpp +++ b/LiteLoader/include/llapi/mc/ComplexItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComponentDescription.hpp b/LiteLoader/include/llapi/mc/ComponentDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/ComponentDescription.hpp rename to LiteLoader/include/llapi/mc/ComponentDescription.hpp index 31b718e..d094d8c 100644 --- a/LiteLoader/Header/MC/ComponentDescription.hpp +++ b/LiteLoader/include/llapi/mc/ComponentDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompositeDefinition.hpp b/LiteLoader/include/llapi/mc/CompositeDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/CompositeDefinition.hpp rename to LiteLoader/include/llapi/mc/CompositeDefinition.hpp index 0b8e7fc..782799a 100644 --- a/LiteLoader/Header/MC/CompositeDefinition.hpp +++ b/LiteLoader/include/llapi/mc/CompositeDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompositePackSource.hpp b/LiteLoader/include/llapi/mc/CompositePackSource.hpp similarity index 96% rename from LiteLoader/Header/MC/CompositePackSource.hpp rename to LiteLoader/include/llapi/mc/CompositePackSource.hpp index a1a86b3..f85b935 100644 --- a/LiteLoader/Header/MC/CompositePackSource.hpp +++ b/LiteLoader/include/llapi/mc/CompositePackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ComposterBlock.hpp b/LiteLoader/include/llapi/mc/ComposterBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ComposterBlock.hpp rename to LiteLoader/include/llapi/mc/ComposterBlock.hpp index 0a19298..1dfa302 100644 --- a/LiteLoader/Header/MC/ComposterBlock.hpp +++ b/LiteLoader/include/llapi/mc/ComposterBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MinecraftEventing.hpp" #include "BlockLegacy.hpp" diff --git a/LiteLoader/Header/MC/CompoundCreatorContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/CompoundCreatorContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/CompoundCreatorContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/CompoundCreatorContainerManagerModel.hpp index 2dfda30..a40aa54 100644 --- a/LiteLoader/Header/MC/CompoundCreatorContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/CompoundCreatorContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundItem.hpp b/LiteLoader/include/llapi/mc/CompoundItem.hpp similarity index 98% rename from LiteLoader/Header/MC/CompoundItem.hpp rename to LiteLoader/include/llapi/mc/CompoundItem.hpp index f328b3d..b4fdc50 100644 --- a/LiteLoader/Header/MC/CompoundItem.hpp +++ b/LiteLoader/include/llapi/mc/CompoundItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTag.hpp b/LiteLoader/include/llapi/mc/CompoundTag.hpp similarity index 99% rename from LiteLoader/Header/MC/CompoundTag.hpp rename to LiteLoader/include/llapi/mc/CompoundTag.hpp index 658dc66..e248478 100644 --- a/LiteLoader/Header/MC/CompoundTag.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTagEditHelper.hpp b/LiteLoader/include/llapi/mc/CompoundTagEditHelper.hpp similarity index 95% rename from LiteLoader/Header/MC/CompoundTagEditHelper.hpp rename to LiteLoader/include/llapi/mc/CompoundTagEditHelper.hpp index b1b85fe..75a02d8 100644 --- a/LiteLoader/Header/MC/CompoundTagEditHelper.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTagEditHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTagUpdater.hpp b/LiteLoader/include/llapi/mc/CompoundTagUpdater.hpp similarity index 94% rename from LiteLoader/Header/MC/CompoundTagUpdater.hpp rename to LiteLoader/include/llapi/mc/CompoundTagUpdater.hpp index 6f7afb0..e55b0f3 100644 --- a/LiteLoader/Header/MC/CompoundTagUpdater.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTagUpdater.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTagUpdaterBuilder.hpp b/LiteLoader/include/llapi/mc/CompoundTagUpdaterBuilder.hpp similarity index 96% rename from LiteLoader/Header/MC/CompoundTagUpdaterBuilder.hpp rename to LiteLoader/include/llapi/mc/CompoundTagUpdaterBuilder.hpp index 8417b81..455aa3a 100644 --- a/LiteLoader/Header/MC/CompoundTagUpdaterBuilder.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTagUpdaterBuilder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTagUpdaterContext.hpp b/LiteLoader/include/llapi/mc/CompoundTagUpdaterContext.hpp similarity index 96% rename from LiteLoader/Header/MC/CompoundTagUpdaterContext.hpp rename to LiteLoader/include/llapi/mc/CompoundTagUpdaterContext.hpp index 45806ac..8535e91 100644 --- a/LiteLoader/Header/MC/CompoundTagUpdaterContext.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTagUpdaterContext.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompoundTagVariant.hpp b/LiteLoader/include/llapi/mc/CompoundTagVariant.hpp similarity index 97% rename from LiteLoader/Header/MC/CompoundTagVariant.hpp rename to LiteLoader/include/llapi/mc/CompoundTagVariant.hpp index 13b70b7..3a1a1bd 100644 --- a/LiteLoader/Header/MC/CompoundTagVariant.hpp +++ b/LiteLoader/include/llapi/mc/CompoundTagVariant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CompressedNetworkPeer.hpp b/LiteLoader/include/llapi/mc/CompressedNetworkPeer.hpp similarity index 96% rename from LiteLoader/Header/MC/CompressedNetworkPeer.hpp rename to LiteLoader/include/llapi/mc/CompressedNetworkPeer.hpp index d5d4da2..3af9781 100644 --- a/LiteLoader/Header/MC/CompressedNetworkPeer.hpp +++ b/LiteLoader/include/llapi/mc/CompressedNetworkPeer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetworkPeer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConcreteBlock.hpp b/LiteLoader/include/llapi/mc/ConcreteBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ConcreteBlock.hpp rename to LiteLoader/include/llapi/mc/ConcreteBlock.hpp index 35fc473..b2e9d9f 100644 --- a/LiteLoader/Header/MC/ConcreteBlock.hpp +++ b/LiteLoader/include/llapi/mc/ConcreteBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConcretePowderBlock.hpp b/LiteLoader/include/llapi/mc/ConcretePowderBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ConcretePowderBlock.hpp rename to LiteLoader/include/llapi/mc/ConcretePowderBlock.hpp index 46b11c8..b7c2e29 100644 --- a/LiteLoader/Header/MC/ConcretePowderBlock.hpp +++ b/LiteLoader/include/llapi/mc/ConcretePowderBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConduitBlock.hpp b/LiteLoader/include/llapi/mc/ConduitBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ConduitBlock.hpp rename to LiteLoader/include/llapi/mc/ConduitBlock.hpp index 1f74132..08b6373 100644 --- a/LiteLoader/Header/MC/ConduitBlock.hpp +++ b/LiteLoader/include/llapi/mc/ConduitBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConduitBlockActor.hpp b/LiteLoader/include/llapi/mc/ConduitBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/ConduitBlockActor.hpp rename to LiteLoader/include/llapi/mc/ConduitBlockActor.hpp index 0324d11..d55feea 100644 --- a/LiteLoader/Header/MC/ConduitBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ConduitBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConnectionRequest.hpp b/LiteLoader/include/llapi/mc/ConnectionRequest.hpp similarity index 98% rename from LiteLoader/Header/MC/ConnectionRequest.hpp rename to LiteLoader/include/llapi/mc/ConnectionRequest.hpp index a26d65d..f6ed38c 100644 --- a/LiteLoader/Header/MC/ConnectionRequest.hpp +++ b/LiteLoader/include/llapi/mc/ConnectionRequest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "persona.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/Connector.hpp b/LiteLoader/include/llapi/mc/Connector.hpp similarity index 92% rename from LiteLoader/Header/MC/Connector.hpp rename to LiteLoader/include/llapi/mc/Connector.hpp index 310de25..991c291 100644 --- a/LiteLoader/Header/MC/Connector.hpp +++ b/LiteLoader/include/llapi/mc/Connector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConsoleChunkBlender.hpp b/LiteLoader/include/llapi/mc/ConsoleChunkBlender.hpp similarity index 97% rename from LiteLoader/Header/MC/ConsoleChunkBlender.hpp rename to LiteLoader/include/llapi/mc/ConsoleChunkBlender.hpp index a738f9b..f858200 100644 --- a/LiteLoader/Header/MC/ConsoleChunkBlender.hpp +++ b/LiteLoader/include/llapi/mc/ConsoleChunkBlender.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConsumeItemDefinition.hpp b/LiteLoader/include/llapi/mc/ConsumeItemDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ConsumeItemDefinition.hpp rename to LiteLoader/include/llapi/mc/ConsumeItemDefinition.hpp index 6711b54..833eb46 100644 --- a/LiteLoader/Header/MC/ConsumeItemDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ConsumeItemDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/ConsumeItemNode.hpp b/LiteLoader/include/llapi/mc/ConsumeItemNode.hpp similarity index 94% rename from LiteLoader/Header/MC/ConsumeItemNode.hpp rename to LiteLoader/include/llapi/mc/ConsumeItemNode.hpp index 5d3818b..61d41be 100644 --- a/LiteLoader/Header/MC/ConsumeItemNode.hpp +++ b/LiteLoader/include/llapi/mc/ConsumeItemNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ConsumerComponent.hpp b/LiteLoader/include/llapi/mc/ConsumerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ConsumerComponent.hpp rename to LiteLoader/include/llapi/mc/ConsumerComponent.hpp index ac86a74..1796375 100644 --- a/LiteLoader/Header/MC/ConsumerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ConsumerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseCircuitComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Container.hpp b/LiteLoader/include/llapi/mc/Container.hpp similarity index 99% rename from LiteLoader/Header/MC/Container.hpp rename to LiteLoader/include/llapi/mc/Container.hpp index ba0a16a..ea1282d 100644 --- a/LiteLoader/Header/MC/Container.hpp +++ b/LiteLoader/include/llapi/mc/Container.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares diff --git a/LiteLoader/Header/MC/ContainerClosePacket.hpp b/LiteLoader/include/llapi/mc/ContainerClosePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ContainerClosePacket.hpp rename to LiteLoader/include/llapi/mc/ContainerClosePacket.hpp index 97136b2..33e0c3e 100644 --- a/LiteLoader/Header/MC/ContainerClosePacket.hpp +++ b/LiteLoader/include/llapi/mc/ContainerClosePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerComponent.hpp b/LiteLoader/include/llapi/mc/ContainerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ContainerComponent.hpp index cb5161b..5309bc0 100644 --- a/LiteLoader/Header/MC/ContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerContentChangeListener.hpp b/LiteLoader/include/llapi/mc/ContainerContentChangeListener.hpp similarity index 94% rename from LiteLoader/Header/MC/ContainerContentChangeListener.hpp rename to LiteLoader/include/llapi/mc/ContainerContentChangeListener.hpp index 2407b22..952e637 100644 --- a/LiteLoader/Header/MC/ContainerContentChangeListener.hpp +++ b/LiteLoader/include/llapi/mc/ContainerContentChangeListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerDescription.hpp b/LiteLoader/include/llapi/mc/ContainerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ContainerDescription.hpp rename to LiteLoader/include/llapi/mc/ContainerDescription.hpp index 5e9f0ab..0892370 100644 --- a/LiteLoader/Header/MC/ContainerDescription.hpp +++ b/LiteLoader/include/llapi/mc/ContainerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerManagerController.hpp b/LiteLoader/include/llapi/mc/ContainerManagerController.hpp similarity index 95% rename from LiteLoader/Header/MC/ContainerManagerController.hpp rename to LiteLoader/include/llapi/mc/ContainerManagerController.hpp index 888e70e..2b94635 100644 --- a/LiteLoader/Header/MC/ContainerManagerController.hpp +++ b/LiteLoader/include/llapi/mc/ContainerManagerController.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/ContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/ContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/ContainerManagerModel.hpp index 812aa0f..05acfc0 100644 --- a/LiteLoader/Header/MC/ContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/ContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerModel.hpp b/LiteLoader/include/llapi/mc/ContainerModel.hpp similarity index 98% rename from LiteLoader/Header/MC/ContainerModel.hpp rename to LiteLoader/include/llapi/mc/ContainerModel.hpp index 6bbe310..83df083 100644 --- a/LiteLoader/Header/MC/ContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/ContainerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerOpenPacket.hpp b/LiteLoader/include/llapi/mc/ContainerOpenPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/ContainerOpenPacket.hpp rename to LiteLoader/include/llapi/mc/ContainerOpenPacket.hpp index b0eb0f6..32348e8 100644 --- a/LiteLoader/Header/MC/ContainerOpenPacket.hpp +++ b/LiteLoader/include/llapi/mc/ContainerOpenPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerScreenContext.hpp b/LiteLoader/include/llapi/mc/ContainerScreenContext.hpp similarity index 94% rename from LiteLoader/Header/MC/ContainerScreenContext.hpp rename to LiteLoader/include/llapi/mc/ContainerScreenContext.hpp index af8a788..11ce23a 100644 --- a/LiteLoader/Header/MC/ContainerScreenContext.hpp +++ b/LiteLoader/include/llapi/mc/ContainerScreenContext.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerSetDataPacket.hpp b/LiteLoader/include/llapi/mc/ContainerSetDataPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ContainerSetDataPacket.hpp rename to LiteLoader/include/llapi/mc/ContainerSetDataPacket.hpp index d1c0897..30644cc 100644 --- a/LiteLoader/Header/MC/ContainerSetDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/ContainerSetDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerSizeChangeListener.hpp b/LiteLoader/include/llapi/mc/ContainerSizeChangeListener.hpp similarity index 94% rename from LiteLoader/Header/MC/ContainerSizeChangeListener.hpp rename to LiteLoader/include/llapi/mc/ContainerSizeChangeListener.hpp index 57d4644..aa190f2 100644 --- a/LiteLoader/Header/MC/ContainerSizeChangeListener.hpp +++ b/LiteLoader/include/llapi/mc/ContainerSizeChangeListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerValidation.hpp b/LiteLoader/include/llapi/mc/ContainerValidation.hpp similarity index 95% rename from LiteLoader/Header/MC/ContainerValidation.hpp rename to LiteLoader/include/llapi/mc/ContainerValidation.hpp index 8f70ad4..e6c283c 100644 --- a/LiteLoader/Header/MC/ContainerValidation.hpp +++ b/LiteLoader/include/llapi/mc/ContainerValidation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContainerWeakRef.hpp b/LiteLoader/include/llapi/mc/ContainerWeakRef.hpp similarity index 95% rename from LiteLoader/Header/MC/ContainerWeakRef.hpp rename to LiteLoader/include/llapi/mc/ContainerWeakRef.hpp index 018f11f..06bd13f 100644 --- a/LiteLoader/Header/MC/ContainerWeakRef.hpp +++ b/LiteLoader/include/llapi/mc/ContainerWeakRef.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContentIdentity.hpp b/LiteLoader/include/llapi/mc/ContentIdentity.hpp similarity index 93% rename from LiteLoader/Header/MC/ContentIdentity.hpp rename to LiteLoader/include/llapi/mc/ContentIdentity.hpp index 12523b2..fc87858 100644 --- a/LiteLoader/Header/MC/ContentIdentity.hpp +++ b/LiteLoader/include/llapi/mc/ContentIdentity.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContentLog.hpp b/LiteLoader/include/llapi/mc/ContentLog.hpp similarity index 95% rename from LiteLoader/Header/MC/ContentLog.hpp rename to LiteLoader/include/llapi/mc/ContentLog.hpp index b0ce8cd..73e4769 100644 --- a/LiteLoader/Header/MC/ContentLog.hpp +++ b/LiteLoader/include/llapi/mc/ContentLog.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContentLogEndPoint.hpp b/LiteLoader/include/llapi/mc/ContentLogEndPoint.hpp similarity index 94% rename from LiteLoader/Header/MC/ContentLogEndPoint.hpp rename to LiteLoader/include/llapi/mc/ContentLogEndPoint.hpp index 035acec..eb3ac47 100644 --- a/LiteLoader/Header/MC/ContentLogEndPoint.hpp +++ b/LiteLoader/include/llapi/mc/ContentLogEndPoint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContentLogFileEndPoint.hpp b/LiteLoader/include/llapi/mc/ContentLogFileEndPoint.hpp similarity index 96% rename from LiteLoader/Header/MC/ContentLogFileEndPoint.hpp rename to LiteLoader/include/llapi/mc/ContentLogFileEndPoint.hpp index 39cd45b..3676a67 100644 --- a/LiteLoader/Header/MC/ContentLogFileEndPoint.hpp +++ b/LiteLoader/include/llapi/mc/ContentLogFileEndPoint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContextAccessor.hpp b/LiteLoader/include/llapi/mc/ContextAccessor.hpp similarity index 93% rename from LiteLoader/Header/MC/ContextAccessor.hpp rename to LiteLoader/include/llapi/mc/ContextAccessor.hpp index f1820e3..2a93dc6 100644 --- a/LiteLoader/Header/MC/ContextAccessor.hpp +++ b/LiteLoader/include/llapi/mc/ContextAccessor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContextMessageLogger.hpp b/LiteLoader/include/llapi/mc/ContextMessageLogger.hpp similarity index 94% rename from LiteLoader/Header/MC/ContextMessageLogger.hpp rename to LiteLoader/include/llapi/mc/ContextMessageLogger.hpp index fe18860..5712f9a 100644 --- a/LiteLoader/Header/MC/ContextMessageLogger.hpp +++ b/LiteLoader/include/llapi/mc/ContextMessageLogger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ContextMessageLoggerOptions.hpp b/LiteLoader/include/llapi/mc/ContextMessageLoggerOptions.hpp similarity index 94% rename from LiteLoader/Header/MC/ContextMessageLoggerOptions.hpp rename to LiteLoader/include/llapi/mc/ContextMessageLoggerOptions.hpp index b968d2a..b5a35be 100644 --- a/LiteLoader/Header/MC/ContextMessageLoggerOptions.hpp +++ b/LiteLoader/include/llapi/mc/ContextMessageLoggerOptions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Control.hpp b/LiteLoader/include/llapi/mc/Control.hpp similarity index 92% rename from LiteLoader/Header/MC/Control.hpp rename to LiteLoader/include/llapi/mc/Control.hpp index c24cf5e..7bf3827 100644 --- a/LiteLoader/Header/MC/Control.hpp +++ b/LiteLoader/include/llapi/mc/Control.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ControlledByPlayerGoal.hpp b/LiteLoader/include/llapi/mc/ControlledByPlayerGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/ControlledByPlayerGoal.hpp rename to LiteLoader/include/llapi/mc/ControlledByPlayerGoal.hpp index a131b0b..0e49289 100644 --- a/LiteLoader/Header/MC/ControlledByPlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/ControlledByPlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Coral.hpp b/LiteLoader/include/llapi/mc/Coral.hpp similarity index 99% rename from LiteLoader/Header/MC/Coral.hpp rename to LiteLoader/include/llapi/mc/Coral.hpp index c6b5931..e979c35 100644 --- a/LiteLoader/Header/MC/Coral.hpp +++ b/LiteLoader/include/llapi/mc/Coral.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralBlock.hpp b/LiteLoader/include/llapi/mc/CoralBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CoralBlock.hpp rename to LiteLoader/include/llapi/mc/CoralBlock.hpp index 35ea441..a3b9683 100644 --- a/LiteLoader/Header/MC/CoralBlock.hpp +++ b/LiteLoader/include/llapi/mc/CoralBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralCrustFeature.hpp b/LiteLoader/include/llapi/mc/CoralCrustFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/CoralCrustFeature.hpp rename to LiteLoader/include/llapi/mc/CoralCrustFeature.hpp index e940ef3..cce48e5 100644 --- a/LiteLoader/Header/MC/CoralCrustFeature.hpp +++ b/LiteLoader/include/llapi/mc/CoralCrustFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralFan.hpp b/LiteLoader/include/llapi/mc/CoralFan.hpp similarity index 99% rename from LiteLoader/Header/MC/CoralFan.hpp rename to LiteLoader/include/llapi/mc/CoralFan.hpp index ea2eae6..c81ff0d 100644 --- a/LiteLoader/Header/MC/CoralFan.hpp +++ b/LiteLoader/include/llapi/mc/CoralFan.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralFanBlockItem.hpp b/LiteLoader/include/llapi/mc/CoralFanBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/CoralFanBlockItem.hpp rename to LiteLoader/include/llapi/mc/CoralFanBlockItem.hpp index 34b50c8..b3e6e8a 100644 --- a/LiteLoader/Header/MC/CoralFanBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/CoralFanBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralFanHang.hpp b/LiteLoader/include/llapi/mc/CoralFanHang.hpp similarity index 98% rename from LiteLoader/Header/MC/CoralFanHang.hpp rename to LiteLoader/include/llapi/mc/CoralFanHang.hpp index 8862bec..b7574ff 100644 --- a/LiteLoader/Header/MC/CoralFanHang.hpp +++ b/LiteLoader/include/llapi/mc/CoralFanHang.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "CoralFan.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralFeature.hpp b/LiteLoader/include/llapi/mc/CoralFeature.hpp similarity index 98% rename from LiteLoader/Header/MC/CoralFeature.hpp rename to LiteLoader/include/llapi/mc/CoralFeature.hpp index 9940e3c..955cc03 100644 --- a/LiteLoader/Header/MC/CoralFeature.hpp +++ b/LiteLoader/include/llapi/mc/CoralFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CoralHangFeature.hpp b/LiteLoader/include/llapi/mc/CoralHangFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/CoralHangFeature.hpp rename to LiteLoader/include/llapi/mc/CoralHangFeature.hpp index 5ad9d3b..bf0610b 100644 --- a/LiteLoader/Header/MC/CoralHangFeature.hpp +++ b/LiteLoader/include/llapi/mc/CoralHangFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Core.hpp b/LiteLoader/include/llapi/mc/Core.hpp similarity index 98% rename from LiteLoader/Header/MC/Core.hpp rename to LiteLoader/include/llapi/mc/Core.hpp index 1b08249..8d11d41 100644 --- a/LiteLoader/Header/MC/Core.hpp +++ b/LiteLoader/include/llapi/mc/Core.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp b/LiteLoader/include/llapi/mc/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp similarity index 96% rename from LiteLoader/Header/MC/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp rename to LiteLoader/include/llapi/mc/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp index f0515cf..a617712 100644 --- a/LiteLoader/Header/MC/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp +++ b/LiteLoader/include/llapi/mc/CraftHandleNonImplemented_DEPRECATEDASKTYLAING.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftHandlerBase.hpp b/LiteLoader/include/llapi/mc/CraftHandlerBase.hpp similarity index 94% rename from LiteLoader/Header/MC/CraftHandlerBase.hpp rename to LiteLoader/include/llapi/mc/CraftHandlerBase.hpp index e880190..6e6d943 100644 --- a/LiteLoader/Header/MC/CraftHandlerBase.hpp +++ b/LiteLoader/include/llapi/mc/CraftHandlerBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftHandlerCrafting.hpp b/LiteLoader/include/llapi/mc/CraftHandlerCrafting.hpp similarity index 96% rename from LiteLoader/Header/MC/CraftHandlerCrafting.hpp rename to LiteLoader/include/llapi/mc/CraftHandlerCrafting.hpp index 052dccd..da2774b 100644 --- a/LiteLoader/Header/MC/CraftHandlerCrafting.hpp +++ b/LiteLoader/include/llapi/mc/CraftHandlerCrafting.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftHandlerEnchant.hpp b/LiteLoader/include/llapi/mc/CraftHandlerEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/CraftHandlerEnchant.hpp rename to LiteLoader/include/llapi/mc/CraftHandlerEnchant.hpp index 243e5a3..c80417a 100644 --- a/LiteLoader/Header/MC/CraftHandlerEnchant.hpp +++ b/LiteLoader/include/llapi/mc/CraftHandlerEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftHandlerTrade.hpp b/LiteLoader/include/llapi/mc/CraftHandlerTrade.hpp similarity index 95% rename from LiteLoader/Header/MC/CraftHandlerTrade.hpp rename to LiteLoader/include/llapi/mc/CraftHandlerTrade.hpp index 47b37d0..9423f46 100644 --- a/LiteLoader/Header/MC/CraftHandlerTrade.hpp +++ b/LiteLoader/include/llapi/mc/CraftHandlerTrade.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftableCompounds.hpp b/LiteLoader/include/llapi/mc/CraftableCompounds.hpp similarity index 97% rename from LiteLoader/Header/MC/CraftableCompounds.hpp rename to LiteLoader/include/llapi/mc/CraftableCompounds.hpp index a52512b..2d4b893 100644 --- a/LiteLoader/Header/MC/CraftableCompounds.hpp +++ b/LiteLoader/include/llapi/mc/CraftableCompounds.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftingContainer.hpp b/LiteLoader/include/llapi/mc/CraftingContainer.hpp similarity index 97% rename from LiteLoader/Header/MC/CraftingContainer.hpp rename to LiteLoader/include/llapi/mc/CraftingContainer.hpp index 02e3973..63ad8eb 100644 --- a/LiteLoader/Header/MC/CraftingContainer.hpp +++ b/LiteLoader/include/llapi/mc/CraftingContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Container.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftingDataEntry.hpp b/LiteLoader/include/llapi/mc/CraftingDataEntry.hpp similarity index 95% rename from LiteLoader/Header/MC/CraftingDataEntry.hpp rename to LiteLoader/include/llapi/mc/CraftingDataEntry.hpp index a8fc664..4d28a63 100644 --- a/LiteLoader/Header/MC/CraftingDataEntry.hpp +++ b/LiteLoader/include/llapi/mc/CraftingDataEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftingDataPacket.hpp b/LiteLoader/include/llapi/mc/CraftingDataPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/CraftingDataPacket.hpp rename to LiteLoader/include/llapi/mc/CraftingDataPacket.hpp index 6672b86..cf84372 100644 --- a/LiteLoader/Header/MC/CraftingDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/CraftingDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftingEventPacket.hpp b/LiteLoader/include/llapi/mc/CraftingEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/CraftingEventPacket.hpp rename to LiteLoader/include/llapi/mc/CraftingEventPacket.hpp index 61206a5..e95bca1 100644 --- a/LiteLoader/Header/MC/CraftingEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/CraftingEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CraftingTag.hpp b/LiteLoader/include/llapi/mc/CraftingTag.hpp similarity index 91% rename from LiteLoader/Header/MC/CraftingTag.hpp rename to LiteLoader/include/llapi/mc/CraftingTag.hpp index fd36a49..92eccc4 100644 --- a/LiteLoader/Header/MC/CraftingTag.hpp +++ b/LiteLoader/include/llapi/mc/CraftingTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpAssertData.hpp b/LiteLoader/include/llapi/mc/CrashDumpAssertData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpAssertData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpAssertData.hpp index aab23d8..4c3e685 100644 --- a/LiteLoader/Header/MC/CrashDumpAssertData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpAssertData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpEventData.hpp b/LiteLoader/include/llapi/mc/CrashDumpEventData.hpp similarity index 95% rename from LiteLoader/Header/MC/CrashDumpEventData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpEventData.hpp index 3be8bda..5045c12 100644 --- a/LiteLoader/Header/MC/CrashDumpEventData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpEventData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpFrameData.hpp b/LiteLoader/include/llapi/mc/CrashDumpFrameData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpFrameData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpFrameData.hpp index f83a58d..215462a 100644 --- a/LiteLoader/Header/MC/CrashDumpFrameData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpFrameData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpGameplayData.hpp b/LiteLoader/include/llapi/mc/CrashDumpGameplayData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpGameplayData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpGameplayData.hpp index 9758435..bb7e085 100644 --- a/LiteLoader/Header/MC/CrashDumpGameplayData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpGameplayData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpGlobalData.hpp b/LiteLoader/include/llapi/mc/CrashDumpGlobalData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpGlobalData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpGlobalData.hpp index 337396e..67d9da6 100644 --- a/LiteLoader/Header/MC/CrashDumpGlobalData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpGlobalData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpKeyValueData.hpp b/LiteLoader/include/llapi/mc/CrashDumpKeyValueData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpKeyValueData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpKeyValueData.hpp index 15f1aaf..768c472 100644 --- a/LiteLoader/Header/MC/CrashDumpKeyValueData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpKeyValueData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpLog.hpp b/LiteLoader/include/llapi/mc/CrashDumpLog.hpp similarity index 97% rename from LiteLoader/Header/MC/CrashDumpLog.hpp rename to LiteLoader/include/llapi/mc/CrashDumpLog.hpp index df8cbed..a29b6d7 100644 --- a/LiteLoader/Header/MC/CrashDumpLog.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpLog.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpPlayerData.hpp b/LiteLoader/include/llapi/mc/CrashDumpPlayerData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpPlayerData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpPlayerData.hpp index 8277d4f..0937245 100644 --- a/LiteLoader/Header/MC/CrashDumpPlayerData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpPlayerData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDumpRenderData.hpp b/LiteLoader/include/llapi/mc/CrashDumpRenderData.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashDumpRenderData.hpp rename to LiteLoader/include/llapi/mc/CrashDumpRenderData.hpp index 1f69213..0835301 100644 --- a/LiteLoader/Header/MC/CrashDumpRenderData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDumpRenderData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashDump_AllData.hpp b/LiteLoader/include/llapi/mc/CrashDump_AllData.hpp similarity index 93% rename from LiteLoader/Header/MC/CrashDump_AllData.hpp rename to LiteLoader/include/llapi/mc/CrashDump_AllData.hpp index cc36240..ea1436c 100644 --- a/LiteLoader/Header/MC/CrashDump_AllData.hpp +++ b/LiteLoader/include/llapi/mc/CrashDump_AllData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashHandler.hpp b/LiteLoader/include/llapi/mc/CrashHandler.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashHandler.hpp rename to LiteLoader/include/llapi/mc/CrashHandler.hpp index 0957b7b..ac9cc67 100644 --- a/LiteLoader/Header/MC/CrashHandler.hpp +++ b/LiteLoader/include/llapi/mc/CrashHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrashHelper.hpp b/LiteLoader/include/llapi/mc/CrashHelper.hpp similarity index 94% rename from LiteLoader/Header/MC/CrashHelper.hpp rename to LiteLoader/include/llapi/mc/CrashHelper.hpp index a22aef2..3075f80 100644 --- a/LiteLoader/Header/MC/CrashHelper.hpp +++ b/LiteLoader/include/llapi/mc/CrashHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CreativeContentPacket.hpp b/LiteLoader/include/llapi/mc/CreativeContentPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/CreativeContentPacket.hpp rename to LiteLoader/include/llapi/mc/CreativeContentPacket.hpp index 3032547..5080809 100644 --- a/LiteLoader/Header/MC/CreativeContentPacket.hpp +++ b/LiteLoader/include/llapi/mc/CreativeContentPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CreativeItemEntry.hpp b/LiteLoader/include/llapi/mc/CreativeItemEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/CreativeItemEntry.hpp rename to LiteLoader/include/llapi/mc/CreativeItemEntry.hpp index 38b4c69..d6959e5 100644 --- a/LiteLoader/Header/MC/CreativeItemEntry.hpp +++ b/LiteLoader/include/llapi/mc/CreativeItemEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Creeper.hpp b/LiteLoader/include/llapi/mc/Creeper.hpp similarity index 97% rename from LiteLoader/Header/MC/Creeper.hpp rename to LiteLoader/include/llapi/mc/Creeper.hpp index 566278d..d7abdf4 100644 --- a/LiteLoader/Header/MC/Creeper.hpp +++ b/LiteLoader/include/llapi/mc/Creeper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/CropBlock.hpp b/LiteLoader/include/llapi/mc/CropBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/CropBlock.hpp rename to LiteLoader/include/llapi/mc/CropBlock.hpp index a104de4..88fa2cc 100644 --- a/LiteLoader/Header/MC/CropBlock.hpp +++ b/LiteLoader/include/llapi/mc/CropBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrossbowEnchant.hpp b/LiteLoader/include/llapi/mc/CrossbowEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/CrossbowEnchant.hpp rename to LiteLoader/include/llapi/mc/CrossbowEnchant.hpp index 757fc94..e15a621 100644 --- a/LiteLoader/Header/MC/CrossbowEnchant.hpp +++ b/LiteLoader/include/llapi/mc/CrossbowEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CrossbowItem.hpp b/LiteLoader/include/llapi/mc/CrossbowItem.hpp similarity index 98% rename from LiteLoader/Header/MC/CrossbowItem.hpp rename to LiteLoader/include/llapi/mc/CrossbowItem.hpp index 9e75dc8..bad399e 100644 --- a/LiteLoader/Header/MC/CrossbowItem.hpp +++ b/LiteLoader/include/llapi/mc/CrossbowItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CryingObsidianBlock.hpp b/LiteLoader/include/llapi/mc/CryingObsidianBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/CryingObsidianBlock.hpp rename to LiteLoader/include/llapi/mc/CryingObsidianBlock.hpp index 9c29080..6f82986 100644 --- a/LiteLoader/Header/MC/CryingObsidianBlock.hpp +++ b/LiteLoader/include/llapi/mc/CryingObsidianBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CryptoUtils.hpp b/LiteLoader/include/llapi/mc/CryptoUtils.hpp similarity index 90% rename from LiteLoader/Header/MC/CryptoUtils.hpp rename to LiteLoader/include/llapi/mc/CryptoUtils.hpp index 155b1ee..8961c3b 100644 --- a/LiteLoader/Header/MC/CryptoUtils.hpp +++ b/LiteLoader/include/llapi/mc/CryptoUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CurseBindingEnchant.hpp b/LiteLoader/include/llapi/mc/CurseBindingEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/CurseBindingEnchant.hpp rename to LiteLoader/include/llapi/mc/CurseBindingEnchant.hpp index 9e7b22b..acbd468 100644 --- a/LiteLoader/Header/MC/CurseBindingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/CurseBindingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CurseVanishingEnchant.hpp b/LiteLoader/include/llapi/mc/CurseVanishingEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/CurseVanishingEnchant.hpp rename to LiteLoader/include/llapi/mc/CurseVanishingEnchant.hpp index 1ac0398..09d5fc8 100644 --- a/LiteLoader/Header/MC/CurseVanishingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/CurseVanishingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/CustomScriptEventData.hpp b/LiteLoader/include/llapi/mc/CustomScriptEventData.hpp similarity index 95% rename from LiteLoader/Header/MC/CustomScriptEventData.hpp rename to LiteLoader/include/llapi/mc/CustomScriptEventData.hpp index 9c48780..9123f0c 100644 --- a/LiteLoader/Header/MC/CustomScriptEventData.hpp +++ b/LiteLoader/include/llapi/mc/CustomScriptEventData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DBChunkStorage.hpp b/LiteLoader/include/llapi/mc/DBChunkStorage.hpp similarity index 98% rename from LiteLoader/Header/MC/DBChunkStorage.hpp rename to LiteLoader/include/llapi/mc/DBChunkStorage.hpp index 9b8de13..202d1d0 100644 --- a/LiteLoader/Header/MC/DBChunkStorage.hpp +++ b/LiteLoader/include/llapi/mc/DBChunkStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #include "Bedrock.hpp" diff --git a/LiteLoader/Header/MC/DBStorage.hpp b/LiteLoader/include/llapi/mc/DBStorage.hpp similarity index 99% rename from LiteLoader/Header/MC/DBStorage.hpp rename to LiteLoader/include/llapi/mc/DBStorage.hpp index 5856e93..5d360ac 100644 --- a/LiteLoader/Header/MC/DBStorage.hpp +++ b/LiteLoader/include/llapi/mc/DBStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Bedrock.hpp" #include "LevelStorageWriteBatch.hpp" diff --git a/LiteLoader/Header/MC/DBStorageConfig.hpp b/LiteLoader/include/llapi/mc/DBStorageConfig.hpp similarity index 93% rename from LiteLoader/Header/MC/DBStorageConfig.hpp rename to LiteLoader/include/llapi/mc/DBStorageConfig.hpp index 4f94230..6ea4334 100644 --- a/LiteLoader/Header/MC/DBStorageConfig.hpp +++ b/LiteLoader/include/llapi/mc/DBStorageConfig.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DBStorageEnvironmentChain.hpp b/LiteLoader/include/llapi/mc/DBStorageEnvironmentChain.hpp similarity index 97% rename from LiteLoader/Header/MC/DBStorageEnvironmentChain.hpp rename to LiteLoader/include/llapi/mc/DBStorageEnvironmentChain.hpp index 1c54cce..d866b1e 100644 --- a/LiteLoader/Header/MC/DBStorageEnvironmentChain.hpp +++ b/LiteLoader/include/llapi/mc/DBStorageEnvironmentChain.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DamageCondition.hpp b/LiteLoader/include/llapi/mc/DamageCondition.hpp similarity index 93% rename from LiteLoader/Header/MC/DamageCondition.hpp rename to LiteLoader/include/llapi/mc/DamageCondition.hpp index c53a81c..5f1c7ad 100644 --- a/LiteLoader/Header/MC/DamageCondition.hpp +++ b/LiteLoader/include/llapi/mc/DamageCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DamageOverTimeSystem.hpp b/LiteLoader/include/llapi/mc/DamageOverTimeSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/DamageOverTimeSystem.hpp rename to LiteLoader/include/llapi/mc/DamageOverTimeSystem.hpp index a5822cc..6efe56e 100644 --- a/LiteLoader/Header/MC/DamageOverTimeSystem.hpp +++ b/LiteLoader/include/llapi/mc/DamageOverTimeSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DamageSensorComponent.hpp b/LiteLoader/include/llapi/mc/DamageSensorComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/DamageSensorComponent.hpp rename to LiteLoader/include/llapi/mc/DamageSensorComponent.hpp index bb47355..03bf1a0 100644 --- a/LiteLoader/Header/MC/DamageSensorComponent.hpp +++ b/LiteLoader/include/llapi/mc/DamageSensorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DamageSensorDefinition.hpp b/LiteLoader/include/llapi/mc/DamageSensorDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/DamageSensorDefinition.hpp rename to LiteLoader/include/llapi/mc/DamageSensorDefinition.hpp index a5ae154..7062966 100644 --- a/LiteLoader/Header/MC/DamageSensorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DamageSensorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/DamageSensorTrigger.hpp b/LiteLoader/include/llapi/mc/DamageSensorTrigger.hpp similarity index 94% rename from LiteLoader/Header/MC/DamageSensorTrigger.hpp rename to LiteLoader/include/llapi/mc/DamageSensorTrigger.hpp index 4afed05..860d4e2 100644 --- a/LiteLoader/Header/MC/DamageSensorTrigger.hpp +++ b/LiteLoader/include/llapi/mc/DamageSensorTrigger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DanceComponentListener.hpp b/LiteLoader/include/llapi/mc/DanceComponentListener.hpp similarity index 98% rename from LiteLoader/Header/MC/DanceComponentListener.hpp rename to LiteLoader/include/llapi/mc/DanceComponentListener.hpp index 0b9e07a..2797223 100644 --- a/LiteLoader/Header/MC/DanceComponentListener.hpp +++ b/LiteLoader/include/llapi/mc/DanceComponentListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockSourceListener.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DanceSystem.hpp b/LiteLoader/include/llapi/mc/DanceSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/DanceSystem.hpp rename to LiteLoader/include/llapi/mc/DanceSystem.hpp index 32b0ccf..7966aff 100644 --- a/LiteLoader/Header/MC/DanceSystem.hpp +++ b/LiteLoader/include/llapi/mc/DanceSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DataItem.hpp b/LiteLoader/include/llapi/mc/DataItem.hpp similarity index 99% rename from LiteLoader/Header/MC/DataItem.hpp rename to LiteLoader/include/llapi/mc/DataItem.hpp index 972b618..b31fd0f 100644 --- a/LiteLoader/Header/MC/DataItem.hpp +++ b/LiteLoader/include/llapi/mc/DataItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DatagramHeaderFormat.hpp b/LiteLoader/include/llapi/mc/DatagramHeaderFormat.hpp similarity index 94% rename from LiteLoader/Header/MC/DatagramHeaderFormat.hpp rename to LiteLoader/include/llapi/mc/DatagramHeaderFormat.hpp index 03d884d..fb1a1eb 100644 --- a/LiteLoader/Header/MC/DatagramHeaderFormat.hpp +++ b/LiteLoader/include/llapi/mc/DatagramHeaderFormat.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DateManager.hpp b/LiteLoader/include/llapi/mc/DateManager.hpp similarity index 94% rename from LiteLoader/Header/MC/DateManager.hpp rename to LiteLoader/include/llapi/mc/DateManager.hpp index 54e5481..1e60df7 100644 --- a/LiteLoader/Header/MC/DateManager.hpp +++ b/LiteLoader/include/llapi/mc/DateManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DayLockCommand.hpp b/LiteLoader/include/llapi/mc/DayLockCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/DayLockCommand.hpp rename to LiteLoader/include/llapi/mc/DayLockCommand.hpp index b84467e..b556f7c 100644 --- a/LiteLoader/Header/MC/DayLockCommand.hpp +++ b/LiteLoader/include/llapi/mc/DayLockCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DaylightDetectorBlock.hpp b/LiteLoader/include/llapi/mc/DaylightDetectorBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DaylightDetectorBlock.hpp rename to LiteLoader/include/llapi/mc/DaylightDetectorBlock.hpp index f15eab3..69e775a 100644 --- a/LiteLoader/Header/MC/DaylightDetectorBlock.hpp +++ b/LiteLoader/include/llapi/mc/DaylightDetectorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DaylightDetectorBlockActor.hpp b/LiteLoader/include/llapi/mc/DaylightDetectorBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/DaylightDetectorBlockActor.hpp rename to LiteLoader/include/llapi/mc/DaylightDetectorBlockActor.hpp index 3639c3c..3ac951a 100644 --- a/LiteLoader/Header/MC/DaylightDetectorBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/DaylightDetectorBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DeOpCommand.hpp b/LiteLoader/include/llapi/mc/DeOpCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/DeOpCommand.hpp rename to LiteLoader/include/llapi/mc/DeOpCommand.hpp index 88b0b2e..5bd5c68 100644 --- a/LiteLoader/Header/MC/DeOpCommand.hpp +++ b/LiteLoader/include/llapi/mc/DeOpCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DeadBush.hpp b/LiteLoader/include/llapi/mc/DeadBush.hpp similarity index 98% rename from LiteLoader/Header/MC/DeadBush.hpp rename to LiteLoader/include/llapi/mc/DeadBush.hpp index 98caa57..34cd923 100644 --- a/LiteLoader/Header/MC/DeadBush.hpp +++ b/LiteLoader/include/llapi/mc/DeadBush.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DeadBushFeature.hpp b/LiteLoader/include/llapi/mc/DeadBushFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/DeadBushFeature.hpp rename to LiteLoader/include/llapi/mc/DeadBushFeature.hpp index 24dcd50..77e276e 100644 --- a/LiteLoader/Header/MC/DeadBushFeature.hpp +++ b/LiteLoader/include/llapi/mc/DeadBushFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DebugAssertException.hpp b/LiteLoader/include/llapi/mc/DebugAssertException.hpp similarity index 95% rename from LiteLoader/Header/MC/DebugAssertException.hpp rename to LiteLoader/include/llapi/mc/DebugAssertException.hpp index 2fd0760..2780161 100644 --- a/LiteLoader/Header/MC/DebugAssertException.hpp +++ b/LiteLoader/include/llapi/mc/DebugAssertException.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DebugEndPoint.hpp b/LiteLoader/include/llapi/mc/DebugEndPoint.hpp similarity index 95% rename from LiteLoader/Header/MC/DebugEndPoint.hpp rename to LiteLoader/include/llapi/mc/DebugEndPoint.hpp index d4efb45..1f103c5 100644 --- a/LiteLoader/Header/MC/DebugEndPoint.hpp +++ b/LiteLoader/include/llapi/mc/DebugEndPoint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DebugInfoComponent.hpp b/LiteLoader/include/llapi/mc/DebugInfoComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/DebugInfoComponent.hpp rename to LiteLoader/include/llapi/mc/DebugInfoComponent.hpp index 1906416..67e507b 100644 --- a/LiteLoader/Header/MC/DebugInfoComponent.hpp +++ b/LiteLoader/include/llapi/mc/DebugInfoComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DebugInfoPacket.hpp b/LiteLoader/include/llapi/mc/DebugInfoPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/DebugInfoPacket.hpp rename to LiteLoader/include/llapi/mc/DebugInfoPacket.hpp index 1053129..2ff5ee3 100644 --- a/LiteLoader/Header/MC/DebugInfoPacket.hpp +++ b/LiteLoader/include/llapi/mc/DebugInfoPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DebugUtils.hpp b/LiteLoader/include/llapi/mc/DebugUtils.hpp similarity index 95% rename from LiteLoader/Header/MC/DebugUtils.hpp rename to LiteLoader/include/llapi/mc/DebugUtils.hpp index 85c8904..cc282a1 100644 --- a/LiteLoader/Header/MC/DebugUtils.hpp +++ b/LiteLoader/include/llapi/mc/DebugUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DecoratorDefinition.hpp b/LiteLoader/include/llapi/mc/DecoratorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DecoratorDefinition.hpp rename to LiteLoader/include/llapi/mc/DecoratorDefinition.hpp index 4ad50ed..5fd68f1 100644 --- a/LiteLoader/Header/MC/DecoratorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DecoratorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DedicatedServer.hpp b/LiteLoader/include/llapi/mc/DedicatedServer.hpp similarity index 96% rename from LiteLoader/Header/MC/DedicatedServer.hpp rename to LiteLoader/include/llapi/mc/DedicatedServer.hpp index 80bb15d..d6d80c3 100644 --- a/LiteLoader/Header/MC/DedicatedServer.hpp +++ b/LiteLoader/include/llapi/mc/DedicatedServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DedicatedServerCommands.hpp b/LiteLoader/include/llapi/mc/DedicatedServerCommands.hpp similarity index 95% rename from LiteLoader/Header/MC/DedicatedServerCommands.hpp rename to LiteLoader/include/llapi/mc/DedicatedServerCommands.hpp index 54f8cf5..bf650b1 100644 --- a/LiteLoader/Header/MC/DedicatedServerCommands.hpp +++ b/LiteLoader/include/llapi/mc/DedicatedServerCommands.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DedicatedWSServerCommand.hpp b/LiteLoader/include/llapi/mc/DedicatedWSServerCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/DedicatedWSServerCommand.hpp rename to LiteLoader/include/llapi/mc/DedicatedWSServerCommand.hpp index eef796f..774862d 100644 --- a/LiteLoader/Header/MC/DedicatedWSServerCommand.hpp +++ b/LiteLoader/include/llapi/mc/DedicatedWSServerCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefaultDataLoadHelper.hpp b/LiteLoader/include/llapi/mc/DefaultDataLoadHelper.hpp similarity index 98% rename from LiteLoader/Header/MC/DefaultDataLoadHelper.hpp rename to LiteLoader/include/llapi/mc/DefaultDataLoadHelper.hpp index 76da607..9a7249d 100644 --- a/LiteLoader/Header/MC/DefaultDataLoadHelper.hpp +++ b/LiteLoader/include/llapi/mc/DefaultDataLoadHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefaultEmptyActorAnimationPlayer.hpp b/LiteLoader/include/llapi/mc/DefaultEmptyActorAnimationPlayer.hpp similarity index 97% rename from LiteLoader/Header/MC/DefaultEmptyActorAnimationPlayer.hpp rename to LiteLoader/include/llapi/mc/DefaultEmptyActorAnimationPlayer.hpp index 436a70b..2032eb0 100644 --- a/LiteLoader/Header/MC/DefaultEmptyActorAnimationPlayer.hpp +++ b/LiteLoader/include/llapi/mc/DefaultEmptyActorAnimationPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefaultLookAngleDescription.hpp b/LiteLoader/include/llapi/mc/DefaultLookAngleDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/DefaultLookAngleDescription.hpp rename to LiteLoader/include/llapi/mc/DefaultLookAngleDescription.hpp index d1a96db..cc93b2e 100644 --- a/LiteLoader/Header/MC/DefaultLookAngleDescription.hpp +++ b/LiteLoader/include/llapi/mc/DefaultLookAngleDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefaultMobSpawner.hpp b/LiteLoader/include/llapi/mc/DefaultMobSpawner.hpp similarity index 95% rename from LiteLoader/Header/MC/DefaultMobSpawner.hpp rename to LiteLoader/include/llapi/mc/DefaultMobSpawner.hpp index a30bdff..1a7ff2e 100644 --- a/LiteLoader/Header/MC/DefaultMobSpawner.hpp +++ b/LiteLoader/include/llapi/mc/DefaultMobSpawner.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMobSpawner.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefaultScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/DefaultScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/DefaultScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/DefaultScreenCapabilities.hpp index 1f05f95..00c8e2e 100644 --- a/LiteLoader/Header/MC/DefaultScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/DefaultScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefendTrustedTargetGoal.hpp b/LiteLoader/include/llapi/mc/DefendTrustedTargetGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DefendTrustedTargetGoal.hpp rename to LiteLoader/include/llapi/mc/DefendTrustedTargetGoal.hpp index b27242f..345bd57 100644 --- a/LiteLoader/Header/MC/DefendTrustedTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/DefendTrustedTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NearestAttackableTargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefendVillageTargetDefinition.hpp b/LiteLoader/include/llapi/mc/DefendVillageTargetDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DefendVillageTargetDefinition.hpp rename to LiteLoader/include/llapi/mc/DefendVillageTargetDefinition.hpp index c5a41e0..0f15b19 100644 --- a/LiteLoader/Header/MC/DefendVillageTargetDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DefendVillageTargetDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefendVillageTargetGoal.hpp b/LiteLoader/include/llapi/mc/DefendVillageTargetGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DefendVillageTargetGoal.hpp rename to LiteLoader/include/llapi/mc/DefendVillageTargetGoal.hpp index b2c46a8..9bea24f 100644 --- a/LiteLoader/Header/MC/DefendVillageTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/DefendVillageTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefinitionEvent.hpp b/LiteLoader/include/llapi/mc/DefinitionEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/DefinitionEvent.hpp rename to LiteLoader/include/llapi/mc/DefinitionEvent.hpp index 793f6bc..5ab0dde 100644 --- a/LiteLoader/Header/MC/DefinitionEvent.hpp +++ b/LiteLoader/include/llapi/mc/DefinitionEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefinitionEventLoader.hpp b/LiteLoader/include/llapi/mc/DefinitionEventLoader.hpp similarity index 95% rename from LiteLoader/Header/MC/DefinitionEventLoader.hpp rename to LiteLoader/include/llapi/mc/DefinitionEventLoader.hpp index e9b9de7..46fa1b1 100644 --- a/LiteLoader/Header/MC/DefinitionEventLoader.hpp +++ b/LiteLoader/include/llapi/mc/DefinitionEventLoader.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefinitionModifier.hpp b/LiteLoader/include/llapi/mc/DefinitionModifier.hpp similarity index 94% rename from LiteLoader/Header/MC/DefinitionModifier.hpp rename to LiteLoader/include/llapi/mc/DefinitionModifier.hpp index 0567213..680530e 100644 --- a/LiteLoader/Header/MC/DefinitionModifier.hpp +++ b/LiteLoader/include/llapi/mc/DefinitionModifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DefinitionTrigger.hpp b/LiteLoader/include/llapi/mc/DefinitionTrigger.hpp similarity index 95% rename from LiteLoader/Header/MC/DefinitionTrigger.hpp rename to LiteLoader/include/llapi/mc/DefinitionTrigger.hpp index bb6ac04..961d2d1 100644 --- a/LiteLoader/Header/MC/DefinitionTrigger.hpp +++ b/LiteLoader/include/llapi/mc/DefinitionTrigger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DelayedAttackDefinition.hpp b/LiteLoader/include/llapi/mc/DelayedAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DelayedAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/DelayedAttackDefinition.hpp index cb32773..c04cc53 100644 --- a/LiteLoader/Header/MC/DelayedAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DelayedAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DelayedAttackGoal.hpp b/LiteLoader/include/llapi/mc/DelayedAttackGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DelayedAttackGoal.hpp rename to LiteLoader/include/llapi/mc/DelayedAttackGoal.hpp index bf02208..114e97a 100644 --- a/LiteLoader/Header/MC/DelayedAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/DelayedAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MeleeAttackGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DeltaFeature.hpp b/LiteLoader/include/llapi/mc/DeltaFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/DeltaFeature.hpp rename to LiteLoader/include/llapi/mc/DeltaFeature.hpp index 9188daa..ebe553a 100644 --- a/LiteLoader/Header/MC/DeltaFeature.hpp +++ b/LiteLoader/include/llapi/mc/DeltaFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DeprecatedSlabBlockItem.hpp b/LiteLoader/include/llapi/mc/DeprecatedSlabBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/DeprecatedSlabBlockItem.hpp rename to LiteLoader/include/llapi/mc/DeprecatedSlabBlockItem.hpp index 19cb698..d704327 100644 --- a/LiteLoader/Header/MC/DeprecatedSlabBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/DeprecatedSlabBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Description.hpp b/LiteLoader/include/llapi/mc/Description.hpp similarity index 95% rename from LiteLoader/Header/MC/Description.hpp rename to LiteLoader/include/llapi/mc/Description.hpp index 38858d2..f31ed81 100644 --- a/LiteLoader/Header/MC/Description.hpp +++ b/LiteLoader/include/llapi/mc/Description.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DesertPyramidPiece.hpp b/LiteLoader/include/llapi/mc/DesertPyramidPiece.hpp similarity index 95% rename from LiteLoader/Header/MC/DesertPyramidPiece.hpp rename to LiteLoader/include/llapi/mc/DesertPyramidPiece.hpp index 63ba50e..e23ccf6 100644 --- a/LiteLoader/Header/MC/DesertPyramidPiece.hpp +++ b/LiteLoader/include/llapi/mc/DesertPyramidPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DesertWellFeature.hpp b/LiteLoader/include/llapi/mc/DesertWellFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/DesertWellFeature.hpp rename to LiteLoader/include/llapi/mc/DesertWellFeature.hpp index 27e982d..9dee76d 100644 --- a/LiteLoader/Header/MC/DesertWellFeature.hpp +++ b/LiteLoader/include/llapi/mc/DesertWellFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DespawnComponent.hpp b/LiteLoader/include/llapi/mc/DespawnComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/DespawnComponent.hpp rename to LiteLoader/include/llapi/mc/DespawnComponent.hpp index a79884e..b87c7c6 100644 --- a/LiteLoader/Header/MC/DespawnComponent.hpp +++ b/LiteLoader/include/llapi/mc/DespawnComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DespawnDefinition.hpp b/LiteLoader/include/llapi/mc/DespawnDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DespawnDefinition.hpp rename to LiteLoader/include/llapi/mc/DespawnDefinition.hpp index 36d5f09..d250ec2 100644 --- a/LiteLoader/Header/MC/DespawnDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DespawnDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DespawnSystem.hpp b/LiteLoader/include/llapi/mc/DespawnSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/DespawnSystem.hpp rename to LiteLoader/include/llapi/mc/DespawnSystem.hpp index 1ace6fe..60db365 100644 --- a/LiteLoader/Header/MC/DespawnSystem.hpp +++ b/LiteLoader/include/llapi/mc/DespawnSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DetectorRailBlock.hpp b/LiteLoader/include/llapi/mc/DetectorRailBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/DetectorRailBlock.hpp rename to LiteLoader/include/llapi/mc/DetectorRailBlock.hpp index 946a39a..bac1ce2 100644 --- a/LiteLoader/Header/MC/DetectorRailBlock.hpp +++ b/LiteLoader/include/llapi/mc/DetectorRailBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseRailBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DifficultyCommand.hpp b/LiteLoader/include/llapi/mc/DifficultyCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/DifficultyCommand.hpp rename to LiteLoader/include/llapi/mc/DifficultyCommand.hpp index 5e3fe5b..22c41d0 100644 --- a/LiteLoader/Header/MC/DifficultyCommand.hpp +++ b/LiteLoader/include/llapi/mc/DifficultyCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DiggerItem.hpp b/LiteLoader/include/llapi/mc/DiggerItem.hpp similarity index 98% rename from LiteLoader/Header/MC/DiggerItem.hpp rename to LiteLoader/include/llapi/mc/DiggerItem.hpp index ea065fa..b1d5827 100644 --- a/LiteLoader/Header/MC/DiggerItem.hpp +++ b/LiteLoader/include/llapi/mc/DiggerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DiggingEnchant.hpp b/LiteLoader/include/llapi/mc/DiggingEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/DiggingEnchant.hpp rename to LiteLoader/include/llapi/mc/DiggingEnchant.hpp index d32d10b..b1bee7e 100644 --- a/LiteLoader/Header/MC/DiggingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/DiggingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Dimension.hpp b/LiteLoader/include/llapi/mc/Dimension.hpp similarity index 99% rename from LiteLoader/Header/MC/Dimension.hpp rename to LiteLoader/include/llapi/mc/Dimension.hpp index 0be90cc..d128221 100644 --- a/LiteLoader/Header/MC/Dimension.hpp +++ b/LiteLoader/include/llapi/mc/Dimension.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA class BlockSource; diff --git a/LiteLoader/Header/MC/DimensionBrightnessRamp.hpp b/LiteLoader/include/llapi/mc/DimensionBrightnessRamp.hpp similarity index 95% rename from LiteLoader/Header/MC/DimensionBrightnessRamp.hpp rename to LiteLoader/include/llapi/mc/DimensionBrightnessRamp.hpp index f5b7131..b0759fd 100644 --- a/LiteLoader/Header/MC/DimensionBrightnessRamp.hpp +++ b/LiteLoader/include/llapi/mc/DimensionBrightnessRamp.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DiodeBlock.hpp b/LiteLoader/include/llapi/mc/DiodeBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DiodeBlock.hpp rename to LiteLoader/include/llapi/mc/DiodeBlock.hpp index 688537b..84c1f14 100644 --- a/LiteLoader/Header/MC/DiodeBlock.hpp +++ b/LiteLoader/include/llapi/mc/DiodeBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Direction.hpp b/LiteLoader/include/llapi/mc/Direction.hpp similarity index 95% rename from LiteLoader/Header/MC/Direction.hpp rename to LiteLoader/include/llapi/mc/Direction.hpp index 5e73708..5bf533b 100644 --- a/LiteLoader/Header/MC/Direction.hpp +++ b/LiteLoader/include/llapi/mc/Direction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DirectoryPackAccessStrategy.hpp b/LiteLoader/include/llapi/mc/DirectoryPackAccessStrategy.hpp similarity index 98% rename from LiteLoader/Header/MC/DirectoryPackAccessStrategy.hpp rename to LiteLoader/include/llapi/mc/DirectoryPackAccessStrategy.hpp index 639268b..35bdc8c 100644 --- a/LiteLoader/Header/MC/DirectoryPackAccessStrategy.hpp +++ b/LiteLoader/include/llapi/mc/DirectoryPackAccessStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "PackAccessStrategy.hpp" diff --git a/LiteLoader/Header/MC/DirectoryPackSource.hpp b/LiteLoader/include/llapi/mc/DirectoryPackSource.hpp similarity index 97% rename from LiteLoader/Header/MC/DirectoryPackSource.hpp rename to LiteLoader/include/llapi/mc/DirectoryPackSource.hpp index 102d429..cc39eaa 100644 --- a/LiteLoader/Header/MC/DirectoryPackSource.hpp +++ b/LiteLoader/include/llapi/mc/DirectoryPackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DirectoryPackWithEncryptionAccessStrategy.hpp b/LiteLoader/include/llapi/mc/DirectoryPackWithEncryptionAccessStrategy.hpp similarity index 98% rename from LiteLoader/Header/MC/DirectoryPackWithEncryptionAccessStrategy.hpp rename to LiteLoader/include/llapi/mc/DirectoryPackWithEncryptionAccessStrategy.hpp index 742a13d..de03874 100644 --- a/LiteLoader/Header/MC/DirectoryPackWithEncryptionAccessStrategy.hpp +++ b/LiteLoader/include/llapi/mc/DirectoryPackWithEncryptionAccessStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "PackAccessStrategy.hpp" diff --git a/LiteLoader/Header/MC/DirtBlock.hpp b/LiteLoader/include/llapi/mc/DirtBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/DirtBlock.hpp rename to LiteLoader/include/llapi/mc/DirtBlock.hpp index 1f1f9d6..0819c6d 100644 --- a/LiteLoader/Header/MC/DirtBlock.hpp +++ b/LiteLoader/include/llapi/mc/DirtBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DirtyTicksCounter.hpp b/LiteLoader/include/llapi/mc/DirtyTicksCounter.hpp similarity index 93% rename from LiteLoader/Header/MC/DirtyTicksCounter.hpp rename to LiteLoader/include/llapi/mc/DirtyTicksCounter.hpp index cffcdea..71588a5 100644 --- a/LiteLoader/Header/MC/DirtyTicksCounter.hpp +++ b/LiteLoader/include/llapi/mc/DirtyTicksCounter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DisconnectPacket.hpp b/LiteLoader/include/llapi/mc/DisconnectPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/DisconnectPacket.hpp rename to LiteLoader/include/llapi/mc/DisconnectPacket.hpp index e26b372..6fc992a 100644 --- a/LiteLoader/Header/MC/DisconnectPacket.hpp +++ b/LiteLoader/include/llapi/mc/DisconnectPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DispenserBlock.hpp b/LiteLoader/include/llapi/mc/DispenserBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DispenserBlock.hpp rename to LiteLoader/include/llapi/mc/DispenserBlock.hpp index 11f11ec..f7736e5 100644 --- a/LiteLoader/Header/MC/DispenserBlock.hpp +++ b/LiteLoader/include/llapi/mc/DispenserBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DispenserBlockActor.hpp b/LiteLoader/include/llapi/mc/DispenserBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/DispenserBlockActor.hpp rename to LiteLoader/include/llapi/mc/DispenserBlockActor.hpp index 231accd..bbfc261 100644 --- a/LiteLoader/Header/MC/DispenserBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/DispenserBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DispenserContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/DispenserContainerManagerModel.hpp similarity index 95% rename from LiteLoader/Header/MC/DispenserContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/DispenserContainerManagerModel.hpp index 723c090..c22f575 100644 --- a/LiteLoader/Header/MC/DispenserContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/DispenserContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DisplayObjective.hpp b/LiteLoader/include/llapi/mc/DisplayObjective.hpp similarity index 95% rename from LiteLoader/Header/MC/DisplayObjective.hpp rename to LiteLoader/include/llapi/mc/DisplayObjective.hpp index f9d3713..d2da054 100644 --- a/LiteLoader/Header/MC/DisplayObjective.hpp +++ b/LiteLoader/include/llapi/mc/DisplayObjective.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Dolphin.hpp b/LiteLoader/include/llapi/mc/Dolphin.hpp similarity index 98% rename from LiteLoader/Header/MC/Dolphin.hpp rename to LiteLoader/include/llapi/mc/Dolphin.hpp index 45142a2..59dc250 100644 --- a/LiteLoader/Header/MC/Dolphin.hpp +++ b/LiteLoader/include/llapi/mc/Dolphin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "WaterAnimal.hpp" diff --git a/LiteLoader/Header/MC/DolphinMoveControl.hpp b/LiteLoader/include/llapi/mc/DolphinMoveControl.hpp similarity index 96% rename from LiteLoader/Header/MC/DolphinMoveControl.hpp rename to LiteLoader/include/llapi/mc/DolphinMoveControl.hpp index ad2a177..321dedc 100644 --- a/LiteLoader/Header/MC/DolphinMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/DolphinMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DoorBlock.hpp b/LiteLoader/include/llapi/mc/DoorBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DoorBlock.hpp rename to LiteLoader/include/llapi/mc/DoorBlock.hpp index 815464d..a7cdbae 100644 --- a/LiteLoader/Header/MC/DoorBlock.hpp +++ b/LiteLoader/include/llapi/mc/DoorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Direction.hpp" #include "BlockLegacy.hpp" diff --git a/LiteLoader/Header/MC/DoorInteractGoal.hpp b/LiteLoader/include/llapi/mc/DoorInteractGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DoorInteractGoal.hpp rename to LiteLoader/include/llapi/mc/DoorInteractGoal.hpp index 9df25a0..d2dcee0 100644 --- a/LiteLoader/Header/MC/DoorInteractGoal.hpp +++ b/LiteLoader/include/llapi/mc/DoorInteractGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Direction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DoorItem.hpp b/LiteLoader/include/llapi/mc/DoorItem.hpp similarity index 97% rename from LiteLoader/Header/MC/DoorItem.hpp rename to LiteLoader/include/llapi/mc/DoorItem.hpp index 1257979..b3c6cb6 100644 --- a/LiteLoader/Header/MC/DoorItem.hpp +++ b/LiteLoader/include/llapi/mc/DoorItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DoublePlantBlock.hpp b/LiteLoader/include/llapi/mc/DoublePlantBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DoublePlantBlock.hpp rename to LiteLoader/include/llapi/mc/DoublePlantBlock.hpp index b0268d8..d749487 100644 --- a/LiteLoader/Header/MC/DoublePlantBlock.hpp +++ b/LiteLoader/include/llapi/mc/DoublePlantBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DoublePlantFeature.hpp b/LiteLoader/include/llapi/mc/DoublePlantFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/DoublePlantFeature.hpp rename to LiteLoader/include/llapi/mc/DoublePlantFeature.hpp index 91d4054..4861974 100644 --- a/LiteLoader/Header/MC/DoublePlantFeature.hpp +++ b/LiteLoader/include/llapi/mc/DoublePlantFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DoubleTag.hpp b/LiteLoader/include/llapi/mc/DoubleTag.hpp similarity index 97% rename from LiteLoader/Header/MC/DoubleTag.hpp rename to LiteLoader/include/llapi/mc/DoubleTag.hpp index 9596fe9..80132c5 100644 --- a/LiteLoader/Header/MC/DoubleTag.hpp +++ b/LiteLoader/include/llapi/mc/DoubleTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DouseFireSubcomponent.hpp b/LiteLoader/include/llapi/mc/DouseFireSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/DouseFireSubcomponent.hpp rename to LiteLoader/include/llapi/mc/DouseFireSubcomponent.hpp index 65a4a59..ea3576f 100644 --- a/LiteLoader/Header/MC/DouseFireSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/DouseFireSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonBaseGoalDefinition.hpp b/LiteLoader/include/llapi/mc/DragonBaseGoalDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DragonBaseGoalDefinition.hpp rename to LiteLoader/include/llapi/mc/DragonBaseGoalDefinition.hpp index f3bf08a..e127685 100644 --- a/LiteLoader/Header/MC/DragonBaseGoalDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DragonBaseGoalDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonChargePlayerDefinition.hpp b/LiteLoader/include/llapi/mc/DragonChargePlayerDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DragonChargePlayerDefinition.hpp rename to LiteLoader/include/llapi/mc/DragonChargePlayerDefinition.hpp index c1f5ab2..2d4b130 100644 --- a/LiteLoader/Header/MC/DragonChargePlayerDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DragonChargePlayerDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonChargePlayerGoal.hpp b/LiteLoader/include/llapi/mc/DragonChargePlayerGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonChargePlayerGoal.hpp rename to LiteLoader/include/llapi/mc/DragonChargePlayerGoal.hpp index bc7b90d..e6e6ad3 100644 --- a/LiteLoader/Header/MC/DragonChargePlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonChargePlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonDeathGoal.hpp b/LiteLoader/include/llapi/mc/DragonDeathGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonDeathGoal.hpp rename to LiteLoader/include/llapi/mc/DragonDeathGoal.hpp index d8b5056..a01578e 100644 --- a/LiteLoader/Header/MC/DragonDeathGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonDeathGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonEggBlock.hpp b/LiteLoader/include/llapi/mc/DragonEggBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/DragonEggBlock.hpp rename to LiteLoader/include/llapi/mc/DragonEggBlock.hpp index f79ab5c..058eb65 100644 --- a/LiteLoader/Header/MC/DragonEggBlock.hpp +++ b/LiteLoader/include/llapi/mc/DragonEggBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonFireball.hpp b/LiteLoader/include/llapi/mc/DragonFireball.hpp similarity index 97% rename from LiteLoader/Header/MC/DragonFireball.hpp rename to LiteLoader/include/llapi/mc/DragonFireball.hpp index 2617024..980a933 100644 --- a/LiteLoader/Header/MC/DragonFireball.hpp +++ b/LiteLoader/include/llapi/mc/DragonFireball.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fireball.hpp" diff --git a/LiteLoader/Header/MC/DragonFlamingDefinition.hpp b/LiteLoader/include/llapi/mc/DragonFlamingDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonFlamingDefinition.hpp rename to LiteLoader/include/llapi/mc/DragonFlamingDefinition.hpp index 60fe6b8..7e27135 100644 --- a/LiteLoader/Header/MC/DragonFlamingDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DragonFlamingDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonFlamingGoal.hpp b/LiteLoader/include/llapi/mc/DragonFlamingGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/DragonFlamingGoal.hpp rename to LiteLoader/include/llapi/mc/DragonFlamingGoal.hpp index 1dd42a1..50bc11c 100644 --- a/LiteLoader/Header/MC/DragonFlamingGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonFlamingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonHoldingPatternGoal.hpp b/LiteLoader/include/llapi/mc/DragonHoldingPatternGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonHoldingPatternGoal.hpp rename to LiteLoader/include/llapi/mc/DragonHoldingPatternGoal.hpp index 93432fe..e4f3293 100644 --- a/LiteLoader/Header/MC/DragonHoldingPatternGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonHoldingPatternGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonLandingGoal.hpp b/LiteLoader/include/llapi/mc/DragonLandingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonLandingGoal.hpp rename to LiteLoader/include/llapi/mc/DragonLandingGoal.hpp index 97dc73e..8368fa4 100644 --- a/LiteLoader/Header/MC/DragonLandingGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonLandingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonScanningGoal.hpp b/LiteLoader/include/llapi/mc/DragonScanningGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonScanningGoal.hpp rename to LiteLoader/include/llapi/mc/DragonScanningGoal.hpp index c1868ea..1fa9e27 100644 --- a/LiteLoader/Header/MC/DragonScanningGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonScanningGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonStrafePlayerDefinition.hpp b/LiteLoader/include/llapi/mc/DragonStrafePlayerDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/DragonStrafePlayerDefinition.hpp rename to LiteLoader/include/llapi/mc/DragonStrafePlayerDefinition.hpp index f06ce06..6805f8b 100644 --- a/LiteLoader/Header/MC/DragonStrafePlayerDefinition.hpp +++ b/LiteLoader/include/llapi/mc/DragonStrafePlayerDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonStrafePlayerGoal.hpp b/LiteLoader/include/llapi/mc/DragonStrafePlayerGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonStrafePlayerGoal.hpp rename to LiteLoader/include/llapi/mc/DragonStrafePlayerGoal.hpp index 747750c..4cd1fc4 100644 --- a/LiteLoader/Header/MC/DragonStrafePlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonStrafePlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DragonTakeoffGoal.hpp b/LiteLoader/include/llapi/mc/DragonTakeoffGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DragonTakeoffGoal.hpp rename to LiteLoader/include/llapi/mc/DragonTakeoffGoal.hpp index 62188bd..c14454d 100644 --- a/LiteLoader/Header/MC/DragonTakeoffGoal.hpp +++ b/LiteLoader/include/llapi/mc/DragonTakeoffGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DriedKelpBlock.hpp b/LiteLoader/include/llapi/mc/DriedKelpBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/DriedKelpBlock.hpp rename to LiteLoader/include/llapi/mc/DriedKelpBlock.hpp index ef65acf..2d646ef 100644 --- a/LiteLoader/Header/MC/DriedKelpBlock.hpp +++ b/LiteLoader/include/llapi/mc/DriedKelpBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DrinkPotionData.hpp b/LiteLoader/include/llapi/mc/DrinkPotionData.hpp similarity index 93% rename from LiteLoader/Header/MC/DrinkPotionData.hpp rename to LiteLoader/include/llapi/mc/DrinkPotionData.hpp index bc3b974..aa755da 100644 --- a/LiteLoader/Header/MC/DrinkPotionData.hpp +++ b/LiteLoader/include/llapi/mc/DrinkPotionData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DrinkPotionGoal.hpp b/LiteLoader/include/llapi/mc/DrinkPotionGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/DrinkPotionGoal.hpp rename to LiteLoader/include/llapi/mc/DrinkPotionGoal.hpp index 3579305..410acda 100644 --- a/LiteLoader/Header/MC/DrinkPotionGoal.hpp +++ b/LiteLoader/include/llapi/mc/DrinkPotionGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DropItemForGoal.hpp b/LiteLoader/include/llapi/mc/DropItemForGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/DropItemForGoal.hpp rename to LiteLoader/include/llapi/mc/DropItemForGoal.hpp index 770a60c..d4c90e6 100644 --- a/LiteLoader/Header/MC/DropItemForGoal.hpp +++ b/LiteLoader/include/llapi/mc/DropItemForGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DropperBlock.hpp b/LiteLoader/include/llapi/mc/DropperBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/DropperBlock.hpp rename to LiteLoader/include/llapi/mc/DropperBlock.hpp index 5bea862..1b5ece2 100644 --- a/LiteLoader/Header/MC/DropperBlock.hpp +++ b/LiteLoader/include/llapi/mc/DropperBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "DispenserBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DropperBlockActor.hpp b/LiteLoader/include/llapi/mc/DropperBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/DropperBlockActor.hpp rename to LiteLoader/include/llapi/mc/DropperBlockActor.hpp index 928ba1f..d11e1f1 100644 --- a/LiteLoader/Header/MC/DropperBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/DropperBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DropperContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/DropperContainerManagerModel.hpp similarity index 95% rename from LiteLoader/Header/MC/DropperContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/DropperContainerManagerModel.hpp index cdc621c..ca3ab4e 100644 --- a/LiteLoader/Header/MC/DropperContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/DropperContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DwellerComponent.hpp b/LiteLoader/include/llapi/mc/DwellerComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/DwellerComponent.hpp rename to LiteLoader/include/llapi/mc/DwellerComponent.hpp index 9adb693..bad3843 100644 --- a/LiteLoader/Header/MC/DwellerComponent.hpp +++ b/LiteLoader/include/llapi/mc/DwellerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DwellerDescription.hpp b/LiteLoader/include/llapi/mc/DwellerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/DwellerDescription.hpp rename to LiteLoader/include/llapi/mc/DwellerDescription.hpp index ac741bc..aa1ef74 100644 --- a/LiteLoader/Header/MC/DwellerDescription.hpp +++ b/LiteLoader/include/llapi/mc/DwellerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DwellerSystem.hpp b/LiteLoader/include/llapi/mc/DwellerSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/DwellerSystem.hpp rename to LiteLoader/include/llapi/mc/DwellerSystem.hpp index 8a253ac..d36e447 100644 --- a/LiteLoader/Header/MC/DwellerSystem.hpp +++ b/LiteLoader/include/llapi/mc/DwellerSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DyeColorUtil.hpp b/LiteLoader/include/llapi/mc/DyeColorUtil.hpp similarity index 89% rename from LiteLoader/Header/MC/DyeColorUtil.hpp rename to LiteLoader/include/llapi/mc/DyeColorUtil.hpp index 4a976ab..b6f4afd 100644 --- a/LiteLoader/Header/MC/DyeColorUtil.hpp +++ b/LiteLoader/include/llapi/mc/DyeColorUtil.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DyePowderItem.hpp b/LiteLoader/include/llapi/mc/DyePowderItem.hpp similarity index 98% rename from LiteLoader/Header/MC/DyePowderItem.hpp rename to LiteLoader/include/llapi/mc/DyePowderItem.hpp index bf03e39..da39b60 100644 --- a/LiteLoader/Header/MC/DyePowderItem.hpp +++ b/LiteLoader/include/llapi/mc/DyePowderItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DyeableDescription.hpp b/LiteLoader/include/llapi/mc/DyeableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/DyeableDescription.hpp rename to LiteLoader/include/llapi/mc/DyeableDescription.hpp index 87c03a7..8ddafd5 100644 --- a/LiteLoader/Header/MC/DyeableDescription.hpp +++ b/LiteLoader/include/llapi/mc/DyeableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DynamicJumpControl.hpp b/LiteLoader/include/llapi/mc/DynamicJumpControl.hpp similarity index 97% rename from LiteLoader/Header/MC/DynamicJumpControl.hpp rename to LiteLoader/include/llapi/mc/DynamicJumpControl.hpp index d97093c..70e91ff 100644 --- a/LiteLoader/Header/MC/DynamicJumpControl.hpp +++ b/LiteLoader/include/llapi/mc/DynamicJumpControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/DynamicJumpControlDescription.hpp b/LiteLoader/include/llapi/mc/DynamicJumpControlDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/DynamicJumpControlDescription.hpp rename to LiteLoader/include/llapi/mc/DynamicJumpControlDescription.hpp index 9eb6691..cc93c3a 100644 --- a/LiteLoader/Header/MC/DynamicJumpControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/DynamicJumpControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EDUWorldsScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/EDUWorldsScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/EDUWorldsScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/EDUWorldsScreenCapabilities.hpp index fd37024..6c689b8 100644 --- a/LiteLoader/Header/MC/EDUWorldsScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/EDUWorldsScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Easing.hpp b/LiteLoader/include/llapi/mc/Easing.hpp similarity index 93% rename from LiteLoader/Header/MC/Easing.hpp rename to LiteLoader/include/llapi/mc/Easing.hpp index 6032ebb..77b6343 100644 --- a/LiteLoader/Header/MC/Easing.hpp +++ b/LiteLoader/include/llapi/mc/Easing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EatBlockDefinition.hpp b/LiteLoader/include/llapi/mc/EatBlockDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/EatBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/EatBlockDefinition.hpp index 8511ef0..4759a26 100644 --- a/LiteLoader/Header/MC/EatBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/EatBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EatBlockGoal.hpp b/LiteLoader/include/llapi/mc/EatBlockGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/EatBlockGoal.hpp rename to LiteLoader/include/llapi/mc/EatBlockGoal.hpp index d1d9bf8..33274b1 100644 --- a/LiteLoader/Header/MC/EatBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/EatBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EatCarriedItemGoal.hpp b/LiteLoader/include/llapi/mc/EatCarriedItemGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/EatCarriedItemGoal.hpp rename to LiteLoader/include/llapi/mc/EatCarriedItemGoal.hpp index c025a4f..20f1082 100644 --- a/LiteLoader/Header/MC/EatCarriedItemGoal.hpp +++ b/LiteLoader/include/llapi/mc/EatCarriedItemGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EconomyTradeableComponent.hpp b/LiteLoader/include/llapi/mc/EconomyTradeableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/EconomyTradeableComponent.hpp rename to LiteLoader/include/llapi/mc/EconomyTradeableComponent.hpp index 6d8f732..035dff3 100644 --- a/LiteLoader/Header/MC/EconomyTradeableComponent.hpp +++ b/LiteLoader/include/llapi/mc/EconomyTradeableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EconomyTradeableDescription.hpp b/LiteLoader/include/llapi/mc/EconomyTradeableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/EconomyTradeableDescription.hpp rename to LiteLoader/include/llapi/mc/EconomyTradeableDescription.hpp index 6059c4d..ae5dc23 100644 --- a/LiteLoader/Header/MC/EconomyTradeableDescription.hpp +++ b/LiteLoader/include/llapi/mc/EconomyTradeableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EduAppConfigs.hpp b/LiteLoader/include/llapi/mc/EduAppConfigs.hpp similarity index 93% rename from LiteLoader/Header/MC/EduAppConfigs.hpp rename to LiteLoader/include/llapi/mc/EduAppConfigs.hpp index fe8b0e0..d49fe5d 100644 --- a/LiteLoader/Header/MC/EduAppConfigs.hpp +++ b/LiteLoader/include/llapi/mc/EduAppConfigs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationLevelSettings.hpp b/LiteLoader/include/llapi/mc/EducationLevelSettings.hpp similarity index 94% rename from LiteLoader/Header/MC/EducationLevelSettings.hpp rename to LiteLoader/include/llapi/mc/EducationLevelSettings.hpp index d649411..1e8491b 100644 --- a/LiteLoader/Header/MC/EducationLevelSettings.hpp +++ b/LiteLoader/include/llapi/mc/EducationLevelSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationLocalLevelSettings.hpp b/LiteLoader/include/llapi/mc/EducationLocalLevelSettings.hpp similarity index 94% rename from LiteLoader/Header/MC/EducationLocalLevelSettings.hpp rename to LiteLoader/include/llapi/mc/EducationLocalLevelSettings.hpp index 1a81ad8..de2eea4 100644 --- a/LiteLoader/Header/MC/EducationLocalLevelSettings.hpp +++ b/LiteLoader/include/llapi/mc/EducationLocalLevelSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationMetadata.hpp b/LiteLoader/include/llapi/mc/EducationMetadata.hpp similarity index 96% rename from LiteLoader/Header/MC/EducationMetadata.hpp rename to LiteLoader/include/llapi/mc/EducationMetadata.hpp index e3403c4..74a5a36 100644 --- a/LiteLoader/Header/MC/EducationMetadata.hpp +++ b/LiteLoader/include/llapi/mc/EducationMetadata.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationMetadataError.hpp b/LiteLoader/include/llapi/mc/EducationMetadataError.hpp similarity index 96% rename from LiteLoader/Header/MC/EducationMetadataError.hpp rename to LiteLoader/include/llapi/mc/EducationMetadataError.hpp index c915d3a..7042a12 100644 --- a/LiteLoader/Header/MC/EducationMetadataError.hpp +++ b/LiteLoader/include/llapi/mc/EducationMetadataError.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PackError.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationMetadataUtils.hpp b/LiteLoader/include/llapi/mc/EducationMetadataUtils.hpp similarity index 93% rename from LiteLoader/Header/MC/EducationMetadataUtils.hpp rename to LiteLoader/include/llapi/mc/EducationMetadataUtils.hpp index 4c223d9..c7fbe6a 100644 --- a/LiteLoader/Header/MC/EducationMetadataUtils.hpp +++ b/LiteLoader/include/llapi/mc/EducationMetadataUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationOptions.hpp b/LiteLoader/include/llapi/mc/EducationOptions.hpp similarity index 96% rename from LiteLoader/Header/MC/EducationOptions.hpp rename to LiteLoader/include/llapi/mc/EducationOptions.hpp index d7a604a..9b18ef2 100644 --- a/LiteLoader/Header/MC/EducationOptions.hpp +++ b/LiteLoader/include/llapi/mc/EducationOptions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EducationSettingsPacket.hpp b/LiteLoader/include/llapi/mc/EducationSettingsPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/EducationSettingsPacket.hpp rename to LiteLoader/include/llapi/mc/EducationSettingsPacket.hpp index 775d59b..c976b0d 100644 --- a/LiteLoader/Header/MC/EducationSettingsPacket.hpp +++ b/LiteLoader/include/llapi/mc/EducationSettingsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EffectCommand.hpp b/LiteLoader/include/llapi/mc/EffectCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/EffectCommand.hpp rename to LiteLoader/include/llapi/mc/EffectCommand.hpp index 64ca386..4befb88 100644 --- a/LiteLoader/Header/MC/EffectCommand.hpp +++ b/LiteLoader/include/llapi/mc/EffectCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EggItem.hpp b/LiteLoader/include/llapi/mc/EggItem.hpp similarity index 97% rename from LiteLoader/Header/MC/EggItem.hpp rename to LiteLoader/include/llapi/mc/EggItem.hpp index 04837b2..d142642 100644 --- a/LiteLoader/Header/MC/EggItem.hpp +++ b/LiteLoader/include/llapi/mc/EggItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ElementBlock.hpp b/LiteLoader/include/llapi/mc/ElementBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ElementBlock.hpp rename to LiteLoader/include/llapi/mc/ElementBlock.hpp index 90e4b67..cfa88e9 100644 --- a/LiteLoader/Header/MC/ElementBlock.hpp +++ b/LiteLoader/include/llapi/mc/ElementBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ElementBlockItem.hpp b/LiteLoader/include/llapi/mc/ElementBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ElementBlockItem.hpp rename to LiteLoader/include/llapi/mc/ElementBlockItem.hpp index 530a076..c59583d 100644 --- a/LiteLoader/Header/MC/ElementBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/ElementBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AuxDataBlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ElementConstructorContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/ElementConstructorContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/ElementConstructorContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/ElementConstructorContainerManagerModel.hpp index dc44c04..6a9fb83 100644 --- a/LiteLoader/Header/MC/ElementConstructorContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/ElementConstructorContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EmoteListPacket.hpp b/LiteLoader/include/llapi/mc/EmoteListPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/EmoteListPacket.hpp rename to LiteLoader/include/llapi/mc/EmoteListPacket.hpp index 11ecaf0..21d2929 100644 --- a/LiteLoader/Header/MC/EmoteListPacket.hpp +++ b/LiteLoader/include/llapi/mc/EmoteListPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EmotePacket.hpp b/LiteLoader/include/llapi/mc/EmotePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/EmotePacket.hpp rename to LiteLoader/include/llapi/mc/EmotePacket.hpp index 94c0da0..1aed26b 100644 --- a/LiteLoader/Header/MC/EmotePacket.hpp +++ b/LiteLoader/include/llapi/mc/EmotePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EmptyLootItem.hpp b/LiteLoader/include/llapi/mc/EmptyLootItem.hpp similarity index 94% rename from LiteLoader/Header/MC/EmptyLootItem.hpp rename to LiteLoader/include/llapi/mc/EmptyLootItem.hpp index b3641d7..b1c455c 100644 --- a/LiteLoader/Header/MC/EmptyLootItem.hpp +++ b/LiteLoader/include/llapi/mc/EmptyLootItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EmptyMapItem.hpp b/LiteLoader/include/llapi/mc/EmptyMapItem.hpp similarity index 98% rename from LiteLoader/Header/MC/EmptyMapItem.hpp rename to LiteLoader/include/llapi/mc/EmptyMapItem.hpp index dbafa8b..e78dfe2 100644 --- a/LiteLoader/Header/MC/EmptyMapItem.hpp +++ b/LiteLoader/include/llapi/mc/EmptyMapItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnableEncryptionCommand.hpp b/LiteLoader/include/llapi/mc/EnableEncryptionCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/EnableEncryptionCommand.hpp rename to LiteLoader/include/llapi/mc/EnableEncryptionCommand.hpp index f0e3f3e..2b53c1f 100644 --- a/LiteLoader/Header/MC/EnableEncryptionCommand.hpp +++ b/LiteLoader/include/llapi/mc/EnableEncryptionCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Enchant.hpp b/LiteLoader/include/llapi/mc/Enchant.hpp similarity index 97% rename from LiteLoader/Header/MC/Enchant.hpp rename to LiteLoader/include/llapi/mc/Enchant.hpp index a64d058..e6e4cd2 100644 --- a/LiteLoader/Header/MC/Enchant.hpp +++ b/LiteLoader/include/llapi/mc/Enchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantBookForTradingFunction.hpp b/LiteLoader/include/llapi/mc/EnchantBookForTradingFunction.hpp similarity index 97% rename from LiteLoader/Header/MC/EnchantBookForTradingFunction.hpp rename to LiteLoader/include/llapi/mc/EnchantBookForTradingFunction.hpp index 1c6a3a1..c85a5a3 100644 --- a/LiteLoader/Header/MC/EnchantBookForTradingFunction.hpp +++ b/LiteLoader/include/llapi/mc/EnchantBookForTradingFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantCommand.hpp b/LiteLoader/include/llapi/mc/EnchantCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/EnchantCommand.hpp rename to LiteLoader/include/llapi/mc/EnchantCommand.hpp index 3aceb8b..1772f9d 100644 --- a/LiteLoader/Header/MC/EnchantCommand.hpp +++ b/LiteLoader/include/llapi/mc/EnchantCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantRandomEquipmentFunction.hpp b/LiteLoader/include/llapi/mc/EnchantRandomEquipmentFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/EnchantRandomEquipmentFunction.hpp rename to LiteLoader/include/llapi/mc/EnchantRandomEquipmentFunction.hpp index 82bb26c..2805735 100644 --- a/LiteLoader/Header/MC/EnchantRandomEquipmentFunction.hpp +++ b/LiteLoader/include/llapi/mc/EnchantRandomEquipmentFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantRandomlyFunction.hpp b/LiteLoader/include/llapi/mc/EnchantRandomlyFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/EnchantRandomlyFunction.hpp rename to LiteLoader/include/llapi/mc/EnchantRandomlyFunction.hpp index dacc6ab..f6a757c 100644 --- a/LiteLoader/Header/MC/EnchantRandomlyFunction.hpp +++ b/LiteLoader/include/llapi/mc/EnchantRandomlyFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantUtils.hpp b/LiteLoader/include/llapi/mc/EnchantUtils.hpp similarity index 98% rename from LiteLoader/Header/MC/EnchantUtils.hpp rename to LiteLoader/include/llapi/mc/EnchantUtils.hpp index 752a5b5..e7f0f7a 100644 --- a/LiteLoader/Header/MC/EnchantUtils.hpp +++ b/LiteLoader/include/llapi/mc/EnchantUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantWithLevelsFunction.hpp b/LiteLoader/include/llapi/mc/EnchantWithLevelsFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/EnchantWithLevelsFunction.hpp rename to LiteLoader/include/llapi/mc/EnchantWithLevelsFunction.hpp index 0b4bf4e..8700000 100644 --- a/LiteLoader/Header/MC/EnchantWithLevelsFunction.hpp +++ b/LiteLoader/include/llapi/mc/EnchantWithLevelsFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantedBookItem.hpp b/LiteLoader/include/llapi/mc/EnchantedBookItem.hpp similarity index 97% rename from LiteLoader/Header/MC/EnchantedBookItem.hpp rename to LiteLoader/include/llapi/mc/EnchantedBookItem.hpp index b04792f..4a47f28 100644 --- a/LiteLoader/Header/MC/EnchantedBookItem.hpp +++ b/LiteLoader/include/llapi/mc/EnchantedBookItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantingContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/EnchantingContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/EnchantingContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/EnchantingContainerManagerModel.hpp index e6ffdde..21446b2 100644 --- a/LiteLoader/Header/MC/EnchantingContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/EnchantingContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantingTableBlock.hpp b/LiteLoader/include/llapi/mc/EnchantingTableBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/EnchantingTableBlock.hpp rename to LiteLoader/include/llapi/mc/EnchantingTableBlock.hpp index 1d7a4b7..caa9588 100644 --- a/LiteLoader/Header/MC/EnchantingTableBlock.hpp +++ b/LiteLoader/include/llapi/mc/EnchantingTableBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantingTableBlockActor.hpp b/LiteLoader/include/llapi/mc/EnchantingTableBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/EnchantingTableBlockActor.hpp rename to LiteLoader/include/llapi/mc/EnchantingTableBlockActor.hpp index f32961b..f729689 100644 --- a/LiteLoader/Header/MC/EnchantingTableBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/EnchantingTableBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnchantmentInstance.hpp b/LiteLoader/include/llapi/mc/EnchantmentInstance.hpp similarity index 94% rename from LiteLoader/Header/MC/EnchantmentInstance.hpp rename to LiteLoader/include/llapi/mc/EnchantmentInstance.hpp index 67091ce..4dc9e3f 100644 --- a/LiteLoader/Header/MC/EnchantmentInstance.hpp +++ b/LiteLoader/include/llapi/mc/EnchantmentInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EncryptedFileAccessStrategy.hpp b/LiteLoader/include/llapi/mc/EncryptedFileAccessStrategy.hpp similarity index 98% rename from LiteLoader/Header/MC/EncryptedFileAccessStrategy.hpp rename to LiteLoader/include/llapi/mc/EncryptedFileAccessStrategy.hpp index 7c3e779..80df4d2 100644 --- a/LiteLoader/Header/MC/EncryptedFileAccessStrategy.hpp +++ b/LiteLoader/include/llapi/mc/EncryptedFileAccessStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "DirectoryPackAccessStrategy.hpp" diff --git a/LiteLoader/Header/MC/EncryptedNetworkPeer.hpp b/LiteLoader/include/llapi/mc/EncryptedNetworkPeer.hpp similarity index 96% rename from LiteLoader/Header/MC/EncryptedNetworkPeer.hpp rename to LiteLoader/include/llapi/mc/EncryptedNetworkPeer.hpp index 732dfa2..8cae521 100644 --- a/LiteLoader/Header/MC/EncryptedNetworkPeer.hpp +++ b/LiteLoader/include/llapi/mc/EncryptedNetworkPeer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetworkPeer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EncryptedProxyEnv.hpp b/LiteLoader/include/llapi/mc/EncryptedProxyEnv.hpp similarity index 97% rename from LiteLoader/Header/MC/EncryptedProxyEnv.hpp rename to LiteLoader/include/llapi/mc/EncryptedProxyEnv.hpp index 02962b3..6ec8850 100644 --- a/LiteLoader/Header/MC/EncryptedProxyEnv.hpp +++ b/LiteLoader/include/llapi/mc/EncryptedProxyEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TransactionalWorldBlockTarget.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EncryptedZipTransforms.hpp b/LiteLoader/include/llapi/mc/EncryptedZipTransforms.hpp similarity index 95% rename from LiteLoader/Header/MC/EncryptedZipTransforms.hpp rename to LiteLoader/include/llapi/mc/EncryptedZipTransforms.hpp index 4ffbca1..e43cd3f 100644 --- a/LiteLoader/Header/MC/EncryptedZipTransforms.hpp +++ b/LiteLoader/include/llapi/mc/EncryptedZipTransforms.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndCityFeature.hpp b/LiteLoader/include/llapi/mc/EndCityFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/EndCityFeature.hpp rename to LiteLoader/include/llapi/mc/EndCityFeature.hpp index b606bef..c65944d 100644 --- a/LiteLoader/Header/MC/EndCityFeature.hpp +++ b/LiteLoader/include/llapi/mc/EndCityFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndCityPieces.hpp b/LiteLoader/include/llapi/mc/EndCityPieces.hpp similarity index 97% rename from LiteLoader/Header/MC/EndCityPieces.hpp rename to LiteLoader/include/llapi/mc/EndCityPieces.hpp index be6f064..44b8da3 100644 --- a/LiteLoader/Header/MC/EndCityPieces.hpp +++ b/LiteLoader/include/llapi/mc/EndCityPieces.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndCityStart.hpp b/LiteLoader/include/llapi/mc/EndCityStart.hpp similarity index 95% rename from LiteLoader/Header/MC/EndCityStart.hpp rename to LiteLoader/include/llapi/mc/EndCityStart.hpp index 02c3a9d..394ba27 100644 --- a/LiteLoader/Header/MC/EndCityStart.hpp +++ b/LiteLoader/include/llapi/mc/EndCityStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndCrystalItem.hpp b/LiteLoader/include/llapi/mc/EndCrystalItem.hpp similarity index 97% rename from LiteLoader/Header/MC/EndCrystalItem.hpp rename to LiteLoader/include/llapi/mc/EndCrystalItem.hpp index e985d1a..95182b7 100644 --- a/LiteLoader/Header/MC/EndCrystalItem.hpp +++ b/LiteLoader/include/llapi/mc/EndCrystalItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndDragonFight.hpp b/LiteLoader/include/llapi/mc/EndDragonFight.hpp similarity index 98% rename from LiteLoader/Header/MC/EndDragonFight.hpp rename to LiteLoader/include/llapi/mc/EndDragonFight.hpp index 41b9832..7fabbe2 100644 --- a/LiteLoader/Header/MC/EndDragonFight.hpp +++ b/LiteLoader/include/llapi/mc/EndDragonFight.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndGatewayBlock.hpp b/LiteLoader/include/llapi/mc/EndGatewayBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/EndGatewayBlock.hpp rename to LiteLoader/include/llapi/mc/EndGatewayBlock.hpp index 3fbe410..0b89f0e 100644 --- a/LiteLoader/Header/MC/EndGatewayBlock.hpp +++ b/LiteLoader/include/llapi/mc/EndGatewayBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndGatewayBlockActor.hpp b/LiteLoader/include/llapi/mc/EndGatewayBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/EndGatewayBlockActor.hpp rename to LiteLoader/include/llapi/mc/EndGatewayBlockActor.hpp index d9fd6a5..0f8d335 100644 --- a/LiteLoader/Header/MC/EndGatewayBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/EndGatewayBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndGatewayFeature.hpp b/LiteLoader/include/llapi/mc/EndGatewayFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/EndGatewayFeature.hpp rename to LiteLoader/include/llapi/mc/EndGatewayFeature.hpp index 2235229..607b86f 100644 --- a/LiteLoader/Header/MC/EndGatewayFeature.hpp +++ b/LiteLoader/include/llapi/mc/EndGatewayFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndIslandFeature.hpp b/LiteLoader/include/llapi/mc/EndIslandFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/EndIslandFeature.hpp rename to LiteLoader/include/llapi/mc/EndIslandFeature.hpp index b67e8f8..213f05e 100644 --- a/LiteLoader/Header/MC/EndIslandFeature.hpp +++ b/LiteLoader/include/llapi/mc/EndIslandFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndPodiumFeature.hpp b/LiteLoader/include/llapi/mc/EndPodiumFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/EndPodiumFeature.hpp rename to LiteLoader/include/llapi/mc/EndPodiumFeature.hpp index 5db0fb3..75b9072 100644 --- a/LiteLoader/Header/MC/EndPodiumFeature.hpp +++ b/LiteLoader/include/llapi/mc/EndPodiumFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndPortalBlock.hpp b/LiteLoader/include/llapi/mc/EndPortalBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/EndPortalBlock.hpp rename to LiteLoader/include/llapi/mc/EndPortalBlock.hpp index 6fbd8e9..8eb2632 100644 --- a/LiteLoader/Header/MC/EndPortalBlock.hpp +++ b/LiteLoader/include/llapi/mc/EndPortalBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndPortalBlockActor.hpp b/LiteLoader/include/llapi/mc/EndPortalBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/EndPortalBlockActor.hpp rename to LiteLoader/include/llapi/mc/EndPortalBlockActor.hpp index fae32d2..b92b2d4 100644 --- a/LiteLoader/Header/MC/EndPortalBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/EndPortalBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndPortalFrameBlock.hpp b/LiteLoader/include/llapi/mc/EndPortalFrameBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/EndPortalFrameBlock.hpp rename to LiteLoader/include/llapi/mc/EndPortalFrameBlock.hpp index d37acbe..01f4b21 100644 --- a/LiteLoader/Header/MC/EndPortalFrameBlock.hpp +++ b/LiteLoader/include/llapi/mc/EndPortalFrameBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndPortalShape.hpp b/LiteLoader/include/llapi/mc/EndPortalShape.hpp similarity index 95% rename from LiteLoader/Header/MC/EndPortalShape.hpp rename to LiteLoader/include/llapi/mc/EndPortalShape.hpp index 034d774..2a3d0c2 100644 --- a/LiteLoader/Header/MC/EndPortalShape.hpp +++ b/LiteLoader/include/llapi/mc/EndPortalShape.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndRodBlock.hpp b/LiteLoader/include/llapi/mc/EndRodBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/EndRodBlock.hpp rename to LiteLoader/include/llapi/mc/EndRodBlock.hpp index 8cd9831..3b05d7b 100644 --- a/LiteLoader/Header/MC/EndRodBlock.hpp +++ b/LiteLoader/include/llapi/mc/EndRodBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndTag.hpp b/LiteLoader/include/llapi/mc/EndTag.hpp similarity index 96% rename from LiteLoader/Header/MC/EndTag.hpp rename to LiteLoader/include/llapi/mc/EndTag.hpp index 75fd252..7b80f4e 100644 --- a/LiteLoader/Header/MC/EndTag.hpp +++ b/LiteLoader/include/llapi/mc/EndTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderChestBlock.hpp b/LiteLoader/include/llapi/mc/EnderChestBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/EnderChestBlock.hpp rename to LiteLoader/include/llapi/mc/EnderChestBlock.hpp index ef0e03b..c686d8d 100644 --- a/LiteLoader/Header/MC/EnderChestBlock.hpp +++ b/LiteLoader/include/llapi/mc/EnderChestBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChestBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderChestBlockActor.hpp b/LiteLoader/include/llapi/mc/EnderChestBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/EnderChestBlockActor.hpp rename to LiteLoader/include/llapi/mc/EnderChestBlockActor.hpp index 1beb05b..af972d0 100644 --- a/LiteLoader/Header/MC/EnderChestBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/EnderChestBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderChestContainer.hpp b/LiteLoader/include/llapi/mc/EnderChestContainer.hpp similarity index 95% rename from LiteLoader/Header/MC/EnderChestContainer.hpp rename to LiteLoader/include/llapi/mc/EnderChestContainer.hpp index ea8ee16..df913fa 100644 --- a/LiteLoader/Header/MC/EnderChestContainer.hpp +++ b/LiteLoader/include/llapi/mc/EnderChestContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FillingContainer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderCrystal.hpp b/LiteLoader/include/llapi/mc/EnderCrystal.hpp similarity index 98% rename from LiteLoader/Header/MC/EnderCrystal.hpp rename to LiteLoader/include/llapi/mc/EnderCrystal.hpp index 4004712..5895ee7 100644 --- a/LiteLoader/Header/MC/EnderCrystal.hpp +++ b/LiteLoader/include/llapi/mc/EnderCrystal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderDragon.hpp b/LiteLoader/include/llapi/mc/EnderDragon.hpp similarity index 99% rename from LiteLoader/Header/MC/EnderDragon.hpp rename to LiteLoader/include/llapi/mc/EnderDragon.hpp index 71db315..348d6e1 100644 --- a/LiteLoader/Header/MC/EnderDragon.hpp +++ b/LiteLoader/include/llapi/mc/EnderDragon.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/EnderEyeItem.hpp b/LiteLoader/include/llapi/mc/EnderEyeItem.hpp similarity index 97% rename from LiteLoader/Header/MC/EnderEyeItem.hpp rename to LiteLoader/include/llapi/mc/EnderEyeItem.hpp index a43b656..fdd6167 100644 --- a/LiteLoader/Header/MC/EnderEyeItem.hpp +++ b/LiteLoader/include/llapi/mc/EnderEyeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnderMan.hpp b/LiteLoader/include/llapi/mc/EnderMan.hpp similarity index 98% rename from LiteLoader/Header/MC/EnderMan.hpp rename to LiteLoader/include/llapi/mc/EnderMan.hpp index 31a77e3..23095be 100644 --- a/LiteLoader/Header/MC/EnderMan.hpp +++ b/LiteLoader/include/llapi/mc/EnderMan.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/EndermanLeaveBlockGoal.hpp b/LiteLoader/include/llapi/mc/EndermanLeaveBlockGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/EndermanLeaveBlockGoal.hpp rename to LiteLoader/include/llapi/mc/EndermanLeaveBlockGoal.hpp index f2d849e..f9bad6d 100644 --- a/LiteLoader/Header/MC/EndermanLeaveBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/EndermanLeaveBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EndermanTakeBlockGoal.hpp b/LiteLoader/include/llapi/mc/EndermanTakeBlockGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/EndermanTakeBlockGoal.hpp rename to LiteLoader/include/llapi/mc/EndermanTakeBlockGoal.hpp index 8839f67..f7768a8 100644 --- a/LiteLoader/Header/MC/EndermanTakeBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/EndermanTakeBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Endermite.hpp b/LiteLoader/include/llapi/mc/Endermite.hpp similarity index 98% rename from LiteLoader/Header/MC/Endermite.hpp rename to LiteLoader/include/llapi/mc/Endermite.hpp index 5e71e68..494aaf8 100644 --- a/LiteLoader/Header/MC/Endermite.hpp +++ b/LiteLoader/include/llapi/mc/Endermite.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/EnderpearlItem.hpp b/LiteLoader/include/llapi/mc/EnderpearlItem.hpp similarity index 97% rename from LiteLoader/Header/MC/EnderpearlItem.hpp rename to LiteLoader/include/llapi/mc/EnderpearlItem.hpp index 2c2e81a..f0d69f8 100644 --- a/LiteLoader/Header/MC/EnderpearlItem.hpp +++ b/LiteLoader/include/llapi/mc/EnderpearlItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntityComponentFactory.hpp b/LiteLoader/include/llapi/mc/EntityComponentFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/EntityComponentFactory.hpp rename to LiteLoader/include/llapi/mc/EntityComponentFactory.hpp index ac67259..ceea4b4 100644 --- a/LiteLoader/Header/MC/EntityComponentFactory.hpp +++ b/LiteLoader/include/llapi/mc/EntityComponentFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntityGoalFactory.hpp b/LiteLoader/include/llapi/mc/EntityGoalFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/EntityGoalFactory.hpp rename to LiteLoader/include/llapi/mc/EntityGoalFactory.hpp index e064404..07cd197 100644 --- a/LiteLoader/Header/MC/EntityGoalFactory.hpp +++ b/LiteLoader/include/llapi/mc/EntityGoalFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntityGoalUtility.hpp b/LiteLoader/include/llapi/mc/EntityGoalUtility.hpp similarity index 88% rename from LiteLoader/Header/MC/EntityGoalUtility.hpp rename to LiteLoader/include/llapi/mc/EntityGoalUtility.hpp index 6adfe27..ef2badb 100644 --- a/LiteLoader/Header/MC/EntityGoalUtility.hpp +++ b/LiteLoader/include/llapi/mc/EntityGoalUtility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntitySensorComponent.hpp b/LiteLoader/include/llapi/mc/EntitySensorComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/EntitySensorComponent.hpp rename to LiteLoader/include/llapi/mc/EntitySensorComponent.hpp index 744ba6a..1dbd874 100644 --- a/LiteLoader/Header/MC/EntitySensorComponent.hpp +++ b/LiteLoader/include/llapi/mc/EntitySensorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntitySensorDefinition.hpp b/LiteLoader/include/llapi/mc/EntitySensorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/EntitySensorDefinition.hpp rename to LiteLoader/include/llapi/mc/EntitySensorDefinition.hpp index 7c77562..bc9aa32 100644 --- a/LiteLoader/Header/MC/EntitySensorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/EntitySensorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntitySensorSystem.hpp b/LiteLoader/include/llapi/mc/EntitySensorSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/EntitySensorSystem.hpp rename to LiteLoader/include/llapi/mc/EntitySensorSystem.hpp index 8bd64f4..1936a70 100644 --- a/LiteLoader/Header/MC/EntitySensorSystem.hpp +++ b/LiteLoader/include/llapi/mc/EntitySensorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntityServerPacket.hpp b/LiteLoader/include/llapi/mc/EntityServerPacket.hpp similarity index 94% rename from LiteLoader/Header/MC/EntityServerPacket.hpp rename to LiteLoader/include/llapi/mc/EntityServerPacket.hpp index a86aed9..7f5b629 100644 --- a/LiteLoader/Header/MC/EntityServerPacket.hpp +++ b/LiteLoader/include/llapi/mc/EntityServerPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntitySystems.hpp b/LiteLoader/include/llapi/mc/EntitySystems.hpp similarity index 94% rename from LiteLoader/Header/MC/EntitySystems.hpp rename to LiteLoader/include/llapi/mc/EntitySystems.hpp index 7bb0b77..c9deb9d 100644 --- a/LiteLoader/Header/MC/EntitySystems.hpp +++ b/LiteLoader/include/llapi/mc/EntitySystems.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EntityTypes.hpp b/LiteLoader/include/llapi/mc/EntityTypes.hpp similarity index 94% rename from LiteLoader/Header/MC/EntityTypes.hpp rename to LiteLoader/include/llapi/mc/EntityTypes.hpp index 228f64e..2d19273 100644 --- a/LiteLoader/Header/MC/EntityTypes.hpp +++ b/LiteLoader/include/llapi/mc/EntityTypes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnvironmentRequirement.hpp b/LiteLoader/include/llapi/mc/EnvironmentRequirement.hpp similarity index 94% rename from LiteLoader/Header/MC/EnvironmentRequirement.hpp rename to LiteLoader/include/llapi/mc/EnvironmentRequirement.hpp index 07d915a..213ed2f 100644 --- a/LiteLoader/Header/MC/EnvironmentRequirement.hpp +++ b/LiteLoader/include/llapi/mc/EnvironmentRequirement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnvironmentSensorDefinition.hpp b/LiteLoader/include/llapi/mc/EnvironmentSensorDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/EnvironmentSensorDefinition.hpp rename to LiteLoader/include/llapi/mc/EnvironmentSensorDefinition.hpp index 49031d2..966163c 100644 --- a/LiteLoader/Header/MC/EnvironmentSensorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/EnvironmentSensorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EnvironmentSensorSystem.hpp b/LiteLoader/include/llapi/mc/EnvironmentSensorSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/EnvironmentSensorSystem.hpp rename to LiteLoader/include/llapi/mc/EnvironmentSensorSystem.hpp index 994d848..6db0e66 100644 --- a/LiteLoader/Header/MC/EnvironmentSensorSystem.hpp +++ b/LiteLoader/include/llapi/mc/EnvironmentSensorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EquipItemComponent.hpp b/LiteLoader/include/llapi/mc/EquipItemComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/EquipItemComponent.hpp rename to LiteLoader/include/llapi/mc/EquipItemComponent.hpp index 493e1f3..81ea3b6 100644 --- a/LiteLoader/Header/MC/EquipItemComponent.hpp +++ b/LiteLoader/include/llapi/mc/EquipItemComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EquipItemGoal.hpp b/LiteLoader/include/llapi/mc/EquipItemGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/EquipItemGoal.hpp rename to LiteLoader/include/llapi/mc/EquipItemGoal.hpp index 758220d..ae1a2f9 100644 --- a/LiteLoader/Header/MC/EquipItemGoal.hpp +++ b/LiteLoader/include/llapi/mc/EquipItemGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EquipmentTableDescription.hpp b/LiteLoader/include/llapi/mc/EquipmentTableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/EquipmentTableDescription.hpp rename to LiteLoader/include/llapi/mc/EquipmentTableDescription.hpp index 94900a7..2100d65 100644 --- a/LiteLoader/Header/MC/EquipmentTableDescription.hpp +++ b/LiteLoader/include/llapi/mc/EquipmentTableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EquippableComponent.hpp b/LiteLoader/include/llapi/mc/EquippableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/EquippableComponent.hpp rename to LiteLoader/include/llapi/mc/EquippableComponent.hpp index f1441a6..3d6ba7e 100644 --- a/LiteLoader/Header/MC/EquippableComponent.hpp +++ b/LiteLoader/include/llapi/mc/EquippableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EquippableDefinition.hpp b/LiteLoader/include/llapi/mc/EquippableDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/EquippableDefinition.hpp rename to LiteLoader/include/llapi/mc/EquippableDefinition.hpp index 8a3c414..2d38408 100644 --- a/LiteLoader/Header/MC/EquippableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/EquippableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/ErrorPathStack.hpp b/LiteLoader/include/llapi/mc/ErrorPathStack.hpp similarity index 93% rename from LiteLoader/Header/MC/ErrorPathStack.hpp rename to LiteLoader/include/llapi/mc/ErrorPathStack.hpp index e3c5dab..13e30a7 100644 --- a/LiteLoader/Header/MC/ErrorPathStack.hpp +++ b/LiteLoader/include/llapi/mc/ErrorPathStack.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EventInfo.hpp b/LiteLoader/include/llapi/mc/EventInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/EventInfo.hpp rename to LiteLoader/include/llapi/mc/EventInfo.hpp index 6f3af0a..3aa7fcb 100644 --- a/LiteLoader/Header/MC/EventInfo.hpp +++ b/LiteLoader/include/llapi/mc/EventInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EventPacket.hpp b/LiteLoader/include/llapi/mc/EventPacket.hpp similarity index 98% rename from LiteLoader/Header/MC/EventPacket.hpp rename to LiteLoader/include/llapi/mc/EventPacket.hpp index efcb760..59552bd 100644 --- a/LiteLoader/Header/MC/EventPacket.hpp +++ b/LiteLoader/include/llapi/mc/EventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MinecraftEventing.hpp" #include "Packet.hpp" diff --git a/LiteLoader/Header/MC/EvocationFang.hpp b/LiteLoader/include/llapi/mc/EvocationFang.hpp similarity index 97% rename from LiteLoader/Header/MC/EvocationFang.hpp rename to LiteLoader/include/llapi/mc/EvocationFang.hpp index 92b5bb8..62e7eb5 100644 --- a/LiteLoader/Header/MC/EvocationFang.hpp +++ b/LiteLoader/include/llapi/mc/EvocationFang.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EvocationIllager.hpp b/LiteLoader/include/llapi/mc/EvocationIllager.hpp similarity index 98% rename from LiteLoader/Header/MC/EvocationIllager.hpp rename to LiteLoader/include/llapi/mc/EvocationIllager.hpp index 7354ebb..96705b9 100644 --- a/LiteLoader/Header/MC/EvocationIllager.hpp +++ b/LiteLoader/include/llapi/mc/EvocationIllager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/ExecuteCommand.hpp b/LiteLoader/include/llapi/mc/ExecuteCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ExecuteCommand.hpp rename to LiteLoader/include/llapi/mc/ExecuteCommand.hpp index 802fb4e..6d932b9 100644 --- a/LiteLoader/Header/MC/ExecuteCommand.hpp +++ b/LiteLoader/include/llapi/mc/ExecuteCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExhaustionAttributeDelegate.hpp b/LiteLoader/include/llapi/mc/ExhaustionAttributeDelegate.hpp similarity index 95% rename from LiteLoader/Header/MC/ExhaustionAttributeDelegate.hpp rename to LiteLoader/include/llapi/mc/ExhaustionAttributeDelegate.hpp index 0a6023b..1b0e758 100644 --- a/LiteLoader/Header/MC/ExhaustionAttributeDelegate.hpp +++ b/LiteLoader/include/llapi/mc/ExhaustionAttributeDelegate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AttributeInstanceDelegate.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExperienceOrb.hpp b/LiteLoader/include/llapi/mc/ExperienceOrb.hpp similarity index 98% rename from LiteLoader/Header/MC/ExperienceOrb.hpp rename to LiteLoader/include/llapi/mc/ExperienceOrb.hpp index b7bf30d..fa67ee0 100644 --- a/LiteLoader/Header/MC/ExperienceOrb.hpp +++ b/LiteLoader/include/llapi/mc/ExperienceOrb.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExperiencePotion.hpp b/LiteLoader/include/llapi/mc/ExperiencePotion.hpp similarity index 97% rename from LiteLoader/Header/MC/ExperiencePotion.hpp rename to LiteLoader/include/llapi/mc/ExperiencePotion.hpp index be09a1b..b4eea7d 100644 --- a/LiteLoader/Header/MC/ExperiencePotion.hpp +++ b/LiteLoader/include/llapi/mc/ExperiencePotion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/ExperiencePotionItem.hpp b/LiteLoader/include/llapi/mc/ExperiencePotionItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ExperiencePotionItem.hpp rename to LiteLoader/include/llapi/mc/ExperiencePotionItem.hpp index 09b9569..c4e2c0f 100644 --- a/LiteLoader/Header/MC/ExperiencePotionItem.hpp +++ b/LiteLoader/include/llapi/mc/ExperiencePotionItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExperienceRewardComponent.hpp b/LiteLoader/include/llapi/mc/ExperienceRewardComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/ExperienceRewardComponent.hpp rename to LiteLoader/include/llapi/mc/ExperienceRewardComponent.hpp index 9a74f19..456d8f3 100644 --- a/LiteLoader/Header/MC/ExperienceRewardComponent.hpp +++ b/LiteLoader/include/llapi/mc/ExperienceRewardComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExperienceRewardDefinition.hpp b/LiteLoader/include/llapi/mc/ExperienceRewardDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/ExperienceRewardDefinition.hpp rename to LiteLoader/include/llapi/mc/ExperienceRewardDefinition.hpp index 481f90a..e17eff5 100644 --- a/LiteLoader/Header/MC/ExperienceRewardDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ExperienceRewardDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExplodeComponent.hpp b/LiteLoader/include/llapi/mc/ExplodeComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ExplodeComponent.hpp rename to LiteLoader/include/llapi/mc/ExplodeComponent.hpp index 22cfdc3..9ac7627 100644 --- a/LiteLoader/Header/MC/ExplodeComponent.hpp +++ b/LiteLoader/include/llapi/mc/ExplodeComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExplodeDefinition.hpp b/LiteLoader/include/llapi/mc/ExplodeDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ExplodeDefinition.hpp rename to LiteLoader/include/llapi/mc/ExplodeDefinition.hpp index 9bee0c5..b711b46 100644 --- a/LiteLoader/Header/MC/ExplodeDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ExplodeDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/ExplodeSystem.hpp b/LiteLoader/include/llapi/mc/ExplodeSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/ExplodeSystem.hpp rename to LiteLoader/include/llapi/mc/ExplodeSystem.hpp index 61412e7..c1645d3 100644 --- a/LiteLoader/Header/MC/ExplodeSystem.hpp +++ b/LiteLoader/include/llapi/mc/ExplodeSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExplorationMapFunction.hpp b/LiteLoader/include/llapi/mc/ExplorationMapFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/ExplorationMapFunction.hpp rename to LiteLoader/include/llapi/mc/ExplorationMapFunction.hpp index 62b5668..83eca67 100644 --- a/LiteLoader/Header/MC/ExplorationMapFunction.hpp +++ b/LiteLoader/include/llapi/mc/ExplorationMapFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/ExploreOutskirtsGoal.hpp b/LiteLoader/include/llapi/mc/ExploreOutskirtsGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/ExploreOutskirtsGoal.hpp rename to LiteLoader/include/llapi/mc/ExploreOutskirtsGoal.hpp index b2cf0bf..8d546c2 100644 --- a/LiteLoader/Header/MC/ExploreOutskirtsGoal.hpp +++ b/LiteLoader/include/llapi/mc/ExploreOutskirtsGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Explosion.hpp b/LiteLoader/include/llapi/mc/Explosion.hpp similarity index 93% rename from LiteLoader/Header/MC/Explosion.hpp rename to LiteLoader/include/llapi/mc/Explosion.hpp index 6dba24e..61bb6e6 100644 --- a/LiteLoader/Header/MC/Explosion.hpp +++ b/LiteLoader/include/llapi/mc/Explosion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExplosionDecayFunction.hpp b/LiteLoader/include/llapi/mc/ExplosionDecayFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/ExplosionDecayFunction.hpp rename to LiteLoader/include/llapi/mc/ExplosionDecayFunction.hpp index 05e7906..ac65763 100644 --- a/LiteLoader/Header/MC/ExplosionDecayFunction.hpp +++ b/LiteLoader/include/llapi/mc/ExplosionDecayFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExpressionNode.hpp b/LiteLoader/include/llapi/mc/ExpressionNode.hpp similarity index 99% rename from LiteLoader/Header/MC/ExpressionNode.hpp rename to LiteLoader/include/llapi/mc/ExpressionNode.hpp index 3715336..a776584 100644 --- a/LiteLoader/Header/MC/ExpressionNode.hpp +++ b/LiteLoader/include/llapi/mc/ExpressionNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Bedrock.hpp" diff --git a/LiteLoader/Header/MC/ExtendedCertificate.hpp b/LiteLoader/include/llapi/mc/ExtendedCertificate.hpp similarity index 95% rename from LiteLoader/Header/MC/ExtendedCertificate.hpp rename to LiteLoader/include/llapi/mc/ExtendedCertificate.hpp index f7ea59f..1b924cc 100644 --- a/LiteLoader/Header/MC/ExtendedCertificate.hpp +++ b/LiteLoader/include/llapi/mc/ExtendedCertificate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExtendedStreamReadResult.hpp b/LiteLoader/include/llapi/mc/ExtendedStreamReadResult.hpp similarity index 94% rename from LiteLoader/Header/MC/ExtendedStreamReadResult.hpp rename to LiteLoader/include/llapi/mc/ExtendedStreamReadResult.hpp index f13deb8..480ddbe 100644 --- a/LiteLoader/Header/MC/ExtendedStreamReadResult.hpp +++ b/LiteLoader/include/llapi/mc/ExtendedStreamReadResult.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExternalFileLevelStorage.hpp b/LiteLoader/include/llapi/mc/ExternalFileLevelStorage.hpp similarity index 97% rename from LiteLoader/Header/MC/ExternalFileLevelStorage.hpp rename to LiteLoader/include/llapi/mc/ExternalFileLevelStorage.hpp index 72aaca5..8dd40c8 100644 --- a/LiteLoader/Header/MC/ExternalFileLevelStorage.hpp +++ b/LiteLoader/include/llapi/mc/ExternalFileLevelStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ExternalFileLevelStorageSource.hpp b/LiteLoader/include/llapi/mc/ExternalFileLevelStorageSource.hpp similarity index 98% rename from LiteLoader/Header/MC/ExternalFileLevelStorageSource.hpp rename to LiteLoader/include/llapi/mc/ExternalFileLevelStorageSource.hpp index ca7c9c9..151b363 100644 --- a/LiteLoader/Header/MC/ExternalFileLevelStorageSource.hpp +++ b/LiteLoader/include/llapi/mc/ExternalFileLevelStorageSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/EyeOfEnder.hpp b/LiteLoader/include/llapi/mc/EyeOfEnder.hpp similarity index 97% rename from LiteLoader/Header/MC/EyeOfEnder.hpp rename to LiteLoader/include/llapi/mc/EyeOfEnder.hpp index ee66f0d..7c52aed 100644 --- a/LiteLoader/Header/MC/EyeOfEnder.hpp +++ b/LiteLoader/include/llapi/mc/EyeOfEnder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FaceDirectionalActorBlock.hpp b/LiteLoader/include/llapi/mc/FaceDirectionalActorBlock.hpp similarity index 96% rename from LiteLoader/Header/MC/FaceDirectionalActorBlock.hpp rename to LiteLoader/include/llapi/mc/FaceDirectionalActorBlock.hpp index 022d70d..855c350 100644 --- a/LiteLoader/Header/MC/FaceDirectionalActorBlock.hpp +++ b/LiteLoader/include/llapi/mc/FaceDirectionalActorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FaceDirectionalBlock.hpp b/LiteLoader/include/llapi/mc/FaceDirectionalBlock.hpp similarity index 96% rename from LiteLoader/Header/MC/FaceDirectionalBlock.hpp rename to LiteLoader/include/llapi/mc/FaceDirectionalBlock.hpp index 1f47b18..7b62eff 100644 --- a/LiteLoader/Header/MC/FaceDirectionalBlock.hpp +++ b/LiteLoader/include/llapi/mc/FaceDirectionalBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Facing.hpp b/LiteLoader/include/llapi/mc/Facing.hpp similarity index 97% rename from LiteLoader/Header/MC/Facing.hpp rename to LiteLoader/include/llapi/mc/Facing.hpp index 723f12c..e8e0d49 100644 --- a/LiteLoader/Header/MC/Facing.hpp +++ b/LiteLoader/include/llapi/mc/Facing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "LiteLoader/include/llapi/Global.h" #define BEFORE_EXTRA #include "math.h" diff --git a/LiteLoader/Header/MC/FallenTreeTrunk.hpp b/LiteLoader/include/llapi/mc/FallenTreeTrunk.hpp similarity index 95% rename from LiteLoader/Header/MC/FallenTreeTrunk.hpp rename to LiteLoader/include/llapi/mc/FallenTreeTrunk.hpp index 74ac9cc..a0630d5 100644 --- a/LiteLoader/Header/MC/FallenTreeTrunk.hpp +++ b/LiteLoader/include/llapi/mc/FallenTreeTrunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FallingBlock.hpp b/LiteLoader/include/llapi/mc/FallingBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FallingBlock.hpp rename to LiteLoader/include/llapi/mc/FallingBlock.hpp index bc29187..3862dbf 100644 --- a/LiteLoader/Header/MC/FallingBlock.hpp +++ b/LiteLoader/include/llapi/mc/FallingBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FamilyTypeDescription.hpp b/LiteLoader/include/llapi/mc/FamilyTypeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FamilyTypeDescription.hpp rename to LiteLoader/include/llapi/mc/FamilyTypeDescription.hpp index a52c236..80df527 100644 --- a/LiteLoader/Header/MC/FamilyTypeDescription.hpp +++ b/LiteLoader/include/llapi/mc/FamilyTypeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FancyTreeCanopy.hpp b/LiteLoader/include/llapi/mc/FancyTreeCanopy.hpp similarity index 96% rename from LiteLoader/Header/MC/FancyTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/FancyTreeCanopy.hpp index 2f6a05d..7ec7f02 100644 --- a/LiteLoader/Header/MC/FancyTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/FancyTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FancyTreeTrunk.hpp b/LiteLoader/include/llapi/mc/FancyTreeTrunk.hpp similarity index 96% rename from LiteLoader/Header/MC/FancyTreeTrunk.hpp rename to LiteLoader/include/llapi/mc/FancyTreeTrunk.hpp index b948b92..191e129 100644 --- a/LiteLoader/Header/MC/FancyTreeTrunk.hpp +++ b/LiteLoader/include/llapi/mc/FancyTreeTrunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FarmBlock.hpp b/LiteLoader/include/llapi/mc/FarmBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FarmBlock.hpp rename to LiteLoader/include/llapi/mc/FarmBlock.hpp index 6a3966d..69ed5f3 100644 --- a/LiteLoader/Header/MC/FarmBlock.hpp +++ b/LiteLoader/include/llapi/mc/FarmBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Feature.hpp b/LiteLoader/include/llapi/mc/Feature.hpp similarity index 96% rename from LiteLoader/Header/MC/Feature.hpp rename to LiteLoader/include/llapi/mc/Feature.hpp index 6c60f0e..fde3908 100644 --- a/LiteLoader/Header/MC/Feature.hpp +++ b/LiteLoader/include/llapi/mc/Feature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeatureHelper.hpp b/LiteLoader/include/llapi/mc/FeatureHelper.hpp similarity index 89% rename from LiteLoader/Header/MC/FeatureHelper.hpp rename to LiteLoader/include/llapi/mc/FeatureHelper.hpp index 72de2e8..a67795c 100644 --- a/LiteLoader/Header/MC/FeatureHelper.hpp +++ b/LiteLoader/include/llapi/mc/FeatureHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeaturePoolElement.hpp b/LiteLoader/include/llapi/mc/FeaturePoolElement.hpp similarity index 97% rename from LiteLoader/Header/MC/FeaturePoolElement.hpp rename to LiteLoader/include/llapi/mc/FeaturePoolElement.hpp index 13e03dd..44b6751 100644 --- a/LiteLoader/Header/MC/FeaturePoolElement.hpp +++ b/LiteLoader/include/llapi/mc/FeaturePoolElement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePoolElement.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeatureRegistry.hpp b/LiteLoader/include/llapi/mc/FeatureRegistry.hpp similarity index 97% rename from LiteLoader/Header/MC/FeatureRegistry.hpp rename to LiteLoader/include/llapi/mc/FeatureRegistry.hpp index e92bdc8..47df66c 100644 --- a/LiteLoader/Header/MC/FeatureRegistry.hpp +++ b/LiteLoader/include/llapi/mc/FeatureRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeatureToggles.hpp b/LiteLoader/include/llapi/mc/FeatureToggles.hpp similarity index 96% rename from LiteLoader/Header/MC/FeatureToggles.hpp rename to LiteLoader/include/llapi/mc/FeatureToggles.hpp index fbef921..742ddac 100644 --- a/LiteLoader/Header/MC/FeatureToggles.hpp +++ b/LiteLoader/include/llapi/mc/FeatureToggles.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeatureTypeFactory.hpp b/LiteLoader/include/llapi/mc/FeatureTypeFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/FeatureTypeFactory.hpp rename to LiteLoader/include/llapi/mc/FeatureTypeFactory.hpp index ef3ca2f..411569e 100644 --- a/LiteLoader/Header/MC/FeatureTypeFactory.hpp +++ b/LiteLoader/include/llapi/mc/FeatureTypeFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FeedItem.hpp b/LiteLoader/include/llapi/mc/FeedItem.hpp similarity index 94% rename from LiteLoader/Header/MC/FeedItem.hpp rename to LiteLoader/include/llapi/mc/FeedItem.hpp index d744571..98e0cbb 100644 --- a/LiteLoader/Header/MC/FeedItem.hpp +++ b/LiteLoader/include/llapi/mc/FeedItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FenceBlock.hpp b/LiteLoader/include/llapi/mc/FenceBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FenceBlock.hpp rename to LiteLoader/include/llapi/mc/FenceBlock.hpp index 3710a20..3373695 100644 --- a/LiteLoader/Header/MC/FenceBlock.hpp +++ b/LiteLoader/include/llapi/mc/FenceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FenceGateBlock.hpp b/LiteLoader/include/llapi/mc/FenceGateBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FenceGateBlock.hpp rename to LiteLoader/include/llapi/mc/FenceGateBlock.hpp index 8077b9d..0ce37d0 100644 --- a/LiteLoader/Header/MC/FenceGateBlock.hpp +++ b/LiteLoader/include/llapi/mc/FenceGateBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FertilizerItem.hpp b/LiteLoader/include/llapi/mc/FertilizerItem.hpp similarity index 95% rename from LiteLoader/Header/MC/FertilizerItem.hpp rename to LiteLoader/include/llapi/mc/FertilizerItem.hpp index 71b0487..bc74eba 100644 --- a/LiteLoader/Header/MC/FertilizerItem.hpp +++ b/LiteLoader/include/llapi/mc/FertilizerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileAccessTransforms.hpp b/LiteLoader/include/llapi/mc/FileAccessTransforms.hpp similarity index 95% rename from LiteLoader/Header/MC/FileAccessTransforms.hpp rename to LiteLoader/include/llapi/mc/FileAccessTransforms.hpp index 684d42d..c92b192 100644 --- a/LiteLoader/Header/MC/FileAccessTransforms.hpp +++ b/LiteLoader/include/llapi/mc/FileAccessTransforms.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileArchiver.hpp b/LiteLoader/include/llapi/mc/FileArchiver.hpp similarity index 96% rename from LiteLoader/Header/MC/FileArchiver.hpp rename to LiteLoader/include/llapi/mc/FileArchiver.hpp index 1e024d0..f7cce1f 100644 --- a/LiteLoader/Header/MC/FileArchiver.hpp +++ b/LiteLoader/include/llapi/mc/FileArchiver.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileChunkManager.hpp b/LiteLoader/include/llapi/mc/FileChunkManager.hpp similarity index 94% rename from LiteLoader/Header/MC/FileChunkManager.hpp rename to LiteLoader/include/llapi/mc/FileChunkManager.hpp index 35f72d2..5b397cb 100644 --- a/LiteLoader/Header/MC/FileChunkManager.hpp +++ b/LiteLoader/include/llapi/mc/FileChunkManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileInfo.hpp b/LiteLoader/include/llapi/mc/FileInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/FileInfo.hpp rename to LiteLoader/include/llapi/mc/FileInfo.hpp index 3c5a66f..eef9f63 100644 --- a/LiteLoader/Header/MC/FileInfo.hpp +++ b/LiteLoader/include/llapi/mc/FileInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileSystemFileAccess.hpp b/LiteLoader/include/llapi/mc/FileSystemFileAccess.hpp similarity index 96% rename from LiteLoader/Header/MC/FileSystemFileAccess.hpp rename to LiteLoader/include/llapi/mc/FileSystemFileAccess.hpp index 5c8aadb..d24da94 100644 --- a/LiteLoader/Header/MC/FileSystemFileAccess.hpp +++ b/LiteLoader/include/llapi/mc/FileSystemFileAccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FileUploadManager.hpp b/LiteLoader/include/llapi/mc/FileUploadManager.hpp similarity index 97% rename from LiteLoader/Header/MC/FileUploadManager.hpp rename to LiteLoader/include/llapi/mc/FileUploadManager.hpp index 1b216db..8948558 100644 --- a/LiteLoader/Header/MC/FileUploadManager.hpp +++ b/LiteLoader/include/llapi/mc/FileUploadManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FillCommand.hpp b/LiteLoader/include/llapi/mc/FillCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/FillCommand.hpp rename to LiteLoader/include/llapi/mc/FillCommand.hpp index b87e312..7f38e2c 100644 --- a/LiteLoader/Header/MC/FillCommand.hpp +++ b/LiteLoader/include/llapi/mc/FillCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FillContainerFunction.hpp b/LiteLoader/include/llapi/mc/FillContainerFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/FillContainerFunction.hpp rename to LiteLoader/include/llapi/mc/FillContainerFunction.hpp index e2e22d4..65fb54e 100644 --- a/LiteLoader/Header/MC/FillContainerFunction.hpp +++ b/LiteLoader/include/llapi/mc/FillContainerFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/FillingContainer.hpp b/LiteLoader/include/llapi/mc/FillingContainer.hpp similarity index 98% rename from LiteLoader/Header/MC/FillingContainer.hpp rename to LiteLoader/include/llapi/mc/FillingContainer.hpp index 92a8303..b6ac58a 100644 --- a/LiteLoader/Header/MC/FillingContainer.hpp +++ b/LiteLoader/include/llapi/mc/FillingContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Container.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterContext.hpp b/LiteLoader/include/llapi/mc/FilterContext.hpp similarity index 93% rename from LiteLoader/Header/MC/FilterContext.hpp rename to LiteLoader/include/llapi/mc/FilterContext.hpp index cd20baf..84d86b8 100644 --- a/LiteLoader/Header/MC/FilterContext.hpp +++ b/LiteLoader/include/llapi/mc/FilterContext.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterGroup.hpp b/LiteLoader/include/llapi/mc/FilterGroup.hpp similarity index 97% rename from LiteLoader/Header/MC/FilterGroup.hpp rename to LiteLoader/include/llapi/mc/FilterGroup.hpp index 322bd36..86c598e 100644 --- a/LiteLoader/Header/MC/FilterGroup.hpp +++ b/LiteLoader/include/llapi/mc/FilterGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "FilterTest.hpp" diff --git a/LiteLoader/Header/MC/FilterInput.hpp b/LiteLoader/include/llapi/mc/FilterInput.hpp similarity index 94% rename from LiteLoader/Header/MC/FilterInput.hpp rename to LiteLoader/include/llapi/mc/FilterInput.hpp index 3e0312f..e34d6d7 100644 --- a/LiteLoader/Header/MC/FilterInput.hpp +++ b/LiteLoader/include/llapi/mc/FilterInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterInputDefinition.hpp b/LiteLoader/include/llapi/mc/FilterInputDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/FilterInputDefinition.hpp rename to LiteLoader/include/llapi/mc/FilterInputDefinition.hpp index e808b41..0d65fd1 100644 --- a/LiteLoader/Header/MC/FilterInputDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FilterInputDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterInputs.hpp b/LiteLoader/include/llapi/mc/FilterInputs.hpp similarity index 94% rename from LiteLoader/Header/MC/FilterInputs.hpp rename to LiteLoader/include/llapi/mc/FilterInputs.hpp index 241948a..415ee86 100644 --- a/LiteLoader/Header/MC/FilterInputs.hpp +++ b/LiteLoader/include/llapi/mc/FilterInputs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterList.hpp b/LiteLoader/include/llapi/mc/FilterList.hpp similarity index 90% rename from LiteLoader/Header/MC/FilterList.hpp rename to LiteLoader/include/llapi/mc/FilterList.hpp index 662aa55..a8acd4f 100644 --- a/LiteLoader/Header/MC/FilterList.hpp +++ b/LiteLoader/include/llapi/mc/FilterList.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterParamDefinition.hpp b/LiteLoader/include/llapi/mc/FilterParamDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterParamDefinition.hpp rename to LiteLoader/include/llapi/mc/FilterParamDefinition.hpp index f37ad1c..324e0ab 100644 --- a/LiteLoader/Header/MC/FilterParamDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FilterParamDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterStringMap.hpp b/LiteLoader/include/llapi/mc/FilterStringMap.hpp similarity index 94% rename from LiteLoader/Header/MC/FilterStringMap.hpp rename to LiteLoader/include/llapi/mc/FilterStringMap.hpp index f268875..c565c37 100644 --- a/LiteLoader/Header/MC/FilterStringMap.hpp +++ b/LiteLoader/include/llapi/mc/FilterStringMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterTest.hpp b/LiteLoader/include/llapi/mc/FilterTest.hpp similarity index 97% rename from LiteLoader/Header/MC/FilterTest.hpp rename to LiteLoader/include/llapi/mc/FilterTest.hpp index 3fab27d..a09600e 100644 --- a/LiteLoader/Header/MC/FilterTest.hpp +++ b/LiteLoader/include/llapi/mc/FilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FilterTestAltitude.hpp b/LiteLoader/include/llapi/mc/FilterTestAltitude.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestAltitude.hpp rename to LiteLoader/include/llapi/mc/FilterTestAltitude.hpp index bcb4754..ee0651a 100644 --- a/LiteLoader/Header/MC/FilterTestAltitude.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestAltitude.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestBiome.hpp b/LiteLoader/include/llapi/mc/FilterTestBiome.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestBiome.hpp rename to LiteLoader/include/llapi/mc/FilterTestBiome.hpp index 7e5cfa7..a453319 100644 --- a/LiteLoader/Header/MC/FilterTestBiome.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestBiome.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestBiomeHasTag.hpp b/LiteLoader/include/llapi/mc/FilterTestBiomeHasTag.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestBiomeHasTag.hpp rename to LiteLoader/include/llapi/mc/FilterTestBiomeHasTag.hpp index 42ec3b4..55e165f 100644 --- a/LiteLoader/Header/MC/FilterTestBiomeHasTag.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestBiomeHasTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestBiomeHumid.hpp b/LiteLoader/include/llapi/mc/FilterTestBiomeHumid.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestBiomeHumid.hpp rename to LiteLoader/include/llapi/mc/FilterTestBiomeHumid.hpp index 5f853d7..26a084a3 100644 --- a/LiteLoader/Header/MC/FilterTestBiomeHumid.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestBiomeHumid.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestBiomeSnowCovered.hpp b/LiteLoader/include/llapi/mc/FilterTestBiomeSnowCovered.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestBiomeSnowCovered.hpp rename to LiteLoader/include/llapi/mc/FilterTestBiomeSnowCovered.hpp index ee17ef1..6bdbd54 100644 --- a/LiteLoader/Header/MC/FilterTestBiomeSnowCovered.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestBiomeSnowCovered.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestBrightness.hpp b/LiteLoader/include/llapi/mc/FilterTestBrightness.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestBrightness.hpp rename to LiteLoader/include/llapi/mc/FilterTestBrightness.hpp index cd7e0b1..58f0a7e 100644 --- a/LiteLoader/Header/MC/FilterTestBrightness.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestBrightness.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestClock.hpp b/LiteLoader/include/llapi/mc/FilterTestClock.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestClock.hpp rename to LiteLoader/include/llapi/mc/FilterTestClock.hpp index 3ed756d..d7bfdd9 100644 --- a/LiteLoader/Header/MC/FilterTestClock.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestClock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestDaytime.hpp b/LiteLoader/include/llapi/mc/FilterTestDaytime.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestDaytime.hpp rename to LiteLoader/include/llapi/mc/FilterTestDaytime.hpp index 9ce8cd2..2ddf011 100644 --- a/LiteLoader/Header/MC/FilterTestDaytime.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestDaytime.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestDifficulty.hpp b/LiteLoader/include/llapi/mc/FilterTestDifficulty.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestDifficulty.hpp rename to LiteLoader/include/llapi/mc/FilterTestDifficulty.hpp index a565e64..a148f3c 100644 --- a/LiteLoader/Header/MC/FilterTestDifficulty.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestDifficulty.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestDimensionWeather.hpp b/LiteLoader/include/llapi/mc/FilterTestDimensionWeather.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestDimensionWeather.hpp rename to LiteLoader/include/llapi/mc/FilterTestDimensionWeather.hpp index bc0f02d..39c06ca 100644 --- a/LiteLoader/Header/MC/FilterTestDimensionWeather.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestDimensionWeather.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestDistanceToNearestPlayer.hpp b/LiteLoader/include/llapi/mc/FilterTestDistanceToNearestPlayer.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestDistanceToNearestPlayer.hpp rename to LiteLoader/include/llapi/mc/FilterTestDistanceToNearestPlayer.hpp index 95a3542..676ca87 100644 --- a/LiteLoader/Header/MC/FilterTestDistanceToNearestPlayer.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestDistanceToNearestPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestGameRule.hpp b/LiteLoader/include/llapi/mc/FilterTestGameRule.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestGameRule.hpp rename to LiteLoader/include/llapi/mc/FilterTestGameRule.hpp index aae25d3..3d4cd1c 100644 --- a/LiteLoader/Header/MC/FilterTestGameRule.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestGameRule.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestHasTradeSupply.hpp b/LiteLoader/include/llapi/mc/FilterTestHasTradeSupply.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestHasTradeSupply.hpp rename to LiteLoader/include/llapi/mc/FilterTestHasTradeSupply.hpp index e486f61..4bccd4c 100644 --- a/LiteLoader/Header/MC/FilterTestHasTradeSupply.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestHasTradeSupply.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestHourlyClock.hpp b/LiteLoader/include/llapi/mc/FilterTestHourlyClock.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestHourlyClock.hpp rename to LiteLoader/include/llapi/mc/FilterTestHourlyClock.hpp index 05b66c6..41112b7 100644 --- a/LiteLoader/Header/MC/FilterTestHourlyClock.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestHourlyClock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestLightLevel.hpp b/LiteLoader/include/llapi/mc/FilterTestLightLevel.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestLightLevel.hpp rename to LiteLoader/include/llapi/mc/FilterTestLightLevel.hpp index 12f6e2d..7b3c99b 100644 --- a/LiteLoader/Header/MC/FilterTestLightLevel.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestLightLevel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestMoonIntensity.hpp b/LiteLoader/include/llapi/mc/FilterTestMoonIntensity.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestMoonIntensity.hpp rename to LiteLoader/include/llapi/mc/FilterTestMoonIntensity.hpp index 4a6d6a1..3cd4dd8 100644 --- a/LiteLoader/Header/MC/FilterTestMoonIntensity.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestMoonIntensity.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestMoonPhase.hpp b/LiteLoader/include/llapi/mc/FilterTestMoonPhase.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestMoonPhase.hpp rename to LiteLoader/include/llapi/mc/FilterTestMoonPhase.hpp index 65a1dc8..77c07db 100644 --- a/LiteLoader/Header/MC/FilterTestMoonPhase.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestMoonPhase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestTemperatureType.hpp b/LiteLoader/include/llapi/mc/FilterTestTemperatureType.hpp similarity index 95% rename from LiteLoader/Header/MC/FilterTestTemperatureType.hpp rename to LiteLoader/include/llapi/mc/FilterTestTemperatureType.hpp index aef0537..15fec9d 100644 --- a/LiteLoader/Header/MC/FilterTestTemperatureType.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestTemperatureType.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FilterTestTemperatureValue.hpp b/LiteLoader/include/llapi/mc/FilterTestTemperatureValue.hpp similarity index 96% rename from LiteLoader/Header/MC/FilterTestTemperatureValue.hpp rename to LiteLoader/include/llapi/mc/FilterTestTemperatureValue.hpp index a33f63b..112e9f9 100644 --- a/LiteLoader/Header/MC/FilterTestTemperatureValue.hpp +++ b/LiteLoader/include/llapi/mc/FilterTestTemperatureValue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FilterTest.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FindActorDefinition.hpp b/LiteLoader/include/llapi/mc/FindActorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/FindActorDefinition.hpp rename to LiteLoader/include/llapi/mc/FindActorDefinition.hpp index 7c7a932..a52d008 100644 --- a/LiteLoader/Header/MC/FindActorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FindActorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/FindActorNode.hpp b/LiteLoader/include/llapi/mc/FindActorNode.hpp similarity index 94% rename from LiteLoader/Header/MC/FindActorNode.hpp rename to LiteLoader/include/llapi/mc/FindActorNode.hpp index 94cfe3e..e341c43 100644 --- a/LiteLoader/Header/MC/FindActorNode.hpp +++ b/LiteLoader/include/llapi/mc/FindActorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FindBlockDefinition.hpp b/LiteLoader/include/llapi/mc/FindBlockDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/FindBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/FindBlockDefinition.hpp index 0e75285..30b3cd5 100644 --- a/LiteLoader/Header/MC/FindBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FindBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/FindBlockNode.hpp b/LiteLoader/include/llapi/mc/FindBlockNode.hpp similarity index 94% rename from LiteLoader/Header/MC/FindBlockNode.hpp rename to LiteLoader/include/llapi/mc/FindBlockNode.hpp index 082d116..2e87f56 100644 --- a/LiteLoader/Header/MC/FindBlockNode.hpp +++ b/LiteLoader/include/llapi/mc/FindBlockNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FindCoverGoal.hpp b/LiteLoader/include/llapi/mc/FindCoverGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FindCoverGoal.hpp rename to LiteLoader/include/llapi/mc/FindCoverGoal.hpp index 40b7998..af1520f 100644 --- a/LiteLoader/Header/MC/FindCoverGoal.hpp +++ b/LiteLoader/include/llapi/mc/FindCoverGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FindMountGoal.hpp b/LiteLoader/include/llapi/mc/FindMountGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FindMountGoal.hpp rename to LiteLoader/include/llapi/mc/FindMountGoal.hpp index b4099bc..4081efc 100644 --- a/LiteLoader/Header/MC/FindMountGoal.hpp +++ b/LiteLoader/include/llapi/mc/FindMountGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FindUnderwaterTreasureGoal.hpp b/LiteLoader/include/llapi/mc/FindUnderwaterTreasureGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FindUnderwaterTreasureGoal.hpp rename to LiteLoader/include/llapi/mc/FindUnderwaterTreasureGoal.hpp index bd7ac4b..3a25e2d 100644 --- a/LiteLoader/Header/MC/FindUnderwaterTreasureGoal.hpp +++ b/LiteLoader/include/llapi/mc/FindUnderwaterTreasureGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireBlock.hpp b/LiteLoader/include/llapi/mc/FireBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FireBlock.hpp rename to LiteLoader/include/llapi/mc/FireBlock.hpp index e1852b7..3644351 100644 --- a/LiteLoader/Header/MC/FireBlock.hpp +++ b/LiteLoader/include/llapi/mc/FireBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireChargeItem.hpp b/LiteLoader/include/llapi/mc/FireChargeItem.hpp similarity index 97% rename from LiteLoader/Header/MC/FireChargeItem.hpp rename to LiteLoader/include/llapi/mc/FireChargeItem.hpp index e0c3bb1..400ba1a 100644 --- a/LiteLoader/Header/MC/FireChargeItem.hpp +++ b/LiteLoader/include/llapi/mc/FireChargeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireImmuneDescription.hpp b/LiteLoader/include/llapi/mc/FireImmuneDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FireImmuneDescription.hpp rename to LiteLoader/include/llapi/mc/FireImmuneDescription.hpp index ce18a77..0da8a72 100644 --- a/LiteLoader/Header/MC/FireImmuneDescription.hpp +++ b/LiteLoader/include/llapi/mc/FireImmuneDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Fireball.hpp b/LiteLoader/include/llapi/mc/Fireball.hpp similarity index 98% rename from LiteLoader/Header/MC/Fireball.hpp rename to LiteLoader/include/llapi/mc/Fireball.hpp index e1dc40f..412a128 100644 --- a/LiteLoader/Header/MC/Fireball.hpp +++ b/LiteLoader/include/llapi/mc/Fireball.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireworkChargeItem.hpp b/LiteLoader/include/llapi/mc/FireworkChargeItem.hpp similarity index 98% rename from LiteLoader/Header/MC/FireworkChargeItem.hpp rename to LiteLoader/include/llapi/mc/FireworkChargeItem.hpp index 6454a06..cdc2bae 100644 --- a/LiteLoader/Header/MC/FireworkChargeItem.hpp +++ b/LiteLoader/include/llapi/mc/FireworkChargeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireworksItem.hpp b/LiteLoader/include/llapi/mc/FireworksItem.hpp similarity index 98% rename from LiteLoader/Header/MC/FireworksItem.hpp rename to LiteLoader/include/llapi/mc/FireworksItem.hpp index 4551f74..d4b31a9 100644 --- a/LiteLoader/Header/MC/FireworksItem.hpp +++ b/LiteLoader/include/llapi/mc/FireworksItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireworksRecipe.hpp b/LiteLoader/include/llapi/mc/FireworksRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/FireworksRecipe.hpp rename to LiteLoader/include/llapi/mc/FireworksRecipe.hpp index 5193c1b..db436ad 100644 --- a/LiteLoader/Header/MC/FireworksRecipe.hpp +++ b/LiteLoader/include/llapi/mc/FireworksRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FireworksRocketActor.hpp b/LiteLoader/include/llapi/mc/FireworksRocketActor.hpp similarity index 98% rename from LiteLoader/Header/MC/FireworksRocketActor.hpp rename to LiteLoader/include/llapi/mc/FireworksRocketActor.hpp index 49ecb08..f4bea52 100644 --- a/LiteLoader/Header/MC/FireworksRocketActor.hpp +++ b/LiteLoader/include/llapi/mc/FireworksRocketActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Fish.hpp b/LiteLoader/include/llapi/mc/Fish.hpp similarity index 98% rename from LiteLoader/Header/MC/Fish.hpp rename to LiteLoader/include/llapi/mc/Fish.hpp index 3b19c76..216d254 100644 --- a/LiteLoader/Header/MC/Fish.hpp +++ b/LiteLoader/include/llapi/mc/Fish.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "WaterAnimal.hpp" diff --git a/LiteLoader/Header/MC/FishingEnchant.hpp b/LiteLoader/include/llapi/mc/FishingEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/FishingEnchant.hpp rename to LiteLoader/include/llapi/mc/FishingEnchant.hpp index 250ddd8..d772666 100644 --- a/LiteLoader/Header/MC/FishingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/FishingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FishingHook.hpp b/LiteLoader/include/llapi/mc/FishingHook.hpp similarity index 98% rename from LiteLoader/Header/MC/FishingHook.hpp rename to LiteLoader/include/llapi/mc/FishingHook.hpp index 6e3fbf2..7e5edbd 100644 --- a/LiteLoader/Header/MC/FishingHook.hpp +++ b/LiteLoader/include/llapi/mc/FishingHook.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FishingRodItem.hpp b/LiteLoader/include/llapi/mc/FishingRodItem.hpp similarity index 98% rename from LiteLoader/Header/MC/FishingRodItem.hpp rename to LiteLoader/include/llapi/mc/FishingRodItem.hpp index 409a330..aa09a9d 100644 --- a/LiteLoader/Header/MC/FishingRodItem.hpp +++ b/LiteLoader/include/llapi/mc/FishingRodItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitDoubleXRoom.hpp b/LiteLoader/include/llapi/mc/FitDoubleXRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitDoubleXRoom.hpp rename to LiteLoader/include/llapi/mc/FitDoubleXRoom.hpp index f8af848..9146839 100644 --- a/LiteLoader/Header/MC/FitDoubleXRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitDoubleXRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitDoubleXYRoom.hpp b/LiteLoader/include/llapi/mc/FitDoubleXYRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitDoubleXYRoom.hpp rename to LiteLoader/include/llapi/mc/FitDoubleXYRoom.hpp index 73e984c..9a444cf 100644 --- a/LiteLoader/Header/MC/FitDoubleXYRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitDoubleXYRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitDoubleYRoom.hpp b/LiteLoader/include/llapi/mc/FitDoubleYRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitDoubleYRoom.hpp rename to LiteLoader/include/llapi/mc/FitDoubleYRoom.hpp index 664bc4f..9ea1b13 100644 --- a/LiteLoader/Header/MC/FitDoubleYRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitDoubleYRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitDoubleYZRoom.hpp b/LiteLoader/include/llapi/mc/FitDoubleYZRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitDoubleYZRoom.hpp rename to LiteLoader/include/llapi/mc/FitDoubleYZRoom.hpp index ddb1a49..59e4f50 100644 --- a/LiteLoader/Header/MC/FitDoubleYZRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitDoubleYZRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitDoubleZRoom.hpp b/LiteLoader/include/llapi/mc/FitDoubleZRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitDoubleZRoom.hpp rename to LiteLoader/include/llapi/mc/FitDoubleZRoom.hpp index c62329f..3ba15a9 100644 --- a/LiteLoader/Header/MC/FitDoubleZRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitDoubleZRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitSimpleRoom.hpp b/LiteLoader/include/llapi/mc/FitSimpleRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitSimpleRoom.hpp rename to LiteLoader/include/llapi/mc/FitSimpleRoom.hpp index 78904a6..783b27d 100644 --- a/LiteLoader/Header/MC/FitSimpleRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitSimpleRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FitSimpleTopRoom.hpp b/LiteLoader/include/llapi/mc/FitSimpleTopRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/FitSimpleTopRoom.hpp rename to LiteLoader/include/llapi/mc/FitSimpleTopRoom.hpp index 5925d96..186610d 100644 --- a/LiteLoader/Header/MC/FitSimpleTopRoom.hpp +++ b/LiteLoader/include/llapi/mc/FitSimpleTopRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FixedBiomeSource.hpp b/LiteLoader/include/llapi/mc/FixedBiomeSource.hpp similarity index 96% rename from LiteLoader/Header/MC/FixedBiomeSource.hpp rename to LiteLoader/include/llapi/mc/FixedBiomeSource.hpp index b8871ee..843b2ef 100644 --- a/LiteLoader/Header/MC/FixedBiomeSource.hpp +++ b/LiteLoader/include/llapi/mc/FixedBiomeSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlatWorldGenerator.hpp b/LiteLoader/include/llapi/mc/FlatWorldGenerator.hpp similarity index 97% rename from LiteLoader/Header/MC/FlatWorldGenerator.hpp rename to LiteLoader/include/llapi/mc/FlatWorldGenerator.hpp index 34622eb..63f6107 100644 --- a/LiteLoader/Header/MC/FlatWorldGenerator.hpp +++ b/LiteLoader/include/llapi/mc/FlatWorldGenerator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlatWorldGeneratorOptions.hpp b/LiteLoader/include/llapi/mc/FlatWorldGeneratorOptions.hpp similarity index 95% rename from LiteLoader/Header/MC/FlatWorldGeneratorOptions.hpp rename to LiteLoader/include/llapi/mc/FlatWorldGeneratorOptions.hpp index 479561c..11e952a 100644 --- a/LiteLoader/Header/MC/FlatWorldGeneratorOptions.hpp +++ b/LiteLoader/include/llapi/mc/FlatWorldGeneratorOptions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FleeSunGoal.hpp b/LiteLoader/include/llapi/mc/FleeSunGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FleeSunGoal.hpp rename to LiteLoader/include/llapi/mc/FleeSunGoal.hpp index a180e54..a79a813 100644 --- a/LiteLoader/Header/MC/FleeSunGoal.hpp +++ b/LiteLoader/include/llapi/mc/FleeSunGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FindCoverGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlintAndSteelItem.hpp b/LiteLoader/include/llapi/mc/FlintAndSteelItem.hpp similarity index 98% rename from LiteLoader/Header/MC/FlintAndSteelItem.hpp rename to LiteLoader/include/llapi/mc/FlintAndSteelItem.hpp index 7991ea7..3101b7d 100644 --- a/LiteLoader/Header/MC/FlintAndSteelItem.hpp +++ b/LiteLoader/include/llapi/mc/FlintAndSteelItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatGoal.hpp b/LiteLoader/include/llapi/mc/FloatGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FloatGoal.hpp rename to LiteLoader/include/llapi/mc/FloatGoal.hpp index b9b304f..baef72c 100644 --- a/LiteLoader/Header/MC/FloatGoal.hpp +++ b/LiteLoader/include/llapi/mc/FloatGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatNavigation.hpp b/LiteLoader/include/llapi/mc/FloatNavigation.hpp similarity index 95% rename from LiteLoader/Header/MC/FloatNavigation.hpp rename to LiteLoader/include/llapi/mc/FloatNavigation.hpp index 93f195d..12272a7 100644 --- a/LiteLoader/Header/MC/FloatNavigation.hpp +++ b/LiteLoader/include/llapi/mc/FloatNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatRange.hpp b/LiteLoader/include/llapi/mc/FloatRange.hpp similarity index 94% rename from LiteLoader/Header/MC/FloatRange.hpp rename to LiteLoader/include/llapi/mc/FloatRange.hpp index b29f12b..b59c3d2 100644 --- a/LiteLoader/Header/MC/FloatRange.hpp +++ b/LiteLoader/include/llapi/mc/FloatRange.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatTag.hpp b/LiteLoader/include/llapi/mc/FloatTag.hpp similarity index 96% rename from LiteLoader/Header/MC/FloatTag.hpp rename to LiteLoader/include/llapi/mc/FloatTag.hpp index 632f5cc..6207279 100644 --- a/LiteLoader/Header/MC/FloatTag.hpp +++ b/LiteLoader/include/llapi/mc/FloatTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatWanderGoal.hpp b/LiteLoader/include/llapi/mc/FloatWanderGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FloatWanderGoal.hpp rename to LiteLoader/include/llapi/mc/FloatWanderGoal.hpp index 6f80cc4..bb1b8d2 100644 --- a/LiteLoader/Header/MC/FloatWanderGoal.hpp +++ b/LiteLoader/include/llapi/mc/FloatWanderGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FloatsInLiquidDescription.hpp b/LiteLoader/include/llapi/mc/FloatsInLiquidDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FloatsInLiquidDescription.hpp rename to LiteLoader/include/llapi/mc/FloatsInLiquidDescription.hpp index f5dbc06..8e51247 100644 --- a/LiteLoader/Header/MC/FloatsInLiquidDescription.hpp +++ b/LiteLoader/include/llapi/mc/FloatsInLiquidDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlockingComponent.hpp b/LiteLoader/include/llapi/mc/FlockingComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/FlockingComponent.hpp rename to LiteLoader/include/llapi/mc/FlockingComponent.hpp index 4820428..0dca2f9 100644 --- a/LiteLoader/Header/MC/FlockingComponent.hpp +++ b/LiteLoader/include/llapi/mc/FlockingComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlockingDefinition.hpp b/LiteLoader/include/llapi/mc/FlockingDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/FlockingDefinition.hpp rename to LiteLoader/include/llapi/mc/FlockingDefinition.hpp index 5836685..1812b0d 100644 --- a/LiteLoader/Header/MC/FlockingDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FlockingDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlockingSystem.hpp b/LiteLoader/include/llapi/mc/FlockingSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/FlockingSystem.hpp rename to LiteLoader/include/llapi/mc/FlockingSystem.hpp index 83d999a..419a5c4 100644 --- a/LiteLoader/Header/MC/FlockingSystem.hpp +++ b/LiteLoader/include/llapi/mc/FlockingSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlockingUtility.hpp b/LiteLoader/include/llapi/mc/FlockingUtility.hpp similarity index 92% rename from LiteLoader/Header/MC/FlockingUtility.hpp rename to LiteLoader/include/llapi/mc/FlockingUtility.hpp index df984c6..b3572a6 100644 --- a/LiteLoader/Header/MC/FlockingUtility.hpp +++ b/LiteLoader/include/llapi/mc/FlockingUtility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlowerBlock.hpp b/LiteLoader/include/llapi/mc/FlowerBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FlowerBlock.hpp rename to LiteLoader/include/llapi/mc/FlowerBlock.hpp index 59c8939..4ebb0c7 100644 --- a/LiteLoader/Header/MC/FlowerBlock.hpp +++ b/LiteLoader/include/llapi/mc/FlowerBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlowerFeature.hpp b/LiteLoader/include/llapi/mc/FlowerFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/FlowerFeature.hpp rename to LiteLoader/include/llapi/mc/FlowerFeature.hpp index c3494a9..9f1d090 100644 --- a/LiteLoader/Header/MC/FlowerFeature.hpp +++ b/LiteLoader/include/llapi/mc/FlowerFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlowerHelper.hpp b/LiteLoader/include/llapi/mc/FlowerHelper.hpp similarity index 93% rename from LiteLoader/Header/MC/FlowerHelper.hpp rename to LiteLoader/include/llapi/mc/FlowerHelper.hpp index c6582c4..9b9d8e4 100644 --- a/LiteLoader/Header/MC/FlowerHelper.hpp +++ b/LiteLoader/include/llapi/mc/FlowerHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlowerPotBlock.hpp b/LiteLoader/include/llapi/mc/FlowerPotBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/FlowerPotBlock.hpp rename to LiteLoader/include/llapi/mc/FlowerPotBlock.hpp index da7b40e..dc14660 100644 --- a/LiteLoader/Header/MC/FlowerPotBlock.hpp +++ b/LiteLoader/include/llapi/mc/FlowerPotBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlowerPotBlockActor.hpp b/LiteLoader/include/llapi/mc/FlowerPotBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/FlowerPotBlockActor.hpp rename to LiteLoader/include/llapi/mc/FlowerPotBlockActor.hpp index 1e1434a..c3fe665 100644 --- a/LiteLoader/Header/MC/FlowerPotBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/FlowerPotBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlushableEnv.hpp b/LiteLoader/include/llapi/mc/FlushableEnv.hpp similarity index 93% rename from LiteLoader/Header/MC/FlushableEnv.hpp rename to LiteLoader/include/llapi/mc/FlushableEnv.hpp index 98c8409..3880343 100644 --- a/LiteLoader/Header/MC/FlushableEnv.hpp +++ b/LiteLoader/include/llapi/mc/FlushableEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlushableStorageAreaEnv.hpp b/LiteLoader/include/llapi/mc/FlushableStorageAreaEnv.hpp similarity index 96% rename from LiteLoader/Header/MC/FlushableStorageAreaEnv.hpp rename to LiteLoader/include/llapi/mc/FlushableStorageAreaEnv.hpp index 0dbe234..1d17273 100644 --- a/LiteLoader/Header/MC/FlushableStorageAreaEnv.hpp +++ b/LiteLoader/include/llapi/mc/FlushableStorageAreaEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TransactionalWorldBlockTarget.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlyDefinition.hpp b/LiteLoader/include/llapi/mc/FlyDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/FlyDefinition.hpp rename to LiteLoader/include/llapi/mc/FlyDefinition.hpp index 77f427b..761cc54 100644 --- a/LiteLoader/Header/MC/FlyDefinition.hpp +++ b/LiteLoader/include/llapi/mc/FlyDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/FlyMoveControl.hpp b/LiteLoader/include/llapi/mc/FlyMoveControl.hpp similarity index 94% rename from LiteLoader/Header/MC/FlyMoveControl.hpp rename to LiteLoader/include/llapi/mc/FlyMoveControl.hpp index 899c8e7..fa3a62f 100644 --- a/LiteLoader/Header/MC/FlyMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/FlyMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlyNode.hpp b/LiteLoader/include/llapi/mc/FlyNode.hpp similarity index 94% rename from LiteLoader/Header/MC/FlyNode.hpp rename to LiteLoader/include/llapi/mc/FlyNode.hpp index 2399e2f..fc2c46d 100644 --- a/LiteLoader/Header/MC/FlyNode.hpp +++ b/LiteLoader/include/llapi/mc/FlyNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlyingPathNavigation.hpp b/LiteLoader/include/llapi/mc/FlyingPathNavigation.hpp similarity index 97% rename from LiteLoader/Header/MC/FlyingPathNavigation.hpp rename to LiteLoader/include/llapi/mc/FlyingPathNavigation.hpp index 4789ae2..cb4f543 100644 --- a/LiteLoader/Header/MC/FlyingPathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/FlyingPathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FlyingSpeedDescription.hpp b/LiteLoader/include/llapi/mc/FlyingSpeedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FlyingSpeedDescription.hpp rename to LiteLoader/include/llapi/mc/FlyingSpeedDescription.hpp index 407439c..7decc97 100644 --- a/LiteLoader/Header/MC/FlyingSpeedDescription.hpp +++ b/LiteLoader/include/llapi/mc/FlyingSpeedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FoliageColor.hpp b/LiteLoader/include/llapi/mc/FoliageColor.hpp similarity index 97% rename from LiteLoader/Header/MC/FoliageColor.hpp rename to LiteLoader/include/llapi/mc/FoliageColor.hpp index dbd7840..09781a8 100644 --- a/LiteLoader/Header/MC/FoliageColor.hpp +++ b/LiteLoader/include/llapi/mc/FoliageColor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowCaravanGoal.hpp b/LiteLoader/include/llapi/mc/FollowCaravanGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FollowCaravanGoal.hpp rename to LiteLoader/include/llapi/mc/FollowCaravanGoal.hpp index 688cde0..e5941d9 100644 --- a/LiteLoader/Header/MC/FollowCaravanGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowCaravanGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowFlockGoal.hpp b/LiteLoader/include/llapi/mc/FollowFlockGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FollowFlockGoal.hpp rename to LiteLoader/include/llapi/mc/FollowFlockGoal.hpp index f086957..366e441 100644 --- a/LiteLoader/Header/MC/FollowFlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowFlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowMobGoal.hpp b/LiteLoader/include/llapi/mc/FollowMobGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FollowMobGoal.hpp rename to LiteLoader/include/llapi/mc/FollowMobGoal.hpp index 7e420da..232f37f 100644 --- a/LiteLoader/Header/MC/FollowMobGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowMobGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowOwnerGoal.hpp b/LiteLoader/include/llapi/mc/FollowOwnerGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FollowOwnerGoal.hpp rename to LiteLoader/include/llapi/mc/FollowOwnerGoal.hpp index f9c6a21..43cc5d3 100644 --- a/LiteLoader/Header/MC/FollowOwnerGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowOwnerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowParentGoal.hpp b/LiteLoader/include/llapi/mc/FollowParentGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/FollowParentGoal.hpp rename to LiteLoader/include/llapi/mc/FollowParentGoal.hpp index 153306a..6d8bdb2 100644 --- a/LiteLoader/Header/MC/FollowParentGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowParentGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FollowTargetCaptainGoal.hpp b/LiteLoader/include/llapi/mc/FollowTargetCaptainGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/FollowTargetCaptainGoal.hpp rename to LiteLoader/include/llapi/mc/FollowTargetCaptainGoal.hpp index 57f799b..cb8148c 100644 --- a/LiteLoader/Header/MC/FollowTargetCaptainGoal.hpp +++ b/LiteLoader/include/llapi/mc/FollowTargetCaptainGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FoodConstants.hpp b/LiteLoader/include/llapi/mc/FoodConstants.hpp similarity index 96% rename from LiteLoader/Header/MC/FoodConstants.hpp rename to LiteLoader/include/llapi/mc/FoodConstants.hpp index 617b0b7..31409b4 100644 --- a/LiteLoader/Header/MC/FoodConstants.hpp +++ b/LiteLoader/include/llapi/mc/FoodConstants.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FoodItemComponent.hpp b/LiteLoader/include/llapi/mc/FoodItemComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/FoodItemComponent.hpp rename to LiteLoader/include/llapi/mc/FoodItemComponent.hpp index 91f426a..7996a98 100644 --- a/LiteLoader/Header/MC/FoodItemComponent.hpp +++ b/LiteLoader/include/llapi/mc/FoodItemComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FootSizeDescription.hpp b/LiteLoader/include/llapi/mc/FootSizeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FootSizeDescription.hpp rename to LiteLoader/include/llapi/mc/FootSizeDescription.hpp index 615f471..3044e96 100644 --- a/LiteLoader/Header/MC/FootSizeDescription.hpp +++ b/LiteLoader/include/llapi/mc/FootSizeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FormJsonValidator.hpp b/LiteLoader/include/llapi/mc/FormJsonValidator.hpp similarity index 97% rename from LiteLoader/Header/MC/FormJsonValidator.hpp rename to LiteLoader/include/llapi/mc/FormJsonValidator.hpp index d1bd356..e426361 100644 --- a/LiteLoader/Header/MC/FormJsonValidator.hpp +++ b/LiteLoader/include/llapi/mc/FormJsonValidator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonValidator.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FossilFeature.hpp b/LiteLoader/include/llapi/mc/FossilFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/FossilFeature.hpp rename to LiteLoader/include/llapi/mc/FossilFeature.hpp index 57e65cd..2af2e5c 100644 --- a/LiteLoader/Header/MC/FossilFeature.hpp +++ b/LiteLoader/include/llapi/mc/FossilFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FreezeOnHitSubcomponent.hpp b/LiteLoader/include/llapi/mc/FreezeOnHitSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/FreezeOnHitSubcomponent.hpp rename to LiteLoader/include/llapi/mc/FreezeOnHitSubcomponent.hpp index a7a43bb..889891a 100644 --- a/LiteLoader/Header/MC/FreezeOnHitSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/FreezeOnHitSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FrictionModifierDescription.hpp b/LiteLoader/include/llapi/mc/FrictionModifierDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/FrictionModifierDescription.hpp rename to LiteLoader/include/llapi/mc/FrictionModifierDescription.hpp index c55d78a..adcbd4a 100644 --- a/LiteLoader/Header/MC/FrictionModifierDescription.hpp +++ b/LiteLoader/include/llapi/mc/FrictionModifierDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FrostWalkerEnchant.hpp b/LiteLoader/include/llapi/mc/FrostWalkerEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/FrostWalkerEnchant.hpp rename to LiteLoader/include/llapi/mc/FrostWalkerEnchant.hpp index 11d0af5..6f9fc8d 100644 --- a/LiteLoader/Header/MC/FrostWalkerEnchant.hpp +++ b/LiteLoader/include/llapi/mc/FrostWalkerEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FrostedIceBlock.hpp b/LiteLoader/include/llapi/mc/FrostedIceBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/FrostedIceBlock.hpp rename to LiteLoader/include/llapi/mc/FrostedIceBlock.hpp index db0167d..91ea5be 100644 --- a/LiteLoader/Header/MC/FrostedIceBlock.hpp +++ b/LiteLoader/include/llapi/mc/FrostedIceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FullPlayerInventoryWrapper.hpp b/LiteLoader/include/llapi/mc/FullPlayerInventoryWrapper.hpp similarity index 97% rename from LiteLoader/Header/MC/FullPlayerInventoryWrapper.hpp rename to LiteLoader/include/llapi/mc/FullPlayerInventoryWrapper.hpp index 6545609..240b4fa 100644 --- a/LiteLoader/Header/MC/FullPlayerInventoryWrapper.hpp +++ b/LiteLoader/include/llapi/mc/FullPlayerInventoryWrapper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FunctionCommand.hpp b/LiteLoader/include/llapi/mc/FunctionCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/FunctionCommand.hpp rename to LiteLoader/include/llapi/mc/FunctionCommand.hpp index 6aaeefd..eae13c9 100644 --- a/LiteLoader/Header/MC/FunctionCommand.hpp +++ b/LiteLoader/include/llapi/mc/FunctionCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FunctionEntry.hpp b/LiteLoader/include/llapi/mc/FunctionEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/FunctionEntry.hpp rename to LiteLoader/include/llapi/mc/FunctionEntry.hpp index 8f9a028..896c0f6 100644 --- a/LiteLoader/Header/MC/FunctionEntry.hpp +++ b/LiteLoader/include/llapi/mc/FunctionEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FunctionManager.hpp b/LiteLoader/include/llapi/mc/FunctionManager.hpp similarity index 97% rename from LiteLoader/Header/MC/FunctionManager.hpp rename to LiteLoader/include/llapi/mc/FunctionManager.hpp index c93b6c7..4d11b06 100644 --- a/LiteLoader/Header/MC/FunctionManager.hpp +++ b/LiteLoader/include/llapi/mc/FunctionManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/FungusStem.hpp b/LiteLoader/include/llapi/mc/FungusStem.hpp similarity index 98% rename from LiteLoader/Header/MC/FungusStem.hpp rename to LiteLoader/include/llapi/mc/FungusStem.hpp index 4ab4f7e..7472f83 100644 --- a/LiteLoader/Header/MC/FungusStem.hpp +++ b/LiteLoader/include/llapi/mc/FungusStem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FurnaceBlock.hpp b/LiteLoader/include/llapi/mc/FurnaceBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/FurnaceBlock.hpp rename to LiteLoader/include/llapi/mc/FurnaceBlock.hpp index 4abfc80..e9e13c8 100644 --- a/LiteLoader/Header/MC/FurnaceBlock.hpp +++ b/LiteLoader/include/llapi/mc/FurnaceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FurnaceBlockActor.hpp b/LiteLoader/include/llapi/mc/FurnaceBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/FurnaceBlockActor.hpp rename to LiteLoader/include/llapi/mc/FurnaceBlockActor.hpp index 1dffee2..a037d65 100644 --- a/LiteLoader/Header/MC/FurnaceBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/FurnaceBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/FurnaceContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/FurnaceContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/FurnaceContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/FurnaceContainerManagerModel.hpp index 5d5fd69..455c162 100644 --- a/LiteLoader/Header/MC/FurnaceContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/FurnaceContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameCallbacks.hpp b/LiteLoader/include/llapi/mc/GameCallbacks.hpp similarity index 93% rename from LiteLoader/Header/MC/GameCallbacks.hpp rename to LiteLoader/include/llapi/mc/GameCallbacks.hpp index 2bc283c..5d61942 100644 --- a/LiteLoader/Header/MC/GameCallbacks.hpp +++ b/LiteLoader/include/llapi/mc/GameCallbacks.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameMasterEntityServerCommandOrigin.hpp b/LiteLoader/include/llapi/mc/GameMasterEntityServerCommandOrigin.hpp similarity index 96% rename from LiteLoader/Header/MC/GameMasterEntityServerCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/GameMasterEntityServerCommandOrigin.hpp index f00ff02..5ba290d 100644 --- a/LiteLoader/Header/MC/GameMasterEntityServerCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/GameMasterEntityServerCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "ActorCommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/GameMode.hpp b/LiteLoader/include/llapi/mc/GameMode.hpp similarity index 98% rename from LiteLoader/Header/MC/GameMode.hpp rename to LiteLoader/include/llapi/mc/GameMode.hpp index 6bc9727..45c57b3 100644 --- a/LiteLoader/Header/MC/GameMode.hpp +++ b/LiteLoader/include/llapi/mc/GameMode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameModeCommand.hpp b/LiteLoader/include/llapi/mc/GameModeCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GameModeCommand.hpp rename to LiteLoader/include/llapi/mc/GameModeCommand.hpp index cac1808..1e5941e 100644 --- a/LiteLoader/Header/MC/GameModeCommand.hpp +++ b/LiteLoader/include/llapi/mc/GameModeCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameModuleServer.hpp b/LiteLoader/include/llapi/mc/GameModuleServer.hpp similarity index 93% rename from LiteLoader/Header/MC/GameModuleServer.hpp rename to LiteLoader/include/llapi/mc/GameModuleServer.hpp index efc38d0..3b80a10 100644 --- a/LiteLoader/Header/MC/GameModuleServer.hpp +++ b/LiteLoader/include/llapi/mc/GameModuleServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameRule.hpp b/LiteLoader/include/llapi/mc/GameRule.hpp similarity index 96% rename from LiteLoader/Header/MC/GameRule.hpp rename to LiteLoader/include/llapi/mc/GameRule.hpp index b0d789d..0eec3ba 100644 --- a/LiteLoader/Header/MC/GameRule.hpp +++ b/LiteLoader/include/llapi/mc/GameRule.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameRuleCommand.hpp b/LiteLoader/include/llapi/mc/GameRuleCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/GameRuleCommand.hpp rename to LiteLoader/include/llapi/mc/GameRuleCommand.hpp index 3ad37ad..cf0a0cc 100644 --- a/LiteLoader/Header/MC/GameRuleCommand.hpp +++ b/LiteLoader/include/llapi/mc/GameRuleCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Command.hpp" diff --git a/LiteLoader/Header/MC/GameRules.hpp b/LiteLoader/include/llapi/mc/GameRules.hpp similarity index 97% rename from LiteLoader/Header/MC/GameRules.hpp rename to LiteLoader/include/llapi/mc/GameRules.hpp index f7f9630..102033d 100644 --- a/LiteLoader/Header/MC/GameRules.hpp +++ b/LiteLoader/include/llapi/mc/GameRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "GameRule.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameRulesChangedPacket.hpp b/LiteLoader/include/llapi/mc/GameRulesChangedPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/GameRulesChangedPacket.hpp rename to LiteLoader/include/llapi/mc/GameRulesChangedPacket.hpp index bd7c3e1..a0d88ef 100644 --- a/LiteLoader/Header/MC/GameRulesChangedPacket.hpp +++ b/LiteLoader/include/llapi/mc/GameRulesChangedPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameRulesChangedPacketData.hpp b/LiteLoader/include/llapi/mc/GameRulesChangedPacketData.hpp similarity index 94% rename from LiteLoader/Header/MC/GameRulesChangedPacketData.hpp rename to LiteLoader/include/llapi/mc/GameRulesChangedPacketData.hpp index 3837508..0b43d15 100644 --- a/LiteLoader/Header/MC/GameRulesChangedPacketData.hpp +++ b/LiteLoader/include/llapi/mc/GameRulesChangedPacketData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameSession.hpp b/LiteLoader/include/llapi/mc/GameSession.hpp similarity index 95% rename from LiteLoader/Header/MC/GameSession.hpp rename to LiteLoader/include/llapi/mc/GameSession.hpp index dd096e5..09f5bb5 100644 --- a/LiteLoader/Header/MC/GameSession.hpp +++ b/LiteLoader/include/llapi/mc/GameSession.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameSpecificNetEventCallback.hpp b/LiteLoader/include/llapi/mc/GameSpecificNetEventCallback.hpp similarity index 95% rename from LiteLoader/Header/MC/GameSpecificNetEventCallback.hpp rename to LiteLoader/include/llapi/mc/GameSpecificNetEventCallback.hpp index 32cbaa3..ef09918 100644 --- a/LiteLoader/Header/MC/GameSpecificNetEventCallback.hpp +++ b/LiteLoader/include/llapi/mc/GameSpecificNetEventCallback.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameTypeConv.hpp b/LiteLoader/include/llapi/mc/GameTypeConv.hpp similarity index 91% rename from LiteLoader/Header/MC/GameTypeConv.hpp rename to LiteLoader/include/llapi/mc/GameTypeConv.hpp index e9726ba..00c17f4 100644 --- a/LiteLoader/Header/MC/GameTypeConv.hpp +++ b/LiteLoader/include/llapi/mc/GameTypeConv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GameVersion.hpp b/LiteLoader/include/llapi/mc/GameVersion.hpp similarity index 95% rename from LiteLoader/Header/MC/GameVersion.hpp rename to LiteLoader/include/llapi/mc/GameVersion.hpp index d8473ed..9bd43d9 100644 --- a/LiteLoader/Header/MC/GameVersion.hpp +++ b/LiteLoader/include/llapi/mc/GameVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GeneDefinition.hpp b/LiteLoader/include/llapi/mc/GeneDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/GeneDefinition.hpp rename to LiteLoader/include/llapi/mc/GeneDefinition.hpp index 4d5de51..9011e49 100644 --- a/LiteLoader/Header/MC/GeneDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GeneDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GenericMoveControl.hpp b/LiteLoader/include/llapi/mc/GenericMoveControl.hpp similarity index 95% rename from LiteLoader/Header/MC/GenericMoveControl.hpp rename to LiteLoader/include/llapi/mc/GenericMoveControl.hpp index 0655228..5f49be5 100644 --- a/LiteLoader/Header/MC/GenericMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/GenericMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GenericMoveControlDescription.hpp b/LiteLoader/include/llapi/mc/GenericMoveControlDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/GenericMoveControlDescription.hpp rename to LiteLoader/include/llapi/mc/GenericMoveControlDescription.hpp index 238075d..ca451e6 100644 --- a/LiteLoader/Header/MC/GenericMoveControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/GenericMoveControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GenericPathNavigation.hpp b/LiteLoader/include/llapi/mc/GenericPathNavigation.hpp similarity index 96% rename from LiteLoader/Header/MC/GenericPathNavigation.hpp rename to LiteLoader/include/llapi/mc/GenericPathNavigation.hpp index 94609ad..d967b2a 100644 --- a/LiteLoader/Header/MC/GenericPathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/GenericPathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GeneticVariant.hpp b/LiteLoader/include/llapi/mc/GeneticVariant.hpp similarity index 93% rename from LiteLoader/Header/MC/GeneticVariant.hpp rename to LiteLoader/include/llapi/mc/GeneticVariant.hpp index 7016855..ffd5f02 100644 --- a/LiteLoader/Header/MC/GeneticVariant.hpp +++ b/LiteLoader/include/llapi/mc/GeneticVariant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GeneticsComponent.hpp b/LiteLoader/include/llapi/mc/GeneticsComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/GeneticsComponent.hpp rename to LiteLoader/include/llapi/mc/GeneticsComponent.hpp index 027d9d1..bc659eb 100644 --- a/LiteLoader/Header/MC/GeneticsComponent.hpp +++ b/LiteLoader/include/llapi/mc/GeneticsComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GeneticsDefinition.hpp b/LiteLoader/include/llapi/mc/GeneticsDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/GeneticsDefinition.hpp rename to LiteLoader/include/llapi/mc/GeneticsDefinition.hpp index bceed3e..1f700b9 100644 --- a/LiteLoader/Header/MC/GeneticsDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GeneticsDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetChunkDataCommand.hpp b/LiteLoader/include/llapi/mc/GetChunkDataCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GetChunkDataCommand.hpp rename to LiteLoader/include/llapi/mc/GetChunkDataCommand.hpp index 38559d7..7107d95 100644 --- a/LiteLoader/Header/MC/GetChunkDataCommand.hpp +++ b/LiteLoader/include/llapi/mc/GetChunkDataCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetChunksCommand.hpp b/LiteLoader/include/llapi/mc/GetChunksCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GetChunksCommand.hpp rename to LiteLoader/include/llapi/mc/GetChunksCommand.hpp index ff41be3..dbb50ba 100644 --- a/LiteLoader/Header/MC/GetChunksCommand.hpp +++ b/LiteLoader/include/llapi/mc/GetChunksCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetEduServerInfoCommand.hpp b/LiteLoader/include/llapi/mc/GetEduServerInfoCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GetEduServerInfoCommand.hpp rename to LiteLoader/include/llapi/mc/GetEduServerInfoCommand.hpp index 7bf4e21..fb5d5e9 100644 --- a/LiteLoader/Header/MC/GetEduServerInfoCommand.hpp +++ b/LiteLoader/include/llapi/mc/GetEduServerInfoCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetInteractionPositionForBlockDefinition.hpp b/LiteLoader/include/llapi/mc/GetInteractionPositionForBlockDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/GetInteractionPositionForBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/GetInteractionPositionForBlockDefinition.hpp index b2a90e6..1539393 100644 --- a/LiteLoader/Header/MC/GetInteractionPositionForBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GetInteractionPositionForBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/GetInteractionPositionForBlockNode.hpp b/LiteLoader/include/llapi/mc/GetInteractionPositionForBlockNode.hpp similarity index 96% rename from LiteLoader/Header/MC/GetInteractionPositionForBlockNode.hpp rename to LiteLoader/include/llapi/mc/GetInteractionPositionForBlockNode.hpp index 085ab07..236544c 100644 --- a/LiteLoader/Header/MC/GetInteractionPositionForBlockNode.hpp +++ b/LiteLoader/include/llapi/mc/GetInteractionPositionForBlockNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Facing.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetSpawnPointCommand.hpp b/LiteLoader/include/llapi/mc/GetSpawnPointCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GetSpawnPointCommand.hpp rename to LiteLoader/include/llapi/mc/GetSpawnPointCommand.hpp index a83d358..d65ee94 100644 --- a/LiteLoader/Header/MC/GetSpawnPointCommand.hpp +++ b/LiteLoader/include/llapi/mc/GetSpawnPointCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GetTopSolidBlockCommand.hpp b/LiteLoader/include/llapi/mc/GetTopSolidBlockCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GetTopSolidBlockCommand.hpp rename to LiteLoader/include/llapi/mc/GetTopSolidBlockCommand.hpp index f56a7f2..e98f7d3 100644 --- a/LiteLoader/Header/MC/GetTopSolidBlockCommand.hpp +++ b/LiteLoader/include/llapi/mc/GetTopSolidBlockCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Ghast.hpp b/LiteLoader/include/llapi/mc/Ghast.hpp similarity index 97% rename from LiteLoader/Header/MC/Ghast.hpp rename to LiteLoader/include/llapi/mc/Ghast.hpp index f0e34bb..268260d 100644 --- a/LiteLoader/Header/MC/Ghast.hpp +++ b/LiteLoader/include/llapi/mc/Ghast.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/GildedBlackstone.hpp b/LiteLoader/include/llapi/mc/GildedBlackstone.hpp similarity index 98% rename from LiteLoader/Header/MC/GildedBlackstone.hpp rename to LiteLoader/include/llapi/mc/GildedBlackstone.hpp index 988fa86..00ebacf 100644 --- a/LiteLoader/Header/MC/GildedBlackstone.hpp +++ b/LiteLoader/include/llapi/mc/GildedBlackstone.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GiveCommand.hpp b/LiteLoader/include/llapi/mc/GiveCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GiveCommand.hpp rename to LiteLoader/include/llapi/mc/GiveCommand.hpp index 04d0d2a..4eb51ac 100644 --- a/LiteLoader/Header/MC/GiveCommand.hpp +++ b/LiteLoader/include/llapi/mc/GiveCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GiveableComponent.hpp b/LiteLoader/include/llapi/mc/GiveableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/GiveableComponent.hpp rename to LiteLoader/include/llapi/mc/GiveableComponent.hpp index 30681b7..e4e6af5 100644 --- a/LiteLoader/Header/MC/GiveableComponent.hpp +++ b/LiteLoader/include/llapi/mc/GiveableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GiveableDefinition.hpp b/LiteLoader/include/llapi/mc/GiveableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/GiveableDefinition.hpp rename to LiteLoader/include/llapi/mc/GiveableDefinition.hpp index bffb230..0c33580 100644 --- a/LiteLoader/Header/MC/GiveableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GiveableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GiveableTrigger.hpp b/LiteLoader/include/llapi/mc/GiveableTrigger.hpp similarity index 94% rename from LiteLoader/Header/MC/GiveableTrigger.hpp rename to LiteLoader/include/llapi/mc/GiveableTrigger.hpp index 9261016..cc08057 100644 --- a/LiteLoader/Header/MC/GiveableTrigger.hpp +++ b/LiteLoader/include/llapi/mc/GiveableTrigger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlassBlock.hpp b/LiteLoader/include/llapi/mc/GlassBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GlassBlock.hpp rename to LiteLoader/include/llapi/mc/GlassBlock.hpp index 254def1..11a237a 100644 --- a/LiteLoader/Header/MC/GlassBlock.hpp +++ b/LiteLoader/include/llapi/mc/GlassBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlazedTerracottaBlock.hpp b/LiteLoader/include/llapi/mc/GlazedTerracottaBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GlazedTerracottaBlock.hpp rename to LiteLoader/include/llapi/mc/GlazedTerracottaBlock.hpp index 3100981..afe46a0 100644 --- a/LiteLoader/Header/MC/GlazedTerracottaBlock.hpp +++ b/LiteLoader/include/llapi/mc/GlazedTerracottaBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlideMoveControl.hpp b/LiteLoader/include/llapi/mc/GlideMoveControl.hpp similarity index 95% rename from LiteLoader/Header/MC/GlideMoveControl.hpp rename to LiteLoader/include/llapi/mc/GlideMoveControl.hpp index ff37f75..d86f33f 100644 --- a/LiteLoader/Header/MC/GlideMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/GlideMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlideMoveControlDescription.hpp b/LiteLoader/include/llapi/mc/GlideMoveControlDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/GlideMoveControlDescription.hpp rename to LiteLoader/include/llapi/mc/GlideMoveControlDescription.hpp index 36ec245..debeea7 100644 --- a/LiteLoader/Header/MC/GlideMoveControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/GlideMoveControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlobalPauseCommand.hpp b/LiteLoader/include/llapi/mc/GlobalPauseCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/GlobalPauseCommand.hpp rename to LiteLoader/include/llapi/mc/GlobalPauseCommand.hpp index fe849c9..38344ce 100644 --- a/LiteLoader/Header/MC/GlobalPauseCommand.hpp +++ b/LiteLoader/include/llapi/mc/GlobalPauseCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlowStickItem.hpp b/LiteLoader/include/llapi/mc/GlowStickItem.hpp similarity index 99% rename from LiteLoader/Header/MC/GlowStickItem.hpp rename to LiteLoader/include/llapi/mc/GlowStickItem.hpp index f40b4c2..3f26846 100644 --- a/LiteLoader/Header/MC/GlowStickItem.hpp +++ b/LiteLoader/include/llapi/mc/GlowStickItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChemistryStickItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GlowStoneFeature.hpp b/LiteLoader/include/llapi/mc/GlowStoneFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/GlowStoneFeature.hpp rename to LiteLoader/include/llapi/mc/GlowStoneFeature.hpp index 546e3a3..a41f95e 100644 --- a/LiteLoader/Header/MC/GlowStoneFeature.hpp +++ b/LiteLoader/include/llapi/mc/GlowStoneFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GoHomeGoal.hpp b/LiteLoader/include/llapi/mc/GoHomeGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/GoHomeGoal.hpp rename to LiteLoader/include/llapi/mc/GoHomeGoal.hpp index 37d319d..25b1d61 100644 --- a/LiteLoader/Header/MC/GoHomeGoal.hpp +++ b/LiteLoader/include/llapi/mc/GoHomeGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Goal.hpp b/LiteLoader/include/llapi/mc/Goal.hpp similarity index 96% rename from LiteLoader/Header/MC/Goal.hpp rename to LiteLoader/include/llapi/mc/Goal.hpp index a48711d..adac44c 100644 --- a/LiteLoader/Header/MC/Goal.hpp +++ b/LiteLoader/include/llapi/mc/Goal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GoalDefinition.hpp b/LiteLoader/include/llapi/mc/GoalDefinition.hpp similarity index 97% rename from LiteLoader/Header/MC/GoalDefinition.hpp rename to LiteLoader/include/llapi/mc/GoalDefinition.hpp index 8192250..01eb4f3 100644 --- a/LiteLoader/Header/MC/GoalDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GoalDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GoalSelectorComponent.hpp b/LiteLoader/include/llapi/mc/GoalSelectorComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/GoalSelectorComponent.hpp rename to LiteLoader/include/llapi/mc/GoalSelectorComponent.hpp index 1bdac43..36ac4ab 100644 --- a/LiteLoader/Header/MC/GoalSelectorComponent.hpp +++ b/LiteLoader/include/llapi/mc/GoalSelectorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GoalSelectorSystem.hpp b/LiteLoader/include/llapi/mc/GoalSelectorSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/GoalSelectorSystem.hpp rename to LiteLoader/include/llapi/mc/GoalSelectorSystem.hpp index 4aa8359..957218f 100644 --- a/LiteLoader/Header/MC/GoalSelectorSystem.hpp +++ b/LiteLoader/include/llapi/mc/GoalSelectorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GoalSelectorUtility.hpp b/LiteLoader/include/llapi/mc/GoalSelectorUtility.hpp similarity index 92% rename from LiteLoader/Header/MC/GoalSelectorUtility.hpp rename to LiteLoader/include/llapi/mc/GoalSelectorUtility.hpp index 93a36fc..6e537b5 100644 --- a/LiteLoader/Header/MC/GoalSelectorUtility.hpp +++ b/LiteLoader/include/llapi/mc/GoalSelectorUtility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrantXPSubcomponent.hpp b/LiteLoader/include/llapi/mc/GrantXPSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/GrantXPSubcomponent.hpp rename to LiteLoader/include/llapi/mc/GrantXPSubcomponent.hpp index 4331179..0273359 100644 --- a/LiteLoader/Header/MC/GrantXPSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/GrantXPSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrassBlock.hpp b/LiteLoader/include/llapi/mc/GrassBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GrassBlock.hpp rename to LiteLoader/include/llapi/mc/GrassBlock.hpp index fd695a0..650542c 100644 --- a/LiteLoader/Header/MC/GrassBlock.hpp +++ b/LiteLoader/include/llapi/mc/GrassBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrassPathBlock.hpp b/LiteLoader/include/llapi/mc/GrassPathBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GrassPathBlock.hpp rename to LiteLoader/include/llapi/mc/GrassPathBlock.hpp index 6e479cd..8c02354 100644 --- a/LiteLoader/Header/MC/GrassPathBlock.hpp +++ b/LiteLoader/include/llapi/mc/GrassPathBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GravelBlock.hpp b/LiteLoader/include/llapi/mc/GravelBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GravelBlock.hpp rename to LiteLoader/include/llapi/mc/GravelBlock.hpp index be5538b..c6f0e01 100644 --- a/LiteLoader/Header/MC/GravelBlock.hpp +++ b/LiteLoader/include/llapi/mc/GravelBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrindstoneBlock.hpp b/LiteLoader/include/llapi/mc/GrindstoneBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/GrindstoneBlock.hpp rename to LiteLoader/include/llapi/mc/GrindstoneBlock.hpp index 09b267c..cc039d6 100644 --- a/LiteLoader/Header/MC/GrindstoneBlock.hpp +++ b/LiteLoader/include/llapi/mc/GrindstoneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrindstoneContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/GrindstoneContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/GrindstoneContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/GrindstoneContainerManagerModel.hpp index 68c28d3..48ef61a 100644 --- a/LiteLoader/Header/MC/GrindstoneContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/GrindstoneContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GroundOffsetDescription.hpp b/LiteLoader/include/llapi/mc/GroundOffsetDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/GroundOffsetDescription.hpp rename to LiteLoader/include/llapi/mc/GroundOffsetDescription.hpp index 5e99734..c191d7d 100644 --- a/LiteLoader/Header/MC/GroundOffsetDescription.hpp +++ b/LiteLoader/include/llapi/mc/GroundOffsetDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GroundedConstraint.hpp b/LiteLoader/include/llapi/mc/GroundedConstraint.hpp similarity index 95% rename from LiteLoader/Header/MC/GroundedConstraint.hpp rename to LiteLoader/include/llapi/mc/GroundedConstraint.hpp index 674c3ce..588e4cf 100644 --- a/LiteLoader/Header/MC/GroundedConstraint.hpp +++ b/LiteLoader/include/llapi/mc/GroundedConstraint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GroupSizeDefinition.hpp b/LiteLoader/include/llapi/mc/GroupSizeDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/GroupSizeDefinition.hpp rename to LiteLoader/include/llapi/mc/GroupSizeDefinition.hpp index 305ed6b..8ec8c2e 100644 --- a/LiteLoader/Header/MC/GroupSizeDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GroupSizeDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GroupSizeSystem.hpp b/LiteLoader/include/llapi/mc/GroupSizeSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/GroupSizeSystem.hpp rename to LiteLoader/include/llapi/mc/GroupSizeSystem.hpp index 5da6dea..48185a5 100644 --- a/LiteLoader/Header/MC/GroupSizeSystem.hpp +++ b/LiteLoader/include/llapi/mc/GroupSizeSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GrowCropSystem.hpp b/LiteLoader/include/llapi/mc/GrowCropSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/GrowCropSystem.hpp rename to LiteLoader/include/llapi/mc/GrowCropSystem.hpp index aea4ea0..ce02282 100644 --- a/LiteLoader/Header/MC/GrowCropSystem.hpp +++ b/LiteLoader/include/llapi/mc/GrowCropSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Guardian.hpp b/LiteLoader/include/llapi/mc/Guardian.hpp similarity index 98% rename from LiteLoader/Header/MC/Guardian.hpp rename to LiteLoader/include/llapi/mc/Guardian.hpp index d03adae..981d5ba 100644 --- a/LiteLoader/Header/MC/Guardian.hpp +++ b/LiteLoader/include/llapi/mc/Guardian.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/GuardianAttackDefinition.hpp b/LiteLoader/include/llapi/mc/GuardianAttackDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/GuardianAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/GuardianAttackDefinition.hpp index be02a88..1a8838e 100644 --- a/LiteLoader/Header/MC/GuardianAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/GuardianAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GuardianAttackGoal.hpp b/LiteLoader/include/llapi/mc/GuardianAttackGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/GuardianAttackGoal.hpp rename to LiteLoader/include/llapi/mc/GuardianAttackGoal.hpp index 2e66912..2a09c83 100644 --- a/LiteLoader/Header/MC/GuardianAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/GuardianAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/GuiDataPickItemPacket.hpp b/LiteLoader/include/llapi/mc/GuiDataPickItemPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/GuiDataPickItemPacket.hpp rename to LiteLoader/include/llapi/mc/GuiDataPickItemPacket.hpp index a0520a2..5cb8396 100644 --- a/LiteLoader/Header/MC/GuiDataPickItemPacket.hpp +++ b/LiteLoader/include/llapi/mc/GuiDataPickItemPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HangingActor.hpp b/LiteLoader/include/llapi/mc/HangingActor.hpp similarity index 97% rename from LiteLoader/Header/MC/HangingActor.hpp rename to LiteLoader/include/llapi/mc/HangingActor.hpp index 19966f6..35c3fc0 100644 --- a/LiteLoader/Header/MC/HangingActor.hpp +++ b/LiteLoader/include/llapi/mc/HangingActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HangingActorItem.hpp b/LiteLoader/include/llapi/mc/HangingActorItem.hpp similarity index 97% rename from LiteLoader/Header/MC/HangingActorItem.hpp rename to LiteLoader/include/llapi/mc/HangingActorItem.hpp index 9a8663a..c3a9364 100644 --- a/LiteLoader/Header/MC/HangingActorItem.hpp +++ b/LiteLoader/include/llapi/mc/HangingActorItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HardcodedSpawnAreaRegistry.hpp b/LiteLoader/include/llapi/mc/HardcodedSpawnAreaRegistry.hpp similarity index 95% rename from LiteLoader/Header/MC/HardcodedSpawnAreaRegistry.hpp rename to LiteLoader/include/llapi/mc/HardcodedSpawnAreaRegistry.hpp index 1a8c6b5..d5875b5 100644 --- a/LiteLoader/Header/MC/HardcodedSpawnAreaRegistry.hpp +++ b/LiteLoader/include/llapi/mc/HardcodedSpawnAreaRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HarvestFarmBlockGoal.hpp b/LiteLoader/include/llapi/mc/HarvestFarmBlockGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/HarvestFarmBlockGoal.hpp rename to LiteLoader/include/llapi/mc/HarvestFarmBlockGoal.hpp index 428630a..2cf23b6 100644 --- a/LiteLoader/Header/MC/HarvestFarmBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/HarvestFarmBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HashedString.hpp b/LiteLoader/include/llapi/mc/HashedString.hpp similarity index 97% rename from LiteLoader/Header/MC/HashedString.hpp rename to LiteLoader/include/llapi/mc/HashedString.hpp index b0029aa..749a106 100644 --- a/LiteLoader/Header/MC/HashedString.hpp +++ b/LiteLoader/include/llapi/mc/HashedString.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HatchetItem.hpp b/LiteLoader/include/llapi/mc/HatchetItem.hpp similarity index 97% rename from LiteLoader/Header/MC/HatchetItem.hpp rename to LiteLoader/include/llapi/mc/HatchetItem.hpp index 46a80f7..b8476ca 100644 --- a/LiteLoader/Header/MC/HatchetItem.hpp +++ b/LiteLoader/include/llapi/mc/HatchetItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #include "DiggerItem.hpp" diff --git a/LiteLoader/Header/MC/HayBlockBlock.hpp b/LiteLoader/include/llapi/mc/HayBlockBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/HayBlockBlock.hpp rename to LiteLoader/include/llapi/mc/HayBlockBlock.hpp index 5112666..2000248 100644 --- a/LiteLoader/Header/MC/HayBlockBlock.hpp +++ b/LiteLoader/include/llapi/mc/HayBlockBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HealableComponent.hpp b/LiteLoader/include/llapi/mc/HealableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/HealableComponent.hpp rename to LiteLoader/include/llapi/mc/HealableComponent.hpp index 5ab8896..8752be1 100644 --- a/LiteLoader/Header/MC/HealableComponent.hpp +++ b/LiteLoader/include/llapi/mc/HealableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HealableDefinition.hpp b/LiteLoader/include/llapi/mc/HealableDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/HealableDefinition.hpp rename to LiteLoader/include/llapi/mc/HealableDefinition.hpp index ebe0350..2a94ed8 100644 --- a/LiteLoader/Header/MC/HealableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/HealableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/HealthAttributeDelegate.hpp b/LiteLoader/include/llapi/mc/HealthAttributeDelegate.hpp similarity index 95% rename from LiteLoader/Header/MC/HealthAttributeDelegate.hpp rename to LiteLoader/include/llapi/mc/HealthAttributeDelegate.hpp index f71c0a5..ecf0637 100644 --- a/LiteLoader/Header/MC/HealthAttributeDelegate.hpp +++ b/LiteLoader/include/llapi/mc/HealthAttributeDelegate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HeavyBlock.hpp b/LiteLoader/include/llapi/mc/HeavyBlock.hpp similarity index 97% rename from LiteLoader/Header/MC/HeavyBlock.hpp rename to LiteLoader/include/llapi/mc/HeavyBlock.hpp index eb0c998..b558dde 100644 --- a/LiteLoader/Header/MC/HeavyBlock.hpp +++ b/LiteLoader/include/llapi/mc/HeavyBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HellFireFeature.hpp b/LiteLoader/include/llapi/mc/HellFireFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/HellFireFeature.hpp rename to LiteLoader/include/llapi/mc/HellFireFeature.hpp index 9826476..9368e66 100644 --- a/LiteLoader/Header/MC/HellFireFeature.hpp +++ b/LiteLoader/include/llapi/mc/HellFireFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HellSpringFeature.hpp b/LiteLoader/include/llapi/mc/HellSpringFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/HellSpringFeature.hpp rename to LiteLoader/include/llapi/mc/HellSpringFeature.hpp index 3e50d8b..a3ee672 100644 --- a/LiteLoader/Header/MC/HellSpringFeature.hpp +++ b/LiteLoader/include/llapi/mc/HellSpringFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HelpCommand.hpp b/LiteLoader/include/llapi/mc/HelpCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/HelpCommand.hpp rename to LiteLoader/include/llapi/mc/HelpCommand.hpp index 7ffeb62..786f54f 100644 --- a/LiteLoader/Header/MC/HelpCommand.hpp +++ b/LiteLoader/include/llapi/mc/HelpCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HideComponent.hpp b/LiteLoader/include/llapi/mc/HideComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/HideComponent.hpp rename to LiteLoader/include/llapi/mc/HideComponent.hpp index 9d9c63e..8832c7b 100644 --- a/LiteLoader/Header/MC/HideComponent.hpp +++ b/LiteLoader/include/llapi/mc/HideComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HideDescription.hpp b/LiteLoader/include/llapi/mc/HideDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/HideDescription.hpp rename to LiteLoader/include/llapi/mc/HideDescription.hpp index ba333b5..48f0798 100644 --- a/LiteLoader/Header/MC/HideDescription.hpp +++ b/LiteLoader/include/llapi/mc/HideDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HideGoal.hpp b/LiteLoader/include/llapi/mc/HideGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/HideGoal.hpp rename to LiteLoader/include/llapi/mc/HideGoal.hpp index e6364d4..79526bb 100644 --- a/LiteLoader/Header/MC/HideGoal.hpp +++ b/LiteLoader/include/llapi/mc/HideGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveToPOIGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HistoricPredictionData.hpp b/LiteLoader/include/llapi/mc/HistoricPredictionData.hpp similarity index 94% rename from LiteLoader/Header/MC/HistoricPredictionData.hpp rename to LiteLoader/include/llapi/mc/HistoricPredictionData.hpp index 99710e1..31d3cd3 100644 --- a/LiteLoader/Header/MC/HistoricPredictionData.hpp +++ b/LiteLoader/include/llapi/mc/HistoricPredictionData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HitResult.hpp b/LiteLoader/include/llapi/mc/HitResult.hpp similarity index 97% rename from LiteLoader/Header/MC/HitResult.hpp rename to LiteLoader/include/llapi/mc/HitResult.hpp index 6091e8f..3d2819f 100644 --- a/LiteLoader/Header/MC/HitResult.hpp +++ b/LiteLoader/include/llapi/mc/HitResult.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/HitboxComponent.hpp b/LiteLoader/include/llapi/mc/HitboxComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/HitboxComponent.hpp rename to LiteLoader/include/llapi/mc/HitboxComponent.hpp index 25bb870..e0c76db 100644 --- a/LiteLoader/Header/MC/HitboxComponent.hpp +++ b/LiteLoader/include/llapi/mc/HitboxComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HitboxDefinition.hpp b/LiteLoader/include/llapi/mc/HitboxDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/HitboxDefinition.hpp rename to LiteLoader/include/llapi/mc/HitboxDefinition.hpp index bd76e5a..0f6e7ab 100644 --- a/LiteLoader/Header/MC/HitboxDefinition.hpp +++ b/LiteLoader/include/llapi/mc/HitboxDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoeItem.hpp b/LiteLoader/include/llapi/mc/HoeItem.hpp similarity index 97% rename from LiteLoader/Header/MC/HoeItem.hpp rename to LiteLoader/include/llapi/mc/HoeItem.hpp index 6fcaeb3..fb51a9d 100644 --- a/LiteLoader/Header/MC/HoeItem.hpp +++ b/LiteLoader/include/llapi/mc/HoeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #include "DiggerItem.hpp" diff --git a/LiteLoader/Header/MC/HoldGroundGoal.hpp b/LiteLoader/include/llapi/mc/HoldGroundGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/HoldGroundGoal.hpp rename to LiteLoader/include/llapi/mc/HoldGroundGoal.hpp index 77a7934..760d593 100644 --- a/LiteLoader/Header/MC/HoldGroundGoal.hpp +++ b/LiteLoader/include/llapi/mc/HoldGroundGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HomeComponent.hpp b/LiteLoader/include/llapi/mc/HomeComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/HomeComponent.hpp rename to LiteLoader/include/llapi/mc/HomeComponent.hpp index 9309b5d..e527295 100644 --- a/LiteLoader/Header/MC/HomeComponent.hpp +++ b/LiteLoader/include/llapi/mc/HomeComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoneyBlock.hpp b/LiteLoader/include/llapi/mc/HoneyBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/HoneyBlock.hpp rename to LiteLoader/include/llapi/mc/HoneyBlock.hpp index 838a03d..24ce206 100644 --- a/LiteLoader/Header/MC/HoneyBlock.hpp +++ b/LiteLoader/include/llapi/mc/HoneyBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoneycombBlock.hpp b/LiteLoader/include/llapi/mc/HoneycombBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/HoneycombBlock.hpp rename to LiteLoader/include/llapi/mc/HoneycombBlock.hpp index d5ed0eb..803568e 100644 --- a/LiteLoader/Header/MC/HoneycombBlock.hpp +++ b/LiteLoader/include/llapi/mc/HoneycombBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopMoveControl.hpp b/LiteLoader/include/llapi/mc/HopMoveControl.hpp similarity index 95% rename from LiteLoader/Header/MC/HopMoveControl.hpp rename to LiteLoader/include/llapi/mc/HopMoveControl.hpp index ce71c0e..eae7b33 100644 --- a/LiteLoader/Header/MC/HopMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/HopMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Hopper.hpp b/LiteLoader/include/llapi/mc/Hopper.hpp similarity index 97% rename from LiteLoader/Header/MC/Hopper.hpp rename to LiteLoader/include/llapi/mc/Hopper.hpp index 152f7ca..41f79a1 100644 --- a/LiteLoader/Header/MC/Hopper.hpp +++ b/LiteLoader/include/llapi/mc/Hopper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopperBlock.hpp b/LiteLoader/include/llapi/mc/HopperBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/HopperBlock.hpp rename to LiteLoader/include/llapi/mc/HopperBlock.hpp index e68d836..7751355 100644 --- a/LiteLoader/Header/MC/HopperBlock.hpp +++ b/LiteLoader/include/llapi/mc/HopperBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopperBlockActor.hpp b/LiteLoader/include/llapi/mc/HopperBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/HopperBlockActor.hpp rename to LiteLoader/include/llapi/mc/HopperBlockActor.hpp index 78f871b..8460530 100644 --- a/LiteLoader/Header/MC/HopperBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/HopperBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopperComponent.hpp b/LiteLoader/include/llapi/mc/HopperComponent.hpp similarity index 93% rename from LiteLoader/Header/MC/HopperComponent.hpp rename to LiteLoader/include/llapi/mc/HopperComponent.hpp index 30338c6..601be15 100644 --- a/LiteLoader/Header/MC/HopperComponent.hpp +++ b/LiteLoader/include/llapi/mc/HopperComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopperContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/HopperContainerManagerModel.hpp similarity index 95% rename from LiteLoader/Header/MC/HopperContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/HopperContainerManagerModel.hpp index dae13b7..c5704ee 100644 --- a/LiteLoader/Header/MC/HopperContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/HopperContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HopperSystem.hpp b/LiteLoader/include/llapi/mc/HopperSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/HopperSystem.hpp rename to LiteLoader/include/llapi/mc/HopperSystem.hpp index 421050d..aa7a069 100644 --- a/LiteLoader/Header/MC/HopperSystem.hpp +++ b/LiteLoader/include/llapi/mc/HopperSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Horse.hpp b/LiteLoader/include/llapi/mc/Horse.hpp similarity index 99% rename from LiteLoader/Header/MC/Horse.hpp rename to LiteLoader/include/llapi/mc/Horse.hpp index fdc971e..a877380 100644 --- a/LiteLoader/Header/MC/Horse.hpp +++ b/LiteLoader/include/llapi/mc/Horse.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/HorseArmorItem.hpp b/LiteLoader/include/llapi/mc/HorseArmorItem.hpp similarity index 98% rename from LiteLoader/Header/MC/HorseArmorItem.hpp rename to LiteLoader/include/llapi/mc/HorseArmorItem.hpp index bc0ada3..4e68c59 100644 --- a/LiteLoader/Header/MC/HorseArmorItem.hpp +++ b/LiteLoader/include/llapi/mc/HorseArmorItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HorseContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/HorseContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/HorseContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/HorseContainerManagerModel.hpp index e53c3b6..fc9013c 100644 --- a/LiteLoader/Header/MC/HorseContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/HorseContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoverGoal.hpp b/LiteLoader/include/llapi/mc/HoverGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/HoverGoal.hpp rename to LiteLoader/include/llapi/mc/HoverGoal.hpp index 53f4eec..b720802 100644 --- a/LiteLoader/Header/MC/HoverGoal.hpp +++ b/LiteLoader/include/llapi/mc/HoverGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoverMoveControl.hpp b/LiteLoader/include/llapi/mc/HoverMoveControl.hpp similarity index 94% rename from LiteLoader/Header/MC/HoverMoveControl.hpp rename to LiteLoader/include/llapi/mc/HoverMoveControl.hpp index 0bc43f7..791d5b3 100644 --- a/LiteLoader/Header/MC/HoverMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/HoverMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HoverPathNavigation.hpp b/LiteLoader/include/llapi/mc/HoverPathNavigation.hpp similarity index 97% rename from LiteLoader/Header/MC/HoverPathNavigation.hpp rename to LiteLoader/include/llapi/mc/HoverPathNavigation.hpp index 7e8c6f4..dd30176 100644 --- a/LiteLoader/Header/MC/HoverPathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/HoverPathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HttpHeaders.hpp b/LiteLoader/include/llapi/mc/HttpHeaders.hpp similarity index 95% rename from LiteLoader/Header/MC/HttpHeaders.hpp rename to LiteLoader/include/llapi/mc/HttpHeaders.hpp index 8a72f1c..b1e6741 100644 --- a/LiteLoader/Header/MC/HttpHeaders.hpp +++ b/LiteLoader/include/llapi/mc/HttpHeaders.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HudContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/HudContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/HudContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/HudContainerManagerModel.hpp index 7554112..6b98c42 100644 --- a/LiteLoader/Header/MC/HudContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/HudContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HudContainerModel.hpp b/LiteLoader/include/llapi/mc/HudContainerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/HudContainerModel.hpp rename to LiteLoader/include/llapi/mc/HudContainerModel.hpp index d3340af..66a88d5 100644 --- a/LiteLoader/Header/MC/HudContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/HudContainerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HudScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/HudScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/HudScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/HudScreenCapabilities.hpp index ce68be2..1d7c7f3 100644 --- a/LiteLoader/Header/MC/HudScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/HudScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HugeFungusFeature.hpp b/LiteLoader/include/llapi/mc/HugeFungusFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/HugeFungusFeature.hpp rename to LiteLoader/include/llapi/mc/HugeFungusFeature.hpp index 6628270..6ef67cc 100644 --- a/LiteLoader/Header/MC/HugeFungusFeature.hpp +++ b/LiteLoader/include/llapi/mc/HugeFungusFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HugeMushroomBlock.hpp b/LiteLoader/include/llapi/mc/HugeMushroomBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/HugeMushroomBlock.hpp rename to LiteLoader/include/llapi/mc/HugeMushroomBlock.hpp index 583125d..a2d2d7a 100644 --- a/LiteLoader/Header/MC/HugeMushroomBlock.hpp +++ b/LiteLoader/include/llapi/mc/HugeMushroomBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HugeMushroomFeature.hpp b/LiteLoader/include/llapi/mc/HugeMushroomFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/HugeMushroomFeature.hpp rename to LiteLoader/include/llapi/mc/HugeMushroomFeature.hpp index 93511a2..15d7808 100644 --- a/LiteLoader/Header/MC/HugeMushroomFeature.hpp +++ b/LiteLoader/include/llapi/mc/HugeMushroomFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HumanoidMonster.hpp b/LiteLoader/include/llapi/mc/HumanoidMonster.hpp similarity index 98% rename from LiteLoader/Header/MC/HumanoidMonster.hpp rename to LiteLoader/include/llapi/mc/HumanoidMonster.hpp index 5859964..db25b24 100644 --- a/LiteLoader/Header/MC/HumanoidMonster.hpp +++ b/LiteLoader/include/llapi/mc/HumanoidMonster.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/HungerAttributeDelegate.hpp b/LiteLoader/include/llapi/mc/HungerAttributeDelegate.hpp similarity index 95% rename from LiteLoader/Header/MC/HungerAttributeDelegate.hpp rename to LiteLoader/include/llapi/mc/HungerAttributeDelegate.hpp index 5176b2e..9445b41 100644 --- a/LiteLoader/Header/MC/HungerAttributeDelegate.hpp +++ b/LiteLoader/include/llapi/mc/HungerAttributeDelegate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AttributeInstanceDelegate.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HurtArmorPacket.hpp b/LiteLoader/include/llapi/mc/HurtArmorPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/HurtArmorPacket.hpp rename to LiteLoader/include/llapi/mc/HurtArmorPacket.hpp index 23e7ddd..67dbcc0 100644 --- a/LiteLoader/Header/MC/HurtArmorPacket.hpp +++ b/LiteLoader/include/llapi/mc/HurtArmorPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HurtByTargetGoal.hpp b/LiteLoader/include/llapi/mc/HurtByTargetGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/HurtByTargetGoal.hpp rename to LiteLoader/include/llapi/mc/HurtByTargetGoal.hpp index d34c990..b1de3b6 100644 --- a/LiteLoader/Header/MC/HurtByTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/HurtByTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HurtOnConditionDefinition.hpp b/LiteLoader/include/llapi/mc/HurtOnConditionDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/HurtOnConditionDefinition.hpp rename to LiteLoader/include/llapi/mc/HurtOnConditionDefinition.hpp index 979314b..7fd6b2e 100644 --- a/LiteLoader/Header/MC/HurtOnConditionDefinition.hpp +++ b/LiteLoader/include/llapi/mc/HurtOnConditionDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HurtOnConditionSystem.hpp b/LiteLoader/include/llapi/mc/HurtOnConditionSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/HurtOnConditionSystem.hpp rename to LiteLoader/include/llapi/mc/HurtOnConditionSystem.hpp index e7006b0..daf5803 100644 --- a/LiteLoader/Header/MC/HurtOnConditionSystem.hpp +++ b/LiteLoader/include/llapi/mc/HurtOnConditionSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/HurtOwnerSubcomponent.hpp b/LiteLoader/include/llapi/mc/HurtOwnerSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/HurtOwnerSubcomponent.hpp rename to LiteLoader/include/llapi/mc/HurtOwnerSubcomponent.hpp index 38b5b16..d471ecc 100644 --- a/LiteLoader/Header/MC/HurtOwnerSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/HurtOwnerSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/I18n.hpp b/LiteLoader/include/llapi/mc/I18n.hpp similarity index 99% rename from LiteLoader/Header/MC/I18n.hpp rename to LiteLoader/include/llapi/mc/I18n.hpp index cb50c46..a7248e7 100644 --- a/LiteLoader/Header/MC/I18n.hpp +++ b/LiteLoader/include/llapi/mc/I18n.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Core.hpp" diff --git a/LiteLoader/Header/MC/I18nObserver.hpp b/LiteLoader/include/llapi/mc/I18nObserver.hpp similarity index 93% rename from LiteLoader/Header/MC/I18nObserver.hpp rename to LiteLoader/include/llapi/mc/I18nObserver.hpp index 8b564fe..e801520 100644 --- a/LiteLoader/Header/MC/I18nObserver.hpp +++ b/LiteLoader/include/llapi/mc/I18nObserver.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IContainerManager.hpp b/LiteLoader/include/llapi/mc/IContainerManager.hpp similarity index 93% rename from LiteLoader/Header/MC/IContainerManager.hpp rename to LiteLoader/include/llapi/mc/IContainerManager.hpp index d9fcaf9..993e97e 100644 --- a/LiteLoader/Header/MC/IContainerManager.hpp +++ b/LiteLoader/include/llapi/mc/IContainerManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IContentKeyProvider.hpp b/LiteLoader/include/llapi/mc/IContentKeyProvider.hpp similarity index 95% rename from LiteLoader/Header/MC/IContentKeyProvider.hpp rename to LiteLoader/include/llapi/mc/IContentKeyProvider.hpp index d1d4208..556dae3 100644 --- a/LiteLoader/Header/MC/IContentKeyProvider.hpp +++ b/LiteLoader/include/llapi/mc/IContentKeyProvider.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IDataInput.hpp b/LiteLoader/include/llapi/mc/IDataInput.hpp similarity index 92% rename from LiteLoader/Header/MC/IDataInput.hpp rename to LiteLoader/include/llapi/mc/IDataInput.hpp index f36fa07..916dc40 100644 --- a/LiteLoader/Header/MC/IDataInput.hpp +++ b/LiteLoader/include/llapi/mc/IDataInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IDataOutput.hpp b/LiteLoader/include/llapi/mc/IDataOutput.hpp similarity index 93% rename from LiteLoader/Header/MC/IDataOutput.hpp rename to LiteLoader/include/llapi/mc/IDataOutput.hpp index 1e75927..4b49d83 100644 --- a/LiteLoader/Header/MC/IDataOutput.hpp +++ b/LiteLoader/include/llapi/mc/IDataOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IDefinitionInstance.hpp b/LiteLoader/include/llapi/mc/IDefinitionInstance.hpp similarity index 96% rename from LiteLoader/Header/MC/IDefinitionInstance.hpp rename to LiteLoader/include/llapi/mc/IDefinitionInstance.hpp index fc44b06..101cde9 100644 --- a/LiteLoader/Header/MC/IDefinitionInstance.hpp +++ b/LiteLoader/include/llapi/mc/IDefinitionInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IDefinitionSerializer.hpp b/LiteLoader/include/llapi/mc/IDefinitionSerializer.hpp similarity index 93% rename from LiteLoader/Header/MC/IDefinitionSerializer.hpp rename to LiteLoader/include/llapi/mc/IDefinitionSerializer.hpp index 12841bc..d8cabde 100644 --- a/LiteLoader/Header/MC/IDefinitionSerializer.hpp +++ b/LiteLoader/include/llapi/mc/IDefinitionSerializer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IFileAccess.hpp b/LiteLoader/include/llapi/mc/IFileAccess.hpp similarity index 93% rename from LiteLoader/Header/MC/IFileAccess.hpp rename to LiteLoader/include/llapi/mc/IFileAccess.hpp index e1775e0..ecc19a7 100644 --- a/LiteLoader/Header/MC/IFileAccess.hpp +++ b/LiteLoader/include/llapi/mc/IFileAccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IFileChunkUploader.hpp b/LiteLoader/include/llapi/mc/IFileChunkUploader.hpp similarity index 98% rename from LiteLoader/Header/MC/IFileChunkUploader.hpp rename to LiteLoader/include/llapi/mc/IFileChunkUploader.hpp index 6d479e0..e99055e 100644 --- a/LiteLoader/Header/MC/IFileChunkUploader.hpp +++ b/LiteLoader/include/llapi/mc/IFileChunkUploader.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IFilePicker.hpp b/LiteLoader/include/llapi/mc/IFilePicker.hpp similarity index 93% rename from LiteLoader/Header/MC/IFilePicker.hpp rename to LiteLoader/include/llapi/mc/IFilePicker.hpp index c56726b..7891ad8 100644 --- a/LiteLoader/Header/MC/IFilePicker.hpp +++ b/LiteLoader/include/llapi/mc/IFilePicker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IFileReadAccess.hpp b/LiteLoader/include/llapi/mc/IFileReadAccess.hpp similarity index 93% rename from LiteLoader/Header/MC/IFileReadAccess.hpp rename to LiteLoader/include/llapi/mc/IFileReadAccess.hpp index 8c340ce..b659459 100644 --- a/LiteLoader/Header/MC/IFileReadAccess.hpp +++ b/LiteLoader/include/llapi/mc/IFileReadAccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IFileWriteAccess.hpp b/LiteLoader/include/llapi/mc/IFileWriteAccess.hpp similarity index 93% rename from LiteLoader/Header/MC/IFileWriteAccess.hpp rename to LiteLoader/include/llapi/mc/IFileWriteAccess.hpp index ef64e9d..e9a0145 100644 --- a/LiteLoader/Header/MC/IFileWriteAccess.hpp +++ b/LiteLoader/include/llapi/mc/IFileWriteAccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IJsonSerializable.hpp b/LiteLoader/include/llapi/mc/IJsonSerializable.hpp similarity index 93% rename from LiteLoader/Header/MC/IJsonSerializable.hpp rename to LiteLoader/include/llapi/mc/IJsonSerializable.hpp index df578ab..3b335f6 100644 --- a/LiteLoader/Header/MC/IJsonSerializable.hpp +++ b/LiteLoader/include/llapi/mc/IJsonSerializable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IMinecraftApp.hpp b/LiteLoader/include/llapi/mc/IMinecraftApp.hpp similarity index 93% rename from LiteLoader/Header/MC/IMinecraftApp.hpp rename to LiteLoader/include/llapi/mc/IMinecraftApp.hpp index 932f558..ce73622 100644 --- a/LiteLoader/Header/MC/IMinecraftApp.hpp +++ b/LiteLoader/include/llapi/mc/IMinecraftApp.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IMinecraftEventing.hpp b/LiteLoader/include/llapi/mc/IMinecraftEventing.hpp similarity index 94% rename from LiteLoader/Header/MC/IMinecraftEventing.hpp rename to LiteLoader/include/llapi/mc/IMinecraftEventing.hpp index 3359e72..5c0aaa5 100644 --- a/LiteLoader/Header/MC/IMinecraftEventing.hpp +++ b/LiteLoader/include/llapi/mc/IMinecraftEventing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IPackTelemetry.hpp b/LiteLoader/include/llapi/mc/IPackTelemetry.hpp similarity index 93% rename from LiteLoader/Header/MC/IPackTelemetry.hpp rename to LiteLoader/include/llapi/mc/IPackTelemetry.hpp index 9332b8b..2d77d09 100644 --- a/LiteLoader/Header/MC/IPackTelemetry.hpp +++ b/LiteLoader/include/llapi/mc/IPackTelemetry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IPacketHandlerDispatcher.hpp b/LiteLoader/include/llapi/mc/IPacketHandlerDispatcher.hpp similarity index 94% rename from LiteLoader/Header/MC/IPacketHandlerDispatcher.hpp rename to LiteLoader/include/llapi/mc/IPacketHandlerDispatcher.hpp index f780013..38f434f 100644 --- a/LiteLoader/Header/MC/IPacketHandlerDispatcher.hpp +++ b/LiteLoader/include/llapi/mc/IPacketHandlerDispatcher.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ISecureStorageKeySystem.hpp b/LiteLoader/include/llapi/mc/ISecureStorageKeySystem.hpp similarity index 94% rename from LiteLoader/Header/MC/ISecureStorageKeySystem.hpp rename to LiteLoader/include/llapi/mc/ISecureStorageKeySystem.hpp index fe9760d..e3067d9 100644 --- a/LiteLoader/Header/MC/ISecureStorageKeySystem.hpp +++ b/LiteLoader/include/llapi/mc/ISecureStorageKeySystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ISubChunkBlockStoragePaletted.hpp b/LiteLoader/include/llapi/mc/ISubChunkBlockStoragePaletted.hpp similarity index 94% rename from LiteLoader/Header/MC/ISubChunkBlockStoragePaletted.hpp rename to LiteLoader/include/llapi/mc/ISubChunkBlockStoragePaletted.hpp index f5b9fe8..3979a4a 100644 --- a/LiteLoader/Header/MC/ISubChunkBlockStoragePaletted.hpp +++ b/LiteLoader/include/llapi/mc/ISubChunkBlockStoragePaletted.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ITextObject.hpp b/LiteLoader/include/llapi/mc/ITextObject.hpp similarity index 95% rename from LiteLoader/Header/MC/ITextObject.hpp rename to LiteLoader/include/llapi/mc/ITextObject.hpp index 2779de9..6312f66 100644 --- a/LiteLoader/Header/MC/ITextObject.hpp +++ b/LiteLoader/include/llapi/mc/ITextObject.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ITickingArea.hpp b/LiteLoader/include/llapi/mc/ITickingArea.hpp similarity index 94% rename from LiteLoader/Header/MC/ITickingArea.hpp rename to LiteLoader/include/llapi/mc/ITickingArea.hpp index 6204b5f..82597b3 100644 --- a/LiteLoader/Header/MC/ITickingArea.hpp +++ b/LiteLoader/include/llapi/mc/ITickingArea.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ITickingAreaView.hpp b/LiteLoader/include/llapi/mc/ITickingAreaView.hpp similarity index 93% rename from LiteLoader/Header/MC/ITickingAreaView.hpp rename to LiteLoader/include/llapi/mc/ITickingAreaView.hpp index 500bc60..f5a19cc 100644 --- a/LiteLoader/Header/MC/ITickingAreaView.hpp +++ b/LiteLoader/include/llapi/mc/ITickingAreaView.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ITreeFeature.hpp b/LiteLoader/include/llapi/mc/ITreeFeature.hpp similarity index 93% rename from LiteLoader/Header/MC/ITreeFeature.hpp rename to LiteLoader/include/llapi/mc/ITreeFeature.hpp index 9b6124b..b4e7c86 100644 --- a/LiteLoader/Header/MC/ITreeFeature.hpp +++ b/LiteLoader/include/llapi/mc/ITreeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IWebviewTelemetry.hpp b/LiteLoader/include/llapi/mc/IWebviewTelemetry.hpp similarity index 95% rename from LiteLoader/Header/MC/IWebviewTelemetry.hpp rename to LiteLoader/include/llapi/mc/IWebviewTelemetry.hpp index af20795..044b398 100644 --- a/LiteLoader/Header/MC/IWebviewTelemetry.hpp +++ b/LiteLoader/include/llapi/mc/IWebviewTelemetry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IceBlock.hpp b/LiteLoader/include/llapi/mc/IceBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/IceBlock.hpp rename to LiteLoader/include/llapi/mc/IceBlock.hpp index cd51ab5..2187e91 100644 --- a/LiteLoader/Header/MC/IceBlock.hpp +++ b/LiteLoader/include/llapi/mc/IceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IceBombItem.hpp b/LiteLoader/include/llapi/mc/IceBombItem.hpp similarity index 97% rename from LiteLoader/Header/MC/IceBombItem.hpp rename to LiteLoader/include/llapi/mc/IceBombItem.hpp index fcb743c..8cc02be 100644 --- a/LiteLoader/Header/MC/IceBombItem.hpp +++ b/LiteLoader/include/llapi/mc/IceBombItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IcePatchFeature.hpp b/LiteLoader/include/llapi/mc/IcePatchFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/IcePatchFeature.hpp rename to LiteLoader/include/llapi/mc/IcePatchFeature.hpp index 7b50224..e6d09e7 100644 --- a/LiteLoader/Header/MC/IcePatchFeature.hpp +++ b/LiteLoader/include/llapi/mc/IcePatchFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IceSpikeFeature.hpp b/LiteLoader/include/llapi/mc/IceSpikeFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/IceSpikeFeature.hpp rename to LiteLoader/include/llapi/mc/IceSpikeFeature.hpp index 3b0faef..ad1351e 100644 --- a/LiteLoader/Header/MC/IceSpikeFeature.hpp +++ b/LiteLoader/include/llapi/mc/IceSpikeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IcebergFeature.hpp b/LiteLoader/include/llapi/mc/IcebergFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/IcebergFeature.hpp rename to LiteLoader/include/llapi/mc/IcebergFeature.hpp index 28997c6..190d15b 100644 --- a/LiteLoader/Header/MC/IcebergFeature.hpp +++ b/LiteLoader/include/llapi/mc/IcebergFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IdentifierDescription.hpp b/LiteLoader/include/llapi/mc/IdentifierDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/IdentifierDescription.hpp rename to LiteLoader/include/llapi/mc/IdentifierDescription.hpp index 62257c1..c0e6aae 100644 --- a/LiteLoader/Header/MC/IdentifierDescription.hpp +++ b/LiteLoader/include/llapi/mc/IdentifierDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IdentifierResult.hpp b/LiteLoader/include/llapi/mc/IdentifierResult.hpp similarity index 93% rename from LiteLoader/Header/MC/IdentifierResult.hpp rename to LiteLoader/include/llapi/mc/IdentifierResult.hpp index 5500365..83e30d3 100644 --- a/LiteLoader/Header/MC/IdentifierResult.hpp +++ b/LiteLoader/include/llapi/mc/IdentifierResult.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IdentityDefinition.hpp b/LiteLoader/include/llapi/mc/IdentityDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/IdentityDefinition.hpp rename to LiteLoader/include/llapi/mc/IdentityDefinition.hpp index 8543938..750e1b6 100644 --- a/LiteLoader/Header/MC/IdentityDefinition.hpp +++ b/LiteLoader/include/llapi/mc/IdentityDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IdentityDictionary.hpp b/LiteLoader/include/llapi/mc/IdentityDictionary.hpp similarity index 95% rename from LiteLoader/Header/MC/IdentityDictionary.hpp rename to LiteLoader/include/llapi/mc/IdentityDictionary.hpp index f3fe66b..da649db 100644 --- a/LiteLoader/Header/MC/IdentityDictionary.hpp +++ b/LiteLoader/include/llapi/mc/IdentityDictionary.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IdleState.hpp b/LiteLoader/include/llapi/mc/IdleState.hpp similarity index 94% rename from LiteLoader/Header/MC/IdleState.hpp rename to LiteLoader/include/llapi/mc/IdleState.hpp index 5222344..74644fb 100644 --- a/LiteLoader/Header/MC/IdleState.hpp +++ b/LiteLoader/include/llapi/mc/IdleState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PetSleepWithOwnerState.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Igloo.hpp b/LiteLoader/include/llapi/mc/Igloo.hpp similarity index 96% rename from LiteLoader/Header/MC/Igloo.hpp rename to LiteLoader/include/llapi/mc/Igloo.hpp index 976358a..c96b01f 100644 --- a/LiteLoader/Header/MC/Igloo.hpp +++ b/LiteLoader/include/llapi/mc/Igloo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IgniteSubcomponent.hpp b/LiteLoader/include/llapi/mc/IgniteSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/IgniteSubcomponent.hpp rename to LiteLoader/include/llapi/mc/IgniteSubcomponent.hpp index b466efb..417dfd4 100644 --- a/LiteLoader/Header/MC/IgniteSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/IgniteSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IllagerBeast.hpp b/LiteLoader/include/llapi/mc/IllagerBeast.hpp similarity index 97% rename from LiteLoader/Header/MC/IllagerBeast.hpp rename to LiteLoader/include/llapi/mc/IllagerBeast.hpp index 81a442f..bb30a11 100644 --- a/LiteLoader/Header/MC/IllagerBeast.hpp +++ b/LiteLoader/include/llapi/mc/IllagerBeast.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/IllagerBeastBlockedComponent.hpp b/LiteLoader/include/llapi/mc/IllagerBeastBlockedComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/IllagerBeastBlockedComponent.hpp rename to LiteLoader/include/llapi/mc/IllagerBeastBlockedComponent.hpp index 12b69b7..4512f5c 100644 --- a/LiteLoader/Header/MC/IllagerBeastBlockedComponent.hpp +++ b/LiteLoader/include/llapi/mc/IllagerBeastBlockedComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IllagerBeastBlockedDescription.hpp b/LiteLoader/include/llapi/mc/IllagerBeastBlockedDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/IllagerBeastBlockedDescription.hpp rename to LiteLoader/include/llapi/mc/IllagerBeastBlockedDescription.hpp index efee009..7d59afb 100644 --- a/LiteLoader/Header/MC/IllagerBeastBlockedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IllagerBeastBlockedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ImmutableWorldCommand.hpp b/LiteLoader/include/llapi/mc/ImmutableWorldCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ImmutableWorldCommand.hpp rename to LiteLoader/include/llapi/mc/ImmutableWorldCommand.hpp index 6942179..dd81f55 100644 --- a/LiteLoader/Header/MC/ImmutableWorldCommand.hpp +++ b/LiteLoader/include/llapi/mc/ImmutableWorldCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ImpactDamageSubcomponent.hpp b/LiteLoader/include/llapi/mc/ImpactDamageSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/ImpactDamageSubcomponent.hpp rename to LiteLoader/include/llapi/mc/ImpactDamageSubcomponent.hpp index cfc29c7..ac1adfc 100644 --- a/LiteLoader/Header/MC/ImpactDamageSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/ImpactDamageSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ImprovedNoise.hpp b/LiteLoader/include/llapi/mc/ImprovedNoise.hpp similarity index 95% rename from LiteLoader/Header/MC/ImprovedNoise.hpp rename to LiteLoader/include/llapi/mc/ImprovedNoise.hpp index fa5e450..f16197e 100644 --- a/LiteLoader/Header/MC/ImprovedNoise.hpp +++ b/LiteLoader/include/llapi/mc/ImprovedNoise.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemoryEnv.hpp b/LiteLoader/include/llapi/mc/InMemoryEnv.hpp similarity index 98% rename from LiteLoader/Header/MC/InMemoryEnv.hpp rename to LiteLoader/include/llapi/mc/InMemoryEnv.hpp index 2858b60..68cf10f 100644 --- a/LiteLoader/Header/MC/InMemoryEnv.hpp +++ b/LiteLoader/include/llapi/mc/InMemoryEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemoryFile.hpp b/LiteLoader/include/llapi/mc/InMemoryFile.hpp similarity index 95% rename from LiteLoader/Header/MC/InMemoryFile.hpp rename to LiteLoader/include/llapi/mc/InMemoryFile.hpp index 6430115..417388c 100644 --- a/LiteLoader/Header/MC/InMemoryFile.hpp +++ b/LiteLoader/include/llapi/mc/InMemoryFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemoryFileStorage.hpp b/LiteLoader/include/llapi/mc/InMemoryFileStorage.hpp similarity index 96% rename from LiteLoader/Header/MC/InMemoryFileStorage.hpp rename to LiteLoader/include/llapi/mc/InMemoryFileStorage.hpp index 561de8f..34d6da6 100644 --- a/LiteLoader/Header/MC/InMemoryFileStorage.hpp +++ b/LiteLoader/include/llapi/mc/InMemoryFileStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemoryRandomAccessFile.hpp b/LiteLoader/include/llapi/mc/InMemoryRandomAccessFile.hpp similarity index 95% rename from LiteLoader/Header/MC/InMemoryRandomAccessFile.hpp rename to LiteLoader/include/llapi/mc/InMemoryRandomAccessFile.hpp index 5d3b5e5..ff0338a 100644 --- a/LiteLoader/Header/MC/InMemoryRandomAccessFile.hpp +++ b/LiteLoader/include/llapi/mc/InMemoryRandomAccessFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemorySequentialFile.hpp b/LiteLoader/include/llapi/mc/InMemorySequentialFile.hpp similarity index 95% rename from LiteLoader/Header/MC/InMemorySequentialFile.hpp rename to LiteLoader/include/llapi/mc/InMemorySequentialFile.hpp index 111d4df..ea1f025 100644 --- a/LiteLoader/Header/MC/InMemorySequentialFile.hpp +++ b/LiteLoader/include/llapi/mc/InMemorySequentialFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InMemoryWritableFile.hpp b/LiteLoader/include/llapi/mc/InMemoryWritableFile.hpp similarity index 96% rename from LiteLoader/Header/MC/InMemoryWritableFile.hpp rename to LiteLoader/include/llapi/mc/InMemoryWritableFile.hpp index a10df47..5cf0dde 100644 --- a/LiteLoader/Header/MC/InMemoryWritableFile.hpp +++ b/LiteLoader/include/llapi/mc/InMemoryWritableFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InPackagePackSource.hpp b/LiteLoader/include/llapi/mc/InPackagePackSource.hpp similarity index 96% rename from LiteLoader/Header/MC/InPackagePackSource.hpp rename to LiteLoader/include/llapi/mc/InPackagePackSource.hpp index 4b94492..3feea1e 100644 --- a/LiteLoader/Header/MC/InPackagePackSource.hpp +++ b/LiteLoader/include/llapi/mc/InPackagePackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IndexSet.hpp b/LiteLoader/include/llapi/mc/IndexSet.hpp similarity index 93% rename from LiteLoader/Header/MC/IndexSet.hpp rename to LiteLoader/include/llapi/mc/IndexSet.hpp index 19cffd2..cbc5de8 100644 --- a/LiteLoader/Header/MC/IndexSet.hpp +++ b/LiteLoader/include/llapi/mc/IndexSet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InsomniaSystem.hpp b/LiteLoader/include/llapi/mc/InsomniaSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/InsomniaSystem.hpp rename to LiteLoader/include/llapi/mc/InsomniaSystem.hpp index b7c9209..1a3584b 100644 --- a/LiteLoader/Header/MC/InsomniaSystem.hpp +++ b/LiteLoader/include/llapi/mc/InsomniaSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InspectBookshelfGoal.hpp b/LiteLoader/include/llapi/mc/InspectBookshelfGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/InspectBookshelfGoal.hpp rename to LiteLoader/include/llapi/mc/InspectBookshelfGoal.hpp index 1ce8597..9bbbb7f 100644 --- a/LiteLoader/Header/MC/InspectBookshelfGoal.hpp +++ b/LiteLoader/include/llapi/mc/InspectBookshelfGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InstantDespawnDefinition.hpp b/LiteLoader/include/llapi/mc/InstantDespawnDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/InstantDespawnDefinition.hpp rename to LiteLoader/include/llapi/mc/InstantDespawnDefinition.hpp index 5615a86..0676527 100644 --- a/LiteLoader/Header/MC/InstantDespawnDefinition.hpp +++ b/LiteLoader/include/llapi/mc/InstantDespawnDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InstantDespawnSystem.hpp b/LiteLoader/include/llapi/mc/InstantDespawnSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/InstantDespawnSystem.hpp rename to LiteLoader/include/llapi/mc/InstantDespawnSystem.hpp index 1093596..65a46b1 100644 --- a/LiteLoader/Header/MC/InstantDespawnSystem.hpp +++ b/LiteLoader/include/llapi/mc/InstantDespawnSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InstantaneousAttributeBuff.hpp b/LiteLoader/include/llapi/mc/InstantaneousAttributeBuff.hpp similarity index 95% rename from LiteLoader/Header/MC/InstantaneousAttributeBuff.hpp rename to LiteLoader/include/llapi/mc/InstantaneousAttributeBuff.hpp index 9f952ea..4231830 100644 --- a/LiteLoader/Header/MC/InstantaneousAttributeBuff.hpp +++ b/LiteLoader/include/llapi/mc/InstantaneousAttributeBuff.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AttributeBuff.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InstantaneousMobEffect.hpp b/LiteLoader/include/llapi/mc/InstantaneousMobEffect.hpp similarity index 95% rename from LiteLoader/Header/MC/InstantaneousMobEffect.hpp rename to LiteLoader/include/llapi/mc/InstantaneousMobEffect.hpp index 5364d53..acc8fee 100644 --- a/LiteLoader/Header/MC/InstantaneousMobEffect.hpp +++ b/LiteLoader/include/llapi/mc/InstantaneousMobEffect.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MobEffect.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Int64Tag.hpp b/LiteLoader/include/llapi/mc/Int64Tag.hpp similarity index 97% rename from LiteLoader/Header/MC/Int64Tag.hpp rename to LiteLoader/include/llapi/mc/Int64Tag.hpp index 5bd9448..3d18482 100644 --- a/LiteLoader/Header/MC/Int64Tag.hpp +++ b/LiteLoader/include/llapi/mc/Int64Tag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IntArrayTag.hpp b/LiteLoader/include/llapi/mc/IntArrayTag.hpp similarity index 97% rename from LiteLoader/Header/MC/IntArrayTag.hpp rename to LiteLoader/include/llapi/mc/IntArrayTag.hpp index 5edc38e..049a194 100644 --- a/LiteLoader/Header/MC/IntArrayTag.hpp +++ b/LiteLoader/include/llapi/mc/IntArrayTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IntRange.hpp b/LiteLoader/include/llapi/mc/IntRange.hpp similarity index 94% rename from LiteLoader/Header/MC/IntRange.hpp rename to LiteLoader/include/llapi/mc/IntRange.hpp index 02cefc7..e4d5f5a 100644 --- a/LiteLoader/Header/MC/IntRange.hpp +++ b/LiteLoader/include/llapi/mc/IntRange.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IntTag.hpp b/LiteLoader/include/llapi/mc/IntTag.hpp similarity index 96% rename from LiteLoader/Header/MC/IntTag.hpp rename to LiteLoader/include/llapi/mc/IntTag.hpp index 8563ddf..c6d6a99 100644 --- a/LiteLoader/Header/MC/IntTag.hpp +++ b/LiteLoader/include/llapi/mc/IntTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InteractActionDefinition.hpp b/LiteLoader/include/llapi/mc/InteractActionDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/InteractActionDefinition.hpp rename to LiteLoader/include/llapi/mc/InteractActionDefinition.hpp index c6ddf83..d92454f 100644 --- a/LiteLoader/Header/MC/InteractActionDefinition.hpp +++ b/LiteLoader/include/llapi/mc/InteractActionDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/InteractActionNode.hpp b/LiteLoader/include/llapi/mc/InteractActionNode.hpp similarity index 95% rename from LiteLoader/Header/MC/InteractActionNode.hpp rename to LiteLoader/include/llapi/mc/InteractActionNode.hpp index 629682e..75347bc 100644 --- a/LiteLoader/Header/MC/InteractActionNode.hpp +++ b/LiteLoader/include/llapi/mc/InteractActionNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InteractComponent.hpp b/LiteLoader/include/llapi/mc/InteractComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/InteractComponent.hpp rename to LiteLoader/include/llapi/mc/InteractComponent.hpp index d563403..d946c93 100644 --- a/LiteLoader/Header/MC/InteractComponent.hpp +++ b/LiteLoader/include/llapi/mc/InteractComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InteractDefinition.hpp b/LiteLoader/include/llapi/mc/InteractDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/InteractDefinition.hpp rename to LiteLoader/include/llapi/mc/InteractDefinition.hpp index 801c36b..a8abfe0 100644 --- a/LiteLoader/Header/MC/InteractDefinition.hpp +++ b/LiteLoader/include/llapi/mc/InteractDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/InteractPacket.hpp b/LiteLoader/include/llapi/mc/InteractPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/InteractPacket.hpp rename to LiteLoader/include/llapi/mc/InteractPacket.hpp index fc73c4a..d98c38c 100644 --- a/LiteLoader/Header/MC/InteractPacket.hpp +++ b/LiteLoader/include/llapi/mc/InteractPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InteractSystem.hpp b/LiteLoader/include/llapi/mc/InteractSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/InteractSystem.hpp rename to LiteLoader/include/llapi/mc/InteractSystem.hpp index 4a94acd..7b50249 100644 --- a/LiteLoader/Header/MC/InteractSystem.hpp +++ b/LiteLoader/include/llapi/mc/InteractSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Interaction.hpp b/LiteLoader/include/llapi/mc/Interaction.hpp similarity index 95% rename from LiteLoader/Header/MC/Interaction.hpp rename to LiteLoader/include/llapi/mc/Interaction.hpp index 799c6c0..9168359 100644 --- a/LiteLoader/Header/MC/Interaction.hpp +++ b/LiteLoader/include/llapi/mc/Interaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InternalTaskGroup.hpp b/LiteLoader/include/llapi/mc/InternalTaskGroup.hpp similarity index 96% rename from LiteLoader/Header/MC/InternalTaskGroup.hpp rename to LiteLoader/include/llapi/mc/InternalTaskGroup.hpp index 8073b28..4136ca4 100644 --- a/LiteLoader/Header/MC/InternalTaskGroup.hpp +++ b/LiteLoader/include/llapi/mc/InternalTaskGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Inventory.hpp b/LiteLoader/include/llapi/mc/Inventory.hpp similarity index 97% rename from LiteLoader/Header/MC/Inventory.hpp rename to LiteLoader/include/llapi/mc/Inventory.hpp index dd6e2a3..d775efb 100644 --- a/LiteLoader/Header/MC/Inventory.hpp +++ b/LiteLoader/include/llapi/mc/Inventory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FillingContainer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryAction.hpp b/LiteLoader/include/llapi/mc/InventoryAction.hpp similarity index 97% rename from LiteLoader/Header/MC/InventoryAction.hpp rename to LiteLoader/include/llapi/mc/InventoryAction.hpp index 4eb0552..916f2ff 100644 --- a/LiteLoader/Header/MC/InventoryAction.hpp +++ b/LiteLoader/include/llapi/mc/InventoryAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/InventoryContainerModel.hpp b/LiteLoader/include/llapi/mc/InventoryContainerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/InventoryContainerModel.hpp rename to LiteLoader/include/llapi/mc/InventoryContainerModel.hpp index 8b4e7cc..3a34b80 100644 --- a/LiteLoader/Header/MC/InventoryContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/InventoryContainerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryContentPacket.hpp b/LiteLoader/include/llapi/mc/InventoryContentPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/InventoryContentPacket.hpp rename to LiteLoader/include/llapi/mc/InventoryContentPacket.hpp index 4160789..71571d0 100644 --- a/LiteLoader/Header/MC/InventoryContentPacket.hpp +++ b/LiteLoader/include/llapi/mc/InventoryContentPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryMenu.hpp b/LiteLoader/include/llapi/mc/InventoryMenu.hpp similarity index 95% rename from LiteLoader/Header/MC/InventoryMenu.hpp rename to LiteLoader/include/llapi/mc/InventoryMenu.hpp index e200b54..b6eed86 100644 --- a/LiteLoader/Header/MC/InventoryMenu.hpp +++ b/LiteLoader/include/llapi/mc/InventoryMenu.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventorySlotPacket.hpp b/LiteLoader/include/llapi/mc/InventorySlotPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/InventorySlotPacket.hpp rename to LiteLoader/include/llapi/mc/InventorySlotPacket.hpp index f543310..0114be5 100644 --- a/LiteLoader/Header/MC/InventorySlotPacket.hpp +++ b/LiteLoader/include/llapi/mc/InventorySlotPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventorySource.hpp b/LiteLoader/include/llapi/mc/InventorySource.hpp similarity index 97% rename from LiteLoader/Header/MC/InventorySource.hpp rename to LiteLoader/include/llapi/mc/InventorySource.hpp index 11d820a..159c556 100644 --- a/LiteLoader/Header/MC/InventorySource.hpp +++ b/LiteLoader/include/llapi/mc/InventorySource.hpp @@ -5,7 +5,7 @@ */ #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/InventoryTransaction.hpp b/LiteLoader/include/llapi/mc/InventoryTransaction.hpp similarity index 97% rename from LiteLoader/Header/MC/InventoryTransaction.hpp rename to LiteLoader/include/llapi/mc/InventoryTransaction.hpp index 45bd0ae..4efb47c 100644 --- a/LiteLoader/Header/MC/InventoryTransaction.hpp +++ b/LiteLoader/include/llapi/mc/InventoryTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryTransactionItemGroup.hpp b/LiteLoader/include/llapi/mc/InventoryTransactionItemGroup.hpp similarity index 95% rename from LiteLoader/Header/MC/InventoryTransactionItemGroup.hpp rename to LiteLoader/include/llapi/mc/InventoryTransactionItemGroup.hpp index 58840d7..a04eee8 100644 --- a/LiteLoader/Header/MC/InventoryTransactionItemGroup.hpp +++ b/LiteLoader/include/llapi/mc/InventoryTransactionItemGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryTransactionManager.hpp b/LiteLoader/include/llapi/mc/InventoryTransactionManager.hpp similarity index 96% rename from LiteLoader/Header/MC/InventoryTransactionManager.hpp rename to LiteLoader/include/llapi/mc/InventoryTransactionManager.hpp index 02fd7dc..3ec07f6 100644 --- a/LiteLoader/Header/MC/InventoryTransactionManager.hpp +++ b/LiteLoader/include/llapi/mc/InventoryTransactionManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InventoryTransactionPacket.hpp b/LiteLoader/include/llapi/mc/InventoryTransactionPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/InventoryTransactionPacket.hpp rename to LiteLoader/include/llapi/mc/InventoryTransactionPacket.hpp index 47bb107..7ba984e 100644 --- a/LiteLoader/Header/MC/InventoryTransactionPacket.hpp +++ b/LiteLoader/include/llapi/mc/InventoryTransactionPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InverterDefinition.hpp b/LiteLoader/include/llapi/mc/InverterDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/InverterDefinition.hpp rename to LiteLoader/include/llapi/mc/InverterDefinition.hpp index 421ef58..2c2fc6c 100644 --- a/LiteLoader/Header/MC/InverterDefinition.hpp +++ b/LiteLoader/include/llapi/mc/InverterDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/InverterNode.hpp b/LiteLoader/include/llapi/mc/InverterNode.hpp similarity index 94% rename from LiteLoader/Header/MC/InverterNode.hpp rename to LiteLoader/include/llapi/mc/InverterNode.hpp index 8337360..49aa9f2 100644 --- a/LiteLoader/Header/MC/InverterNode.hpp +++ b/LiteLoader/include/llapi/mc/InverterNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/InvisibleBlock.hpp b/LiteLoader/include/llapi/mc/InvisibleBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/InvisibleBlock.hpp rename to LiteLoader/include/llapi/mc/InvisibleBlock.hpp index 8c02d5a..2141e0d 100644 --- a/LiteLoader/Header/MC/InvisibleBlock.hpp +++ b/LiteLoader/include/llapi/mc/InvisibleBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IronGolem.hpp b/LiteLoader/include/llapi/mc/IronGolem.hpp similarity index 98% rename from LiteLoader/Header/MC/IronGolem.hpp rename to LiteLoader/include/llapi/mc/IronGolem.hpp index c7862b9..cf6f987 100644 --- a/LiteLoader/Header/MC/IronGolem.hpp +++ b/LiteLoader/include/llapi/mc/IronGolem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/IsBabyDescription.hpp b/LiteLoader/include/llapi/mc/IsBabyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsBabyDescription.hpp rename to LiteLoader/include/llapi/mc/IsBabyDescription.hpp index d5172ed..2b4cd06 100644 --- a/LiteLoader/Header/MC/IsBabyDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsBabyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsChargedDescription.hpp b/LiteLoader/include/llapi/mc/IsChargedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsChargedDescription.hpp rename to LiteLoader/include/llapi/mc/IsChargedDescription.hpp index 0c99294..565ae93 100644 --- a/LiteLoader/Header/MC/IsChargedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsChargedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsChestedDescription.hpp b/LiteLoader/include/llapi/mc/IsChestedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsChestedDescription.hpp rename to LiteLoader/include/llapi/mc/IsChestedDescription.hpp index e7ccabe..89a34b7 100644 --- a/LiteLoader/Header/MC/IsChestedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsChestedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsExperimentalDescription.hpp b/LiteLoader/include/llapi/mc/IsExperimentalDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsExperimentalDescription.hpp rename to LiteLoader/include/llapi/mc/IsExperimentalDescription.hpp index 57be67b..4305bad 100644 --- a/LiteLoader/Header/MC/IsExperimentalDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsExperimentalDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsHiddenWhenInvisibleDescription.hpp b/LiteLoader/include/llapi/mc/IsHiddenWhenInvisibleDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsHiddenWhenInvisibleDescription.hpp rename to LiteLoader/include/llapi/mc/IsHiddenWhenInvisibleDescription.hpp index 26b7a6c..9da2e9c 100644 --- a/LiteLoader/Header/MC/IsHiddenWhenInvisibleDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsHiddenWhenInvisibleDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsIgnitedDescription.hpp b/LiteLoader/include/llapi/mc/IsIgnitedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsIgnitedDescription.hpp rename to LiteLoader/include/llapi/mc/IsIgnitedDescription.hpp index 7909750..0c985ca 100644 --- a/LiteLoader/Header/MC/IsIgnitedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsIgnitedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsIllagerCaptainDescription.hpp b/LiteLoader/include/llapi/mc/IsIllagerCaptainDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsIllagerCaptainDescription.hpp rename to LiteLoader/include/llapi/mc/IsIllagerCaptainDescription.hpp index 7aacca0..b65d131 100644 --- a/LiteLoader/Header/MC/IsIllagerCaptainDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsIllagerCaptainDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsSaddledDescription.hpp b/LiteLoader/include/llapi/mc/IsSaddledDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsSaddledDescription.hpp rename to LiteLoader/include/llapi/mc/IsSaddledDescription.hpp index b2de94d..1b7dffd 100644 --- a/LiteLoader/Header/MC/IsSaddledDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsSaddledDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsShakingDescription.hpp b/LiteLoader/include/llapi/mc/IsShakingDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsShakingDescription.hpp rename to LiteLoader/include/llapi/mc/IsShakingDescription.hpp index e6f3730..48f75c4 100644 --- a/LiteLoader/Header/MC/IsShakingDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsShakingDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsShearedDescription.hpp b/LiteLoader/include/llapi/mc/IsShearedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsShearedDescription.hpp rename to LiteLoader/include/llapi/mc/IsShearedDescription.hpp index 01c0090..62392de 100644 --- a/LiteLoader/Header/MC/IsShearedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsShearedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsSpawnableDescription.hpp b/LiteLoader/include/llapi/mc/IsSpawnableDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/IsSpawnableDescription.hpp rename to LiteLoader/include/llapi/mc/IsSpawnableDescription.hpp index cb88c8f..cc22052 100644 --- a/LiteLoader/Header/MC/IsSpawnableDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsSpawnableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsStackableDescription.hpp b/LiteLoader/include/llapi/mc/IsStackableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsStackableDescription.hpp rename to LiteLoader/include/llapi/mc/IsStackableDescription.hpp index fef5aa0..c2a17b1 100644 --- a/LiteLoader/Header/MC/IsStackableDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsStackableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsStunnedDescription.hpp b/LiteLoader/include/llapi/mc/IsStunnedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsStunnedDescription.hpp rename to LiteLoader/include/llapi/mc/IsStunnedDescription.hpp index eb668fe..c29fbe5 100644 --- a/LiteLoader/Header/MC/IsStunnedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsStunnedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsSummonableDescription.hpp b/LiteLoader/include/llapi/mc/IsSummonableDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/IsSummonableDescription.hpp rename to LiteLoader/include/llapi/mc/IsSummonableDescription.hpp index 14778aa..d7d1331 100644 --- a/LiteLoader/Header/MC/IsSummonableDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsSummonableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IsTamedDescription.hpp b/LiteLoader/include/llapi/mc/IsTamedDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/IsTamedDescription.hpp rename to LiteLoader/include/llapi/mc/IsTamedDescription.hpp index e942355..38b63d0 100644 --- a/LiteLoader/Header/MC/IsTamedDescription.hpp +++ b/LiteLoader/include/llapi/mc/IsTamedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/IslandLayer.hpp b/LiteLoader/include/llapi/mc/IslandLayer.hpp similarity index 95% rename from LiteLoader/Header/MC/IslandLayer.hpp rename to LiteLoader/include/llapi/mc/IslandLayer.hpp index 8de137f..9aca3ad 100644 --- a/LiteLoader/Header/MC/IslandLayer.hpp +++ b/LiteLoader/include/llapi/mc/IslandLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Item.hpp b/LiteLoader/include/llapi/mc/Item.hpp similarity index 99% rename from LiteLoader/Header/MC/Item.hpp rename to LiteLoader/include/llapi/mc/Item.hpp index 03ffa8c..88f2551 100644 --- a/LiteLoader/Header/MC/Item.hpp +++ b/LiteLoader/include/llapi/mc/Item.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemAcquisitionMethodMap.hpp b/LiteLoader/include/llapi/mc/ItemAcquisitionMethodMap.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemAcquisitionMethodMap.hpp rename to LiteLoader/include/llapi/mc/ItemAcquisitionMethodMap.hpp index e3dc3db..76a53bf 100644 --- a/LiteLoader/Header/MC/ItemAcquisitionMethodMap.hpp +++ b/LiteLoader/include/llapi/mc/ItemAcquisitionMethodMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemActor.hpp b/LiteLoader/include/llapi/mc/ItemActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ItemActor.hpp rename to LiteLoader/include/llapi/mc/ItemActor.hpp index e2c87c9..aa2256d 100644 --- a/LiteLoader/Header/MC/ItemActor.hpp +++ b/LiteLoader/include/llapi/mc/ItemActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemColorUtil.hpp b/LiteLoader/include/llapi/mc/ItemColorUtil.hpp similarity index 87% rename from LiteLoader/Header/MC/ItemColorUtil.hpp rename to LiteLoader/include/llapi/mc/ItemColorUtil.hpp index b11cfe2..2f252e2 100644 --- a/LiteLoader/Header/MC/ItemColorUtil.hpp +++ b/LiteLoader/include/llapi/mc/ItemColorUtil.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemControlDescription.hpp b/LiteLoader/include/llapi/mc/ItemControlDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemControlDescription.hpp rename to LiteLoader/include/llapi/mc/ItemControlDescription.hpp index d60f4a6..398092f 100644 --- a/LiteLoader/Header/MC/ItemControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/ItemControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemData.hpp b/LiteLoader/include/llapi/mc/ItemData.hpp similarity index 93% rename from LiteLoader/Header/MC/ItemData.hpp rename to LiteLoader/include/llapi/mc/ItemData.hpp index cd44339..43f507e 100644 --- a/LiteLoader/Header/MC/ItemData.hpp +++ b/LiteLoader/include/llapi/mc/ItemData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemDescriptor.hpp b/LiteLoader/include/llapi/mc/ItemDescriptor.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemDescriptor.hpp rename to LiteLoader/include/llapi/mc/ItemDescriptor.hpp index 2facd52..ec904c0 100644 --- a/LiteLoader/Header/MC/ItemDescriptor.hpp +++ b/LiteLoader/include/llapi/mc/ItemDescriptor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemDescriptorCount.hpp b/LiteLoader/include/llapi/mc/ItemDescriptorCount.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemDescriptorCount.hpp rename to LiteLoader/include/llapi/mc/ItemDescriptorCount.hpp index 49029e0..4b9ad0b 100644 --- a/LiteLoader/Header/MC/ItemDescriptorCount.hpp +++ b/LiteLoader/include/llapi/mc/ItemDescriptorCount.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemEnchantOption.hpp b/LiteLoader/include/llapi/mc/ItemEnchantOption.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemEnchantOption.hpp rename to LiteLoader/include/llapi/mc/ItemEnchantOption.hpp index 2165f07..34deb0b 100644 --- a/LiteLoader/Header/MC/ItemEnchantOption.hpp +++ b/LiteLoader/include/llapi/mc/ItemEnchantOption.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemEnchants.hpp b/LiteLoader/include/llapi/mc/ItemEnchants.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemEnchants.hpp rename to LiteLoader/include/llapi/mc/ItemEnchants.hpp index 1eedaa3..26b6654 100644 --- a/LiteLoader/Header/MC/ItemEnchants.hpp +++ b/LiteLoader/include/llapi/mc/ItemEnchants.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemEventCoordinator.hpp b/LiteLoader/include/llapi/mc/ItemEventCoordinator.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/ItemEventCoordinator.hpp index 703d166..748875c 100644 --- a/LiteLoader/Header/MC/ItemEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/ItemEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemFrameBlock.hpp b/LiteLoader/include/llapi/mc/ItemFrameBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ItemFrameBlock.hpp rename to LiteLoader/include/llapi/mc/ItemFrameBlock.hpp index 7a625e1..0b0ba7b 100644 --- a/LiteLoader/Header/MC/ItemFrameBlock.hpp +++ b/LiteLoader/include/llapi/mc/ItemFrameBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemFrameBlockActor.hpp b/LiteLoader/include/llapi/mc/ItemFrameBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ItemFrameBlockActor.hpp rename to LiteLoader/include/llapi/mc/ItemFrameBlockActor.hpp index 965f76b..c1db861 100644 --- a/LiteLoader/Header/MC/ItemFrameBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ItemFrameBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemFrameDropItemPacket.hpp b/LiteLoader/include/llapi/mc/ItemFrameDropItemPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemFrameDropItemPacket.hpp rename to LiteLoader/include/llapi/mc/ItemFrameDropItemPacket.hpp index fa37d4f..8f6db8d 100644 --- a/LiteLoader/Header/MC/ItemFrameDropItemPacket.hpp +++ b/LiteLoader/include/llapi/mc/ItemFrameDropItemPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemGroup.hpp b/LiteLoader/include/llapi/mc/ItemGroup.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemGroup.hpp rename to LiteLoader/include/llapi/mc/ItemGroup.hpp index c60bca9..e9b216f 100644 --- a/LiteLoader/Header/MC/ItemGroup.hpp +++ b/LiteLoader/include/llapi/mc/ItemGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemInstance.hpp b/LiteLoader/include/llapi/mc/ItemInstance.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemInstance.hpp rename to LiteLoader/include/llapi/mc/ItemInstance.hpp index 3cd17de..9350bc9 100644 --- a/LiteLoader/Header/MC/ItemInstance.hpp +++ b/LiteLoader/include/llapi/mc/ItemInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackBase.hpp" #include "Item.hpp" diff --git a/LiteLoader/Header/MC/ItemListSerializer.hpp b/LiteLoader/include/llapi/mc/ItemListSerializer.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemListSerializer.hpp rename to LiteLoader/include/llapi/mc/ItemListSerializer.hpp index 980209c..4d65061 100644 --- a/LiteLoader/Header/MC/ItemListSerializer.hpp +++ b/LiteLoader/include/llapi/mc/ItemListSerializer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemPack.hpp b/LiteLoader/include/llapi/mc/ItemPack.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemPack.hpp rename to LiteLoader/include/llapi/mc/ItemPack.hpp index 9d004fc..029af40 100644 --- a/LiteLoader/Header/MC/ItemPack.hpp +++ b/LiteLoader/include/llapi/mc/ItemPack.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemReactionComponent.hpp b/LiteLoader/include/llapi/mc/ItemReactionComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemReactionComponent.hpp rename to LiteLoader/include/llapi/mc/ItemReactionComponent.hpp index 893eed2..f4001f3 100644 --- a/LiteLoader/Header/MC/ItemReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/ItemReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemRegistry.hpp b/LiteLoader/include/llapi/mc/ItemRegistry.hpp similarity index 98% rename from LiteLoader/Header/MC/ItemRegistry.hpp rename to LiteLoader/include/llapi/mc/ItemRegistry.hpp index 9c63062..d1de08c 100644 --- a/LiteLoader/Header/MC/ItemRegistry.hpp +++ b/LiteLoader/include/llapi/mc/ItemRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemReleaseInventoryTransaction.hpp b/LiteLoader/include/llapi/mc/ItemReleaseInventoryTransaction.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemReleaseInventoryTransaction.hpp rename to LiteLoader/include/llapi/mc/ItemReleaseInventoryTransaction.hpp index ed88426..db65a0c 100644 --- a/LiteLoader/Header/MC/ItemReleaseInventoryTransaction.hpp +++ b/LiteLoader/include/llapi/mc/ItemReleaseInventoryTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStack.hpp b/LiteLoader/include/llapi/mc/ItemStack.hpp similarity index 97% rename from LiteLoader/Header/MC/ItemStack.hpp rename to LiteLoader/include/llapi/mc/ItemStack.hpp index 6bbf3eb..373066f 100644 --- a/LiteLoader/Header/MC/ItemStack.hpp +++ b/LiteLoader/include/llapi/mc/ItemStack.hpp @@ -1,14 +1,14 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackBase.hpp" #define BEFORE_EXTRA // Add include headers & pre-declares #include "ItemStackNetIdVariant.hpp" -#include "MC/I18n.hpp" -#include "MC/PropertiesSettings.hpp" +#include "I18n.hpp" +#include "PropertiesSettings.hpp" class Tag; class ItemActor; class CompoundTag; diff --git a/LiteLoader/Header/MC/ItemStackBase.hpp b/LiteLoader/include/llapi/mc/ItemStackBase.hpp similarity index 99% rename from LiteLoader/Header/MC/ItemStackBase.hpp rename to LiteLoader/include/llapi/mc/ItemStackBase.hpp index 93e071f..b49d75b 100644 --- a/LiteLoader/Header/MC/ItemStackBase.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackNetIdVariant.hpp b/LiteLoader/include/llapi/mc/ItemStackNetIdVariant.hpp similarity index 97% rename from LiteLoader/Header/MC/ItemStackNetIdVariant.hpp rename to LiteLoader/include/llapi/mc/ItemStackNetIdVariant.hpp index beeb50a..75d531a 100644 --- a/LiteLoader/Header/MC/ItemStackNetIdVariant.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackNetIdVariant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/ItemStackNetManagerBase.hpp b/LiteLoader/include/llapi/mc/ItemStackNetManagerBase.hpp similarity index 98% rename from LiteLoader/Header/MC/ItemStackNetManagerBase.hpp rename to LiteLoader/include/llapi/mc/ItemStackNetManagerBase.hpp index 39ab4e9..cf0554f 100644 --- a/LiteLoader/Header/MC/ItemStackNetManagerBase.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackNetManagerBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackNetManagerClient.hpp b/LiteLoader/include/llapi/mc/ItemStackNetManagerClient.hpp similarity index 97% rename from LiteLoader/Header/MC/ItemStackNetManagerClient.hpp rename to LiteLoader/include/llapi/mc/ItemStackNetManagerClient.hpp index f885047..df8bc21 100644 --- a/LiteLoader/Header/MC/ItemStackNetManagerClient.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackNetManagerClient.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackNetManagerServer.hpp b/LiteLoader/include/llapi/mc/ItemStackNetManagerServer.hpp similarity index 97% rename from LiteLoader/Header/MC/ItemStackNetManagerServer.hpp rename to LiteLoader/include/llapi/mc/ItemStackNetManagerServer.hpp index 9c7d386..221050f 100644 --- a/LiteLoader/Header/MC/ItemStackNetManagerServer.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackNetManagerServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackNetManagerBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestAction.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestAction.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemStackRequestAction.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestAction.hpp index 6c1ee8f..14e0339 100644 --- a/LiteLoader/Header/MC/ItemStackRequestAction.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionBeaconPayment.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionBeaconPayment.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionBeaconPayment.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionBeaconPayment.hpp index b53db41..16b6551 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionBeaconPayment.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionBeaconPayment.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionConsume.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionConsume.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionConsume.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionConsume.hpp index 1b783b7..c59b146 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionConsume.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionConsume.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackRequestActionTransferBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionCraftBase.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftBase.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemStackRequestActionCraftBase.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionCraftBase.hpp index e7f0338..d4920e3 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionCraftBase.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionCraftHandler.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftHandler.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionCraftHandler.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionCraftHandler.hpp index e820b79..eb37c4d 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionCraftHandler.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp index 4b0ee35..5518d12 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp index 59a5487..48b7f19 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionCreate.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionCreate.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemStackRequestActionCreate.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionCreate.hpp index 3021d58..19338bf 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionCreate.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionCreate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionDestroy.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionDestroy.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionDestroy.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionDestroy.hpp index d595af6..95a66fd 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionDestroy.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionDestroy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackRequestActionTransferBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionDrop.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionDrop.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemStackRequestActionDrop.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionDrop.hpp index 488acba..ce3887b 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionDrop.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionDrop.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionHandler.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionHandler.hpp similarity index 98% rename from LiteLoader/Header/MC/ItemStackRequestActionHandler.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionHandler.hpp index 621f69c..e88e917 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionHandler.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionPlace.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionPlace.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionPlace.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionPlace.hpp index 00ab613..f57dbf4 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionPlace.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionPlace.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackRequestActionTransferBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionSwap.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionSwap.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionSwap.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionSwap.hpp index d9faede..a2e8c4b 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionSwap.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionSwap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackRequestActionTransferBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionTake.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionTake.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestActionTake.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionTake.hpp index 3acf167..b9e9bc1 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionTake.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionTake.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ItemStackRequestActionTransferBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestActionTransferBase.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestActionTransferBase.hpp similarity index 95% rename from LiteLoader/Header/MC/ItemStackRequestActionTransferBase.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestActionTransferBase.hpp index 901c42d..1ffb742 100644 --- a/LiteLoader/Header/MC/ItemStackRequestActionTransferBase.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestActionTransferBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestPacket.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackRequestPacket.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestPacket.hpp index 2881b10..15cffe3 100644 --- a/LiteLoader/Header/MC/ItemStackRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackRequestSlotInfo.hpp b/LiteLoader/include/llapi/mc/ItemStackRequestSlotInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemStackRequestSlotInfo.hpp rename to LiteLoader/include/llapi/mc/ItemStackRequestSlotInfo.hpp index 314ad7f..a5a8c55 100644 --- a/LiteLoader/Header/MC/ItemStackRequestSlotInfo.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackRequestSlotInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackResponseContainerInfo.hpp b/LiteLoader/include/llapi/mc/ItemStackResponseContainerInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemStackResponseContainerInfo.hpp rename to LiteLoader/include/llapi/mc/ItemStackResponseContainerInfo.hpp index 380bfbd..705979b 100644 --- a/LiteLoader/Header/MC/ItemStackResponseContainerInfo.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackResponseContainerInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackResponseInfo.hpp b/LiteLoader/include/llapi/mc/ItemStackResponseInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemStackResponseInfo.hpp rename to LiteLoader/include/llapi/mc/ItemStackResponseInfo.hpp index 2e11c93..7328c17 100644 --- a/LiteLoader/Header/MC/ItemStackResponseInfo.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackResponseInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStackResponsePacket.hpp b/LiteLoader/include/llapi/mc/ItemStackResponsePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemStackResponsePacket.hpp rename to LiteLoader/include/llapi/mc/ItemStackResponsePacket.hpp index 1102dc4..1d4dfb5 100644 --- a/LiteLoader/Header/MC/ItemStackResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/ItemStackResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemState.hpp b/LiteLoader/include/llapi/mc/ItemState.hpp similarity index 92% rename from LiteLoader/Header/MC/ItemState.hpp rename to LiteLoader/include/llapi/mc/ItemState.hpp index 9204209..bbbe979 100644 --- a/LiteLoader/Header/MC/ItemState.hpp +++ b/LiteLoader/include/llapi/mc/ItemState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemStateInstance.hpp b/LiteLoader/include/llapi/mc/ItemStateInstance.hpp similarity index 93% rename from LiteLoader/Header/MC/ItemStateInstance.hpp rename to LiteLoader/include/llapi/mc/ItemStateInstance.hpp index c9ea9ed..cf11de8 100644 --- a/LiteLoader/Header/MC/ItemStateInstance.hpp +++ b/LiteLoader/include/llapi/mc/ItemStateInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemUseInventoryTransaction.hpp b/LiteLoader/include/llapi/mc/ItemUseInventoryTransaction.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemUseInventoryTransaction.hpp rename to LiteLoader/include/llapi/mc/ItemUseInventoryTransaction.hpp index 6539f46..3c9daac 100644 --- a/LiteLoader/Header/MC/ItemUseInventoryTransaction.hpp +++ b/LiteLoader/include/llapi/mc/ItemUseInventoryTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemUseMethodMap.hpp b/LiteLoader/include/llapi/mc/ItemUseMethodMap.hpp similarity index 94% rename from LiteLoader/Header/MC/ItemUseMethodMap.hpp rename to LiteLoader/include/llapi/mc/ItemUseMethodMap.hpp index 21a4bac..b4d109d 100644 --- a/LiteLoader/Header/MC/ItemUseMethodMap.hpp +++ b/LiteLoader/include/llapi/mc/ItemUseMethodMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ItemUseOnActorInventoryTransaction.hpp b/LiteLoader/include/llapi/mc/ItemUseOnActorInventoryTransaction.hpp similarity index 96% rename from LiteLoader/Header/MC/ItemUseOnActorInventoryTransaction.hpp rename to LiteLoader/include/llapi/mc/ItemUseOnActorInventoryTransaction.hpp index 261db29..f7823f2 100644 --- a/LiteLoader/Header/MC/ItemUseOnActorInventoryTransaction.hpp +++ b/LiteLoader/include/llapi/mc/ItemUseOnActorInventoryTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawBlock.hpp b/LiteLoader/include/llapi/mc/JigsawBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/JigsawBlock.hpp rename to LiteLoader/include/llapi/mc/JigsawBlock.hpp index e656d96..755e978 100644 --- a/LiteLoader/Header/MC/JigsawBlock.hpp +++ b/LiteLoader/include/llapi/mc/JigsawBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawBlockActor.hpp b/LiteLoader/include/llapi/mc/JigsawBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/JigsawBlockActor.hpp rename to LiteLoader/include/llapi/mc/JigsawBlockActor.hpp index fea028a..061c2fe 100644 --- a/LiteLoader/Header/MC/JigsawBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/JigsawBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawBlockInfo.hpp b/LiteLoader/include/llapi/mc/JigsawBlockInfo.hpp similarity index 95% rename from LiteLoader/Header/MC/JigsawBlockInfo.hpp rename to LiteLoader/include/llapi/mc/JigsawBlockInfo.hpp index c10a0fc..979d326 100644 --- a/LiteLoader/Header/MC/JigsawBlockInfo.hpp +++ b/LiteLoader/include/llapi/mc/JigsawBlockInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawEditorData.hpp b/LiteLoader/include/llapi/mc/JigsawEditorData.hpp similarity index 96% rename from LiteLoader/Header/MC/JigsawEditorData.hpp rename to LiteLoader/include/llapi/mc/JigsawEditorData.hpp index dc358a4..5ade521 100644 --- a/LiteLoader/Header/MC/JigsawEditorData.hpp +++ b/LiteLoader/include/llapi/mc/JigsawEditorData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawPlacement.hpp b/LiteLoader/include/llapi/mc/JigsawPlacement.hpp similarity index 97% rename from LiteLoader/Header/MC/JigsawPlacement.hpp rename to LiteLoader/include/llapi/mc/JigsawPlacement.hpp index 0d8b005..b3258d8 100644 --- a/LiteLoader/Header/MC/JigsawPlacement.hpp +++ b/LiteLoader/include/llapi/mc/JigsawPlacement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawStructureActorRulesRegistry.hpp b/LiteLoader/include/llapi/mc/JigsawStructureActorRulesRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/JigsawStructureActorRulesRegistry.hpp rename to LiteLoader/include/llapi/mc/JigsawStructureActorRulesRegistry.hpp index 4eb9dd0..c01db92 100644 --- a/LiteLoader/Header/MC/JigsawStructureActorRulesRegistry.hpp +++ b/LiteLoader/include/llapi/mc/JigsawStructureActorRulesRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawStructureBlockRulesRegistry.hpp b/LiteLoader/include/llapi/mc/JigsawStructureBlockRulesRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/JigsawStructureBlockRulesRegistry.hpp rename to LiteLoader/include/llapi/mc/JigsawStructureBlockRulesRegistry.hpp index 26002fd..fed2f88 100644 --- a/LiteLoader/Header/MC/JigsawStructureBlockRulesRegistry.hpp +++ b/LiteLoader/include/llapi/mc/JigsawStructureBlockRulesRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawStructureBlockTagRulesRegistry.hpp b/LiteLoader/include/llapi/mc/JigsawStructureBlockTagRulesRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/JigsawStructureBlockTagRulesRegistry.hpp rename to LiteLoader/include/llapi/mc/JigsawStructureBlockTagRulesRegistry.hpp index 1a9b699..8e0329e 100644 --- a/LiteLoader/Header/MC/JigsawStructureBlockTagRulesRegistry.hpp +++ b/LiteLoader/include/llapi/mc/JigsawStructureBlockTagRulesRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawStructureElementRegistry.hpp b/LiteLoader/include/llapi/mc/JigsawStructureElementRegistry.hpp similarity index 95% rename from LiteLoader/Header/MC/JigsawStructureElementRegistry.hpp rename to LiteLoader/include/llapi/mc/JigsawStructureElementRegistry.hpp index 8ce77c8..685a6ed 100644 --- a/LiteLoader/Header/MC/JigsawStructureElementRegistry.hpp +++ b/LiteLoader/include/llapi/mc/JigsawStructureElementRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JigsawStructureRegistry.hpp b/LiteLoader/include/llapi/mc/JigsawStructureRegistry.hpp similarity index 97% rename from LiteLoader/Header/MC/JigsawStructureRegistry.hpp rename to LiteLoader/include/llapi/mc/JigsawStructureRegistry.hpp index db06840..69346ec 100644 --- a/LiteLoader/Header/MC/JigsawStructureRegistry.hpp +++ b/LiteLoader/include/llapi/mc/JigsawStructureRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JournaledFile.hpp b/LiteLoader/include/llapi/mc/JournaledFile.hpp similarity index 96% rename from LiteLoader/Header/MC/JournaledFile.hpp rename to LiteLoader/include/llapi/mc/JournaledFile.hpp index fe87a9b..4f47e60 100644 --- a/LiteLoader/Header/MC/JournaledFile.hpp +++ b/LiteLoader/include/llapi/mc/JournaledFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Json.hpp b/LiteLoader/include/llapi/mc/Json.hpp similarity index 99% rename from LiteLoader/Header/MC/Json.hpp rename to LiteLoader/include/llapi/mc/Json.hpp index 592db0a..48c9392 100644 --- a/LiteLoader/Header/MC/Json.hpp +++ b/LiteLoader/include/llapi/mc/Json.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JsonHelpers.hpp b/LiteLoader/include/llapi/mc/JsonHelpers.hpp similarity index 93% rename from LiteLoader/Header/MC/JsonHelpers.hpp rename to LiteLoader/include/llapi/mc/JsonHelpers.hpp index 3637320..b367d80 100644 --- a/LiteLoader/Header/MC/JsonHelpers.hpp +++ b/LiteLoader/include/llapi/mc/JsonHelpers.hpp @@ -1,6 +1,6 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/JsonPackUtils.hpp b/LiteLoader/include/llapi/mc/JsonPackUtils.hpp similarity index 96% rename from LiteLoader/Header/MC/JsonPackUtils.hpp rename to LiteLoader/include/llapi/mc/JsonPackUtils.hpp index 980cd9e..825e86a 100644 --- a/LiteLoader/Header/MC/JsonPackUtils.hpp +++ b/LiteLoader/include/llapi/mc/JsonPackUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JsonUtil.hpp b/LiteLoader/include/llapi/mc/JsonUtil.hpp similarity index 98% rename from LiteLoader/Header/MC/JsonUtil.hpp rename to LiteLoader/include/llapi/mc/JsonUtil.hpp index aed3bc8..eb41cb8 100644 --- a/LiteLoader/Header/MC/JsonUtil.hpp +++ b/LiteLoader/include/llapi/mc/JsonUtil.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JsonValidator.hpp b/LiteLoader/include/llapi/mc/JsonValidator.hpp similarity index 94% rename from LiteLoader/Header/MC/JsonValidator.hpp rename to LiteLoader/include/llapi/mc/JsonValidator.hpp index 866c2c5..23cde98 100644 --- a/LiteLoader/Header/MC/JsonValidator.hpp +++ b/LiteLoader/include/llapi/mc/JsonValidator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JukeboxBlock.hpp b/LiteLoader/include/llapi/mc/JukeboxBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/JukeboxBlock.hpp rename to LiteLoader/include/llapi/mc/JukeboxBlock.hpp index fa9a65b..2372501 100644 --- a/LiteLoader/Header/MC/JukeboxBlock.hpp +++ b/LiteLoader/include/llapi/mc/JukeboxBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JukeboxBlockActor.hpp b/LiteLoader/include/llapi/mc/JukeboxBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/JukeboxBlockActor.hpp rename to LiteLoader/include/llapi/mc/JukeboxBlockActor.hpp index 75733b8..892905a 100644 --- a/LiteLoader/Header/MC/JukeboxBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/JukeboxBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JumpControl.hpp b/LiteLoader/include/llapi/mc/JumpControl.hpp similarity index 97% rename from LiteLoader/Header/MC/JumpControl.hpp rename to LiteLoader/include/llapi/mc/JumpControl.hpp index 06ec08a..3984227 100644 --- a/LiteLoader/Header/MC/JumpControl.hpp +++ b/LiteLoader/include/llapi/mc/JumpControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JumpControlComponent.hpp b/LiteLoader/include/llapi/mc/JumpControlComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/JumpControlComponent.hpp rename to LiteLoader/include/llapi/mc/JumpControlComponent.hpp index b3f9c8c..c31e11c 100644 --- a/LiteLoader/Header/MC/JumpControlComponent.hpp +++ b/LiteLoader/include/llapi/mc/JumpControlComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JumpControlDescription.hpp b/LiteLoader/include/llapi/mc/JumpControlDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/JumpControlDescription.hpp rename to LiteLoader/include/llapi/mc/JumpControlDescription.hpp index ea2dc26..8c175fe 100644 --- a/LiteLoader/Header/MC/JumpControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/JumpControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JumpControlSystem.hpp b/LiteLoader/include/llapi/mc/JumpControlSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/JumpControlSystem.hpp rename to LiteLoader/include/llapi/mc/JumpControlSystem.hpp index 583f30f..447693e 100644 --- a/LiteLoader/Header/MC/JumpControlSystem.hpp +++ b/LiteLoader/include/llapi/mc/JumpControlSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/JunglePyramidPiece.hpp b/LiteLoader/include/llapi/mc/JunglePyramidPiece.hpp similarity index 95% rename from LiteLoader/Header/MC/JunglePyramidPiece.hpp rename to LiteLoader/include/llapi/mc/JunglePyramidPiece.hpp index 64f40ca..7d58ab5 100644 --- a/LiteLoader/Header/MC/JunglePyramidPiece.hpp +++ b/LiteLoader/include/llapi/mc/JunglePyramidPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KelpBlock.hpp b/LiteLoader/include/llapi/mc/KelpBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/KelpBlock.hpp rename to LiteLoader/include/llapi/mc/KelpBlock.hpp index b07d662..5948d90 100644 --- a/LiteLoader/Header/MC/KelpBlock.hpp +++ b/LiteLoader/include/llapi/mc/KelpBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KelpFeature.hpp b/LiteLoader/include/llapi/mc/KelpFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/KelpFeature.hpp rename to LiteLoader/include/llapi/mc/KelpFeature.hpp index 607ee16..410388c 100644 --- a/LiteLoader/Header/MC/KelpFeature.hpp +++ b/LiteLoader/include/llapi/mc/KelpFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KeyFrameLerpMode.hpp b/LiteLoader/include/llapi/mc/KeyFrameLerpMode.hpp similarity index 94% rename from LiteLoader/Header/MC/KeyFrameLerpMode.hpp rename to LiteLoader/include/llapi/mc/KeyFrameLerpMode.hpp index 30088c5..253b075 100644 --- a/LiteLoader/Header/MC/KeyFrameLerpMode.hpp +++ b/LiteLoader/include/llapi/mc/KeyFrameLerpMode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KeyFrameTransform.hpp b/LiteLoader/include/llapi/mc/KeyFrameTransform.hpp similarity index 96% rename from LiteLoader/Header/MC/KeyFrameTransform.hpp rename to LiteLoader/include/llapi/mc/KeyFrameTransform.hpp index f448bf4..9bbf65f 100644 --- a/LiteLoader/Header/MC/KeyFrameTransform.hpp +++ b/LiteLoader/include/llapi/mc/KeyFrameTransform.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KeyFrameTransformData.hpp b/LiteLoader/include/llapi/mc/KeyFrameTransformData.hpp similarity index 94% rename from LiteLoader/Header/MC/KeyFrameTransformData.hpp rename to LiteLoader/include/llapi/mc/KeyFrameTransformData.hpp index 85fbedc..ddfcdc3 100644 --- a/LiteLoader/Header/MC/KeyFrameTransformData.hpp +++ b/LiteLoader/include/llapi/mc/KeyFrameTransformData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KeyManager.hpp b/LiteLoader/include/llapi/mc/KeyManager.hpp similarity index 94% rename from LiteLoader/Header/MC/KeyManager.hpp rename to LiteLoader/include/llapi/mc/KeyManager.hpp index a4ca8c9..d20c0d4 100644 --- a/LiteLoader/Header/MC/KeyManager.hpp +++ b/LiteLoader/include/llapi/mc/KeyManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KeyOrNameResult.hpp b/LiteLoader/include/llapi/mc/KeyOrNameResult.hpp similarity index 93% rename from LiteLoader/Header/MC/KeyOrNameResult.hpp rename to LiteLoader/include/llapi/mc/KeyOrNameResult.hpp index 86b44b8..4f7ca83 100644 --- a/LiteLoader/Header/MC/KeyOrNameResult.hpp +++ b/LiteLoader/include/llapi/mc/KeyOrNameResult.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KickCommand.hpp b/LiteLoader/include/llapi/mc/KickCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/KickCommand.hpp rename to LiteLoader/include/llapi/mc/KickCommand.hpp index ac3fc00..450856b 100644 --- a/LiteLoader/Header/MC/KickCommand.hpp +++ b/LiteLoader/include/llapi/mc/KickCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KillCommand.hpp b/LiteLoader/include/llapi/mc/KillCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/KillCommand.hpp rename to LiteLoader/include/llapi/mc/KillCommand.hpp index a57563b..b5fe46d 100644 --- a/LiteLoader/Header/MC/KillCommand.hpp +++ b/LiteLoader/include/llapi/mc/KillCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KnockbackArmorUpdater.hpp b/LiteLoader/include/llapi/mc/KnockbackArmorUpdater.hpp similarity index 97% rename from LiteLoader/Header/MC/KnockbackArmorUpdater.hpp rename to LiteLoader/include/llapi/mc/KnockbackArmorUpdater.hpp index 5741ca6..1b27d92 100644 --- a/LiteLoader/Header/MC/KnockbackArmorUpdater.hpp +++ b/LiteLoader/include/llapi/mc/KnockbackArmorUpdater.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KnockbackRoarGoal.hpp b/LiteLoader/include/llapi/mc/KnockbackRoarGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/KnockbackRoarGoal.hpp rename to LiteLoader/include/llapi/mc/KnockbackRoarGoal.hpp index 06b1d9d..87b148e 100644 --- a/LiteLoader/Header/MC/KnockbackRoarGoal.hpp +++ b/LiteLoader/include/llapi/mc/KnockbackRoarGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/KnockbackRules.hpp b/LiteLoader/include/llapi/mc/KnockbackRules.hpp similarity index 90% rename from LiteLoader/Header/MC/KnockbackRules.hpp rename to LiteLoader/include/llapi/mc/KnockbackRules.hpp index d2be279..3fadbc6 100644 --- a/LiteLoader/Header/MC/KnockbackRules.hpp +++ b/LiteLoader/include/llapi/mc/KnockbackRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LabTableContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/LabTableContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/LabTableContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/LabTableContainerManagerModel.hpp index 341e958..75d9e5c 100644 --- a/LiteLoader/Header/MC/LabTableContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/LabTableContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LabTablePacket.hpp b/LiteLoader/include/llapi/mc/LabTablePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/LabTablePacket.hpp rename to LiteLoader/include/llapi/mc/LabTablePacket.hpp index 42bd3c7..904d427 100644 --- a/LiteLoader/Header/MC/LabTablePacket.hpp +++ b/LiteLoader/include/llapi/mc/LabTablePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LabTableReaction.hpp b/LiteLoader/include/llapi/mc/LabTableReaction.hpp similarity index 95% rename from LiteLoader/Header/MC/LabTableReaction.hpp rename to LiteLoader/include/llapi/mc/LabTableReaction.hpp index 589da4e..0f38fd1 100644 --- a/LiteLoader/Header/MC/LabTableReaction.hpp +++ b/LiteLoader/include/llapi/mc/LabTableReaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LabTableReactionComponent.hpp b/LiteLoader/include/llapi/mc/LabTableReactionComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/LabTableReactionComponent.hpp rename to LiteLoader/include/llapi/mc/LabTableReactionComponent.hpp index 496f594..7ba09b8 100644 --- a/LiteLoader/Header/MC/LabTableReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/LabTableReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LadderBlock.hpp b/LiteLoader/include/llapi/mc/LadderBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LadderBlock.hpp rename to LiteLoader/include/llapi/mc/LadderBlock.hpp index a6ba109..fce2281 100644 --- a/LiteLoader/Header/MC/LadderBlock.hpp +++ b/LiteLoader/include/llapi/mc/LadderBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LakeFeature.hpp b/LiteLoader/include/llapi/mc/LakeFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LakeFeature.hpp rename to LiteLoader/include/llapi/mc/LakeFeature.hpp index a9010ed..fffbb66 100644 --- a/LiteLoader/Header/MC/LakeFeature.hpp +++ b/LiteLoader/include/llapi/mc/LakeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LanternBlock.hpp b/LiteLoader/include/llapi/mc/LanternBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/LanternBlock.hpp rename to LiteLoader/include/llapi/mc/LanternBlock.hpp index 006f21a..ecf1fad 100644 --- a/LiteLoader/Header/MC/LanternBlock.hpp +++ b/LiteLoader/include/llapi/mc/LanternBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LargeCaveFeature.hpp b/LiteLoader/include/llapi/mc/LargeCaveFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/LargeCaveFeature.hpp rename to LiteLoader/include/llapi/mc/LargeCaveFeature.hpp index b694860..fdde376 100644 --- a/LiteLoader/Header/MC/LargeCaveFeature.hpp +++ b/LiteLoader/include/llapi/mc/LargeCaveFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LargeFireball.hpp b/LiteLoader/include/llapi/mc/LargeFireball.hpp similarity index 97% rename from LiteLoader/Header/MC/LargeFireball.hpp rename to LiteLoader/include/llapi/mc/LargeFireball.hpp index 3bc56a7..4eba190 100644 --- a/LiteLoader/Header/MC/LargeFireball.hpp +++ b/LiteLoader/include/llapi/mc/LargeFireball.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fireball.hpp" diff --git a/LiteLoader/Header/MC/LargeHellCaveFeature.hpp b/LiteLoader/include/llapi/mc/LargeHellCaveFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LargeHellCaveFeature.hpp rename to LiteLoader/include/llapi/mc/LargeHellCaveFeature.hpp index 9f4092d..7d039fb 100644 --- a/LiteLoader/Header/MC/LargeHellCaveFeature.hpp +++ b/LiteLoader/include/llapi/mc/LargeHellCaveFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LavaSlime.hpp b/LiteLoader/include/llapi/mc/LavaSlime.hpp similarity index 98% rename from LiteLoader/Header/MC/LavaSlime.hpp rename to LiteLoader/include/llapi/mc/LavaSlime.hpp index 9526b46..64059a1 100644 --- a/LiteLoader/Header/MC/LavaSlime.hpp +++ b/LiteLoader/include/llapi/mc/LavaSlime.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Slime.hpp" diff --git a/LiteLoader/Header/MC/LayDownGoal.hpp b/LiteLoader/include/llapi/mc/LayDownGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/LayDownGoal.hpp rename to LiteLoader/include/llapi/mc/LayDownGoal.hpp index cc08020..a5f5019 100644 --- a/LiteLoader/Header/MC/LayDownGoal.hpp +++ b/LiteLoader/include/llapi/mc/LayDownGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LayEggGoal.hpp b/LiteLoader/include/llapi/mc/LayEggGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/LayEggGoal.hpp rename to LiteLoader/include/llapi/mc/LayEggGoal.hpp index 02f9f0c..9c6c678 100644 --- a/LiteLoader/Header/MC/LayEggGoal.hpp +++ b/LiteLoader/include/llapi/mc/LayEggGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LayerBiomeSource.hpp b/LiteLoader/include/llapi/mc/LayerBiomeSource.hpp similarity index 96% rename from LiteLoader/Header/MC/LayerBiomeSource.hpp rename to LiteLoader/include/llapi/mc/LayerBiomeSource.hpp index a0b51bc..0dd4078 100644 --- a/LiteLoader/Header/MC/LayerBiomeSource.hpp +++ b/LiteLoader/include/llapi/mc/LayerBiomeSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeadItem.hpp b/LiteLoader/include/llapi/mc/LeadItem.hpp similarity index 97% rename from LiteLoader/Header/MC/LeadItem.hpp rename to LiteLoader/include/llapi/mc/LeadItem.hpp index 960302f..1c4ce84 100644 --- a/LiteLoader/Header/MC/LeadItem.hpp +++ b/LiteLoader/include/llapi/mc/LeadItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeafBlock.hpp b/LiteLoader/include/llapi/mc/LeafBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LeafBlock.hpp rename to LiteLoader/include/llapi/mc/LeafBlock.hpp index 76c74b0..ab356ba 100644 --- a/LiteLoader/Header/MC/LeafBlock.hpp +++ b/LiteLoader/include/llapi/mc/LeafBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeafBlockItem.hpp b/LiteLoader/include/llapi/mc/LeafBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/LeafBlockItem.hpp rename to LiteLoader/include/llapi/mc/LeafBlockItem.hpp index b4a8ce7..5b0314a 100644 --- a/LiteLoader/Header/MC/LeafBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/LeafBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeapAtTargetGoal.hpp b/LiteLoader/include/llapi/mc/LeapAtTargetGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/LeapAtTargetGoal.hpp rename to LiteLoader/include/llapi/mc/LeapAtTargetGoal.hpp index 241b815..444e25a 100644 --- a/LiteLoader/Header/MC/LeapAtTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/LeapAtTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeashFenceKnotActor.hpp b/LiteLoader/include/llapi/mc/LeashFenceKnotActor.hpp similarity index 98% rename from LiteLoader/Header/MC/LeashFenceKnotActor.hpp rename to LiteLoader/include/llapi/mc/LeashFenceKnotActor.hpp index fccedfe..2cb5ba4 100644 --- a/LiteLoader/Header/MC/LeashFenceKnotActor.hpp +++ b/LiteLoader/include/llapi/mc/LeashFenceKnotActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeashableComponent.hpp b/LiteLoader/include/llapi/mc/LeashableComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/LeashableComponent.hpp rename to LiteLoader/include/llapi/mc/LeashableComponent.hpp index 4d4069e..36f52fd 100644 --- a/LiteLoader/Header/MC/LeashableComponent.hpp +++ b/LiteLoader/include/llapi/mc/LeashableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeashableDefinition.hpp b/LiteLoader/include/llapi/mc/LeashableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/LeashableDefinition.hpp rename to LiteLoader/include/llapi/mc/LeashableDefinition.hpp index 2a6cd3c..9325013 100644 --- a/LiteLoader/Header/MC/LeashableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/LeashableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeashableSystem.hpp b/LiteLoader/include/llapi/mc/LeashableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/LeashableSystem.hpp rename to LiteLoader/include/llapi/mc/LeashableSystem.hpp index b084c94..3a3da41 100644 --- a/LiteLoader/Header/MC/LeashableSystem.hpp +++ b/LiteLoader/include/llapi/mc/LeashableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LecternBlock.hpp b/LiteLoader/include/llapi/mc/LecternBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/LecternBlock.hpp rename to LiteLoader/include/llapi/mc/LecternBlock.hpp index 66e4749..63d6e80 100644 --- a/LiteLoader/Header/MC/LecternBlock.hpp +++ b/LiteLoader/include/llapi/mc/LecternBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LecternBlockActor.hpp b/LiteLoader/include/llapi/mc/LecternBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/LecternBlockActor.hpp rename to LiteLoader/include/llapi/mc/LecternBlockActor.hpp index 6a5426f..c2e2cd2 100644 --- a/LiteLoader/Header/MC/LecternBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/LecternBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LecternUpdatePacket.hpp b/LiteLoader/include/llapi/mc/LecternUpdatePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/LecternUpdatePacket.hpp rename to LiteLoader/include/llapi/mc/LecternUpdatePacket.hpp index f848f12..5bfad31 100644 --- a/LiteLoader/Header/MC/LecternUpdatePacket.hpp +++ b/LiteLoader/include/llapi/mc/LecternUpdatePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyBlockPlacementProcessor.hpp b/LiteLoader/include/llapi/mc/LegacyBlockPlacementProcessor.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyBlockPlacementProcessor.hpp rename to LiteLoader/include/llapi/mc/LegacyBlockPlacementProcessor.hpp index e23f668..207496e 100644 --- a/LiteLoader/Header/MC/LegacyBlockPlacementProcessor.hpp +++ b/LiteLoader/include/llapi/mc/LegacyBlockPlacementProcessor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyBodyControl.hpp b/LiteLoader/include/llapi/mc/LegacyBodyControl.hpp similarity index 94% rename from LiteLoader/Header/MC/LegacyBodyControl.hpp rename to LiteLoader/include/llapi/mc/LegacyBodyControl.hpp index 6ad9756..dbe21bf 100644 --- a/LiteLoader/Header/MC/LegacyBodyControl.hpp +++ b/LiteLoader/include/llapi/mc/LegacyBodyControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyChunkStorage.hpp b/LiteLoader/include/llapi/mc/LegacyChunkStorage.hpp similarity index 96% rename from LiteLoader/Header/MC/LegacyChunkStorage.hpp rename to LiteLoader/include/llapi/mc/LegacyChunkStorage.hpp index b5ac302..8cab195 100644 --- a/LiteLoader/Header/MC/LegacyChunkStorage.hpp +++ b/LiteLoader/include/llapi/mc/LegacyChunkStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyEmeraldOreFeature.hpp b/LiteLoader/include/llapi/mc/LegacyEmeraldOreFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyEmeraldOreFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyEmeraldOreFeature.hpp index 9934c7f..e41b0ac 100644 --- a/LiteLoader/Header/MC/LegacyEmeraldOreFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyEmeraldOreFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyFlowerFeature.hpp b/LiteLoader/include/llapi/mc/LegacyFlowerFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyFlowerFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyFlowerFeature.hpp index ad8279e..31cabab 100644 --- a/LiteLoader/Header/MC/LegacyFlowerFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyFlowerFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyForestFoliageFeature.hpp b/LiteLoader/include/llapi/mc/LegacyForestFoliageFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/LegacyForestFoliageFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyForestFoliageFeature.hpp index 2cae8e1..4c8b1fa 100644 --- a/LiteLoader/Header/MC/LegacyForestFoliageFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyForestFoliageFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyForestRockFeature.hpp b/LiteLoader/include/llapi/mc/LegacyForestRockFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyForestRockFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyForestRockFeature.hpp index 751b520..50251a4 100644 --- a/LiteLoader/Header/MC/LegacyForestRockFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyForestRockFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyIceFeature.hpp b/LiteLoader/include/llapi/mc/LegacyIceFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyIceFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyIceFeature.hpp index d6778d7..f7b8b0f 100644 --- a/LiteLoader/Header/MC/LegacyIceFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyIceFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyJigsawPlacement.hpp b/LiteLoader/include/llapi/mc/LegacyJigsawPlacement.hpp similarity index 97% rename from LiteLoader/Header/MC/LegacyJigsawPlacement.hpp rename to LiteLoader/include/llapi/mc/LegacyJigsawPlacement.hpp index 7c19800..fa8c31d 100644 --- a/LiteLoader/Header/MC/LegacyJigsawPlacement.hpp +++ b/LiteLoader/include/llapi/mc/LegacyJigsawPlacement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyPackIdVersion.hpp b/LiteLoader/include/llapi/mc/LegacyPackIdVersion.hpp similarity index 94% rename from LiteLoader/Header/MC/LegacyPackIdVersion.hpp rename to LiteLoader/include/llapi/mc/LegacyPackIdVersion.hpp index ca74812..69b69cb 100644 --- a/LiteLoader/Header/MC/LegacyPackIdVersion.hpp +++ b/LiteLoader/include/llapi/mc/LegacyPackIdVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacySmallMushroomsFeature.hpp b/LiteLoader/include/llapi/mc/LegacySmallMushroomsFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/LegacySmallMushroomsFeature.hpp rename to LiteLoader/include/llapi/mc/LegacySmallMushroomsFeature.hpp index 7b919ff..7c3de7b 100644 --- a/LiteLoader/Header/MC/LegacySmallMushroomsFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacySmallMushroomsFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacySpringsFeature.hpp b/LiteLoader/include/llapi/mc/LegacySpringsFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacySpringsFeature.hpp rename to LiteLoader/include/llapi/mc/LegacySpringsFeature.hpp index 59238b1..4362e5d 100644 --- a/LiteLoader/Header/MC/LegacySpringsFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacySpringsFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyStructureActorInfo.hpp b/LiteLoader/include/llapi/mc/LegacyStructureActorInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/LegacyStructureActorInfo.hpp rename to LiteLoader/include/llapi/mc/LegacyStructureActorInfo.hpp index f15b5a1..21d08e0 100644 --- a/LiteLoader/Header/MC/LegacyStructureActorInfo.hpp +++ b/LiteLoader/include/llapi/mc/LegacyStructureActorInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyStructureBlockInfo.hpp b/LiteLoader/include/llapi/mc/LegacyStructureBlockInfo.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyStructureBlockInfo.hpp rename to LiteLoader/include/llapi/mc/LegacyStructureBlockInfo.hpp index 2e8d193..30fec84 100644 --- a/LiteLoader/Header/MC/LegacyStructureBlockInfo.hpp +++ b/LiteLoader/include/llapi/mc/LegacyStructureBlockInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyStructureBlockPalette.hpp b/LiteLoader/include/llapi/mc/LegacyStructureBlockPalette.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyStructureBlockPalette.hpp rename to LiteLoader/include/llapi/mc/LegacyStructureBlockPalette.hpp index 9a57167..67f1ceb 100644 --- a/LiteLoader/Header/MC/LegacyStructureBlockPalette.hpp +++ b/LiteLoader/include/llapi/mc/LegacyStructureBlockPalette.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyStructureSettings.hpp b/LiteLoader/include/llapi/mc/LegacyStructureSettings.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyStructureSettings.hpp rename to LiteLoader/include/llapi/mc/LegacyStructureSettings.hpp index 96d6023..ffb4ecf 100644 --- a/LiteLoader/Header/MC/LegacyStructureSettings.hpp +++ b/LiteLoader/include/llapi/mc/LegacyStructureSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyStructureTemplate.hpp b/LiteLoader/include/llapi/mc/LegacyStructureTemplate.hpp similarity index 98% rename from LiteLoader/Header/MC/LegacyStructureTemplate.hpp rename to LiteLoader/include/llapi/mc/LegacyStructureTemplate.hpp index f669b3b..3d3c68a 100644 --- a/LiteLoader/Header/MC/LegacyStructureTemplate.hpp +++ b/LiteLoader/include/llapi/mc/LegacyStructureTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacySwampFoliageFeature.hpp b/LiteLoader/include/llapi/mc/LegacySwampFoliageFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacySwampFoliageFeature.hpp rename to LiteLoader/include/llapi/mc/LegacySwampFoliageFeature.hpp index d9bb5cc..edc3b63 100644 --- a/LiteLoader/Header/MC/LegacySwampFoliageFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacySwampFoliageFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyTradeableComponent.hpp b/LiteLoader/include/llapi/mc/LegacyTradeableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/LegacyTradeableComponent.hpp rename to LiteLoader/include/llapi/mc/LegacyTradeableComponent.hpp index 8915763..115ccb2 100644 --- a/LiteLoader/Header/MC/LegacyTradeableComponent.hpp +++ b/LiteLoader/include/llapi/mc/LegacyTradeableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyTreeFeature.hpp b/LiteLoader/include/llapi/mc/LegacyTreeFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/LegacyTreeFeature.hpp rename to LiteLoader/include/llapi/mc/LegacyTreeFeature.hpp index 82afbb0..904b651 100644 --- a/LiteLoader/Header/MC/LegacyTreeFeature.hpp +++ b/LiteLoader/include/llapi/mc/LegacyTreeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LegacyTreeFeatureHelpers.hpp b/LiteLoader/include/llapi/mc/LegacyTreeFeatureHelpers.hpp similarity index 93% rename from LiteLoader/Header/MC/LegacyTreeFeatureHelpers.hpp rename to LiteLoader/include/llapi/mc/LegacyTreeFeatureHelpers.hpp index a34d748..adb818b 100644 --- a/LiteLoader/Header/MC/LegacyTreeFeatureHelpers.hpp +++ b/LiteLoader/include/llapi/mc/LegacyTreeFeatureHelpers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Level.hpp b/LiteLoader/include/llapi/mc/Level.hpp similarity index 99% rename from LiteLoader/Header/MC/Level.hpp rename to LiteLoader/include/llapi/mc/Level.hpp index 2354581..44584b0 100644 --- a/LiteLoader/Header/MC/Level.hpp +++ b/LiteLoader/include/llapi/mc/Level.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunk.hpp b/LiteLoader/include/llapi/mc/LevelChunk.hpp similarity index 99% rename from LiteLoader/Header/MC/LevelChunk.hpp rename to LiteLoader/include/llapi/mc/LevelChunk.hpp index 89b379f..21fddab 100644 --- a/LiteLoader/Header/MC/LevelChunk.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunkBuilderData.hpp b/LiteLoader/include/llapi/mc/LevelChunkBuilderData.hpp similarity index 93% rename from LiteLoader/Header/MC/LevelChunkBuilderData.hpp rename to LiteLoader/include/llapi/mc/LevelChunkBuilderData.hpp index be1f559..5e29286 100644 --- a/LiteLoader/Header/MC/LevelChunkBuilderData.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunkBuilderData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunkFinalDeleter.hpp b/LiteLoader/include/llapi/mc/LevelChunkFinalDeleter.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelChunkFinalDeleter.hpp rename to LiteLoader/include/llapi/mc/LevelChunkFinalDeleter.hpp index 8fc2f01..cd9193f 100644 --- a/LiteLoader/Header/MC/LevelChunkFinalDeleter.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunkFinalDeleter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunkGarbageCollector.hpp b/LiteLoader/include/llapi/mc/LevelChunkGarbageCollector.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelChunkGarbageCollector.hpp rename to LiteLoader/include/llapi/mc/LevelChunkGarbageCollector.hpp index 2a6a0c9..12be0bd 100644 --- a/LiteLoader/Header/MC/LevelChunkGarbageCollector.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunkGarbageCollector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunkPacket.hpp b/LiteLoader/include/llapi/mc/LevelChunkPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelChunkPacket.hpp rename to LiteLoader/include/llapi/mc/LevelChunkPacket.hpp index a351fa5..29b05fd 100644 --- a/LiteLoader/Header/MC/LevelChunkPacket.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunkPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelChunkPhase1Deleter.hpp b/LiteLoader/include/llapi/mc/LevelChunkPhase1Deleter.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelChunkPhase1Deleter.hpp rename to LiteLoader/include/llapi/mc/LevelChunkPhase1Deleter.hpp index 2d7e206..01423df 100644 --- a/LiteLoader/Header/MC/LevelChunkPhase1Deleter.hpp +++ b/LiteLoader/include/llapi/mc/LevelChunkPhase1Deleter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/LevelContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/LevelContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/LevelContainerManagerModel.hpp index a0b10ed..1b04d52 100644 --- a/LiteLoader/Header/MC/LevelContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/LevelContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelContainerModel.hpp b/LiteLoader/include/llapi/mc/LevelContainerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/LevelContainerModel.hpp rename to LiteLoader/include/llapi/mc/LevelContainerModel.hpp index 9de0a82..8f266a5 100644 --- a/LiteLoader/Header/MC/LevelContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/LevelContainerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelData.hpp b/LiteLoader/include/llapi/mc/LevelData.hpp similarity index 97% rename from LiteLoader/Header/MC/LevelData.hpp rename to LiteLoader/include/llapi/mc/LevelData.hpp index f6b82cb..6544e31 100644 --- a/LiteLoader/Header/MC/LevelData.hpp +++ b/LiteLoader/include/llapi/mc/LevelData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDataKeys.hpp b/LiteLoader/include/llapi/mc/LevelDataKeys.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelDataKeys.hpp rename to LiteLoader/include/llapi/mc/LevelDataKeys.hpp index 8654626..bc5eb02 100644 --- a/LiteLoader/Header/MC/LevelDataKeys.hpp +++ b/LiteLoader/include/llapi/mc/LevelDataKeys.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDataValue.hpp b/LiteLoader/include/llapi/mc/LevelDataValue.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelDataValue.hpp rename to LiteLoader/include/llapi/mc/LevelDataValue.hpp index b875b25..23590a3 100644 --- a/LiteLoader/Header/MC/LevelDataValue.hpp +++ b/LiteLoader/include/llapi/mc/LevelDataValue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDataWrapper.hpp b/LiteLoader/include/llapi/mc/LevelDataWrapper.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelDataWrapper.hpp rename to LiteLoader/include/llapi/mc/LevelDataWrapper.hpp index 74da64b..de55392 100644 --- a/LiteLoader/Header/MC/LevelDataWrapper.hpp +++ b/LiteLoader/include/llapi/mc/LevelDataWrapper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbEnv.hpp b/LiteLoader/include/llapi/mc/LevelDbEnv.hpp similarity index 98% rename from LiteLoader/Header/MC/LevelDbEnv.hpp rename to LiteLoader/include/llapi/mc/LevelDbEnv.hpp index 11cace7..d7bde9e 100644 --- a/LiteLoader/Header/MC/LevelDbEnv.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbFileLock.hpp b/LiteLoader/include/llapi/mc/LevelDbFileLock.hpp similarity index 93% rename from LiteLoader/Header/MC/LevelDbFileLock.hpp rename to LiteLoader/include/llapi/mc/LevelDbFileLock.hpp index 66ec726..f5bd3e0 100644 --- a/LiteLoader/Header/MC/LevelDbFileLock.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbFileLock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbLogger.hpp b/LiteLoader/include/llapi/mc/LevelDbLogger.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelDbLogger.hpp rename to LiteLoader/include/llapi/mc/LevelDbLogger.hpp index 86126f8..7c7a45d 100644 --- a/LiteLoader/Header/MC/LevelDbLogger.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbLogger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbRandomAccessFile.hpp b/LiteLoader/include/llapi/mc/LevelDbRandomAccessFile.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelDbRandomAccessFile.hpp rename to LiteLoader/include/llapi/mc/LevelDbRandomAccessFile.hpp index edf9ab1..ef3e54e 100644 --- a/LiteLoader/Header/MC/LevelDbRandomAccessFile.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbRandomAccessFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbSequentialFile.hpp b/LiteLoader/include/llapi/mc/LevelDbSequentialFile.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelDbSequentialFile.hpp rename to LiteLoader/include/llapi/mc/LevelDbSequentialFile.hpp index e47d677..026843a 100644 --- a/LiteLoader/Header/MC/LevelDbSequentialFile.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbSequentialFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelDbWritableFile.hpp b/LiteLoader/include/llapi/mc/LevelDbWritableFile.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelDbWritableFile.hpp rename to LiteLoader/include/llapi/mc/LevelDbWritableFile.hpp index ac1193f..25fbd89 100644 --- a/LiteLoader/Header/MC/LevelDbWritableFile.hpp +++ b/LiteLoader/include/llapi/mc/LevelDbWritableFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelEventCoordinator.hpp b/LiteLoader/include/llapi/mc/LevelEventCoordinator.hpp similarity index 94% rename from LiteLoader/Header/MC/LevelEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/LevelEventCoordinator.hpp index b6b9ebd..37c324f 100644 --- a/LiteLoader/Header/MC/LevelEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/LevelEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelEventGenericPacket.hpp b/LiteLoader/include/llapi/mc/LevelEventGenericPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelEventGenericPacket.hpp rename to LiteLoader/include/llapi/mc/LevelEventGenericPacket.hpp index 37af4ea..9954da5 100644 --- a/LiteLoader/Header/MC/LevelEventGenericPacket.hpp +++ b/LiteLoader/include/llapi/mc/LevelEventGenericPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelEventListener.hpp b/LiteLoader/include/llapi/mc/LevelEventListener.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelEventListener.hpp rename to LiteLoader/include/llapi/mc/LevelEventListener.hpp index e70ea9c..ac518e2 100644 --- a/LiteLoader/Header/MC/LevelEventListener.hpp +++ b/LiteLoader/include/llapi/mc/LevelEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelEventPacket.hpp b/LiteLoader/include/llapi/mc/LevelEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelEventPacket.hpp rename to LiteLoader/include/llapi/mc/LevelEventPacket.hpp index 1b86b91..47359d0 100644 --- a/LiteLoader/Header/MC/LevelEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/LevelEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelListener.hpp b/LiteLoader/include/llapi/mc/LevelListener.hpp similarity index 98% rename from LiteLoader/Header/MC/LevelListener.hpp rename to LiteLoader/include/llapi/mc/LevelListener.hpp index 4681f99..d366b5d 100644 --- a/LiteLoader/Header/MC/LevelListener.hpp +++ b/LiteLoader/include/llapi/mc/LevelListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockSourceListener.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSettings.hpp b/LiteLoader/include/llapi/mc/LevelSettings.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelSettings.hpp rename to LiteLoader/include/llapi/mc/LevelSettings.hpp index 8dff852..27145fb 100644 --- a/LiteLoader/Header/MC/LevelSettings.hpp +++ b/LiteLoader/include/llapi/mc/LevelSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSoundEventMap.hpp b/LiteLoader/include/llapi/mc/LevelSoundEventMap.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelSoundEventMap.hpp rename to LiteLoader/include/llapi/mc/LevelSoundEventMap.hpp index d518e9a..401e0aa 100644 --- a/LiteLoader/Header/MC/LevelSoundEventMap.hpp +++ b/LiteLoader/include/llapi/mc/LevelSoundEventMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSoundEventPacket.hpp b/LiteLoader/include/llapi/mc/LevelSoundEventPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelSoundEventPacket.hpp rename to LiteLoader/include/llapi/mc/LevelSoundEventPacket.hpp index 84fd0ed..932ccf3 100644 --- a/LiteLoader/Header/MC/LevelSoundEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/LevelSoundEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSoundEventPacketV1.hpp b/LiteLoader/include/llapi/mc/LevelSoundEventPacketV1.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelSoundEventPacketV1.hpp rename to LiteLoader/include/llapi/mc/LevelSoundEventPacketV1.hpp index e3baf42..2b917ac 100644 --- a/LiteLoader/Header/MC/LevelSoundEventPacketV1.hpp +++ b/LiteLoader/include/llapi/mc/LevelSoundEventPacketV1.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSoundEventPacketV2.hpp b/LiteLoader/include/llapi/mc/LevelSoundEventPacketV2.hpp similarity index 96% rename from LiteLoader/Header/MC/LevelSoundEventPacketV2.hpp rename to LiteLoader/include/llapi/mc/LevelSoundEventPacketV2.hpp index f2c8550..fe15155 100644 --- a/LiteLoader/Header/MC/LevelSoundEventPacketV2.hpp +++ b/LiteLoader/include/llapi/mc/LevelSoundEventPacketV2.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelStorage.hpp b/LiteLoader/include/llapi/mc/LevelStorage.hpp similarity index 99% rename from LiteLoader/Header/MC/LevelStorage.hpp rename to LiteLoader/include/llapi/mc/LevelStorage.hpp index 2c24f55..0dfaefe 100644 --- a/LiteLoader/Header/MC/LevelStorage.hpp +++ b/LiteLoader/include/llapi/mc/LevelStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Bedrock.hpp" diff --git a/LiteLoader/Header/MC/LevelStorageSource.hpp b/LiteLoader/include/llapi/mc/LevelStorageSource.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelStorageSource.hpp rename to LiteLoader/include/llapi/mc/LevelStorageSource.hpp index bf8cbd6..a0663ea 100644 --- a/LiteLoader/Header/MC/LevelStorageSource.hpp +++ b/LiteLoader/include/llapi/mc/LevelStorageSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelStorageWriteBatch.hpp b/LiteLoader/include/llapi/mc/LevelStorageWriteBatch.hpp similarity index 97% rename from LiteLoader/Header/MC/LevelStorageWriteBatch.hpp rename to LiteLoader/include/llapi/mc/LevelStorageWriteBatch.hpp index e46f7bc..f8238c3 100644 --- a/LiteLoader/Header/MC/LevelStorageWriteBatch.hpp +++ b/LiteLoader/include/llapi/mc/LevelStorageWriteBatch.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LevelSummary.hpp b/LiteLoader/include/llapi/mc/LevelSummary.hpp similarity index 95% rename from LiteLoader/Header/MC/LevelSummary.hpp rename to LiteLoader/include/llapi/mc/LevelSummary.hpp index 660e6db..dc732f0 100644 --- a/LiteLoader/Header/MC/LevelSummary.hpp +++ b/LiteLoader/include/llapi/mc/LevelSummary.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LeverBlock.hpp b/LiteLoader/include/llapi/mc/LeverBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/LeverBlock.hpp rename to LiteLoader/include/llapi/mc/LeverBlock.hpp index f3e86b1..c429088 100644 --- a/LiteLoader/Header/MC/LeverBlock.hpp +++ b/LiteLoader/include/llapi/mc/LeverBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LibraryItemScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/LibraryItemScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/LibraryItemScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/LibraryItemScreenCapabilities.hpp index d06be82..3a5b625 100644 --- a/LiteLoader/Header/MC/LibraryItemScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/LibraryItemScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LightBlock.hpp b/LiteLoader/include/llapi/mc/LightBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LightBlock.hpp rename to LiteLoader/include/llapi/mc/LightBlock.hpp index 0f911fb..2aae17b 100644 --- a/LiteLoader/Header/MC/LightBlock.hpp +++ b/LiteLoader/include/llapi/mc/LightBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LightGemBlock.hpp b/LiteLoader/include/llapi/mc/LightGemBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LightGemBlock.hpp rename to LiteLoader/include/llapi/mc/LightGemBlock.hpp index dcd2a25..f39f9d6 100644 --- a/LiteLoader/Header/MC/LightGemBlock.hpp +++ b/LiteLoader/include/llapi/mc/LightGemBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LightningBolt.hpp b/LiteLoader/include/llapi/mc/LightningBolt.hpp similarity index 98% rename from LiteLoader/Header/MC/LightningBolt.hpp rename to LiteLoader/include/llapi/mc/LightningBolt.hpp index 0a672f0..966a805 100644 --- a/LiteLoader/Header/MC/LightningBolt.hpp +++ b/LiteLoader/include/llapi/mc/LightningBolt.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LingeringPotionItem.hpp b/LiteLoader/include/llapi/mc/LingeringPotionItem.hpp similarity index 98% rename from LiteLoader/Header/MC/LingeringPotionItem.hpp rename to LiteLoader/include/llapi/mc/LingeringPotionItem.hpp index 2185186..9eb804f 100644 --- a/LiteLoader/Header/MC/LingeringPotionItem.hpp +++ b/LiteLoader/include/llapi/mc/LingeringPotionItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Potion.hpp" #include "PotionItem.hpp" diff --git a/LiteLoader/Header/MC/LiquidBlock.hpp b/LiteLoader/include/llapi/mc/LiquidBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LiquidBlock.hpp rename to LiteLoader/include/llapi/mc/LiquidBlock.hpp index e1a24e1..00e1439 100644 --- a/LiteLoader/Header/MC/LiquidBlock.hpp +++ b/LiteLoader/include/llapi/mc/LiquidBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LiquidBlockDynamic.hpp b/LiteLoader/include/llapi/mc/LiquidBlockDynamic.hpp similarity index 98% rename from LiteLoader/Header/MC/LiquidBlockDynamic.hpp rename to LiteLoader/include/llapi/mc/LiquidBlockDynamic.hpp index 4d25293..1bb5661 100644 --- a/LiteLoader/Header/MC/LiquidBlockDynamic.hpp +++ b/LiteLoader/include/llapi/mc/LiquidBlockDynamic.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LiquidBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LiquidBlockStatic.hpp b/LiteLoader/include/llapi/mc/LiquidBlockStatic.hpp similarity index 98% rename from LiteLoader/Header/MC/LiquidBlockStatic.hpp rename to LiteLoader/include/llapi/mc/LiquidBlockStatic.hpp index 34a0250..f027065 100644 --- a/LiteLoader/Header/MC/LiquidBlockStatic.hpp +++ b/LiteLoader/include/llapi/mc/LiquidBlockStatic.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LiquidBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListCommand.hpp b/LiteLoader/include/llapi/mc/ListCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ListCommand.hpp rename to LiteLoader/include/llapi/mc/ListCommand.hpp index 6663969..6abb47a 100644 --- a/LiteLoader/Header/MC/ListCommand.hpp +++ b/LiteLoader/include/llapi/mc/ListCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListDCommand.hpp b/LiteLoader/include/llapi/mc/ListDCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ListDCommand.hpp rename to LiteLoader/include/llapi/mc/ListDCommand.hpp index 5edb97c..0163b97 100644 --- a/LiteLoader/Header/MC/ListDCommand.hpp +++ b/LiteLoader/include/llapi/mc/ListDCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListTag.hpp b/LiteLoader/include/llapi/mc/ListTag.hpp similarity index 98% rename from LiteLoader/Header/MC/ListTag.hpp rename to LiteLoader/include/llapi/mc/ListTag.hpp index fc57a09..3b9650d 100644 --- a/LiteLoader/Header/MC/ListTag.hpp +++ b/LiteLoader/include/llapi/mc/ListTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListTagFloatAdder.hpp b/LiteLoader/include/llapi/mc/ListTagFloatAdder.hpp similarity index 94% rename from LiteLoader/Header/MC/ListTagFloatAdder.hpp rename to LiteLoader/include/llapi/mc/ListTagFloatAdder.hpp index 3f01ce7..50da8a4 100644 --- a/LiteLoader/Header/MC/ListTagFloatAdder.hpp +++ b/LiteLoader/include/llapi/mc/ListTagFloatAdder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListTagIntAdder.hpp b/LiteLoader/include/llapi/mc/ListTagIntAdder.hpp similarity index 94% rename from LiteLoader/Header/MC/ListTagIntAdder.hpp rename to LiteLoader/include/llapi/mc/ListTagIntAdder.hpp index 351f075..50f24b3 100644 --- a/LiteLoader/Header/MC/ListTagIntAdder.hpp +++ b/LiteLoader/include/llapi/mc/ListTagIntAdder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ListenerInfo.hpp b/LiteLoader/include/llapi/mc/ListenerInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/ListenerInfo.hpp rename to LiteLoader/include/llapi/mc/ListenerInfo.hpp index 4f25fdd..16eaf3a 100644 --- a/LiteLoader/Header/MC/ListenerInfo.hpp +++ b/LiteLoader/include/llapi/mc/ListenerInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Llama.hpp b/LiteLoader/include/llapi/mc/Llama.hpp similarity index 98% rename from LiteLoader/Header/MC/Llama.hpp rename to LiteLoader/include/llapi/mc/Llama.hpp index e061676..84c25de 100644 --- a/LiteLoader/Header/MC/Llama.hpp +++ b/LiteLoader/include/llapi/mc/Llama.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/LlamaSpit.hpp b/LiteLoader/include/llapi/mc/LlamaSpit.hpp similarity index 97% rename from LiteLoader/Header/MC/LlamaSpit.hpp rename to LiteLoader/include/llapi/mc/LlamaSpit.hpp index 49452ef..cd437ef 100644 --- a/LiteLoader/Header/MC/LlamaSpit.hpp +++ b/LiteLoader/include/llapi/mc/LlamaSpit.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LocalConnector.hpp b/LiteLoader/include/llapi/mc/LocalConnector.hpp similarity index 98% rename from LiteLoader/Header/MC/LocalConnector.hpp rename to LiteLoader/include/llapi/mc/LocalConnector.hpp index 7c95e05..6a1bd8e 100644 --- a/LiteLoader/Header/MC/LocalConnector.hpp +++ b/LiteLoader/include/llapi/mc/LocalConnector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Social.hpp" #include "Connector.hpp" #include "RakNet.hpp" diff --git a/LiteLoader/Header/MC/Localization.hpp b/LiteLoader/include/llapi/mc/Localization.hpp similarity index 97% rename from LiteLoader/Header/MC/Localization.hpp rename to LiteLoader/include/llapi/mc/Localization.hpp index 542c8f2..598bd0c 100644 --- a/LiteLoader/Header/MC/Localization.hpp +++ b/LiteLoader/include/llapi/mc/Localization.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LocateCommand.hpp b/LiteLoader/include/llapi/mc/LocateCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/LocateCommand.hpp rename to LiteLoader/include/llapi/mc/LocateCommand.hpp index e148779..66100c3 100644 --- a/LiteLoader/Header/MC/LocateCommand.hpp +++ b/LiteLoader/include/llapi/mc/LocateCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LodestoneBlock.hpp b/LiteLoader/include/llapi/mc/LodestoneBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/LodestoneBlock.hpp rename to LiteLoader/include/llapi/mc/LodestoneBlock.hpp index e9811eb..149d1f4 100644 --- a/LiteLoader/Header/MC/LodestoneBlock.hpp +++ b/LiteLoader/include/llapi/mc/LodestoneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LodestoneBlockActor.hpp b/LiteLoader/include/llapi/mc/LodestoneBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/LodestoneBlockActor.hpp rename to LiteLoader/include/llapi/mc/LodestoneBlockActor.hpp index 9b4ffc4..dd3c036 100644 --- a/LiteLoader/Header/MC/LodestoneBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/LodestoneBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LodestoneCompassComponent.hpp b/LiteLoader/include/llapi/mc/LodestoneCompassComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/LodestoneCompassComponent.hpp rename to LiteLoader/include/llapi/mc/LodestoneCompassComponent.hpp index da8c959..46bf84e 100644 --- a/LiteLoader/Header/MC/LodestoneCompassComponent.hpp +++ b/LiteLoader/include/llapi/mc/LodestoneCompassComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LodestoneCompassComponentCalculator.hpp b/LiteLoader/include/llapi/mc/LodestoneCompassComponentCalculator.hpp similarity index 95% rename from LiteLoader/Header/MC/LodestoneCompassComponentCalculator.hpp rename to LiteLoader/include/llapi/mc/LodestoneCompassComponentCalculator.hpp index 6a3b1c5..08f2fdc 100644 --- a/LiteLoader/Header/MC/LodestoneCompassComponentCalculator.hpp +++ b/LiteLoader/include/llapi/mc/LodestoneCompassComponentCalculator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LodestoneCompassItem.hpp b/LiteLoader/include/llapi/mc/LodestoneCompassItem.hpp similarity index 98% rename from LiteLoader/Header/MC/LodestoneCompassItem.hpp rename to LiteLoader/include/llapi/mc/LodestoneCompassItem.hpp index cf1d38f..51abbe9 100644 --- a/LiteLoader/Header/MC/LodestoneCompassItem.hpp +++ b/LiteLoader/include/llapi/mc/LodestoneCompassItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LogBlock.hpp b/LiteLoader/include/llapi/mc/LogBlock.hpp similarity index 94% rename from LiteLoader/Header/MC/LogBlock.hpp rename to LiteLoader/include/llapi/mc/LogBlock.hpp index 21ce2a5..47fa63a 100644 --- a/LiteLoader/Header/MC/LogBlock.hpp +++ b/LiteLoader/include/llapi/mc/LogBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LoginPacket.hpp b/LiteLoader/include/llapi/mc/LoginPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/LoginPacket.hpp rename to LiteLoader/include/llapi/mc/LoginPacket.hpp index f1ec176..9e8d73d 100644 --- a/LiteLoader/Header/MC/LoginPacket.hpp +++ b/LiteLoader/include/llapi/mc/LoginPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtActorDefinition.hpp b/LiteLoader/include/llapi/mc/LookAtActorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/LookAtActorDefinition.hpp rename to LiteLoader/include/llapi/mc/LookAtActorDefinition.hpp index 7c0c6a2..fdd71ff 100644 --- a/LiteLoader/Header/MC/LookAtActorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/LookAtActorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/LookAtActorGoal.hpp b/LiteLoader/include/llapi/mc/LookAtActorGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/LookAtActorGoal.hpp rename to LiteLoader/include/llapi/mc/LookAtActorGoal.hpp index ba0a25e..30316ec 100644 --- a/LiteLoader/Header/MC/LookAtActorGoal.hpp +++ b/LiteLoader/include/llapi/mc/LookAtActorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtActorNode.hpp b/LiteLoader/include/llapi/mc/LookAtActorNode.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtActorNode.hpp rename to LiteLoader/include/llapi/mc/LookAtActorNode.hpp index 923f2c7..82cb09b 100644 --- a/LiteLoader/Header/MC/LookAtActorNode.hpp +++ b/LiteLoader/include/llapi/mc/LookAtActorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtBlockDefinition.hpp b/LiteLoader/include/llapi/mc/LookAtBlockDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/LookAtBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/LookAtBlockDefinition.hpp index 1db0cc2..cee001d 100644 --- a/LiteLoader/Header/MC/LookAtBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/LookAtBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/LookAtBlockNode.hpp b/LiteLoader/include/llapi/mc/LookAtBlockNode.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtBlockNode.hpp rename to LiteLoader/include/llapi/mc/LookAtBlockNode.hpp index c968ac1..6c19fdd 100644 --- a/LiteLoader/Header/MC/LookAtBlockNode.hpp +++ b/LiteLoader/include/llapi/mc/LookAtBlockNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtDefinition.hpp b/LiteLoader/include/llapi/mc/LookAtDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/LookAtDefinition.hpp rename to LiteLoader/include/llapi/mc/LookAtDefinition.hpp index 746191d..3485ae7 100644 --- a/LiteLoader/Header/MC/LookAtDefinition.hpp +++ b/LiteLoader/include/llapi/mc/LookAtDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/LookAtEntityGoal.hpp b/LiteLoader/include/llapi/mc/LookAtEntityGoal.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtEntityGoal.hpp rename to LiteLoader/include/llapi/mc/LookAtEntityGoal.hpp index b0149ef..649be59 100644 --- a/LiteLoader/Header/MC/LookAtEntityGoal.hpp +++ b/LiteLoader/include/llapi/mc/LookAtEntityGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LookAtActorGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtPlayerGoal.hpp b/LiteLoader/include/llapi/mc/LookAtPlayerGoal.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtPlayerGoal.hpp rename to LiteLoader/include/llapi/mc/LookAtPlayerGoal.hpp index a2e24c9..263f1a2 100644 --- a/LiteLoader/Header/MC/LookAtPlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/LookAtPlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LookAtActorGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtSystem.hpp b/LiteLoader/include/llapi/mc/LookAtSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtSystem.hpp rename to LiteLoader/include/llapi/mc/LookAtSystem.hpp index 2193053..6b2115a 100644 --- a/LiteLoader/Header/MC/LookAtSystem.hpp +++ b/LiteLoader/include/llapi/mc/LookAtSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtTargetGoal.hpp b/LiteLoader/include/llapi/mc/LookAtTargetGoal.hpp similarity index 94% rename from LiteLoader/Header/MC/LookAtTargetGoal.hpp rename to LiteLoader/include/llapi/mc/LookAtTargetGoal.hpp index 51edea9..dd6f959 100644 --- a/LiteLoader/Header/MC/LookAtTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/LookAtTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LookAtActorGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookAtTradingPlayerGoal.hpp b/LiteLoader/include/llapi/mc/LookAtTradingPlayerGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/LookAtTradingPlayerGoal.hpp rename to LiteLoader/include/llapi/mc/LookAtTradingPlayerGoal.hpp index eae9637..7bbaa6d 100644 --- a/LiteLoader/Header/MC/LookAtTradingPlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/LookAtTradingPlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LookAtActorGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookControl.hpp b/LiteLoader/include/llapi/mc/LookControl.hpp similarity index 94% rename from LiteLoader/Header/MC/LookControl.hpp rename to LiteLoader/include/llapi/mc/LookControl.hpp index 54a572d..8414d83 100644 --- a/LiteLoader/Header/MC/LookControl.hpp +++ b/LiteLoader/include/llapi/mc/LookControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookControlComponent.hpp b/LiteLoader/include/llapi/mc/LookControlComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/LookControlComponent.hpp rename to LiteLoader/include/llapi/mc/LookControlComponent.hpp index fc8ede7..e17da84 100644 --- a/LiteLoader/Header/MC/LookControlComponent.hpp +++ b/LiteLoader/include/llapi/mc/LookControlComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LookControlSystem.hpp b/LiteLoader/include/llapi/mc/LookControlSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/LookControlSystem.hpp rename to LiteLoader/include/llapi/mc/LookControlSystem.hpp index 050bbc6..ba953cc 100644 --- a/LiteLoader/Header/MC/LookControlSystem.hpp +++ b/LiteLoader/include/llapi/mc/LookControlSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LoomBlock.hpp b/LiteLoader/include/llapi/mc/LoomBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/LoomBlock.hpp rename to LiteLoader/include/llapi/mc/LoomBlock.hpp index 1152fc0..4fcd258 100644 --- a/LiteLoader/Header/MC/LoomBlock.hpp +++ b/LiteLoader/include/llapi/mc/LoomBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LoomContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/LoomContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/LoomContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/LoomContainerManagerModel.hpp index 277f2f0..a9d5001 100644 --- a/LiteLoader/Header/MC/LoomContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/LoomContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LoopbackPacketSender.hpp b/LiteLoader/include/llapi/mc/LoopbackPacketSender.hpp similarity index 97% rename from LiteLoader/Header/MC/LoopbackPacketSender.hpp rename to LiteLoader/include/llapi/mc/LoopbackPacketSender.hpp index a311ac8..8a0d088 100644 --- a/LiteLoader/Header/MC/LoopbackPacketSender.hpp +++ b/LiteLoader/include/llapi/mc/LoopbackPacketSender.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootComponent.hpp b/LiteLoader/include/llapi/mc/LootComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/LootComponent.hpp rename to LiteLoader/include/llapi/mc/LootComponent.hpp index 9293397..6b8cfd6 100644 --- a/LiteLoader/Header/MC/LootComponent.hpp +++ b/LiteLoader/include/llapi/mc/LootComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootComponentDescription.hpp b/LiteLoader/include/llapi/mc/LootComponentDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/LootComponentDescription.hpp rename to LiteLoader/include/llapi/mc/LootComponentDescription.hpp index cbe4f6b..7bb84b9 100644 --- a/LiteLoader/Header/MC/LootComponentDescription.hpp +++ b/LiteLoader/include/llapi/mc/LootComponentDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootEnchant.hpp b/LiteLoader/include/llapi/mc/LootEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/LootEnchant.hpp rename to LiteLoader/include/llapi/mc/LootEnchant.hpp index c834b1b..bb54899 100644 --- a/LiteLoader/Header/MC/LootEnchant.hpp +++ b/LiteLoader/include/llapi/mc/LootEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItem.hpp b/LiteLoader/include/llapi/mc/LootItem.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItem.hpp rename to LiteLoader/include/llapi/mc/LootItem.hpp index 65b4780..657b4c6 100644 --- a/LiteLoader/Header/MC/LootItem.hpp +++ b/LiteLoader/include/llapi/mc/LootItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemActorHasMarkVariantCondition.hpp b/LiteLoader/include/llapi/mc/LootItemActorHasMarkVariantCondition.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemActorHasMarkVariantCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemActorHasMarkVariantCondition.hpp index 7338b39..a2147aa 100644 --- a/LiteLoader/Header/MC/LootItemActorHasMarkVariantCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemActorHasMarkVariantCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemCondition.hpp b/LiteLoader/include/llapi/mc/LootItemCondition.hpp similarity index 94% rename from LiteLoader/Header/MC/LootItemCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemCondition.hpp index 12294ec..5f0b144 100644 --- a/LiteLoader/Header/MC/LootItemCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemConditions.hpp b/LiteLoader/include/llapi/mc/LootItemConditions.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemConditions.hpp rename to LiteLoader/include/llapi/mc/LootItemConditions.hpp index 7eb6ec1..9f7648d 100644 --- a/LiteLoader/Header/MC/LootItemConditions.hpp +++ b/LiteLoader/include/llapi/mc/LootItemConditions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemFunction.hpp b/LiteLoader/include/llapi/mc/LootItemFunction.hpp similarity index 97% rename from LiteLoader/Header/MC/LootItemFunction.hpp rename to LiteLoader/include/llapi/mc/LootItemFunction.hpp index 1941389..ea3bab3 100644 --- a/LiteLoader/Header/MC/LootItemFunction.hpp +++ b/LiteLoader/include/llapi/mc/LootItemFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemFunctions.hpp b/LiteLoader/include/llapi/mc/LootItemFunctions.hpp similarity index 94% rename from LiteLoader/Header/MC/LootItemFunctions.hpp rename to LiteLoader/include/llapi/mc/LootItemFunctions.hpp index f32729d..7d752cc 100644 --- a/LiteLoader/Header/MC/LootItemFunctions.hpp +++ b/LiteLoader/include/llapi/mc/LootItemFunctions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemKilledByActorCondition.hpp b/LiteLoader/include/llapi/mc/LootItemKilledByActorCondition.hpp similarity index 96% rename from LiteLoader/Header/MC/LootItemKilledByActorCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemKilledByActorCondition.hpp index 57472b7..1261934 100644 --- a/LiteLoader/Header/MC/LootItemKilledByActorCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemKilledByActorCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemKilledByPlayerCondition.hpp b/LiteLoader/include/llapi/mc/LootItemKilledByPlayerCondition.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemKilledByPlayerCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemKilledByPlayerCondition.hpp index 62574a9..2320a04 100644 --- a/LiteLoader/Header/MC/LootItemKilledByPlayerCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemKilledByPlayerCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemKilledByPlayerOrPetsCondition.hpp b/LiteLoader/include/llapi/mc/LootItemKilledByPlayerOrPetsCondition.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemKilledByPlayerOrPetsCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemKilledByPlayerOrPetsCondition.hpp index aa86a19..8fc9c01 100644 --- a/LiteLoader/Header/MC/LootItemKilledByPlayerOrPetsCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemKilledByPlayerOrPetsCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemRandomChanceCondition.hpp b/LiteLoader/include/llapi/mc/LootItemRandomChanceCondition.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemRandomChanceCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemRandomChanceCondition.hpp index dea775b..01cf2a3 100644 --- a/LiteLoader/Header/MC/LootItemRandomChanceCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemRandomChanceCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemRandomChanceWithLootingCondition.hpp b/LiteLoader/include/llapi/mc/LootItemRandomChanceWithLootingCondition.hpp similarity index 95% rename from LiteLoader/Header/MC/LootItemRandomChanceWithLootingCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemRandomChanceWithLootingCondition.hpp index 4fb1800..f4c33a1 100644 --- a/LiteLoader/Header/MC/LootItemRandomChanceWithLootingCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemRandomChanceWithLootingCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemRandomChanceWithSpecialModifierCondition.hpp b/LiteLoader/include/llapi/mc/LootItemRandomChanceWithSpecialModifierCondition.hpp similarity index 96% rename from LiteLoader/Header/MC/LootItemRandomChanceWithSpecialModifierCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemRandomChanceWithSpecialModifierCondition.hpp index 6a2832e..203efcd 100644 --- a/LiteLoader/Header/MC/LootItemRandomChanceWithSpecialModifierCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemRandomChanceWithSpecialModifierCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootItemRandomDifficultyChanceCondition.hpp b/LiteLoader/include/llapi/mc/LootItemRandomDifficultyChanceCondition.hpp similarity index 96% rename from LiteLoader/Header/MC/LootItemRandomDifficultyChanceCondition.hpp rename to LiteLoader/include/llapi/mc/LootItemRandomDifficultyChanceCondition.hpp index a23a038..cd38f91 100644 --- a/LiteLoader/Header/MC/LootItemRandomDifficultyChanceCondition.hpp +++ b/LiteLoader/include/llapi/mc/LootItemRandomDifficultyChanceCondition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootPool.hpp b/LiteLoader/include/llapi/mc/LootPool.hpp similarity index 95% rename from LiteLoader/Header/MC/LootPool.hpp rename to LiteLoader/include/llapi/mc/LootPool.hpp index 0a3c92a..e826365 100644 --- a/LiteLoader/Header/MC/LootPool.hpp +++ b/LiteLoader/include/llapi/mc/LootPool.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootPoolEntry.hpp b/LiteLoader/include/llapi/mc/LootPoolEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/LootPoolEntry.hpp rename to LiteLoader/include/llapi/mc/LootPoolEntry.hpp index c86ed8f..c9da0cf 100644 --- a/LiteLoader/Header/MC/LootPoolEntry.hpp +++ b/LiteLoader/include/llapi/mc/LootPoolEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootPoolTiers.hpp b/LiteLoader/include/llapi/mc/LootPoolTiers.hpp similarity index 94% rename from LiteLoader/Header/MC/LootPoolTiers.hpp rename to LiteLoader/include/llapi/mc/LootPoolTiers.hpp index f202f39..ab6f894 100644 --- a/LiteLoader/Header/MC/LootPoolTiers.hpp +++ b/LiteLoader/include/llapi/mc/LootPoolTiers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTable.hpp b/LiteLoader/include/llapi/mc/LootTable.hpp similarity index 95% rename from LiteLoader/Header/MC/LootTable.hpp rename to LiteLoader/include/llapi/mc/LootTable.hpp index 3b1f9d6..379d382 100644 --- a/LiteLoader/Header/MC/LootTable.hpp +++ b/LiteLoader/include/llapi/mc/LootTable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTableContext.hpp b/LiteLoader/include/llapi/mc/LootTableContext.hpp similarity index 95% rename from LiteLoader/Header/MC/LootTableContext.hpp rename to LiteLoader/include/llapi/mc/LootTableContext.hpp index 0d926fd..837a4f4 100644 --- a/LiteLoader/Header/MC/LootTableContext.hpp +++ b/LiteLoader/include/llapi/mc/LootTableContext.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTableDescription.hpp b/LiteLoader/include/llapi/mc/LootTableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/LootTableDescription.hpp rename to LiteLoader/include/llapi/mc/LootTableDescription.hpp index c6b7e6b..58d7eb3 100644 --- a/LiteLoader/Header/MC/LootTableDescription.hpp +++ b/LiteLoader/include/llapi/mc/LootTableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTableEntry.hpp b/LiteLoader/include/llapi/mc/LootTableEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/LootTableEntry.hpp rename to LiteLoader/include/llapi/mc/LootTableEntry.hpp index 8a5012f..cc5ffd2 100644 --- a/LiteLoader/Header/MC/LootTableEntry.hpp +++ b/LiteLoader/include/llapi/mc/LootTableEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTableReference.hpp b/LiteLoader/include/llapi/mc/LootTableReference.hpp similarity index 96% rename from LiteLoader/Header/MC/LootTableReference.hpp rename to LiteLoader/include/llapi/mc/LootTableReference.hpp index 7db7d58..67a2f36 100644 --- a/LiteLoader/Header/MC/LootTableReference.hpp +++ b/LiteLoader/include/llapi/mc/LootTableReference.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootTables.hpp b/LiteLoader/include/llapi/mc/LootTables.hpp similarity index 94% rename from LiteLoader/Header/MC/LootTables.hpp rename to LiteLoader/include/llapi/mc/LootTables.hpp index 15bf71c..b4b3ae1 100644 --- a/LiteLoader/Header/MC/LootTables.hpp +++ b/LiteLoader/include/llapi/mc/LootTables.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LootingEnchantFunction.hpp b/LiteLoader/include/llapi/mc/LootingEnchantFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/LootingEnchantFunction.hpp rename to LiteLoader/include/llapi/mc/LootingEnchantFunction.hpp index e8d6254..cc5c131 100644 --- a/LiteLoader/Header/MC/LootingEnchantFunction.hpp +++ b/LiteLoader/include/llapi/mc/LootingEnchantFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/LowMemoryWatcher.hpp b/LiteLoader/include/llapi/mc/LowMemoryWatcher.hpp similarity index 95% rename from LiteLoader/Header/MC/LowMemoryWatcher.hpp rename to LiteLoader/include/llapi/mc/LowMemoryWatcher.hpp index 7c6a241..c46db08 100644 --- a/LiteLoader/Header/MC/LowMemoryWatcher.hpp +++ b/LiteLoader/include/llapi/mc/LowMemoryWatcher.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MCRESULT.hpp b/LiteLoader/include/llapi/mc/MCRESULT.hpp similarity index 96% rename from LiteLoader/Header/MC/MCRESULT.hpp rename to LiteLoader/include/llapi/mc/MCRESULT.hpp index a256501..cc66b32 100644 --- a/LiteLoader/Header/MC/MCRESULT.hpp +++ b/LiteLoader/include/llapi/mc/MCRESULT.hpp @@ -5,7 +5,7 @@ */ #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/MagmaBlock.hpp b/LiteLoader/include/llapi/mc/MagmaBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MagmaBlock.hpp rename to LiteLoader/include/llapi/mc/MagmaBlock.hpp index c917074..dde4cf1 100644 --- a/LiteLoader/Header/MC/MagmaBlock.hpp +++ b/LiteLoader/include/llapi/mc/MagmaBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MainChunkSource.hpp b/LiteLoader/include/llapi/mc/MainChunkSource.hpp similarity index 97% rename from LiteLoader/Header/MC/MainChunkSource.hpp rename to LiteLoader/include/llapi/mc/MainChunkSource.hpp index 27f0a33..a7630c1 100644 --- a/LiteLoader/Header/MC/MainChunkSource.hpp +++ b/LiteLoader/include/llapi/mc/MainChunkSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MakeLoveGoal.hpp b/LiteLoader/include/llapi/mc/MakeLoveGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MakeLoveGoal.hpp rename to LiteLoader/include/llapi/mc/MakeLoveGoal.hpp index 56074c5..c95f3e0 100644 --- a/LiteLoader/Header/MC/MakeLoveGoal.hpp +++ b/LiteLoader/include/llapi/mc/MakeLoveGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ManagedWanderingTraderDescription.hpp b/LiteLoader/include/llapi/mc/ManagedWanderingTraderDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ManagedWanderingTraderDescription.hpp rename to LiteLoader/include/llapi/mc/ManagedWanderingTraderDescription.hpp index 9bdf892..9020cfa 100644 --- a/LiteLoader/Header/MC/ManagedWanderingTraderDescription.hpp +++ b/LiteLoader/include/llapi/mc/ManagedWanderingTraderDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapCloningRecipe.hpp b/LiteLoader/include/llapi/mc/MapCloningRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/MapCloningRecipe.hpp rename to LiteLoader/include/llapi/mc/MapCloningRecipe.hpp index a9094db..7744edd 100644 --- a/LiteLoader/Header/MC/MapCloningRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MapCloningRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapConstants.hpp b/LiteLoader/include/llapi/mc/MapConstants.hpp similarity index 98% rename from LiteLoader/Header/MC/MapConstants.hpp rename to LiteLoader/include/llapi/mc/MapConstants.hpp index a340da5..2b0f0f0 100644 --- a/LiteLoader/Header/MC/MapConstants.hpp +++ b/LiteLoader/include/llapi/mc/MapConstants.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapCreateLockedCopyPacket.hpp b/LiteLoader/include/llapi/mc/MapCreateLockedCopyPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MapCreateLockedCopyPacket.hpp rename to LiteLoader/include/llapi/mc/MapCreateLockedCopyPacket.hpp index 9687640..a9ca9a1 100644 --- a/LiteLoader/Header/MC/MapCreateLockedCopyPacket.hpp +++ b/LiteLoader/include/llapi/mc/MapCreateLockedCopyPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapDecoration.hpp b/LiteLoader/include/llapi/mc/MapDecoration.hpp similarity index 94% rename from LiteLoader/Header/MC/MapDecoration.hpp rename to LiteLoader/include/llapi/mc/MapDecoration.hpp index 98d3c5c..a58229a 100644 --- a/LiteLoader/Header/MC/MapDecoration.hpp +++ b/LiteLoader/include/llapi/mc/MapDecoration.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapExtendingRecipe.hpp b/LiteLoader/include/llapi/mc/MapExtendingRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/MapExtendingRecipe.hpp rename to LiteLoader/include/llapi/mc/MapExtendingRecipe.hpp index 34d66c7..0533772 100644 --- a/LiteLoader/Header/MC/MapExtendingRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MapExtendingRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapInfoRequestPacket.hpp b/LiteLoader/include/llapi/mc/MapInfoRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MapInfoRequestPacket.hpp rename to LiteLoader/include/llapi/mc/MapInfoRequestPacket.hpp index 244b677..c28e3b5 100644 --- a/LiteLoader/Header/MC/MapInfoRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/MapInfoRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapItem.hpp b/LiteLoader/include/llapi/mc/MapItem.hpp similarity index 98% rename from LiteLoader/Header/MC/MapItem.hpp rename to LiteLoader/include/llapi/mc/MapItem.hpp index 1ec5656..b2ec0f1 100644 --- a/LiteLoader/Header/MC/MapItem.hpp +++ b/LiteLoader/include/llapi/mc/MapItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MapItemSavedData.hpp" #include "Item.hpp" diff --git a/LiteLoader/Header/MC/MapItemSavedData.hpp b/LiteLoader/include/llapi/mc/MapItemSavedData.hpp similarity index 98% rename from LiteLoader/Header/MC/MapItemSavedData.hpp rename to LiteLoader/include/llapi/mc/MapItemSavedData.hpp index 55fb4ad..591df12 100644 --- a/LiteLoader/Header/MC/MapItemSavedData.hpp +++ b/LiteLoader/include/llapi/mc/MapItemSavedData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MapDecoration.hpp" #include "MapItemTrackedActor.hpp" diff --git a/LiteLoader/Header/MC/MapItemTrackedActor.hpp b/LiteLoader/include/llapi/mc/MapItemTrackedActor.hpp similarity index 95% rename from LiteLoader/Header/MC/MapItemTrackedActor.hpp rename to LiteLoader/include/llapi/mc/MapItemTrackedActor.hpp index a4f68ad..bc06fb8 100644 --- a/LiteLoader/Header/MC/MapItemTrackedActor.hpp +++ b/LiteLoader/include/llapi/mc/MapItemTrackedActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapLockingRecipe.hpp b/LiteLoader/include/llapi/mc/MapLockingRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/MapLockingRecipe.hpp rename to LiteLoader/include/llapi/mc/MapLockingRecipe.hpp index 2164f23..409f7c0 100644 --- a/LiteLoader/Header/MC/MapLockingRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MapLockingRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MapUpgradingRecipe.hpp b/LiteLoader/include/llapi/mc/MapUpgradingRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/MapUpgradingRecipe.hpp rename to LiteLoader/include/llapi/mc/MapUpgradingRecipe.hpp index 2416efd..3f78ccb 100644 --- a/LiteLoader/Header/MC/MapUpgradingRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MapUpgradingRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MarkVariantDescription.hpp b/LiteLoader/include/llapi/mc/MarkVariantDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MarkVariantDescription.hpp rename to LiteLoader/include/llapi/mc/MarkVariantDescription.hpp index e607cdf..f046c7b 100644 --- a/LiteLoader/Header/MC/MarkVariantDescription.hpp +++ b/LiteLoader/include/llapi/mc/MarkVariantDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MarketplaceSkinValidator.hpp b/LiteLoader/include/llapi/mc/MarketplaceSkinValidator.hpp similarity index 94% rename from LiteLoader/Header/MC/MarketplaceSkinValidator.hpp rename to LiteLoader/include/llapi/mc/MarketplaceSkinValidator.hpp index 6f133ae..58ca054 100644 --- a/LiteLoader/Header/MC/MarketplaceSkinValidator.hpp +++ b/LiteLoader/include/llapi/mc/MarketplaceSkinValidator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Material.hpp b/LiteLoader/include/llapi/mc/Material.hpp similarity index 95% rename from LiteLoader/Header/MC/Material.hpp rename to LiteLoader/include/llapi/mc/Material.hpp index 41cccb0..9924ec0 100644 --- a/LiteLoader/Header/MC/Material.hpp +++ b/LiteLoader/include/llapi/mc/Material.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MaterialReducerContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/MaterialReducerContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/MaterialReducerContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/MaterialReducerContainerManagerModel.hpp index 1cdfd36..5c85d1f 100644 --- a/LiteLoader/Header/MC/MaterialReducerContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/MaterialReducerContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MeCommand.hpp b/LiteLoader/include/llapi/mc/MeCommand.hpp similarity index 94% rename from LiteLoader/Header/MC/MeCommand.hpp rename to LiteLoader/include/llapi/mc/MeCommand.hpp index 3a534f1..4a5a1d3 100644 --- a/LiteLoader/Header/MC/MeCommand.hpp +++ b/LiteLoader/include/llapi/mc/MeCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MedicineItem.hpp b/LiteLoader/include/llapi/mc/MedicineItem.hpp similarity index 97% rename from LiteLoader/Header/MC/MedicineItem.hpp rename to LiteLoader/include/llapi/mc/MedicineItem.hpp index e189036..32b2928 100644 --- a/LiteLoader/Header/MC/MedicineItem.hpp +++ b/LiteLoader/include/llapi/mc/MedicineItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MegaPineTreeCanopy.hpp b/LiteLoader/include/llapi/mc/MegaPineTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/MegaPineTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/MegaPineTreeCanopy.hpp index 2933e01..16db73e 100644 --- a/LiteLoader/Header/MC/MegaPineTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/MegaPineTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MegaTreeCanopy.hpp b/LiteLoader/include/llapi/mc/MegaTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/MegaTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/MegaTreeCanopy.hpp index f8ed516..3e30b90 100644 --- a/LiteLoader/Header/MC/MegaTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/MegaTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MegaTreeTrunk.hpp b/LiteLoader/include/llapi/mc/MegaTreeTrunk.hpp similarity index 96% rename from LiteLoader/Header/MC/MegaTreeTrunk.hpp rename to LiteLoader/include/llapi/mc/MegaTreeTrunk.hpp index c53ea70..b681ded 100644 --- a/LiteLoader/Header/MC/MegaTreeTrunk.hpp +++ b/LiteLoader/include/llapi/mc/MegaTreeTrunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MeleeAttackDefinition.hpp b/LiteLoader/include/llapi/mc/MeleeAttackDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/MeleeAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/MeleeAttackDefinition.hpp index 6a21096..e867195 100644 --- a/LiteLoader/Header/MC/MeleeAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/MeleeAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MeleeAttackGoal.hpp b/LiteLoader/include/llapi/mc/MeleeAttackGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MeleeAttackGoal.hpp rename to LiteLoader/include/llapi/mc/MeleeAttackGoal.hpp index db3a06f..32e7ac7 100644 --- a/LiteLoader/Header/MC/MeleeAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/MeleeAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MeleeWeaponEnchant.hpp b/LiteLoader/include/llapi/mc/MeleeWeaponEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/MeleeWeaponEnchant.hpp rename to LiteLoader/include/llapi/mc/MeleeWeaponEnchant.hpp index aa75ac9..da2f0bb 100644 --- a/LiteLoader/Header/MC/MeleeWeaponEnchant.hpp +++ b/LiteLoader/include/llapi/mc/MeleeWeaponEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MelonBlock.hpp b/LiteLoader/include/llapi/mc/MelonBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MelonBlock.hpp rename to LiteLoader/include/llapi/mc/MelonBlock.hpp index c2664a8..008011f 100644 --- a/LiteLoader/Header/MC/MelonBlock.hpp +++ b/LiteLoader/include/llapi/mc/MelonBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MelonFeature.hpp b/LiteLoader/include/llapi/mc/MelonFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/MelonFeature.hpp rename to LiteLoader/include/llapi/mc/MelonFeature.hpp index fcd14ea..49f99b0 100644 --- a/LiteLoader/Header/MC/MelonFeature.hpp +++ b/LiteLoader/include/llapi/mc/MelonFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MemoryMappedFileAccess.hpp b/LiteLoader/include/llapi/mc/MemoryMappedFileAccess.hpp similarity index 97% rename from LiteLoader/Header/MC/MemoryMappedFileAccess.hpp rename to LiteLoader/include/llapi/mc/MemoryMappedFileAccess.hpp index d075f5a..aa82ea8 100644 --- a/LiteLoader/Header/MC/MemoryMappedFileAccess.hpp +++ b/LiteLoader/include/llapi/mc/MemoryMappedFileAccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MemorySecureStorage.hpp b/LiteLoader/include/llapi/mc/MemorySecureStorage.hpp similarity index 95% rename from LiteLoader/Header/MC/MemorySecureStorage.hpp rename to LiteLoader/include/llapi/mc/MemorySecureStorage.hpp index ca7222e..bfb5b7d 100644 --- a/LiteLoader/Header/MC/MemorySecureStorage.hpp +++ b/LiteLoader/include/llapi/mc/MemorySecureStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MendingEnchant.hpp b/LiteLoader/include/llapi/mc/MendingEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/MendingEnchant.hpp rename to LiteLoader/include/llapi/mc/MendingEnchant.hpp index 1d9a9db..c09ed0e 100644 --- a/LiteLoader/Header/MC/MendingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/MendingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MerchantRecipe.hpp b/LiteLoader/include/llapi/mc/MerchantRecipe.hpp similarity index 95% rename from LiteLoader/Header/MC/MerchantRecipe.hpp rename to LiteLoader/include/llapi/mc/MerchantRecipe.hpp index 926f763..ccee27f 100644 --- a/LiteLoader/Header/MC/MerchantRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MerchantRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MerchantRecipeList.hpp b/LiteLoader/include/llapi/mc/MerchantRecipeList.hpp similarity index 97% rename from LiteLoader/Header/MC/MerchantRecipeList.hpp rename to LiteLoader/include/llapi/mc/MerchantRecipeList.hpp index 41d825d..b718bb3 100644 --- a/LiteLoader/Header/MC/MerchantRecipeList.hpp +++ b/LiteLoader/include/llapi/mc/MerchantRecipeList.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MessagingCommand.hpp b/LiteLoader/include/llapi/mc/MessagingCommand.hpp similarity index 94% rename from LiteLoader/Header/MC/MessagingCommand.hpp rename to LiteLoader/include/llapi/mc/MessagingCommand.hpp index e190be9..64419b3 100644 --- a/LiteLoader/Header/MC/MessagingCommand.hpp +++ b/LiteLoader/include/llapi/mc/MessagingCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MetalBlock.hpp b/LiteLoader/include/llapi/mc/MetalBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MetalBlock.hpp rename to LiteLoader/include/llapi/mc/MetalBlock.hpp index e2a13c2..c6939b1 100644 --- a/LiteLoader/Header/MC/MetalBlock.hpp +++ b/LiteLoader/include/llapi/mc/MetalBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Minecart.hpp b/LiteLoader/include/llapi/mc/Minecart.hpp similarity index 98% rename from LiteLoader/Header/MC/Minecart.hpp rename to LiteLoader/include/llapi/mc/Minecart.hpp index 178a096..a946a28 100644 --- a/LiteLoader/Header/MC/Minecart.hpp +++ b/LiteLoader/include/llapi/mc/Minecart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecartBlockCommandOrigin.hpp b/LiteLoader/include/llapi/mc/MinecartBlockCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecartBlockCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/MinecartBlockCommandOrigin.hpp index ce4a6ed..7d10282 100644 --- a/LiteLoader/Header/MC/MinecartBlockCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/MinecartBlockCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BlockCommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/MinecartChest.hpp b/LiteLoader/include/llapi/mc/MinecartChest.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecartChest.hpp rename to LiteLoader/include/llapi/mc/MinecartChest.hpp index cd35549..d095c71 100644 --- a/LiteLoader/Header/MC/MinecartChest.hpp +++ b/LiteLoader/include/llapi/mc/MinecartChest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Minecart.hpp" diff --git a/LiteLoader/Header/MC/MinecartCommandBlock.hpp b/LiteLoader/include/llapi/mc/MinecartCommandBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MinecartCommandBlock.hpp rename to LiteLoader/include/llapi/mc/MinecartCommandBlock.hpp index 80beaa1..7b689f4 100644 --- a/LiteLoader/Header/MC/MinecartCommandBlock.hpp +++ b/LiteLoader/include/llapi/mc/MinecartCommandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Minecart.hpp" diff --git a/LiteLoader/Header/MC/MinecartHopper.hpp b/LiteLoader/include/llapi/mc/MinecartHopper.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecartHopper.hpp rename to LiteLoader/include/llapi/mc/MinecartHopper.hpp index 2e0d669..84d0721 100644 --- a/LiteLoader/Header/MC/MinecartHopper.hpp +++ b/LiteLoader/include/llapi/mc/MinecartHopper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Minecart.hpp" diff --git a/LiteLoader/Header/MC/MinecartItem.hpp b/LiteLoader/include/llapi/mc/MinecartItem.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecartItem.hpp rename to LiteLoader/include/llapi/mc/MinecartItem.hpp index 21d25d1..7cbd003 100644 --- a/LiteLoader/Header/MC/MinecartItem.hpp +++ b/LiteLoader/include/llapi/mc/MinecartItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecartRideable.hpp b/LiteLoader/include/llapi/mc/MinecartRideable.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecartRideable.hpp rename to LiteLoader/include/llapi/mc/MinecartRideable.hpp index fbbbbaf..da76ae8 100644 --- a/LiteLoader/Header/MC/MinecartRideable.hpp +++ b/LiteLoader/include/llapi/mc/MinecartRideable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Minecart.hpp" diff --git a/LiteLoader/Header/MC/MinecartTNT.hpp b/LiteLoader/include/llapi/mc/MinecartTNT.hpp similarity index 98% rename from LiteLoader/Header/MC/MinecartTNT.hpp rename to LiteLoader/include/llapi/mc/MinecartTNT.hpp index da2b5c6..6a5efc9 100644 --- a/LiteLoader/Header/MC/MinecartTNT.hpp +++ b/LiteLoader/include/llapi/mc/MinecartTNT.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Minecart.hpp" diff --git a/LiteLoader/Header/MC/Minecraft.hpp b/LiteLoader/include/llapi/mc/Minecraft.hpp similarity index 98% rename from LiteLoader/Header/MC/Minecraft.hpp rename to LiteLoader/include/llapi/mc/Minecraft.hpp index 6aeb51f..20165d5 100644 --- a/LiteLoader/Header/MC/Minecraft.hpp +++ b/LiteLoader/include/llapi/mc/Minecraft.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecraftCommands.hpp b/LiteLoader/include/llapi/mc/MinecraftCommands.hpp similarity index 98% rename from LiteLoader/Header/MC/MinecraftCommands.hpp rename to LiteLoader/include/llapi/mc/MinecraftCommands.hpp index 31d8ed7..a9a8fb6 100644 --- a/LiteLoader/Header/MC/MinecraftCommands.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftCommands.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/MinecraftEventing.hpp b/LiteLoader/include/llapi/mc/MinecraftEventing.hpp similarity index 99% rename from LiteLoader/Header/MC/MinecraftEventing.hpp rename to LiteLoader/include/llapi/mc/MinecraftEventing.hpp index b2439af..9470af0 100644 --- a/LiteLoader/Header/MC/MinecraftEventing.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftEventing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "IMinecraftEventing.hpp" diff --git a/LiteLoader/Header/MC/MinecraftPackets.hpp b/LiteLoader/include/llapi/mc/MinecraftPackets.hpp similarity index 95% rename from LiteLoader/Header/MC/MinecraftPackets.hpp rename to LiteLoader/include/llapi/mc/MinecraftPackets.hpp index d1c6a23..7fa6c41 100644 --- a/LiteLoader/Header/MC/MinecraftPackets.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftPackets.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecraftScheduler.hpp b/LiteLoader/include/llapi/mc/MinecraftScheduler.hpp similarity index 94% rename from LiteLoader/Header/MC/MinecraftScheduler.hpp rename to LiteLoader/include/llapi/mc/MinecraftScheduler.hpp index 51576ad..6a91821 100644 --- a/LiteLoader/Header/MC/MinecraftScheduler.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftScheduler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecraftServerScriptEngine.hpp b/LiteLoader/include/llapi/mc/MinecraftServerScriptEngine.hpp similarity index 98% rename from LiteLoader/Header/MC/MinecraftServerScriptEngine.hpp rename to LiteLoader/include/llapi/mc/MinecraftServerScriptEngine.hpp index c320f81..bd56374 100644 --- a/LiteLoader/Header/MC/MinecraftServerScriptEngine.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftServerScriptEngine.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MinecraftWorkerPool.hpp b/LiteLoader/include/llapi/mc/MinecraftWorkerPool.hpp similarity index 97% rename from LiteLoader/Header/MC/MinecraftWorkerPool.hpp rename to LiteLoader/include/llapi/mc/MinecraftWorkerPool.hpp index dcaa142..8df6a0a 100644 --- a/LiteLoader/Header/MC/MinecraftWorkerPool.hpp +++ b/LiteLoader/include/llapi/mc/MinecraftWorkerPool.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftCorridor.hpp b/LiteLoader/include/llapi/mc/MineshaftCorridor.hpp similarity index 97% rename from LiteLoader/Header/MC/MineshaftCorridor.hpp rename to LiteLoader/include/llapi/mc/MineshaftCorridor.hpp index d8434d1..a9ff275 100644 --- a/LiteLoader/Header/MC/MineshaftCorridor.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftCorridor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftCrossing.hpp b/LiteLoader/include/llapi/mc/MineshaftCrossing.hpp similarity index 96% rename from LiteLoader/Header/MC/MineshaftCrossing.hpp rename to LiteLoader/include/llapi/mc/MineshaftCrossing.hpp index 52a46ba..b5cfd37 100644 --- a/LiteLoader/Header/MC/MineshaftCrossing.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftCrossing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftData.hpp b/LiteLoader/include/llapi/mc/MineshaftData.hpp similarity index 93% rename from LiteLoader/Header/MC/MineshaftData.hpp rename to LiteLoader/include/llapi/mc/MineshaftData.hpp index 1117420..1b84afb 100644 --- a/LiteLoader/Header/MC/MineshaftData.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftFeature.hpp b/LiteLoader/include/llapi/mc/MineshaftFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/MineshaftFeature.hpp rename to LiteLoader/include/llapi/mc/MineshaftFeature.hpp index 8de87a1..3e11c7b 100644 --- a/LiteLoader/Header/MC/MineshaftFeature.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftPiece.hpp b/LiteLoader/include/llapi/mc/MineshaftPiece.hpp similarity index 96% rename from LiteLoader/Header/MC/MineshaftPiece.hpp rename to LiteLoader/include/llapi/mc/MineshaftPiece.hpp index 9c24e10..85ec199 100644 --- a/LiteLoader/Header/MC/MineshaftPiece.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftRoom.hpp b/LiteLoader/include/llapi/mc/MineshaftRoom.hpp similarity index 96% rename from LiteLoader/Header/MC/MineshaftRoom.hpp rename to LiteLoader/include/llapi/mc/MineshaftRoom.hpp index ee9d554..11c3b77 100644 --- a/LiteLoader/Header/MC/MineshaftRoom.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftStairs.hpp b/LiteLoader/include/llapi/mc/MineshaftStairs.hpp similarity index 96% rename from LiteLoader/Header/MC/MineshaftStairs.hpp rename to LiteLoader/include/llapi/mc/MineshaftStairs.hpp index b5a6f12..f55c227 100644 --- a/LiteLoader/Header/MC/MineshaftStairs.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftStairs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MineshaftStart.hpp b/LiteLoader/include/llapi/mc/MineshaftStart.hpp similarity index 95% rename from LiteLoader/Header/MC/MineshaftStart.hpp rename to LiteLoader/include/llapi/mc/MineshaftStart.hpp index 8355976..63d5d84 100644 --- a/LiteLoader/Header/MC/MineshaftStart.hpp +++ b/LiteLoader/include/llapi/mc/MineshaftStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MingleGoal.hpp b/LiteLoader/include/llapi/mc/MingleGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MingleGoal.hpp rename to LiteLoader/include/llapi/mc/MingleGoal.hpp index 2b7fad8..f736c92 100644 --- a/LiteLoader/Header/MC/MingleGoal.hpp +++ b/LiteLoader/include/llapi/mc/MingleGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveToPOIGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MissingTextureAtlasItem.hpp b/LiteLoader/include/llapi/mc/MissingTextureAtlasItem.hpp similarity index 88% rename from LiteLoader/Header/MC/MissingTextureAtlasItem.hpp rename to LiteLoader/include/llapi/mc/MissingTextureAtlasItem.hpp index f731ba1..dbe9b75 100644 --- a/LiteLoader/Header/MC/MissingTextureAtlasItem.hpp +++ b/LiteLoader/include/llapi/mc/MissingTextureAtlasItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Mob.hpp b/LiteLoader/include/llapi/mc/Mob.hpp similarity index 99% rename from LiteLoader/Header/MC/Mob.hpp rename to LiteLoader/include/llapi/mc/Mob.hpp index 441b95c..aaf50fe 100644 --- a/LiteLoader/Header/MC/Mob.hpp +++ b/LiteLoader/include/llapi/mc/Mob.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobArmorEquipmentPacket.hpp b/LiteLoader/include/llapi/mc/MobArmorEquipmentPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MobArmorEquipmentPacket.hpp rename to LiteLoader/include/llapi/mc/MobArmorEquipmentPacket.hpp index f2fd512..f0d023c 100644 --- a/LiteLoader/Header/MC/MobArmorEquipmentPacket.hpp +++ b/LiteLoader/include/llapi/mc/MobArmorEquipmentPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobDescriptor.hpp b/LiteLoader/include/llapi/mc/MobDescriptor.hpp similarity index 93% rename from LiteLoader/Header/MC/MobDescriptor.hpp rename to LiteLoader/include/llapi/mc/MobDescriptor.hpp index fbdda58..77ad101 100644 --- a/LiteLoader/Header/MC/MobDescriptor.hpp +++ b/LiteLoader/include/llapi/mc/MobDescriptor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffect.hpp b/LiteLoader/include/llapi/mc/MobEffect.hpp similarity index 99% rename from LiteLoader/Header/MC/MobEffect.hpp rename to LiteLoader/include/llapi/mc/MobEffect.hpp index 37d34e6..907da54 100644 --- a/LiteLoader/Header/MC/MobEffect.hpp +++ b/LiteLoader/include/llapi/mc/MobEffect.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "HashedString.hpp" diff --git a/LiteLoader/Header/MC/MobEffectChangeDescription.hpp b/LiteLoader/include/llapi/mc/MobEffectChangeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEffectChangeDescription.hpp rename to LiteLoader/include/llapi/mc/MobEffectChangeDescription.hpp index af1b2e9..8155e0b 100644 --- a/LiteLoader/Header/MC/MobEffectChangeDescription.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectChangeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffectComponent.hpp b/LiteLoader/include/llapi/mc/MobEffectComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/MobEffectComponent.hpp rename to LiteLoader/include/llapi/mc/MobEffectComponent.hpp index 628559f..139a636 100644 --- a/LiteLoader/Header/MC/MobEffectComponent.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffectDefinition.hpp b/LiteLoader/include/llapi/mc/MobEffectDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEffectDefinition.hpp rename to LiteLoader/include/llapi/mc/MobEffectDefinition.hpp index 558195d..2ea8ccf 100644 --- a/LiteLoader/Header/MC/MobEffectDefinition.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffectInstance.hpp b/LiteLoader/include/llapi/mc/MobEffectInstance.hpp similarity index 97% rename from LiteLoader/Header/MC/MobEffectInstance.hpp rename to LiteLoader/include/llapi/mc/MobEffectInstance.hpp index 8682a76..0b9f317 100644 --- a/LiteLoader/Header/MC/MobEffectInstance.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/MobEffectPacket.hpp b/LiteLoader/include/llapi/mc/MobEffectPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEffectPacket.hpp rename to LiteLoader/include/llapi/mc/MobEffectPacket.hpp index 219a624..83a515e 100644 --- a/LiteLoader/Header/MC/MobEffectPacket.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffectSubcomponent.hpp b/LiteLoader/include/llapi/mc/MobEffectSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/MobEffectSubcomponent.hpp rename to LiteLoader/include/llapi/mc/MobEffectSubcomponent.hpp index 7bd66d1..3300446 100644 --- a/LiteLoader/Header/MC/MobEffectSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEffectSystem.hpp b/LiteLoader/include/llapi/mc/MobEffectSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEffectSystem.hpp rename to LiteLoader/include/llapi/mc/MobEffectSystem.hpp index c13c21b..1561b83 100644 --- a/LiteLoader/Header/MC/MobEffectSystem.hpp +++ b/LiteLoader/include/llapi/mc/MobEffectSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEquipmentPacket.hpp b/LiteLoader/include/llapi/mc/MobEquipmentPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MobEquipmentPacket.hpp rename to LiteLoader/include/llapi/mc/MobEquipmentPacket.hpp index 304af69..417e21f 100644 --- a/LiteLoader/Header/MC/MobEquipmentPacket.hpp +++ b/LiteLoader/include/llapi/mc/MobEquipmentPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEvent.hpp b/LiteLoader/include/llapi/mc/MobEvent.hpp similarity index 92% rename from LiteLoader/Header/MC/MobEvent.hpp rename to LiteLoader/include/llapi/mc/MobEvent.hpp index 752b3cd..481b0d9 100644 --- a/LiteLoader/Header/MC/MobEvent.hpp +++ b/LiteLoader/include/llapi/mc/MobEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEventCommand.hpp b/LiteLoader/include/llapi/mc/MobEventCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEventCommand.hpp rename to LiteLoader/include/llapi/mc/MobEventCommand.hpp index c2cfc96..10771d6 100644 --- a/LiteLoader/Header/MC/MobEventCommand.hpp +++ b/LiteLoader/include/llapi/mc/MobEventCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobEvents.hpp b/LiteLoader/include/llapi/mc/MobEvents.hpp similarity index 95% rename from LiteLoader/Header/MC/MobEvents.hpp rename to LiteLoader/include/llapi/mc/MobEvents.hpp index a96b4a1..56b5b8c 100644 --- a/LiteLoader/Header/MC/MobEvents.hpp +++ b/LiteLoader/include/llapi/mc/MobEvents.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobPredicates.hpp b/LiteLoader/include/llapi/mc/MobPredicates.hpp similarity index 92% rename from LiteLoader/Header/MC/MobPredicates.hpp rename to LiteLoader/include/llapi/mc/MobPredicates.hpp index 3f1958f..5226c32 100644 --- a/LiteLoader/Header/MC/MobPredicates.hpp +++ b/LiteLoader/include/llapi/mc/MobPredicates.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnHerdInfo.hpp b/LiteLoader/include/llapi/mc/MobSpawnHerdInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/MobSpawnHerdInfo.hpp rename to LiteLoader/include/llapi/mc/MobSpawnHerdInfo.hpp index da3461b..db57d58 100644 --- a/LiteLoader/Header/MC/MobSpawnHerdInfo.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnHerdInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnRules.hpp b/LiteLoader/include/llapi/mc/MobSpawnRules.hpp similarity index 96% rename from LiteLoader/Header/MC/MobSpawnRules.hpp rename to LiteLoader/include/llapi/mc/MobSpawnRules.hpp index f5f42bf..77e7c78 100644 --- a/LiteLoader/Header/MC/MobSpawnRules.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnerBlock.hpp b/LiteLoader/include/llapi/mc/MobSpawnerBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/MobSpawnerBlock.hpp rename to LiteLoader/include/llapi/mc/MobSpawnerBlock.hpp index dc98c5c..87d52d0 100644 --- a/LiteLoader/Header/MC/MobSpawnerBlock.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnerBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnerBlockActor.hpp b/LiteLoader/include/llapi/mc/MobSpawnerBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/MobSpawnerBlockActor.hpp rename to LiteLoader/include/llapi/mc/MobSpawnerBlockActor.hpp index 0461759..2dff5d3 100644 --- a/LiteLoader/Header/MC/MobSpawnerBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnerBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnerData.hpp b/LiteLoader/include/llapi/mc/MobSpawnerData.hpp similarity index 94% rename from LiteLoader/Header/MC/MobSpawnerData.hpp rename to LiteLoader/include/llapi/mc/MobSpawnerData.hpp index 0c7d236..9c20d54 100644 --- a/LiteLoader/Header/MC/MobSpawnerData.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnerData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MobSpawnerPermutation.hpp b/LiteLoader/include/llapi/mc/MobSpawnerPermutation.hpp similarity index 94% rename from LiteLoader/Header/MC/MobSpawnerPermutation.hpp rename to LiteLoader/include/llapi/mc/MobSpawnerPermutation.hpp index 9b4af3a..39f0c93 100644 --- a/LiteLoader/Header/MC/MobSpawnerPermutation.hpp +++ b/LiteLoader/include/llapi/mc/MobSpawnerPermutation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ModalFormRequestPacket.hpp b/LiteLoader/include/llapi/mc/ModalFormRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ModalFormRequestPacket.hpp rename to LiteLoader/include/llapi/mc/ModalFormRequestPacket.hpp index 4c4c5f3..d9936e4 100644 --- a/LiteLoader/Header/MC/ModalFormRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/ModalFormRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ModalFormResponsePacket.hpp b/LiteLoader/include/llapi/mc/ModalFormResponsePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ModalFormResponsePacket.hpp rename to LiteLoader/include/llapi/mc/ModalFormResponsePacket.hpp index 61b3d72..f0138d6 100644 --- a/LiteLoader/Header/MC/ModalFormResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/ModalFormResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangArrayVariable.hpp b/LiteLoader/include/llapi/mc/MolangArrayVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangArrayVariable.hpp rename to LiteLoader/include/llapi/mc/MolangArrayVariable.hpp index 80ef5a2..7dcc8ca 100644 --- a/LiteLoader/Header/MC/MolangArrayVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangArrayVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangDataDrivenGeometry.hpp b/LiteLoader/include/llapi/mc/MolangDataDrivenGeometry.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangDataDrivenGeometry.hpp rename to LiteLoader/include/llapi/mc/MolangDataDrivenGeometry.hpp index f5af340..ae0a1e2 100644 --- a/LiteLoader/Header/MC/MolangDataDrivenGeometry.hpp +++ b/LiteLoader/include/llapi/mc/MolangDataDrivenGeometry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangEntityVariable.hpp b/LiteLoader/include/llapi/mc/MolangEntityVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangEntityVariable.hpp rename to LiteLoader/include/llapi/mc/MolangEntityVariable.hpp index 60508c6..84efdfe 100644 --- a/LiteLoader/Header/MC/MolangEntityVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangEntityVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangGenericQueryFunction.hpp b/LiteLoader/include/llapi/mc/MolangGenericQueryFunction.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangGenericQueryFunction.hpp rename to LiteLoader/include/llapi/mc/MolangGenericQueryFunction.hpp index 8ff6244..ce22176 100644 --- a/LiteLoader/Header/MC/MolangGenericQueryFunction.hpp +++ b/LiteLoader/include/llapi/mc/MolangGenericQueryFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangGenericQueryFunctionPtr.hpp b/LiteLoader/include/llapi/mc/MolangGenericQueryFunctionPtr.hpp similarity index 95% rename from LiteLoader/Header/MC/MolangGenericQueryFunctionPtr.hpp rename to LiteLoader/include/llapi/mc/MolangGenericQueryFunctionPtr.hpp index af1d027..3449b4e 100644 --- a/LiteLoader/Header/MC/MolangGenericQueryFunctionPtr.hpp +++ b/LiteLoader/include/llapi/mc/MolangGenericQueryFunctionPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangGeometryVariable.hpp b/LiteLoader/include/llapi/mc/MolangGeometryVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangGeometryVariable.hpp rename to LiteLoader/include/llapi/mc/MolangGeometryVariable.hpp index e8ff5ec..89d39e4 100644 --- a/LiteLoader/Header/MC/MolangGeometryVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangGeometryVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangMaterialVariable.hpp b/LiteLoader/include/llapi/mc/MolangMaterialVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangMaterialVariable.hpp rename to LiteLoader/include/llapi/mc/MolangMaterialVariable.hpp index 18dc05f..5b02641 100644 --- a/LiteLoader/Header/MC/MolangMaterialVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangMaterialVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangQueryFunction.hpp b/LiteLoader/include/llapi/mc/MolangQueryFunction.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangQueryFunction.hpp rename to LiteLoader/include/llapi/mc/MolangQueryFunction.hpp index d256479..f5185d8 100644 --- a/LiteLoader/Header/MC/MolangQueryFunction.hpp +++ b/LiteLoader/include/llapi/mc/MolangQueryFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangQueryFunctionPtr.hpp b/LiteLoader/include/llapi/mc/MolangQueryFunctionPtr.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangQueryFunctionPtr.hpp rename to LiteLoader/include/llapi/mc/MolangQueryFunctionPtr.hpp index 2cd3cee..fe4cbc3 100644 --- a/LiteLoader/Header/MC/MolangQueryFunctionPtr.hpp +++ b/LiteLoader/include/llapi/mc/MolangQueryFunctionPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangScriptArg.hpp b/LiteLoader/include/llapi/mc/MolangScriptArg.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangScriptArg.hpp rename to LiteLoader/include/llapi/mc/MolangScriptArg.hpp index 2ac07ab..2d8d5b0 100644 --- a/LiteLoader/Header/MC/MolangScriptArg.hpp +++ b/LiteLoader/include/llapi/mc/MolangScriptArg.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangTempVariable.hpp b/LiteLoader/include/llapi/mc/MolangTempVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangTempVariable.hpp rename to LiteLoader/include/llapi/mc/MolangTempVariable.hpp index a078a7f..b35a13c 100644 --- a/LiteLoader/Header/MC/MolangTempVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangTempVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangTextureVariable.hpp b/LiteLoader/include/llapi/mc/MolangTextureVariable.hpp similarity index 94% rename from LiteLoader/Header/MC/MolangTextureVariable.hpp rename to LiteLoader/include/llapi/mc/MolangTextureVariable.hpp index 75a6131..47e7627 100644 --- a/LiteLoader/Header/MC/MolangTextureVariable.hpp +++ b/LiteLoader/include/llapi/mc/MolangTextureVariable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MolangVariableMap.hpp b/LiteLoader/include/llapi/mc/MolangVariableMap.hpp similarity index 96% rename from LiteLoader/Header/MC/MolangVariableMap.hpp rename to LiteLoader/include/llapi/mc/MolangVariableMap.hpp index 077db2d..6e03ac6 100644 --- a/LiteLoader/Header/MC/MolangVariableMap.hpp +++ b/LiteLoader/include/llapi/mc/MolangVariableMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Monster.hpp b/LiteLoader/include/llapi/mc/Monster.hpp similarity index 98% rename from LiteLoader/Header/MC/Monster.hpp rename to LiteLoader/include/llapi/mc/Monster.hpp index 31d704d..7c3ae22 100644 --- a/LiteLoader/Header/MC/Monster.hpp +++ b/LiteLoader/include/llapi/mc/Monster.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/MonsterEggBlock.hpp b/LiteLoader/include/llapi/mc/MonsterEggBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MonsterEggBlock.hpp rename to LiteLoader/include/llapi/mc/MonsterEggBlock.hpp index 2203aa0..d4abeb2 100644 --- a/LiteLoader/Header/MC/MonsterEggBlock.hpp +++ b/LiteLoader/include/llapi/mc/MonsterEggBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MonsterRoomFeature.hpp b/LiteLoader/include/llapi/mc/MonsterRoomFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/MonsterRoomFeature.hpp rename to LiteLoader/include/llapi/mc/MonsterRoomFeature.hpp index 48fcdd3..d266d3a 100644 --- a/LiteLoader/Header/MC/MonsterRoomFeature.hpp +++ b/LiteLoader/include/llapi/mc/MonsterRoomFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MonumentBuilding.hpp b/LiteLoader/include/llapi/mc/MonumentBuilding.hpp similarity index 98% rename from LiteLoader/Header/MC/MonumentBuilding.hpp rename to LiteLoader/include/llapi/mc/MonumentBuilding.hpp index afd5c7f..ea5401f 100644 --- a/LiteLoader/Header/MC/MonumentBuilding.hpp +++ b/LiteLoader/include/llapi/mc/MonumentBuilding.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MonumentRoomFitter.hpp b/LiteLoader/include/llapi/mc/MonumentRoomFitter.hpp similarity index 93% rename from LiteLoader/Header/MC/MonumentRoomFitter.hpp rename to LiteLoader/include/llapi/mc/MonumentRoomFitter.hpp index 53fb850..ba9d2ff 100644 --- a/LiteLoader/Header/MC/MonumentRoomFitter.hpp +++ b/LiteLoader/include/llapi/mc/MonumentRoomFitter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MossStoneSelector.hpp b/LiteLoader/include/llapi/mc/MossStoneSelector.hpp similarity index 94% rename from LiteLoader/Header/MC/MossStoneSelector.hpp rename to LiteLoader/include/llapi/mc/MossStoneSelector.hpp index 9198ed7..056ab3a 100644 --- a/LiteLoader/Header/MC/MossStoneSelector.hpp +++ b/LiteLoader/include/llapi/mc/MossStoneSelector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Motive.hpp b/LiteLoader/include/llapi/mc/Motive.hpp similarity index 98% rename from LiteLoader/Header/MC/Motive.hpp rename to LiteLoader/include/llapi/mc/Motive.hpp index 7b38d19..4f2d59c 100644 --- a/LiteLoader/Header/MC/Motive.hpp +++ b/LiteLoader/include/llapi/mc/Motive.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MountPathingGoal.hpp b/LiteLoader/include/llapi/mc/MountPathingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MountPathingGoal.hpp rename to LiteLoader/include/llapi/mc/MountPathingGoal.hpp index 3bd8910..6437d2b 100644 --- a/LiteLoader/Header/MC/MountPathingGoal.hpp +++ b/LiteLoader/include/llapi/mc/MountPathingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MountTameableDefinition.hpp b/LiteLoader/include/llapi/mc/MountTameableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/MountTameableDefinition.hpp rename to LiteLoader/include/llapi/mc/MountTameableDefinition.hpp index 1d59ffa..8448788 100644 --- a/LiteLoader/Header/MC/MountTameableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/MountTameableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MountTamingComponent.hpp b/LiteLoader/include/llapi/mc/MountTamingComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/MountTamingComponent.hpp rename to LiteLoader/include/llapi/mc/MountTamingComponent.hpp index aff331a..8456404 100644 --- a/LiteLoader/Header/MC/MountTamingComponent.hpp +++ b/LiteLoader/include/llapi/mc/MountTamingComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MountTamingSystem.hpp b/LiteLoader/include/llapi/mc/MountTamingSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/MountTamingSystem.hpp rename to LiteLoader/include/llapi/mc/MountTamingSystem.hpp index a78ae24..a9c4a5f 100644 --- a/LiteLoader/Header/MC/MountTamingSystem.hpp +++ b/LiteLoader/include/llapi/mc/MountTamingSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveActorAbsoluteData.hpp b/LiteLoader/include/llapi/mc/MoveActorAbsoluteData.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveActorAbsoluteData.hpp rename to LiteLoader/include/llapi/mc/MoveActorAbsoluteData.hpp index c3f3b5c..2a5a32f 100644 --- a/LiteLoader/Header/MC/MoveActorAbsoluteData.hpp +++ b/LiteLoader/include/llapi/mc/MoveActorAbsoluteData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveActorAbsolutePacket.hpp b/LiteLoader/include/llapi/mc/MoveActorAbsolutePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveActorAbsolutePacket.hpp rename to LiteLoader/include/llapi/mc/MoveActorAbsolutePacket.hpp index 046c151..583e313 100644 --- a/LiteLoader/Header/MC/MoveActorAbsolutePacket.hpp +++ b/LiteLoader/include/llapi/mc/MoveActorAbsolutePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveActorDeltaPacket.hpp b/LiteLoader/include/llapi/mc/MoveActorDeltaPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveActorDeltaPacket.hpp rename to LiteLoader/include/llapi/mc/MoveActorDeltaPacket.hpp index b9933bb..f83c620 100644 --- a/LiteLoader/Header/MC/MoveActorDeltaPacket.hpp +++ b/LiteLoader/include/llapi/mc/MoveActorDeltaPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControl.hpp b/LiteLoader/include/llapi/mc/MoveControl.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveControl.hpp rename to LiteLoader/include/llapi/mc/MoveControl.hpp index 1145390..386b4d0 100644 --- a/LiteLoader/Header/MC/MoveControl.hpp +++ b/LiteLoader/include/llapi/mc/MoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlBasicDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlBasicDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlBasicDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlBasicDescription.hpp index a5227bb..429ded9 100644 --- a/LiteLoader/Header/MC/MoveControlBasicDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlBasicDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlComponent.hpp b/LiteLoader/include/llapi/mc/MoveControlComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlComponent.hpp rename to LiteLoader/include/llapi/mc/MoveControlComponent.hpp index c754ed8..c01589f 100644 --- a/LiteLoader/Header/MC/MoveControlComponent.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/MoveControlDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlDescription.hpp index 3fc0b3e..59ae215 100644 --- a/LiteLoader/Header/MC/MoveControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlDolphinDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlDolphinDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveControlDolphinDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlDolphinDescription.hpp index 2bdf1f3..f9cc98e 100644 --- a/LiteLoader/Header/MC/MoveControlDolphinDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlDolphinDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlFlyDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlFlyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlFlyDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlFlyDescription.hpp index 47c6a6f..556c083 100644 --- a/LiteLoader/Header/MC/MoveControlFlyDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlFlyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlHoverDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlHoverDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlHoverDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlHoverDescription.hpp index 96b351d..f58050a 100644 --- a/LiteLoader/Header/MC/MoveControlHoverDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlHoverDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlSkipDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlSkipDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlSkipDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlSkipDescription.hpp index 6e9e6a7..47cb13b 100644 --- a/LiteLoader/Header/MC/MoveControlSkipDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlSkipDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlSwayDescription.hpp b/LiteLoader/include/llapi/mc/MoveControlSwayDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveControlSwayDescription.hpp rename to LiteLoader/include/llapi/mc/MoveControlSwayDescription.hpp index d962e91..b8dda0b 100644 --- a/LiteLoader/Header/MC/MoveControlSwayDescription.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlSwayDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveControlSystem.hpp b/LiteLoader/include/llapi/mc/MoveControlSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/MoveControlSystem.hpp rename to LiteLoader/include/llapi/mc/MoveControlSystem.hpp index 6c8821b..53a4112 100644 --- a/LiteLoader/Header/MC/MoveControlSystem.hpp +++ b/LiteLoader/include/llapi/mc/MoveControlSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveDefinition.hpp b/LiteLoader/include/llapi/mc/MoveDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveDefinition.hpp rename to LiteLoader/include/llapi/mc/MoveDefinition.hpp index ba8b9ee..3162405 100644 --- a/LiteLoader/Header/MC/MoveDefinition.hpp +++ b/LiteLoader/include/llapi/mc/MoveDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/MoveIndoorsGoal.hpp b/LiteLoader/include/llapi/mc/MoveIndoorsGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveIndoorsGoal.hpp rename to LiteLoader/include/llapi/mc/MoveIndoorsGoal.hpp index 1884763..d69773e 100644 --- a/LiteLoader/Header/MC/MoveIndoorsGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveIndoorsGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveInput.hpp b/LiteLoader/include/llapi/mc/MoveInput.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveInput.hpp rename to LiteLoader/include/llapi/mc/MoveInput.hpp index b7b8e4b..03fcb3a 100644 --- a/LiteLoader/Header/MC/MoveInput.hpp +++ b/LiteLoader/include/llapi/mc/MoveInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveInputHandler.hpp b/LiteLoader/include/llapi/mc/MoveInputHandler.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveInputHandler.hpp rename to LiteLoader/include/llapi/mc/MoveInputHandler.hpp index bdb1967..dfa0d2b 100644 --- a/LiteLoader/Header/MC/MoveInputHandler.hpp +++ b/LiteLoader/include/llapi/mc/MoveInputHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveNode.hpp b/LiteLoader/include/llapi/mc/MoveNode.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveNode.hpp rename to LiteLoader/include/llapi/mc/MoveNode.hpp index 72c2e7a..2e31f8e 100644 --- a/LiteLoader/Header/MC/MoveNode.hpp +++ b/LiteLoader/include/llapi/mc/MoveNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MovePlayerPacket.hpp b/LiteLoader/include/llapi/mc/MovePlayerPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MovePlayerPacket.hpp rename to LiteLoader/include/llapi/mc/MovePlayerPacket.hpp index 2d95c6f..6a3cd37 100644 --- a/LiteLoader/Header/MC/MovePlayerPacket.hpp +++ b/LiteLoader/include/llapi/mc/MovePlayerPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Player.hpp" #include "Packet.hpp" diff --git a/LiteLoader/Header/MC/MoveThroughVillageGoal.hpp b/LiteLoader/include/llapi/mc/MoveThroughVillageGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveThroughVillageGoal.hpp rename to LiteLoader/include/llapi/mc/MoveThroughVillageGoal.hpp index edf00fc..6f74c7b 100644 --- a/LiteLoader/Header/MC/MoveThroughVillageGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveThroughVillageGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToBlockGoal.hpp b/LiteLoader/include/llapi/mc/MoveToBlockGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveToBlockGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToBlockGoal.hpp index bacbbe6..6da976b 100644 --- a/LiteLoader/Header/MC/MoveToBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToDefinition.hpp b/LiteLoader/include/llapi/mc/MoveToDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveToDefinition.hpp rename to LiteLoader/include/llapi/mc/MoveToDefinition.hpp index 0d1bc56..6c59430 100644 --- a/LiteLoader/Header/MC/MoveToDefinition.hpp +++ b/LiteLoader/include/llapi/mc/MoveToDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/MoveToLandGoal.hpp b/LiteLoader/include/llapi/mc/MoveToLandGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveToLandGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToLandGoal.hpp index fd40263..7c10466 100644 --- a/LiteLoader/Header/MC/MoveToLandGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToLandGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToLavaGoal.hpp b/LiteLoader/include/llapi/mc/MoveToLavaGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveToLavaGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToLavaGoal.hpp index 094c4e5..400c0ec 100644 --- a/LiteLoader/Header/MC/MoveToLavaGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToLavaGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToLiquidGoal.hpp b/LiteLoader/include/llapi/mc/MoveToLiquidGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/MoveToLiquidGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToLiquidGoal.hpp index e938e21..8d7a7aa 100644 --- a/LiteLoader/Header/MC/MoveToLiquidGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToLiquidGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToNode.hpp b/LiteLoader/include/llapi/mc/MoveToNode.hpp similarity index 94% rename from LiteLoader/Header/MC/MoveToNode.hpp rename to LiteLoader/include/llapi/mc/MoveToNode.hpp index 98d2eec..158fef7 100644 --- a/LiteLoader/Header/MC/MoveToNode.hpp +++ b/LiteLoader/include/llapi/mc/MoveToNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToPOIGoal.hpp b/LiteLoader/include/llapi/mc/MoveToPOIGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveToPOIGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToPOIGoal.hpp index 81c7993..4a0356b 100644 --- a/LiteLoader/Header/MC/MoveToPOIGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToPOIGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToRandomBlockGoal.hpp b/LiteLoader/include/llapi/mc/MoveToRandomBlockGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveToRandomBlockGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToRandomBlockGoal.hpp index b6e3f10..043ede1 100644 --- a/LiteLoader/Header/MC/MoveToRandomBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToRandomBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToVillageGoal.hpp b/LiteLoader/include/llapi/mc/MoveToVillageGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveToVillageGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToVillageGoal.hpp index 6e11572..a56076d 100644 --- a/LiteLoader/Header/MC/MoveToVillageGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToVillageGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveToWaterGoal.hpp b/LiteLoader/include/llapi/mc/MoveToWaterGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/MoveToWaterGoal.hpp rename to LiteLoader/include/llapi/mc/MoveToWaterGoal.hpp index 4c3af24..0f5b715 100644 --- a/LiteLoader/Header/MC/MoveToWaterGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveToWaterGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveTowardsRestrictionGoal.hpp b/LiteLoader/include/llapi/mc/MoveTowardsRestrictionGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveTowardsRestrictionGoal.hpp rename to LiteLoader/include/llapi/mc/MoveTowardsRestrictionGoal.hpp index 6b02172..06d2c08 100644 --- a/LiteLoader/Header/MC/MoveTowardsRestrictionGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveTowardsRestrictionGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MoveTowardsTargetGoal.hpp b/LiteLoader/include/llapi/mc/MoveTowardsTargetGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/MoveTowardsTargetGoal.hpp rename to LiteLoader/include/llapi/mc/MoveTowardsTargetGoal.hpp index 8147c1a..5849e61 100644 --- a/LiteLoader/Header/MC/MoveTowardsTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/MoveTowardsTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MovementInterpolator.hpp b/LiteLoader/include/llapi/mc/MovementInterpolator.hpp similarity index 94% rename from LiteLoader/Header/MC/MovementInterpolator.hpp rename to LiteLoader/include/llapi/mc/MovementInterpolator.hpp index 7106b78..f09b7a1 100644 --- a/LiteLoader/Header/MC/MovementInterpolator.hpp +++ b/LiteLoader/include/llapi/mc/MovementInterpolator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MovingBlock.hpp b/LiteLoader/include/llapi/mc/MovingBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/MovingBlock.hpp rename to LiteLoader/include/llapi/mc/MovingBlock.hpp index ddc8bb4..374556c 100644 --- a/LiteLoader/Header/MC/MovingBlock.hpp +++ b/LiteLoader/include/llapi/mc/MovingBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MovingBlockActor.hpp b/LiteLoader/include/llapi/mc/MovingBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/MovingBlockActor.hpp rename to LiteLoader/include/llapi/mc/MovingBlockActor.hpp index 1313ec0..9dbc2ac 100644 --- a/LiteLoader/Header/MC/MovingBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/MovingBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MultiRecipe.hpp b/LiteLoader/include/llapi/mc/MultiRecipe.hpp similarity index 95% rename from LiteLoader/Header/MC/MultiRecipe.hpp rename to LiteLoader/include/llapi/mc/MultiRecipe.hpp index c94eb94..9db839a 100644 --- a/LiteLoader/Header/MC/MultiRecipe.hpp +++ b/LiteLoader/include/llapi/mc/MultiRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MultiplayerSettingsPacket.hpp b/LiteLoader/include/llapi/mc/MultiplayerSettingsPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/MultiplayerSettingsPacket.hpp rename to LiteLoader/include/llapi/mc/MultiplayerSettingsPacket.hpp index f339fdc..b96c1f6 100644 --- a/LiteLoader/Header/MC/MultiplayerSettingsPacket.hpp +++ b/LiteLoader/include/llapi/mc/MultiplayerSettingsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MultiplyValueAmplifier.hpp b/LiteLoader/include/llapi/mc/MultiplyValueAmplifier.hpp similarity index 94% rename from LiteLoader/Header/MC/MultiplyValueAmplifier.hpp rename to LiteLoader/include/llapi/mc/MultiplyValueAmplifier.hpp index c51600b..31e830a 100644 --- a/LiteLoader/Header/MC/MultiplyValueAmplifier.hpp +++ b/LiteLoader/include/llapi/mc/MultiplyValueAmplifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MushroomBlock.hpp b/LiteLoader/include/llapi/mc/MushroomBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MushroomBlock.hpp rename to LiteLoader/include/llapi/mc/MushroomBlock.hpp index b92b81d..943a20c 100644 --- a/LiteLoader/Header/MC/MushroomBlock.hpp +++ b/LiteLoader/include/llapi/mc/MushroomBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MushroomCow.hpp b/LiteLoader/include/llapi/mc/MushroomCow.hpp similarity index 97% rename from LiteLoader/Header/MC/MushroomCow.hpp rename to LiteLoader/include/llapi/mc/MushroomCow.hpp index 5aa217d..28c2e21 100644 --- a/LiteLoader/Header/MC/MushroomCow.hpp +++ b/LiteLoader/include/llapi/mc/MushroomCow.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/MusicBlockActor.hpp b/LiteLoader/include/llapi/mc/MusicBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/MusicBlockActor.hpp rename to LiteLoader/include/llapi/mc/MusicBlockActor.hpp index 09393ef..99550af 100644 --- a/LiteLoader/Header/MC/MusicBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/MusicBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/MyceliumBlock.hpp b/LiteLoader/include/llapi/mc/MyceliumBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/MyceliumBlock.hpp rename to LiteLoader/include/llapi/mc/MyceliumBlock.hpp index 6f32cfd..3689bd2 100644 --- a/LiteLoader/Header/MC/MyceliumBlock.hpp +++ b/LiteLoader/include/llapi/mc/MyceliumBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBBridgeCrossing.hpp b/LiteLoader/include/llapi/mc/NBBridgeCrossing.hpp similarity index 97% rename from LiteLoader/Header/MC/NBBridgeCrossing.hpp rename to LiteLoader/include/llapi/mc/NBBridgeCrossing.hpp index c783f44..6bc8e45 100644 --- a/LiteLoader/Header/MC/NBBridgeCrossing.hpp +++ b/LiteLoader/include/llapi/mc/NBBridgeCrossing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBBridgeEndFiller.hpp b/LiteLoader/include/llapi/mc/NBBridgeEndFiller.hpp similarity index 97% rename from LiteLoader/Header/MC/NBBridgeEndFiller.hpp rename to LiteLoader/include/llapi/mc/NBBridgeEndFiller.hpp index 9302e10..80302f7 100644 --- a/LiteLoader/Header/MC/NBBridgeEndFiller.hpp +++ b/LiteLoader/include/llapi/mc/NBBridgeEndFiller.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBBridgeStraight.hpp b/LiteLoader/include/llapi/mc/NBBridgeStraight.hpp similarity index 97% rename from LiteLoader/Header/MC/NBBridgeStraight.hpp rename to LiteLoader/include/llapi/mc/NBBridgeStraight.hpp index 5b8d129..d56c40b 100644 --- a/LiteLoader/Header/MC/NBBridgeStraight.hpp +++ b/LiteLoader/include/llapi/mc/NBBridgeStraight.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleCorridorStairsPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleCorridorStairsPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleCorridorStairsPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleCorridorStairsPiece.hpp index 72442e0..d5613c2 100644 --- a/LiteLoader/Header/MC/NBCastleCorridorStairsPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleCorridorStairsPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleCorridorTBalconyPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleCorridorTBalconyPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleCorridorTBalconyPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleCorridorTBalconyPiece.hpp index 7cfdc03..9398925 100644 --- a/LiteLoader/Header/MC/NBCastleCorridorTBalconyPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleCorridorTBalconyPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleEntrance.hpp b/LiteLoader/include/llapi/mc/NBCastleEntrance.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleEntrance.hpp rename to LiteLoader/include/llapi/mc/NBCastleEntrance.hpp index 02ab972..c962f89 100644 --- a/LiteLoader/Header/MC/NBCastleEntrance.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleEntrance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleSmallCorridorCrossingPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorCrossingPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleSmallCorridorCrossingPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleSmallCorridorCrossingPiece.hpp index 05080c2..86a22e1 100644 --- a/LiteLoader/Header/MC/NBCastleSmallCorridorCrossingPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorCrossingPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleSmallCorridorLeftTurnPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorLeftTurnPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleSmallCorridorLeftTurnPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleSmallCorridorLeftTurnPiece.hpp index f692ebd..ae2a38a 100644 --- a/LiteLoader/Header/MC/NBCastleSmallCorridorLeftTurnPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorLeftTurnPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleSmallCorridorPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleSmallCorridorPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleSmallCorridorPiece.hpp index 4cb2836..bc6acfd 100644 --- a/LiteLoader/Header/MC/NBCastleSmallCorridorPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleSmallCorridorRightTurnPiece.hpp b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorRightTurnPiece.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleSmallCorridorRightTurnPiece.hpp rename to LiteLoader/include/llapi/mc/NBCastleSmallCorridorRightTurnPiece.hpp index 07cd3c7..6abb4e4 100644 --- a/LiteLoader/Header/MC/NBCastleSmallCorridorRightTurnPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleSmallCorridorRightTurnPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBCastleStalkRoom.hpp b/LiteLoader/include/llapi/mc/NBCastleStalkRoom.hpp similarity index 97% rename from LiteLoader/Header/MC/NBCastleStalkRoom.hpp rename to LiteLoader/include/llapi/mc/NBCastleStalkRoom.hpp index 7f47493..0e8effb 100644 --- a/LiteLoader/Header/MC/NBCastleStalkRoom.hpp +++ b/LiteLoader/include/llapi/mc/NBCastleStalkRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBMonsterThrone.hpp b/LiteLoader/include/llapi/mc/NBMonsterThrone.hpp similarity index 97% rename from LiteLoader/Header/MC/NBMonsterThrone.hpp rename to LiteLoader/include/llapi/mc/NBMonsterThrone.hpp index 4e017a5..5a4b518 100644 --- a/LiteLoader/Header/MC/NBMonsterThrone.hpp +++ b/LiteLoader/include/llapi/mc/NBMonsterThrone.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBRoomCrossing.hpp b/LiteLoader/include/llapi/mc/NBRoomCrossing.hpp similarity index 97% rename from LiteLoader/Header/MC/NBRoomCrossing.hpp rename to LiteLoader/include/llapi/mc/NBRoomCrossing.hpp index c9f9502..3cce2fe 100644 --- a/LiteLoader/Header/MC/NBRoomCrossing.hpp +++ b/LiteLoader/include/llapi/mc/NBRoomCrossing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBStairsRoom.hpp b/LiteLoader/include/llapi/mc/NBStairsRoom.hpp similarity index 97% rename from LiteLoader/Header/MC/NBStairsRoom.hpp rename to LiteLoader/include/llapi/mc/NBStairsRoom.hpp index 19a3fc8..a8607d0 100644 --- a/LiteLoader/Header/MC/NBStairsRoom.hpp +++ b/LiteLoader/include/llapi/mc/NBStairsRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NetherFortressPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NBStartPiece.hpp b/LiteLoader/include/llapi/mc/NBStartPiece.hpp similarity index 95% rename from LiteLoader/Header/MC/NBStartPiece.hpp rename to LiteLoader/include/llapi/mc/NBStartPiece.hpp index 6966829..73b073e 100644 --- a/LiteLoader/Header/MC/NBStartPiece.hpp +++ b/LiteLoader/include/llapi/mc/NBStartPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NBBridgeCrossing.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NameAction.hpp b/LiteLoader/include/llapi/mc/NameAction.hpp similarity index 93% rename from LiteLoader/Header/MC/NameAction.hpp rename to LiteLoader/include/llapi/mc/NameAction.hpp index 63ec10d..56e4ec0 100644 --- a/LiteLoader/Header/MC/NameAction.hpp +++ b/LiteLoader/include/llapi/mc/NameAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NameableComponent.hpp b/LiteLoader/include/llapi/mc/NameableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/NameableComponent.hpp rename to LiteLoader/include/llapi/mc/NameableComponent.hpp index 16f2fb8..285f782 100644 --- a/LiteLoader/Header/MC/NameableComponent.hpp +++ b/LiteLoader/include/llapi/mc/NameableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NameableDefinition.hpp b/LiteLoader/include/llapi/mc/NameableDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/NameableDefinition.hpp rename to LiteLoader/include/llapi/mc/NameableDefinition.hpp index 0b7711c..cb3e384 100644 --- a/LiteLoader/Header/MC/NameableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/NameableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/NapGoal.hpp b/LiteLoader/include/llapi/mc/NapGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/NapGoal.hpp rename to LiteLoader/include/llapi/mc/NapGoal.hpp index 10d8b4f..9e8752b 100644 --- a/LiteLoader/Header/MC/NapGoal.hpp +++ b/LiteLoader/include/llapi/mc/NapGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationClimbDescription.hpp b/LiteLoader/include/llapi/mc/NavigationClimbDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationClimbDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationClimbDescription.hpp index 24dad7c..7805d81 100644 --- a/LiteLoader/Header/MC/NavigationClimbDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationClimbDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationComponent.hpp b/LiteLoader/include/llapi/mc/NavigationComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/NavigationComponent.hpp rename to LiteLoader/include/llapi/mc/NavigationComponent.hpp index 7f027d2..78eac94 100644 --- a/LiteLoader/Header/MC/NavigationComponent.hpp +++ b/LiteLoader/include/llapi/mc/NavigationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationDescription.hpp b/LiteLoader/include/llapi/mc/NavigationDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationDescription.hpp index 9eb60af..71bac35 100644 --- a/LiteLoader/Header/MC/NavigationDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationFloatDescription.hpp b/LiteLoader/include/llapi/mc/NavigationFloatDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationFloatDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationFloatDescription.hpp index 315fd08..147136c 100644 --- a/LiteLoader/Header/MC/NavigationFloatDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationFloatDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationFlyDescription.hpp b/LiteLoader/include/llapi/mc/NavigationFlyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationFlyDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationFlyDescription.hpp index fdb4473..0235bba 100644 --- a/LiteLoader/Header/MC/NavigationFlyDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationFlyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationGenericDescription.hpp b/LiteLoader/include/llapi/mc/NavigationGenericDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationGenericDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationGenericDescription.hpp index 223f52d..a49c28d 100644 --- a/LiteLoader/Header/MC/NavigationGenericDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationGenericDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationHoverDescription.hpp b/LiteLoader/include/llapi/mc/NavigationHoverDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationHoverDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationHoverDescription.hpp index 2b01f3f..1882fbc 100644 --- a/LiteLoader/Header/MC/NavigationHoverDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationHoverDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationSwimDescription.hpp b/LiteLoader/include/llapi/mc/NavigationSwimDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationSwimDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationSwimDescription.hpp index 7386ba5..704feee 100644 --- a/LiteLoader/Header/MC/NavigationSwimDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationSwimDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationSystem.hpp b/LiteLoader/include/llapi/mc/NavigationSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/NavigationSystem.hpp rename to LiteLoader/include/llapi/mc/NavigationSystem.hpp index 9d659d7..ac6b56e 100644 --- a/LiteLoader/Header/MC/NavigationSystem.hpp +++ b/LiteLoader/include/llapi/mc/NavigationSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationUtility.hpp b/LiteLoader/include/llapi/mc/NavigationUtility.hpp similarity index 97% rename from LiteLoader/Header/MC/NavigationUtility.hpp rename to LiteLoader/include/llapi/mc/NavigationUtility.hpp index 7abab00..f6d5d9a 100644 --- a/LiteLoader/Header/MC/NavigationUtility.hpp +++ b/LiteLoader/include/llapi/mc/NavigationUtility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NavigationWalkDescription.hpp b/LiteLoader/include/llapi/mc/NavigationWalkDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/NavigationWalkDescription.hpp rename to LiteLoader/include/llapi/mc/NavigationWalkDescription.hpp index fa3390d..25b8d2d 100644 --- a/LiteLoader/Header/MC/NavigationWalkDescription.hpp +++ b/LiteLoader/include/llapi/mc/NavigationWalkDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NbtIo.hpp b/LiteLoader/include/llapi/mc/NbtIo.hpp similarity index 94% rename from LiteLoader/Header/MC/NbtIo.hpp rename to LiteLoader/include/llapi/mc/NbtIo.hpp index a29431c..dc4025e 100644 --- a/LiteLoader/Header/MC/NbtIo.hpp +++ b/LiteLoader/include/llapi/mc/NbtIo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NearestAttackableTargetDefinition.hpp b/LiteLoader/include/llapi/mc/NearestAttackableTargetDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/NearestAttackableTargetDefinition.hpp rename to LiteLoader/include/llapi/mc/NearestAttackableTargetDefinition.hpp index f8828ef..cc8279d 100644 --- a/LiteLoader/Header/MC/NearestAttackableTargetDefinition.hpp +++ b/LiteLoader/include/llapi/mc/NearestAttackableTargetDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NearestAttackableTargetGoal.hpp b/LiteLoader/include/llapi/mc/NearestAttackableTargetGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/NearestAttackableTargetGoal.hpp rename to LiteLoader/include/llapi/mc/NearestAttackableTargetGoal.hpp index d73ebbd..630aba2 100644 --- a/LiteLoader/Header/MC/NearestAttackableTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/NearestAttackableTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NearestPrioritizedAttackableTargetGoal.hpp b/LiteLoader/include/llapi/mc/NearestPrioritizedAttackableTargetGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/NearestPrioritizedAttackableTargetGoal.hpp rename to LiteLoader/include/llapi/mc/NearestPrioritizedAttackableTargetGoal.hpp index 27351da..b6b8c9e 100644 --- a/LiteLoader/Header/MC/NearestPrioritizedAttackableTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/NearestPrioritizedAttackableTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "NearestAttackableTargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetEventCallback.hpp b/LiteLoader/include/llapi/mc/NetEventCallback.hpp similarity index 99% rename from LiteLoader/Header/MC/NetEventCallback.hpp rename to LiteLoader/include/llapi/mc/NetEventCallback.hpp index 06c96a7..8db0e92 100644 --- a/LiteLoader/Header/MC/NetEventCallback.hpp +++ b/LiteLoader/include/llapi/mc/NetEventCallback.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherBrightnessRamp.hpp b/LiteLoader/include/llapi/mc/NetherBrightnessRamp.hpp similarity index 95% rename from LiteLoader/Header/MC/NetherBrightnessRamp.hpp rename to LiteLoader/include/llapi/mc/NetherBrightnessRamp.hpp index 804a229..e056e85 100644 --- a/LiteLoader/Header/MC/NetherBrightnessRamp.hpp +++ b/LiteLoader/include/llapi/mc/NetherBrightnessRamp.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "DimensionBrightnessRamp.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherDimension.hpp b/LiteLoader/include/llapi/mc/NetherDimension.hpp similarity index 96% rename from LiteLoader/Header/MC/NetherDimension.hpp rename to LiteLoader/include/llapi/mc/NetherDimension.hpp index 015a816..e71d8b3 100644 --- a/LiteLoader/Header/MC/NetherDimension.hpp +++ b/LiteLoader/include/llapi/mc/NetherDimension.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherFortressFeature.hpp b/LiteLoader/include/llapi/mc/NetherFortressFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/NetherFortressFeature.hpp rename to LiteLoader/include/llapi/mc/NetherFortressFeature.hpp index f7651e4..6584d3e 100644 --- a/LiteLoader/Header/MC/NetherFortressFeature.hpp +++ b/LiteLoader/include/llapi/mc/NetherFortressFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherFortressPiece.hpp b/LiteLoader/include/llapi/mc/NetherFortressPiece.hpp similarity index 98% rename from LiteLoader/Header/MC/NetherFortressPiece.hpp rename to LiteLoader/include/llapi/mc/NetherFortressPiece.hpp index 65e7ad6..1d31ecc 100644 --- a/LiteLoader/Header/MC/NetherFortressPiece.hpp +++ b/LiteLoader/include/llapi/mc/NetherFortressPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherFortressStart.hpp b/LiteLoader/include/llapi/mc/NetherFortressStart.hpp similarity index 95% rename from LiteLoader/Header/MC/NetherFortressStart.hpp rename to LiteLoader/include/llapi/mc/NetherFortressStart.hpp index 971663a..fa6e606 100644 --- a/LiteLoader/Header/MC/NetherFortressStart.hpp +++ b/LiteLoader/include/llapi/mc/NetherFortressStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherFossilFeature.hpp b/LiteLoader/include/llapi/mc/NetherFossilFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/NetherFossilFeature.hpp rename to LiteLoader/include/llapi/mc/NetherFossilFeature.hpp index 962a6d5..6642a9f 100644 --- a/LiteLoader/Header/MC/NetherFossilFeature.hpp +++ b/LiteLoader/include/llapi/mc/NetherFossilFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherFungusBlock.hpp b/LiteLoader/include/llapi/mc/NetherFungusBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NetherFungusBlock.hpp rename to LiteLoader/include/llapi/mc/NetherFungusBlock.hpp index fc32281..c164079 100644 --- a/LiteLoader/Header/MC/NetherFungusBlock.hpp +++ b/LiteLoader/include/llapi/mc/NetherFungusBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherGenerator.hpp b/LiteLoader/include/llapi/mc/NetherGenerator.hpp similarity index 97% rename from LiteLoader/Header/MC/NetherGenerator.hpp rename to LiteLoader/include/llapi/mc/NetherGenerator.hpp index 12e3bc1..ac5c650 100644 --- a/LiteLoader/Header/MC/NetherGenerator.hpp +++ b/LiteLoader/include/llapi/mc/NetherGenerator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherReactorBlock.hpp b/LiteLoader/include/llapi/mc/NetherReactorBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/NetherReactorBlock.hpp rename to LiteLoader/include/llapi/mc/NetherReactorBlock.hpp index ec32cc3..c25914f 100644 --- a/LiteLoader/Header/MC/NetherReactorBlock.hpp +++ b/LiteLoader/include/llapi/mc/NetherReactorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherReactorBlockActor.hpp b/LiteLoader/include/llapi/mc/NetherReactorBlockActor.hpp similarity index 96% rename from LiteLoader/Header/MC/NetherReactorBlockActor.hpp rename to LiteLoader/include/llapi/mc/NetherReactorBlockActor.hpp index 498de6e..9f7d179 100644 --- a/LiteLoader/Header/MC/NetherReactorBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/NetherReactorBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherSprouts.hpp b/LiteLoader/include/llapi/mc/NetherSprouts.hpp similarity index 98% rename from LiteLoader/Header/MC/NetherSprouts.hpp rename to LiteLoader/include/llapi/mc/NetherSprouts.hpp index 4426af7..b417322 100644 --- a/LiteLoader/Header/MC/NetherSprouts.hpp +++ b/LiteLoader/include/llapi/mc/NetherSprouts.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherStructureFeatureHelper.hpp b/LiteLoader/include/llapi/mc/NetherStructureFeatureHelper.hpp similarity index 91% rename from LiteLoader/Header/MC/NetherStructureFeatureHelper.hpp rename to LiteLoader/include/llapi/mc/NetherStructureFeatureHelper.hpp index 087cc22..397a1f9 100644 --- a/LiteLoader/Header/MC/NetherStructureFeatureHelper.hpp +++ b/LiteLoader/include/llapi/mc/NetherStructureFeatureHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherWartBlock.hpp b/LiteLoader/include/llapi/mc/NetherWartBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NetherWartBlock.hpp rename to LiteLoader/include/llapi/mc/NetherWartBlock.hpp index b9b53e7..8ec2876 100644 --- a/LiteLoader/Header/MC/NetherWartBlock.hpp +++ b/LiteLoader/include/llapi/mc/NetherWartBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetheriteArmorEquippedListener.hpp b/LiteLoader/include/llapi/mc/NetheriteArmorEquippedListener.hpp similarity index 97% rename from LiteLoader/Header/MC/NetheriteArmorEquippedListener.hpp rename to LiteLoader/include/llapi/mc/NetheriteArmorEquippedListener.hpp index b62d140..9243081 100644 --- a/LiteLoader/Header/MC/NetheriteArmorEquippedListener.hpp +++ b/LiteLoader/include/llapi/mc/NetheriteArmorEquippedListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetherrackBlock.hpp b/LiteLoader/include/llapi/mc/NetherrackBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NetherrackBlock.hpp rename to LiteLoader/include/llapi/mc/NetherrackBlock.hpp index d8b7604..57140dc 100644 --- a/LiteLoader/Header/MC/NetherrackBlock.hpp +++ b/LiteLoader/include/llapi/mc/NetherrackBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkAddress.hpp b/LiteLoader/include/llapi/mc/NetworkAddress.hpp similarity index 94% rename from LiteLoader/Header/MC/NetworkAddress.hpp rename to LiteLoader/include/llapi/mc/NetworkAddress.hpp index 9900482..a4709c8 100644 --- a/LiteLoader/Header/MC/NetworkAddress.hpp +++ b/LiteLoader/include/llapi/mc/NetworkAddress.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkChunkPublisher.hpp b/LiteLoader/include/llapi/mc/NetworkChunkPublisher.hpp similarity index 96% rename from LiteLoader/Header/MC/NetworkChunkPublisher.hpp rename to LiteLoader/include/llapi/mc/NetworkChunkPublisher.hpp index 97a102a..77ac7f3 100644 --- a/LiteLoader/Header/MC/NetworkChunkPublisher.hpp +++ b/LiteLoader/include/llapi/mc/NetworkChunkPublisher.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkChunkPublisherUpdatePacket.hpp b/LiteLoader/include/llapi/mc/NetworkChunkPublisherUpdatePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/NetworkChunkPublisherUpdatePacket.hpp rename to LiteLoader/include/llapi/mc/NetworkChunkPublisherUpdatePacket.hpp index 61556a7..a206f4c 100644 --- a/LiteLoader/Header/MC/NetworkChunkPublisherUpdatePacket.hpp +++ b/LiteLoader/include/llapi/mc/NetworkChunkPublisherUpdatePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkChunkSource.hpp b/LiteLoader/include/llapi/mc/NetworkChunkSource.hpp similarity index 97% rename from LiteLoader/Header/MC/NetworkChunkSource.hpp rename to LiteLoader/include/llapi/mc/NetworkChunkSource.hpp index 938a6a5..f4d0c07 100644 --- a/LiteLoader/Header/MC/NetworkChunkSource.hpp +++ b/LiteLoader/include/llapi/mc/NetworkChunkSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkDebugManager.hpp b/LiteLoader/include/llapi/mc/NetworkDebugManager.hpp similarity index 94% rename from LiteLoader/Header/MC/NetworkDebugManager.hpp rename to LiteLoader/include/llapi/mc/NetworkDebugManager.hpp index fb881f4..a3f7e5a 100644 --- a/LiteLoader/Header/MC/NetworkDebugManager.hpp +++ b/LiteLoader/include/llapi/mc/NetworkDebugManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkHandler.hpp b/LiteLoader/include/llapi/mc/NetworkHandler.hpp similarity index 98% rename from LiteLoader/Header/MC/NetworkHandler.hpp rename to LiteLoader/include/llapi/mc/NetworkHandler.hpp index 9d22567..82dc745 100644 --- a/LiteLoader/Header/MC/NetworkHandler.hpp +++ b/LiteLoader/include/llapi/mc/NetworkHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkIdentifier.hpp b/LiteLoader/include/llapi/mc/NetworkIdentifier.hpp similarity index 96% rename from LiteLoader/Header/MC/NetworkIdentifier.hpp rename to LiteLoader/include/llapi/mc/NetworkIdentifier.hpp index 181c487..f2883a0 100644 --- a/LiteLoader/Header/MC/NetworkIdentifier.hpp +++ b/LiteLoader/include/llapi/mc/NetworkIdentifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "RakNet.hpp" diff --git a/LiteLoader/Header/MC/NetworkPacketEventListener.hpp b/LiteLoader/include/llapi/mc/NetworkPacketEventListener.hpp similarity index 95% rename from LiteLoader/Header/MC/NetworkPacketEventListener.hpp rename to LiteLoader/include/llapi/mc/NetworkPacketEventListener.hpp index 2f4f192..d46a6f5 100644 --- a/LiteLoader/Header/MC/NetworkPacketEventListener.hpp +++ b/LiteLoader/include/llapi/mc/NetworkPacketEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkPeer.hpp b/LiteLoader/include/llapi/mc/NetworkPeer.hpp similarity index 97% rename from LiteLoader/Header/MC/NetworkPeer.hpp rename to LiteLoader/include/llapi/mc/NetworkPeer.hpp index 13aabb8..32bf96b 100644 --- a/LiteLoader/Header/MC/NetworkPeer.hpp +++ b/LiteLoader/include/llapi/mc/NetworkPeer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkSettingsPacket.hpp b/LiteLoader/include/llapi/mc/NetworkSettingsPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/NetworkSettingsPacket.hpp rename to LiteLoader/include/llapi/mc/NetworkSettingsPacket.hpp index 65fc628..14473d5 100644 --- a/LiteLoader/Header/MC/NetworkSettingsPacket.hpp +++ b/LiteLoader/include/llapi/mc/NetworkSettingsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkStackLatencyPacket.hpp b/LiteLoader/include/llapi/mc/NetworkStackLatencyPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/NetworkStackLatencyPacket.hpp rename to LiteLoader/include/llapi/mc/NetworkStackLatencyPacket.hpp index 29b68b6..b3a148d 100644 --- a/LiteLoader/Header/MC/NetworkStackLatencyPacket.hpp +++ b/LiteLoader/include/llapi/mc/NetworkStackLatencyPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NetworkStatistics.hpp b/LiteLoader/include/llapi/mc/NetworkStatistics.hpp similarity index 94% rename from LiteLoader/Header/MC/NetworkStatistics.hpp rename to LiteLoader/include/llapi/mc/NetworkStatistics.hpp index 8dc3735..48fc8e1 100644 --- a/LiteLoader/Header/MC/NetworkStatistics.hpp +++ b/LiteLoader/include/llapi/mc/NetworkStatistics.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NewLeafBlock.hpp b/LiteLoader/include/llapi/mc/NewLeafBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NewLeafBlock.hpp rename to LiteLoader/include/llapi/mc/NewLeafBlock.hpp index 5521d8f..4994bff 100644 --- a/LiteLoader/Header/MC/NewLeafBlock.hpp +++ b/LiteLoader/include/llapi/mc/NewLeafBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LeafBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NewLogBlock.hpp b/LiteLoader/include/llapi/mc/NewLogBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NewLogBlock.hpp rename to LiteLoader/include/llapi/mc/NewLogBlock.hpp index 4fd4774..636c4f7 100644 --- a/LiteLoader/Header/MC/NewLogBlock.hpp +++ b/LiteLoader/include/llapi/mc/NewLogBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NoSurfaceOreFeature.hpp b/LiteLoader/include/llapi/mc/NoSurfaceOreFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/NoSurfaceOreFeature.hpp rename to LiteLoader/include/llapi/mc/NoSurfaceOreFeature.hpp index f45abe9..278ae32 100644 --- a/LiteLoader/Header/MC/NoSurfaceOreFeature.hpp +++ b/LiteLoader/include/llapi/mc/NoSurfaceOreFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NormalNoiseLayer.hpp b/LiteLoader/include/llapi/mc/NormalNoiseLayer.hpp similarity index 95% rename from LiteLoader/Header/MC/NormalNoiseLayer.hpp rename to LiteLoader/include/llapi/mc/NormalNoiseLayer.hpp index 7423007..cd0f8d3 100644 --- a/LiteLoader/Header/MC/NormalNoiseLayer.hpp +++ b/LiteLoader/include/llapi/mc/NormalNoiseLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NoteBlock.hpp b/LiteLoader/include/llapi/mc/NoteBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/NoteBlock.hpp rename to LiteLoader/include/llapi/mc/NoteBlock.hpp index f1df956..97e8206 100644 --- a/LiteLoader/Header/MC/NoteBlock.hpp +++ b/LiteLoader/include/llapi/mc/NoteBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Npc.hpp b/LiteLoader/include/llapi/mc/Npc.hpp similarity index 98% rename from LiteLoader/Header/MC/Npc.hpp rename to LiteLoader/include/llapi/mc/Npc.hpp index 9d6a885..e807af0 100644 --- a/LiteLoader/Header/MC/Npc.hpp +++ b/LiteLoader/include/llapi/mc/Npc.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/NpcAction.hpp b/LiteLoader/include/llapi/mc/NpcAction.hpp similarity index 97% rename from LiteLoader/Header/MC/NpcAction.hpp rename to LiteLoader/include/llapi/mc/NpcAction.hpp index edc191e..f06ded7 100644 --- a/LiteLoader/Header/MC/NpcAction.hpp +++ b/LiteLoader/include/llapi/mc/NpcAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcCommandAction.hpp b/LiteLoader/include/llapi/mc/NpcCommandAction.hpp similarity index 95% rename from LiteLoader/Header/MC/NpcCommandAction.hpp rename to LiteLoader/include/llapi/mc/NpcCommandAction.hpp index a791d9e..13ab1a4 100644 --- a/LiteLoader/Header/MC/NpcCommandAction.hpp +++ b/LiteLoader/include/llapi/mc/NpcCommandAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcComponent.hpp b/LiteLoader/include/llapi/mc/NpcComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/NpcComponent.hpp rename to LiteLoader/include/llapi/mc/NpcComponent.hpp index fc8e803..6136818 100644 --- a/LiteLoader/Header/MC/NpcComponent.hpp +++ b/LiteLoader/include/llapi/mc/NpcComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcGUIOffset.hpp b/LiteLoader/include/llapi/mc/NpcGUIOffset.hpp similarity index 93% rename from LiteLoader/Header/MC/NpcGUIOffset.hpp rename to LiteLoader/include/llapi/mc/NpcGUIOffset.hpp index 8f8a257..3043bc9 100644 --- a/LiteLoader/Header/MC/NpcGUIOffset.hpp +++ b/LiteLoader/include/llapi/mc/NpcGUIOffset.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcI18nObserver.hpp b/LiteLoader/include/llapi/mc/NpcI18nObserver.hpp similarity index 95% rename from LiteLoader/Header/MC/NpcI18nObserver.hpp rename to LiteLoader/include/llapi/mc/NpcI18nObserver.hpp index d0a4e69..be47ff3 100644 --- a/LiteLoader/Header/MC/NpcI18nObserver.hpp +++ b/LiteLoader/include/llapi/mc/NpcI18nObserver.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcRequestPacket.hpp b/LiteLoader/include/llapi/mc/NpcRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/NpcRequestPacket.hpp rename to LiteLoader/include/llapi/mc/NpcRequestPacket.hpp index 1e79aeb..a80cd0c 100644 --- a/LiteLoader/Header/MC/NpcRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/NpcRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NpcUrlAction.hpp b/LiteLoader/include/llapi/mc/NpcUrlAction.hpp similarity index 94% rename from LiteLoader/Header/MC/NpcUrlAction.hpp rename to LiteLoader/include/llapi/mc/NpcUrlAction.hpp index 7a8d5c4..8061bc2 100644 --- a/LiteLoader/Header/MC/NpcUrlAction.hpp +++ b/LiteLoader/include/llapi/mc/NpcUrlAction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NullLogger.hpp b/LiteLoader/include/llapi/mc/NullLogger.hpp similarity index 94% rename from LiteLoader/Header/MC/NullLogger.hpp rename to LiteLoader/include/llapi/mc/NullLogger.hpp index ab7fc80..3404219 100644 --- a/LiteLoader/Header/MC/NullLogger.hpp +++ b/LiteLoader/include/llapi/mc/NullLogger.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NullSecureStorage.hpp b/LiteLoader/include/llapi/mc/NullSecureStorage.hpp similarity index 95% rename from LiteLoader/Header/MC/NullSecureStorage.hpp rename to LiteLoader/include/llapi/mc/NullSecureStorage.hpp index fdbc9ec..82944a9 100644 --- a/LiteLoader/Header/MC/NullSecureStorage.hpp +++ b/LiteLoader/include/llapi/mc/NullSecureStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NullSoundPlayer.hpp b/LiteLoader/include/llapi/mc/NullSoundPlayer.hpp similarity index 98% rename from LiteLoader/Header/MC/NullSoundPlayer.hpp rename to LiteLoader/include/llapi/mc/NullSoundPlayer.hpp index 395fe6d..432c255 100644 --- a/LiteLoader/Header/MC/NullSoundPlayer.hpp +++ b/LiteLoader/include/llapi/mc/NullSoundPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/NyliumBlock.hpp b/LiteLoader/include/llapi/mc/NyliumBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/NyliumBlock.hpp rename to LiteLoader/include/llapi/mc/NyliumBlock.hpp index 64da25a..43bc6f8 100644 --- a/LiteLoader/Header/MC/NyliumBlock.hpp +++ b/LiteLoader/include/llapi/mc/NyliumBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OSInformation.hpp b/LiteLoader/include/llapi/mc/OSInformation.hpp similarity index 93% rename from LiteLoader/Header/MC/OSInformation.hpp rename to LiteLoader/include/llapi/mc/OSInformation.hpp index 537b62a..fbdb1eb 100644 --- a/LiteLoader/Header/MC/OSInformation.hpp +++ b/LiteLoader/include/llapi/mc/OSInformation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Objective.hpp b/LiteLoader/include/llapi/mc/Objective.hpp similarity index 97% rename from LiteLoader/Header/MC/Objective.hpp rename to LiteLoader/include/llapi/mc/Objective.hpp index d8a73db..c30ff86 100644 --- a/LiteLoader/Header/MC/Objective.hpp +++ b/LiteLoader/include/llapi/mc/Objective.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ObjectiveCriteria.hpp b/LiteLoader/include/llapi/mc/ObjectiveCriteria.hpp similarity index 94% rename from LiteLoader/Header/MC/ObjectiveCriteria.hpp rename to LiteLoader/include/llapi/mc/ObjectiveCriteria.hpp index 3ce357e..3d565a6 100644 --- a/LiteLoader/Header/MC/ObjectiveCriteria.hpp +++ b/LiteLoader/include/llapi/mc/ObjectiveCriteria.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ObserverBlock.hpp b/LiteLoader/include/llapi/mc/ObserverBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ObserverBlock.hpp rename to LiteLoader/include/llapi/mc/ObserverBlock.hpp index 7347325..381e73e 100644 --- a/LiteLoader/Header/MC/ObserverBlock.hpp +++ b/LiteLoader/include/llapi/mc/ObserverBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ObsidianBlock.hpp b/LiteLoader/include/llapi/mc/ObsidianBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ObsidianBlock.hpp rename to LiteLoader/include/llapi/mc/ObsidianBlock.hpp index 13f1af3..5f61ce4 100644 --- a/LiteLoader/Header/MC/ObsidianBlock.hpp +++ b/LiteLoader/include/llapi/mc/ObsidianBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMixerLayer.hpp b/LiteLoader/include/llapi/mc/OceanMixerLayer.hpp similarity index 96% rename from LiteLoader/Header/MC/OceanMixerLayer.hpp rename to LiteLoader/include/llapi/mc/OceanMixerLayer.hpp index 3620e7f..eaf484b 100644 --- a/LiteLoader/Header/MC/OceanMixerLayer.hpp +++ b/LiteLoader/include/llapi/mc/OceanMixerLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentCoreRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentCoreRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentCoreRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentCoreRoom.hpp index 8b55394..e4c232b 100644 --- a/LiteLoader/Header/MC/OceanMonumentCoreRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentCoreRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentDoubleXRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentDoubleXRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentDoubleXRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentDoubleXRoom.hpp index a51d35f..606635d 100644 --- a/LiteLoader/Header/MC/OceanMonumentDoubleXRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentDoubleXRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentDoubleXYRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentDoubleXYRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentDoubleXYRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentDoubleXYRoom.hpp index 1baacbd..132c116 100644 --- a/LiteLoader/Header/MC/OceanMonumentDoubleXYRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentDoubleXYRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentDoubleYRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentDoubleYRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentDoubleYRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentDoubleYRoom.hpp index 4ad1429..7578022 100644 --- a/LiteLoader/Header/MC/OceanMonumentDoubleYRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentDoubleYRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentDoubleYZRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentDoubleYZRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentDoubleYZRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentDoubleYZRoom.hpp index d47db54..69879a5 100644 --- a/LiteLoader/Header/MC/OceanMonumentDoubleYZRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentDoubleYZRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentDoubleZRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentDoubleZRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentDoubleZRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentDoubleZRoom.hpp index 8f2df80..3415d7b 100644 --- a/LiteLoader/Header/MC/OceanMonumentDoubleZRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentDoubleZRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentEntryRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentEntryRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentEntryRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentEntryRoom.hpp index 79aa60f..1fd92a4 100644 --- a/LiteLoader/Header/MC/OceanMonumentEntryRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentEntryRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentFeature.hpp b/LiteLoader/include/llapi/mc/OceanMonumentFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/OceanMonumentFeature.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentFeature.hpp index aa392d1..6b0b2e6 100644 --- a/LiteLoader/Header/MC/OceanMonumentFeature.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentPenthouse.hpp b/LiteLoader/include/llapi/mc/OceanMonumentPenthouse.hpp similarity index 96% rename from LiteLoader/Header/MC/OceanMonumentPenthouse.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentPenthouse.hpp index c2a1c82..a20779b 100644 --- a/LiteLoader/Header/MC/OceanMonumentPenthouse.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentPenthouse.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentPiece.hpp b/LiteLoader/include/llapi/mc/OceanMonumentPiece.hpp similarity index 98% rename from LiteLoader/Header/MC/OceanMonumentPiece.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentPiece.hpp index 0d6cac5..88a337d 100644 --- a/LiteLoader/Header/MC/OceanMonumentPiece.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentSimpleRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentSimpleRoom.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentSimpleRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentSimpleRoom.hpp index 4b2a01f..dc6c1c6 100644 --- a/LiteLoader/Header/MC/OceanMonumentSimpleRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentSimpleRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentSimpleTopRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentSimpleTopRoom.hpp similarity index 96% rename from LiteLoader/Header/MC/OceanMonumentSimpleTopRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentSimpleTopRoom.hpp index 6a08c0c..aa2350c 100644 --- a/LiteLoader/Header/MC/OceanMonumentSimpleTopRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentSimpleTopRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentStart.hpp b/LiteLoader/include/llapi/mc/OceanMonumentStart.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanMonumentStart.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentStart.hpp index 5440300..8e2a5a1 100644 --- a/LiteLoader/Header/MC/OceanMonumentStart.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanMonumentWingRoom.hpp b/LiteLoader/include/llapi/mc/OceanMonumentWingRoom.hpp similarity index 96% rename from LiteLoader/Header/MC/OceanMonumentWingRoom.hpp rename to LiteLoader/include/llapi/mc/OceanMonumentWingRoom.hpp index be32983..a2ddd9e 100644 --- a/LiteLoader/Header/MC/OceanMonumentWingRoom.hpp +++ b/LiteLoader/include/llapi/mc/OceanMonumentWingRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "OceanMonumentPiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanRuinFeature.hpp b/LiteLoader/include/llapi/mc/OceanRuinFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/OceanRuinFeature.hpp rename to LiteLoader/include/llapi/mc/OceanRuinFeature.hpp index 745ddcd..a6bde76 100644 --- a/LiteLoader/Header/MC/OceanRuinFeature.hpp +++ b/LiteLoader/include/llapi/mc/OceanRuinFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanRuinPieces.hpp b/LiteLoader/include/llapi/mc/OceanRuinPieces.hpp similarity index 98% rename from LiteLoader/Header/MC/OceanRuinPieces.hpp rename to LiteLoader/include/llapi/mc/OceanRuinPieces.hpp index de5f717..5a2ba91 100644 --- a/LiteLoader/Header/MC/OceanRuinPieces.hpp +++ b/LiteLoader/include/llapi/mc/OceanRuinPieces.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OceanRuinStart.hpp b/LiteLoader/include/llapi/mc/OceanRuinStart.hpp similarity index 95% rename from LiteLoader/Header/MC/OceanRuinStart.hpp rename to LiteLoader/include/llapi/mc/OceanRuinStart.hpp index 63ce243..db09a42 100644 --- a/LiteLoader/Header/MC/OceanRuinStart.hpp +++ b/LiteLoader/include/llapi/mc/OceanRuinStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Ocelot.hpp b/LiteLoader/include/llapi/mc/Ocelot.hpp similarity index 98% rename from LiteLoader/Header/MC/Ocelot.hpp rename to LiteLoader/include/llapi/mc/Ocelot.hpp index 0cc85f4..fa6b3a5 100644 --- a/LiteLoader/Header/MC/Ocelot.hpp +++ b/LiteLoader/include/llapi/mc/Ocelot.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/OcelotAttackDefinition.hpp b/LiteLoader/include/llapi/mc/OcelotAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/OcelotAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/OcelotAttackDefinition.hpp index e07f113..8330f76 100644 --- a/LiteLoader/Header/MC/OcelotAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/OcelotAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OcelotAttackGoal.hpp b/LiteLoader/include/llapi/mc/OcelotAttackGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/OcelotAttackGoal.hpp rename to LiteLoader/include/llapi/mc/OcelotAttackGoal.hpp index d1a96dc..76147bd 100644 --- a/LiteLoader/Header/MC/OcelotAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/OcelotAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OcelotSitOnBlockGoal.hpp b/LiteLoader/include/llapi/mc/OcelotSitOnBlockGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/OcelotSitOnBlockGoal.hpp rename to LiteLoader/include/llapi/mc/OcelotSitOnBlockGoal.hpp index bba23c1..13cf716 100644 --- a/LiteLoader/Header/MC/OcelotSitOnBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/OcelotSitOnBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OculusPlatformMessagePump.hpp b/LiteLoader/include/llapi/mc/OculusPlatformMessagePump.hpp similarity index 94% rename from LiteLoader/Header/MC/OculusPlatformMessagePump.hpp rename to LiteLoader/include/llapi/mc/OculusPlatformMessagePump.hpp index d0d029a..fe72d6e 100644 --- a/LiteLoader/Header/MC/OculusPlatformMessagePump.hpp +++ b/LiteLoader/include/llapi/mc/OculusPlatformMessagePump.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OfferFlowerGoal.hpp b/LiteLoader/include/llapi/mc/OfferFlowerGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/OfferFlowerGoal.hpp rename to LiteLoader/include/llapi/mc/OfferFlowerGoal.hpp index 51bfbc6..f6a2c81 100644 --- a/LiteLoader/Header/MC/OfferFlowerGoal.hpp +++ b/LiteLoader/include/llapi/mc/OfferFlowerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OldLeafBlock.hpp b/LiteLoader/include/llapi/mc/OldLeafBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/OldLeafBlock.hpp rename to LiteLoader/include/llapi/mc/OldLeafBlock.hpp index 18ef347..de9657b 100644 --- a/LiteLoader/Header/MC/OldLeafBlock.hpp +++ b/LiteLoader/include/llapi/mc/OldLeafBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LeafBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OldLogBlock.hpp b/LiteLoader/include/llapi/mc/OldLogBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/OldLogBlock.hpp rename to LiteLoader/include/llapi/mc/OldLogBlock.hpp index 38df93b..906aaea 100644 --- a/LiteLoader/Header/MC/OldLogBlock.hpp +++ b/LiteLoader/include/llapi/mc/OldLogBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnDeathDescription.hpp b/LiteLoader/include/llapi/mc/OnDeathDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnDeathDescription.hpp rename to LiteLoader/include/llapi/mc/OnDeathDescription.hpp index 67899e5..5818ae2 100644 --- a/LiteLoader/Header/MC/OnDeathDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnDeathDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnFriendlyAngerDescription.hpp b/LiteLoader/include/llapi/mc/OnFriendlyAngerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnFriendlyAngerDescription.hpp rename to LiteLoader/include/llapi/mc/OnFriendlyAngerDescription.hpp index c09585b..6764ea0 100644 --- a/LiteLoader/Header/MC/OnFriendlyAngerDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnFriendlyAngerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnHitSubcomponent.hpp b/LiteLoader/include/llapi/mc/OnHitSubcomponent.hpp similarity index 94% rename from LiteLoader/Header/MC/OnHitSubcomponent.hpp rename to LiteLoader/include/llapi/mc/OnHitSubcomponent.hpp index 6a234c0..b2e9ba3 100644 --- a/LiteLoader/Header/MC/OnHitSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/OnHitSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnHurtByPlayerDescription.hpp b/LiteLoader/include/llapi/mc/OnHurtByPlayerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnHurtByPlayerDescription.hpp rename to LiteLoader/include/llapi/mc/OnHurtByPlayerDescription.hpp index f51898a..0316423 100644 --- a/LiteLoader/Header/MC/OnHurtByPlayerDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnHurtByPlayerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnHurtDescription.hpp b/LiteLoader/include/llapi/mc/OnHurtDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnHurtDescription.hpp rename to LiteLoader/include/llapi/mc/OnHurtDescription.hpp index 71e9512..9bfc448 100644 --- a/LiteLoader/Header/MC/OnHurtDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnHurtDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnIgniteDescription.hpp b/LiteLoader/include/llapi/mc/OnIgniteDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnIgniteDescription.hpp rename to LiteLoader/include/llapi/mc/OnIgniteDescription.hpp index 1ab0d5c..d1d771c 100644 --- a/LiteLoader/Header/MC/OnIgniteDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnIgniteDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnScreenTextureAnimationPacket.hpp b/LiteLoader/include/llapi/mc/OnScreenTextureAnimationPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/OnScreenTextureAnimationPacket.hpp rename to LiteLoader/include/llapi/mc/OnScreenTextureAnimationPacket.hpp index ac51784..fa205a0 100644 --- a/LiteLoader/Header/MC/OnScreenTextureAnimationPacket.hpp +++ b/LiteLoader/include/llapi/mc/OnScreenTextureAnimationPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnStartLandingDescription.hpp b/LiteLoader/include/llapi/mc/OnStartLandingDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnStartLandingDescription.hpp rename to LiteLoader/include/llapi/mc/OnStartLandingDescription.hpp index b19be07..6ae7cc9 100644 --- a/LiteLoader/Header/MC/OnStartLandingDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnStartLandingDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnStartTakeoffDescription.hpp b/LiteLoader/include/llapi/mc/OnStartTakeoffDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnStartTakeoffDescription.hpp rename to LiteLoader/include/llapi/mc/OnStartTakeoffDescription.hpp index 1eb2d36..5a0530f 100644 --- a/LiteLoader/Header/MC/OnStartTakeoffDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnStartTakeoffDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnTargetAcquiredDescription.hpp b/LiteLoader/include/llapi/mc/OnTargetAcquiredDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnTargetAcquiredDescription.hpp rename to LiteLoader/include/llapi/mc/OnTargetAcquiredDescription.hpp index f93bf12..ff7e3c7 100644 --- a/LiteLoader/Header/MC/OnTargetAcquiredDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnTargetAcquiredDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnTargetEscapeDescription.hpp b/LiteLoader/include/llapi/mc/OnTargetEscapeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnTargetEscapeDescription.hpp rename to LiteLoader/include/llapi/mc/OnTargetEscapeDescription.hpp index 594fd4c..7ff2780 100644 --- a/LiteLoader/Header/MC/OnTargetEscapeDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnTargetEscapeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OnWakeWithOwnerDescription.hpp b/LiteLoader/include/llapi/mc/OnWakeWithOwnerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OnWakeWithOwnerDescription.hpp rename to LiteLoader/include/llapi/mc/OnWakeWithOwnerDescription.hpp index 5877163..6bfabfa 100644 --- a/LiteLoader/Header/MC/OnWakeWithOwnerDescription.hpp +++ b/LiteLoader/include/llapi/mc/OnWakeWithOwnerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OpCommand.hpp b/LiteLoader/include/llapi/mc/OpCommand.hpp similarity index 94% rename from LiteLoader/Header/MC/OpCommand.hpp rename to LiteLoader/include/llapi/mc/OpCommand.hpp index ba2d32f..a4c7f53 100644 --- a/LiteLoader/Header/MC/OpCommand.hpp +++ b/LiteLoader/include/llapi/mc/OpCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OpenDoorAnnotationComponent.hpp b/LiteLoader/include/llapi/mc/OpenDoorAnnotationComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/OpenDoorAnnotationComponent.hpp rename to LiteLoader/include/llapi/mc/OpenDoorAnnotationComponent.hpp index d9f72db..b150698 100644 --- a/LiteLoader/Header/MC/OpenDoorAnnotationComponent.hpp +++ b/LiteLoader/include/llapi/mc/OpenDoorAnnotationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OpenDoorAnnotationDescription.hpp b/LiteLoader/include/llapi/mc/OpenDoorAnnotationDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/OpenDoorAnnotationDescription.hpp rename to LiteLoader/include/llapi/mc/OpenDoorAnnotationDescription.hpp index 4576caf..1948daa 100644 --- a/LiteLoader/Header/MC/OpenDoorAnnotationDescription.hpp +++ b/LiteLoader/include/llapi/mc/OpenDoorAnnotationDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OpenDoorAnnotationSystem.hpp b/LiteLoader/include/llapi/mc/OpenDoorAnnotationSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/OpenDoorAnnotationSystem.hpp rename to LiteLoader/include/llapi/mc/OpenDoorAnnotationSystem.hpp index 633db0c..f7dd4eb 100644 --- a/LiteLoader/Header/MC/OpenDoorAnnotationSystem.hpp +++ b/LiteLoader/include/llapi/mc/OpenDoorAnnotationSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OpenDoorGoal.hpp b/LiteLoader/include/llapi/mc/OpenDoorGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/OpenDoorGoal.hpp rename to LiteLoader/include/llapi/mc/OpenDoorGoal.hpp index ed925cd..b106bba 100644 --- a/LiteLoader/Header/MC/OpenDoorGoal.hpp +++ b/LiteLoader/include/llapi/mc/OpenDoorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Option.hpp b/LiteLoader/include/llapi/mc/Option.hpp similarity index 97% rename from LiteLoader/Header/MC/Option.hpp rename to LiteLoader/include/llapi/mc/Option.hpp index 3773f8b..4d5faa6 100644 --- a/LiteLoader/Header/MC/Option.hpp +++ b/LiteLoader/include/llapi/mc/Option.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OptionalString.hpp b/LiteLoader/include/llapi/mc/OptionalString.hpp similarity index 93% rename from LiteLoader/Header/MC/OptionalString.hpp rename to LiteLoader/include/llapi/mc/OptionalString.hpp index 5acc5b3..64ceae6 100644 --- a/LiteLoader/Header/MC/OptionalString.hpp +++ b/LiteLoader/include/llapi/mc/OptionalString.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OreBlock.hpp b/LiteLoader/include/llapi/mc/OreBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/OreBlock.hpp rename to LiteLoader/include/llapi/mc/OreBlock.hpp index da0480c..f0676fa 100644 --- a/LiteLoader/Header/MC/OreBlock.hpp +++ b/LiteLoader/include/llapi/mc/OreBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OreFeature.hpp b/LiteLoader/include/llapi/mc/OreFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/OreFeature.hpp rename to LiteLoader/include/llapi/mc/OreFeature.hpp index 0d31c90..ed1c156 100644 --- a/LiteLoader/Header/MC/OreFeature.hpp +++ b/LiteLoader/include/llapi/mc/OreFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OverworldBrightnessRamp.hpp b/LiteLoader/include/llapi/mc/OverworldBrightnessRamp.hpp similarity index 95% rename from LiteLoader/Header/MC/OverworldBrightnessRamp.hpp rename to LiteLoader/include/llapi/mc/OverworldBrightnessRamp.hpp index 8aabdff..4dd97bf 100644 --- a/LiteLoader/Header/MC/OverworldBrightnessRamp.hpp +++ b/LiteLoader/include/llapi/mc/OverworldBrightnessRamp.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "DimensionBrightnessRamp.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OverworldDimension.hpp b/LiteLoader/include/llapi/mc/OverworldDimension.hpp similarity index 96% rename from LiteLoader/Header/MC/OverworldDimension.hpp rename to LiteLoader/include/llapi/mc/OverworldDimension.hpp index 222a5d4..04f6ec2 100644 --- a/LiteLoader/Header/MC/OverworldDimension.hpp +++ b/LiteLoader/include/llapi/mc/OverworldDimension.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OverworldGenerator.hpp b/LiteLoader/include/llapi/mc/OverworldGenerator.hpp similarity index 98% rename from LiteLoader/Header/MC/OverworldGenerator.hpp rename to LiteLoader/include/llapi/mc/OverworldGenerator.hpp index 8d25728..827f411 100644 --- a/LiteLoader/Header/MC/OverworldGenerator.hpp +++ b/LiteLoader/include/llapi/mc/OverworldGenerator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OwnerHurtByTargetGoal.hpp b/LiteLoader/include/llapi/mc/OwnerHurtByTargetGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/OwnerHurtByTargetGoal.hpp rename to LiteLoader/include/llapi/mc/OwnerHurtByTargetGoal.hpp index 0967544..38376bb 100644 --- a/LiteLoader/Header/MC/OwnerHurtByTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/OwnerHurtByTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OwnerHurtTargetGoal.hpp b/LiteLoader/include/llapi/mc/OwnerHurtTargetGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/OwnerHurtTargetGoal.hpp rename to LiteLoader/include/llapi/mc/OwnerHurtTargetGoal.hpp index 12192a7..1a95d3a 100644 --- a/LiteLoader/Header/MC/OwnerHurtTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/OwnerHurtTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/OwnerStorageEntity.hpp b/LiteLoader/include/llapi/mc/OwnerStorageEntity.hpp similarity index 97% rename from LiteLoader/Header/MC/OwnerStorageEntity.hpp rename to LiteLoader/include/llapi/mc/OwnerStorageEntity.hpp index cfa41ee..0e2c370 100644 --- a/LiteLoader/Header/MC/OwnerStorageEntity.hpp +++ b/LiteLoader/include/llapi/mc/OwnerStorageEntity.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/POIBlueprint.hpp b/LiteLoader/include/llapi/mc/POIBlueprint.hpp similarity index 94% rename from LiteLoader/Header/MC/POIBlueprint.hpp rename to LiteLoader/include/llapi/mc/POIBlueprint.hpp index 8dd3aad..3e195ad 100644 --- a/LiteLoader/Header/MC/POIBlueprint.hpp +++ b/LiteLoader/include/llapi/mc/POIBlueprint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/POIInstance.hpp b/LiteLoader/include/llapi/mc/POIInstance.hpp similarity index 95% rename from LiteLoader/Header/MC/POIInstance.hpp rename to LiteLoader/include/llapi/mc/POIInstance.hpp index f814805..00d4adc 100644 --- a/LiteLoader/Header/MC/POIInstance.hpp +++ b/LiteLoader/include/llapi/mc/POIInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Pack.hpp b/LiteLoader/include/llapi/mc/Pack.hpp similarity index 97% rename from LiteLoader/Header/MC/Pack.hpp rename to LiteLoader/include/llapi/mc/Pack.hpp index 86c850e..3d6d988 100644 --- a/LiteLoader/Header/MC/Pack.hpp +++ b/LiteLoader/include/llapi/mc/Pack.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackAccessStrategy.hpp b/LiteLoader/include/llapi/mc/PackAccessStrategy.hpp similarity index 98% rename from LiteLoader/Header/MC/PackAccessStrategy.hpp rename to LiteLoader/include/llapi/mc/PackAccessStrategy.hpp index df103ad..a646d20 100644 --- a/LiteLoader/Header/MC/PackAccessStrategy.hpp +++ b/LiteLoader/include/llapi/mc/PackAccessStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackAccessStrategyFactory.hpp b/LiteLoader/include/llapi/mc/PackAccessStrategyFactory.hpp similarity index 97% rename from LiteLoader/Header/MC/PackAccessStrategyFactory.hpp rename to LiteLoader/include/llapi/mc/PackAccessStrategyFactory.hpp index 55588c2..d7edefe 100644 --- a/LiteLoader/Header/MC/PackAccessStrategyFactory.hpp +++ b/LiteLoader/include/llapi/mc/PackAccessStrategyFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackDependencyManager.hpp b/LiteLoader/include/llapi/mc/PackDependencyManager.hpp similarity index 91% rename from LiteLoader/Header/MC/PackDependencyManager.hpp rename to LiteLoader/include/llapi/mc/PackDependencyManager.hpp index d716c1f..7273be0 100644 --- a/LiteLoader/Header/MC/PackDependencyManager.hpp +++ b/LiteLoader/include/llapi/mc/PackDependencyManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackDiscoveryError.hpp b/LiteLoader/include/llapi/mc/PackDiscoveryError.hpp similarity index 96% rename from LiteLoader/Header/MC/PackDiscoveryError.hpp rename to LiteLoader/include/llapi/mc/PackDiscoveryError.hpp index a1d79b9..981e8e2 100644 --- a/LiteLoader/Header/MC/PackDiscoveryError.hpp +++ b/LiteLoader/include/llapi/mc/PackDiscoveryError.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PackError.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackError.hpp b/LiteLoader/include/llapi/mc/PackError.hpp similarity index 96% rename from LiteLoader/Header/MC/PackError.hpp rename to LiteLoader/include/llapi/mc/PackError.hpp index c097bc0..a6a462e 100644 --- a/LiteLoader/Header/MC/PackError.hpp +++ b/LiteLoader/include/llapi/mc/PackError.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackIdVersion.hpp b/LiteLoader/include/llapi/mc/PackIdVersion.hpp similarity index 95% rename from LiteLoader/Header/MC/PackIdVersion.hpp rename to LiteLoader/include/llapi/mc/PackIdVersion.hpp index 119f590..e11c9b8 100644 --- a/LiteLoader/Header/MC/PackIdVersion.hpp +++ b/LiteLoader/include/llapi/mc/PackIdVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackInstance.hpp b/LiteLoader/include/llapi/mc/PackInstance.hpp similarity index 95% rename from LiteLoader/Header/MC/PackInstance.hpp rename to LiteLoader/include/llapi/mc/PackInstance.hpp index 39c01db..405d2b8 100644 --- a/LiteLoader/Header/MC/PackInstance.hpp +++ b/LiteLoader/include/llapi/mc/PackInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackInstanceId.hpp b/LiteLoader/include/llapi/mc/PackInstanceId.hpp similarity index 94% rename from LiteLoader/Header/MC/PackInstanceId.hpp rename to LiteLoader/include/llapi/mc/PackInstanceId.hpp index 94325fa..9c49453 100644 --- a/LiteLoader/Header/MC/PackInstanceId.hpp +++ b/LiteLoader/include/llapi/mc/PackInstanceId.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackLoadError.hpp b/LiteLoader/include/llapi/mc/PackLoadError.hpp similarity index 96% rename from LiteLoader/Header/MC/PackLoadError.hpp rename to LiteLoader/include/llapi/mc/PackLoadError.hpp index 62d180a..9ef0a2f 100644 --- a/LiteLoader/Header/MC/PackLoadError.hpp +++ b/LiteLoader/include/llapi/mc/PackLoadError.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PackError.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackManifest.hpp b/LiteLoader/include/llapi/mc/PackManifest.hpp similarity index 98% rename from LiteLoader/Header/MC/PackManifest.hpp rename to LiteLoader/include/llapi/mc/PackManifest.hpp index 9decc8b..b95a343 100644 --- a/LiteLoader/Header/MC/PackManifest.hpp +++ b/LiteLoader/include/llapi/mc/PackManifest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackManifestFactory.hpp b/LiteLoader/include/llapi/mc/PackManifestFactory.hpp similarity index 97% rename from LiteLoader/Header/MC/PackManifestFactory.hpp rename to LiteLoader/include/llapi/mc/PackManifestFactory.hpp index 3de026b..8a0ff4f 100644 --- a/LiteLoader/Header/MC/PackManifestFactory.hpp +++ b/LiteLoader/include/llapi/mc/PackManifestFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackReport.hpp b/LiteLoader/include/llapi/mc/PackReport.hpp similarity index 94% rename from LiteLoader/Header/MC/PackReport.hpp rename to LiteLoader/include/llapi/mc/PackReport.hpp index 4d16a49..ab239f2 100644 --- a/LiteLoader/Header/MC/PackReport.hpp +++ b/LiteLoader/include/llapi/mc/PackReport.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSetting.hpp b/LiteLoader/include/llapi/mc/PackSetting.hpp similarity index 94% rename from LiteLoader/Header/MC/PackSetting.hpp rename to LiteLoader/include/llapi/mc/PackSetting.hpp index 78e3e1e..67e5e01 100644 --- a/LiteLoader/Header/MC/PackSetting.hpp +++ b/LiteLoader/include/llapi/mc/PackSetting.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSettings.hpp b/LiteLoader/include/llapi/mc/PackSettings.hpp similarity index 95% rename from LiteLoader/Header/MC/PackSettings.hpp rename to LiteLoader/include/llapi/mc/PackSettings.hpp index 0936323..34378ac 100644 --- a/LiteLoader/Header/MC/PackSettings.hpp +++ b/LiteLoader/include/llapi/mc/PackSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSettingsError.hpp b/LiteLoader/include/llapi/mc/PackSettingsError.hpp similarity index 96% rename from LiteLoader/Header/MC/PackSettingsError.hpp rename to LiteLoader/include/llapi/mc/PackSettingsError.hpp index b444de9..647781c 100644 --- a/LiteLoader/Header/MC/PackSettingsError.hpp +++ b/LiteLoader/include/llapi/mc/PackSettingsError.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSettingsFactory.hpp b/LiteLoader/include/llapi/mc/PackSettingsFactory.hpp similarity index 95% rename from LiteLoader/Header/MC/PackSettingsFactory.hpp rename to LiteLoader/include/llapi/mc/PackSettingsFactory.hpp index ad9438b..a678755 100644 --- a/LiteLoader/Header/MC/PackSettingsFactory.hpp +++ b/LiteLoader/include/llapi/mc/PackSettingsFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSettingsJsonValidator.hpp b/LiteLoader/include/llapi/mc/PackSettingsJsonValidator.hpp similarity index 95% rename from LiteLoader/Header/MC/PackSettingsJsonValidator.hpp rename to LiteLoader/include/llapi/mc/PackSettingsJsonValidator.hpp index ab42b7a..5524793 100644 --- a/LiteLoader/Header/MC/PackSettingsJsonValidator.hpp +++ b/LiteLoader/include/llapi/mc/PackSettingsJsonValidator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonValidator.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSource.hpp b/LiteLoader/include/llapi/mc/PackSource.hpp similarity index 96% rename from LiteLoader/Header/MC/PackSource.hpp rename to LiteLoader/include/llapi/mc/PackSource.hpp index 5e31f1c..a6573b7 100644 --- a/LiteLoader/Header/MC/PackSource.hpp +++ b/LiteLoader/include/llapi/mc/PackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSourceFactory.hpp b/LiteLoader/include/llapi/mc/PackSourceFactory.hpp similarity index 98% rename from LiteLoader/Header/MC/PackSourceFactory.hpp rename to LiteLoader/include/llapi/mc/PackSourceFactory.hpp index b560d80..b101ab9 100644 --- a/LiteLoader/Header/MC/PackSourceFactory.hpp +++ b/LiteLoader/include/llapi/mc/PackSourceFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackSourceReport.hpp b/LiteLoader/include/llapi/mc/PackSourceReport.hpp similarity index 93% rename from LiteLoader/Header/MC/PackSourceReport.hpp rename to LiteLoader/include/llapi/mc/PackSourceReport.hpp index 5f994ac..17c68f6 100644 --- a/LiteLoader/Header/MC/PackSourceReport.hpp +++ b/LiteLoader/include/llapi/mc/PackSourceReport.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PackUploadContent.hpp b/LiteLoader/include/llapi/mc/PackUploadContent.hpp similarity index 88% rename from LiteLoader/Header/MC/PackUploadContent.hpp rename to LiteLoader/include/llapi/mc/PackUploadContent.hpp index ea2ee2e..9cdd2df 100644 --- a/LiteLoader/Header/MC/PackUploadContent.hpp +++ b/LiteLoader/include/llapi/mc/PackUploadContent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Packet.hpp b/LiteLoader/include/llapi/mc/Packet.hpp similarity index 98% rename from LiteLoader/Header/MC/Packet.hpp rename to LiteLoader/include/llapi/mc/Packet.hpp index 33b8a62..3420f6c 100644 --- a/LiteLoader/Header/MC/Packet.hpp +++ b/LiteLoader/include/llapi/mc/Packet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/PacketSender.hpp b/LiteLoader/include/llapi/mc/PacketSender.hpp similarity index 93% rename from LiteLoader/Header/MC/PacketSender.hpp rename to LiteLoader/include/llapi/mc/PacketSender.hpp index bf08c2b..6c67ad9 100644 --- a/LiteLoader/Header/MC/PacketSender.hpp +++ b/LiteLoader/include/llapi/mc/PacketSender.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PacketViolationDetectedTelemetryData.hpp b/LiteLoader/include/llapi/mc/PacketViolationDetectedTelemetryData.hpp similarity index 96% rename from LiteLoader/Header/MC/PacketViolationDetectedTelemetryData.hpp rename to LiteLoader/include/llapi/mc/PacketViolationDetectedTelemetryData.hpp index 683cdaf..010a5c1 100644 --- a/LiteLoader/Header/MC/PacketViolationDetectedTelemetryData.hpp +++ b/LiteLoader/include/llapi/mc/PacketViolationDetectedTelemetryData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Social.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PacketViolationHandler.hpp b/LiteLoader/include/llapi/mc/PacketViolationHandler.hpp similarity index 95% rename from LiteLoader/Header/MC/PacketViolationHandler.hpp rename to LiteLoader/include/llapi/mc/PacketViolationHandler.hpp index 1ae9d36..89ed48d 100644 --- a/LiteLoader/Header/MC/PacketViolationHandler.hpp +++ b/LiteLoader/include/llapi/mc/PacketViolationHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PacketViolationWarningPacket.hpp b/LiteLoader/include/llapi/mc/PacketViolationWarningPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PacketViolationWarningPacket.hpp rename to LiteLoader/include/llapi/mc/PacketViolationWarningPacket.hpp index 451e83e..e34f34b 100644 --- a/LiteLoader/Header/MC/PacketViolationWarningPacket.hpp +++ b/LiteLoader/include/llapi/mc/PacketViolationWarningPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PageContent.hpp b/LiteLoader/include/llapi/mc/PageContent.hpp similarity index 95% rename from LiteLoader/Header/MC/PageContent.hpp rename to LiteLoader/include/llapi/mc/PageContent.hpp index d4566f1..065de3f 100644 --- a/LiteLoader/Header/MC/PageContent.hpp +++ b/LiteLoader/include/llapi/mc/PageContent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Painting.hpp b/LiteLoader/include/llapi/mc/Painting.hpp similarity index 98% rename from LiteLoader/Header/MC/Painting.hpp rename to LiteLoader/include/llapi/mc/Painting.hpp index d493a05..d0cbae2 100644 --- a/LiteLoader/Header/MC/Painting.hpp +++ b/LiteLoader/include/llapi/mc/Painting.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Palette.hpp b/LiteLoader/include/llapi/mc/Palette.hpp similarity index 97% rename from LiteLoader/Header/MC/Palette.hpp rename to LiteLoader/include/llapi/mc/Palette.hpp index 19175e2..318230f 100644 --- a/LiteLoader/Header/MC/Palette.hpp +++ b/LiteLoader/include/llapi/mc/Palette.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Panda.hpp b/LiteLoader/include/llapi/mc/Panda.hpp similarity index 98% rename from LiteLoader/Header/MC/Panda.hpp rename to LiteLoader/include/llapi/mc/Panda.hpp index 5e6ed13..14c8d47 100644 --- a/LiteLoader/Header/MC/Panda.hpp +++ b/LiteLoader/include/llapi/mc/Panda.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/PanicGoal.hpp b/LiteLoader/include/llapi/mc/PanicGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/PanicGoal.hpp rename to LiteLoader/include/llapi/mc/PanicGoal.hpp index 4a260f9..af9aee1 100644 --- a/LiteLoader/Header/MC/PanicGoal.hpp +++ b/LiteLoader/include/llapi/mc/PanicGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Parrot.hpp b/LiteLoader/include/llapi/mc/Parrot.hpp similarity index 98% rename from LiteLoader/Header/MC/Parrot.hpp rename to LiteLoader/include/llapi/mc/Parrot.hpp index b121d9b..e629202 100644 --- a/LiteLoader/Header/MC/Parrot.hpp +++ b/LiteLoader/include/llapi/mc/Parrot.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/Parser.hpp b/LiteLoader/include/llapi/mc/Parser.hpp similarity index 99% rename from LiteLoader/Header/MC/Parser.hpp rename to LiteLoader/include/llapi/mc/Parser.hpp index 67c0f12..912f085 100644 --- a/LiteLoader/Header/MC/Parser.hpp +++ b/LiteLoader/include/llapi/mc/Parser.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ParticleCommand.hpp b/LiteLoader/include/llapi/mc/ParticleCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ParticleCommand.hpp rename to LiteLoader/include/llapi/mc/ParticleCommand.hpp index 7a084fe..31f153c 100644 --- a/LiteLoader/Header/MC/ParticleCommand.hpp +++ b/LiteLoader/include/llapi/mc/ParticleCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ParticleOnHitSubcomponent.hpp b/LiteLoader/include/llapi/mc/ParticleOnHitSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ParticleOnHitSubcomponent.hpp rename to LiteLoader/include/llapi/mc/ParticleOnHitSubcomponent.hpp index 432438f..b73e289 100644 --- a/LiteLoader/Header/MC/ParticleOnHitSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/ParticleOnHitSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ParticleTypeMap.hpp b/LiteLoader/include/llapi/mc/ParticleTypeMap.hpp similarity index 95% rename from LiteLoader/Header/MC/ParticleTypeMap.hpp rename to LiteLoader/include/llapi/mc/ParticleTypeMap.hpp index ce53b58..5767af7 100644 --- a/LiteLoader/Header/MC/ParticleTypeMap.hpp +++ b/LiteLoader/include/llapi/mc/ParticleTypeMap.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ParticlesBlockExplosionEvent.hpp b/LiteLoader/include/llapi/mc/ParticlesBlockExplosionEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ParticlesBlockExplosionEvent.hpp rename to LiteLoader/include/llapi/mc/ParticlesBlockExplosionEvent.hpp index 18358fb..83b635c 100644 --- a/LiteLoader/Header/MC/ParticlesBlockExplosionEvent.hpp +++ b/LiteLoader/include/llapi/mc/ParticlesBlockExplosionEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ParticlesTeleportTrailEvent.hpp b/LiteLoader/include/llapi/mc/ParticlesTeleportTrailEvent.hpp similarity index 94% rename from LiteLoader/Header/MC/ParticlesTeleportTrailEvent.hpp rename to LiteLoader/include/llapi/mc/ParticlesTeleportTrailEvent.hpp index 3253be8..eca1bf6 100644 --- a/LiteLoader/Header/MC/ParticlesTeleportTrailEvent.hpp +++ b/LiteLoader/include/llapi/mc/ParticlesTeleportTrailEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Path.hpp b/LiteLoader/include/llapi/mc/Path.hpp similarity index 93% rename from LiteLoader/Header/MC/Path.hpp rename to LiteLoader/include/llapi/mc/Path.hpp index f86d538..eee2af6 100644 --- a/LiteLoader/Header/MC/Path.hpp +++ b/LiteLoader/include/llapi/mc/Path.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PathFinder.hpp b/LiteLoader/include/llapi/mc/PathFinder.hpp similarity index 98% rename from LiteLoader/Header/MC/PathFinder.hpp rename to LiteLoader/include/llapi/mc/PathFinder.hpp index 8d4bf30..1c4c002 100644 --- a/LiteLoader/Header/MC/PathFinder.hpp +++ b/LiteLoader/include/llapi/mc/PathFinder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PathNavigation.hpp b/LiteLoader/include/llapi/mc/PathNavigation.hpp similarity index 98% rename from LiteLoader/Header/MC/PathNavigation.hpp rename to LiteLoader/include/llapi/mc/PathNavigation.hpp index 182cfd2..78ce49d 100644 --- a/LiteLoader/Header/MC/PathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/PathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PauseScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/PauseScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/PauseScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/PauseScreenCapabilities.hpp index c646339..8e58f17 100644 --- a/LiteLoader/Header/MC/PauseScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/PauseScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PeekSystem.hpp b/LiteLoader/include/llapi/mc/PeekSystem.hpp similarity index 93% rename from LiteLoader/Header/MC/PeekSystem.hpp rename to LiteLoader/include/llapi/mc/PeekSystem.hpp index 46aca3a..0ee33ef 100644 --- a/LiteLoader/Header/MC/PeekSystem.hpp +++ b/LiteLoader/include/llapi/mc/PeekSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PendingArea.hpp b/LiteLoader/include/llapi/mc/PendingArea.hpp similarity index 96% rename from LiteLoader/Header/MC/PendingArea.hpp rename to LiteLoader/include/llapi/mc/PendingArea.hpp index 7584bcc..94b77ff 100644 --- a/LiteLoader/Header/MC/PendingArea.hpp +++ b/LiteLoader/include/llapi/mc/PendingArea.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PerfContextTracker.hpp b/LiteLoader/include/llapi/mc/PerfContextTracker.hpp similarity index 94% rename from LiteLoader/Header/MC/PerfContextTracker.hpp rename to LiteLoader/include/llapi/mc/PerfContextTracker.hpp index e48e154..ebbe781 100644 --- a/LiteLoader/Header/MC/PerfContextTracker.hpp +++ b/LiteLoader/include/llapi/mc/PerfContextTracker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PerfContextTrackerReport.hpp b/LiteLoader/include/llapi/mc/PerfContextTrackerReport.hpp similarity index 94% rename from LiteLoader/Header/MC/PerfContextTrackerReport.hpp rename to LiteLoader/include/llapi/mc/PerfContextTrackerReport.hpp index 8933cfd..1571fb9 100644 --- a/LiteLoader/Header/MC/PerfContextTrackerReport.hpp +++ b/LiteLoader/include/llapi/mc/PerfContextTrackerReport.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PerfTimer.hpp b/LiteLoader/include/llapi/mc/PerfTimer.hpp similarity index 95% rename from LiteLoader/Header/MC/PerfTimer.hpp rename to LiteLoader/include/llapi/mc/PerfTimer.hpp index 07df1a7..ce6d244 100644 --- a/LiteLoader/Header/MC/PerfTimer.hpp +++ b/LiteLoader/include/llapi/mc/PerfTimer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #include "Core.hpp" diff --git a/LiteLoader/Header/MC/Performance.hpp b/LiteLoader/include/llapi/mc/Performance.hpp similarity index 93% rename from LiteLoader/Header/MC/Performance.hpp rename to LiteLoader/include/llapi/mc/Performance.hpp index 40a822c..40f4054 100644 --- a/LiteLoader/Header/MC/Performance.hpp +++ b/LiteLoader/include/llapi/mc/Performance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PerlinNoise.hpp b/LiteLoader/include/llapi/mc/PerlinNoise.hpp similarity index 95% rename from LiteLoader/Header/MC/PerlinNoise.hpp rename to LiteLoader/include/llapi/mc/PerlinNoise.hpp index 09a3b17..b4fdc88 100644 --- a/LiteLoader/Header/MC/PerlinNoise.hpp +++ b/LiteLoader/include/llapi/mc/PerlinNoise.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PerlinSimplexNoise.hpp b/LiteLoader/include/llapi/mc/PerlinSimplexNoise.hpp similarity index 96% rename from LiteLoader/Header/MC/PerlinSimplexNoise.hpp rename to LiteLoader/include/llapi/mc/PerlinSimplexNoise.hpp index 90e2f82..e712bd5 100644 --- a/LiteLoader/Header/MC/PerlinSimplexNoise.hpp +++ b/LiteLoader/include/llapi/mc/PerlinSimplexNoise.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PermissionCommand.hpp b/LiteLoader/include/llapi/mc/PermissionCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/PermissionCommand.hpp rename to LiteLoader/include/llapi/mc/PermissionCommand.hpp index f284362..fe38f3a 100644 --- a/LiteLoader/Header/MC/PermissionCommand.hpp +++ b/LiteLoader/include/llapi/mc/PermissionCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PermissionsFile.hpp b/LiteLoader/include/llapi/mc/PermissionsFile.hpp similarity index 97% rename from LiteLoader/Header/MC/PermissionsFile.hpp rename to LiteLoader/include/llapi/mc/PermissionsFile.hpp index e3fe146..2228e7b 100644 --- a/LiteLoader/Header/MC/PermissionsFile.hpp +++ b/LiteLoader/include/llapi/mc/PermissionsFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PermissionsHandler.hpp b/LiteLoader/include/llapi/mc/PermissionsHandler.hpp similarity index 95% rename from LiteLoader/Header/MC/PermissionsHandler.hpp rename to LiteLoader/include/llapi/mc/PermissionsHandler.hpp index f8e4c45..e5f6db0 100644 --- a/LiteLoader/Header/MC/PermissionsHandler.hpp +++ b/LiteLoader/include/llapi/mc/PermissionsHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PersistentDescription.hpp b/LiteLoader/include/llapi/mc/PersistentDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/PersistentDescription.hpp rename to LiteLoader/include/llapi/mc/PersistentDescription.hpp index 80eea83..072ee26 100644 --- a/LiteLoader/Header/MC/PersistentDescription.hpp +++ b/LiteLoader/include/llapi/mc/PersistentDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PetSleepWithOwnerGoal.hpp b/LiteLoader/include/llapi/mc/PetSleepWithOwnerGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/PetSleepWithOwnerGoal.hpp rename to LiteLoader/include/llapi/mc/PetSleepWithOwnerGoal.hpp index cd99f5e..ff4802a 100644 --- a/LiteLoader/Header/MC/PetSleepWithOwnerGoal.hpp +++ b/LiteLoader/include/llapi/mc/PetSleepWithOwnerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PetSleepWithOwnerState.hpp b/LiteLoader/include/llapi/mc/PetSleepWithOwnerState.hpp similarity index 94% rename from LiteLoader/Header/MC/PetSleepWithOwnerState.hpp rename to LiteLoader/include/llapi/mc/PetSleepWithOwnerState.hpp index 4599501..54d4aeb 100644 --- a/LiteLoader/Header/MC/PetSleepWithOwnerState.hpp +++ b/LiteLoader/include/llapi/mc/PetSleepWithOwnerState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Phantom.hpp b/LiteLoader/include/llapi/mc/Phantom.hpp similarity index 97% rename from LiteLoader/Header/MC/Phantom.hpp rename to LiteLoader/include/llapi/mc/Phantom.hpp index ab78f88..81c44e5 100644 --- a/LiteLoader/Header/MC/Phantom.hpp +++ b/LiteLoader/include/llapi/mc/Phantom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/PhotoStorage.hpp b/LiteLoader/include/llapi/mc/PhotoStorage.hpp similarity index 95% rename from LiteLoader/Header/MC/PhotoStorage.hpp rename to LiteLoader/include/llapi/mc/PhotoStorage.hpp index 76385fe..561e85f 100644 --- a/LiteLoader/Header/MC/PhotoStorage.hpp +++ b/LiteLoader/include/llapi/mc/PhotoStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PhotoTransferPacket.hpp b/LiteLoader/include/llapi/mc/PhotoTransferPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/PhotoTransferPacket.hpp rename to LiteLoader/include/llapi/mc/PhotoTransferPacket.hpp index 7bc0b29..c2f9a12 100644 --- a/LiteLoader/Header/MC/PhotoTransferPacket.hpp +++ b/LiteLoader/include/llapi/mc/PhotoTransferPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PickaxeItem.hpp b/LiteLoader/include/llapi/mc/PickaxeItem.hpp similarity index 97% rename from LiteLoader/Header/MC/PickaxeItem.hpp rename to LiteLoader/include/llapi/mc/PickaxeItem.hpp index 3cbfe1e..9a0eaf6 100644 --- a/LiteLoader/Header/MC/PickaxeItem.hpp +++ b/LiteLoader/include/llapi/mc/PickaxeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #include "DiggerItem.hpp" diff --git a/LiteLoader/Header/MC/PickupItemsGoal.hpp b/LiteLoader/include/llapi/mc/PickupItemsGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/PickupItemsGoal.hpp rename to LiteLoader/include/llapi/mc/PickupItemsGoal.hpp index 1639b37..9d499ff 100644 --- a/LiteLoader/Header/MC/PickupItemsGoal.hpp +++ b/LiteLoader/include/llapi/mc/PickupItemsGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PieceWeight.hpp b/LiteLoader/include/llapi/mc/PieceWeight.hpp similarity index 93% rename from LiteLoader/Header/MC/PieceWeight.hpp rename to LiteLoader/include/llapi/mc/PieceWeight.hpp index f19dee2..65a3c18 100644 --- a/LiteLoader/Header/MC/PieceWeight.hpp +++ b/LiteLoader/include/llapi/mc/PieceWeight.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Pig.hpp b/LiteLoader/include/llapi/mc/Pig.hpp similarity index 97% rename from LiteLoader/Header/MC/Pig.hpp rename to LiteLoader/include/llapi/mc/Pig.hpp index 117bd65..a384720 100644 --- a/LiteLoader/Header/MC/Pig.hpp +++ b/LiteLoader/include/llapi/mc/Pig.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/PigZombie.hpp b/LiteLoader/include/llapi/mc/PigZombie.hpp similarity index 98% rename from LiteLoader/Header/MC/PigZombie.hpp rename to LiteLoader/include/llapi/mc/PigZombie.hpp index 3c045ad..872627c 100644 --- a/LiteLoader/Header/MC/PigZombie.hpp +++ b/LiteLoader/include/llapi/mc/PigZombie.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Zombie.hpp" diff --git a/LiteLoader/Header/MC/Piglin.hpp b/LiteLoader/include/llapi/mc/Piglin.hpp similarity index 98% rename from LiteLoader/Header/MC/Piglin.hpp rename to LiteLoader/include/llapi/mc/Piglin.hpp index f2be4c9..c5339eb 100644 --- a/LiteLoader/Header/MC/Piglin.hpp +++ b/LiteLoader/include/llapi/mc/Piglin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/Pillager.hpp b/LiteLoader/include/llapi/mc/Pillager.hpp similarity index 98% rename from LiteLoader/Header/MC/Pillager.hpp rename to LiteLoader/include/llapi/mc/Pillager.hpp index 7cb3d65..ae54377 100644 --- a/LiteLoader/Header/MC/Pillager.hpp +++ b/LiteLoader/include/llapi/mc/Pillager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/PillagerOutpostFeature.hpp b/LiteLoader/include/llapi/mc/PillagerOutpostFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/PillagerOutpostFeature.hpp rename to LiteLoader/include/llapi/mc/PillagerOutpostFeature.hpp index f0caabc..58b7370 100644 --- a/LiteLoader/Header/MC/PillagerOutpostFeature.hpp +++ b/LiteLoader/include/llapi/mc/PillagerOutpostFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PillagerOutpostPieces.hpp b/LiteLoader/include/llapi/mc/PillagerOutpostPieces.hpp similarity index 97% rename from LiteLoader/Header/MC/PillagerOutpostPieces.hpp rename to LiteLoader/include/llapi/mc/PillagerOutpostPieces.hpp index ba3ada1..88fa50e 100644 --- a/LiteLoader/Header/MC/PillagerOutpostPieces.hpp +++ b/LiteLoader/include/llapi/mc/PillagerOutpostPieces.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PillagerOutpostStart.hpp b/LiteLoader/include/llapi/mc/PillagerOutpostStart.hpp similarity index 96% rename from LiteLoader/Header/MC/PillagerOutpostStart.hpp rename to LiteLoader/include/llapi/mc/PillagerOutpostStart.hpp index fb818d6..cc5e107 100644 --- a/LiteLoader/Header/MC/PillagerOutpostStart.hpp +++ b/LiteLoader/include/llapi/mc/PillagerOutpostStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PineTreeCanopy.hpp b/LiteLoader/include/llapi/mc/PineTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/PineTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/PineTreeCanopy.hpp index a5b9455..fe85fda 100644 --- a/LiteLoader/Header/MC/PineTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/PineTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PingedCompatibleServer.hpp b/LiteLoader/include/llapi/mc/PingedCompatibleServer.hpp similarity index 95% rename from LiteLoader/Header/MC/PingedCompatibleServer.hpp rename to LiteLoader/include/llapi/mc/PingedCompatibleServer.hpp index 9639e4a..f867937 100644 --- a/LiteLoader/Header/MC/PingedCompatibleServer.hpp +++ b/LiteLoader/include/llapi/mc/PingedCompatibleServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PistonArmBlock.hpp b/LiteLoader/include/llapi/mc/PistonArmBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PistonArmBlock.hpp rename to LiteLoader/include/llapi/mc/PistonArmBlock.hpp index 694c2b4..6ab990b 100644 --- a/LiteLoader/Header/MC/PistonArmBlock.hpp +++ b/LiteLoader/include/llapi/mc/PistonArmBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PistonBlock.hpp" #include "BlockLegacy.hpp" diff --git a/LiteLoader/Header/MC/PistonBlock.hpp b/LiteLoader/include/llapi/mc/PistonBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/PistonBlock.hpp rename to LiteLoader/include/llapi/mc/PistonBlock.hpp index ccb98b3..e183cf9 100644 --- a/LiteLoader/Header/MC/PistonBlock.hpp +++ b/LiteLoader/include/llapi/mc/PistonBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PistonBlockActor.hpp b/LiteLoader/include/llapi/mc/PistonBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/PistonBlockActor.hpp rename to LiteLoader/include/llapi/mc/PistonBlockActor.hpp index bb0cdee..2e36e77 100644 --- a/LiteLoader/Header/MC/PistonBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/PistonBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PistonConsumer.hpp b/LiteLoader/include/llapi/mc/PistonConsumer.hpp similarity index 96% rename from LiteLoader/Header/MC/PistonConsumer.hpp rename to LiteLoader/include/llapi/mc/PistonConsumer.hpp index ad711b8..7963d5c 100644 --- a/LiteLoader/Header/MC/PistonConsumer.hpp +++ b/LiteLoader/include/llapi/mc/PistonConsumer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ConsumerComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlaceBlockDefinition.hpp b/LiteLoader/include/llapi/mc/PlaceBlockDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/PlaceBlockDefinition.hpp rename to LiteLoader/include/llapi/mc/PlaceBlockDefinition.hpp index 69530f7..bc2ec3d 100644 --- a/LiteLoader/Header/MC/PlaceBlockDefinition.hpp +++ b/LiteLoader/include/llapi/mc/PlaceBlockDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/PlaceBlockNode.hpp b/LiteLoader/include/llapi/mc/PlaceBlockNode.hpp similarity index 94% rename from LiteLoader/Header/MC/PlaceBlockNode.hpp rename to LiteLoader/include/llapi/mc/PlaceBlockNode.hpp index 1807089..2326705 100644 --- a/LiteLoader/Header/MC/PlaceBlockNode.hpp +++ b/LiteLoader/include/llapi/mc/PlaceBlockNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlanksBlock.hpp b/LiteLoader/include/llapi/mc/PlanksBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PlanksBlock.hpp rename to LiteLoader/include/llapi/mc/PlanksBlock.hpp index ba2b410..7c29416 100644 --- a/LiteLoader/Header/MC/PlanksBlock.hpp +++ b/LiteLoader/include/llapi/mc/PlanksBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayGoal.hpp b/LiteLoader/include/llapi/mc/PlayGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayGoal.hpp rename to LiteLoader/include/llapi/mc/PlayGoal.hpp index f6cd8dd..824ab3a 100644 --- a/LiteLoader/Header/MC/PlayGoal.hpp +++ b/LiteLoader/include/llapi/mc/PlayGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlaySoundCommand.hpp b/LiteLoader/include/llapi/mc/PlaySoundCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/PlaySoundCommand.hpp rename to LiteLoader/include/llapi/mc/PlaySoundCommand.hpp index 780339e..0c73049 100644 --- a/LiteLoader/Header/MC/PlaySoundCommand.hpp +++ b/LiteLoader/include/llapi/mc/PlaySoundCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlaySoundPacket.hpp b/LiteLoader/include/llapi/mc/PlaySoundPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlaySoundPacket.hpp rename to LiteLoader/include/llapi/mc/PlaySoundPacket.hpp index 3a99ef4..184b669 100644 --- a/LiteLoader/Header/MC/PlaySoundPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlaySoundPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlaySoundReactionComponent.hpp b/LiteLoader/include/llapi/mc/PlaySoundReactionComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/PlaySoundReactionComponent.hpp rename to LiteLoader/include/llapi/mc/PlaySoundReactionComponent.hpp index d1542d5..d17e12d 100644 --- a/LiteLoader/Header/MC/PlaySoundReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/PlaySoundReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayStatusPacket.hpp b/LiteLoader/include/llapi/mc/PlayStatusPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayStatusPacket.hpp rename to LiteLoader/include/llapi/mc/PlayStatusPacket.hpp index cf21718..2a77b00 100644 --- a/LiteLoader/Header/MC/PlayStatusPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayStatusPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Player.hpp b/LiteLoader/include/llapi/mc/Player.hpp similarity index 99% rename from LiteLoader/Header/MC/Player.hpp rename to LiteLoader/include/llapi/mc/Player.hpp index 4293961..09aec93 100644 --- a/LiteLoader/Header/MC/Player.hpp +++ b/LiteLoader/include/llapi/mc/Player.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" @@ -16,7 +16,7 @@ class CompoundTag; //#include "UserEntityIdentifierComponent.hpp" #include "ScorePacketInfo.hpp" #include "DataItem.hpp" -#include "../I18nAPI.h" +#include "include/llapi/I18nAPI.h" #include "AttributeInstance.hpp" #undef BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerActionPacket.hpp b/LiteLoader/include/llapi/mc/PlayerActionPacket.hpp similarity index 98% rename from LiteLoader/Header/MC/PlayerActionPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerActionPacket.hpp index 48ecc15..3c3262f 100644 --- a/LiteLoader/Header/MC/PlayerActionPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerActionPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerArmorDamagePacket.hpp b/LiteLoader/include/llapi/mc/PlayerArmorDamagePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerArmorDamagePacket.hpp rename to LiteLoader/include/llapi/mc/PlayerArmorDamagePacket.hpp index c8c125b..28a5bec 100644 --- a/LiteLoader/Header/MC/PlayerArmorDamagePacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerArmorDamagePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerAuthInputPacket.hpp b/LiteLoader/include/llapi/mc/PlayerAuthInputPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerAuthInputPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerAuthInputPacket.hpp index afd8188..db805bf 100644 --- a/LiteLoader/Header/MC/PlayerAuthInputPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerAuthInputPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerCommandOrigin.hpp b/LiteLoader/include/llapi/mc/PlayerCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/PlayerCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/PlayerCommandOrigin.hpp index f71ad39..79202a8 100644 --- a/LiteLoader/Header/MC/PlayerCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/PlayerCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/PlayerDataSystem.hpp b/LiteLoader/include/llapi/mc/PlayerDataSystem.hpp similarity index 97% rename from LiteLoader/Header/MC/PlayerDataSystem.hpp rename to LiteLoader/include/llapi/mc/PlayerDataSystem.hpp index c86a71d..782b619 100644 --- a/LiteLoader/Header/MC/PlayerDataSystem.hpp +++ b/LiteLoader/include/llapi/mc/PlayerDataSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerEnchantOptionsPacket.hpp b/LiteLoader/include/llapi/mc/PlayerEnchantOptionsPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerEnchantOptionsPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerEnchantOptionsPacket.hpp index 3f56bfa..a61bf44 100644 --- a/LiteLoader/Header/MC/PlayerEnchantOptionsPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerEnchantOptionsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerEventCoordinator.hpp b/LiteLoader/include/llapi/mc/PlayerEventCoordinator.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/PlayerEventCoordinator.hpp index 060f26d..0f83a45 100644 --- a/LiteLoader/Header/MC/PlayerEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/PlayerEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerEventListener.hpp b/LiteLoader/include/llapi/mc/PlayerEventListener.hpp similarity index 99% rename from LiteLoader/Header/MC/PlayerEventListener.hpp rename to LiteLoader/include/llapi/mc/PlayerEventListener.hpp index 983c81c..26f2218 100644 --- a/LiteLoader/Header/MC/PlayerEventListener.hpp +++ b/LiteLoader/include/llapi/mc/PlayerEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerHotbarPacket.hpp b/LiteLoader/include/llapi/mc/PlayerHotbarPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerHotbarPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerHotbarPacket.hpp index 5f1cdc9..c26f5f8 100644 --- a/LiteLoader/Header/MC/PlayerHotbarPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerHotbarPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerInputPacket.hpp b/LiteLoader/include/llapi/mc/PlayerInputPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerInputPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerInputPacket.hpp index 3ad5b35..40de54c 100644 --- a/LiteLoader/Header/MC/PlayerInputPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerInputPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerInteractionSystem.hpp b/LiteLoader/include/llapi/mc/PlayerInteractionSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/PlayerInteractionSystem.hpp rename to LiteLoader/include/llapi/mc/PlayerInteractionSystem.hpp index 73b4083..67e4774 100644 --- a/LiteLoader/Header/MC/PlayerInteractionSystem.hpp +++ b/LiteLoader/include/llapi/mc/PlayerInteractionSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerInventory.hpp b/LiteLoader/include/llapi/mc/PlayerInventory.hpp similarity index 97% rename from LiteLoader/Header/MC/PlayerInventory.hpp rename to LiteLoader/include/llapi/mc/PlayerInventory.hpp index 853f225..b4ef1d1 100644 --- a/LiteLoader/Header/MC/PlayerInventory.hpp +++ b/LiteLoader/include/llapi/mc/PlayerInventory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerListEntry.hpp b/LiteLoader/include/llapi/mc/PlayerListEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/PlayerListEntry.hpp rename to LiteLoader/include/llapi/mc/PlayerListEntry.hpp index bc1d761..d920c5d 100644 --- a/LiteLoader/Header/MC/PlayerListEntry.hpp +++ b/LiteLoader/include/llapi/mc/PlayerListEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerListPacket.hpp b/LiteLoader/include/llapi/mc/PlayerListPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerListPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerListPacket.hpp index 7f18685..2a9b17f 100644 --- a/LiteLoader/Header/MC/PlayerListPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerListPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerMovement.hpp b/LiteLoader/include/llapi/mc/PlayerMovement.hpp similarity index 92% rename from LiteLoader/Header/MC/PlayerMovement.hpp rename to LiteLoader/include/llapi/mc/PlayerMovement.hpp index 2849e80..3c505bf 100644 --- a/LiteLoader/Header/MC/PlayerMovement.hpp +++ b/LiteLoader/include/llapi/mc/PlayerMovement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerRespawnBlockRadiusRandomizer.hpp b/LiteLoader/include/llapi/mc/PlayerRespawnBlockRadiusRandomizer.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerRespawnBlockRadiusRandomizer.hpp rename to LiteLoader/include/llapi/mc/PlayerRespawnBlockRadiusRandomizer.hpp index 4d9d185..f682c8a 100644 --- a/LiteLoader/Header/MC/PlayerRespawnBlockRadiusRandomizer.hpp +++ b/LiteLoader/include/llapi/mc/PlayerRespawnBlockRadiusRandomizer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerRespawnTelemetryData.hpp b/LiteLoader/include/llapi/mc/PlayerRespawnTelemetryData.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerRespawnTelemetryData.hpp rename to LiteLoader/include/llapi/mc/PlayerRespawnTelemetryData.hpp index def6626..cec5695 100644 --- a/LiteLoader/Header/MC/PlayerRespawnTelemetryData.hpp +++ b/LiteLoader/include/llapi/mc/PlayerRespawnTelemetryData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Social.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerRideTamedGoal.hpp b/LiteLoader/include/llapi/mc/PlayerRideTamedGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerRideTamedGoal.hpp rename to LiteLoader/include/llapi/mc/PlayerRideTamedGoal.hpp index 9997985..25bee6b 100644 --- a/LiteLoader/Header/MC/PlayerRideTamedGoal.hpp +++ b/LiteLoader/include/llapi/mc/PlayerRideTamedGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerScoreboardId.hpp b/LiteLoader/include/llapi/mc/PlayerScoreboardId.hpp similarity index 94% rename from LiteLoader/Header/MC/PlayerScoreboardId.hpp rename to LiteLoader/include/llapi/mc/PlayerScoreboardId.hpp index 9bee4a9..8da4971 100644 --- a/LiteLoader/Header/MC/PlayerScoreboardId.hpp +++ b/LiteLoader/include/llapi/mc/PlayerScoreboardId.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerSkinPacket.hpp b/LiteLoader/include/llapi/mc/PlayerSkinPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerSkinPacket.hpp rename to LiteLoader/include/llapi/mc/PlayerSkinPacket.hpp index dfc74c8..f13f222 100644 --- a/LiteLoader/Header/MC/PlayerSkinPacket.hpp +++ b/LiteLoader/include/llapi/mc/PlayerSkinPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerStorageIds.hpp b/LiteLoader/include/llapi/mc/PlayerStorageIds.hpp similarity index 93% rename from LiteLoader/Header/MC/PlayerStorageIds.hpp rename to LiteLoader/include/llapi/mc/PlayerStorageIds.hpp index 4a629ae..6a7f392 100644 --- a/LiteLoader/Header/MC/PlayerStorageIds.hpp +++ b/LiteLoader/include/llapi/mc/PlayerStorageIds.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerUIContainer.hpp b/LiteLoader/include/llapi/mc/PlayerUIContainer.hpp similarity index 95% rename from LiteLoader/Header/MC/PlayerUIContainer.hpp rename to LiteLoader/include/llapi/mc/PlayerUIContainer.hpp index 095a63e..e359049 100644 --- a/LiteLoader/Header/MC/PlayerUIContainer.hpp +++ b/LiteLoader/include/llapi/mc/PlayerUIContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SimpleContainer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerUIContainerModel.hpp b/LiteLoader/include/llapi/mc/PlayerUIContainerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/PlayerUIContainerModel.hpp rename to LiteLoader/include/llapi/mc/PlayerUIContainerModel.hpp index cd94153..b4437e0 100644 --- a/LiteLoader/Header/MC/PlayerUIContainerModel.hpp +++ b/LiteLoader/include/llapi/mc/PlayerUIContainerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PlayerUIContainerModelBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PlayerUIContainerModelBase.hpp b/LiteLoader/include/llapi/mc/PlayerUIContainerModelBase.hpp similarity index 97% rename from LiteLoader/Header/MC/PlayerUIContainerModelBase.hpp rename to LiteLoader/include/llapi/mc/PlayerUIContainerModelBase.hpp index 502a53a..81a05bc 100644 --- a/LiteLoader/Header/MC/PlayerUIContainerModelBase.hpp +++ b/LiteLoader/include/llapi/mc/PlayerUIContainerModelBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PodzolAreaFeature.hpp b/LiteLoader/include/llapi/mc/PodzolAreaFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/PodzolAreaFeature.hpp rename to LiteLoader/include/llapi/mc/PodzolAreaFeature.hpp index 28f9cea..0eb151b 100644 --- a/LiteLoader/Header/MC/PodzolAreaFeature.hpp +++ b/LiteLoader/include/llapi/mc/PodzolAreaFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PodzolBlock.hpp b/LiteLoader/include/llapi/mc/PodzolBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PodzolBlock.hpp rename to LiteLoader/include/llapi/mc/PodzolBlock.hpp index 3de039d..907961d 100644 --- a/LiteLoader/Header/MC/PodzolBlock.hpp +++ b/LiteLoader/include/llapi/mc/PodzolBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PolarBear.hpp b/LiteLoader/include/llapi/mc/PolarBear.hpp similarity index 97% rename from LiteLoader/Header/MC/PolarBear.hpp rename to LiteLoader/include/llapi/mc/PolarBear.hpp index dd76925..04841c1 100644 --- a/LiteLoader/Header/MC/PolarBear.hpp +++ b/LiteLoader/include/llapi/mc/PolarBear.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/PoolElementStructurePiece.hpp b/LiteLoader/include/llapi/mc/PoolElementStructurePiece.hpp similarity index 97% rename from LiteLoader/Header/MC/PoolElementStructurePiece.hpp rename to LiteLoader/include/llapi/mc/PoolElementStructurePiece.hpp index 734c586..e06512d 100644 --- a/LiteLoader/Header/MC/PoolElementStructurePiece.hpp +++ b/LiteLoader/include/llapi/mc/PoolElementStructurePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PortalBlock.hpp b/LiteLoader/include/llapi/mc/PortalBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PortalBlock.hpp rename to LiteLoader/include/llapi/mc/PortalBlock.hpp index bccdae3..4979f67 100644 --- a/LiteLoader/Header/MC/PortalBlock.hpp +++ b/LiteLoader/include/llapi/mc/PortalBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PortalForcer.hpp b/LiteLoader/include/llapi/mc/PortalForcer.hpp similarity index 96% rename from LiteLoader/Header/MC/PortalForcer.hpp rename to LiteLoader/include/llapi/mc/PortalForcer.hpp index 6f3253f..1d6e318 100644 --- a/LiteLoader/Header/MC/PortalForcer.hpp +++ b/LiteLoader/include/llapi/mc/PortalForcer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PortalShape.hpp b/LiteLoader/include/llapi/mc/PortalShape.hpp similarity index 96% rename from LiteLoader/Header/MC/PortalShape.hpp rename to LiteLoader/include/llapi/mc/PortalShape.hpp index c3053f4..f1bd2f6 100644 --- a/LiteLoader/Header/MC/PortalShape.hpp +++ b/LiteLoader/include/llapi/mc/PortalShape.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Facing.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PosibleTransformation.hpp b/LiteLoader/include/llapi/mc/PosibleTransformation.hpp similarity index 94% rename from LiteLoader/Header/MC/PosibleTransformation.hpp rename to LiteLoader/include/llapi/mc/PosibleTransformation.hpp index 727fb1b..86090ef 100644 --- a/LiteLoader/Header/MC/PosibleTransformation.hpp +++ b/LiteLoader/include/llapi/mc/PosibleTransformation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PositionTrackingDBClientRequestPacket.hpp b/LiteLoader/include/llapi/mc/PositionTrackingDBClientRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PositionTrackingDBClientRequestPacket.hpp rename to LiteLoader/include/llapi/mc/PositionTrackingDBClientRequestPacket.hpp index 241447f..891da5b 100644 --- a/LiteLoader/Header/MC/PositionTrackingDBClientRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/PositionTrackingDBClientRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PositionTrackingDBServerBroadcastPacket.hpp b/LiteLoader/include/llapi/mc/PositionTrackingDBServerBroadcastPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PositionTrackingDBServerBroadcastPacket.hpp rename to LiteLoader/include/llapi/mc/PositionTrackingDBServerBroadcastPacket.hpp index 854f5e5..4acbedf 100644 --- a/LiteLoader/Header/MC/PositionTrackingDBServerBroadcastPacket.hpp +++ b/LiteLoader/include/llapi/mc/PositionTrackingDBServerBroadcastPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PositionTrackingId.hpp b/LiteLoader/include/llapi/mc/PositionTrackingId.hpp similarity index 95% rename from LiteLoader/Header/MC/PositionTrackingId.hpp rename to LiteLoader/include/llapi/mc/PositionTrackingId.hpp index 94f4eef..0672d9f 100644 --- a/LiteLoader/Header/MC/PositionTrackingId.hpp +++ b/LiteLoader/include/llapi/mc/PositionTrackingId.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PostprocessingManager.hpp b/LiteLoader/include/llapi/mc/PostprocessingManager.hpp similarity index 95% rename from LiteLoader/Header/MC/PostprocessingManager.hpp rename to LiteLoader/include/llapi/mc/PostprocessingManager.hpp index 3f4dcf1..89485ac 100644 --- a/LiteLoader/Header/MC/PostprocessingManager.hpp +++ b/LiteLoader/include/llapi/mc/PostprocessingManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PotatoBlock.hpp b/LiteLoader/include/llapi/mc/PotatoBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PotatoBlock.hpp rename to LiteLoader/include/llapi/mc/PotatoBlock.hpp index b50d6d6..9ab851a 100644 --- a/LiteLoader/Header/MC/PotatoBlock.hpp +++ b/LiteLoader/include/llapi/mc/PotatoBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "CropBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Potion.hpp b/LiteLoader/include/llapi/mc/Potion.hpp similarity index 99% rename from LiteLoader/Header/MC/Potion.hpp rename to LiteLoader/include/llapi/mc/Potion.hpp index b69b00d..4420e09 100644 --- a/LiteLoader/Header/MC/Potion.hpp +++ b/LiteLoader/include/llapi/mc/Potion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PotionBrewing.hpp b/LiteLoader/include/llapi/mc/PotionBrewing.hpp similarity index 98% rename from LiteLoader/Header/MC/PotionBrewing.hpp rename to LiteLoader/include/llapi/mc/PotionBrewing.hpp index 8751e16..60da9f2 100644 --- a/LiteLoader/Header/MC/PotionBrewing.hpp +++ b/LiteLoader/include/llapi/mc/PotionBrewing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PotionItem.hpp b/LiteLoader/include/llapi/mc/PotionItem.hpp similarity index 98% rename from LiteLoader/Header/MC/PotionItem.hpp rename to LiteLoader/include/llapi/mc/PotionItem.hpp index 6817431..db65b0a 100644 --- a/LiteLoader/Header/MC/PotionItem.hpp +++ b/LiteLoader/include/llapi/mc/PotionItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Potion.hpp" #include "Item.hpp" diff --git a/LiteLoader/Header/MC/PoweredBlockComponent.hpp b/LiteLoader/include/llapi/mc/PoweredBlockComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/PoweredBlockComponent.hpp rename to LiteLoader/include/llapi/mc/PoweredBlockComponent.hpp index 238ec25..6c4382f 100644 --- a/LiteLoader/Header/MC/PoweredBlockComponent.hpp +++ b/LiteLoader/include/llapi/mc/PoweredBlockComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseCircuitComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PoweredRailBlock.hpp b/LiteLoader/include/llapi/mc/PoweredRailBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PoweredRailBlock.hpp rename to LiteLoader/include/llapi/mc/PoweredRailBlock.hpp index 39afa6f..548016b 100644 --- a/LiteLoader/Header/MC/PoweredRailBlock.hpp +++ b/LiteLoader/include/llapi/mc/PoweredRailBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseRailBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrecompiledCommandOrigin.hpp b/LiteLoader/include/llapi/mc/PrecompiledCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/PrecompiledCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/PrecompiledCommandOrigin.hpp index 99a7ed2..3af969c 100644 --- a/LiteLoader/Header/MC/PrecompiledCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/PrecompiledCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/Predicate.hpp b/LiteLoader/include/llapi/mc/Predicate.hpp similarity index 88% rename from LiteLoader/Header/MC/Predicate.hpp rename to LiteLoader/include/llapi/mc/Predicate.hpp index 964dc84..4a815ae 100644 --- a/LiteLoader/Header/MC/Predicate.hpp +++ b/LiteLoader/include/llapi/mc/Predicate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PreferredPathDescription.hpp b/LiteLoader/include/llapi/mc/PreferredPathDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/PreferredPathDescription.hpp rename to LiteLoader/include/llapi/mc/PreferredPathDescription.hpp index 213feca..553bfbc 100644 --- a/LiteLoader/Header/MC/PreferredPathDescription.hpp +++ b/LiteLoader/include/llapi/mc/PreferredPathDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PressurePlateBlock.hpp b/LiteLoader/include/llapi/mc/PressurePlateBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PressurePlateBlock.hpp rename to LiteLoader/include/llapi/mc/PressurePlateBlock.hpp index 8102cbb..1a96b32 100644 --- a/LiteLoader/Header/MC/PressurePlateBlock.hpp +++ b/LiteLoader/include/llapi/mc/PressurePlateBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BasePressurePlateBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrettySnbtFormat.hpp b/LiteLoader/include/llapi/mc/PrettySnbtFormat.hpp similarity index 97% rename from LiteLoader/Header/MC/PrettySnbtFormat.hpp rename to LiteLoader/include/llapi/mc/PrettySnbtFormat.hpp index 51c3f1f..fb175f6 100644 --- a/LiteLoader/Header/MC/PrettySnbtFormat.hpp +++ b/LiteLoader/include/llapi/mc/PrettySnbtFormat.hpp @@ -1,6 +1,6 @@ #pragma once -#include "../Global.h" -#include +#include "include/llapi/Global.h" +#include "Tag.hpp" struct PrettySnbtFormat { diff --git a/LiteLoader/Header/MC/PrimedTnt.hpp b/LiteLoader/include/llapi/mc/PrimedTnt.hpp similarity index 98% rename from LiteLoader/Header/MC/PrimedTnt.hpp rename to LiteLoader/include/llapi/mc/PrimedTnt.hpp index 2bdd6e6..4684fd1 100644 --- a/LiteLoader/Header/MC/PrimedTnt.hpp +++ b/LiteLoader/include/llapi/mc/PrimedTnt.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrintStream.hpp b/LiteLoader/include/llapi/mc/PrintStream.hpp similarity index 93% rename from LiteLoader/Header/MC/PrintStream.hpp rename to LiteLoader/include/llapi/mc/PrintStream.hpp index 9286c15..09d8cd1 100644 --- a/LiteLoader/Header/MC/PrintStream.hpp +++ b/LiteLoader/include/llapi/mc/PrintStream.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrioritizedGoal.hpp b/LiteLoader/include/llapi/mc/PrioritizedGoal.hpp similarity index 93% rename from LiteLoader/Header/MC/PrioritizedGoal.hpp rename to LiteLoader/include/llapi/mc/PrioritizedGoal.hpp index 8e76d70..22de064 100644 --- a/LiteLoader/Header/MC/PrioritizedGoal.hpp +++ b/LiteLoader/include/llapi/mc/PrioritizedGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrismarineBlock.hpp b/LiteLoader/include/llapi/mc/PrismarineBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PrismarineBlock.hpp rename to LiteLoader/include/llapi/mc/PrismarineBlock.hpp index acb7246..816cf1a 100644 --- a/LiteLoader/Header/MC/PrismarineBlock.hpp +++ b/LiteLoader/include/llapi/mc/PrismarineBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PrivateKeyManager.hpp b/LiteLoader/include/llapi/mc/PrivateKeyManager.hpp similarity index 95% rename from LiteLoader/Header/MC/PrivateKeyManager.hpp rename to LiteLoader/include/llapi/mc/PrivateKeyManager.hpp index f2f3dca..6c19a57 100644 --- a/LiteLoader/Header/MC/PrivateKeyManager.hpp +++ b/LiteLoader/include/llapi/mc/PrivateKeyManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProducerComponent.hpp b/LiteLoader/include/llapi/mc/ProducerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ProducerComponent.hpp rename to LiteLoader/include/llapi/mc/ProducerComponent.hpp index fe5cb23..9ba7a5f 100644 --- a/LiteLoader/Header/MC/ProducerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ProducerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseCircuitComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProfilerLite.hpp b/LiteLoader/include/llapi/mc/ProfilerLite.hpp similarity index 94% rename from LiteLoader/Header/MC/ProfilerLite.hpp rename to LiteLoader/include/llapi/mc/ProfilerLite.hpp index 7713d64..abbe6f6 100644 --- a/LiteLoader/Header/MC/ProfilerLite.hpp +++ b/LiteLoader/include/llapi/mc/ProfilerLite.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProjectileComponent.hpp b/LiteLoader/include/llapi/mc/ProjectileComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ProjectileComponent.hpp rename to LiteLoader/include/llapi/mc/ProjectileComponent.hpp index cb92693..fd51722 100644 --- a/LiteLoader/Header/MC/ProjectileComponent.hpp +++ b/LiteLoader/include/llapi/mc/ProjectileComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProjectileDescription.hpp b/LiteLoader/include/llapi/mc/ProjectileDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ProjectileDescription.hpp rename to LiteLoader/include/llapi/mc/ProjectileDescription.hpp index 43f2c5d..b5001d4 100644 --- a/LiteLoader/Header/MC/ProjectileDescription.hpp +++ b/LiteLoader/include/llapi/mc/ProjectileDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProjectileFactory.hpp b/LiteLoader/include/llapi/mc/ProjectileFactory.hpp similarity index 97% rename from LiteLoader/Header/MC/ProjectileFactory.hpp rename to LiteLoader/include/llapi/mc/ProjectileFactory.hpp index 0e1bb58..70db5bd 100644 --- a/LiteLoader/Header/MC/ProjectileFactory.hpp +++ b/LiteLoader/include/llapi/mc/ProjectileFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProjectileSystem.hpp b/LiteLoader/include/llapi/mc/ProjectileSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/ProjectileSystem.hpp rename to LiteLoader/include/llapi/mc/ProjectileSystem.hpp index 172b9f8..6d5a68f 100644 --- a/LiteLoader/Header/MC/ProjectileSystem.hpp +++ b/LiteLoader/include/llapi/mc/ProjectileSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PropertiesSettings.hpp b/LiteLoader/include/llapi/mc/PropertiesSettings.hpp similarity index 97% rename from LiteLoader/Header/MC/PropertiesSettings.hpp rename to LiteLoader/include/llapi/mc/PropertiesSettings.hpp index 1c941a3..9030c32 100644 --- a/LiteLoader/Header/MC/PropertiesSettings.hpp +++ b/LiteLoader/include/llapi/mc/PropertiesSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PropertyBag.hpp b/LiteLoader/include/llapi/mc/PropertyBag.hpp similarity index 93% rename from LiteLoader/Header/MC/PropertyBag.hpp rename to LiteLoader/include/llapi/mc/PropertyBag.hpp index 2cee5e9..059f11a 100644 --- a/LiteLoader/Header/MC/PropertyBag.hpp +++ b/LiteLoader/include/llapi/mc/PropertyBag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PropertyDescription.hpp b/LiteLoader/include/llapi/mc/PropertyDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/PropertyDescription.hpp rename to LiteLoader/include/llapi/mc/PropertyDescription.hpp index 8b2b68c..12bd6c0 100644 --- a/LiteLoader/Header/MC/PropertyDescription.hpp +++ b/LiteLoader/include/llapi/mc/PropertyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ProtectionEnchant.hpp b/LiteLoader/include/llapi/mc/ProtectionEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/ProtectionEnchant.hpp rename to LiteLoader/include/llapi/mc/ProtectionEnchant.hpp index f40619f..f315759 100644 --- a/LiteLoader/Header/MC/ProtectionEnchant.hpp +++ b/LiteLoader/include/llapi/mc/ProtectionEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Pufferfish.hpp b/LiteLoader/include/llapi/mc/Pufferfish.hpp similarity index 98% rename from LiteLoader/Header/MC/Pufferfish.hpp rename to LiteLoader/include/llapi/mc/Pufferfish.hpp index a28ef47..dca397a 100644 --- a/LiteLoader/Header/MC/Pufferfish.hpp +++ b/LiteLoader/include/llapi/mc/Pufferfish.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fish.hpp" diff --git a/LiteLoader/Header/MC/PulseCapacitor.hpp b/LiteLoader/include/llapi/mc/PulseCapacitor.hpp similarity index 97% rename from LiteLoader/Header/MC/PulseCapacitor.hpp rename to LiteLoader/include/llapi/mc/PulseCapacitor.hpp index c18c611..efd87b4 100644 --- a/LiteLoader/Header/MC/PulseCapacitor.hpp +++ b/LiteLoader/include/llapi/mc/PulseCapacitor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ProducerComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PumpkinBlock.hpp b/LiteLoader/include/llapi/mc/PumpkinBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/PumpkinBlock.hpp rename to LiteLoader/include/llapi/mc/PumpkinBlock.hpp index 58c67fb..0929e4a 100644 --- a/LiteLoader/Header/MC/PumpkinBlock.hpp +++ b/LiteLoader/include/llapi/mc/PumpkinBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PumpkinBlockItem.hpp b/LiteLoader/include/llapi/mc/PumpkinBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/PumpkinBlockItem.hpp rename to LiteLoader/include/llapi/mc/PumpkinBlockItem.hpp index fcb81ee..43c92ee 100644 --- a/LiteLoader/Header/MC/PumpkinBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/PumpkinBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PurchaseReceiptPacket.hpp b/LiteLoader/include/llapi/mc/PurchaseReceiptPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/PurchaseReceiptPacket.hpp rename to LiteLoader/include/llapi/mc/PurchaseReceiptPacket.hpp index 45f8a91..9715130 100644 --- a/LiteLoader/Header/MC/PurchaseReceiptPacket.hpp +++ b/LiteLoader/include/llapi/mc/PurchaseReceiptPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PushThroughDescription.hpp b/LiteLoader/include/llapi/mc/PushThroughDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/PushThroughDescription.hpp rename to LiteLoader/include/llapi/mc/PushThroughDescription.hpp index e0ef9b8..fa0d8f8 100644 --- a/LiteLoader/Header/MC/PushThroughDescription.hpp +++ b/LiteLoader/include/llapi/mc/PushThroughDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PushableComponent.hpp b/LiteLoader/include/llapi/mc/PushableComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/PushableComponent.hpp rename to LiteLoader/include/llapi/mc/PushableComponent.hpp index 19bbd17..8deb180 100644 --- a/LiteLoader/Header/MC/PushableComponent.hpp +++ b/LiteLoader/include/llapi/mc/PushableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/PushableDescription.hpp b/LiteLoader/include/llapi/mc/PushableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/PushableDescription.hpp rename to LiteLoader/include/llapi/mc/PushableDescription.hpp index 80d64ea..9571c8f 100644 --- a/LiteLoader/Header/MC/PushableDescription.hpp +++ b/LiteLoader/include/llapi/mc/PushableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/QuartzBlockBlock.hpp b/LiteLoader/include/llapi/mc/QuartzBlockBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/QuartzBlockBlock.hpp rename to LiteLoader/include/llapi/mc/QuartzBlockBlock.hpp index bb75ca3..861b496 100644 --- a/LiteLoader/Header/MC/QuartzBlockBlock.hpp +++ b/LiteLoader/include/llapi/mc/QuartzBlockBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/QueryTargetCommand.hpp b/LiteLoader/include/llapi/mc/QueryTargetCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/QueryTargetCommand.hpp rename to LiteLoader/include/llapi/mc/QueryTargetCommand.hpp index 9123ea3..f5baa78 100644 --- a/LiteLoader/Header/MC/QueryTargetCommand.hpp +++ b/LiteLoader/include/llapi/mc/QueryTargetCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Rabbit.hpp b/LiteLoader/include/llapi/mc/Rabbit.hpp similarity index 98% rename from LiteLoader/Header/MC/Rabbit.hpp rename to LiteLoader/include/llapi/mc/Rabbit.hpp index 3c0ab6b..25ba30d 100644 --- a/LiteLoader/Header/MC/Rabbit.hpp +++ b/LiteLoader/include/llapi/mc/Rabbit.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/RabbitPanicGoal.hpp b/LiteLoader/include/llapi/mc/RabbitPanicGoal.hpp similarity index 94% rename from LiteLoader/Header/MC/RabbitPanicGoal.hpp rename to LiteLoader/include/llapi/mc/RabbitPanicGoal.hpp index 1ccd09e..c0f04fc 100644 --- a/LiteLoader/Header/MC/RabbitPanicGoal.hpp +++ b/LiteLoader/include/llapi/mc/RabbitPanicGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PanicGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Raid.hpp b/LiteLoader/include/llapi/mc/Raid.hpp similarity index 95% rename from LiteLoader/Header/MC/Raid.hpp rename to LiteLoader/include/llapi/mc/Raid.hpp index 78cf3ba..8d5a04d 100644 --- a/LiteLoader/Header/MC/Raid.hpp +++ b/LiteLoader/include/llapi/mc/Raid.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaidBossComponent.hpp b/LiteLoader/include/llapi/mc/RaidBossComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/RaidBossComponent.hpp rename to LiteLoader/include/llapi/mc/RaidBossComponent.hpp index d0c784b..b8cd763 100644 --- a/LiteLoader/Header/MC/RaidBossComponent.hpp +++ b/LiteLoader/include/llapi/mc/RaidBossComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaidBossSystem.hpp b/LiteLoader/include/llapi/mc/RaidBossSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/RaidBossSystem.hpp rename to LiteLoader/include/llapi/mc/RaidBossSystem.hpp index 2b0339a..0535c4e 100644 --- a/LiteLoader/Header/MC/RaidBossSystem.hpp +++ b/LiteLoader/include/llapi/mc/RaidBossSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaidGardenGoal.hpp b/LiteLoader/include/llapi/mc/RaidGardenGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/RaidGardenGoal.hpp rename to LiteLoader/include/llapi/mc/RaidGardenGoal.hpp index b743531..374e8f4 100644 --- a/LiteLoader/Header/MC/RaidGardenGoal.hpp +++ b/LiteLoader/include/llapi/mc/RaidGardenGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToBlockGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaidTriggerComponent.hpp b/LiteLoader/include/llapi/mc/RaidTriggerComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/RaidTriggerComponent.hpp rename to LiteLoader/include/llapi/mc/RaidTriggerComponent.hpp index 76f0b86..cb14758 100644 --- a/LiteLoader/Header/MC/RaidTriggerComponent.hpp +++ b/LiteLoader/include/llapi/mc/RaidTriggerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaidTriggerDescription.hpp b/LiteLoader/include/llapi/mc/RaidTriggerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/RaidTriggerDescription.hpp rename to LiteLoader/include/llapi/mc/RaidTriggerDescription.hpp index a0d4a29..abf4f97 100644 --- a/LiteLoader/Header/MC/RaidTriggerDescription.hpp +++ b/LiteLoader/include/llapi/mc/RaidTriggerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RaiderCelebrationGoal.hpp b/LiteLoader/include/llapi/mc/RaiderCelebrationGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RaiderCelebrationGoal.hpp rename to LiteLoader/include/llapi/mc/RaiderCelebrationGoal.hpp index 9bb1960..02d0a94 100644 --- a/LiteLoader/Header/MC/RaiderCelebrationGoal.hpp +++ b/LiteLoader/include/llapi/mc/RaiderCelebrationGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailActivatorComponent.hpp b/LiteLoader/include/llapi/mc/RailActivatorComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/RailActivatorComponent.hpp rename to LiteLoader/include/llapi/mc/RailActivatorComponent.hpp index 76f8276..1e6f855 100644 --- a/LiteLoader/Header/MC/RailActivatorComponent.hpp +++ b/LiteLoader/include/llapi/mc/RailActivatorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailActivatorDefinition.hpp b/LiteLoader/include/llapi/mc/RailActivatorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RailActivatorDefinition.hpp rename to LiteLoader/include/llapi/mc/RailActivatorDefinition.hpp index 036e7fc..6a6cde2 100644 --- a/LiteLoader/Header/MC/RailActivatorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RailActivatorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailActivatorSystem.hpp b/LiteLoader/include/llapi/mc/RailActivatorSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/RailActivatorSystem.hpp rename to LiteLoader/include/llapi/mc/RailActivatorSystem.hpp index 7faa69a..799819b 100644 --- a/LiteLoader/Header/MC/RailActivatorSystem.hpp +++ b/LiteLoader/include/llapi/mc/RailActivatorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailBlock.hpp b/LiteLoader/include/llapi/mc/RailBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RailBlock.hpp rename to LiteLoader/include/llapi/mc/RailBlock.hpp index 623e77b..cd0c062 100644 --- a/LiteLoader/Header/MC/RailBlock.hpp +++ b/LiteLoader/include/llapi/mc/RailBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseRailBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailMovement.hpp b/LiteLoader/include/llapi/mc/RailMovement.hpp similarity index 93% rename from LiteLoader/Header/MC/RailMovement.hpp rename to LiteLoader/include/llapi/mc/RailMovement.hpp index 859b7eb..b76b6f8 100644 --- a/LiteLoader/Header/MC/RailMovement.hpp +++ b/LiteLoader/include/llapi/mc/RailMovement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RailMovementComponent.hpp b/LiteLoader/include/llapi/mc/RailMovementComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/RailMovementComponent.hpp rename to LiteLoader/include/llapi/mc/RailMovementComponent.hpp index cc413a5..bd2ba53 100644 --- a/LiteLoader/Header/MC/RailMovementComponent.hpp +++ b/LiteLoader/include/llapi/mc/RailMovementComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakDataInput.hpp b/LiteLoader/include/llapi/mc/RakDataInput.hpp similarity index 96% rename from LiteLoader/Header/MC/RakDataInput.hpp rename to LiteLoader/include/llapi/mc/RakDataInput.hpp index b9bc1dd..cf18f10 100644 --- a/LiteLoader/Header/MC/RakDataInput.hpp +++ b/LiteLoader/include/llapi/mc/RakDataInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BytesDataInput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakDataOutput.hpp b/LiteLoader/include/llapi/mc/RakDataOutput.hpp similarity index 96% rename from LiteLoader/Header/MC/RakDataOutput.hpp rename to LiteLoader/include/llapi/mc/RakDataOutput.hpp index 9892f85..3f0b1ea 100644 --- a/LiteLoader/Header/MC/RakDataOutput.hpp +++ b/LiteLoader/include/llapi/mc/RakDataOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BytesDataOutput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakNet.hpp b/LiteLoader/include/llapi/mc/RakNet.hpp similarity index 98% rename from LiteLoader/Header/MC/RakNet.hpp rename to LiteLoader/include/llapi/mc/RakNet.hpp index 7348d58..fba032b 100644 --- a/LiteLoader/Header/MC/RakNet.hpp +++ b/LiteLoader/include/llapi/mc/RakNet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/RakNetInstance.hpp b/LiteLoader/include/llapi/mc/RakNetInstance.hpp similarity index 98% rename from LiteLoader/Header/MC/RakNetInstance.hpp rename to LiteLoader/include/llapi/mc/RakNetInstance.hpp index 51328b1..b54e49a 100644 --- a/LiteLoader/Header/MC/RakNetInstance.hpp +++ b/LiteLoader/include/llapi/mc/RakNetInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #include "Social.hpp" #include "Connector.hpp" diff --git a/LiteLoader/Header/MC/RakNetServerLocator.hpp b/LiteLoader/include/llapi/mc/RakNetServerLocator.hpp similarity index 98% rename from LiteLoader/Header/MC/RakNetServerLocator.hpp rename to LiteLoader/include/llapi/mc/RakNetServerLocator.hpp index 5f06515..67e21c0 100644 --- a/LiteLoader/Header/MC/RakNetServerLocator.hpp +++ b/LiteLoader/include/llapi/mc/RakNetServerLocator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #include "RakPeerHelper.hpp" diff --git a/LiteLoader/Header/MC/RakPeerHelper.hpp b/LiteLoader/include/llapi/mc/RakPeerHelper.hpp similarity index 97% rename from LiteLoader/Header/MC/RakPeerHelper.hpp rename to LiteLoader/include/llapi/mc/RakPeerHelper.hpp index c19da56..d8c0ba5 100644 --- a/LiteLoader/Header/MC/RakPeerHelper.hpp +++ b/LiteLoader/include/llapi/mc/RakPeerHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakTcpProxy.hpp b/LiteLoader/include/llapi/mc/RakTcpProxy.hpp similarity index 97% rename from LiteLoader/Header/MC/RakTcpProxy.hpp rename to LiteLoader/include/llapi/mc/RakTcpProxy.hpp index 4601cf3..fad6957 100644 --- a/LiteLoader/Header/MC/RakTcpProxy.hpp +++ b/LiteLoader/include/llapi/mc/RakTcpProxy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakWebSocket.hpp b/LiteLoader/include/llapi/mc/RakWebSocket.hpp similarity index 98% rename from LiteLoader/Header/MC/RakWebSocket.hpp rename to LiteLoader/include/llapi/mc/RakWebSocket.hpp index 9e34ff2..08125f1 100644 --- a/LiteLoader/Header/MC/RakWebSocket.hpp +++ b/LiteLoader/include/llapi/mc/RakWebSocket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakWebSocketClient.hpp b/LiteLoader/include/llapi/mc/RakWebSocketClient.hpp similarity index 95% rename from LiteLoader/Header/MC/RakWebSocketClient.hpp rename to LiteLoader/include/llapi/mc/RakWebSocketClient.hpp index 3e4024b..d786d16 100644 --- a/LiteLoader/Header/MC/RakWebSocketClient.hpp +++ b/LiteLoader/include/llapi/mc/RakWebSocketClient.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakWebSocket.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakWebSocketDataFrame.hpp b/LiteLoader/include/llapi/mc/RakWebSocketDataFrame.hpp similarity index 95% rename from LiteLoader/Header/MC/RakWebSocketDataFrame.hpp rename to LiteLoader/include/llapi/mc/RakWebSocketDataFrame.hpp index 56d3c87..6551a1b 100644 --- a/LiteLoader/Header/MC/RakWebSocketDataFrame.hpp +++ b/LiteLoader/include/llapi/mc/RakWebSocketDataFrame.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RakWebSocketDataFrameParser.hpp b/LiteLoader/include/llapi/mc/RakWebSocketDataFrameParser.hpp similarity index 96% rename from LiteLoader/Header/MC/RakWebSocketDataFrameParser.hpp rename to LiteLoader/include/llapi/mc/RakWebSocketDataFrameParser.hpp index 0a43431..e95e56a 100644 --- a/LiteLoader/Header/MC/RakWebSocketDataFrameParser.hpp +++ b/LiteLoader/include/llapi/mc/RakWebSocketDataFrameParser.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RakNet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Random.hpp b/LiteLoader/include/llapi/mc/Random.hpp similarity index 95% rename from LiteLoader/Header/MC/Random.hpp rename to LiteLoader/include/llapi/mc/Random.hpp index 4f71efd..8178a33 100644 --- a/LiteLoader/Header/MC/Random.hpp +++ b/LiteLoader/include/llapi/mc/Random.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomAuxValueFunction.hpp b/LiteLoader/include/llapi/mc/RandomAuxValueFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/RandomAuxValueFunction.hpp rename to LiteLoader/include/llapi/mc/RandomAuxValueFunction.hpp index 44474bc..fe221a4 100644 --- a/LiteLoader/Header/MC/RandomAuxValueFunction.hpp +++ b/LiteLoader/include/llapi/mc/RandomAuxValueFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomBlockStateFunction.hpp b/LiteLoader/include/llapi/mc/RandomBlockStateFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomBlockStateFunction.hpp rename to LiteLoader/include/llapi/mc/RandomBlockStateFunction.hpp index 0721c33..ff8171d 100644 --- a/LiteLoader/Header/MC/RandomBlockStateFunction.hpp +++ b/LiteLoader/include/llapi/mc/RandomBlockStateFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/RandomBreachingGoal.hpp b/LiteLoader/include/llapi/mc/RandomBreachingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomBreachingGoal.hpp rename to LiteLoader/include/llapi/mc/RandomBreachingGoal.hpp index 2c5a15c..7a0992b 100644 --- a/LiteLoader/Header/MC/RandomBreachingGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomBreachingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomStrollGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomDyeFunction.hpp b/LiteLoader/include/llapi/mc/RandomDyeFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomDyeFunction.hpp rename to LiteLoader/include/llapi/mc/RandomDyeFunction.hpp index 660bd9a..9bab21d 100644 --- a/LiteLoader/Header/MC/RandomDyeFunction.hpp +++ b/LiteLoader/include/llapi/mc/RandomDyeFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomFlyingGoal.hpp b/LiteLoader/include/llapi/mc/RandomFlyingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomFlyingGoal.hpp rename to LiteLoader/include/llapi/mc/RandomFlyingGoal.hpp index 2237ef8..e92a203 100644 --- a/LiteLoader/Header/MC/RandomFlyingGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomFlyingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomStrollGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomHoverGoal.hpp b/LiteLoader/include/llapi/mc/RandomHoverGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomHoverGoal.hpp rename to LiteLoader/include/llapi/mc/RandomHoverGoal.hpp index 1da17fe..f1f0351 100644 --- a/LiteLoader/Header/MC/RandomHoverGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomHoverGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomLookAroundAndSitGoal.hpp b/LiteLoader/include/llapi/mc/RandomLookAroundAndSitGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomLookAroundAndSitGoal.hpp rename to LiteLoader/include/llapi/mc/RandomLookAroundAndSitGoal.hpp index 9ee4a2c..7c7118d 100644 --- a/LiteLoader/Header/MC/RandomLookAroundAndSitGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomLookAroundAndSitGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomLookAroundGoal.hpp b/LiteLoader/include/llapi/mc/RandomLookAroundGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomLookAroundGoal.hpp rename to LiteLoader/include/llapi/mc/RandomLookAroundGoal.hpp index a1ecd5f..5cb7bba 100644 --- a/LiteLoader/Header/MC/RandomLookAroundGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomLookAroundGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomPos.hpp b/LiteLoader/include/llapi/mc/RandomPos.hpp similarity index 97% rename from LiteLoader/Header/MC/RandomPos.hpp rename to LiteLoader/include/llapi/mc/RandomPos.hpp index 29d1b4d..9a3c199 100644 --- a/LiteLoader/Header/MC/RandomPos.hpp +++ b/LiteLoader/include/llapi/mc/RandomPos.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomScatteredLargeFeature.hpp b/LiteLoader/include/llapi/mc/RandomScatteredLargeFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/RandomScatteredLargeFeature.hpp rename to LiteLoader/include/llapi/mc/RandomScatteredLargeFeature.hpp index 11ff2d3..9fbf4b3 100644 --- a/LiteLoader/Header/MC/RandomScatteredLargeFeature.hpp +++ b/LiteLoader/include/llapi/mc/RandomScatteredLargeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomSitGoal.hpp b/LiteLoader/include/llapi/mc/RandomSitGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/RandomSitGoal.hpp rename to LiteLoader/include/llapi/mc/RandomSitGoal.hpp index 34ce837..f43d80b 100644 --- a/LiteLoader/Header/MC/RandomSitGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomSitGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomStrollGoal.hpp b/LiteLoader/include/llapi/mc/RandomStrollGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomStrollGoal.hpp rename to LiteLoader/include/llapi/mc/RandomStrollGoal.hpp index 125ef88..973aac5 100644 --- a/LiteLoader/Header/MC/RandomStrollGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomStrollGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomSwimmingGoal.hpp b/LiteLoader/include/llapi/mc/RandomSwimmingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomSwimmingGoal.hpp rename to LiteLoader/include/llapi/mc/RandomSwimmingGoal.hpp index b537e0c..ad25d50 100644 --- a/LiteLoader/Header/MC/RandomSwimmingGoal.hpp +++ b/LiteLoader/include/llapi/mc/RandomSwimmingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomStrollGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomThreadCheckManager.hpp b/LiteLoader/include/llapi/mc/RandomThreadCheckManager.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomThreadCheckManager.hpp rename to LiteLoader/include/llapi/mc/RandomThreadCheckManager.hpp index b6b4b15..9aa9e97 100644 --- a/LiteLoader/Header/MC/RandomThreadCheckManager.hpp +++ b/LiteLoader/include/llapi/mc/RandomThreadCheckManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomValueBounds.hpp b/LiteLoader/include/llapi/mc/RandomValueBounds.hpp similarity index 95% rename from LiteLoader/Header/MC/RandomValueBounds.hpp rename to LiteLoader/include/llapi/mc/RandomValueBounds.hpp index 2e15aab..be852b9 100644 --- a/LiteLoader/Header/MC/RandomValueBounds.hpp +++ b/LiteLoader/include/llapi/mc/RandomValueBounds.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomizableBlockActorContainer.hpp b/LiteLoader/include/llapi/mc/RandomizableBlockActorContainer.hpp similarity index 96% rename from LiteLoader/Header/MC/RandomizableBlockActorContainer.hpp rename to LiteLoader/include/llapi/mc/RandomizableBlockActorContainer.hpp index 1a649ef..9c81aa1 100644 --- a/LiteLoader/Header/MC/RandomizableBlockActorContainer.hpp +++ b/LiteLoader/include/llapi/mc/RandomizableBlockActorContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomizableBlockActorContainerBase.hpp b/LiteLoader/include/llapi/mc/RandomizableBlockActorContainerBase.hpp similarity index 97% rename from LiteLoader/Header/MC/RandomizableBlockActorContainerBase.hpp rename to LiteLoader/include/llapi/mc/RandomizableBlockActorContainerBase.hpp index 217f5f1..73f823c 100644 --- a/LiteLoader/Header/MC/RandomizableBlockActorContainerBase.hpp +++ b/LiteLoader/include/llapi/mc/RandomizableBlockActorContainerBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RandomizableBlockActorFillingContainer.hpp b/LiteLoader/include/llapi/mc/RandomizableBlockActorFillingContainer.hpp similarity index 97% rename from LiteLoader/Header/MC/RandomizableBlockActorFillingContainer.hpp rename to LiteLoader/include/llapi/mc/RandomizableBlockActorFillingContainer.hpp index 8ef2601..242bd05 100644 --- a/LiteLoader/Header/MC/RandomizableBlockActorFillingContainer.hpp +++ b/LiteLoader/include/llapi/mc/RandomizableBlockActorFillingContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomizableBlockActorContainerBase.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RangedAttackDefinition.hpp b/LiteLoader/include/llapi/mc/RangedAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RangedAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/RangedAttackDefinition.hpp index 4b2b4c9..f073ab4 100644 --- a/LiteLoader/Header/MC/RangedAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RangedAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RangedAttackGoal.hpp b/LiteLoader/include/llapi/mc/RangedAttackGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RangedAttackGoal.hpp rename to LiteLoader/include/llapi/mc/RangedAttackGoal.hpp index ce8bd56..177f873 100644 --- a/LiteLoader/Header/MC/RangedAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/RangedAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RangedWeaponItem.hpp b/LiteLoader/include/llapi/mc/RangedWeaponItem.hpp similarity index 96% rename from LiteLoader/Header/MC/RangedWeaponItem.hpp rename to LiteLoader/include/llapi/mc/RangedWeaponItem.hpp index 6cd20e9..bbd6d5b 100644 --- a/LiteLoader/Header/MC/RangedWeaponItem.hpp +++ b/LiteLoader/include/llapi/mc/RangedWeaponItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RapidFertilizerItem.hpp b/LiteLoader/include/llapi/mc/RapidFertilizerItem.hpp similarity index 99% rename from LiteLoader/Header/MC/RapidFertilizerItem.hpp rename to LiteLoader/include/llapi/mc/RapidFertilizerItem.hpp index 0f6c392..09cc738 100644 --- a/LiteLoader/Header/MC/RapidFertilizerItem.hpp +++ b/LiteLoader/include/llapi/mc/RapidFertilizerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FertilizerItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp b/LiteLoader/include/llapi/mc/ReadOnlyBinaryStream.hpp similarity index 98% rename from LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp rename to LiteLoader/include/llapi/mc/ReadOnlyBinaryStream.hpp index bc6b545..ba0afd1 100644 --- a/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp +++ b/LiteLoader/include/llapi/mc/ReadOnlyBinaryStream.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RealmsUnknownPackSource.hpp b/LiteLoader/include/llapi/mc/RealmsUnknownPackSource.hpp similarity index 96% rename from LiteLoader/Header/MC/RealmsUnknownPackSource.hpp rename to LiteLoader/include/llapi/mc/RealmsUnknownPackSource.hpp index 6c26a30..e4d2569 100644 --- a/LiteLoader/Header/MC/RealmsUnknownPackSource.hpp +++ b/LiteLoader/include/llapi/mc/RealmsUnknownPackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ReceiveLoveGoal.hpp b/LiteLoader/include/llapi/mc/ReceiveLoveGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/ReceiveLoveGoal.hpp rename to LiteLoader/include/llapi/mc/ReceiveLoveGoal.hpp index fc53ab1..e76e59f 100644 --- a/LiteLoader/Header/MC/ReceiveLoveGoal.hpp +++ b/LiteLoader/include/llapi/mc/ReceiveLoveGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Recipe.hpp b/LiteLoader/include/llapi/mc/Recipe.hpp similarity index 98% rename from LiteLoader/Header/MC/Recipe.hpp rename to LiteLoader/include/llapi/mc/Recipe.hpp index 6f80906..cf9c017 100644 --- a/LiteLoader/Header/MC/Recipe.hpp +++ b/LiteLoader/include/llapi/mc/Recipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RecipeIngredient.hpp b/LiteLoader/include/llapi/mc/RecipeIngredient.hpp similarity index 95% rename from LiteLoader/Header/MC/RecipeIngredient.hpp rename to LiteLoader/include/llapi/mc/RecipeIngredient.hpp index 7e32d26..ee70f8e 100644 --- a/LiteLoader/Header/MC/RecipeIngredient.hpp +++ b/LiteLoader/include/llapi/mc/RecipeIngredient.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Recipes.hpp b/LiteLoader/include/llapi/mc/Recipes.hpp similarity index 99% rename from LiteLoader/Header/MC/Recipes.hpp rename to LiteLoader/include/llapi/mc/Recipes.hpp index a1efa75..c9e1d75 100644 --- a/LiteLoader/Header/MC/Recipes.hpp +++ b/LiteLoader/include/llapi/mc/Recipes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RecordItem.hpp b/LiteLoader/include/llapi/mc/RecordItem.hpp similarity index 97% rename from LiteLoader/Header/MC/RecordItem.hpp rename to LiteLoader/include/llapi/mc/RecordItem.hpp index 7f411ab..429e70a 100644 --- a/LiteLoader/Header/MC/RecordItem.hpp +++ b/LiteLoader/include/llapi/mc/RecordItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedStoneDustItem.hpp b/LiteLoader/include/llapi/mc/RedStoneDustItem.hpp similarity index 97% rename from LiteLoader/Header/MC/RedStoneDustItem.hpp rename to LiteLoader/include/llapi/mc/RedStoneDustItem.hpp index 41d8367..72a7f3f 100644 --- a/LiteLoader/Header/MC/RedStoneDustItem.hpp +++ b/LiteLoader/include/llapi/mc/RedStoneDustItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedStoneOreBlock.hpp b/LiteLoader/include/llapi/mc/RedStoneOreBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RedStoneOreBlock.hpp rename to LiteLoader/include/llapi/mc/RedStoneOreBlock.hpp index dbad38f..8af620d 100644 --- a/LiteLoader/Header/MC/RedStoneOreBlock.hpp +++ b/LiteLoader/include/llapi/mc/RedStoneOreBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedStoneWireBlock.hpp b/LiteLoader/include/llapi/mc/RedStoneWireBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RedStoneWireBlock.hpp rename to LiteLoader/include/llapi/mc/RedStoneWireBlock.hpp index c5cc03f..ead4abd 100644 --- a/LiteLoader/Header/MC/RedStoneWireBlock.hpp +++ b/LiteLoader/include/llapi/mc/RedStoneWireBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedstoneBlock.hpp b/LiteLoader/include/llapi/mc/RedstoneBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RedstoneBlock.hpp rename to LiteLoader/include/llapi/mc/RedstoneBlock.hpp index 7da1fcd..f39b9be 100644 --- a/LiteLoader/Header/MC/RedstoneBlock.hpp +++ b/LiteLoader/include/llapi/mc/RedstoneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedstoneLampBlock.hpp b/LiteLoader/include/llapi/mc/RedstoneLampBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RedstoneLampBlock.hpp rename to LiteLoader/include/llapi/mc/RedstoneLampBlock.hpp index 33046f4..fca3bf6 100644 --- a/LiteLoader/Header/MC/RedstoneLampBlock.hpp +++ b/LiteLoader/include/llapi/mc/RedstoneLampBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedstoneTorchBlock.hpp b/LiteLoader/include/llapi/mc/RedstoneTorchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RedstoneTorchBlock.hpp rename to LiteLoader/include/llapi/mc/RedstoneTorchBlock.hpp index 9953e01..4d5c37e 100644 --- a/LiteLoader/Header/MC/RedstoneTorchBlock.hpp +++ b/LiteLoader/include/llapi/mc/RedstoneTorchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TorchBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RedstoneTorchCapacitor.hpp b/LiteLoader/include/llapi/mc/RedstoneTorchCapacitor.hpp similarity index 97% rename from LiteLoader/Header/MC/RedstoneTorchCapacitor.hpp rename to LiteLoader/include/llapi/mc/RedstoneTorchCapacitor.hpp index 5ac63b3..9909e8b 100644 --- a/LiteLoader/Header/MC/RedstoneTorchCapacitor.hpp +++ b/LiteLoader/include/llapi/mc/RedstoneTorchCapacitor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ProducerComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ReedBlock.hpp b/LiteLoader/include/llapi/mc/ReedBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ReedBlock.hpp rename to LiteLoader/include/llapi/mc/ReedBlock.hpp index 5f246db..0fe66a5 100644 --- a/LiteLoader/Header/MC/ReedBlock.hpp +++ b/LiteLoader/include/llapi/mc/ReedBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ReedsFeature.hpp b/LiteLoader/include/llapi/mc/ReedsFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/ReedsFeature.hpp rename to LiteLoader/include/llapi/mc/ReedsFeature.hpp index ff0f5fa..8ca52ad 100644 --- a/LiteLoader/Header/MC/ReedsFeature.hpp +++ b/LiteLoader/include/llapi/mc/ReedsFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RegionFile.hpp b/LiteLoader/include/llapi/mc/RegionFile.hpp similarity index 93% rename from LiteLoader/Header/MC/RegionFile.hpp rename to LiteLoader/include/llapi/mc/RegionFile.hpp index 2cdffcb..bb8fcf3 100644 --- a/LiteLoader/Header/MC/RegionFile.hpp +++ b/LiteLoader/include/llapi/mc/RegionFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RegionHillsLayer.hpp b/LiteLoader/include/llapi/mc/RegionHillsLayer.hpp similarity index 96% rename from LiteLoader/Header/MC/RegionHillsLayer.hpp rename to LiteLoader/include/llapi/mc/RegionHillsLayer.hpp index 03aa1a9..6d021c8 100644 --- a/LiteLoader/Header/MC/RegionHillsLayer.hpp +++ b/LiteLoader/include/llapi/mc/RegionHillsLayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RegistryKey.hpp b/LiteLoader/include/llapi/mc/RegistryKey.hpp similarity index 94% rename from LiteLoader/Header/MC/RegistryKey.hpp rename to LiteLoader/include/llapi/mc/RegistryKey.hpp index 63c8d02..5f599d0 100644 --- a/LiteLoader/Header/MC/RegistryKey.hpp +++ b/LiteLoader/include/llapi/mc/RegistryKey.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RelativeFloat.hpp b/LiteLoader/include/llapi/mc/RelativeFloat.hpp similarity index 97% rename from LiteLoader/Header/MC/RelativeFloat.hpp rename to LiteLoader/include/llapi/mc/RelativeFloat.hpp index ec16aea..0b5aa79 100644 --- a/LiteLoader/Header/MC/RelativeFloat.hpp +++ b/LiteLoader/include/llapi/mc/RelativeFloat.hpp @@ -5,7 +5,7 @@ */ #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/ReloadCommand.hpp b/LiteLoader/include/llapi/mc/ReloadCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ReloadCommand.hpp rename to LiteLoader/include/llapi/mc/ReloadCommand.hpp index 18e551a..ddae491 100644 --- a/LiteLoader/Header/MC/ReloadCommand.hpp +++ b/LiteLoader/include/llapi/mc/ReloadCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RemoveActorPacket.hpp b/LiteLoader/include/llapi/mc/RemoveActorPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/RemoveActorPacket.hpp rename to LiteLoader/include/llapi/mc/RemoveActorPacket.hpp index 70b8ee7..6afa1a3 100644 --- a/LiteLoader/Header/MC/RemoveActorPacket.hpp +++ b/LiteLoader/include/llapi/mc/RemoveActorPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RemoveEntityPacket.hpp b/LiteLoader/include/llapi/mc/RemoveEntityPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/RemoveEntityPacket.hpp rename to LiteLoader/include/llapi/mc/RemoveEntityPacket.hpp index 9b59e6c..2e52f28 100644 --- a/LiteLoader/Header/MC/RemoveEntityPacket.hpp +++ b/LiteLoader/include/llapi/mc/RemoveEntityPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RemoveObjectivePacket.hpp b/LiteLoader/include/llapi/mc/RemoveObjectivePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/RemoveObjectivePacket.hpp rename to LiteLoader/include/llapi/mc/RemoveObjectivePacket.hpp index dc4cc3e..c12ed56 100644 --- a/LiteLoader/Header/MC/RemoveObjectivePacket.hpp +++ b/LiteLoader/include/llapi/mc/RemoveObjectivePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RemoveOnHitSubcomponent.hpp b/LiteLoader/include/llapi/mc/RemoveOnHitSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/RemoveOnHitSubcomponent.hpp rename to LiteLoader/include/llapi/mc/RemoveOnHitSubcomponent.hpp index f04ee6f..8d25c16 100644 --- a/LiteLoader/Header/MC/RemoveOnHitSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/RemoveOnHitSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RenderParams.hpp b/LiteLoader/include/llapi/mc/RenderParams.hpp similarity index 95% rename from LiteLoader/Header/MC/RenderParams.hpp rename to LiteLoader/include/llapi/mc/RenderParams.hpp index d281fe2..f699dfe 100644 --- a/LiteLoader/Header/MC/RenderParams.hpp +++ b/LiteLoader/include/llapi/mc/RenderParams.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RepairItemRecipe.hpp b/LiteLoader/include/llapi/mc/RepairItemRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/RepairItemRecipe.hpp rename to LiteLoader/include/llapi/mc/RepairItemRecipe.hpp index e939946..952c5af 100644 --- a/LiteLoader/Header/MC/RepairItemRecipe.hpp +++ b/LiteLoader/include/llapi/mc/RepairItemRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RepeatUntilFailureDefinition.hpp b/LiteLoader/include/llapi/mc/RepeatUntilFailureDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RepeatUntilFailureDefinition.hpp rename to LiteLoader/include/llapi/mc/RepeatUntilFailureDefinition.hpp index cdb25ff..ca4ea48 100644 --- a/LiteLoader/Header/MC/RepeatUntilFailureDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RepeatUntilFailureDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/RepeatUntilFailureNode.hpp b/LiteLoader/include/llapi/mc/RepeatUntilFailureNode.hpp similarity index 95% rename from LiteLoader/Header/MC/RepeatUntilFailureNode.hpp rename to LiteLoader/include/llapi/mc/RepeatUntilFailureNode.hpp index c3f92d8..9d387dc 100644 --- a/LiteLoader/Header/MC/RepeatUntilFailureNode.hpp +++ b/LiteLoader/include/llapi/mc/RepeatUntilFailureNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RepeatUntilSuccessDefinition.hpp b/LiteLoader/include/llapi/mc/RepeatUntilSuccessDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RepeatUntilSuccessDefinition.hpp rename to LiteLoader/include/llapi/mc/RepeatUntilSuccessDefinition.hpp index 0f76c9a..f071aa8 100644 --- a/LiteLoader/Header/MC/RepeatUntilSuccessDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RepeatUntilSuccessDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/RepeatUntilSuccessNode.hpp b/LiteLoader/include/llapi/mc/RepeatUntilSuccessNode.hpp similarity index 95% rename from LiteLoader/Header/MC/RepeatUntilSuccessNode.hpp rename to LiteLoader/include/llapi/mc/RepeatUntilSuccessNode.hpp index 9c6307c..43ea0ae 100644 --- a/LiteLoader/Header/MC/RepeatUntilSuccessNode.hpp +++ b/LiteLoader/include/llapi/mc/RepeatUntilSuccessNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RepeaterBlock.hpp b/LiteLoader/include/llapi/mc/RepeaterBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/RepeaterBlock.hpp rename to LiteLoader/include/llapi/mc/RepeaterBlock.hpp index 0c30c12..b6faa2d 100644 --- a/LiteLoader/Header/MC/RepeaterBlock.hpp +++ b/LiteLoader/include/llapi/mc/RepeaterBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "DiodeBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RepeaterCapacitor.hpp b/LiteLoader/include/llapi/mc/RepeaterCapacitor.hpp similarity index 97% rename from LiteLoader/Header/MC/RepeaterCapacitor.hpp rename to LiteLoader/include/llapi/mc/RepeaterCapacitor.hpp index 3cba30b..145ba2e 100644 --- a/LiteLoader/Header/MC/RepeaterCapacitor.hpp +++ b/LiteLoader/include/llapi/mc/RepeaterCapacitor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ProducerComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ReplaceItemCommand.hpp b/LiteLoader/include/llapi/mc/ReplaceItemCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ReplaceItemCommand.hpp rename to LiteLoader/include/llapi/mc/ReplaceItemCommand.hpp index ad159c9..63eceda 100644 --- a/LiteLoader/Header/MC/ReplaceItemCommand.hpp +++ b/LiteLoader/include/llapi/mc/ReplaceItemCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RequestChunkRadiusPacket.hpp b/LiteLoader/include/llapi/mc/RequestChunkRadiusPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/RequestChunkRadiusPacket.hpp rename to LiteLoader/include/llapi/mc/RequestChunkRadiusPacket.hpp index 0de51ce..3af3a29 100644 --- a/LiteLoader/Header/MC/RequestChunkRadiusPacket.hpp +++ b/LiteLoader/include/llapi/mc/RequestChunkRadiusPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResetEventObj.hpp b/LiteLoader/include/llapi/mc/ResetEventObj.hpp similarity index 94% rename from LiteLoader/Header/MC/ResetEventObj.hpp rename to LiteLoader/include/llapi/mc/ResetEventObj.hpp index 967c7a0..80f0905 100644 --- a/LiteLoader/Header/MC/ResetEventObj.hpp +++ b/LiteLoader/include/llapi/mc/ResetEventObj.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceDefinition.hpp b/LiteLoader/include/llapi/mc/ResourceDefinition.hpp similarity index 88% rename from LiteLoader/Header/MC/ResourceDefinition.hpp rename to LiteLoader/include/llapi/mc/ResourceDefinition.hpp index cfca358..743ec08 100644 --- a/LiteLoader/Header/MC/ResourceDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ResourceDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceHelper.hpp b/LiteLoader/include/llapi/mc/ResourceHelper.hpp similarity index 90% rename from LiteLoader/Header/MC/ResourceHelper.hpp rename to LiteLoader/include/llapi/mc/ResourceHelper.hpp index ce4e94d..4484383 100644 --- a/LiteLoader/Header/MC/ResourceHelper.hpp +++ b/LiteLoader/include/llapi/mc/ResourceHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceInformation.hpp b/LiteLoader/include/llapi/mc/ResourceInformation.hpp similarity index 94% rename from LiteLoader/Header/MC/ResourceInformation.hpp rename to LiteLoader/include/llapi/mc/ResourceInformation.hpp index ad22b51..a8da78f 100644 --- a/LiteLoader/Header/MC/ResourceInformation.hpp +++ b/LiteLoader/include/llapi/mc/ResourceInformation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceLoadManager.hpp b/LiteLoader/include/llapi/mc/ResourceLoadManager.hpp similarity index 94% rename from LiteLoader/Header/MC/ResourceLoadManager.hpp rename to LiteLoader/include/llapi/mc/ResourceLoadManager.hpp index cc49e07..9cdb8e2 100644 --- a/LiteLoader/Header/MC/ResourceLoadManager.hpp +++ b/LiteLoader/include/llapi/mc/ResourceLoadManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceLoader.hpp b/LiteLoader/include/llapi/mc/ResourceLoader.hpp similarity index 97% rename from LiteLoader/Header/MC/ResourceLoader.hpp rename to LiteLoader/include/llapi/mc/ResourceLoader.hpp index 736839f..1c47623 100644 --- a/LiteLoader/Header/MC/ResourceLoader.hpp +++ b/LiteLoader/include/llapi/mc/ResourceLoader.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceLoaders.hpp b/LiteLoader/include/llapi/mc/ResourceLoaders.hpp similarity index 94% rename from LiteLoader/Header/MC/ResourceLoaders.hpp rename to LiteLoader/include/llapi/mc/ResourceLoaders.hpp index f07201f..5492b98 100644 --- a/LiteLoader/Header/MC/ResourceLoaders.hpp +++ b/LiteLoader/include/llapi/mc/ResourceLoaders.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceLocation.hpp b/LiteLoader/include/llapi/mc/ResourceLocation.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourceLocation.hpp rename to LiteLoader/include/llapi/mc/ResourceLocation.hpp index 957a9d9..4d184f7 100644 --- a/LiteLoader/Header/MC/ResourceLocation.hpp +++ b/LiteLoader/include/llapi/mc/ResourceLocation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "Core.hpp" diff --git a/LiteLoader/Header/MC/ResourceMetadata.hpp b/LiteLoader/include/llapi/mc/ResourceMetadata.hpp similarity index 93% rename from LiteLoader/Header/MC/ResourceMetadata.hpp rename to LiteLoader/include/llapi/mc/ResourceMetadata.hpp index 3d95485..e85c1e0 100644 --- a/LiteLoader/Header/MC/ResourceMetadata.hpp +++ b/LiteLoader/include/llapi/mc/ResourceMetadata.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePack.hpp b/LiteLoader/include/llapi/mc/ResourcePack.hpp similarity index 98% rename from LiteLoader/Header/MC/ResourcePack.hpp rename to LiteLoader/include/llapi/mc/ResourcePack.hpp index a9d4a37..75f9b00 100644 --- a/LiteLoader/Header/MC/ResourcePack.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePack.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackChunkDataPacket.hpp b/LiteLoader/include/llapi/mc/ResourcePackChunkDataPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackChunkDataPacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePackChunkDataPacket.hpp index 5509e9a..0fc5364 100644 --- a/LiteLoader/Header/MC/ResourcePackChunkDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackChunkDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackChunkRequestPacket.hpp b/LiteLoader/include/llapi/mc/ResourcePackChunkRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackChunkRequestPacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePackChunkRequestPacket.hpp index fef274a..100dec0 100644 --- a/LiteLoader/Header/MC/ResourcePackChunkRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackChunkRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackClientResponsePacket.hpp b/LiteLoader/include/llapi/mc/ResourcePackClientResponsePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackClientResponsePacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePackClientResponsePacket.hpp index 1dd33e7..d14e317 100644 --- a/LiteLoader/Header/MC/ResourcePackClientResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackClientResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackDataInfoPacket.hpp b/LiteLoader/include/llapi/mc/ResourcePackDataInfoPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackDataInfoPacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePackDataInfoPacket.hpp index b72510d..23319f8 100644 --- a/LiteLoader/Header/MC/ResourcePackDataInfoPacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackDataInfoPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackFileUploadManager.hpp b/LiteLoader/include/llapi/mc/ResourcePackFileUploadManager.hpp similarity index 97% rename from LiteLoader/Header/MC/ResourcePackFileUploadManager.hpp rename to LiteLoader/include/llapi/mc/ResourcePackFileUploadManager.hpp index 37f64e4..5b0396d 100644 --- a/LiteLoader/Header/MC/ResourcePackFileUploadManager.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackFileUploadManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "Json.hpp" #include "FileUploadManager.hpp" diff --git a/LiteLoader/Header/MC/ResourcePackInfoData.hpp b/LiteLoader/include/llapi/mc/ResourcePackInfoData.hpp similarity index 95% rename from LiteLoader/Header/MC/ResourcePackInfoData.hpp rename to LiteLoader/include/llapi/mc/ResourcePackInfoData.hpp index 1240d9f..9aa7786 100644 --- a/LiteLoader/Header/MC/ResourcePackInfoData.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackInfoData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackListener.hpp b/LiteLoader/include/llapi/mc/ResourcePackListener.hpp similarity index 95% rename from LiteLoader/Header/MC/ResourcePackListener.hpp rename to LiteLoader/include/llapi/mc/ResourcePackListener.hpp index 43be3ae..2690479 100644 --- a/LiteLoader/Header/MC/ResourcePackListener.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackManager.hpp b/LiteLoader/include/llapi/mc/ResourcePackManager.hpp similarity index 98% rename from LiteLoader/Header/MC/ResourcePackManager.hpp rename to LiteLoader/include/llapi/mc/ResourcePackManager.hpp index fbf0113..1729903 100644 --- a/LiteLoader/Header/MC/ResourcePackManager.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackRepository.hpp b/LiteLoader/include/llapi/mc/ResourcePackRepository.hpp similarity index 99% rename from LiteLoader/Header/MC/ResourcePackRepository.hpp rename to LiteLoader/include/llapi/mc/ResourcePackRepository.hpp index 8e46e49..09900cd 100644 --- a/LiteLoader/Header/MC/ResourcePackRepository.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackRepository.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackStack.hpp b/LiteLoader/include/llapi/mc/ResourcePackStack.hpp similarity index 97% rename from LiteLoader/Header/MC/ResourcePackStack.hpp rename to LiteLoader/include/llapi/mc/ResourcePackStack.hpp index fccbd35..4fb79d2 100644 --- a/LiteLoader/Header/MC/ResourcePackStack.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackStack.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackStackPacket.hpp b/LiteLoader/include/llapi/mc/ResourcePackStackPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackStackPacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePackStackPacket.hpp index a1d5350..d619236 100644 --- a/LiteLoader/Header/MC/ResourcePackStackPacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackStackPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePackTransmissionManager.hpp b/LiteLoader/include/llapi/mc/ResourcePackTransmissionManager.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePackTransmissionManager.hpp rename to LiteLoader/include/llapi/mc/ResourcePackTransmissionManager.hpp index f39e665..188001a 100644 --- a/LiteLoader/Header/MC/ResourcePackTransmissionManager.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePackTransmissionManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePacksInfoPacket.hpp b/LiteLoader/include/llapi/mc/ResourcePacksInfoPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourcePacksInfoPacket.hpp rename to LiteLoader/include/llapi/mc/ResourcePacksInfoPacket.hpp index 13a5583..698643d 100644 --- a/LiteLoader/Header/MC/ResourcePacksInfoPacket.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePacksInfoPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourcePath.hpp b/LiteLoader/include/llapi/mc/ResourcePath.hpp similarity index 93% rename from LiteLoader/Header/MC/ResourcePath.hpp rename to LiteLoader/include/llapi/mc/ResourcePath.hpp index c65dd36..268eac2 100644 --- a/LiteLoader/Header/MC/ResourcePath.hpp +++ b/LiteLoader/include/llapi/mc/ResourcePath.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ResourceSignature.hpp b/LiteLoader/include/llapi/mc/ResourceSignature.hpp similarity index 96% rename from LiteLoader/Header/MC/ResourceSignature.hpp rename to LiteLoader/include/llapi/mc/ResourceSignature.hpp index 142940a..209222e 100644 --- a/LiteLoader/Header/MC/ResourceSignature.hpp +++ b/LiteLoader/include/llapi/mc/ResourceSignature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RespawnAnchorBlock.hpp b/LiteLoader/include/llapi/mc/RespawnAnchorBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RespawnAnchorBlock.hpp rename to LiteLoader/include/llapi/mc/RespawnAnchorBlock.hpp index abe3791..fa67bb3 100644 --- a/LiteLoader/Header/MC/RespawnAnchorBlock.hpp +++ b/LiteLoader/include/llapi/mc/RespawnAnchorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RespawnPacket.hpp b/LiteLoader/include/llapi/mc/RespawnPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/RespawnPacket.hpp rename to LiteLoader/include/llapi/mc/RespawnPacket.hpp index 8822d39..637be60 100644 --- a/LiteLoader/Header/MC/RespawnPacket.hpp +++ b/LiteLoader/include/llapi/mc/RespawnPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RestrictOpenDoorGoal.hpp b/LiteLoader/include/llapi/mc/RestrictOpenDoorGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RestrictOpenDoorGoal.hpp rename to LiteLoader/include/llapi/mc/RestrictOpenDoorGoal.hpp index 14e73d6..1e0c458 100644 --- a/LiteLoader/Header/MC/RestrictOpenDoorGoal.hpp +++ b/LiteLoader/include/llapi/mc/RestrictOpenDoorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RestrictSunGoal.hpp b/LiteLoader/include/llapi/mc/RestrictSunGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/RestrictSunGoal.hpp rename to LiteLoader/include/llapi/mc/RestrictSunGoal.hpp index bade7a1..93046e9 100644 --- a/LiteLoader/Header/MC/RestrictSunGoal.hpp +++ b/LiteLoader/include/llapi/mc/RestrictSunGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RideableComponent.hpp b/LiteLoader/include/llapi/mc/RideableComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/RideableComponent.hpp rename to LiteLoader/include/llapi/mc/RideableComponent.hpp index 4af8a29..d283a5a 100644 --- a/LiteLoader/Header/MC/RideableComponent.hpp +++ b/LiteLoader/include/llapi/mc/RideableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RideableDefinition.hpp b/LiteLoader/include/llapi/mc/RideableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RideableDefinition.hpp rename to LiteLoader/include/llapi/mc/RideableDefinition.hpp index 7106551..9f0da44 100644 --- a/LiteLoader/Header/MC/RideableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RideableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RiderJumpPacket.hpp b/LiteLoader/include/llapi/mc/RiderJumpPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/RiderJumpPacket.hpp rename to LiteLoader/include/llapi/mc/RiderJumpPacket.hpp index c2b4b43..f6b3091 100644 --- a/LiteLoader/Header/MC/RiderJumpPacket.hpp +++ b/LiteLoader/include/llapi/mc/RiderJumpPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RiseToLiquidLevelGoal.hpp b/LiteLoader/include/llapi/mc/RiseToLiquidLevelGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RiseToLiquidLevelGoal.hpp rename to LiteLoader/include/llapi/mc/RiseToLiquidLevelGoal.hpp index 5d09b78..f6652d9 100644 --- a/LiteLoader/Header/MC/RiseToLiquidLevelGoal.hpp +++ b/LiteLoader/include/llapi/mc/RiseToLiquidLevelGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RiverFollowingGoal.hpp b/LiteLoader/include/llapi/mc/RiverFollowingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RiverFollowingGoal.hpp rename to LiteLoader/include/llapi/mc/RiverFollowingGoal.hpp index ef42787..b8dac2c 100644 --- a/LiteLoader/Header/MC/RiverFollowingGoal.hpp +++ b/LiteLoader/include/llapi/mc/RiverFollowingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RoleChecker.hpp b/LiteLoader/include/llapi/mc/RoleChecker.hpp similarity index 94% rename from LiteLoader/Header/MC/RoleChecker.hpp rename to LiteLoader/include/llapi/mc/RoleChecker.hpp index cf23afa..5075bf6 100644 --- a/LiteLoader/Header/MC/RoleChecker.hpp +++ b/LiteLoader/include/llapi/mc/RoleChecker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RoleCheckerCallback.hpp b/LiteLoader/include/llapi/mc/RoleCheckerCallback.hpp similarity index 94% rename from LiteLoader/Header/MC/RoleCheckerCallback.hpp rename to LiteLoader/include/llapi/mc/RoleCheckerCallback.hpp index 0aa8397..525ff94 100644 --- a/LiteLoader/Header/MC/RoleCheckerCallback.hpp +++ b/LiteLoader/include/llapi/mc/RoleCheckerCallback.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RollGoal.hpp b/LiteLoader/include/llapi/mc/RollGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/RollGoal.hpp rename to LiteLoader/include/llapi/mc/RollGoal.hpp index daa7ef8..0f1a808 100644 --- a/LiteLoader/Header/MC/RollGoal.hpp +++ b/LiteLoader/include/llapi/mc/RollGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RoofedTreeCanopy.hpp b/LiteLoader/include/llapi/mc/RoofedTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/RoofedTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/RoofedTreeCanopy.hpp index 6d33ca4..6fe7b83 100644 --- a/LiteLoader/Header/MC/RoofedTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/RoofedTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RoomDefinition.hpp b/LiteLoader/include/llapi/mc/RoomDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/RoomDefinition.hpp rename to LiteLoader/include/llapi/mc/RoomDefinition.hpp index e0a3981..13964a6 100644 --- a/LiteLoader/Header/MC/RoomDefinition.hpp +++ b/LiteLoader/include/llapi/mc/RoomDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RopeAABB.hpp b/LiteLoader/include/llapi/mc/RopeAABB.hpp similarity index 93% rename from LiteLoader/Header/MC/RopeAABB.hpp rename to LiteLoader/include/llapi/mc/RopeAABB.hpp index 555e43d..091d8fd 100644 --- a/LiteLoader/Header/MC/RopeAABB.hpp +++ b/LiteLoader/include/llapi/mc/RopeAABB.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RopePoints.hpp b/LiteLoader/include/llapi/mc/RopePoints.hpp similarity index 93% rename from LiteLoader/Header/MC/RopePoints.hpp rename to LiteLoader/include/llapi/mc/RopePoints.hpp index 21938a6..ea950a6 100644 --- a/LiteLoader/Header/MC/RopePoints.hpp +++ b/LiteLoader/include/llapi/mc/RopePoints.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RopeSystem.hpp b/LiteLoader/include/llapi/mc/RopeSystem.hpp similarity index 97% rename from LiteLoader/Header/MC/RopeSystem.hpp rename to LiteLoader/include/llapi/mc/RopeSystem.hpp index 4e7dcf0..9091014 100644 --- a/LiteLoader/Header/MC/RopeSystem.hpp +++ b/LiteLoader/include/llapi/mc/RopeSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RotateState.hpp b/LiteLoader/include/llapi/mc/RotateState.hpp similarity index 94% rename from LiteLoader/Header/MC/RotateState.hpp rename to LiteLoader/include/llapi/mc/RotateState.hpp index 98ec1ab..93708c1 100644 --- a/LiteLoader/Header/MC/RotateState.hpp +++ b/LiteLoader/include/llapi/mc/RotateState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PetSleepWithOwnerState.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RotatedPillarBlock.hpp b/LiteLoader/include/llapi/mc/RotatedPillarBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/RotatedPillarBlock.hpp rename to LiteLoader/include/llapi/mc/RotatedPillarBlock.hpp index 96ed90a..5fe35db 100644 --- a/LiteLoader/Header/MC/RotatedPillarBlock.hpp +++ b/LiteLoader/include/llapi/mc/RotatedPillarBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RotationDescription.hpp b/LiteLoader/include/llapi/mc/RotationDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/RotationDescription.hpp rename to LiteLoader/include/llapi/mc/RotationDescription.hpp index efe5696..0e11a09 100644 --- a/LiteLoader/Header/MC/RotationDescription.hpp +++ b/LiteLoader/include/llapi/mc/RotationDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RotationUtil.hpp b/LiteLoader/include/llapi/mc/RotationUtil.hpp similarity index 91% rename from LiteLoader/Header/MC/RotationUtil.hpp rename to LiteLoader/include/llapi/mc/RotationUtil.hpp index 9c8e597..98d7b61 100644 --- a/LiteLoader/Header/MC/RotationUtil.hpp +++ b/LiteLoader/include/llapi/mc/RotationUtil.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RuinedPortalFeature.hpp b/LiteLoader/include/llapi/mc/RuinedPortalFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/RuinedPortalFeature.hpp rename to LiteLoader/include/llapi/mc/RuinedPortalFeature.hpp index 3b6e434..5d77515 100644 --- a/LiteLoader/Header/MC/RuinedPortalFeature.hpp +++ b/LiteLoader/include/llapi/mc/RuinedPortalFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RuinedPortalPiece.hpp b/LiteLoader/include/llapi/mc/RuinedPortalPiece.hpp similarity index 98% rename from LiteLoader/Header/MC/RuinedPortalPiece.hpp rename to LiteLoader/include/llapi/mc/RuinedPortalPiece.hpp index 6dd45b0..0b8ab04 100644 --- a/LiteLoader/Header/MC/RuinedPortalPiece.hpp +++ b/LiteLoader/include/llapi/mc/RuinedPortalPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RuinedPortalStart.hpp b/LiteLoader/include/llapi/mc/RuinedPortalStart.hpp similarity index 95% rename from LiteLoader/Header/MC/RuinedPortalStart.hpp rename to LiteLoader/include/llapi/mc/RuinedPortalStart.hpp index ecdbbd7..38bd293 100644 --- a/LiteLoader/Header/MC/RuinedPortalStart.hpp +++ b/LiteLoader/include/llapi/mc/RuinedPortalStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RunAroundLikeCrazyGoal.hpp b/LiteLoader/include/llapi/mc/RunAroundLikeCrazyGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/RunAroundLikeCrazyGoal.hpp rename to LiteLoader/include/llapi/mc/RunAroundLikeCrazyGoal.hpp index 982b888..6f527f3 100644 --- a/LiteLoader/Header/MC/RunAroundLikeCrazyGoal.hpp +++ b/LiteLoader/include/llapi/mc/RunAroundLikeCrazyGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RuntimeIdentifierDescription.hpp b/LiteLoader/include/llapi/mc/RuntimeIdentifierDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/RuntimeIdentifierDescription.hpp rename to LiteLoader/include/llapi/mc/RuntimeIdentifierDescription.hpp index 03e84cd..a37915f 100644 --- a/LiteLoader/Header/MC/RuntimeIdentifierDescription.hpp +++ b/LiteLoader/include/llapi/mc/RuntimeIdentifierDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/RuntimeLightingManager.hpp b/LiteLoader/include/llapi/mc/RuntimeLightingManager.hpp similarity index 96% rename from LiteLoader/Header/MC/RuntimeLightingManager.hpp rename to LiteLoader/include/llapi/mc/RuntimeLightingManager.hpp index 727fc2f..15e289c 100644 --- a/LiteLoader/Header/MC/RuntimeLightingManager.hpp +++ b/LiteLoader/include/llapi/mc/RuntimeLightingManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHChestCorridor.hpp b/LiteLoader/include/llapi/mc/SHChestCorridor.hpp similarity index 96% rename from LiteLoader/Header/MC/SHChestCorridor.hpp rename to LiteLoader/include/llapi/mc/SHChestCorridor.hpp index 1e98c97..65670ff 100644 --- a/LiteLoader/Header/MC/SHChestCorridor.hpp +++ b/LiteLoader/include/llapi/mc/SHChestCorridor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHFillerCorridor.hpp b/LiteLoader/include/llapi/mc/SHFillerCorridor.hpp similarity index 96% rename from LiteLoader/Header/MC/SHFillerCorridor.hpp rename to LiteLoader/include/llapi/mc/SHFillerCorridor.hpp index f7d71e2..f46ea63 100644 --- a/LiteLoader/Header/MC/SHFillerCorridor.hpp +++ b/LiteLoader/include/llapi/mc/SHFillerCorridor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHFiveCrossing.hpp b/LiteLoader/include/llapi/mc/SHFiveCrossing.hpp similarity index 96% rename from LiteLoader/Header/MC/SHFiveCrossing.hpp rename to LiteLoader/include/llapi/mc/SHFiveCrossing.hpp index 5cba3a9..4e428b8 100644 --- a/LiteLoader/Header/MC/SHFiveCrossing.hpp +++ b/LiteLoader/include/llapi/mc/SHFiveCrossing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHLeftTurn.hpp b/LiteLoader/include/llapi/mc/SHLeftTurn.hpp similarity index 96% rename from LiteLoader/Header/MC/SHLeftTurn.hpp rename to LiteLoader/include/llapi/mc/SHLeftTurn.hpp index 68f914e..91e6c48 100644 --- a/LiteLoader/Header/MC/SHLeftTurn.hpp +++ b/LiteLoader/include/llapi/mc/SHLeftTurn.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHLibrary.hpp b/LiteLoader/include/llapi/mc/SHLibrary.hpp similarity index 96% rename from LiteLoader/Header/MC/SHLibrary.hpp rename to LiteLoader/include/llapi/mc/SHLibrary.hpp index 67d5549..2028f2c 100644 --- a/LiteLoader/Header/MC/SHLibrary.hpp +++ b/LiteLoader/include/llapi/mc/SHLibrary.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHPortalRoom.hpp b/LiteLoader/include/llapi/mc/SHPortalRoom.hpp similarity index 96% rename from LiteLoader/Header/MC/SHPortalRoom.hpp rename to LiteLoader/include/llapi/mc/SHPortalRoom.hpp index 97cf2b5..3bd180a 100644 --- a/LiteLoader/Header/MC/SHPortalRoom.hpp +++ b/LiteLoader/include/llapi/mc/SHPortalRoom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHPrisonHall.hpp b/LiteLoader/include/llapi/mc/SHPrisonHall.hpp similarity index 96% rename from LiteLoader/Header/MC/SHPrisonHall.hpp rename to LiteLoader/include/llapi/mc/SHPrisonHall.hpp index eb28e74..74cda10 100644 --- a/LiteLoader/Header/MC/SHPrisonHall.hpp +++ b/LiteLoader/include/llapi/mc/SHPrisonHall.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHRightTurn.hpp b/LiteLoader/include/llapi/mc/SHRightTurn.hpp similarity index 96% rename from LiteLoader/Header/MC/SHRightTurn.hpp rename to LiteLoader/include/llapi/mc/SHRightTurn.hpp index 38f40de..ba8e9bc 100644 --- a/LiteLoader/Header/MC/SHRightTurn.hpp +++ b/LiteLoader/include/llapi/mc/SHRightTurn.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHRoomCrossing.hpp b/LiteLoader/include/llapi/mc/SHRoomCrossing.hpp similarity index 96% rename from LiteLoader/Header/MC/SHRoomCrossing.hpp rename to LiteLoader/include/llapi/mc/SHRoomCrossing.hpp index 5e45ad3..7e53ae0 100644 --- a/LiteLoader/Header/MC/SHRoomCrossing.hpp +++ b/LiteLoader/include/llapi/mc/SHRoomCrossing.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHStairsDown.hpp b/LiteLoader/include/llapi/mc/SHStairsDown.hpp similarity index 96% rename from LiteLoader/Header/MC/SHStairsDown.hpp rename to LiteLoader/include/llapi/mc/SHStairsDown.hpp index 7a77a71..0001dce 100644 --- a/LiteLoader/Header/MC/SHStairsDown.hpp +++ b/LiteLoader/include/llapi/mc/SHStairsDown.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHStartPiece.hpp b/LiteLoader/include/llapi/mc/SHStartPiece.hpp similarity index 94% rename from LiteLoader/Header/MC/SHStartPiece.hpp rename to LiteLoader/include/llapi/mc/SHStartPiece.hpp index 599f208..89f63b1 100644 --- a/LiteLoader/Header/MC/SHStartPiece.hpp +++ b/LiteLoader/include/llapi/mc/SHStartPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SHStairsDown.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHStraight.hpp b/LiteLoader/include/llapi/mc/SHStraight.hpp similarity index 96% rename from LiteLoader/Header/MC/SHStraight.hpp rename to LiteLoader/include/llapi/mc/SHStraight.hpp index 8d15c2f..1d03e47 100644 --- a/LiteLoader/Header/MC/SHStraight.hpp +++ b/LiteLoader/include/llapi/mc/SHStraight.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SHStraightStairsDown.hpp b/LiteLoader/include/llapi/mc/SHStraightStairsDown.hpp similarity index 96% rename from LiteLoader/Header/MC/SHStraightStairsDown.hpp rename to LiteLoader/include/llapi/mc/SHStraightStairsDown.hpp index b62cba1..05f0b41 100644 --- a/LiteLoader/Header/MC/SHStraightStairsDown.hpp +++ b/LiteLoader/include/llapi/mc/SHStraightStairsDown.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Salmon.hpp b/LiteLoader/include/llapi/mc/Salmon.hpp similarity index 97% rename from LiteLoader/Header/MC/Salmon.hpp rename to LiteLoader/include/llapi/mc/Salmon.hpp index 40305bd..a998f22 100644 --- a/LiteLoader/Header/MC/Salmon.hpp +++ b/LiteLoader/include/llapi/mc/Salmon.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fish.hpp" diff --git a/LiteLoader/Header/MC/SandBlock.hpp b/LiteLoader/include/llapi/mc/SandBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SandBlock.hpp rename to LiteLoader/include/llapi/mc/SandBlock.hpp index 3c4d677..f8b78a8 100644 --- a/LiteLoader/Header/MC/SandBlock.hpp +++ b/LiteLoader/include/llapi/mc/SandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SandFeature.hpp b/LiteLoader/include/llapi/mc/SandFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/SandFeature.hpp rename to LiteLoader/include/llapi/mc/SandFeature.hpp index 5730204..cf8ee4d 100644 --- a/LiteLoader/Header/MC/SandFeature.hpp +++ b/LiteLoader/include/llapi/mc/SandFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SandStoneBlock.hpp b/LiteLoader/include/llapi/mc/SandStoneBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SandStoneBlock.hpp rename to LiteLoader/include/llapi/mc/SandStoneBlock.hpp index 7b34e21..e057130 100644 --- a/LiteLoader/Header/MC/SandStoneBlock.hpp +++ b/LiteLoader/include/llapi/mc/SandStoneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Sapling.hpp b/LiteLoader/include/llapi/mc/Sapling.hpp similarity index 99% rename from LiteLoader/Header/MC/Sapling.hpp rename to LiteLoader/include/llapi/mc/Sapling.hpp index 052aa96..65c6cb5 100644 --- a/LiteLoader/Header/MC/Sapling.hpp +++ b/LiteLoader/include/llapi/mc/Sapling.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SaplingBlockItem.hpp b/LiteLoader/include/llapi/mc/SaplingBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SaplingBlockItem.hpp rename to LiteLoader/include/llapi/mc/SaplingBlockItem.hpp index 468169e..45936ae 100644 --- a/LiteLoader/Header/MC/SaplingBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/SaplingBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SaveCommand.hpp b/LiteLoader/include/llapi/mc/SaveCommand.hpp similarity index 96% rename from LiteLoader/Header/MC/SaveCommand.hpp rename to LiteLoader/include/llapi/mc/SaveCommand.hpp index 8693bbf..b8ffe47 100644 --- a/LiteLoader/Header/MC/SaveCommand.hpp +++ b/LiteLoader/include/llapi/mc/SaveCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SaveTransactionManager.hpp b/LiteLoader/include/llapi/mc/SaveTransactionManager.hpp similarity index 94% rename from LiteLoader/Header/MC/SaveTransactionManager.hpp rename to LiteLoader/include/llapi/mc/SaveTransactionManager.hpp index 084d21b..bdc9f6b 100644 --- a/LiteLoader/Header/MC/SaveTransactionManager.hpp +++ b/LiteLoader/include/llapi/mc/SaveTransactionManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SavedData.hpp b/LiteLoader/include/llapi/mc/SavedData.hpp similarity index 92% rename from LiteLoader/Header/MC/SavedData.hpp rename to LiteLoader/include/llapi/mc/SavedData.hpp index 9ad9a7f..2bdd7d1 100644 --- a/LiteLoader/Header/MC/SavedData.hpp +++ b/LiteLoader/include/llapi/mc/SavedData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SavedDataStorage.hpp b/LiteLoader/include/llapi/mc/SavedDataStorage.hpp similarity index 94% rename from LiteLoader/Header/MC/SavedDataStorage.hpp rename to LiteLoader/include/llapi/mc/SavedDataStorage.hpp index 270ec0c..cdb359d 100644 --- a/LiteLoader/Header/MC/SavedDataStorage.hpp +++ b/LiteLoader/include/llapi/mc/SavedDataStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SayCommand.hpp b/LiteLoader/include/llapi/mc/SayCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SayCommand.hpp rename to LiteLoader/include/llapi/mc/SayCommand.hpp index 31c1fee..ed9c10b 100644 --- a/LiteLoader/Header/MC/SayCommand.hpp +++ b/LiteLoader/include/llapi/mc/SayCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaffoldingBlock.hpp b/LiteLoader/include/llapi/mc/ScaffoldingBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ScaffoldingBlock.hpp rename to LiteLoader/include/llapi/mc/ScaffoldingBlock.hpp index 4e57831..f0e8a88 100644 --- a/LiteLoader/Header/MC/ScaffoldingBlock.hpp +++ b/LiteLoader/include/llapi/mc/ScaffoldingBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaffoldingBlockItem.hpp b/LiteLoader/include/llapi/mc/ScaffoldingBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ScaffoldingBlockItem.hpp rename to LiteLoader/include/llapi/mc/ScaffoldingBlockItem.hpp index 838373e..7adf759 100644 --- a/LiteLoader/Header/MC/ScaffoldingBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/ScaffoldingBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaffoldingClimberComponent.hpp b/LiteLoader/include/llapi/mc/ScaffoldingClimberComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScaffoldingClimberComponent.hpp rename to LiteLoader/include/llapi/mc/ScaffoldingClimberComponent.hpp index a286d6e..9206587 100644 --- a/LiteLoader/Header/MC/ScaffoldingClimberComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScaffoldingClimberComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaffoldingClimberSystem.hpp b/LiteLoader/include/llapi/mc/ScaffoldingClimberSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/ScaffoldingClimberSystem.hpp rename to LiteLoader/include/llapi/mc/ScaffoldingClimberSystem.hpp index 21ae550..8a62eba 100644 --- a/LiteLoader/Header/MC/ScaffoldingClimberSystem.hpp +++ b/LiteLoader/include/llapi/mc/ScaffoldingClimberSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaleByAgeComponent.hpp b/LiteLoader/include/llapi/mc/ScaleByAgeComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ScaleByAgeComponent.hpp rename to LiteLoader/include/llapi/mc/ScaleByAgeComponent.hpp index 33eecc1..47a4d9d 100644 --- a/LiteLoader/Header/MC/ScaleByAgeComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScaleByAgeComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaleByAgeSystem.hpp b/LiteLoader/include/llapi/mc/ScaleByAgeSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/ScaleByAgeSystem.hpp rename to LiteLoader/include/llapi/mc/ScaleByAgeSystem.hpp index 577b8ea..c227199 100644 --- a/LiteLoader/Header/MC/ScaleByAgeSystem.hpp +++ b/LiteLoader/include/llapi/mc/ScaleByAgeSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaleDescription.hpp b/LiteLoader/include/llapi/mc/ScaleDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/ScaleDescription.hpp rename to LiteLoader/include/llapi/mc/ScaleDescription.hpp index 2f5895a..8387b6a 100644 --- a/LiteLoader/Header/MC/ScaleDescription.hpp +++ b/LiteLoader/include/llapi/mc/ScaleDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScaredGoal.hpp b/LiteLoader/include/llapi/mc/ScaredGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/ScaredGoal.hpp rename to LiteLoader/include/llapi/mc/ScaredGoal.hpp index d14b3ae..a02524d 100644 --- a/LiteLoader/Header/MC/ScaredGoal.hpp +++ b/LiteLoader/include/llapi/mc/ScaredGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScatterFeature.hpp b/LiteLoader/include/llapi/mc/ScatterFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/ScatterFeature.hpp rename to LiteLoader/include/llapi/mc/ScatterFeature.hpp index 6b1f8b6..ac584bc 100644 --- a/LiteLoader/Header/MC/ScatterFeature.hpp +++ b/LiteLoader/include/llapi/mc/ScatterFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScatterParams.hpp b/LiteLoader/include/llapi/mc/ScatterParams.hpp similarity index 96% rename from LiteLoader/Header/MC/ScatterParams.hpp rename to LiteLoader/include/llapi/mc/ScatterParams.hpp index bfc6f9b..8a931a9 100644 --- a/LiteLoader/Header/MC/ScatterParams.hpp +++ b/LiteLoader/include/llapi/mc/ScatterParams.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScatteredFeaturePiece.hpp b/LiteLoader/include/llapi/mc/ScatteredFeaturePiece.hpp similarity index 95% rename from LiteLoader/Header/MC/ScatteredFeaturePiece.hpp rename to LiteLoader/include/llapi/mc/ScatteredFeaturePiece.hpp index 5795f0e..9614254 100644 --- a/LiteLoader/Header/MC/ScatteredFeaturePiece.hpp +++ b/LiteLoader/include/llapi/mc/ScatteredFeaturePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScatteredFeatureStart.hpp b/LiteLoader/include/llapi/mc/ScatteredFeatureStart.hpp similarity index 95% rename from LiteLoader/Header/MC/ScatteredFeatureStart.hpp rename to LiteLoader/include/llapi/mc/ScatteredFeatureStart.hpp index e9c6332..10867cc 100644 --- a/LiteLoader/Header/MC/ScatteredFeatureStart.hpp +++ b/LiteLoader/include/llapi/mc/ScatteredFeatureStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Scheduler.hpp b/LiteLoader/include/llapi/mc/Scheduler.hpp similarity index 95% rename from LiteLoader/Header/MC/Scheduler.hpp rename to LiteLoader/include/llapi/mc/Scheduler.hpp index 476af65..ca412d1 100644 --- a/LiteLoader/Header/MC/Scheduler.hpp +++ b/LiteLoader/include/llapi/mc/Scheduler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SchedulerDefinition.hpp b/LiteLoader/include/llapi/mc/SchedulerDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SchedulerDefinition.hpp rename to LiteLoader/include/llapi/mc/SchedulerDefinition.hpp index 12c372a..18a8645 100644 --- a/LiteLoader/Header/MC/SchedulerDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SchedulerDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SchedulerSystem.hpp b/LiteLoader/include/llapi/mc/SchedulerSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/SchedulerSystem.hpp rename to LiteLoader/include/llapi/mc/SchedulerSystem.hpp index d77e08c..071ce6a 100644 --- a/LiteLoader/Header/MC/SchedulerSystem.hpp +++ b/LiteLoader/include/llapi/mc/SchedulerSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScorePacketInfo.hpp b/LiteLoader/include/llapi/mc/ScorePacketInfo.hpp similarity index 97% rename from LiteLoader/Header/MC/ScorePacketInfo.hpp rename to LiteLoader/include/llapi/mc/ScorePacketInfo.hpp index 16a1b41..d27de1c 100644 --- a/LiteLoader/Header/MC/ScorePacketInfo.hpp +++ b/LiteLoader/include/llapi/mc/ScorePacketInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "ScoreboardId.hpp" diff --git a/LiteLoader/Header/MC/Scoreboard.hpp b/LiteLoader/include/llapi/mc/Scoreboard.hpp similarity index 99% rename from LiteLoader/Header/MC/Scoreboard.hpp rename to LiteLoader/include/llapi/mc/Scoreboard.hpp index 964465b..14e964b 100644 --- a/LiteLoader/Header/MC/Scoreboard.hpp +++ b/LiteLoader/include/llapi/mc/Scoreboard.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Add include headers & pre-declares diff --git a/LiteLoader/Header/MC/ScoreboardCommand.hpp b/LiteLoader/include/llapi/mc/ScoreboardCommand.hpp similarity index 99% rename from LiteLoader/Header/MC/ScoreboardCommand.hpp rename to LiteLoader/include/llapi/mc/ScoreboardCommand.hpp index bfbd0d5..0c0fd7e 100644 --- a/LiteLoader/Header/MC/ScoreboardCommand.hpp +++ b/LiteLoader/include/llapi/mc/ScoreboardCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScoreboardId.hpp b/LiteLoader/include/llapi/mc/ScoreboardId.hpp similarity index 96% rename from LiteLoader/Header/MC/ScoreboardId.hpp rename to LiteLoader/include/llapi/mc/ScoreboardId.hpp index f2c6d83..5ff5f4c 100644 --- a/LiteLoader/Header/MC/ScoreboardId.hpp +++ b/LiteLoader/include/llapi/mc/ScoreboardId.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScoreboardIdentityRef.hpp b/LiteLoader/include/llapi/mc/ScoreboardIdentityRef.hpp similarity index 97% rename from LiteLoader/Header/MC/ScoreboardIdentityRef.hpp rename to LiteLoader/include/llapi/mc/ScoreboardIdentityRef.hpp index 89dc87d..5c754b0 100644 --- a/LiteLoader/Header/MC/ScoreboardIdentityRef.hpp +++ b/LiteLoader/include/llapi/mc/ScoreboardIdentityRef.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScreenCapabilitiesRepo.hpp b/LiteLoader/include/llapi/mc/ScreenCapabilitiesRepo.hpp similarity index 94% rename from LiteLoader/Header/MC/ScreenCapabilitiesRepo.hpp rename to LiteLoader/include/llapi/mc/ScreenCapabilitiesRepo.hpp index 4d3c04a..58210b6 100644 --- a/LiteLoader/Header/MC/ScreenCapabilitiesRepo.hpp +++ b/LiteLoader/include/llapi/mc/ScreenCapabilitiesRepo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScreenHandlerBase.hpp b/LiteLoader/include/llapi/mc/ScreenHandlerBase.hpp similarity index 96% rename from LiteLoader/Header/MC/ScreenHandlerBase.hpp rename to LiteLoader/include/llapi/mc/ScreenHandlerBase.hpp index 1e346b2..90129e3 100644 --- a/LiteLoader/Header/MC/ScreenHandlerBase.hpp +++ b/LiteLoader/include/llapi/mc/ScreenHandlerBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScreenHandlerBeacon.hpp b/LiteLoader/include/llapi/mc/ScreenHandlerBeacon.hpp similarity index 95% rename from LiteLoader/Header/MC/ScreenHandlerBeacon.hpp rename to LiteLoader/include/llapi/mc/ScreenHandlerBeacon.hpp index ef385d8..fc55309 100644 --- a/LiteLoader/Header/MC/ScreenHandlerBeacon.hpp +++ b/LiteLoader/include/llapi/mc/ScreenHandlerBeacon.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScreenHandlerLabTable.hpp b/LiteLoader/include/llapi/mc/ScreenHandlerLabTable.hpp similarity index 96% rename from LiteLoader/Header/MC/ScreenHandlerLabTable.hpp rename to LiteLoader/include/llapi/mc/ScreenHandlerLabTable.hpp index f2b13fc..0346938 100644 --- a/LiteLoader/Header/MC/ScreenHandlerLabTable.hpp +++ b/LiteLoader/include/llapi/mc/ScreenHandlerLabTable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptActorAreaBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptActorAreaBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptActorAreaBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptActorAreaBinderComponent.hpp index 57037e8..1869d3e 100644 --- a/LiteLoader/Header/MC/ScriptActorAreaBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptActorAreaBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptActorUniqueIdBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptActorUniqueIdBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptActorUniqueIdBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptActorUniqueIdBinderComponent.hpp index 3a2bdcc..711cb89 100644 --- a/LiteLoader/Header/MC/ScriptActorUniqueIdBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptActorUniqueIdBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptApi.hpp b/LiteLoader/include/llapi/mc/ScriptApi.hpp similarity index 98% rename from LiteLoader/Header/MC/ScriptApi.hpp rename to LiteLoader/include/llapi/mc/ScriptApi.hpp index bdd0d07..a9b59f8 100644 --- a/LiteLoader/Header/MC/ScriptApi.hpp +++ b/LiteLoader/include/llapi/mc/ScriptApi.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptArmorContainerComponent.hpp b/LiteLoader/include/llapi/mc/ScriptArmorContainerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptArmorContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptArmorContainerComponent.hpp index c52ac18..293d10f 100644 --- a/LiteLoader/Header/MC/ScriptArmorContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptArmorContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptAttackComponent.hpp b/LiteLoader/include/llapi/mc/ScriptAttackComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptAttackComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptAttackComponent.hpp index 33b3194..e45c4db 100644 --- a/LiteLoader/Header/MC/ScriptAttackComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptAttackComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderActorTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderActorTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderActorTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderActorTemplate.hpp index 182abf4..fd14ec3 100644 --- a/LiteLoader/Header/MC/ScriptBinderActorTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderActorTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderActorTickingAreaTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderActorTickingAreaTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderActorTickingAreaTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderActorTickingAreaTemplate.hpp index aa0c758..f8df5b0 100644 --- a/LiteLoader/Header/MC/ScriptBinderActorTickingAreaTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderActorTickingAreaTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderBlockTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderBlockTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderBlockTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderBlockTemplate.hpp index d340559..6505dc4 100644 --- a/LiteLoader/Header/MC/ScriptBinderBlockTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderBlockTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptBinderComponent.hpp similarity index 93% rename from LiteLoader/Header/MC/ScriptBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderComponent.hpp index 29f7f31..f5676b6 100644 --- a/LiteLoader/Header/MC/ScriptBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderComponentTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderComponentTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderComponentTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderComponentTemplate.hpp index bd7b77c..be08949 100644 --- a/LiteLoader/Header/MC/ScriptBinderComponentTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderComponentTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderEventDataTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderEventDataTemplate.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptBinderEventDataTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderEventDataTemplate.hpp index 9e7b0a2..b245dd6 100644 --- a/LiteLoader/Header/MC/ScriptBinderEventDataTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderEventDataTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderItemActorTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderItemActorTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderItemActorTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderItemActorTemplate.hpp index 3ea2dd7..d32d94f 100644 --- a/LiteLoader/Header/MC/ScriptBinderItemActorTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderItemActorTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderItemStackTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderItemStackTemplate.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptBinderItemStackTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderItemStackTemplate.hpp index 88670a3..06028f8 100644 --- a/LiteLoader/Header/MC/ScriptBinderItemStackTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderItemStackTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderLevelTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderLevelTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderLevelTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderLevelTemplate.hpp index c485553..cf67131 100644 --- a/LiteLoader/Header/MC/ScriptBinderLevelTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderLevelTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderLevelTickingAreaTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderLevelTickingAreaTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderLevelTickingAreaTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderLevelTickingAreaTemplate.hpp index c5dcab3..fb1255b 100644 --- a/LiteLoader/Header/MC/ScriptBinderLevelTickingAreaTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderLevelTickingAreaTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderPureEcsTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderPureEcsTemplate.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBinderPureEcsTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderPureEcsTemplate.hpp index 728749b..8b7980d 100644 --- a/LiteLoader/Header/MC/ScriptBinderPureEcsTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderPureEcsTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderQueryTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderQueryTemplate.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptBinderQueryTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderQueryTemplate.hpp index 32712c3..692c3c5 100644 --- a/LiteLoader/Header/MC/ScriptBinderQueryTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderQueryTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderTemplate.hpp b/LiteLoader/include/llapi/mc/ScriptBinderTemplate.hpp similarity index 93% rename from LiteLoader/Header/MC/ScriptBinderTemplate.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderTemplate.hpp index 3f6dd64..61e4f53 100644 --- a/LiteLoader/Header/MC/ScriptBinderTemplate.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBinderTemplateController.hpp b/LiteLoader/include/llapi/mc/ScriptBinderTemplateController.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptBinderTemplateController.hpp rename to LiteLoader/include/llapi/mc/ScriptBinderTemplateController.hpp index 1aab3ff..dcaea42 100644 --- a/LiteLoader/Header/MC/ScriptBinderTemplateController.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBinderTemplateController.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBlockContainerComponent.hpp b/LiteLoader/include/llapi/mc/ScriptBlockContainerComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/ScriptBlockContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptBlockContainerComponent.hpp index 6f84810..4837480 100644 --- a/LiteLoader/Header/MC/ScriptBlockContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBlockContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBlockPositionBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptBlockPositionBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptBlockPositionBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptBlockPositionBinderComponent.hpp index 57857e0..ddca9a4 100644 --- a/LiteLoader/Header/MC/ScriptBlockPositionBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBlockPositionBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptBlockStateComponent.hpp b/LiteLoader/include/llapi/mc/ScriptBlockStateComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/ScriptBlockStateComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptBlockStateComponent.hpp index 12229d0..f4fa7d3 100644 --- a/LiteLoader/Header/MC/ScriptBlockStateComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptBlockStateComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCollisionBoxComponent.hpp b/LiteLoader/include/llapi/mc/ScriptCollisionBoxComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptCollisionBoxComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptCollisionBoxComponent.hpp index b3bce05..a2bc41a 100644 --- a/LiteLoader/Header/MC/ScriptCollisionBoxComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCollisionBoxComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCommand.hpp b/LiteLoader/include/llapi/mc/ScriptCommand.hpp similarity index 93% rename from LiteLoader/Header/MC/ScriptCommand.hpp rename to LiteLoader/include/llapi/mc/ScriptCommand.hpp index 8fdbaa9..7daf48a 100644 --- a/LiteLoader/Header/MC/ScriptCommand.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCommandCallbackData.hpp b/LiteLoader/include/llapi/mc/ScriptCommandCallbackData.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptCommandCallbackData.hpp rename to LiteLoader/include/llapi/mc/ScriptCommandCallbackData.hpp index 28bc578..5625990 100644 --- a/LiteLoader/Header/MC/ScriptCommandCallbackData.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCommandCallbackData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCommandFactory.hpp b/LiteLoader/include/llapi/mc/ScriptCommandFactory.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptCommandFactory.hpp rename to LiteLoader/include/llapi/mc/ScriptCommandFactory.hpp index 2655b2a..c71b032 100644 --- a/LiteLoader/Header/MC/ScriptCommandFactory.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCommandFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCommandOrigin.hpp b/LiteLoader/include/llapi/mc/ScriptCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/ScriptCommandOrigin.hpp index a385ef0..578f704 100644 --- a/LiteLoader/Header/MC/ScriptCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/ScriptComponentBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptComponentBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptComponentBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptComponentBinderComponent.hpp index c34a571..06a0e63 100644 --- a/LiteLoader/Header/MC/ScriptComponentBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptComponentBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptCustomEventPacket.hpp b/LiteLoader/include/llapi/mc/ScriptCustomEventPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptCustomEventPacket.hpp rename to LiteLoader/include/llapi/mc/ScriptCustomEventPacket.hpp index 488b8e3..353ba71 100644 --- a/LiteLoader/Header/MC/ScriptCustomEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/ScriptCustomEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptDamageSensorComponent.hpp b/LiteLoader/include/llapi/mc/ScriptDamageSensorComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptDamageSensorComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptDamageSensorComponent.hpp index 94ef5de..da4f0d4 100644 --- a/LiteLoader/Header/MC/ScriptDamageSensorComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptDamageSensorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptDimensionBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptDimensionBinderComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptDimensionBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptDimensionBinderComponent.hpp index 994e79c..800e27a 100644 --- a/LiteLoader/Header/MC/ScriptDimensionBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptDimensionBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEcsBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptEcsBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptEcsBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptEcsBinderComponent.hpp index 483f3dc..7879b0a 100644 --- a/LiteLoader/Header/MC/ScriptEcsBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEcsBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEngine.hpp b/LiteLoader/include/llapi/mc/ScriptEngine.hpp similarity index 99% rename from LiteLoader/Header/MC/ScriptEngine.hpp rename to LiteLoader/include/llapi/mc/ScriptEngine.hpp index 18379a6..97b42e7 100644 --- a/LiteLoader/Header/MC/ScriptEngine.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEngine.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/ScriptEquipmentComponent.hpp b/LiteLoader/include/llapi/mc/ScriptEquipmentComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptEquipmentComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptEquipmentComponent.hpp index 5743438..15d94aa 100644 --- a/LiteLoader/Header/MC/ScriptEquipmentComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEquipmentComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEquippableComponent.hpp b/LiteLoader/include/llapi/mc/ScriptEquippableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptEquippableComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptEquippableComponent.hpp index 04f2e6b..cdf1912 100644 --- a/LiteLoader/Header/MC/ScriptEquippableComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEquippableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEventCoordinator.hpp b/LiteLoader/include/llapi/mc/ScriptEventCoordinator.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/ScriptEventCoordinator.hpp index 98dde30..55767fe 100644 --- a/LiteLoader/Header/MC/ScriptEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEventData.hpp b/LiteLoader/include/llapi/mc/ScriptEventData.hpp similarity index 93% rename from LiteLoader/Header/MC/ScriptEventData.hpp rename to LiteLoader/include/llapi/mc/ScriptEventData.hpp index 10f35dd..eaa734a 100644 --- a/LiteLoader/Header/MC/ScriptEventData.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEventData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEventDataBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptEventDataBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptEventDataBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptEventDataBinderComponent.hpp index f4e4a54..d7e9bc7 100644 --- a/LiteLoader/Header/MC/ScriptEventDataBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEventDataBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptEventListener.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptEventListener.hpp index c9e23c4..286a6a4 100644 --- a/LiteLoader/Header/MC/ScriptEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptExplodeComponent.hpp b/LiteLoader/include/llapi/mc/ScriptExplodeComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptExplodeComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptExplodeComponent.hpp index 07b09de..586a29b 100644 --- a/LiteLoader/Header/MC/ScriptExplodeComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptExplodeComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptHandContainerComponent.hpp b/LiteLoader/include/llapi/mc/ScriptHandContainerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptHandContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptHandContainerComponent.hpp index aa8bf61..d8efa95 100644 --- a/LiteLoader/Header/MC/ScriptHandContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptHandContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptHealableComponent.hpp b/LiteLoader/include/llapi/mc/ScriptHealableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptHealableComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptHealableComponent.hpp index bb820ac..4d2aa0e 100644 --- a/LiteLoader/Header/MC/ScriptHealableComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptHealableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptHealthComponent.hpp b/LiteLoader/include/llapi/mc/ScriptHealthComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptHealthComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptHealthComponent.hpp index c590180..720226c 100644 --- a/LiteLoader/Header/MC/ScriptHealthComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptHealthComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptHotbarContainerComponent.hpp b/LiteLoader/include/llapi/mc/ScriptHotbarContainerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptHotbarContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptHotbarContainerComponent.hpp index d4c3298..323af93 100644 --- a/LiteLoader/Header/MC/ScriptHotbarContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptHotbarContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptIdentifierBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptIdentifierBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptIdentifierBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptIdentifierBinderComponent.hpp index 9802870..267d761 100644 --- a/LiteLoader/Header/MC/ScriptIdentifierBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptIdentifierBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptInteractComponent.hpp b/LiteLoader/include/llapi/mc/ScriptInteractComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptInteractComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptInteractComponent.hpp index 3007f11..6095828 100644 --- a/LiteLoader/Header/MC/ScriptInteractComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptInteractComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptInventoryComponent.hpp b/LiteLoader/include/llapi/mc/ScriptInventoryComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptInventoryComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptInventoryComponent.hpp index 36bf21f..e922876 100644 --- a/LiteLoader/Header/MC/ScriptInventoryComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptInventoryComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptInventoryContainerComponent.hpp b/LiteLoader/include/llapi/mc/ScriptInventoryContainerComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptInventoryContainerComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptInventoryContainerComponent.hpp index b2b2467..5be0c7c 100644 --- a/LiteLoader/Header/MC/ScriptInventoryContainerComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptInventoryContainerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptItemStackBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptItemStackBinderComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptItemStackBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptItemStackBinderComponent.hpp index f872eae..e3078be 100644 --- a/LiteLoader/Header/MC/ScriptItemStackBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptItemStackBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptLevelAreaBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptLevelAreaBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptLevelAreaBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptLevelAreaBinderComponent.hpp index b7433bb..8c9652a 100644 --- a/LiteLoader/Header/MC/ScriptLevelAreaBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLevelAreaBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptLevelBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptLevelBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptLevelBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptLevelBinderComponent.hpp index 7da5e8d..1458172 100644 --- a/LiteLoader/Header/MC/ScriptLevelBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLevelBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptLevelTickingAreasComponent.hpp b/LiteLoader/include/llapi/mc/ScriptLevelTickingAreasComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptLevelTickingAreasComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptLevelTickingAreasComponent.hpp index 2f5b7f0..79baa1d 100644 --- a/LiteLoader/Header/MC/ScriptLevelTickingAreasComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLevelTickingAreasComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #include "ScriptBlockContainerComponent.hpp" diff --git a/LiteLoader/Header/MC/ScriptLevelWeatherComponent.hpp b/LiteLoader/include/llapi/mc/ScriptLevelWeatherComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptLevelWeatherComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptLevelWeatherComponent.hpp index 7ca2dbe..401f4ce 100644 --- a/LiteLoader/Header/MC/ScriptLevelWeatherComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLevelWeatherComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #include "ScriptBlockContainerComponent.hpp" diff --git a/LiteLoader/Header/MC/ScriptLevelWeatherEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptLevelWeatherEventListener.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptLevelWeatherEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptLevelWeatherEventListener.hpp index 264f95e..f3c10f1 100644 --- a/LiteLoader/Header/MC/ScriptLevelWeatherEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLevelWeatherEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptLookAtComponent.hpp b/LiteLoader/include/llapi/mc/ScriptLookAtComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptLookAtComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptLookAtComponent.hpp index b2cf503..4b7a7c4 100644 --- a/LiteLoader/Header/MC/ScriptLookAtComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptLookAtComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptNameableComponent.hpp b/LiteLoader/include/llapi/mc/ScriptNameableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptNameableComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptNameableComponent.hpp index bad9058..cdae067 100644 --- a/LiteLoader/Header/MC/ScriptNameableComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptNameableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptObjectBinder.hpp b/LiteLoader/include/llapi/mc/ScriptObjectBinder.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptObjectBinder.hpp rename to LiteLoader/include/llapi/mc/ScriptObjectBinder.hpp index 475dc7c..8c5bd69 100644 --- a/LiteLoader/Header/MC/ScriptObjectBinder.hpp +++ b/LiteLoader/include/llapi/mc/ScriptObjectBinder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptPositionComponent.hpp b/LiteLoader/include/llapi/mc/ScriptPositionComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptPositionComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptPositionComponent.hpp index 4e63d96..d45412d 100644 --- a/LiteLoader/Header/MC/ScriptPositionComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptPositionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptQueries.hpp b/LiteLoader/include/llapi/mc/ScriptQueries.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptQueries.hpp rename to LiteLoader/include/llapi/mc/ScriptQueries.hpp index b9e61db..ec33906 100644 --- a/LiteLoader/Header/MC/ScriptQueries.hpp +++ b/LiteLoader/include/llapi/mc/ScriptQueries.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptQueryBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptQueryBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptQueryBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptQueryBinderComponent.hpp index a5aa998..8c6765f 100644 --- a/LiteLoader/Header/MC/ScriptQueryBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptQueryBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptQueryComponent.hpp b/LiteLoader/include/llapi/mc/ScriptQueryComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptQueryComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptQueryComponent.hpp index 6d3bd38..b99d2d3 100644 --- a/LiteLoader/Header/MC/ScriptQueryComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptQueryComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptRotationComponent.hpp b/LiteLoader/include/llapi/mc/ScriptRotationComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptRotationComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptRotationComponent.hpp index 0955825..f75fcd8 100644 --- a/LiteLoader/Header/MC/ScriptRotationComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptRotationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorAcquiredItemEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorAcquiredItemEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorAcquiredItemEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorAcquiredItemEvent.hpp index d66d179..2056807 100644 --- a/LiteLoader/Header/MC/ScriptServerActorAcquiredItemEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorAcquiredItemEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorAttackEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorAttackEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorAttackEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorAttackEvent.hpp index 2e563b9..bae79cc 100644 --- a/LiteLoader/Header/MC/ScriptServerActorAttackEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorAttackEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorCarriedItemChangedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorCarriedItemChangedEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerActorCarriedItemChangedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorCarriedItemChangedEvent.hpp index c96e878..9e1e7f6 100644 --- a/LiteLoader/Header/MC/ScriptServerActorCarriedItemChangedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorCarriedItemChangedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorCreatedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorCreatedEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorCreatedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorCreatedEvent.hpp index db4f98e..77e8826 100644 --- a/LiteLoader/Header/MC/ScriptServerActorCreatedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorCreatedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorDeathEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorDeathEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorDeathEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorDeathEvent.hpp index b82b7f8..38ddd05 100644 --- a/LiteLoader/Header/MC/ScriptServerActorDeathEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorDeathEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorDefinitionEventTriggeredEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorDefinitionEventTriggeredEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerActorDefinitionEventTriggeredEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorDefinitionEventTriggeredEvent.hpp index e2a119f..e664718 100644 --- a/LiteLoader/Header/MC/ScriptServerActorDefinitionEventTriggeredEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorDefinitionEventTriggeredEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorDroppedItemEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorDroppedItemEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorDroppedItemEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorDroppedItemEvent.hpp index d6b726a..d8ce355 100644 --- a/LiteLoader/Header/MC/ScriptServerActorDroppedItemEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorDroppedItemEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorEquippedArmorEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorEquippedArmorEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerActorEquippedArmorEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorEquippedArmorEvent.hpp index 5a71e31..9759a02 100644 --- a/LiteLoader/Header/MC/ScriptServerActorEquippedArmorEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorEquippedArmorEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorEventListener.hpp similarity index 98% rename from LiteLoader/Header/MC/ScriptServerActorEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorEventListener.hpp index 587a091..b62dd66 100644 --- a/LiteLoader/Header/MC/ScriptServerActorEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorHurtEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorHurtEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorHurtEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorHurtEvent.hpp index 4e14df3..7db581e 100644 --- a/LiteLoader/Header/MC/ScriptServerActorHurtEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorHurtEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorMoveEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorMoveEvent.hpp similarity index 94% rename from LiteLoader/Header/MC/ScriptServerActorMoveEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorMoveEvent.hpp index 847c7fe..b6ef983 100644 --- a/LiteLoader/Header/MC/ScriptServerActorMoveEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorMoveEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorRemovedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorRemovedEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorRemovedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorRemovedEvent.hpp index 8b63cc1..6207248 100644 --- a/LiteLoader/Header/MC/ScriptServerActorRemovedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorRemovedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorSneakChangedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorSneakChangedEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorSneakChangedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorSneakChangedEvent.hpp index c417bf4..68c3998 100644 --- a/LiteLoader/Header/MC/ScriptServerActorSneakChangedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorSneakChangedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorStartRidingEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorStartRidingEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorStartRidingEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorStartRidingEvent.hpp index 8dff94d..a894b5a 100644 --- a/LiteLoader/Header/MC/ScriptServerActorStartRidingEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorStartRidingEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorStopRidingEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorStopRidingEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorStopRidingEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorStopRidingEvent.hpp index aba0cf0..48d6f64 100644 --- a/LiteLoader/Header/MC/ScriptServerActorStopRidingEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorStopRidingEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorTickEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorTickEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorTickEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorTickEvent.hpp index 01b79b4..3f74e28 100644 --- a/LiteLoader/Header/MC/ScriptServerActorTickEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorTickEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerActorUseItemEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerActorUseItemEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerActorUseItemEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerActorUseItemEvent.hpp index c44390c..f416b2d 100644 --- a/LiteLoader/Header/MC/ScriptServerActorUseItemEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerActorUseItemEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockDestructionStartedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStartedEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerBlockDestructionStartedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStartedEvent.hpp index 3e36820..cf4de50 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockDestructionStartedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStartedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockDestructionStoppedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStoppedEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerBlockDestructionStoppedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStoppedEvent.hpp index f400c45..84c57f2 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockDestructionStoppedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockDestructionStoppedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockEventListener.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptServerBlockEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockEventListener.hpp index e87deb9..96051a5 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PistonBlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockExplodedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockExplodedEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerBlockExplodedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockExplodedEvent.hpp index f0453a0..188a9de 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockExplodedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockExplodedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockInteractedWithEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockInteractedWithEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerBlockInteractedWithEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockInteractedWithEvent.hpp index 798f9b1..147631c 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockInteractedWithEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockInteractedWithEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBlockMovedByPistonEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBlockMovedByPistonEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerBlockMovedByPistonEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBlockMovedByPistonEvent.hpp index f86f9f8..72449e6 100644 --- a/LiteLoader/Header/MC/ScriptServerBlockMovedByPistonEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBlockMovedByPistonEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBroadcastActorDefinitionEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerBroadcastActorDefinitionEvent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptServerBroadcastActorDefinitionEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBroadcastActorDefinitionEvent.hpp index ff20cc6..f3883c0 100644 --- a/LiteLoader/Header/MC/ScriptServerBroadcastActorDefinitionEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBroadcastActorDefinitionEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerBroadcastReceived.hpp b/LiteLoader/include/llapi/mc/ScriptServerBroadcastReceived.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerBroadcastReceived.hpp rename to LiteLoader/include/llapi/mc/ScriptServerBroadcastReceived.hpp index e7132c3..b162f6b 100644 --- a/LiteLoader/Header/MC/ScriptServerBroadcastReceived.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerBroadcastReceived.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerChatReceived.hpp b/LiteLoader/include/llapi/mc/ScriptServerChatReceived.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerChatReceived.hpp rename to LiteLoader/include/llapi/mc/ScriptServerChatReceived.hpp index ff2f2e3..d67156d 100644 --- a/LiteLoader/Header/MC/ScriptServerChatReceived.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerChatReceived.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerCommandReceived.hpp b/LiteLoader/include/llapi/mc/ScriptServerCommandReceived.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerCommandReceived.hpp rename to LiteLoader/include/llapi/mc/ScriptServerCommandReceived.hpp index 50ae974..7adca66 100644 --- a/LiteLoader/Header/MC/ScriptServerCommandReceived.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerCommandReceived.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerLevelEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptServerLevelEventListener.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerLevelEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptServerLevelEventListener.hpp index a799abb..f4eb694 100644 --- a/LiteLoader/Header/MC/ScriptServerLevelEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerLevelEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerLoggerConfigReceivedEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerLoggerConfigReceivedEvent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptServerLoggerConfigReceivedEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerLoggerConfigReceivedEvent.hpp index b9bfb6f..809432c 100644 --- a/LiteLoader/Header/MC/ScriptServerLoggerConfigReceivedEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerLoggerConfigReceivedEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerPacketEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptServerPacketEventListener.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerPacketEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptServerPacketEventListener.hpp index 611e755..b6f9cfb 100644 --- a/LiteLoader/Header/MC/ScriptServerPacketEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerPacketEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerPlaySoundEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerPlaySoundEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerPlaySoundEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerPlaySoundEvent.hpp index 21a8a31..62150b0 100644 --- a/LiteLoader/Header/MC/ScriptServerPlaySoundEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerPlaySoundEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerPlayerAttackedActorEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerPlayerAttackedActorEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerPlayerAttackedActorEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerPlayerAttackedActorEvent.hpp index bdcd731..f40a672 100644 --- a/LiteLoader/Header/MC/ScriptServerPlayerAttackedActorEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerPlayerAttackedActorEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerPlayerDestroyedBlockEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerPlayerDestroyedBlockEvent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptServerPlayerDestroyedBlockEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerPlayerDestroyedBlockEvent.hpp index cb27da7..5bc6f71 100644 --- a/LiteLoader/Header/MC/ScriptServerPlayerDestroyedBlockEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerPlayerDestroyedBlockEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerPlayerPlacedBlockEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerPlayerPlacedBlockEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerPlayerPlacedBlockEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerPlayerPlacedBlockEvent.hpp index 87d5bc9..af4b250 100644 --- a/LiteLoader/Header/MC/ScriptServerPlayerPlacedBlockEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerPlayerPlacedBlockEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerProjectileHitEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerProjectileHitEvent.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerProjectileHitEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerProjectileHitEvent.hpp index cd405ed..a9c7c1a 100644 --- a/LiteLoader/Header/MC/ScriptServerProjectileHitEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerProjectileHitEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerSpawnParticleAttachedToActor.hpp b/LiteLoader/include/llapi/mc/ScriptServerSpawnParticleAttachedToActor.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptServerSpawnParticleAttachedToActor.hpp rename to LiteLoader/include/llapi/mc/ScriptServerSpawnParticleAttachedToActor.hpp index 21f5192..60f4f10 100644 --- a/LiteLoader/Header/MC/ScriptServerSpawnParticleAttachedToActor.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerSpawnParticleAttachedToActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerSpawnParticleInWorldEvent.hpp b/LiteLoader/include/llapi/mc/ScriptServerSpawnParticleInWorldEvent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptServerSpawnParticleInWorldEvent.hpp rename to LiteLoader/include/llapi/mc/ScriptServerSpawnParticleInWorldEvent.hpp index 94c113b..f2e6495 100644 --- a/LiteLoader/Header/MC/ScriptServerSpawnParticleInWorldEvent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerSpawnParticleInWorldEvent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptServerWeatherEventData.hpp b/LiteLoader/include/llapi/mc/ScriptServerWeatherEventData.hpp similarity index 95% rename from LiteLoader/Header/MC/ScriptServerWeatherEventData.hpp rename to LiteLoader/include/llapi/mc/ScriptServerWeatherEventData.hpp index ae1ebdc..246fbfa 100644 --- a/LiteLoader/Header/MC/ScriptServerWeatherEventData.hpp +++ b/LiteLoader/include/llapi/mc/ScriptServerWeatherEventData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptShooterComponent.hpp b/LiteLoader/include/llapi/mc/ScriptShooterComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptShooterComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptShooterComponent.hpp index 12c6996..5be00ae 100644 --- a/LiteLoader/Header/MC/ScriptShooterComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptShooterComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptSpawnActorComponent.hpp b/LiteLoader/include/llapi/mc/ScriptSpawnActorComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptSpawnActorComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptSpawnActorComponent.hpp index cb0cc4e..ee11117 100644 --- a/LiteLoader/Header/MC/ScriptSpawnActorComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptSpawnActorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTagComponent.hpp b/LiteLoader/include/llapi/mc/ScriptTagComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptTagComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptTagComponent.hpp index c22e9d7..8ea7513 100644 --- a/LiteLoader/Header/MC/ScriptTagComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTagComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTelemetryEventListener.hpp b/LiteLoader/include/llapi/mc/ScriptTelemetryEventListener.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptTelemetryEventListener.hpp rename to LiteLoader/include/llapi/mc/ScriptTelemetryEventListener.hpp index abadcd0..d8c2246 100644 --- a/LiteLoader/Header/MC/ScriptTelemetryEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTelemetryEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTeleportComponent.hpp b/LiteLoader/include/llapi/mc/ScriptTeleportComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptTeleportComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptTeleportComponent.hpp index d80df11..8cbd267 100644 --- a/LiteLoader/Header/MC/ScriptTeleportComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTeleportComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTickWorldComponent.hpp b/LiteLoader/include/llapi/mc/ScriptTickWorldComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ScriptTickWorldComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptTickWorldComponent.hpp index 0f6f0a0..891b872 100644 --- a/LiteLoader/Header/MC/ScriptTickWorldComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTickWorldComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTickingAreaBinderComponent.hpp b/LiteLoader/include/llapi/mc/ScriptTickingAreaBinderComponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ScriptTickingAreaBinderComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptTickingAreaBinderComponent.hpp index 6264561..bdc5c50 100644 --- a/LiteLoader/Header/MC/ScriptTickingAreaBinderComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTickingAreaBinderComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ScriptTickingAreaDescriptionComponent.hpp b/LiteLoader/include/llapi/mc/ScriptTickingAreaDescriptionComponent.hpp similarity index 98% rename from LiteLoader/Header/MC/ScriptTickingAreaDescriptionComponent.hpp rename to LiteLoader/include/llapi/mc/ScriptTickingAreaDescriptionComponent.hpp index a516901..c50d08d 100644 --- a/LiteLoader/Header/MC/ScriptTickingAreaDescriptionComponent.hpp +++ b/LiteLoader/include/llapi/mc/ScriptTickingAreaDescriptionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ScriptApi.hpp" #include "ScriptBlockContainerComponent.hpp" diff --git a/LiteLoader/Header/MC/SeaAnemoneFeature.hpp b/LiteLoader/include/llapi/mc/SeaAnemoneFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/SeaAnemoneFeature.hpp rename to LiteLoader/include/llapi/mc/SeaAnemoneFeature.hpp index c681ea0..cf068fc 100644 --- a/LiteLoader/Header/MC/SeaAnemoneFeature.hpp +++ b/LiteLoader/include/llapi/mc/SeaAnemoneFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeaGrass.hpp b/LiteLoader/include/llapi/mc/SeaGrass.hpp similarity index 99% rename from LiteLoader/Header/MC/SeaGrass.hpp rename to LiteLoader/include/llapi/mc/SeaGrass.hpp index 7391428..82aac90 100644 --- a/LiteLoader/Header/MC/SeaGrass.hpp +++ b/LiteLoader/include/llapi/mc/SeaGrass.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeaLanternBlock.hpp b/LiteLoader/include/llapi/mc/SeaLanternBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SeaLanternBlock.hpp rename to LiteLoader/include/llapi/mc/SeaLanternBlock.hpp index bafbdc8..dab2b9b 100644 --- a/LiteLoader/Header/MC/SeaLanternBlock.hpp +++ b/LiteLoader/include/llapi/mc/SeaLanternBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeaPickle.hpp b/LiteLoader/include/llapi/mc/SeaPickle.hpp similarity index 99% rename from LiteLoader/Header/MC/SeaPickle.hpp rename to LiteLoader/include/llapi/mc/SeaPickle.hpp index 2ec2afb..278dc78 100644 --- a/LiteLoader/Header/MC/SeaPickle.hpp +++ b/LiteLoader/include/llapi/mc/SeaPickle.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeaPickleBlockItem.hpp b/LiteLoader/include/llapi/mc/SeaPickleBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SeaPickleBlockItem.hpp rename to LiteLoader/include/llapi/mc/SeaPickleBlockItem.hpp index 1e8b4e8..e99538e 100644 --- a/LiteLoader/Header/MC/SeaPickleBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/SeaPickleBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeaPickleFeature.hpp b/LiteLoader/include/llapi/mc/SeaPickleFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/SeaPickleFeature.hpp rename to LiteLoader/include/llapi/mc/SeaPickleFeature.hpp index 25b2bde..fb58275 100644 --- a/LiteLoader/Header/MC/SeaPickleFeature.hpp +++ b/LiteLoader/include/llapi/mc/SeaPickleFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeagrassFeature.hpp b/LiteLoader/include/llapi/mc/SeagrassFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/SeagrassFeature.hpp rename to LiteLoader/include/llapi/mc/SeagrassFeature.hpp index 63a4d5a..461f9a3 100644 --- a/LiteLoader/Header/MC/SeagrassFeature.hpp +++ b/LiteLoader/include/llapi/mc/SeagrassFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SearchFeature.hpp b/LiteLoader/include/llapi/mc/SearchFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/SearchFeature.hpp rename to LiteLoader/include/llapi/mc/SearchFeature.hpp index f692749..9091b0a 100644 --- a/LiteLoader/Header/MC/SearchFeature.hpp +++ b/LiteLoader/include/llapi/mc/SearchFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Seasons.hpp b/LiteLoader/include/llapi/mc/Seasons.hpp similarity index 93% rename from LiteLoader/Header/MC/Seasons.hpp rename to LiteLoader/include/llapi/mc/Seasons.hpp index 0a78021..fd3a122 100644 --- a/LiteLoader/Header/MC/Seasons.hpp +++ b/LiteLoader/include/llapi/mc/Seasons.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeatDescription.hpp b/LiteLoader/include/llapi/mc/SeatDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/SeatDescription.hpp rename to LiteLoader/include/llapi/mc/SeatDescription.hpp index c8b06b9..8a44158 100644 --- a/LiteLoader/Header/MC/SeatDescription.hpp +++ b/LiteLoader/include/llapi/mc/SeatDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SecureStorage.hpp b/LiteLoader/include/llapi/mc/SecureStorage.hpp similarity index 93% rename from LiteLoader/Header/MC/SecureStorage.hpp rename to LiteLoader/include/llapi/mc/SecureStorage.hpp index 7b9214a..c87fef6 100644 --- a/LiteLoader/Header/MC/SecureStorage.hpp +++ b/LiteLoader/include/llapi/mc/SecureStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SeedItemComponent.hpp b/LiteLoader/include/llapi/mc/SeedItemComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/SeedItemComponent.hpp rename to LiteLoader/include/llapi/mc/SeedItemComponent.hpp index fa33254..db33db8 100644 --- a/LiteLoader/Header/MC/SeedItemComponent.hpp +++ b/LiteLoader/include/llapi/mc/SeedItemComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SelectorBehaviorNode.hpp b/LiteLoader/include/llapi/mc/SelectorBehaviorNode.hpp similarity index 95% rename from LiteLoader/Header/MC/SelectorBehaviorNode.hpp rename to LiteLoader/include/llapi/mc/SelectorBehaviorNode.hpp index 5f16064..a25d363 100644 --- a/LiteLoader/Header/MC/SelectorBehaviorNode.hpp +++ b/LiteLoader/include/llapi/mc/SelectorBehaviorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SelectorDefinition.hpp b/LiteLoader/include/llapi/mc/SelectorDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SelectorDefinition.hpp rename to LiteLoader/include/llapi/mc/SelectorDefinition.hpp index 055f589..f02ed15 100644 --- a/LiteLoader/Header/MC/SelectorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SelectorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/SemVersion.hpp b/LiteLoader/include/llapi/mc/SemVersion.hpp similarity index 66% rename from LiteLoader/Header/MC/SemVersion.hpp rename to LiteLoader/include/llapi/mc/SemVersion.hpp index 2ec2d68..f401845 100644 --- a/LiteLoader/Header/MC/SemVersion.hpp +++ b/LiteLoader/include/llapi/mc/SemVersion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA @@ -10,10 +10,33 @@ class SemVersion { + struct any_version_constructor { + char gap0; + }; + enum MatchType : char + { + Full = 0x0, + Partial = 0x1, + None_4 = 0x2, + }; + enum ParseOption : int + { + AllowAnyVersion = 0x0, + NoAnyVersion = 0x1, + }; + #define AFTER_EXTRA #undef AFTER_EXTRA public: + unsigned short mMajor; + unsigned short mMinor; + unsigned short mPatch; + std::string mPreRelease; + std::string mBuildMeta; + std::string mFullVersionString; + bool mValidVersion; + bool mAnyVersion; #ifdef ENABLE_VIRTUAL_FAKESYMBOL_SEMVERSION #endif MCAPI SemVersion(class SemVersion const &); diff --git a/LiteLoader/Header/MC/SendEventData.hpp b/LiteLoader/include/llapi/mc/SendEventData.hpp similarity index 93% rename from LiteLoader/Header/MC/SendEventData.hpp rename to LiteLoader/include/llapi/mc/SendEventData.hpp index 255cb80..0e50624 100644 --- a/LiteLoader/Header/MC/SendEventData.hpp +++ b/LiteLoader/include/llapi/mc/SendEventData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SendEventGoal.hpp b/LiteLoader/include/llapi/mc/SendEventGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SendEventGoal.hpp rename to LiteLoader/include/llapi/mc/SendEventGoal.hpp index 1c7e844..03a5d7a 100644 --- a/LiteLoader/Header/MC/SendEventGoal.hpp +++ b/LiteLoader/include/llapi/mc/SendEventGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SendEventStage.hpp b/LiteLoader/include/llapi/mc/SendEventStage.hpp similarity index 93% rename from LiteLoader/Header/MC/SendEventStage.hpp rename to LiteLoader/include/llapi/mc/SendEventStage.hpp index a04af16..acefef6 100644 --- a/LiteLoader/Header/MC/SendEventStage.hpp +++ b/LiteLoader/include/llapi/mc/SendEventStage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SensingComponent.hpp b/LiteLoader/include/llapi/mc/SensingComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/SensingComponent.hpp rename to LiteLoader/include/llapi/mc/SensingComponent.hpp index d1ab258..c6ef337 100644 --- a/LiteLoader/Header/MC/SensingComponent.hpp +++ b/LiteLoader/include/llapi/mc/SensingComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SensingSystem.hpp b/LiteLoader/include/llapi/mc/SensingSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/SensingSystem.hpp rename to LiteLoader/include/llapi/mc/SensingSystem.hpp index 421e8f9..719862c 100644 --- a/LiteLoader/Header/MC/SensingSystem.hpp +++ b/LiteLoader/include/llapi/mc/SensingSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SequenceBehaviorNode.hpp b/LiteLoader/include/llapi/mc/SequenceBehaviorNode.hpp similarity index 95% rename from LiteLoader/Header/MC/SequenceBehaviorNode.hpp rename to LiteLoader/include/llapi/mc/SequenceBehaviorNode.hpp index aadd098..74879fe 100644 --- a/LiteLoader/Header/MC/SequenceBehaviorNode.hpp +++ b/LiteLoader/include/llapi/mc/SequenceBehaviorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SequenceDefinition.hpp b/LiteLoader/include/llapi/mc/SequenceDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SequenceDefinition.hpp rename to LiteLoader/include/llapi/mc/SequenceDefinition.hpp index b597b8c..0dbe992 100644 --- a/LiteLoader/Header/MC/SequenceDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SequenceDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/SerializedSkin.hpp b/LiteLoader/include/llapi/mc/SerializedSkin.hpp similarity index 95% rename from LiteLoader/Header/MC/SerializedSkin.hpp rename to LiteLoader/include/llapi/mc/SerializedSkin.hpp index 8fb6a5e..359b457 100644 --- a/LiteLoader/Header/MC/SerializedSkin.hpp +++ b/LiteLoader/include/llapi/mc/SerializedSkin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerCommand.hpp b/LiteLoader/include/llapi/mc/ServerCommand.hpp similarity index 94% rename from LiteLoader/Header/MC/ServerCommand.hpp rename to LiteLoader/include/llapi/mc/ServerCommand.hpp index 64b797e..2016220 100644 --- a/LiteLoader/Header/MC/ServerCommand.hpp +++ b/LiteLoader/include/llapi/mc/ServerCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerCommandOrigin.hpp b/LiteLoader/include/llapi/mc/ServerCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/ServerCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/ServerCommandOrigin.hpp index 2d8d9f4..8bf6c33 100644 --- a/LiteLoader/Header/MC/ServerCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/ServerCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/ServerCommands.hpp b/LiteLoader/include/llapi/mc/ServerCommands.hpp similarity index 90% rename from LiteLoader/Header/MC/ServerCommands.hpp rename to LiteLoader/include/llapi/mc/ServerCommands.hpp index 47e6055..b4b2572 100644 --- a/LiteLoader/Header/MC/ServerCommands.hpp +++ b/LiteLoader/include/llapi/mc/ServerCommands.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerCommunicationInterface.hpp b/LiteLoader/include/llapi/mc/ServerCommunicationInterface.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerCommunicationInterface.hpp rename to LiteLoader/include/llapi/mc/ServerCommunicationInterface.hpp index 50b2d06..498346b 100644 --- a/LiteLoader/Header/MC/ServerCommunicationInterface.hpp +++ b/LiteLoader/include/llapi/mc/ServerCommunicationInterface.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerContentKeyProvider.hpp b/LiteLoader/include/llapi/mc/ServerContentKeyProvider.hpp similarity index 97% rename from LiteLoader/Header/MC/ServerContentKeyProvider.hpp rename to LiteLoader/include/llapi/mc/ServerContentKeyProvider.hpp index 5d4771f..4464d41 100644 --- a/LiteLoader/Header/MC/ServerContentKeyProvider.hpp +++ b/LiteLoader/include/llapi/mc/ServerContentKeyProvider.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerFileChunkUploader.hpp b/LiteLoader/include/llapi/mc/ServerFileChunkUploader.hpp similarity index 97% rename from LiteLoader/Header/MC/ServerFileChunkUploader.hpp rename to LiteLoader/include/llapi/mc/ServerFileChunkUploader.hpp index 35a77be..0ff8d8e 100644 --- a/LiteLoader/Header/MC/ServerFileChunkUploader.hpp +++ b/LiteLoader/include/llapi/mc/ServerFileChunkUploader.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "IFileChunkUploader.hpp" diff --git a/LiteLoader/Header/MC/ServerInstance.hpp b/LiteLoader/include/llapi/mc/ServerInstance.hpp similarity index 98% rename from LiteLoader/Header/MC/ServerInstance.hpp rename to LiteLoader/include/llapi/mc/ServerInstance.hpp index c28f2fe..460beec 100644 --- a/LiteLoader/Header/MC/ServerInstance.hpp +++ b/LiteLoader/include/llapi/mc/ServerInstance.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #include "Core.hpp" diff --git a/LiteLoader/Header/MC/ServerInstanceEventCoordinator.hpp b/LiteLoader/include/llapi/mc/ServerInstanceEventCoordinator.hpp similarity index 95% rename from LiteLoader/Header/MC/ServerInstanceEventCoordinator.hpp rename to LiteLoader/include/llapi/mc/ServerInstanceEventCoordinator.hpp index e65253f..a584ab1 100644 --- a/LiteLoader/Header/MC/ServerInstanceEventCoordinator.hpp +++ b/LiteLoader/include/llapi/mc/ServerInstanceEventCoordinator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerInstanceEventListener.hpp b/LiteLoader/include/llapi/mc/ServerInstanceEventListener.hpp similarity index 97% rename from LiteLoader/Header/MC/ServerInstanceEventListener.hpp rename to LiteLoader/include/llapi/mc/ServerInstanceEventListener.hpp index c9d4fd7..f2eb8bc 100644 --- a/LiteLoader/Header/MC/ServerInstanceEventListener.hpp +++ b/LiteLoader/include/llapi/mc/ServerInstanceEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerLevel.hpp b/LiteLoader/include/llapi/mc/ServerLevel.hpp similarity index 98% rename from LiteLoader/Header/MC/ServerLevel.hpp rename to LiteLoader/include/llapi/mc/ServerLevel.hpp index 5e1d101..98e8496 100644 --- a/LiteLoader/Header/MC/ServerLevel.hpp +++ b/LiteLoader/include/llapi/mc/ServerLevel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerLocator.hpp b/LiteLoader/include/llapi/mc/ServerLocator.hpp similarity index 93% rename from LiteLoader/Header/MC/ServerLocator.hpp rename to LiteLoader/include/llapi/mc/ServerLocator.hpp index c1553c5..c5a5009 100644 --- a/LiteLoader/Header/MC/ServerLocator.hpp +++ b/LiteLoader/include/llapi/mc/ServerLocator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerMetrics.hpp b/LiteLoader/include/llapi/mc/ServerMetrics.hpp similarity index 93% rename from LiteLoader/Header/MC/ServerMetrics.hpp rename to LiteLoader/include/llapi/mc/ServerMetrics.hpp index 03ee668..a365ba0 100644 --- a/LiteLoader/Header/MC/ServerMetrics.hpp +++ b/LiteLoader/include/llapi/mc/ServerMetrics.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerMetricsImpl.hpp b/LiteLoader/include/llapi/mc/ServerMetricsImpl.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerMetricsImpl.hpp rename to LiteLoader/include/llapi/mc/ServerMetricsImpl.hpp index b0a49c5..9950cb3 100644 --- a/LiteLoader/Header/MC/ServerMetricsImpl.hpp +++ b/LiteLoader/include/llapi/mc/ServerMetricsImpl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerMoveInputHandler.hpp b/LiteLoader/include/llapi/mc/ServerMoveInputHandler.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerMoveInputHandler.hpp rename to LiteLoader/include/llapi/mc/ServerMoveInputHandler.hpp index b883692..495c386 100644 --- a/LiteLoader/Header/MC/ServerMoveInputHandler.hpp +++ b/LiteLoader/include/llapi/mc/ServerMoveInputHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveInput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerNetworkHandler.hpp b/LiteLoader/include/llapi/mc/ServerNetworkHandler.hpp similarity index 99% rename from LiteLoader/Header/MC/ServerNetworkHandler.hpp rename to LiteLoader/include/llapi/mc/ServerNetworkHandler.hpp index 6163498..1aafc6e 100644 --- a/LiteLoader/Header/MC/ServerNetworkHandler.hpp +++ b/LiteLoader/include/llapi/mc/ServerNetworkHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Automation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerPlayer.hpp b/LiteLoader/include/llapi/mc/ServerPlayer.hpp similarity index 99% rename from LiteLoader/Header/MC/ServerPlayer.hpp rename to LiteLoader/include/llapi/mc/ServerPlayer.hpp index 8bc510b..693ce21 100644 --- a/LiteLoader/Header/MC/ServerPlayer.hpp +++ b/LiteLoader/include/llapi/mc/ServerPlayer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Player.hpp" diff --git a/LiteLoader/Header/MC/ServerScoreboard.hpp b/LiteLoader/include/llapi/mc/ServerScoreboard.hpp similarity index 98% rename from LiteLoader/Header/MC/ServerScoreboard.hpp rename to LiteLoader/include/llapi/mc/ServerScoreboard.hpp index 609fed4..f1cfd8e 100644 --- a/LiteLoader/Header/MC/ServerScoreboard.hpp +++ b/LiteLoader/include/llapi/mc/ServerScoreboard.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerSettingsRequestPacket.hpp b/LiteLoader/include/llapi/mc/ServerSettingsRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerSettingsRequestPacket.hpp rename to LiteLoader/include/llapi/mc/ServerSettingsRequestPacket.hpp index f1fb78e..da7b8ea 100644 --- a/LiteLoader/Header/MC/ServerSettingsRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/ServerSettingsRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerSettingsResponsePacket.hpp b/LiteLoader/include/llapi/mc/ServerSettingsResponsePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerSettingsResponsePacket.hpp rename to LiteLoader/include/llapi/mc/ServerSettingsResponsePacket.hpp index b150253..805d1ba 100644 --- a/LiteLoader/Header/MC/ServerSettingsResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/ServerSettingsResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ServerToClientHandshakePacket.hpp b/LiteLoader/include/llapi/mc/ServerToClientHandshakePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ServerToClientHandshakePacket.hpp rename to LiteLoader/include/llapi/mc/ServerToClientHandshakePacket.hpp index b7ac17c..ee103c0 100644 --- a/LiteLoader/Header/MC/ServerToClientHandshakePacket.hpp +++ b/LiteLoader/include/llapi/mc/ServerToClientHandshakePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetActorDataPacket.hpp b/LiteLoader/include/llapi/mc/SetActorDataPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetActorDataPacket.hpp rename to LiteLoader/include/llapi/mc/SetActorDataPacket.hpp index 8471ef0..cab42b9 100644 --- a/LiteLoader/Header/MC/SetActorDataPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetActorDataPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetActorLinkPacket.hpp b/LiteLoader/include/llapi/mc/SetActorLinkPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SetActorLinkPacket.hpp rename to LiteLoader/include/llapi/mc/SetActorLinkPacket.hpp index f3b4bf2..3dd9655 100644 --- a/LiteLoader/Header/MC/SetActorLinkPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetActorLinkPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetActorMotionPacket.hpp b/LiteLoader/include/llapi/mc/SetActorMotionPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetActorMotionPacket.hpp rename to LiteLoader/include/llapi/mc/SetActorMotionPacket.hpp index 0a9af6e..2fec48f 100644 --- a/LiteLoader/Header/MC/SetActorMotionPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetActorMotionPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetBannerDetailsFunction.hpp b/LiteLoader/include/llapi/mc/SetBannerDetailsFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetBannerDetailsFunction.hpp rename to LiteLoader/include/llapi/mc/SetBannerDetailsFunction.hpp index 39b4f27..87b3a60 100644 --- a/LiteLoader/Header/MC/SetBannerDetailsFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetBannerDetailsFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetBlockCommand.hpp b/LiteLoader/include/llapi/mc/SetBlockCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SetBlockCommand.hpp rename to LiteLoader/include/llapi/mc/SetBlockCommand.hpp index 4140c6c..09068dd 100644 --- a/LiteLoader/Header/MC/SetBlockCommand.hpp +++ b/LiteLoader/include/llapi/mc/SetBlockCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetBlockReactionComponent.hpp b/LiteLoader/include/llapi/mc/SetBlockReactionComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/SetBlockReactionComponent.hpp rename to LiteLoader/include/llapi/mc/SetBlockReactionComponent.hpp index 5a453f0..bf5136e 100644 --- a/LiteLoader/Header/MC/SetBlockReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/SetBlockReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetBookContentsFunction.hpp b/LiteLoader/include/llapi/mc/SetBookContentsFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetBookContentsFunction.hpp rename to LiteLoader/include/llapi/mc/SetBookContentsFunction.hpp index 8436eb4..2ba7937 100644 --- a/LiteLoader/Header/MC/SetBookContentsFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetBookContentsFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/SetCommandsEnabledPacket.hpp b/LiteLoader/include/llapi/mc/SetCommandsEnabledPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetCommandsEnabledPacket.hpp rename to LiteLoader/include/llapi/mc/SetCommandsEnabledPacket.hpp index 6fbd919..6b17ea6 100644 --- a/LiteLoader/Header/MC/SetCommandsEnabledPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetCommandsEnabledPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetDataFromColorIndexFunction.hpp b/LiteLoader/include/llapi/mc/SetDataFromColorIndexFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetDataFromColorIndexFunction.hpp rename to LiteLoader/include/llapi/mc/SetDataFromColorIndexFunction.hpp index 684411d..5f96ab5 100644 --- a/LiteLoader/Header/MC/SetDataFromColorIndexFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetDataFromColorIndexFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetDefaultGameTypePacket.hpp b/LiteLoader/include/llapi/mc/SetDefaultGameTypePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetDefaultGameTypePacket.hpp rename to LiteLoader/include/llapi/mc/SetDefaultGameTypePacket.hpp index d012e54..526e849 100644 --- a/LiteLoader/Header/MC/SetDefaultGameTypePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetDefaultGameTypePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetDifficultyPacket.hpp b/LiteLoader/include/llapi/mc/SetDifficultyPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SetDifficultyPacket.hpp rename to LiteLoader/include/llapi/mc/SetDifficultyPacket.hpp index e28d2e6..bf13b76 100644 --- a/LiteLoader/Header/MC/SetDifficultyPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetDifficultyPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetDisplayObjectivePacket.hpp b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetDisplayObjectivePacket.hpp rename to LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp index 0244020..50271ec 100644 --- a/LiteLoader/Header/MC/SetDisplayObjectivePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetHealthPacket.hpp b/LiteLoader/include/llapi/mc/SetHealthPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SetHealthPacket.hpp rename to LiteLoader/include/llapi/mc/SetHealthPacket.hpp index 7386aa7..819499f 100644 --- a/LiteLoader/Header/MC/SetHealthPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetHealthPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetItemCountFunction.hpp b/LiteLoader/include/llapi/mc/SetItemCountFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/SetItemCountFunction.hpp rename to LiteLoader/include/llapi/mc/SetItemCountFunction.hpp index 757d363..ae90453 100644 --- a/LiteLoader/Header/MC/SetItemCountFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetItemCountFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetItemDamageFunction.hpp b/LiteLoader/include/llapi/mc/SetItemDamageFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/SetItemDamageFunction.hpp rename to LiteLoader/include/llapi/mc/SetItemDamageFunction.hpp index 8e27102..53af78c 100644 --- a/LiteLoader/Header/MC/SetItemDamageFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetItemDamageFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetItemDataFunction.hpp b/LiteLoader/include/llapi/mc/SetItemDataFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/SetItemDataFunction.hpp rename to LiteLoader/include/llapi/mc/SetItemDataFunction.hpp index e2efe7a..0eaaa33 100644 --- a/LiteLoader/Header/MC/SetItemDataFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetItemDataFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetItemLoreFunction.hpp b/LiteLoader/include/llapi/mc/SetItemLoreFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetItemLoreFunction.hpp rename to LiteLoader/include/llapi/mc/SetItemLoreFunction.hpp index 94df2cd..138f8e1 100644 --- a/LiteLoader/Header/MC/SetItemLoreFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetItemLoreFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/SetItemNameFunction.hpp b/LiteLoader/include/llapi/mc/SetItemNameFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetItemNameFunction.hpp rename to LiteLoader/include/llapi/mc/SetItemNameFunction.hpp index e045cc4..b610ce0 100644 --- a/LiteLoader/Header/MC/SetItemNameFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetItemNameFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/SetLastHurtByPacket.hpp b/LiteLoader/include/llapi/mc/SetLastHurtByPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SetLastHurtByPacket.hpp rename to LiteLoader/include/llapi/mc/SetLastHurtByPacket.hpp index 6a22d2a..2afdc0a 100644 --- a/LiteLoader/Header/MC/SetLastHurtByPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetLastHurtByPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetLocalPlayerAsInitializedPacket.hpp b/LiteLoader/include/llapi/mc/SetLocalPlayerAsInitializedPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetLocalPlayerAsInitializedPacket.hpp rename to LiteLoader/include/llapi/mc/SetLocalPlayerAsInitializedPacket.hpp index ff57692..e07e321 100644 --- a/LiteLoader/Header/MC/SetLocalPlayerAsInitializedPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetLocalPlayerAsInitializedPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetMaxPlayersCommand.hpp b/LiteLoader/include/llapi/mc/SetMaxPlayersCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SetMaxPlayersCommand.hpp rename to LiteLoader/include/llapi/mc/SetMaxPlayersCommand.hpp index cfe6fe1..317b991 100644 --- a/LiteLoader/Header/MC/SetMaxPlayersCommand.hpp +++ b/LiteLoader/include/llapi/mc/SetMaxPlayersCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetPlayerGameTypePacket.hpp b/LiteLoader/include/llapi/mc/SetPlayerGameTypePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetPlayerGameTypePacket.hpp rename to LiteLoader/include/llapi/mc/SetPlayerGameTypePacket.hpp index 2cc9548..bf77706 100644 --- a/LiteLoader/Header/MC/SetPlayerGameTypePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetPlayerGameTypePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetScorePacket.hpp b/LiteLoader/include/llapi/mc/SetScorePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetScorePacket.hpp rename to LiteLoader/include/llapi/mc/SetScorePacket.hpp index d50fca8..9201c75 100644 --- a/LiteLoader/Header/MC/SetScorePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetScorePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetScoreboardIdentityPacket.hpp b/LiteLoader/include/llapi/mc/SetScoreboardIdentityPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetScoreboardIdentityPacket.hpp rename to LiteLoader/include/llapi/mc/SetScoreboardIdentityPacket.hpp index c8d16a9..fa995b5 100644 --- a/LiteLoader/Header/MC/SetScoreboardIdentityPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetScoreboardIdentityPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetSpawnEggFunction.hpp b/LiteLoader/include/llapi/mc/SetSpawnEggFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SetSpawnEggFunction.hpp rename to LiteLoader/include/llapi/mc/SetSpawnEggFunction.hpp index 90251f7..48e9c3c 100644 --- a/LiteLoader/Header/MC/SetSpawnEggFunction.hpp +++ b/LiteLoader/include/llapi/mc/SetSpawnEggFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/SetSpawnPositionPacket.hpp b/LiteLoader/include/llapi/mc/SetSpawnPositionPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetSpawnPositionPacket.hpp rename to LiteLoader/include/llapi/mc/SetSpawnPositionPacket.hpp index 4f40dce..8d0341c 100644 --- a/LiteLoader/Header/MC/SetSpawnPositionPacket.hpp +++ b/LiteLoader/include/llapi/mc/SetSpawnPositionPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetTimePacket.hpp b/LiteLoader/include/llapi/mc/SetTimePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SetTimePacket.hpp rename to LiteLoader/include/llapi/mc/SetTimePacket.hpp index 597c7e0..af4af1b 100644 --- a/LiteLoader/Header/MC/SetTimePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetTimePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetTitlePacket.hpp b/LiteLoader/include/llapi/mc/SetTitlePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SetTitlePacket.hpp rename to LiteLoader/include/llapi/mc/SetTitlePacket.hpp index 1e82fc8..6785e4d 100644 --- a/LiteLoader/Header/MC/SetTitlePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetTitlePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SetWorldSpawnCommand.hpp b/LiteLoader/include/llapi/mc/SetWorldSpawnCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SetWorldSpawnCommand.hpp rename to LiteLoader/include/llapi/mc/SetWorldSpawnCommand.hpp index 55e90d3..130026b 100644 --- a/LiteLoader/Header/MC/SetWorldSpawnCommand.hpp +++ b/LiteLoader/include/llapi/mc/SetWorldSpawnCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SettingsCommandPacket.hpp b/LiteLoader/include/llapi/mc/SettingsCommandPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SettingsCommandPacket.hpp rename to LiteLoader/include/llapi/mc/SettingsCommandPacket.hpp index 3dd530c..0c0c594 100644 --- a/LiteLoader/Header/MC/SettingsCommandPacket.hpp +++ b/LiteLoader/include/llapi/mc/SettingsCommandPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SettingsScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/SettingsScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/SettingsScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/SettingsScreenCapabilities.hpp index 612fba4..184cfe9 100644 --- a/LiteLoader/Header/MC/SettingsScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/SettingsScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShapedChemistryRecipe.hpp b/LiteLoader/include/llapi/mc/ShapedChemistryRecipe.hpp similarity index 96% rename from LiteLoader/Header/MC/ShapedChemistryRecipe.hpp rename to LiteLoader/include/llapi/mc/ShapedChemistryRecipe.hpp index 0a71be7..39dff25 100644 --- a/LiteLoader/Header/MC/ShapedChemistryRecipe.hpp +++ b/LiteLoader/include/llapi/mc/ShapedChemistryRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ShapedRecipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShapedRecipe.hpp b/LiteLoader/include/llapi/mc/ShapedRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/ShapedRecipe.hpp rename to LiteLoader/include/llapi/mc/ShapedRecipe.hpp index 8de310e..2470775 100644 --- a/LiteLoader/Header/MC/ShapedRecipe.hpp +++ b/LiteLoader/include/llapi/mc/ShapedRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShapelessChemistryRecipe.hpp b/LiteLoader/include/llapi/mc/ShapelessChemistryRecipe.hpp similarity index 96% rename from LiteLoader/Header/MC/ShapelessChemistryRecipe.hpp rename to LiteLoader/include/llapi/mc/ShapelessChemistryRecipe.hpp index f9d0a87..7ee9e15 100644 --- a/LiteLoader/Header/MC/ShapelessChemistryRecipe.hpp +++ b/LiteLoader/include/llapi/mc/ShapelessChemistryRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ShapelessRecipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShapelessRecipe.hpp b/LiteLoader/include/llapi/mc/ShapelessRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/ShapelessRecipe.hpp rename to LiteLoader/include/llapi/mc/ShapelessRecipe.hpp index 8333fc4..42da092 100644 --- a/LiteLoader/Header/MC/ShapelessRecipe.hpp +++ b/LiteLoader/include/llapi/mc/ShapelessRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Recipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShareItemsGoal.hpp b/LiteLoader/include/llapi/mc/ShareItemsGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/ShareItemsGoal.hpp rename to LiteLoader/include/llapi/mc/ShareItemsGoal.hpp index 7511cb7..0c9f144 100644 --- a/LiteLoader/Header/MC/ShareItemsGoal.hpp +++ b/LiteLoader/include/llapi/mc/ShareItemsGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Shareable.hpp b/LiteLoader/include/llapi/mc/Shareable.hpp similarity index 93% rename from LiteLoader/Header/MC/Shareable.hpp rename to LiteLoader/include/llapi/mc/Shareable.hpp index bb0a08f..d31f52f 100644 --- a/LiteLoader/Header/MC/Shareable.hpp +++ b/LiteLoader/include/llapi/mc/Shareable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShareableComponent.hpp b/LiteLoader/include/llapi/mc/ShareableComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/ShareableComponent.hpp rename to LiteLoader/include/llapi/mc/ShareableComponent.hpp index e8bc2dd..1385fb5 100644 --- a/LiteLoader/Header/MC/ShareableComponent.hpp +++ b/LiteLoader/include/llapi/mc/ShareableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShareableDefinition.hpp b/LiteLoader/include/llapi/mc/ShareableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ShareableDefinition.hpp rename to LiteLoader/include/llapi/mc/ShareableDefinition.hpp index df9c97a..fe038ce 100644 --- a/LiteLoader/Header/MC/ShareableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ShareableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SharedAmplifiers.hpp b/LiteLoader/include/llapi/mc/SharedAmplifiers.hpp similarity index 97% rename from LiteLoader/Header/MC/SharedAmplifiers.hpp rename to LiteLoader/include/llapi/mc/SharedAmplifiers.hpp index b802be4..98b8ff1 100644 --- a/LiteLoader/Header/MC/SharedAmplifiers.hpp +++ b/LiteLoader/include/llapi/mc/SharedAmplifiers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SharedAttributes.hpp b/LiteLoader/include/llapi/mc/SharedAttributes.hpp similarity index 98% rename from LiteLoader/Header/MC/SharedAttributes.hpp rename to LiteLoader/include/llapi/mc/SharedAttributes.hpp index 90d3deb..049c457 100644 --- a/LiteLoader/Header/MC/SharedAttributes.hpp +++ b/LiteLoader/include/llapi/mc/SharedAttributes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SharedBuffs.hpp b/LiteLoader/include/llapi/mc/SharedBuffs.hpp similarity index 97% rename from LiteLoader/Header/MC/SharedBuffs.hpp rename to LiteLoader/include/llapi/mc/SharedBuffs.hpp index d1345aa..fe83281 100644 --- a/LiteLoader/Header/MC/SharedBuffs.hpp +++ b/LiteLoader/include/llapi/mc/SharedBuffs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SharedConstants.hpp b/LiteLoader/include/llapi/mc/SharedConstants.hpp similarity index 96% rename from LiteLoader/Header/MC/SharedConstants.hpp rename to LiteLoader/include/llapi/mc/SharedConstants.hpp index 0002269..8d5c4bb 100644 --- a/LiteLoader/Header/MC/SharedConstants.hpp +++ b/LiteLoader/include/llapi/mc/SharedConstants.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SharedModifiers.hpp b/LiteLoader/include/llapi/mc/SharedModifiers.hpp similarity index 96% rename from LiteLoader/Header/MC/SharedModifiers.hpp rename to LiteLoader/include/llapi/mc/SharedModifiers.hpp index 666402a..d000f3b 100644 --- a/LiteLoader/Header/MC/SharedModifiers.hpp +++ b/LiteLoader/include/llapi/mc/SharedModifiers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShearsItem.hpp b/LiteLoader/include/llapi/mc/ShearsItem.hpp similarity index 98% rename from LiteLoader/Header/MC/ShearsItem.hpp rename to LiteLoader/include/llapi/mc/ShearsItem.hpp index 725615a..4c7bf44 100644 --- a/LiteLoader/Header/MC/ShearsItem.hpp +++ b/LiteLoader/include/llapi/mc/ShearsItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Sheep.hpp b/LiteLoader/include/llapi/mc/Sheep.hpp similarity index 98% rename from LiteLoader/Header/MC/Sheep.hpp rename to LiteLoader/include/llapi/mc/Sheep.hpp index 36815ca..d667631 100644 --- a/LiteLoader/Header/MC/Sheep.hpp +++ b/LiteLoader/include/llapi/mc/Sheep.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/ShieldItem.hpp b/LiteLoader/include/llapi/mc/ShieldItem.hpp similarity index 98% rename from LiteLoader/Header/MC/ShieldItem.hpp rename to LiteLoader/include/llapi/mc/ShieldItem.hpp index ca7e8fb..3b997ee 100644 --- a/LiteLoader/Header/MC/ShieldItem.hpp +++ b/LiteLoader/include/llapi/mc/ShieldItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShieldItemUtils.hpp b/LiteLoader/include/llapi/mc/ShieldItemUtils.hpp similarity index 94% rename from LiteLoader/Header/MC/ShieldItemUtils.hpp rename to LiteLoader/include/llapi/mc/ShieldItemUtils.hpp index d8079ad..7fbef27 100644 --- a/LiteLoader/Header/MC/ShieldItemUtils.hpp +++ b/LiteLoader/include/llapi/mc/ShieldItemUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShiftedDurationAmplifier.hpp b/LiteLoader/include/llapi/mc/ShiftedDurationAmplifier.hpp similarity index 95% rename from LiteLoader/Header/MC/ShiftedDurationAmplifier.hpp rename to LiteLoader/include/llapi/mc/ShiftedDurationAmplifier.hpp index 6d10bd5..cdd4148 100644 --- a/LiteLoader/Header/MC/ShiftedDurationAmplifier.hpp +++ b/LiteLoader/include/llapi/mc/ShiftedDurationAmplifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShiftedValueAmplifier.hpp b/LiteLoader/include/llapi/mc/ShiftedValueAmplifier.hpp similarity index 94% rename from LiteLoader/Header/MC/ShiftedValueAmplifier.hpp rename to LiteLoader/include/llapi/mc/ShiftedValueAmplifier.hpp index a223c8f..076b377 100644 --- a/LiteLoader/Header/MC/ShiftedValueAmplifier.hpp +++ b/LiteLoader/include/llapi/mc/ShiftedValueAmplifier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShipwreckFeature.hpp b/LiteLoader/include/llapi/mc/ShipwreckFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/ShipwreckFeature.hpp rename to LiteLoader/include/llapi/mc/ShipwreckFeature.hpp index ea276a6..8540f9e 100644 --- a/LiteLoader/Header/MC/ShipwreckFeature.hpp +++ b/LiteLoader/include/llapi/mc/ShipwreckFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShipwreckPiece.hpp b/LiteLoader/include/llapi/mc/ShipwreckPiece.hpp similarity index 95% rename from LiteLoader/Header/MC/ShipwreckPiece.hpp rename to LiteLoader/include/llapi/mc/ShipwreckPiece.hpp index 84194b5..79457e5 100644 --- a/LiteLoader/Header/MC/ShipwreckPiece.hpp +++ b/LiteLoader/include/llapi/mc/ShipwreckPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShipwreckStart.hpp b/LiteLoader/include/llapi/mc/ShipwreckStart.hpp similarity index 95% rename from LiteLoader/Header/MC/ShipwreckStart.hpp rename to LiteLoader/include/llapi/mc/ShipwreckStart.hpp index 3c72fce..9802eae 100644 --- a/LiteLoader/Header/MC/ShipwreckStart.hpp +++ b/LiteLoader/include/llapi/mc/ShipwreckStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShootBowDefinition.hpp b/LiteLoader/include/llapi/mc/ShootBowDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ShootBowDefinition.hpp rename to LiteLoader/include/llapi/mc/ShootBowDefinition.hpp index e5eec54..a795608 100644 --- a/LiteLoader/Header/MC/ShootBowDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ShootBowDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/ShootBowNode.hpp b/LiteLoader/include/llapi/mc/ShootBowNode.hpp similarity index 94% rename from LiteLoader/Header/MC/ShootBowNode.hpp rename to LiteLoader/include/llapi/mc/ShootBowNode.hpp index 537a490..0c5bfa5 100644 --- a/LiteLoader/Header/MC/ShootBowNode.hpp +++ b/LiteLoader/include/llapi/mc/ShootBowNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShooterComponent.hpp b/LiteLoader/include/llapi/mc/ShooterComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/ShooterComponent.hpp rename to LiteLoader/include/llapi/mc/ShooterComponent.hpp index 5db1688..b31205a 100644 --- a/LiteLoader/Header/MC/ShooterComponent.hpp +++ b/LiteLoader/include/llapi/mc/ShooterComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShooterDefinition.hpp b/LiteLoader/include/llapi/mc/ShooterDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/ShooterDefinition.hpp rename to LiteLoader/include/llapi/mc/ShooterDefinition.hpp index 27aec65..e981cb0 100644 --- a/LiteLoader/Header/MC/ShooterDefinition.hpp +++ b/LiteLoader/include/llapi/mc/ShooterDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/ShortTag.hpp b/LiteLoader/include/llapi/mc/ShortTag.hpp similarity index 96% rename from LiteLoader/Header/MC/ShortTag.hpp rename to LiteLoader/include/llapi/mc/ShortTag.hpp index 8f46f23..b392294 100644 --- a/LiteLoader/Header/MC/ShortTag.hpp +++ b/LiteLoader/include/llapi/mc/ShortTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShovelItem.hpp b/LiteLoader/include/llapi/mc/ShovelItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ShovelItem.hpp rename to LiteLoader/include/llapi/mc/ShovelItem.hpp index c5838a9..30e58e8 100644 --- a/LiteLoader/Header/MC/ShovelItem.hpp +++ b/LiteLoader/include/llapi/mc/ShovelItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #include "DiggerItem.hpp" diff --git a/LiteLoader/Header/MC/ShowCreditsPacket.hpp b/LiteLoader/include/llapi/mc/ShowCreditsPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/ShowCreditsPacket.hpp rename to LiteLoader/include/llapi/mc/ShowCreditsPacket.hpp index 0ae4468..a009bd3 100644 --- a/LiteLoader/Header/MC/ShowCreditsPacket.hpp +++ b/LiteLoader/include/llapi/mc/ShowCreditsPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShowProfilePacket.hpp b/LiteLoader/include/llapi/mc/ShowProfilePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/ShowProfilePacket.hpp rename to LiteLoader/include/llapi/mc/ShowProfilePacket.hpp index 7a40097..95829bc 100644 --- a/LiteLoader/Header/MC/ShowProfilePacket.hpp +++ b/LiteLoader/include/llapi/mc/ShowProfilePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShowStoreOfferPacket.hpp b/LiteLoader/include/llapi/mc/ShowStoreOfferPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/ShowStoreOfferPacket.hpp rename to LiteLoader/include/llapi/mc/ShowStoreOfferPacket.hpp index 7bce79c..c67e736 100644 --- a/LiteLoader/Header/MC/ShowStoreOfferPacket.hpp +++ b/LiteLoader/include/llapi/mc/ShowStoreOfferPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Shulker.hpp b/LiteLoader/include/llapi/mc/Shulker.hpp similarity index 98% rename from LiteLoader/Header/MC/Shulker.hpp rename to LiteLoader/include/llapi/mc/Shulker.hpp index 45bd2ff..e06526e 100644 --- a/LiteLoader/Header/MC/Shulker.hpp +++ b/LiteLoader/include/llapi/mc/Shulker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/ShulkerBoxBlock.hpp b/LiteLoader/include/llapi/mc/ShulkerBoxBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/ShulkerBoxBlock.hpp rename to LiteLoader/include/llapi/mc/ShulkerBoxBlock.hpp index 10ba76f..4d99081 100644 --- a/LiteLoader/Header/MC/ShulkerBoxBlock.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerBoxBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChestBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShulkerBoxBlockActor.hpp b/LiteLoader/include/llapi/mc/ShulkerBoxBlockActor.hpp similarity index 98% rename from LiteLoader/Header/MC/ShulkerBoxBlockActor.hpp rename to LiteLoader/include/llapi/mc/ShulkerBoxBlockActor.hpp index f4e376a..a4fffec 100644 --- a/LiteLoader/Header/MC/ShulkerBoxBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerBoxBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShulkerBoxBlockItem.hpp b/LiteLoader/include/llapi/mc/ShulkerBoxBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/ShulkerBoxBlockItem.hpp rename to LiteLoader/include/llapi/mc/ShulkerBoxBlockItem.hpp index 31e36bb..30c2688 100644 --- a/LiteLoader/Header/MC/ShulkerBoxBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerBoxBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShulkerBoxRecipe.hpp b/LiteLoader/include/llapi/mc/ShulkerBoxRecipe.hpp similarity index 97% rename from LiteLoader/Header/MC/ShulkerBoxRecipe.hpp rename to LiteLoader/include/llapi/mc/ShulkerBoxRecipe.hpp index 36901b7..1d55ce9 100644 --- a/LiteLoader/Header/MC/ShulkerBoxRecipe.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerBoxRecipe.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ShapelessRecipe.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShulkerBullet.hpp b/LiteLoader/include/llapi/mc/ShulkerBullet.hpp similarity index 97% rename from LiteLoader/Header/MC/ShulkerBullet.hpp rename to LiteLoader/include/llapi/mc/ShulkerBullet.hpp index ebcbc2e..39f4a2b 100644 --- a/LiteLoader/Header/MC/ShulkerBullet.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerBullet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ShulkerPeekGoal.hpp b/LiteLoader/include/llapi/mc/ShulkerPeekGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/ShulkerPeekGoal.hpp rename to LiteLoader/include/llapi/mc/ShulkerPeekGoal.hpp index 5c32ff3..530c6ff 100644 --- a/LiteLoader/Header/MC/ShulkerPeekGoal.hpp +++ b/LiteLoader/include/llapi/mc/ShulkerPeekGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SignBlock.hpp b/LiteLoader/include/llapi/mc/SignBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/SignBlock.hpp rename to LiteLoader/include/llapi/mc/SignBlock.hpp index 0a50500..f211536 100644 --- a/LiteLoader/Header/MC/SignBlock.hpp +++ b/LiteLoader/include/llapi/mc/SignBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SignBlockActor.hpp" #include "ActorBlock.hpp" diff --git a/LiteLoader/Header/MC/SignBlockActor.hpp b/LiteLoader/include/llapi/mc/SignBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/SignBlockActor.hpp rename to LiteLoader/include/llapi/mc/SignBlockActor.hpp index 18d71e9..7a5942e 100644 --- a/LiteLoader/Header/MC/SignBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/SignBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SignItem.hpp b/LiteLoader/include/llapi/mc/SignItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SignItem.hpp rename to LiteLoader/include/llapi/mc/SignItem.hpp index c5920ca..683d46d 100644 --- a/LiteLoader/Header/MC/SignItem.hpp +++ b/LiteLoader/include/llapi/mc/SignItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Silverfish.hpp b/LiteLoader/include/llapi/mc/Silverfish.hpp similarity index 98% rename from LiteLoader/Header/MC/Silverfish.hpp rename to LiteLoader/include/llapi/mc/Silverfish.hpp index d94a678..088be32 100644 --- a/LiteLoader/Header/MC/Silverfish.hpp +++ b/LiteLoader/include/llapi/mc/Silverfish.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/SilverfishMergeWithStoneGoal.hpp b/LiteLoader/include/llapi/mc/SilverfishMergeWithStoneGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SilverfishMergeWithStoneGoal.hpp rename to LiteLoader/include/llapi/mc/SilverfishMergeWithStoneGoal.hpp index f3e1d95..e9f44cd 100644 --- a/LiteLoader/Header/MC/SilverfishMergeWithStoneGoal.hpp +++ b/LiteLoader/include/llapi/mc/SilverfishMergeWithStoneGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomStrollGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SilverfishWakeUpFriendsGoal.hpp b/LiteLoader/include/llapi/mc/SilverfishWakeUpFriendsGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SilverfishWakeUpFriendsGoal.hpp rename to LiteLoader/include/llapi/mc/SilverfishWakeUpFriendsGoal.hpp index 4c6e025..dddfabf 100644 --- a/LiteLoader/Header/MC/SilverfishWakeUpFriendsGoal.hpp +++ b/LiteLoader/include/llapi/mc/SilverfishWakeUpFriendsGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleBoolFilterTest.hpp b/LiteLoader/include/llapi/mc/SimpleBoolFilterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleBoolFilterTest.hpp rename to LiteLoader/include/llapi/mc/SimpleBoolFilterTest.hpp index c4f4cb4..fb65f9d 100644 --- a/LiteLoader/Header/MC/SimpleBoolFilterTest.hpp +++ b/LiteLoader/include/llapi/mc/SimpleBoolFilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleContainer.hpp b/LiteLoader/include/llapi/mc/SimpleContainer.hpp similarity index 97% rename from LiteLoader/Header/MC/SimpleContainer.hpp rename to LiteLoader/include/llapi/mc/SimpleContainer.hpp index 35a1ccc..2acf525 100644 --- a/LiteLoader/Header/MC/SimpleContainer.hpp +++ b/LiteLoader/include/llapi/mc/SimpleContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Container.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleEventPacket.hpp b/LiteLoader/include/llapi/mc/SimpleEventPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleEventPacket.hpp rename to LiteLoader/include/llapi/mc/SimpleEventPacket.hpp index d1a485d..c87ff9d 100644 --- a/LiteLoader/Header/MC/SimpleEventPacket.hpp +++ b/LiteLoader/include/llapi/mc/SimpleEventPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleFloatFilterTest.hpp b/LiteLoader/include/llapi/mc/SimpleFloatFilterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleFloatFilterTest.hpp rename to LiteLoader/include/llapi/mc/SimpleFloatFilterTest.hpp index e1b4528..9b8389e 100644 --- a/LiteLoader/Header/MC/SimpleFloatFilterTest.hpp +++ b/LiteLoader/include/llapi/mc/SimpleFloatFilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleHashStringFilterTest.hpp b/LiteLoader/include/llapi/mc/SimpleHashStringFilterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleHashStringFilterTest.hpp rename to LiteLoader/include/llapi/mc/SimpleHashStringFilterTest.hpp index 6253b9b..a3a64d9 100644 --- a/LiteLoader/Header/MC/SimpleHashStringFilterTest.hpp +++ b/LiteLoader/include/llapi/mc/SimpleHashStringFilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleIntFilterTest.hpp b/LiteLoader/include/llapi/mc/SimpleIntFilterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleIntFilterTest.hpp rename to LiteLoader/include/llapi/mc/SimpleIntFilterTest.hpp index b279757..bd58c5e 100644 --- a/LiteLoader/Header/MC/SimpleIntFilterTest.hpp +++ b/LiteLoader/include/llapi/mc/SimpleIntFilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimplePlayerContainer.hpp b/LiteLoader/include/llapi/mc/SimplePlayerContainer.hpp similarity index 95% rename from LiteLoader/Header/MC/SimplePlayerContainer.hpp rename to LiteLoader/include/llapi/mc/SimplePlayerContainer.hpp index 569fa05..8c13664 100644 --- a/LiteLoader/Header/MC/SimplePlayerContainer.hpp +++ b/LiteLoader/include/llapi/mc/SimplePlayerContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SimpleContainer.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleTagIDFilterTest.hpp b/LiteLoader/include/llapi/mc/SimpleTagIDFilterTest.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleTagIDFilterTest.hpp rename to LiteLoader/include/llapi/mc/SimpleTagIDFilterTest.hpp index f8aad3d..d5793bb 100644 --- a/LiteLoader/Header/MC/SimpleTagIDFilterTest.hpp +++ b/LiteLoader/include/llapi/mc/SimpleTagIDFilterTest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleTreeCanopy.hpp b/LiteLoader/include/llapi/mc/SimpleTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/SimpleTreeCanopy.hpp index 8d4dd2e..3222fa6 100644 --- a/LiteLoader/Header/MC/SimpleTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/SimpleTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimpleTreeTrunk.hpp b/LiteLoader/include/llapi/mc/SimpleTreeTrunk.hpp similarity index 95% rename from LiteLoader/Header/MC/SimpleTreeTrunk.hpp rename to LiteLoader/include/llapi/mc/SimpleTreeTrunk.hpp index a285d5e..53fb254 100644 --- a/LiteLoader/Header/MC/SimpleTreeTrunk.hpp +++ b/LiteLoader/include/llapi/mc/SimpleTreeTrunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SimplexNoise.hpp b/LiteLoader/include/llapi/mc/SimplexNoise.hpp similarity index 94% rename from LiteLoader/Header/MC/SimplexNoise.hpp rename to LiteLoader/include/llapi/mc/SimplexNoise.hpp index 0e75fde..a0d674e 100644 --- a/LiteLoader/Header/MC/SimplexNoise.hpp +++ b/LiteLoader/include/llapi/mc/SimplexNoise.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SingleBlockFeature.hpp b/LiteLoader/include/llapi/mc/SingleBlockFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/SingleBlockFeature.hpp rename to LiteLoader/include/llapi/mc/SingleBlockFeature.hpp index 76bbbe8..a420c9f 100644 --- a/LiteLoader/Header/MC/SingleBlockFeature.hpp +++ b/LiteLoader/include/llapi/mc/SingleBlockFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SitComponent.hpp b/LiteLoader/include/llapi/mc/SitComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/SitComponent.hpp rename to LiteLoader/include/llapi/mc/SitComponent.hpp index 4e216d9..ce137f5 100644 --- a/LiteLoader/Header/MC/SitComponent.hpp +++ b/LiteLoader/include/llapi/mc/SitComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SitGoal.hpp b/LiteLoader/include/llapi/mc/SitGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SitGoal.hpp rename to LiteLoader/include/llapi/mc/SitGoal.hpp index 1b225c4..59f82dc 100644 --- a/LiteLoader/Header/MC/SitGoal.hpp +++ b/LiteLoader/include/llapi/mc/SitGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SittableDefinition.hpp b/LiteLoader/include/llapi/mc/SittableDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SittableDefinition.hpp rename to LiteLoader/include/llapi/mc/SittableDefinition.hpp index 0decf01..ffc62ae 100644 --- a/LiteLoader/Header/MC/SittableDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SittableDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Skeleton.hpp b/LiteLoader/include/llapi/mc/Skeleton.hpp similarity index 98% rename from LiteLoader/Header/MC/Skeleton.hpp rename to LiteLoader/include/llapi/mc/Skeleton.hpp index c2d76b2..2580b1b 100644 --- a/LiteLoader/Header/MC/Skeleton.hpp +++ b/LiteLoader/include/llapi/mc/Skeleton.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/SkeletonHorseTrapGoal.hpp b/LiteLoader/include/llapi/mc/SkeletonHorseTrapGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SkeletonHorseTrapGoal.hpp rename to LiteLoader/include/llapi/mc/SkeletonHorseTrapGoal.hpp index a82b81f..be9a4b1 100644 --- a/LiteLoader/Header/MC/SkeletonHorseTrapGoal.hpp +++ b/LiteLoader/include/llapi/mc/SkeletonHorseTrapGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SkinIDDescription.hpp b/LiteLoader/include/llapi/mc/SkinIDDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/SkinIDDescription.hpp rename to LiteLoader/include/llapi/mc/SkinIDDescription.hpp index 2b4c6f6..bda6bce 100644 --- a/LiteLoader/Header/MC/SkinIDDescription.hpp +++ b/LiteLoader/include/llapi/mc/SkinIDDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SkinInfoData.hpp b/LiteLoader/include/llapi/mc/SkinInfoData.hpp similarity index 93% rename from LiteLoader/Header/MC/SkinInfoData.hpp rename to LiteLoader/include/llapi/mc/SkinInfoData.hpp index df64f4e..3f26548 100644 --- a/LiteLoader/Header/MC/SkinInfoData.hpp +++ b/LiteLoader/include/llapi/mc/SkinInfoData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SkullBlock.hpp b/LiteLoader/include/llapi/mc/SkullBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/SkullBlock.hpp rename to LiteLoader/include/llapi/mc/SkullBlock.hpp index 735782c..8175bb3 100644 --- a/LiteLoader/Header/MC/SkullBlock.hpp +++ b/LiteLoader/include/llapi/mc/SkullBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SkullBlockActor.hpp b/LiteLoader/include/llapi/mc/SkullBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/SkullBlockActor.hpp rename to LiteLoader/include/llapi/mc/SkullBlockActor.hpp index f85c9eb..429fe62 100644 --- a/LiteLoader/Header/MC/SkullBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/SkullBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SkullItem.hpp b/LiteLoader/include/llapi/mc/SkullItem.hpp similarity index 98% rename from LiteLoader/Header/MC/SkullItem.hpp rename to LiteLoader/include/llapi/mc/SkullItem.hpp index 2cd5376..e12d3ea 100644 --- a/LiteLoader/Header/MC/SkullItem.hpp +++ b/LiteLoader/include/llapi/mc/SkullItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlabBlock.hpp b/LiteLoader/include/llapi/mc/SlabBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SlabBlock.hpp rename to LiteLoader/include/llapi/mc/SlabBlock.hpp index 2bb7f45..c28741d 100644 --- a/LiteLoader/Header/MC/SlabBlock.hpp +++ b/LiteLoader/include/llapi/mc/SlabBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlabBlockItem.hpp b/LiteLoader/include/llapi/mc/SlabBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SlabBlockItem.hpp rename to LiteLoader/include/llapi/mc/SlabBlockItem.hpp index d331bed..c210d68 100644 --- a/LiteLoader/Header/MC/SlabBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/SlabBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SleepGoal.hpp b/LiteLoader/include/llapi/mc/SleepGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SleepGoal.hpp rename to LiteLoader/include/llapi/mc/SleepGoal.hpp index b5ea90a..72336af 100644 --- a/LiteLoader/Header/MC/SleepGoal.hpp +++ b/LiteLoader/include/llapi/mc/SleepGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveToPOIGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SleepState.hpp b/LiteLoader/include/llapi/mc/SleepState.hpp similarity index 94% rename from LiteLoader/Header/MC/SleepState.hpp rename to LiteLoader/include/llapi/mc/SleepState.hpp index 591e442..16bae30 100644 --- a/LiteLoader/Header/MC/SleepState.hpp +++ b/LiteLoader/include/llapi/mc/SleepState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Slime.hpp b/LiteLoader/include/llapi/mc/Slime.hpp similarity index 98% rename from LiteLoader/Header/MC/Slime.hpp rename to LiteLoader/include/llapi/mc/Slime.hpp index 5144227..cb4e40f 100644 --- a/LiteLoader/Header/MC/Slime.hpp +++ b/LiteLoader/include/llapi/mc/Slime.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/SlimeAttackDefinition.hpp b/LiteLoader/include/llapi/mc/SlimeAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/SlimeAttackDefinition.hpp index b4ea860..e94ac3c 100644 --- a/LiteLoader/Header/MC/SlimeAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SlimeAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeAttackGoal.hpp b/LiteLoader/include/llapi/mc/SlimeAttackGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeAttackGoal.hpp rename to LiteLoader/include/llapi/mc/SlimeAttackGoal.hpp index 6d1c25a..1d5c1b5 100644 --- a/LiteLoader/Header/MC/SlimeAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/SlimeAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeBlock.hpp b/LiteLoader/include/llapi/mc/SlimeBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SlimeBlock.hpp rename to LiteLoader/include/llapi/mc/SlimeBlock.hpp index 3a4326a..ea8ee8b 100644 --- a/LiteLoader/Header/MC/SlimeBlock.hpp +++ b/LiteLoader/include/llapi/mc/SlimeBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeFloatDefinition.hpp b/LiteLoader/include/llapi/mc/SlimeFloatDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeFloatDefinition.hpp rename to LiteLoader/include/llapi/mc/SlimeFloatDefinition.hpp index 803ba34..8d90827 100644 --- a/LiteLoader/Header/MC/SlimeFloatDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SlimeFloatDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeFloatGoal.hpp b/LiteLoader/include/llapi/mc/SlimeFloatGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeFloatGoal.hpp rename to LiteLoader/include/llapi/mc/SlimeFloatGoal.hpp index 226e9c8..b1390fe 100644 --- a/LiteLoader/Header/MC/SlimeFloatGoal.hpp +++ b/LiteLoader/include/llapi/mc/SlimeFloatGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeKeepOnJumpingDefinition.hpp b/LiteLoader/include/llapi/mc/SlimeKeepOnJumpingDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeKeepOnJumpingDefinition.hpp rename to LiteLoader/include/llapi/mc/SlimeKeepOnJumpingDefinition.hpp index b2a7e79..49458de 100644 --- a/LiteLoader/Header/MC/SlimeKeepOnJumpingDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SlimeKeepOnJumpingDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeKeepOnJumpingGoal.hpp b/LiteLoader/include/llapi/mc/SlimeKeepOnJumpingGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SlimeKeepOnJumpingGoal.hpp rename to LiteLoader/include/llapi/mc/SlimeKeepOnJumpingGoal.hpp index a8b5a54..bac32f5 100644 --- a/LiteLoader/Header/MC/SlimeKeepOnJumpingGoal.hpp +++ b/LiteLoader/include/llapi/mc/SlimeKeepOnJumpingGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeMoveControl.hpp b/LiteLoader/include/llapi/mc/SlimeMoveControl.hpp similarity index 94% rename from LiteLoader/Header/MC/SlimeMoveControl.hpp rename to LiteLoader/include/llapi/mc/SlimeMoveControl.hpp index 29554cd..eac7ee3 100644 --- a/LiteLoader/Header/MC/SlimeMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/SlimeMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeMoveControlDescription.hpp b/LiteLoader/include/llapi/mc/SlimeMoveControlDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeMoveControlDescription.hpp rename to LiteLoader/include/llapi/mc/SlimeMoveControlDescription.hpp index c7b5487..b5fb3fb 100644 --- a/LiteLoader/Header/MC/SlimeMoveControlDescription.hpp +++ b/LiteLoader/include/llapi/mc/SlimeMoveControlDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeRandomDirectionDefinition.hpp b/LiteLoader/include/llapi/mc/SlimeRandomDirectionDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SlimeRandomDirectionDefinition.hpp rename to LiteLoader/include/llapi/mc/SlimeRandomDirectionDefinition.hpp index 2725c28..9d59236 100644 --- a/LiteLoader/Header/MC/SlimeRandomDirectionDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SlimeRandomDirectionDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlimeRandomDirectionGoal.hpp b/LiteLoader/include/llapi/mc/SlimeRandomDirectionGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SlimeRandomDirectionGoal.hpp rename to LiteLoader/include/llapi/mc/SlimeRandomDirectionGoal.hpp index 0bb52ed..0381cb8 100644 --- a/LiteLoader/Header/MC/SlimeRandomDirectionGoal.hpp +++ b/LiteLoader/include/llapi/mc/SlimeRandomDirectionGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlotData.hpp b/LiteLoader/include/llapi/mc/SlotData.hpp similarity index 93% rename from LiteLoader/Header/MC/SlotData.hpp rename to LiteLoader/include/llapi/mc/SlotData.hpp index b8516c6..bb1a4a6 100644 --- a/LiteLoader/Header/MC/SlotData.hpp +++ b/LiteLoader/include/llapi/mc/SlotData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SlotDescriptor.hpp b/LiteLoader/include/llapi/mc/SlotDescriptor.hpp similarity index 94% rename from LiteLoader/Header/MC/SlotDescriptor.hpp rename to LiteLoader/include/llapi/mc/SlotDescriptor.hpp index 890a05a..eb23920 100644 --- a/LiteLoader/Header/MC/SlotDescriptor.hpp +++ b/LiteLoader/include/llapi/mc/SlotDescriptor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmallFireball.hpp b/LiteLoader/include/llapi/mc/SmallFireball.hpp similarity index 97% rename from LiteLoader/Header/MC/SmallFireball.hpp rename to LiteLoader/include/llapi/mc/SmallFireball.hpp index 553f728..b54ff02 100644 --- a/LiteLoader/Header/MC/SmallFireball.hpp +++ b/LiteLoader/include/llapi/mc/SmallFireball.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fireball.hpp" diff --git a/LiteLoader/Header/MC/SmeltItemFunction.hpp b/LiteLoader/include/llapi/mc/SmeltItemFunction.hpp similarity index 95% rename from LiteLoader/Header/MC/SmeltItemFunction.hpp rename to LiteLoader/include/llapi/mc/SmeltItemFunction.hpp index ecf4512..cc3e36d 100644 --- a/LiteLoader/Header/MC/SmeltItemFunction.hpp +++ b/LiteLoader/include/llapi/mc/SmeltItemFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmithingTableBlock.hpp b/LiteLoader/include/llapi/mc/SmithingTableBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SmithingTableBlock.hpp rename to LiteLoader/include/llapi/mc/SmithingTableBlock.hpp index 2ed2cd2..c9061d6 100644 --- a/LiteLoader/Header/MC/SmithingTableBlock.hpp +++ b/LiteLoader/include/llapi/mc/SmithingTableBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmithingTableContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/SmithingTableContainerManagerModel.hpp similarity index 97% rename from LiteLoader/Header/MC/SmithingTableContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/SmithingTableContainerManagerModel.hpp index 61865f9..8f61289 100644 --- a/LiteLoader/Header/MC/SmithingTableContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/SmithingTableContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmokerBlock.hpp b/LiteLoader/include/llapi/mc/SmokerBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/SmokerBlock.hpp rename to LiteLoader/include/llapi/mc/SmokerBlock.hpp index 1cd8d94..2d7c730 100644 --- a/LiteLoader/Header/MC/SmokerBlock.hpp +++ b/LiteLoader/include/llapi/mc/SmokerBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FurnaceBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmokerBlockActor.hpp b/LiteLoader/include/llapi/mc/SmokerBlockActor.hpp similarity index 93% rename from LiteLoader/Header/MC/SmokerBlockActor.hpp rename to LiteLoader/include/llapi/mc/SmokerBlockActor.hpp index f24d45b..e796a25 100644 --- a/LiteLoader/Header/MC/SmokerBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/SmokerBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmokerContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/SmokerContainerManagerModel.hpp similarity index 95% rename from LiteLoader/Header/MC/SmokerContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/SmokerContainerManagerModel.hpp index c5ec10a..9392f62 100644 --- a/LiteLoader/Header/MC/SmokerContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/SmokerContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FurnaceContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SmoothStoneSelector.hpp b/LiteLoader/include/llapi/mc/SmoothStoneSelector.hpp similarity index 94% rename from LiteLoader/Header/MC/SmoothStoneSelector.hpp rename to LiteLoader/include/llapi/mc/SmoothStoneSelector.hpp index 7de42ea..188313b 100644 --- a/LiteLoader/Header/MC/SmoothStoneSelector.hpp +++ b/LiteLoader/include/llapi/mc/SmoothStoneSelector.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SnackGoal.hpp b/LiteLoader/include/llapi/mc/SnackGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SnackGoal.hpp rename to LiteLoader/include/llapi/mc/SnackGoal.hpp index c0dfd4a..f296786 100644 --- a/LiteLoader/Header/MC/SnackGoal.hpp +++ b/LiteLoader/include/llapi/mc/SnackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SnapshotEnv.hpp b/LiteLoader/include/llapi/mc/SnapshotEnv.hpp similarity index 97% rename from LiteLoader/Header/MC/SnapshotEnv.hpp rename to LiteLoader/include/llapi/mc/SnapshotEnv.hpp index 147fe49..e77064c 100644 --- a/LiteLoader/Header/MC/SnapshotEnv.hpp +++ b/LiteLoader/include/llapi/mc/SnapshotEnv.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "TransactionalWorldBlockTarget.hpp" diff --git a/LiteLoader/Header/MC/SnapshotFilenameAndLength.hpp b/LiteLoader/include/llapi/mc/SnapshotFilenameAndLength.hpp similarity index 94% rename from LiteLoader/Header/MC/SnapshotFilenameAndLength.hpp rename to LiteLoader/include/llapi/mc/SnapshotFilenameAndLength.hpp index 1f265b4..1a6ed20 100644 --- a/LiteLoader/Header/MC/SnapshotFilenameAndLength.hpp +++ b/LiteLoader/include/llapi/mc/SnapshotFilenameAndLength.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SnapshotWritableFile.hpp b/LiteLoader/include/llapi/mc/SnapshotWritableFile.hpp similarity index 95% rename from LiteLoader/Header/MC/SnapshotWritableFile.hpp rename to LiteLoader/include/llapi/mc/SnapshotWritableFile.hpp index f019125..0b99800 100644 --- a/LiteLoader/Header/MC/SnapshotWritableFile.hpp +++ b/LiteLoader/include/llapi/mc/SnapshotWritableFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SneezeGoal.hpp b/LiteLoader/include/llapi/mc/SneezeGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SneezeGoal.hpp rename to LiteLoader/include/llapi/mc/SneezeGoal.hpp index c3cbc36..b2724cd 100644 --- a/LiteLoader/Header/MC/SneezeGoal.hpp +++ b/LiteLoader/include/llapi/mc/SneezeGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SnowBlock.hpp b/LiteLoader/include/llapi/mc/SnowBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SnowBlock.hpp rename to LiteLoader/include/llapi/mc/SnowBlock.hpp index 169e429..d4b89ee 100644 --- a/LiteLoader/Header/MC/SnowBlock.hpp +++ b/LiteLoader/include/llapi/mc/SnowBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Snowball.hpp b/LiteLoader/include/llapi/mc/Snowball.hpp similarity index 97% rename from LiteLoader/Header/MC/Snowball.hpp rename to LiteLoader/include/llapi/mc/Snowball.hpp index d5f9a36..1da2e35 100644 --- a/LiteLoader/Header/MC/Snowball.hpp +++ b/LiteLoader/include/llapi/mc/Snowball.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/SnowballItem.hpp b/LiteLoader/include/llapi/mc/SnowballItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SnowballItem.hpp rename to LiteLoader/include/llapi/mc/SnowballItem.hpp index 16a581a..0f50cf0 100644 --- a/LiteLoader/Header/MC/SnowballItem.hpp +++ b/LiteLoader/include/llapi/mc/SnowballItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Social.hpp b/LiteLoader/include/llapi/mc/Social.hpp similarity index 97% rename from LiteLoader/Header/MC/Social.hpp rename to LiteLoader/include/llapi/mc/Social.hpp index d8e8270..9a00c52 100644 --- a/LiteLoader/Header/MC/Social.hpp +++ b/LiteLoader/include/llapi/mc/Social.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SortItemInstanceIdAux.hpp b/LiteLoader/include/llapi/mc/SortItemInstanceIdAux.hpp similarity index 94% rename from LiteLoader/Header/MC/SortItemInstanceIdAux.hpp rename to LiteLoader/include/llapi/mc/SortItemInstanceIdAux.hpp index a245cfc..a05672d 100644 --- a/LiteLoader/Header/MC/SortItemInstanceIdAux.hpp +++ b/LiteLoader/include/llapi/mc/SortItemInstanceIdAux.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SoulSandBlock.hpp b/LiteLoader/include/llapi/mc/SoulSandBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SoulSandBlock.hpp rename to LiteLoader/include/llapi/mc/SoulSandBlock.hpp index 62eb81d..8fc7c6b 100644 --- a/LiteLoader/Header/MC/SoulSandBlock.hpp +++ b/LiteLoader/include/llapi/mc/SoulSandBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SoulSpeedEnchant.hpp b/LiteLoader/include/llapi/mc/SoulSpeedEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/SoulSpeedEnchant.hpp rename to LiteLoader/include/llapi/mc/SoulSpeedEnchant.hpp index f3667cc..9f9c493 100644 --- a/LiteLoader/Header/MC/SoulSpeedEnchant.hpp +++ b/LiteLoader/include/llapi/mc/SoulSpeedEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SoulTorchBlock.hpp b/LiteLoader/include/llapi/mc/SoulTorchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SoulTorchBlock.hpp rename to LiteLoader/include/llapi/mc/SoulTorchBlock.hpp index c0d7ae0..4e6ca3b 100644 --- a/LiteLoader/Header/MC/SoulTorchBlock.hpp +++ b/LiteLoader/include/llapi/mc/SoulTorchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TorchBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SoundPlayerInterface.hpp b/LiteLoader/include/llapi/mc/SoundPlayerInterface.hpp similarity index 93% rename from LiteLoader/Header/MC/SoundPlayerInterface.hpp rename to LiteLoader/include/llapi/mc/SoundPlayerInterface.hpp index 4f0e9cd..02f851b 100644 --- a/LiteLoader/Header/MC/SoundPlayerInterface.hpp +++ b/LiteLoader/include/llapi/mc/SoundPlayerInterface.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SoundVolumeDescription.hpp b/LiteLoader/include/llapi/mc/SoundVolumeDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/SoundVolumeDescription.hpp rename to LiteLoader/include/llapi/mc/SoundVolumeDescription.hpp index f78e58c..1af7d69 100644 --- a/LiteLoader/Header/MC/SoundVolumeDescription.hpp +++ b/LiteLoader/include/llapi/mc/SoundVolumeDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SparklerItem.hpp b/LiteLoader/include/llapi/mc/SparklerItem.hpp similarity index 99% rename from LiteLoader/Header/MC/SparklerItem.hpp rename to LiteLoader/include/llapi/mc/SparklerItem.hpp index 59a43ba..05c6b8e 100644 --- a/LiteLoader/Header/MC/SparklerItem.hpp +++ b/LiteLoader/include/llapi/mc/SparklerItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChemistryStickItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SparseContainer.hpp b/LiteLoader/include/llapi/mc/SparseContainer.hpp similarity index 98% rename from LiteLoader/Header/MC/SparseContainer.hpp rename to LiteLoader/include/llapi/mc/SparseContainer.hpp index eb692d5..522f2ed 100644 --- a/LiteLoader/Header/MC/SparseContainer.hpp +++ b/LiteLoader/include/llapi/mc/SparseContainer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpatialActorNetworkData.hpp b/LiteLoader/include/llapi/mc/SpatialActorNetworkData.hpp similarity index 95% rename from LiteLoader/Header/MC/SpatialActorNetworkData.hpp rename to LiteLoader/include/llapi/mc/SpatialActorNetworkData.hpp index a4f9118..fc19116 100644 --- a/LiteLoader/Header/MC/SpatialActorNetworkData.hpp +++ b/LiteLoader/include/llapi/mc/SpatialActorNetworkData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnActorComponent.hpp b/LiteLoader/include/llapi/mc/SpawnActorComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/SpawnActorComponent.hpp rename to LiteLoader/include/llapi/mc/SpawnActorComponent.hpp index 9343305..9d624fc 100644 --- a/LiteLoader/Header/MC/SpawnActorComponent.hpp +++ b/LiteLoader/include/llapi/mc/SpawnActorComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnActorDefinition.hpp b/LiteLoader/include/llapi/mc/SpawnActorDefinition.hpp similarity index 96% rename from LiteLoader/Header/MC/SpawnActorDefinition.hpp rename to LiteLoader/include/llapi/mc/SpawnActorDefinition.hpp index b0c98da..bf8e863 100644 --- a/LiteLoader/Header/MC/SpawnActorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SpawnActorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "JsonUtil.hpp" diff --git a/LiteLoader/Header/MC/SpawnActorEntry.hpp b/LiteLoader/include/llapi/mc/SpawnActorEntry.hpp similarity index 93% rename from LiteLoader/Header/MC/SpawnActorEntry.hpp rename to LiteLoader/include/llapi/mc/SpawnActorEntry.hpp index a81b9a2..a3275db 100644 --- a/LiteLoader/Header/MC/SpawnActorEntry.hpp +++ b/LiteLoader/include/llapi/mc/SpawnActorEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnActorParameters.hpp b/LiteLoader/include/llapi/mc/SpawnActorParameters.hpp similarity index 96% rename from LiteLoader/Header/MC/SpawnActorParameters.hpp rename to LiteLoader/include/llapi/mc/SpawnActorParameters.hpp index a3ea603..167c70a 100644 --- a/LiteLoader/Header/MC/SpawnActorParameters.hpp +++ b/LiteLoader/include/llapi/mc/SpawnActorParameters.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnActorSystem.hpp b/LiteLoader/include/llapi/mc/SpawnActorSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/SpawnActorSystem.hpp rename to LiteLoader/include/llapi/mc/SpawnActorSystem.hpp index cb320c1..b550465 100644 --- a/LiteLoader/Header/MC/SpawnActorSystem.hpp +++ b/LiteLoader/include/llapi/mc/SpawnActorSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnAoECloudSubcomponent.hpp b/LiteLoader/include/llapi/mc/SpawnAoECloudSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/SpawnAoECloudSubcomponent.hpp rename to LiteLoader/include/llapi/mc/SpawnAoECloudSubcomponent.hpp index 653027c..84ba8a2 100644 --- a/LiteLoader/Header/MC/SpawnAoECloudSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/SpawnAoECloudSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnChanceSubcomponent.hpp b/LiteLoader/include/llapi/mc/SpawnChanceSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/SpawnChanceSubcomponent.hpp rename to LiteLoader/include/llapi/mc/SpawnChanceSubcomponent.hpp index 32c43f1..f7ee8d7 100644 --- a/LiteLoader/Header/MC/SpawnChanceSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/SpawnChanceSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnData.hpp b/LiteLoader/include/llapi/mc/SpawnData.hpp similarity index 93% rename from LiteLoader/Header/MC/SpawnData.hpp rename to LiteLoader/include/llapi/mc/SpawnData.hpp index dad8dc5..67085e9 100644 --- a/LiteLoader/Header/MC/SpawnData.hpp +++ b/LiteLoader/include/llapi/mc/SpawnData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnExperienceOrbPacket.hpp b/LiteLoader/include/llapi/mc/SpawnExperienceOrbPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SpawnExperienceOrbPacket.hpp rename to LiteLoader/include/llapi/mc/SpawnExperienceOrbPacket.hpp index 9432bae..0262745 100644 --- a/LiteLoader/Header/MC/SpawnExperienceOrbPacket.hpp +++ b/LiteLoader/include/llapi/mc/SpawnExperienceOrbPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnFinder.hpp b/LiteLoader/include/llapi/mc/SpawnFinder.hpp similarity index 95% rename from LiteLoader/Header/MC/SpawnFinder.hpp rename to LiteLoader/include/llapi/mc/SpawnFinder.hpp index 460f695..196cffb 100644 --- a/LiteLoader/Header/MC/SpawnFinder.hpp +++ b/LiteLoader/include/llapi/mc/SpawnFinder.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnGroupRegistry.hpp b/LiteLoader/include/llapi/mc/SpawnGroupRegistry.hpp similarity index 96% rename from LiteLoader/Header/MC/SpawnGroupRegistry.hpp rename to LiteLoader/include/llapi/mc/SpawnGroupRegistry.hpp index 2cc9b76..7594cda 100644 --- a/LiteLoader/Header/MC/SpawnGroupRegistry.hpp +++ b/LiteLoader/include/llapi/mc/SpawnGroupRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnParticleEffectPacket.hpp b/LiteLoader/include/llapi/mc/SpawnParticleEffectPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SpawnParticleEffectPacket.hpp rename to LiteLoader/include/llapi/mc/SpawnParticleEffectPacket.hpp index 7cb9795..e5b618b 100644 --- a/LiteLoader/Header/MC/SpawnParticleEffectPacket.hpp +++ b/LiteLoader/include/llapi/mc/SpawnParticleEffectPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnPointCommand.hpp b/LiteLoader/include/llapi/mc/SpawnPointCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SpawnPointCommand.hpp rename to LiteLoader/include/llapi/mc/SpawnPointCommand.hpp index 4fbe48c..6dfd5e5 100644 --- a/LiteLoader/Header/MC/SpawnPointCommand.hpp +++ b/LiteLoader/include/llapi/mc/SpawnPointCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpawnSettings.hpp b/LiteLoader/include/llapi/mc/SpawnSettings.hpp similarity index 94% rename from LiteLoader/Header/MC/SpawnSettings.hpp rename to LiteLoader/include/llapi/mc/SpawnSettings.hpp index 97e431d..9eeafee 100644 --- a/LiteLoader/Header/MC/SpawnSettings.hpp +++ b/LiteLoader/include/llapi/mc/SpawnSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Spawner.hpp b/LiteLoader/include/llapi/mc/Spawner.hpp similarity index 99% rename from LiteLoader/Header/MC/Spawner.hpp rename to LiteLoader/include/llapi/mc/Spawner.hpp index 450ba4c..9e43273 100644 --- a/LiteLoader/Header/MC/Spawner.hpp +++ b/LiteLoader/include/llapi/mc/Spawner.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LevelChunk.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpecificEnchantFunction.hpp b/LiteLoader/include/llapi/mc/SpecificEnchantFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/SpecificEnchantFunction.hpp rename to LiteLoader/include/llapi/mc/SpecificEnchantFunction.hpp index 29123be..fa2c189 100644 --- a/LiteLoader/Header/MC/SpecificEnchantFunction.hpp +++ b/LiteLoader/include/llapi/mc/SpecificEnchantFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "LootItemFunction.hpp" diff --git a/LiteLoader/Header/MC/Spider.hpp b/LiteLoader/include/llapi/mc/Spider.hpp similarity index 98% rename from LiteLoader/Header/MC/Spider.hpp rename to LiteLoader/include/llapi/mc/Spider.hpp index a938d09..663cf24 100644 --- a/LiteLoader/Header/MC/Spider.hpp +++ b/LiteLoader/include/llapi/mc/Spider.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/SpikeFeature.hpp b/LiteLoader/include/llapi/mc/SpikeFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/SpikeFeature.hpp rename to LiteLoader/include/llapi/mc/SpikeFeature.hpp index 6a42267..03fcf3d 100644 --- a/LiteLoader/Header/MC/SpikeFeature.hpp +++ b/LiteLoader/include/llapi/mc/SpikeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpinLock.hpp b/LiteLoader/include/llapi/mc/SpinLock.hpp similarity index 94% rename from LiteLoader/Header/MC/SpinLock.hpp rename to LiteLoader/include/llapi/mc/SpinLock.hpp index bf8e67f..76da4dd 100644 --- a/LiteLoader/Header/MC/SpinLock.hpp +++ b/LiteLoader/include/llapi/mc/SpinLock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SplashPotionEffectSubcomponent.hpp b/LiteLoader/include/llapi/mc/SplashPotionEffectSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/SplashPotionEffectSubcomponent.hpp rename to LiteLoader/include/llapi/mc/SplashPotionEffectSubcomponent.hpp index 227b4e1..813b366 100644 --- a/LiteLoader/Header/MC/SplashPotionEffectSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/SplashPotionEffectSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SplashPotionItem.hpp b/LiteLoader/include/llapi/mc/SplashPotionItem.hpp similarity index 98% rename from LiteLoader/Header/MC/SplashPotionItem.hpp rename to LiteLoader/include/llapi/mc/SplashPotionItem.hpp index eb8f90b..142cd97 100644 --- a/LiteLoader/Header/MC/SplashPotionItem.hpp +++ b/LiteLoader/include/llapi/mc/SplashPotionItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Potion.hpp" #include "PotionItem.hpp" diff --git a/LiteLoader/Header/MC/SpongeBlock.hpp b/LiteLoader/include/llapi/mc/SpongeBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/SpongeBlock.hpp rename to LiteLoader/include/llapi/mc/SpongeBlock.hpp index bc01de4..6ccc8b1 100644 --- a/LiteLoader/Header/MC/SpongeBlock.hpp +++ b/LiteLoader/include/llapi/mc/SpongeBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpreadPlayersCommand.hpp b/LiteLoader/include/llapi/mc/SpreadPlayersCommand.hpp similarity index 97% rename from LiteLoader/Header/MC/SpreadPlayersCommand.hpp rename to LiteLoader/include/llapi/mc/SpreadPlayersCommand.hpp index f90eac1..e563c7f 100644 --- a/LiteLoader/Header/MC/SpreadPlayersCommand.hpp +++ b/LiteLoader/include/llapi/mc/SpreadPlayersCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpringFeature.hpp b/LiteLoader/include/llapi/mc/SpringFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/SpringFeature.hpp rename to LiteLoader/include/llapi/mc/SpringFeature.hpp index fda8e58..f05070e 100644 --- a/LiteLoader/Header/MC/SpringFeature.hpp +++ b/LiteLoader/include/llapi/mc/SpringFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SpruceTreeCanopy.hpp b/LiteLoader/include/llapi/mc/SpruceTreeCanopy.hpp similarity index 95% rename from LiteLoader/Header/MC/SpruceTreeCanopy.hpp rename to LiteLoader/include/llapi/mc/SpruceTreeCanopy.hpp index 2d5ccb1..91a9998 100644 --- a/LiteLoader/Header/MC/SpruceTreeCanopy.hpp +++ b/LiteLoader/include/llapi/mc/SpruceTreeCanopy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TreeHelper.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Squid.hpp b/LiteLoader/include/llapi/mc/Squid.hpp similarity index 98% rename from LiteLoader/Header/MC/Squid.hpp rename to LiteLoader/include/llapi/mc/Squid.hpp index 9a25302..f8d6a9e 100644 --- a/LiteLoader/Header/MC/Squid.hpp +++ b/LiteLoader/include/llapi/mc/Squid.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/SquidDiveGoal.hpp b/LiteLoader/include/llapi/mc/SquidDiveGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SquidDiveGoal.hpp rename to LiteLoader/include/llapi/mc/SquidDiveGoal.hpp index 8605106..095387a 100644 --- a/LiteLoader/Header/MC/SquidDiveGoal.hpp +++ b/LiteLoader/include/llapi/mc/SquidDiveGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SquidFleeGoal.hpp b/LiteLoader/include/llapi/mc/SquidFleeGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SquidFleeGoal.hpp rename to LiteLoader/include/llapi/mc/SquidFleeGoal.hpp index 733eb58..ab3afce 100644 --- a/LiteLoader/Header/MC/SquidFleeGoal.hpp +++ b/LiteLoader/include/llapi/mc/SquidFleeGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SquidIdleGoal.hpp b/LiteLoader/include/llapi/mc/SquidIdleGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SquidIdleGoal.hpp rename to LiteLoader/include/llapi/mc/SquidIdleGoal.hpp index 3f15220..0b23e73 100644 --- a/LiteLoader/Header/MC/SquidIdleGoal.hpp +++ b/LiteLoader/include/llapi/mc/SquidIdleGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SquidMoveAwayFromGroundGoal.hpp b/LiteLoader/include/llapi/mc/SquidMoveAwayFromGroundGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SquidMoveAwayFromGroundGoal.hpp rename to LiteLoader/include/llapi/mc/SquidMoveAwayFromGroundGoal.hpp index 3b60772..9c90605 100644 --- a/LiteLoader/Header/MC/SquidMoveAwayFromGroundGoal.hpp +++ b/LiteLoader/include/llapi/mc/SquidMoveAwayFromGroundGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SquidOutOfWaterGoal.hpp b/LiteLoader/include/llapi/mc/SquidOutOfWaterGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SquidOutOfWaterGoal.hpp rename to LiteLoader/include/llapi/mc/SquidOutOfWaterGoal.hpp index 25a6274..0fcbc3c 100644 --- a/LiteLoader/Header/MC/SquidOutOfWaterGoal.hpp +++ b/LiteLoader/include/llapi/mc/SquidOutOfWaterGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StackResultStorageFeature.hpp b/LiteLoader/include/llapi/mc/StackResultStorageFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/StackResultStorageFeature.hpp rename to LiteLoader/include/llapi/mc/StackResultStorageFeature.hpp index 2097b3f..24a1602 100644 --- a/LiteLoader/Header/MC/StackResultStorageFeature.hpp +++ b/LiteLoader/include/llapi/mc/StackResultStorageFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StainedGlassBlock.hpp b/LiteLoader/include/llapi/mc/StainedGlassBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StainedGlassBlock.hpp rename to LiteLoader/include/llapi/mc/StainedGlassBlock.hpp index 730346f..347c63c 100644 --- a/LiteLoader/Header/MC/StainedGlassBlock.hpp +++ b/LiteLoader/include/llapi/mc/StainedGlassBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StainedGlassPaneBlock.hpp b/LiteLoader/include/llapi/mc/StainedGlassPaneBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StainedGlassPaneBlock.hpp rename to LiteLoader/include/llapi/mc/StainedGlassPaneBlock.hpp index 6bb2f33..9eb9877 100644 --- a/LiteLoader/Header/MC/StainedGlassPaneBlock.hpp +++ b/LiteLoader/include/llapi/mc/StainedGlassPaneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ThinFenceBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StairBlock.hpp b/LiteLoader/include/llapi/mc/StairBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/StairBlock.hpp rename to LiteLoader/include/llapi/mc/StairBlock.hpp index 3de95c1..ff725ed 100644 --- a/LiteLoader/Header/MC/StairBlock.hpp +++ b/LiteLoader/include/llapi/mc/StairBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StalkAndPounceOnTargetGoal.hpp b/LiteLoader/include/llapi/mc/StalkAndPounceOnTargetGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/StalkAndPounceOnTargetGoal.hpp rename to LiteLoader/include/llapi/mc/StalkAndPounceOnTargetGoal.hpp index aabbdb7..219ba4e 100644 --- a/LiteLoader/Header/MC/StalkAndPounceOnTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/StalkAndPounceOnTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StartGamePacket.hpp b/LiteLoader/include/llapi/mc/StartGamePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/StartGamePacket.hpp rename to LiteLoader/include/llapi/mc/StartGamePacket.hpp index 0981301..cfaeb21 100644 --- a/LiteLoader/Header/MC/StartGamePacket.hpp +++ b/LiteLoader/include/llapi/mc/StartGamePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StartScreenCapabilities.hpp b/LiteLoader/include/llapi/mc/StartScreenCapabilities.hpp similarity index 95% rename from LiteLoader/Header/MC/StartScreenCapabilities.hpp rename to LiteLoader/include/llapi/mc/StartScreenCapabilities.hpp index b4560b7..7bb3c99 100644 --- a/LiteLoader/Header/MC/StartScreenCapabilities.hpp +++ b/LiteLoader/include/llapi/mc/StartScreenCapabilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StateSerializationUtils.hpp b/LiteLoader/include/llapi/mc/StateSerializationUtils.hpp similarity index 89% rename from LiteLoader/Header/MC/StateSerializationUtils.hpp rename to LiteLoader/include/llapi/mc/StateSerializationUtils.hpp index b8348f2..24ade7a 100644 --- a/LiteLoader/Header/MC/StateSerializationUtils.hpp +++ b/LiteLoader/include/llapi/mc/StateSerializationUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StemBlock.hpp b/LiteLoader/include/llapi/mc/StemBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StemBlock.hpp rename to LiteLoader/include/llapi/mc/StemBlock.hpp index c39d470..ad67b84 100644 --- a/LiteLoader/Header/MC/StemBlock.hpp +++ b/LiteLoader/include/llapi/mc/StemBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StickInGroundSubcomponent.hpp b/LiteLoader/include/llapi/mc/StickInGroundSubcomponent.hpp similarity index 95% rename from LiteLoader/Header/MC/StickInGroundSubcomponent.hpp rename to LiteLoader/include/llapi/mc/StickInGroundSubcomponent.hpp index 44b3e09..ad85333 100644 --- a/LiteLoader/Header/MC/StickInGroundSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/StickInGroundSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StompAttackDefinition.hpp b/LiteLoader/include/llapi/mc/StompAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/StompAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/StompAttackDefinition.hpp index 53f8562..be3fdd6 100644 --- a/LiteLoader/Header/MC/StompAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/StompAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StompAttackGoal.hpp b/LiteLoader/include/llapi/mc/StompAttackGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/StompAttackGoal.hpp rename to LiteLoader/include/llapi/mc/StompAttackGoal.hpp index 509dc49..c6c8572 100644 --- a/LiteLoader/Header/MC/StompAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/StompAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MeleeAttackGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StompBlockGoal.hpp b/LiteLoader/include/llapi/mc/StompBlockGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/StompBlockGoal.hpp rename to LiteLoader/include/llapi/mc/StompBlockGoal.hpp index c99e12e..cb68dbf 100644 --- a/LiteLoader/Header/MC/StompBlockGoal.hpp +++ b/LiteLoader/include/llapi/mc/StompBlockGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StompEggGoal.hpp b/LiteLoader/include/llapi/mc/StompEggGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/StompEggGoal.hpp rename to LiteLoader/include/llapi/mc/StompEggGoal.hpp index ae61cca..592c730 100644 --- a/LiteLoader/Header/MC/StompEggGoal.hpp +++ b/LiteLoader/include/llapi/mc/StompEggGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseMoveToGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneBlock.hpp b/LiteLoader/include/llapi/mc/StoneBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneBlock.hpp rename to LiteLoader/include/llapi/mc/StoneBlock.hpp index bc96b41..b0e938d 100644 --- a/LiteLoader/Header/MC/StoneBlock.hpp +++ b/LiteLoader/include/llapi/mc/StoneBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneBrickBlock.hpp b/LiteLoader/include/llapi/mc/StoneBrickBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneBrickBlock.hpp rename to LiteLoader/include/llapi/mc/StoneBrickBlock.hpp index e171a16..39cbf41 100644 --- a/LiteLoader/Header/MC/StoneBrickBlock.hpp +++ b/LiteLoader/include/llapi/mc/StoneBrickBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneButtonBlock.hpp b/LiteLoader/include/llapi/mc/StoneButtonBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneButtonBlock.hpp rename to LiteLoader/include/llapi/mc/StoneButtonBlock.hpp index d954c70..4238089 100644 --- a/LiteLoader/Header/MC/StoneButtonBlock.hpp +++ b/LiteLoader/include/llapi/mc/StoneButtonBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ButtonBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneSlabBlock.hpp b/LiteLoader/include/llapi/mc/StoneSlabBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneSlabBlock.hpp rename to LiteLoader/include/llapi/mc/StoneSlabBlock.hpp index 6ecfe3c..119bb32 100644 --- a/LiteLoader/Header/MC/StoneSlabBlock.hpp +++ b/LiteLoader/include/llapi/mc/StoneSlabBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SlabBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneSlabBlock2.hpp b/LiteLoader/include/llapi/mc/StoneSlabBlock2.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneSlabBlock2.hpp rename to LiteLoader/include/llapi/mc/StoneSlabBlock2.hpp index 277eebe..ee6a9bb 100644 --- a/LiteLoader/Header/MC/StoneSlabBlock2.hpp +++ b/LiteLoader/include/llapi/mc/StoneSlabBlock2.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SlabBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneSlabBlock3.hpp b/LiteLoader/include/llapi/mc/StoneSlabBlock3.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneSlabBlock3.hpp rename to LiteLoader/include/llapi/mc/StoneSlabBlock3.hpp index 1c32c03..1838c0d 100644 --- a/LiteLoader/Header/MC/StoneSlabBlock3.hpp +++ b/LiteLoader/include/llapi/mc/StoneSlabBlock3.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SlabBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneSlabBlock4.hpp b/LiteLoader/include/llapi/mc/StoneSlabBlock4.hpp similarity index 98% rename from LiteLoader/Header/MC/StoneSlabBlock4.hpp rename to LiteLoader/include/llapi/mc/StoneSlabBlock4.hpp index f1790be..e5543d4 100644 --- a/LiteLoader/Header/MC/StoneSlabBlock4.hpp +++ b/LiteLoader/include/llapi/mc/StoneSlabBlock4.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SlabBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StoneSlabBlockItem.hpp b/LiteLoader/include/llapi/mc/StoneSlabBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/StoneSlabBlockItem.hpp rename to LiteLoader/include/llapi/mc/StoneSlabBlockItem.hpp index 5d42a59..ba6e999 100644 --- a/LiteLoader/Header/MC/StoneSlabBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/StoneSlabBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StonecutterBlock.hpp b/LiteLoader/include/llapi/mc/StonecutterBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StonecutterBlock.hpp rename to LiteLoader/include/llapi/mc/StonecutterBlock.hpp index f025ee5..4251df9 100644 --- a/LiteLoader/Header/MC/StonecutterBlock.hpp +++ b/LiteLoader/include/llapi/mc/StonecutterBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StonecutterContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/StonecutterContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/StonecutterContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/StonecutterContainerManagerModel.hpp index 4d3cc1f..6202e87 100644 --- a/LiteLoader/Header/MC/StonecutterContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/StonecutterContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StopCommand.hpp b/LiteLoader/include/llapi/mc/StopCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/StopCommand.hpp rename to LiteLoader/include/llapi/mc/StopCommand.hpp index 006a8f0..be64605 100644 --- a/LiteLoader/Header/MC/StopCommand.hpp +++ b/LiteLoader/include/llapi/mc/StopCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StopSoundCommand.hpp b/LiteLoader/include/llapi/mc/StopSoundCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/StopSoundCommand.hpp rename to LiteLoader/include/llapi/mc/StopSoundCommand.hpp index 49d659a..2f99d59 100644 --- a/LiteLoader/Header/MC/StopSoundCommand.hpp +++ b/LiteLoader/include/llapi/mc/StopSoundCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StopSoundPacket.hpp b/LiteLoader/include/llapi/mc/StopSoundPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/StopSoundPacket.hpp rename to LiteLoader/include/llapi/mc/StopSoundPacket.hpp index a57652e..308bfdc 100644 --- a/LiteLoader/Header/MC/StopSoundPacket.hpp +++ b/LiteLoader/include/llapi/mc/StopSoundPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Stopwatch.hpp b/LiteLoader/include/llapi/mc/Stopwatch.hpp similarity index 94% rename from LiteLoader/Header/MC/Stopwatch.hpp rename to LiteLoader/include/llapi/mc/Stopwatch.hpp index f250da7..46ce5f1 100644 --- a/LiteLoader/Header/MC/Stopwatch.hpp +++ b/LiteLoader/include/llapi/mc/Stopwatch.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrengthDescription.hpp b/LiteLoader/include/llapi/mc/StrengthDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/StrengthDescription.hpp rename to LiteLoader/include/llapi/mc/StrengthDescription.hpp index 6903413..25a115b 100644 --- a/LiteLoader/Header/MC/StrengthDescription.hpp +++ b/LiteLoader/include/llapi/mc/StrengthDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Strider.hpp b/LiteLoader/include/llapi/mc/Strider.hpp similarity index 97% rename from LiteLoader/Header/MC/Strider.hpp rename to LiteLoader/include/llapi/mc/Strider.hpp index 4aef982..3d8aa3d 100644 --- a/LiteLoader/Header/MC/Strider.hpp +++ b/LiteLoader/include/llapi/mc/Strider.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/StringByteInput.hpp b/LiteLoader/include/llapi/mc/StringByteInput.hpp similarity index 96% rename from LiteLoader/Header/MC/StringByteInput.hpp rename to LiteLoader/include/llapi/mc/StringByteInput.hpp index 833bb04..4565cef 100644 --- a/LiteLoader/Header/MC/StringByteInput.hpp +++ b/LiteLoader/include/llapi/mc/StringByteInput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BytesDataInput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StringByteOutput.hpp b/LiteLoader/include/llapi/mc/StringByteOutput.hpp similarity index 96% rename from LiteLoader/Header/MC/StringByteOutput.hpp rename to LiteLoader/include/llapi/mc/StringByteOutput.hpp index fcc873b..b23f9db 100644 --- a/LiteLoader/Header/MC/StringByteOutput.hpp +++ b/LiteLoader/include/llapi/mc/StringByteOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BytesDataOutput.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StringKey.hpp b/LiteLoader/include/llapi/mc/StringKey.hpp similarity index 93% rename from LiteLoader/Header/MC/StringKey.hpp rename to LiteLoader/include/llapi/mc/StringKey.hpp index 5a53d89..d37570e 100644 --- a/LiteLoader/Header/MC/StringKey.hpp +++ b/LiteLoader/include/llapi/mc/StringKey.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StringTag.hpp b/LiteLoader/include/llapi/mc/StringTag.hpp similarity index 97% rename from LiteLoader/Header/MC/StringTag.hpp rename to LiteLoader/include/llapi/mc/StringTag.hpp index 78c83fa..085df72 100644 --- a/LiteLoader/Header/MC/StringTag.hpp +++ b/LiteLoader/include/llapi/mc/StringTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Tag.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrippedLogBlock.hpp b/LiteLoader/include/llapi/mc/StrippedLogBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/StrippedLogBlock.hpp rename to LiteLoader/include/llapi/mc/StrippedLogBlock.hpp index 679a6fe..80f51f7 100644 --- a/LiteLoader/Header/MC/StrippedLogBlock.hpp +++ b/LiteLoader/include/llapi/mc/StrippedLogBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrollTowardsVillageGoal.hpp b/LiteLoader/include/llapi/mc/StrollTowardsVillageGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/StrollTowardsVillageGoal.hpp rename to LiteLoader/include/llapi/mc/StrollTowardsVillageGoal.hpp index 742b60f..689b159 100644 --- a/LiteLoader/Header/MC/StrollTowardsVillageGoal.hpp +++ b/LiteLoader/include/llapi/mc/StrollTowardsVillageGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveToVillageGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrongholdFeature.hpp b/LiteLoader/include/llapi/mc/StrongholdFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/StrongholdFeature.hpp rename to LiteLoader/include/llapi/mc/StrongholdFeature.hpp index e6e3984..f4779ae 100644 --- a/LiteLoader/Header/MC/StrongholdFeature.hpp +++ b/LiteLoader/include/llapi/mc/StrongholdFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrongholdPiece.hpp b/LiteLoader/include/llapi/mc/StrongholdPiece.hpp similarity index 98% rename from LiteLoader/Header/MC/StrongholdPiece.hpp rename to LiteLoader/include/llapi/mc/StrongholdPiece.hpp index d6a0cdd..8e647b7 100644 --- a/LiteLoader/Header/MC/StrongholdPiece.hpp +++ b/LiteLoader/include/llapi/mc/StrongholdPiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StrongholdStart.hpp b/LiteLoader/include/llapi/mc/StrongholdStart.hpp similarity index 95% rename from LiteLoader/Header/MC/StrongholdStart.hpp rename to LiteLoader/include/llapi/mc/StrongholdStart.hpp index 7c8f914..5b9c876 100644 --- a/LiteLoader/Header/MC/StrongholdStart.hpp +++ b/LiteLoader/include/llapi/mc/StrongholdStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureStart.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureBlock.hpp b/LiteLoader/include/llapi/mc/StructureBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/StructureBlock.hpp rename to LiteLoader/include/llapi/mc/StructureBlock.hpp index d747e29..a7c771d 100644 --- a/LiteLoader/Header/MC/StructureBlock.hpp +++ b/LiteLoader/include/llapi/mc/StructureBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ActorBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureBlockActor.hpp b/LiteLoader/include/llapi/mc/StructureBlockActor.hpp similarity index 97% rename from LiteLoader/Header/MC/StructureBlockActor.hpp rename to LiteLoader/include/llapi/mc/StructureBlockActor.hpp index f944ceb..063b9a8 100644 --- a/LiteLoader/Header/MC/StructureBlockActor.hpp +++ b/LiteLoader/include/llapi/mc/StructureBlockActor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockActor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureBlockPalette.hpp b/LiteLoader/include/llapi/mc/StructureBlockPalette.hpp similarity index 97% rename from LiteLoader/Header/MC/StructureBlockPalette.hpp rename to LiteLoader/include/llapi/mc/StructureBlockPalette.hpp index dd86914..a833308 100644 --- a/LiteLoader/Header/MC/StructureBlockPalette.hpp +++ b/LiteLoader/include/llapi/mc/StructureBlockPalette.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureBlockUpdatePacket.hpp b/LiteLoader/include/llapi/mc/StructureBlockUpdatePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/StructureBlockUpdatePacket.hpp rename to LiteLoader/include/llapi/mc/StructureBlockUpdatePacket.hpp index 1a60019..e1b3506 100644 --- a/LiteLoader/Header/MC/StructureBlockUpdatePacket.hpp +++ b/LiteLoader/include/llapi/mc/StructureBlockUpdatePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureDataLoadHelper.hpp b/LiteLoader/include/llapi/mc/StructureDataLoadHelper.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureDataLoadHelper.hpp rename to LiteLoader/include/llapi/mc/StructureDataLoadHelper.hpp index 6b47e0d..614ff69 100644 --- a/LiteLoader/Header/MC/StructureDataLoadHelper.hpp +++ b/LiteLoader/include/llapi/mc/StructureDataLoadHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Direction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureEditorData.hpp b/LiteLoader/include/llapi/mc/StructureEditorData.hpp similarity index 96% rename from LiteLoader/Header/MC/StructureEditorData.hpp rename to LiteLoader/include/llapi/mc/StructureEditorData.hpp index 30d6075..d9d8d0b 100644 --- a/LiteLoader/Header/MC/StructureEditorData.hpp +++ b/LiteLoader/include/llapi/mc/StructureEditorData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureFeature.hpp b/LiteLoader/include/llapi/mc/StructureFeature.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureFeature.hpp rename to LiteLoader/include/llapi/mc/StructureFeature.hpp index 1049981..7cbd60f 100644 --- a/LiteLoader/Header/MC/StructureFeature.hpp +++ b/LiteLoader/include/llapi/mc/StructureFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureHelpers.hpp b/LiteLoader/include/llapi/mc/StructureHelpers.hpp similarity index 97% rename from LiteLoader/Header/MC/StructureHelpers.hpp rename to LiteLoader/include/llapi/mc/StructureHelpers.hpp index 3ed0ee2..ddb33d5 100644 --- a/LiteLoader/Header/MC/StructureHelpers.hpp +++ b/LiteLoader/include/llapi/mc/StructureHelpers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureIntegrityProcessor.hpp b/LiteLoader/include/llapi/mc/StructureIntegrityProcessor.hpp similarity index 94% rename from LiteLoader/Header/MC/StructureIntegrityProcessor.hpp rename to LiteLoader/include/llapi/mc/StructureIntegrityProcessor.hpp index 2eb8c19..a401cae 100644 --- a/LiteLoader/Header/MC/StructureIntegrityProcessor.hpp +++ b/LiteLoader/include/llapi/mc/StructureIntegrityProcessor.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureManager.hpp b/LiteLoader/include/llapi/mc/StructureManager.hpp similarity index 97% rename from LiteLoader/Header/MC/StructureManager.hpp rename to LiteLoader/include/llapi/mc/StructureManager.hpp index a4a2947..83218bd 100644 --- a/LiteLoader/Header/MC/StructureManager.hpp +++ b/LiteLoader/include/llapi/mc/StructureManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePiece.hpp b/LiteLoader/include/llapi/mc/StructurePiece.hpp similarity index 98% rename from LiteLoader/Header/MC/StructurePiece.hpp rename to LiteLoader/include/llapi/mc/StructurePiece.hpp index adb1ff9..f37928d 100644 --- a/LiteLoader/Header/MC/StructurePiece.hpp +++ b/LiteLoader/include/llapi/mc/StructurePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolActorPredicateActorMatch.hpp b/LiteLoader/include/llapi/mc/StructurePoolActorPredicateActorMatch.hpp similarity index 95% rename from LiteLoader/Header/MC/StructurePoolActorPredicateActorMatch.hpp rename to LiteLoader/include/llapi/mc/StructurePoolActorPredicateActorMatch.hpp index 39c1be5..56bf6dd 100644 --- a/LiteLoader/Header/MC/StructurePoolActorPredicateActorMatch.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolActorPredicateActorMatch.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockPredicateAlwaysTrue.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAlwaysTrue.hpp similarity index 95% rename from LiteLoader/Header/MC/StructurePoolBlockPredicateAlwaysTrue.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAlwaysTrue.hpp index e189021..80116ef 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockPredicateAlwaysTrue.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAlwaysTrue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockPredicateAxisAlignedPosition.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAxisAlignedPosition.hpp similarity index 96% rename from LiteLoader/Header/MC/StructurePoolBlockPredicateAxisAlignedPosition.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAxisAlignedPosition.hpp index 6210b5f..18fb665 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockPredicateAxisAlignedPosition.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateAxisAlignedPosition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatch.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatch.hpp similarity index 96% rename from LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatch.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatch.hpp index 7bb51b9..2c4365a 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatch.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatch.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatchRandom.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatchRandom.hpp similarity index 96% rename from LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatchRandom.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatchRandom.hpp index 498557e..f1e7745 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockPredicateBlockMatchRandom.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockPredicateBlockMatchRandom.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp similarity index 96% rename from LiteLoader/Header/MC/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp index 0be0847..cc820c7 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockTagPredicateBlockTagStringMatches.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolBlockTagRule.hpp b/LiteLoader/include/llapi/mc/StructurePoolBlockTagRule.hpp similarity index 95% rename from LiteLoader/Header/MC/StructurePoolBlockTagRule.hpp rename to LiteLoader/include/llapi/mc/StructurePoolBlockTagRule.hpp index 86654f6..895d34b 100644 --- a/LiteLoader/Header/MC/StructurePoolBlockTagRule.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolBlockTagRule.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructurePoolElement.hpp b/LiteLoader/include/llapi/mc/StructurePoolElement.hpp similarity index 98% rename from LiteLoader/Header/MC/StructurePoolElement.hpp rename to LiteLoader/include/llapi/mc/StructurePoolElement.hpp index 72dd199..7da114a 100644 --- a/LiteLoader/Header/MC/StructurePoolElement.hpp +++ b/LiteLoader/include/llapi/mc/StructurePoolElement.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureSettings.hpp b/LiteLoader/include/llapi/mc/StructureSettings.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureSettings.hpp rename to LiteLoader/include/llapi/mc/StructureSettings.hpp index 5ef9ec9..e4dc38b 100644 --- a/LiteLoader/Header/MC/StructureSettings.hpp +++ b/LiteLoader/include/llapi/mc/StructureSettings.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/StructureStart.hpp b/LiteLoader/include/llapi/mc/StructureStart.hpp similarity index 95% rename from LiteLoader/Header/MC/StructureStart.hpp rename to LiteLoader/include/llapi/mc/StructureStart.hpp index 44af888..2ac6c0c 100644 --- a/LiteLoader/Header/MC/StructureStart.hpp +++ b/LiteLoader/include/llapi/mc/StructureStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureTag.hpp b/LiteLoader/include/llapi/mc/StructureTag.hpp similarity index 95% rename from LiteLoader/Header/MC/StructureTag.hpp rename to LiteLoader/include/llapi/mc/StructureTag.hpp index b0097a1..9153426 100644 --- a/LiteLoader/Header/MC/StructureTag.hpp +++ b/LiteLoader/include/llapi/mc/StructureTag.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureTemplate.hpp b/LiteLoader/include/llapi/mc/StructureTemplate.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureTemplate.hpp rename to LiteLoader/include/llapi/mc/StructureTemplate.hpp index 050234c..ddfaad9 100644 --- a/LiteLoader/Header/MC/StructureTemplate.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/StructureTemplateData.hpp b/LiteLoader/include/llapi/mc/StructureTemplateData.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureTemplateData.hpp rename to LiteLoader/include/llapi/mc/StructureTemplateData.hpp index f41045f..03e1ef1 100644 --- a/LiteLoader/Header/MC/StructureTemplateData.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplateData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/StructureTemplateDataRequestPacket.hpp b/LiteLoader/include/llapi/mc/StructureTemplateDataRequestPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/StructureTemplateDataRequestPacket.hpp rename to LiteLoader/include/llapi/mc/StructureTemplateDataRequestPacket.hpp index fb5af67..ea5a7a7 100644 --- a/LiteLoader/Header/MC/StructureTemplateDataRequestPacket.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplateDataRequestPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureTemplateDataResponsePacket.hpp b/LiteLoader/include/llapi/mc/StructureTemplateDataResponsePacket.hpp similarity index 97% rename from LiteLoader/Header/MC/StructureTemplateDataResponsePacket.hpp rename to LiteLoader/include/llapi/mc/StructureTemplateDataResponsePacket.hpp index ac9a85a..59d12a6 100644 --- a/LiteLoader/Header/MC/StructureTemplateDataResponsePacket.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplateDataResponsePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureTemplateFeature.hpp b/LiteLoader/include/llapi/mc/StructureTemplateFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/StructureTemplateFeature.hpp rename to LiteLoader/include/llapi/mc/StructureTemplateFeature.hpp index f2e6a11..bc09507 100644 --- a/LiteLoader/Header/MC/StructureTemplateFeature.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplateFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureTemplatePool.hpp b/LiteLoader/include/llapi/mc/StructureTemplatePool.hpp similarity index 96% rename from LiteLoader/Header/MC/StructureTemplatePool.hpp rename to LiteLoader/include/llapi/mc/StructureTemplatePool.hpp index b7c99c1..b51338a 100644 --- a/LiteLoader/Header/MC/StructureTemplatePool.hpp +++ b/LiteLoader/include/llapi/mc/StructureTemplatePool.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/StructureVoid.hpp b/LiteLoader/include/llapi/mc/StructureVoid.hpp similarity index 98% rename from LiteLoader/Header/MC/StructureVoid.hpp rename to LiteLoader/include/llapi/mc/StructureVoid.hpp index 697423a..07083ac 100644 --- a/LiteLoader/Header/MC/StructureVoid.hpp +++ b/LiteLoader/include/llapi/mc/StructureVoid.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubChunk.hpp b/LiteLoader/include/llapi/mc/SubChunk.hpp similarity index 96% rename from LiteLoader/Header/MC/SubChunk.hpp rename to LiteLoader/include/llapi/mc/SubChunk.hpp index 05ab405..f5ba47e 100644 --- a/LiteLoader/Header/MC/SubChunk.hpp +++ b/LiteLoader/include/llapi/mc/SubChunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubChunkBlockStorage.hpp b/LiteLoader/include/llapi/mc/SubChunkBlockStorage.hpp similarity index 96% rename from LiteLoader/Header/MC/SubChunkBlockStorage.hpp rename to LiteLoader/include/llapi/mc/SubChunkBlockStorage.hpp index deb022b..920ef1e 100644 --- a/LiteLoader/Header/MC/SubChunkBlockStorage.hpp +++ b/LiteLoader/include/llapi/mc/SubChunkBlockStorage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubChunkPos.hpp b/LiteLoader/include/llapi/mc/SubChunkPos.hpp similarity index 94% rename from LiteLoader/Header/MC/SubChunkPos.hpp rename to LiteLoader/include/llapi/mc/SubChunkPos.hpp index 1e2441c..1c9b25a 100644 --- a/LiteLoader/Header/MC/SubChunkPos.hpp +++ b/LiteLoader/include/llapi/mc/SubChunkPos.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubChunkRelighter.hpp b/LiteLoader/include/llapi/mc/SubChunkRelighter.hpp similarity index 98% rename from LiteLoader/Header/MC/SubChunkRelighter.hpp rename to LiteLoader/include/llapi/mc/SubChunkRelighter.hpp index 786f63d..0956c9f 100644 --- a/LiteLoader/Header/MC/SubChunkRelighter.hpp +++ b/LiteLoader/include/llapi/mc/SubChunkRelighter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubClientConnectionRequest.hpp b/LiteLoader/include/llapi/mc/SubClientConnectionRequest.hpp similarity index 98% rename from LiteLoader/Header/MC/SubClientConnectionRequest.hpp rename to LiteLoader/include/llapi/mc/SubClientConnectionRequest.hpp index ec4a2d3..38544a1 100644 --- a/LiteLoader/Header/MC/SubClientConnectionRequest.hpp +++ b/LiteLoader/include/llapi/mc/SubClientConnectionRequest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "persona.hpp" #include "Json.hpp" diff --git a/LiteLoader/Header/MC/SubClientLoginPacket.hpp b/LiteLoader/include/llapi/mc/SubClientLoginPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/SubClientLoginPacket.hpp rename to LiteLoader/include/llapi/mc/SubClientLoginPacket.hpp index b897742..53380bf 100644 --- a/LiteLoader/Header/MC/SubClientLoginPacket.hpp +++ b/LiteLoader/include/llapi/mc/SubClientLoginPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubpackInfo.hpp b/LiteLoader/include/llapi/mc/SubpackInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/SubpackInfo.hpp rename to LiteLoader/include/llapi/mc/SubpackInfo.hpp index 90268cd..f1570f3 100644 --- a/LiteLoader/Header/MC/SubpackInfo.hpp +++ b/LiteLoader/include/llapi/mc/SubpackInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubpackInfoCollection.hpp b/LiteLoader/include/llapi/mc/SubpackInfoCollection.hpp similarity index 94% rename from LiteLoader/Header/MC/SubpackInfoCollection.hpp rename to LiteLoader/include/llapi/mc/SubpackInfoCollection.hpp index 7c999c4..1531a18 100644 --- a/LiteLoader/Header/MC/SubpackInfoCollection.hpp +++ b/LiteLoader/include/llapi/mc/SubpackInfoCollection.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SubtreeDefinition.hpp b/LiteLoader/include/llapi/mc/SubtreeDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SubtreeDefinition.hpp rename to LiteLoader/include/llapi/mc/SubtreeDefinition.hpp index 0912822..ad53ab7 100644 --- a/LiteLoader/Header/MC/SubtreeDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SubtreeDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/SubtreeNode.hpp b/LiteLoader/include/llapi/mc/SubtreeNode.hpp similarity index 94% rename from LiteLoader/Header/MC/SubtreeNode.hpp rename to LiteLoader/include/llapi/mc/SubtreeNode.hpp index 49fdb52..095b6cd 100644 --- a/LiteLoader/Header/MC/SubtreeNode.hpp +++ b/LiteLoader/include/llapi/mc/SubtreeNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SummonActorGoal.hpp b/LiteLoader/include/llapi/mc/SummonActorGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SummonActorGoal.hpp rename to LiteLoader/include/llapi/mc/SummonActorGoal.hpp index 4f9d386..aa17cfc 100644 --- a/LiteLoader/Header/MC/SummonActorGoal.hpp +++ b/LiteLoader/include/llapi/mc/SummonActorGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SummonCommand.hpp b/LiteLoader/include/llapi/mc/SummonCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/SummonCommand.hpp rename to LiteLoader/include/llapi/mc/SummonCommand.hpp index 787bc07..6e9f446 100644 --- a/LiteLoader/Header/MC/SummonCommand.hpp +++ b/LiteLoader/include/llapi/mc/SummonCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SummonSpellData.hpp b/LiteLoader/include/llapi/mc/SummonSpellData.hpp similarity index 93% rename from LiteLoader/Header/MC/SummonSpellData.hpp rename to LiteLoader/include/llapi/mc/SummonSpellData.hpp index 1696b6e..1b16e3d 100644 --- a/LiteLoader/Header/MC/SummonSpellData.hpp +++ b/LiteLoader/include/llapi/mc/SummonSpellData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SummonSpellStage.hpp b/LiteLoader/include/llapi/mc/SummonSpellStage.hpp similarity index 93% rename from LiteLoader/Header/MC/SummonSpellStage.hpp rename to LiteLoader/include/llapi/mc/SummonSpellStage.hpp index 667d302..b311736 100644 --- a/LiteLoader/Header/MC/SummonSpellStage.hpp +++ b/LiteLoader/include/llapi/mc/SummonSpellStage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SurfaceBuilderRegistry.hpp b/LiteLoader/include/llapi/mc/SurfaceBuilderRegistry.hpp similarity index 94% rename from LiteLoader/Header/MC/SurfaceBuilderRegistry.hpp rename to LiteLoader/include/llapi/mc/SurfaceBuilderRegistry.hpp index 2987275..7afb430 100644 --- a/LiteLoader/Header/MC/SurfaceBuilderRegistry.hpp +++ b/LiteLoader/include/llapi/mc/SurfaceBuilderRegistry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SurfaceMaterialAdjustmentAttributes.hpp b/LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentAttributes.hpp similarity index 95% rename from LiteLoader/Header/MC/SurfaceMaterialAdjustmentAttributes.hpp rename to LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentAttributes.hpp index 043bf64..b8012a7 100644 --- a/LiteLoader/Header/MC/SurfaceMaterialAdjustmentAttributes.hpp +++ b/LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentAttributes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SurfaceMaterialAdjustmentEvaluated.hpp b/LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentEvaluated.hpp similarity index 95% rename from LiteLoader/Header/MC/SurfaceMaterialAdjustmentEvaluated.hpp rename to LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentEvaluated.hpp index c9977b8..9232f91 100644 --- a/LiteLoader/Header/MC/SurfaceMaterialAdjustmentEvaluated.hpp +++ b/LiteLoader/include/llapi/mc/SurfaceMaterialAdjustmentEvaluated.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SurvivalMode.hpp b/LiteLoader/include/llapi/mc/SurvivalMode.hpp similarity index 97% rename from LiteLoader/Header/MC/SurvivalMode.hpp rename to LiteLoader/include/llapi/mc/SurvivalMode.hpp index 33244d3..579a57b 100644 --- a/LiteLoader/Header/MC/SurvivalMode.hpp +++ b/LiteLoader/include/llapi/mc/SurvivalMode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "GameMode.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SuspiciousStewItem.hpp b/LiteLoader/include/llapi/mc/SuspiciousStewItem.hpp similarity index 97% rename from LiteLoader/Header/MC/SuspiciousStewItem.hpp rename to LiteLoader/include/llapi/mc/SuspiciousStewItem.hpp index 6b57a9e..a2cf2c7 100644 --- a/LiteLoader/Header/MC/SuspiciousStewItem.hpp +++ b/LiteLoader/include/llapi/mc/SuspiciousStewItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwamplandHut.hpp b/LiteLoader/include/llapi/mc/SwamplandHut.hpp similarity index 96% rename from LiteLoader/Header/MC/SwamplandHut.hpp rename to LiteLoader/include/llapi/mc/SwamplandHut.hpp index b36df2a..418d5a1 100644 --- a/LiteLoader/Header/MC/SwamplandHut.hpp +++ b/LiteLoader/include/llapi/mc/SwamplandHut.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SweetBerryBushBlock.hpp b/LiteLoader/include/llapi/mc/SweetBerryBushBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/SweetBerryBushBlock.hpp rename to LiteLoader/include/llapi/mc/SweetBerryBushBlock.hpp index 685dc0d..a0caad3 100644 --- a/LiteLoader/Header/MC/SweetBerryBushBlock.hpp +++ b/LiteLoader/include/llapi/mc/SweetBerryBushBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwellGoal.hpp b/LiteLoader/include/llapi/mc/SwellGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SwellGoal.hpp rename to LiteLoader/include/llapi/mc/SwellGoal.hpp index 1c98b66..33a9350 100644 --- a/LiteLoader/Header/MC/SwellGoal.hpp +++ b/LiteLoader/include/llapi/mc/SwellGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimEnchant.hpp b/LiteLoader/include/llapi/mc/SwimEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimEnchant.hpp rename to LiteLoader/include/llapi/mc/SwimEnchant.hpp index ad7556c..2643b13 100644 --- a/LiteLoader/Header/MC/SwimEnchant.hpp +++ b/LiteLoader/include/llapi/mc/SwimEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimIdleDefinition.hpp b/LiteLoader/include/llapi/mc/SwimIdleDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimIdleDefinition.hpp rename to LiteLoader/include/llapi/mc/SwimIdleDefinition.hpp index f9b4c43..5ea0201 100644 --- a/LiteLoader/Header/MC/SwimIdleDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SwimIdleDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimIdleGoal.hpp b/LiteLoader/include/llapi/mc/SwimIdleGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimIdleGoal.hpp rename to LiteLoader/include/llapi/mc/SwimIdleGoal.hpp index ba98593..114b1fe 100644 --- a/LiteLoader/Header/MC/SwimIdleGoal.hpp +++ b/LiteLoader/include/llapi/mc/SwimIdleGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimMoveControl.hpp b/LiteLoader/include/llapi/mc/SwimMoveControl.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimMoveControl.hpp rename to LiteLoader/include/llapi/mc/SwimMoveControl.hpp index 425ea0d..b22762b 100644 --- a/LiteLoader/Header/MC/SwimMoveControl.hpp +++ b/LiteLoader/include/llapi/mc/SwimMoveControl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveControl.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimWanderDefinition.hpp b/LiteLoader/include/llapi/mc/SwimWanderDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimWanderDefinition.hpp rename to LiteLoader/include/llapi/mc/SwimWanderDefinition.hpp index f42c63f..d7f17ce 100644 --- a/LiteLoader/Header/MC/SwimWanderDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SwimWanderDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimWanderGoal.hpp b/LiteLoader/include/llapi/mc/SwimWanderGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SwimWanderGoal.hpp rename to LiteLoader/include/llapi/mc/SwimWanderGoal.hpp index 32d757f..d7a04ad 100644 --- a/LiteLoader/Header/MC/SwimWanderGoal.hpp +++ b/LiteLoader/include/llapi/mc/SwimWanderGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimWithEntityDefinition.hpp b/LiteLoader/include/llapi/mc/SwimWithEntityDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SwimWithEntityDefinition.hpp rename to LiteLoader/include/llapi/mc/SwimWithEntityDefinition.hpp index e5ea1c1..d9a57ce 100644 --- a/LiteLoader/Header/MC/SwimWithEntityDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SwimWithEntityDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwimWithEntityGoal.hpp b/LiteLoader/include/llapi/mc/SwimWithEntityGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/SwimWithEntityGoal.hpp rename to LiteLoader/include/llapi/mc/SwimWithEntityGoal.hpp index 0498afa..c1304ee 100644 --- a/LiteLoader/Header/MC/SwimWithEntityGoal.hpp +++ b/LiteLoader/include/llapi/mc/SwimWithEntityGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwoopAttackDefinition.hpp b/LiteLoader/include/llapi/mc/SwoopAttackDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/SwoopAttackDefinition.hpp rename to LiteLoader/include/llapi/mc/SwoopAttackDefinition.hpp index 461d6a3..6c29f5d 100644 --- a/LiteLoader/Header/MC/SwoopAttackDefinition.hpp +++ b/LiteLoader/include/llapi/mc/SwoopAttackDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SwoopAttackGoal.hpp b/LiteLoader/include/llapi/mc/SwoopAttackGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/SwoopAttackGoal.hpp rename to LiteLoader/include/llapi/mc/SwoopAttackGoal.hpp index 06def39..3ff8d86 100644 --- a/LiteLoader/Header/MC/SwoopAttackGoal.hpp +++ b/LiteLoader/include/llapi/mc/SwoopAttackGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SyncedAttribute.hpp b/LiteLoader/include/llapi/mc/SyncedAttribute.hpp similarity index 93% rename from LiteLoader/Header/MC/SyncedAttribute.hpp rename to LiteLoader/include/llapi/mc/SyncedAttribute.hpp index 34dd2e7..ed101d2 100644 --- a/LiteLoader/Header/MC/SyncedAttribute.hpp +++ b/LiteLoader/include/llapi/mc/SyncedAttribute.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/SynchedActorData.hpp b/LiteLoader/include/llapi/mc/SynchedActorData.hpp similarity index 99% rename from LiteLoader/Header/MC/SynchedActorData.hpp rename to LiteLoader/include/llapi/mc/SynchedActorData.hpp index 52b35f9..e6550c6 100644 --- a/LiteLoader/Header/MC/SynchedActorData.hpp +++ b/LiteLoader/include/llapi/mc/SynchedActorData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "DataItem.hpp" diff --git a/LiteLoader/Header/MC/SystemFilePicker.hpp b/LiteLoader/include/llapi/mc/SystemFilePicker.hpp similarity index 96% rename from LiteLoader/Header/MC/SystemFilePicker.hpp rename to LiteLoader/include/llapi/mc/SystemFilePicker.hpp index 830577d..ffe96e3 100644 --- a/LiteLoader/Header/MC/SystemFilePicker.hpp +++ b/LiteLoader/include/llapi/mc/SystemFilePicker.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Tag.hpp b/LiteLoader/include/llapi/mc/Tag.hpp similarity index 97% rename from LiteLoader/Header/MC/Tag.hpp rename to LiteLoader/include/llapi/mc/Tag.hpp index ea3e83e..aed9a99 100644 --- a/LiteLoader/Header/MC/Tag.hpp +++ b/LiteLoader/include/llapi/mc/Tag.hpp @@ -1,11 +1,11 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here -#include "../third-party/Nlohmann/fifo_json.hpp" +#include "Header/third-party/Nlohmann/fifo_json.hpp" #include #include #include diff --git a/LiteLoader/Header/MC/TagCommand.hpp b/LiteLoader/include/llapi/mc/TagCommand.hpp similarity index 97% rename from LiteLoader/Header/MC/TagCommand.hpp rename to LiteLoader/include/llapi/mc/TagCommand.hpp index 7145641..e6b120c 100644 --- a/LiteLoader/Header/MC/TagCommand.hpp +++ b/LiteLoader/include/llapi/mc/TagCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TagMemoryChunk.hpp b/LiteLoader/include/llapi/mc/TagMemoryChunk.hpp similarity index 96% rename from LiteLoader/Header/MC/TagMemoryChunk.hpp rename to LiteLoader/include/llapi/mc/TagMemoryChunk.hpp index fab051e..6095497 100644 --- a/LiteLoader/Header/MC/TagMemoryChunk.hpp +++ b/LiteLoader/include/llapi/mc/TagMemoryChunk.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA // Include Headers or Declare Types Here diff --git a/LiteLoader/Header/MC/TakeFlowerGoal.hpp b/LiteLoader/include/llapi/mc/TakeFlowerGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/TakeFlowerGoal.hpp rename to LiteLoader/include/llapi/mc/TakeFlowerGoal.hpp index 0c64727..28de282 100644 --- a/LiteLoader/Header/MC/TakeFlowerGoal.hpp +++ b/LiteLoader/include/llapi/mc/TakeFlowerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TakeItemActorPacket.hpp b/LiteLoader/include/llapi/mc/TakeItemActorPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/TakeItemActorPacket.hpp rename to LiteLoader/include/llapi/mc/TakeItemActorPacket.hpp index 48027b2..b5cf3d8 100644 --- a/LiteLoader/Header/MC/TakeItemActorPacket.hpp +++ b/LiteLoader/include/llapi/mc/TakeItemActorPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TakePictureCommand.hpp b/LiteLoader/include/llapi/mc/TakePictureCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TakePictureCommand.hpp rename to LiteLoader/include/llapi/mc/TakePictureCommand.hpp index 42f3d20..fc55119 100644 --- a/LiteLoader/Header/MC/TakePictureCommand.hpp +++ b/LiteLoader/include/llapi/mc/TakePictureCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TallGrass.hpp b/LiteLoader/include/llapi/mc/TallGrass.hpp similarity index 98% rename from LiteLoader/Header/MC/TallGrass.hpp rename to LiteLoader/include/llapi/mc/TallGrass.hpp index eea25f4..615432c 100644 --- a/LiteLoader/Header/MC/TallGrass.hpp +++ b/LiteLoader/include/llapi/mc/TallGrass.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TallGrassFeature.hpp b/LiteLoader/include/llapi/mc/TallGrassFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/TallGrassFeature.hpp rename to LiteLoader/include/llapi/mc/TallGrassFeature.hpp index 5bdb3a9..9ad9e7d 100644 --- a/LiteLoader/Header/MC/TallGrassFeature.hpp +++ b/LiteLoader/include/llapi/mc/TallGrassFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TameableComponent.hpp b/LiteLoader/include/llapi/mc/TameableComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/TameableComponent.hpp rename to LiteLoader/include/llapi/mc/TameableComponent.hpp index d1c5695..19ca8c3 100644 --- a/LiteLoader/Header/MC/TameableComponent.hpp +++ b/LiteLoader/include/llapi/mc/TameableComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TameableDescription.hpp b/LiteLoader/include/llapi/mc/TameableDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TameableDescription.hpp rename to LiteLoader/include/llapi/mc/TameableDescription.hpp index 07e4030..e70ac9f 100644 --- a/LiteLoader/Header/MC/TameableDescription.hpp +++ b/LiteLoader/include/llapi/mc/TameableDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetBlock.hpp b/LiteLoader/include/llapi/mc/TargetBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TargetBlock.hpp rename to LiteLoader/include/llapi/mc/TargetBlock.hpp index cb82378..186ffb1 100644 --- a/LiteLoader/Header/MC/TargetBlock.hpp +++ b/LiteLoader/include/llapi/mc/TargetBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetGoal.hpp b/LiteLoader/include/llapi/mc/TargetGoal.hpp similarity index 97% rename from LiteLoader/Header/MC/TargetGoal.hpp rename to LiteLoader/include/llapi/mc/TargetGoal.hpp index cad80d4..b27199b 100644 --- a/LiteLoader/Header/MC/TargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/TargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetGoalDefinition.hpp b/LiteLoader/include/llapi/mc/TargetGoalDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/TargetGoalDefinition.hpp rename to LiteLoader/include/llapi/mc/TargetGoalDefinition.hpp index c8c84a2..a82e288 100644 --- a/LiteLoader/Header/MC/TargetGoalDefinition.hpp +++ b/LiteLoader/include/llapi/mc/TargetGoalDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetNearbyDescription.hpp b/LiteLoader/include/llapi/mc/TargetNearbyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TargetNearbyDescription.hpp rename to LiteLoader/include/llapi/mc/TargetNearbyDescription.hpp index a2387eb..5d5a2b5 100644 --- a/LiteLoader/Header/MC/TargetNearbyDescription.hpp +++ b/LiteLoader/include/llapi/mc/TargetNearbyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetNearbySystem.hpp b/LiteLoader/include/llapi/mc/TargetNearbySystem.hpp similarity index 94% rename from LiteLoader/Header/MC/TargetNearbySystem.hpp rename to LiteLoader/include/llapi/mc/TargetNearbySystem.hpp index 343a2f0..2c98c02 100644 --- a/LiteLoader/Header/MC/TargetNearbySystem.hpp +++ b/LiteLoader/include/llapi/mc/TargetNearbySystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TargetWhenPushedGoal.hpp b/LiteLoader/include/llapi/mc/TargetWhenPushedGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/TargetWhenPushedGoal.hpp rename to LiteLoader/include/llapi/mc/TargetWhenPushedGoal.hpp index 4c0b944..b8d2787 100644 --- a/LiteLoader/Header/MC/TargetWhenPushedGoal.hpp +++ b/LiteLoader/include/llapi/mc/TargetWhenPushedGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TaskGroup.hpp b/LiteLoader/include/llapi/mc/TaskGroup.hpp similarity index 98% rename from LiteLoader/Header/MC/TaskGroup.hpp rename to LiteLoader/include/llapi/mc/TaskGroup.hpp index ec8103b..6bcaea0 100644 --- a/LiteLoader/Header/MC/TaskGroup.hpp +++ b/LiteLoader/include/llapi/mc/TaskGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TaskResult.hpp b/LiteLoader/include/llapi/mc/TaskResult.hpp similarity index 95% rename from LiteLoader/Header/MC/TaskResult.hpp rename to LiteLoader/include/llapi/mc/TaskResult.hpp index e964bb3..13db71c 100644 --- a/LiteLoader/Header/MC/TaskResult.hpp +++ b/LiteLoader/include/llapi/mc/TaskResult.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TaskStartInfo.hpp b/LiteLoader/include/llapi/mc/TaskStartInfo.hpp similarity index 95% rename from LiteLoader/Header/MC/TaskStartInfo.hpp rename to LiteLoader/include/llapi/mc/TaskStartInfo.hpp index 8c3240e..0a6bec7 100644 --- a/LiteLoader/Header/MC/TaskStartInfo.hpp +++ b/LiteLoader/include/llapi/mc/TaskStartInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TcpProxy.hpp b/LiteLoader/include/llapi/mc/TcpProxy.hpp similarity index 92% rename from LiteLoader/Header/MC/TcpProxy.hpp rename to LiteLoader/include/llapi/mc/TcpProxy.hpp index b6cc4d3..8f5185a 100644 --- a/LiteLoader/Header/MC/TcpProxy.hpp +++ b/LiteLoader/include/llapi/mc/TcpProxy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportCommand.hpp b/LiteLoader/include/llapi/mc/TeleportCommand.hpp similarity index 97% rename from LiteLoader/Header/MC/TeleportCommand.hpp rename to LiteLoader/include/llapi/mc/TeleportCommand.hpp index ba7a787..e1197d4 100644 --- a/LiteLoader/Header/MC/TeleportCommand.hpp +++ b/LiteLoader/include/llapi/mc/TeleportCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportComponent.hpp b/LiteLoader/include/llapi/mc/TeleportComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TeleportComponent.hpp rename to LiteLoader/include/llapi/mc/TeleportComponent.hpp index df968a2..e7c8007 100644 --- a/LiteLoader/Header/MC/TeleportComponent.hpp +++ b/LiteLoader/include/llapi/mc/TeleportComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportDescription.hpp b/LiteLoader/include/llapi/mc/TeleportDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TeleportDescription.hpp rename to LiteLoader/include/llapi/mc/TeleportDescription.hpp index e397b30..a697609 100644 --- a/LiteLoader/Header/MC/TeleportDescription.hpp +++ b/LiteLoader/include/llapi/mc/TeleportDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportRotationData.hpp b/LiteLoader/include/llapi/mc/TeleportRotationData.hpp similarity index 96% rename from LiteLoader/Header/MC/TeleportRotationData.hpp rename to LiteLoader/include/llapi/mc/TeleportRotationData.hpp index cb83535..f45e886 100644 --- a/LiteLoader/Header/MC/TeleportRotationData.hpp +++ b/LiteLoader/include/llapi/mc/TeleportRotationData.hpp @@ -5,7 +5,7 @@ */ #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportSystem.hpp b/LiteLoader/include/llapi/mc/TeleportSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/TeleportSystem.hpp rename to LiteLoader/include/llapi/mc/TeleportSystem.hpp index f4a7e5a..7f637ef 100644 --- a/LiteLoader/Header/MC/TeleportSystem.hpp +++ b/LiteLoader/include/llapi/mc/TeleportSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TeleportTarget.hpp b/LiteLoader/include/llapi/mc/TeleportTarget.hpp similarity index 93% rename from LiteLoader/Header/MC/TeleportTarget.hpp rename to LiteLoader/include/llapi/mc/TeleportTarget.hpp index 46d2b83..f26a88a 100644 --- a/LiteLoader/Header/MC/TeleportTarget.hpp +++ b/LiteLoader/include/llapi/mc/TeleportTarget.hpp @@ -1,6 +1,6 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA //DO NOT EDIT THIS LINE diff --git a/LiteLoader/Header/MC/TeleportToSubcomponent.hpp b/LiteLoader/include/llapi/mc/TeleportToSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/TeleportToSubcomponent.hpp rename to LiteLoader/include/llapi/mc/TeleportToSubcomponent.hpp index 9fedb24..b1c617d 100644 --- a/LiteLoader/Header/MC/TeleportToSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/TeleportToSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TellCommand.hpp b/LiteLoader/include/llapi/mc/TellCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TellCommand.hpp rename to LiteLoader/include/llapi/mc/TellCommand.hpp index 7a687a4..e37888e 100644 --- a/LiteLoader/Header/MC/TellCommand.hpp +++ b/LiteLoader/include/llapi/mc/TellCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TellRawCommand.hpp b/LiteLoader/include/llapi/mc/TellRawCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TellRawCommand.hpp rename to LiteLoader/include/llapi/mc/TellRawCommand.hpp index 7205849..c30ea82 100644 --- a/LiteLoader/Header/MC/TellRawCommand.hpp +++ b/LiteLoader/include/llapi/mc/TellRawCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TemplateStructurePiece.hpp b/LiteLoader/include/llapi/mc/TemplateStructurePiece.hpp similarity index 96% rename from LiteLoader/Header/MC/TemplateStructurePiece.hpp rename to LiteLoader/include/llapi/mc/TemplateStructurePiece.hpp index 2e1c16d..3f4382e 100644 --- a/LiteLoader/Header/MC/TemplateStructurePiece.hpp +++ b/LiteLoader/include/llapi/mc/TemplateStructurePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TemporalAttributeBuff.hpp b/LiteLoader/include/llapi/mc/TemporalAttributeBuff.hpp similarity index 96% rename from LiteLoader/Header/MC/TemporalAttributeBuff.hpp rename to LiteLoader/include/llapi/mc/TemporalAttributeBuff.hpp index a79ada9..0b7a66b 100644 --- a/LiteLoader/Header/MC/TemporalAttributeBuff.hpp +++ b/LiteLoader/include/llapi/mc/TemporalAttributeBuff.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TemptGoal.hpp b/LiteLoader/include/llapi/mc/TemptGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/TemptGoal.hpp rename to LiteLoader/include/llapi/mc/TemptGoal.hpp index 8e8ce8a..bb95de0 100644 --- a/LiteLoader/Header/MC/TemptGoal.hpp +++ b/LiteLoader/include/llapi/mc/TemptGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TerrainBurstReactionComponent.hpp b/LiteLoader/include/llapi/mc/TerrainBurstReactionComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TerrainBurstReactionComponent.hpp rename to LiteLoader/include/llapi/mc/TerrainBurstReactionComponent.hpp index b7132a8..f19152b 100644 --- a/LiteLoader/Header/MC/TerrainBurstReactionComponent.hpp +++ b/LiteLoader/include/llapi/mc/TerrainBurstReactionComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TestForBlockCommand.hpp b/LiteLoader/include/llapi/mc/TestForBlockCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TestForBlockCommand.hpp rename to LiteLoader/include/llapi/mc/TestForBlockCommand.hpp index 3203607..5dc95fa 100644 --- a/LiteLoader/Header/MC/TestForBlockCommand.hpp +++ b/LiteLoader/include/llapi/mc/TestForBlockCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TestForBlocksCommand.hpp b/LiteLoader/include/llapi/mc/TestForBlocksCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TestForBlocksCommand.hpp rename to LiteLoader/include/llapi/mc/TestForBlocksCommand.hpp index 772ab91..ca7804c 100644 --- a/LiteLoader/Header/MC/TestForBlocksCommand.hpp +++ b/LiteLoader/include/llapi/mc/TestForBlocksCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TestForCommand.hpp b/LiteLoader/include/llapi/mc/TestForCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TestForCommand.hpp rename to LiteLoader/include/llapi/mc/TestForCommand.hpp index c24e8c5..4d058ef 100644 --- a/LiteLoader/Header/MC/TestForCommand.hpp +++ b/LiteLoader/include/llapi/mc/TestForCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextObjectLocalizedText.hpp b/LiteLoader/include/llapi/mc/TextObjectLocalizedText.hpp similarity index 95% rename from LiteLoader/Header/MC/TextObjectLocalizedText.hpp rename to LiteLoader/include/llapi/mc/TextObjectLocalizedText.hpp index dff9df8..6579887 100644 --- a/LiteLoader/Header/MC/TextObjectLocalizedText.hpp +++ b/LiteLoader/include/llapi/mc/TextObjectLocalizedText.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextObjectLocalizedTextWithParams.hpp b/LiteLoader/include/llapi/mc/TextObjectLocalizedTextWithParams.hpp similarity index 96% rename from LiteLoader/Header/MC/TextObjectLocalizedTextWithParams.hpp rename to LiteLoader/include/llapi/mc/TextObjectLocalizedTextWithParams.hpp index 9a07812..7b3df54 100644 --- a/LiteLoader/Header/MC/TextObjectLocalizedTextWithParams.hpp +++ b/LiteLoader/include/llapi/mc/TextObjectLocalizedTextWithParams.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextObjectParser.hpp b/LiteLoader/include/llapi/mc/TextObjectParser.hpp similarity index 97% rename from LiteLoader/Header/MC/TextObjectParser.hpp rename to LiteLoader/include/llapi/mc/TextObjectParser.hpp index d11c21e..3b19b3b 100644 --- a/LiteLoader/Header/MC/TextObjectParser.hpp +++ b/LiteLoader/include/llapi/mc/TextObjectParser.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextObjectRoot.hpp b/LiteLoader/include/llapi/mc/TextObjectRoot.hpp similarity index 95% rename from LiteLoader/Header/MC/TextObjectRoot.hpp rename to LiteLoader/include/llapi/mc/TextObjectRoot.hpp index 8ec8a3b..0eaf57b 100644 --- a/LiteLoader/Header/MC/TextObjectRoot.hpp +++ b/LiteLoader/include/llapi/mc/TextObjectRoot.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextObjectText.hpp b/LiteLoader/include/llapi/mc/TextObjectText.hpp similarity index 94% rename from LiteLoader/Header/MC/TextObjectText.hpp rename to LiteLoader/include/llapi/mc/TextObjectText.hpp index 9f4b76b..3f9145c 100644 --- a/LiteLoader/Header/MC/TextObjectText.hpp +++ b/LiteLoader/include/llapi/mc/TextObjectText.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextPacket.hpp b/LiteLoader/include/llapi/mc/TextPacket.hpp similarity index 97% rename from LiteLoader/Header/MC/TextPacket.hpp rename to LiteLoader/include/llapi/mc/TextPacket.hpp index 17c3826..047defc 100644 --- a/LiteLoader/Header/MC/TextPacket.hpp +++ b/LiteLoader/include/llapi/mc/TextPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TextureUVCoordinateSet.hpp b/LiteLoader/include/llapi/mc/TextureUVCoordinateSet.hpp similarity index 94% rename from LiteLoader/Header/MC/TextureUVCoordinateSet.hpp rename to LiteLoader/include/llapi/mc/TextureUVCoordinateSet.hpp index 8db1f17..03d9ac3 100644 --- a/LiteLoader/Header/MC/TextureUVCoordinateSet.hpp +++ b/LiteLoader/include/llapi/mc/TextureUVCoordinateSet.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TheEndDimension.hpp b/LiteLoader/include/llapi/mc/TheEndDimension.hpp similarity index 97% rename from LiteLoader/Header/MC/TheEndDimension.hpp rename to LiteLoader/include/llapi/mc/TheEndDimension.hpp index 2a0d341..7abcbf4 100644 --- a/LiteLoader/Header/MC/TheEndDimension.hpp +++ b/LiteLoader/include/llapi/mc/TheEndDimension.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TheEndGenerator.hpp b/LiteLoader/include/llapi/mc/TheEndGenerator.hpp similarity index 97% rename from LiteLoader/Header/MC/TheEndGenerator.hpp rename to LiteLoader/include/llapi/mc/TheEndGenerator.hpp index 580bfe4..f016b09 100644 --- a/LiteLoader/Header/MC/TheEndGenerator.hpp +++ b/LiteLoader/include/llapi/mc/TheEndGenerator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TheEndSpikeHelper.hpp b/LiteLoader/include/llapi/mc/TheEndSpikeHelper.hpp similarity index 90% rename from LiteLoader/Header/MC/TheEndSpikeHelper.hpp rename to LiteLoader/include/llapi/mc/TheEndSpikeHelper.hpp index b2fb2c0..61e8568 100644 --- a/LiteLoader/Header/MC/TheEndSpikeHelper.hpp +++ b/LiteLoader/include/llapi/mc/TheEndSpikeHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SpikeFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ThinFenceBlock.hpp b/LiteLoader/include/llapi/mc/ThinFenceBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/ThinFenceBlock.hpp rename to LiteLoader/include/llapi/mc/ThinFenceBlock.hpp index 6567294..4ee182b 100644 --- a/LiteLoader/Header/MC/ThinFenceBlock.hpp +++ b/LiteLoader/include/llapi/mc/ThinFenceBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ThirdPartyInfo.hpp b/LiteLoader/include/llapi/mc/ThirdPartyInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/ThirdPartyInfo.hpp rename to LiteLoader/include/llapi/mc/ThirdPartyInfo.hpp index 66d9f80..e7a49cf 100644 --- a/LiteLoader/Header/MC/ThirdPartyInfo.hpp +++ b/LiteLoader/include/llapi/mc/ThirdPartyInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Throwable.hpp b/LiteLoader/include/llapi/mc/Throwable.hpp similarity index 98% rename from LiteLoader/Header/MC/Throwable.hpp rename to LiteLoader/include/llapi/mc/Throwable.hpp index 1af48a1..8e96837 100644 --- a/LiteLoader/Header/MC/Throwable.hpp +++ b/LiteLoader/include/llapi/mc/Throwable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ThrownEgg.hpp b/LiteLoader/include/llapi/mc/ThrownEgg.hpp similarity index 97% rename from LiteLoader/Header/MC/ThrownEgg.hpp rename to LiteLoader/include/llapi/mc/ThrownEgg.hpp index 488a09f..fea54c3 100644 --- a/LiteLoader/Header/MC/ThrownEgg.hpp +++ b/LiteLoader/include/llapi/mc/ThrownEgg.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/ThrownEnderpearl.hpp b/LiteLoader/include/llapi/mc/ThrownEnderpearl.hpp similarity index 97% rename from LiteLoader/Header/MC/ThrownEnderpearl.hpp rename to LiteLoader/include/llapi/mc/ThrownEnderpearl.hpp index ce1f91f..7e7fc6d 100644 --- a/LiteLoader/Header/MC/ThrownEnderpearl.hpp +++ b/LiteLoader/include/llapi/mc/ThrownEnderpearl.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/ThrownIceBomb.hpp b/LiteLoader/include/llapi/mc/ThrownIceBomb.hpp similarity index 97% rename from LiteLoader/Header/MC/ThrownIceBomb.hpp rename to LiteLoader/include/llapi/mc/ThrownIceBomb.hpp index 49cd122..bd7073f 100644 --- a/LiteLoader/Header/MC/ThrownIceBomb.hpp +++ b/LiteLoader/include/llapi/mc/ThrownIceBomb.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/ThrownPotion.hpp b/LiteLoader/include/llapi/mc/ThrownPotion.hpp similarity index 98% rename from LiteLoader/Header/MC/ThrownPotion.hpp rename to LiteLoader/include/llapi/mc/ThrownPotion.hpp index 12e1b47..3d12cd2 100644 --- a/LiteLoader/Header/MC/ThrownPotion.hpp +++ b/LiteLoader/include/llapi/mc/ThrownPotion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Throwable.hpp" diff --git a/LiteLoader/Header/MC/ThrownPotionEffectSubcomponent.hpp b/LiteLoader/include/llapi/mc/ThrownPotionEffectSubcomponent.hpp similarity index 96% rename from LiteLoader/Header/MC/ThrownPotionEffectSubcomponent.hpp rename to LiteLoader/include/llapi/mc/ThrownPotionEffectSubcomponent.hpp index 08f25ab..f4aa4b6 100644 --- a/LiteLoader/Header/MC/ThrownPotionEffectSubcomponent.hpp +++ b/LiteLoader/include/llapi/mc/ThrownPotionEffectSubcomponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "SplashPotionEffectSubcomponent.hpp" diff --git a/LiteLoader/Header/MC/ThrownTrident.hpp b/LiteLoader/include/llapi/mc/ThrownTrident.hpp similarity index 98% rename from LiteLoader/Header/MC/ThrownTrident.hpp rename to LiteLoader/include/llapi/mc/ThrownTrident.hpp index 0c502ea..10bdd65 100644 --- a/LiteLoader/Header/MC/ThrownTrident.hpp +++ b/LiteLoader/include/llapi/mc/ThrownTrident.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "AbstractArrow.hpp" diff --git a/LiteLoader/Header/MC/Tick.hpp b/LiteLoader/include/llapi/mc/Tick.hpp similarity index 100% rename from LiteLoader/Header/MC/Tick.hpp rename to LiteLoader/include/llapi/mc/Tick.hpp diff --git a/LiteLoader/Header/MC/TickSyncPacket.hpp b/LiteLoader/include/llapi/mc/TickSyncPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/TickSyncPacket.hpp rename to LiteLoader/include/llapi/mc/TickSyncPacket.hpp index 33b6783..5d5348c 100644 --- a/LiteLoader/Header/MC/TickSyncPacket.hpp +++ b/LiteLoader/include/llapi/mc/TickSyncPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickWorldComponent.hpp b/LiteLoader/include/llapi/mc/TickWorldComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TickWorldComponent.hpp rename to LiteLoader/include/llapi/mc/TickWorldComponent.hpp index 7f3770e..6f0b1be 100644 --- a/LiteLoader/Header/MC/TickWorldComponent.hpp +++ b/LiteLoader/include/llapi/mc/TickWorldComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickWorldDescription.hpp b/LiteLoader/include/llapi/mc/TickWorldDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TickWorldDescription.hpp rename to LiteLoader/include/llapi/mc/TickWorldDescription.hpp index d0034c2..89d654d 100644 --- a/LiteLoader/Header/MC/TickWorldDescription.hpp +++ b/LiteLoader/include/llapi/mc/TickWorldDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingArea.hpp b/LiteLoader/include/llapi/mc/TickingArea.hpp similarity index 98% rename from LiteLoader/Header/MC/TickingArea.hpp rename to LiteLoader/include/llapi/mc/TickingArea.hpp index ea8eec9..a3cbc3f 100644 --- a/LiteLoader/Header/MC/TickingArea.hpp +++ b/LiteLoader/include/llapi/mc/TickingArea.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreaCommand.hpp b/LiteLoader/include/llapi/mc/TickingAreaCommand.hpp similarity index 97% rename from LiteLoader/Header/MC/TickingAreaCommand.hpp rename to LiteLoader/include/llapi/mc/TickingAreaCommand.hpp index f1c239b..65ac1a0 100644 --- a/LiteLoader/Header/MC/TickingAreaCommand.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreaCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreaDescription.hpp b/LiteLoader/include/llapi/mc/TickingAreaDescription.hpp similarity index 94% rename from LiteLoader/Header/MC/TickingAreaDescription.hpp rename to LiteLoader/include/llapi/mc/TickingAreaDescription.hpp index 23e6a22..0d87aff 100644 --- a/LiteLoader/Header/MC/TickingAreaDescription.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreaDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreaList.hpp b/LiteLoader/include/llapi/mc/TickingAreaList.hpp similarity index 94% rename from LiteLoader/Header/MC/TickingAreaList.hpp rename to LiteLoader/include/llapi/mc/TickingAreaList.hpp index 9a53cf2..ec0f6b8 100644 --- a/LiteLoader/Header/MC/TickingAreaList.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreaList.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreaListBase.hpp b/LiteLoader/include/llapi/mc/TickingAreaListBase.hpp similarity index 97% rename from LiteLoader/Header/MC/TickingAreaListBase.hpp rename to LiteLoader/include/llapi/mc/TickingAreaListBase.hpp index 6b4af0d..90ea96b 100644 --- a/LiteLoader/Header/MC/TickingAreaListBase.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreaListBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreaView.hpp b/LiteLoader/include/llapi/mc/TickingAreaView.hpp similarity index 97% rename from LiteLoader/Header/MC/TickingAreaView.hpp rename to LiteLoader/include/llapi/mc/TickingAreaView.hpp index 3734192..32d7313 100644 --- a/LiteLoader/Header/MC/TickingAreaView.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreaView.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TickingAreasManager.hpp b/LiteLoader/include/llapi/mc/TickingAreasManager.hpp similarity index 97% rename from LiteLoader/Header/MC/TickingAreasManager.hpp rename to LiteLoader/include/llapi/mc/TickingAreasManager.hpp index b456524..b22a60c 100644 --- a/LiteLoader/Header/MC/TickingAreasManager.hpp +++ b/LiteLoader/include/llapi/mc/TickingAreasManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TimeCommand.hpp b/LiteLoader/include/llapi/mc/TimeCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TimeCommand.hpp rename to LiteLoader/include/llapi/mc/TimeCommand.hpp index c5d8522..38131dc 100644 --- a/LiteLoader/Header/MC/TimeCommand.hpp +++ b/LiteLoader/include/llapi/mc/TimeCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Timer.hpp b/LiteLoader/include/llapi/mc/Timer.hpp similarity index 92% rename from LiteLoader/Header/MC/Timer.hpp rename to LiteLoader/include/llapi/mc/Timer.hpp index b64da02..fe11f4e 100644 --- a/LiteLoader/Header/MC/Timer.hpp +++ b/LiteLoader/include/llapi/mc/Timer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TimerComponent.hpp b/LiteLoader/include/llapi/mc/TimerComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TimerComponent.hpp rename to LiteLoader/include/llapi/mc/TimerComponent.hpp index 811ecfd..dbd0f0d 100644 --- a/LiteLoader/Header/MC/TimerComponent.hpp +++ b/LiteLoader/include/llapi/mc/TimerComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TimerDefinition.hpp b/LiteLoader/include/llapi/mc/TimerDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/TimerDefinition.hpp rename to LiteLoader/include/llapi/mc/TimerDefinition.hpp index 32bb4a7..1e91f1b 100644 --- a/LiteLoader/Header/MC/TimerDefinition.hpp +++ b/LiteLoader/include/llapi/mc/TimerDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TimerSystem.hpp b/LiteLoader/include/llapi/mc/TimerSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/TimerSystem.hpp rename to LiteLoader/include/llapi/mc/TimerSystem.hpp index 49b29ab..f60193f 100644 --- a/LiteLoader/Header/MC/TimerSystem.hpp +++ b/LiteLoader/include/llapi/mc/TimerSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TitleCommand.hpp b/LiteLoader/include/llapi/mc/TitleCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TitleCommand.hpp rename to LiteLoader/include/llapi/mc/TitleCommand.hpp index 5cda83a..da82a9a 100644 --- a/LiteLoader/Header/MC/TitleCommand.hpp +++ b/LiteLoader/include/llapi/mc/TitleCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TitleInfo.hpp b/LiteLoader/include/llapi/mc/TitleInfo.hpp similarity index 89% rename from LiteLoader/Header/MC/TitleInfo.hpp rename to LiteLoader/include/llapi/mc/TitleInfo.hpp index d6445a7..ef46b57 100644 --- a/LiteLoader/Header/MC/TitleInfo.hpp +++ b/LiteLoader/include/llapi/mc/TitleInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TitleRawCommand.hpp b/LiteLoader/include/llapi/mc/TitleRawCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/TitleRawCommand.hpp rename to LiteLoader/include/llapi/mc/TitleRawCommand.hpp index d5e5531..7bc7337 100644 --- a/LiteLoader/Header/MC/TitleRawCommand.hpp +++ b/LiteLoader/include/llapi/mc/TitleRawCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TntBlock.hpp b/LiteLoader/include/llapi/mc/TntBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TntBlock.hpp rename to LiteLoader/include/llapi/mc/TntBlock.hpp index 5f18a52..248bdc4 100644 --- a/LiteLoader/Header/MC/TntBlock.hpp +++ b/LiteLoader/include/llapi/mc/TntBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ToggleDownfallCommand.hpp b/LiteLoader/include/llapi/mc/ToggleDownfallCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/ToggleDownfallCommand.hpp rename to LiteLoader/include/llapi/mc/ToggleDownfallCommand.hpp index 70b975c..6548cd2 100644 --- a/LiteLoader/Header/MC/ToggleDownfallCommand.hpp +++ b/LiteLoader/include/llapi/mc/ToggleDownfallCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Token.hpp b/LiteLoader/include/llapi/mc/Token.hpp similarity index 94% rename from LiteLoader/Header/MC/Token.hpp rename to LiteLoader/include/llapi/mc/Token.hpp index 84e1604..2d4cf7d 100644 --- a/LiteLoader/Header/MC/Token.hpp +++ b/LiteLoader/include/llapi/mc/Token.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ToolRecipes.hpp b/LiteLoader/include/llapi/mc/ToolRecipes.hpp similarity index 93% rename from LiteLoader/Header/MC/ToolRecipes.hpp rename to LiteLoader/include/llapi/mc/ToolRecipes.hpp index 9d172ba..48eca4f 100644 --- a/LiteLoader/Header/MC/ToolRecipes.hpp +++ b/LiteLoader/include/llapi/mc/ToolRecipes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TopSnowBlock.hpp b/LiteLoader/include/llapi/mc/TopSnowBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/TopSnowBlock.hpp rename to LiteLoader/include/llapi/mc/TopSnowBlock.hpp index 7cc5cd7..b54e36d 100644 --- a/LiteLoader/Header/MC/TopSnowBlock.hpp +++ b/LiteLoader/include/llapi/mc/TopSnowBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TopSnowBlockItem.hpp b/LiteLoader/include/llapi/mc/TopSnowBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/TopSnowBlockItem.hpp rename to LiteLoader/include/llapi/mc/TopSnowBlockItem.hpp index 6933b3c..f4db697 100644 --- a/LiteLoader/Header/MC/TopSnowBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/TopSnowBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TorchBlock.hpp b/LiteLoader/include/llapi/mc/TorchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TorchBlock.hpp rename to LiteLoader/include/llapi/mc/TorchBlock.hpp index 2c03cdd..3d46b40 100644 --- a/LiteLoader/Header/MC/TorchBlock.hpp +++ b/LiteLoader/include/llapi/mc/TorchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Trade.hpp b/LiteLoader/include/llapi/mc/Trade.hpp similarity index 93% rename from LiteLoader/Header/MC/Trade.hpp rename to LiteLoader/include/llapi/mc/Trade.hpp index f3c91d4..8cd8959 100644 --- a/LiteLoader/Header/MC/Trade.hpp +++ b/LiteLoader/include/llapi/mc/Trade.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Trade2ContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/Trade2ContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/Trade2ContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/Trade2ContainerManagerModel.hpp index ab2dd7b..4ad292f 100644 --- a/LiteLoader/Header/MC/Trade2ContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/Trade2ContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeContainerManagerModel.hpp b/LiteLoader/include/llapi/mc/TradeContainerManagerModel.hpp similarity index 96% rename from LiteLoader/Header/MC/TradeContainerManagerModel.hpp rename to LiteLoader/include/llapi/mc/TradeContainerManagerModel.hpp index 2b7b1a1..d42fc48 100644 --- a/LiteLoader/Header/MC/TradeContainerManagerModel.hpp +++ b/LiteLoader/include/llapi/mc/TradeContainerManagerModel.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ContainerManagerModel.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeGroup.hpp b/LiteLoader/include/llapi/mc/TradeGroup.hpp similarity index 93% rename from LiteLoader/Header/MC/TradeGroup.hpp rename to LiteLoader/include/llapi/mc/TradeGroup.hpp index 795f885..df972ac 100644 --- a/LiteLoader/Header/MC/TradeGroup.hpp +++ b/LiteLoader/include/llapi/mc/TradeGroup.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeInterestGoal.hpp b/LiteLoader/include/llapi/mc/TradeInterestGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/TradeInterestGoal.hpp rename to LiteLoader/include/llapi/mc/TradeInterestGoal.hpp index 09ae7dc..d9d4c8f 100644 --- a/LiteLoader/Header/MC/TradeInterestGoal.hpp +++ b/LiteLoader/include/llapi/mc/TradeInterestGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeItem.hpp b/LiteLoader/include/llapi/mc/TradeItem.hpp similarity index 93% rename from LiteLoader/Header/MC/TradeItem.hpp rename to LiteLoader/include/llapi/mc/TradeItem.hpp index 7941c3b..87665f2 100644 --- a/LiteLoader/Header/MC/TradeItem.hpp +++ b/LiteLoader/include/llapi/mc/TradeItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeResupplyDescription.hpp b/LiteLoader/include/llapi/mc/TradeResupplyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TradeResupplyDescription.hpp rename to LiteLoader/include/llapi/mc/TradeResupplyDescription.hpp index cc0e4e1..0d7791f 100644 --- a/LiteLoader/Header/MC/TradeResupplyDescription.hpp +++ b/LiteLoader/include/llapi/mc/TradeResupplyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeTable.hpp b/LiteLoader/include/llapi/mc/TradeTable.hpp similarity index 93% rename from LiteLoader/Header/MC/TradeTable.hpp rename to LiteLoader/include/llapi/mc/TradeTable.hpp index de60d13..a04e3cd 100644 --- a/LiteLoader/Header/MC/TradeTable.hpp +++ b/LiteLoader/include/llapi/mc/TradeTable.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeTables.hpp b/LiteLoader/include/llapi/mc/TradeTables.hpp similarity index 95% rename from LiteLoader/Header/MC/TradeTables.hpp rename to LiteLoader/include/llapi/mc/TradeTables.hpp index 9151482..b689225 100644 --- a/LiteLoader/Header/MC/TradeTables.hpp +++ b/LiteLoader/include/llapi/mc/TradeTables.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeTier.hpp b/LiteLoader/include/llapi/mc/TradeTier.hpp similarity index 93% rename from LiteLoader/Header/MC/TradeTier.hpp rename to LiteLoader/include/llapi/mc/TradeTier.hpp index eddadcd..6193136 100644 --- a/LiteLoader/Header/MC/TradeTier.hpp +++ b/LiteLoader/include/llapi/mc/TradeTier.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeWithPlayerGoal.hpp b/LiteLoader/include/llapi/mc/TradeWithPlayerGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/TradeWithPlayerGoal.hpp rename to LiteLoader/include/llapi/mc/TradeWithPlayerGoal.hpp index 7df6525..2da11d4 100644 --- a/LiteLoader/Header/MC/TradeWithPlayerGoal.hpp +++ b/LiteLoader/include/llapi/mc/TradeWithPlayerGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TradeableSystem.hpp b/LiteLoader/include/llapi/mc/TradeableSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/TradeableSystem.hpp rename to LiteLoader/include/llapi/mc/TradeableSystem.hpp index beb70cc..24b3d25 100644 --- a/LiteLoader/Header/MC/TradeableSystem.hpp +++ b/LiteLoader/include/llapi/mc/TradeableSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TraderMaterialTypeFunction.hpp b/LiteLoader/include/llapi/mc/TraderMaterialTypeFunction.hpp similarity index 96% rename from LiteLoader/Header/MC/TraderMaterialTypeFunction.hpp rename to LiteLoader/include/llapi/mc/TraderMaterialTypeFunction.hpp index d7c9c9e..49bbf6d 100644 --- a/LiteLoader/Header/MC/TraderMaterialTypeFunction.hpp +++ b/LiteLoader/include/llapi/mc/TraderMaterialTypeFunction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LootItemFunction.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrailDescription.hpp b/LiteLoader/include/llapi/mc/TrailDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TrailDescription.hpp rename to LiteLoader/include/llapi/mc/TrailDescription.hpp index deb95be..81dc815 100644 --- a/LiteLoader/Header/MC/TrailDescription.hpp +++ b/LiteLoader/include/llapi/mc/TrailDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrailSystem.hpp b/LiteLoader/include/llapi/mc/TrailSystem.hpp similarity index 95% rename from LiteLoader/Header/MC/TrailSystem.hpp rename to LiteLoader/include/llapi/mc/TrailSystem.hpp index 1e73985..3da827d 100644 --- a/LiteLoader/Header/MC/TrailSystem.hpp +++ b/LiteLoader/include/llapi/mc/TrailSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransactionalWorldBlockTarget.hpp b/LiteLoader/include/llapi/mc/TransactionalWorldBlockTarget.hpp similarity index 97% rename from LiteLoader/Header/MC/TransactionalWorldBlockTarget.hpp rename to LiteLoader/include/llapi/mc/TransactionalWorldBlockTarget.hpp index f3bbb7b..ad9fb6b 100644 --- a/LiteLoader/Header/MC/TransactionalWorldBlockTarget.hpp +++ b/LiteLoader/include/llapi/mc/TransactionalWorldBlockTarget.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransferPacket.hpp b/LiteLoader/include/llapi/mc/TransferPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/TransferPacket.hpp rename to LiteLoader/include/llapi/mc/TransferPacket.hpp index 092f420..137c9c3 100644 --- a/LiteLoader/Header/MC/TransferPacket.hpp +++ b/LiteLoader/include/llapi/mc/TransferPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransformationComponent.hpp b/LiteLoader/include/llapi/mc/TransformationComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TransformationComponent.hpp rename to LiteLoader/include/llapi/mc/TransformationComponent.hpp index fbc2b1e..d7fe7cf 100644 --- a/LiteLoader/Header/MC/TransformationComponent.hpp +++ b/LiteLoader/include/llapi/mc/TransformationComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransformationDescription.hpp b/LiteLoader/include/llapi/mc/TransformationDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TransformationDescription.hpp rename to LiteLoader/include/llapi/mc/TransformationDescription.hpp index e62e504..cdf9c6a 100644 --- a/LiteLoader/Header/MC/TransformationDescription.hpp +++ b/LiteLoader/include/llapi/mc/TransformationDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransformationSystem.hpp b/LiteLoader/include/llapi/mc/TransformationSystem.hpp similarity index 94% rename from LiteLoader/Header/MC/TransformationSystem.hpp rename to LiteLoader/include/llapi/mc/TransformationSystem.hpp index 5b6c20a..2016717 100644 --- a/LiteLoader/Header/MC/TransformationSystem.hpp +++ b/LiteLoader/include/llapi/mc/TransformationSystem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TransporterComponent.hpp b/LiteLoader/include/llapi/mc/TransporterComponent.hpp similarity index 97% rename from LiteLoader/Header/MC/TransporterComponent.hpp rename to LiteLoader/include/llapi/mc/TransporterComponent.hpp index ee71cbc..f5f07da 100644 --- a/LiteLoader/Header/MC/TransporterComponent.hpp +++ b/LiteLoader/include/llapi/mc/TransporterComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BaseCircuitComponent.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrapDoorBlock.hpp b/LiteLoader/include/llapi/mc/TrapDoorBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TrapDoorBlock.hpp rename to LiteLoader/include/llapi/mc/TrapDoorBlock.hpp index fe84dae..afa6951 100644 --- a/LiteLoader/Header/MC/TrapDoorBlock.hpp +++ b/LiteLoader/include/llapi/mc/TrapDoorBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TreeHelper.hpp b/LiteLoader/include/llapi/mc/TreeHelper.hpp similarity index 96% rename from LiteLoader/Header/MC/TreeHelper.hpp rename to LiteLoader/include/llapi/mc/TreeHelper.hpp index 10c7b4a..9e5405b 100644 --- a/LiteLoader/Header/MC/TreeHelper.hpp +++ b/LiteLoader/include/llapi/mc/TreeHelper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TridentChannelingEnchant.hpp b/LiteLoader/include/llapi/mc/TridentChannelingEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/TridentChannelingEnchant.hpp rename to LiteLoader/include/llapi/mc/TridentChannelingEnchant.hpp index 505e534..4cfa076 100644 --- a/LiteLoader/Header/MC/TridentChannelingEnchant.hpp +++ b/LiteLoader/include/llapi/mc/TridentChannelingEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TridentImpalerEnchant.hpp b/LiteLoader/include/llapi/mc/TridentImpalerEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/TridentImpalerEnchant.hpp rename to LiteLoader/include/llapi/mc/TridentImpalerEnchant.hpp index 776a287..00d2123 100644 --- a/LiteLoader/Header/MC/TridentImpalerEnchant.hpp +++ b/LiteLoader/include/llapi/mc/TridentImpalerEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TridentItem.hpp b/LiteLoader/include/llapi/mc/TridentItem.hpp similarity index 98% rename from LiteLoader/Header/MC/TridentItem.hpp rename to LiteLoader/include/llapi/mc/TridentItem.hpp index 1565317..c5540d8 100644 --- a/LiteLoader/Header/MC/TridentItem.hpp +++ b/LiteLoader/include/llapi/mc/TridentItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TridentLoyaltyEnchant.hpp b/LiteLoader/include/llapi/mc/TridentLoyaltyEnchant.hpp similarity index 95% rename from LiteLoader/Header/MC/TridentLoyaltyEnchant.hpp rename to LiteLoader/include/llapi/mc/TridentLoyaltyEnchant.hpp index edef6dc..f6bd1b8 100644 --- a/LiteLoader/Header/MC/TridentLoyaltyEnchant.hpp +++ b/LiteLoader/include/llapi/mc/TridentLoyaltyEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TridentRiptideEnchant.hpp b/LiteLoader/include/llapi/mc/TridentRiptideEnchant.hpp similarity index 96% rename from LiteLoader/Header/MC/TridentRiptideEnchant.hpp rename to LiteLoader/include/llapi/mc/TridentRiptideEnchant.hpp index 2d71166..d9f26a8 100644 --- a/LiteLoader/Header/MC/TridentRiptideEnchant.hpp +++ b/LiteLoader/include/llapi/mc/TridentRiptideEnchant.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Enchant.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TriggerDescription.hpp b/LiteLoader/include/llapi/mc/TriggerDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TriggerDescription.hpp rename to LiteLoader/include/llapi/mc/TriggerDescription.hpp index c79e606..7e41f72 100644 --- a/LiteLoader/Header/MC/TriggerDescription.hpp +++ b/LiteLoader/include/llapi/mc/TriggerDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TripWireBlock.hpp b/LiteLoader/include/llapi/mc/TripWireBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TripWireBlock.hpp rename to LiteLoader/include/llapi/mc/TripWireBlock.hpp index 4068100..d6b56df 100644 --- a/LiteLoader/Header/MC/TripWireBlock.hpp +++ b/LiteLoader/include/llapi/mc/TripWireBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TripWireHookBlock.hpp b/LiteLoader/include/llapi/mc/TripWireHookBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/TripWireHookBlock.hpp rename to LiteLoader/include/llapi/mc/TripWireHookBlock.hpp index 589a7cd..44add88 100644 --- a/LiteLoader/Header/MC/TripWireHookBlock.hpp +++ b/LiteLoader/include/llapi/mc/TripWireHookBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TripodCamera.hpp b/LiteLoader/include/llapi/mc/TripodCamera.hpp similarity index 98% rename from LiteLoader/Header/MC/TripodCamera.hpp rename to LiteLoader/include/llapi/mc/TripodCamera.hpp index 964f3d0..1553e35 100644 --- a/LiteLoader/Header/MC/TripodCamera.hpp +++ b/LiteLoader/include/llapi/mc/TripodCamera.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/TripodCameraDescription.hpp b/LiteLoader/include/llapi/mc/TripodCameraDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TripodCameraDescription.hpp rename to LiteLoader/include/llapi/mc/TripodCameraDescription.hpp index 124fffc..62695e0 100644 --- a/LiteLoader/Header/MC/TripodCameraDescription.hpp +++ b/LiteLoader/include/llapi/mc/TripodCameraDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TropicalFish.hpp b/LiteLoader/include/llapi/mc/TropicalFish.hpp similarity index 98% rename from LiteLoader/Header/MC/TropicalFish.hpp rename to LiteLoader/include/llapi/mc/TropicalFish.hpp index 6e43efc..f4f4d55 100644 --- a/LiteLoader/Header/MC/TropicalFish.hpp +++ b/LiteLoader/include/llapi/mc/TropicalFish.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "WaterAnimal.hpp" diff --git a/LiteLoader/Header/MC/TropicalFishInfo.hpp b/LiteLoader/include/llapi/mc/TropicalFishInfo.hpp similarity index 93% rename from LiteLoader/Header/MC/TropicalFishInfo.hpp rename to LiteLoader/include/llapi/mc/TropicalFishInfo.hpp index e02d1ed..5a427b6 100644 --- a/LiteLoader/Header/MC/TropicalFishInfo.hpp +++ b/LiteLoader/include/llapi/mc/TropicalFishInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrustComponent.hpp b/LiteLoader/include/llapi/mc/TrustComponent.hpp similarity index 94% rename from LiteLoader/Header/MC/TrustComponent.hpp rename to LiteLoader/include/llapi/mc/TrustComponent.hpp index 0ed3f3e..9ca1387 100644 --- a/LiteLoader/Header/MC/TrustComponent.hpp +++ b/LiteLoader/include/llapi/mc/TrustComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrustDescription.hpp b/LiteLoader/include/llapi/mc/TrustDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TrustDescription.hpp rename to LiteLoader/include/llapi/mc/TrustDescription.hpp index a1f0f32..a933665 100644 --- a/LiteLoader/Header/MC/TrustDescription.hpp +++ b/LiteLoader/include/llapi/mc/TrustDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrustedKeys.hpp b/LiteLoader/include/llapi/mc/TrustedKeys.hpp similarity index 87% rename from LiteLoader/Header/MC/TrustedKeys.hpp rename to LiteLoader/include/llapi/mc/TrustedKeys.hpp index 4ab1658..f14dde8 100644 --- a/LiteLoader/Header/MC/TrustedKeys.hpp +++ b/LiteLoader/include/llapi/mc/TrustedKeys.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrustingComponent.hpp b/LiteLoader/include/llapi/mc/TrustingComponent.hpp similarity index 95% rename from LiteLoader/Header/MC/TrustingComponent.hpp rename to LiteLoader/include/llapi/mc/TrustingComponent.hpp index ed7a0c9..2d944b7 100644 --- a/LiteLoader/Header/MC/TrustingComponent.hpp +++ b/LiteLoader/include/llapi/mc/TrustingComponent.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TrustingDescription.hpp b/LiteLoader/include/llapi/mc/TrustingDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/TrustingDescription.hpp rename to LiteLoader/include/llapi/mc/TrustingDescription.hpp index 7202b77..a028e06 100644 --- a/LiteLoader/Header/MC/TrustingDescription.hpp +++ b/LiteLoader/include/llapi/mc/TrustingDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Turtle.hpp b/LiteLoader/include/llapi/mc/Turtle.hpp similarity index 97% rename from LiteLoader/Header/MC/Turtle.hpp rename to LiteLoader/include/llapi/mc/Turtle.hpp index 673a89d..ecdc81e 100644 --- a/LiteLoader/Header/MC/Turtle.hpp +++ b/LiteLoader/include/llapi/mc/Turtle.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/TurtleEggBlock.hpp b/LiteLoader/include/llapi/mc/TurtleEggBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TurtleEggBlock.hpp rename to LiteLoader/include/llapi/mc/TurtleEggBlock.hpp index 0740f0e..b4731f6 100644 --- a/LiteLoader/Header/MC/TurtleEggBlock.hpp +++ b/LiteLoader/include/llapi/mc/TurtleEggBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TwistingVinesBlock.hpp b/LiteLoader/include/llapi/mc/TwistingVinesBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/TwistingVinesBlock.hpp rename to LiteLoader/include/llapi/mc/TwistingVinesBlock.hpp index 9df9471..274a361 100644 --- a/LiteLoader/Header/MC/TwistingVinesBlock.hpp +++ b/LiteLoader/include/llapi/mc/TwistingVinesBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/TwistingVinesClusterFeature.hpp b/LiteLoader/include/llapi/mc/TwistingVinesClusterFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/TwistingVinesClusterFeature.hpp rename to LiteLoader/include/llapi/mc/TwistingVinesClusterFeature.hpp index 8b05483..49ed650 100644 --- a/LiteLoader/Header/MC/TwistingVinesClusterFeature.hpp +++ b/LiteLoader/include/llapi/mc/TwistingVinesClusterFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Types.hpp b/LiteLoader/include/llapi/mc/Types.hpp similarity index 99% rename from LiteLoader/Header/MC/Types.hpp rename to LiteLoader/include/llapi/mc/Types.hpp index be1554d..2782e70 100644 --- a/LiteLoader/Header/MC/Types.hpp +++ b/LiteLoader/include/llapi/mc/Types.hpp @@ -1,7 +1,7 @@ #pragma once -#include "HookAPI.h" -#include "../Global.h" +#include "include/llapi/HookAPI.h" +#include "include/llapi/Global.h" #include "Vec2.hpp" #include "Vec3.hpp" #include "BlockPos.hpp" @@ -438,7 +438,7 @@ public: class Command; }; -#include "../MC/Automation.hpp" +#include "Automation.hpp" class ClientBlobCache { public: @@ -1352,10 +1352,11 @@ public: } }; -/* + enum class BlockActorType : int { + UnKnow = 0x0, Furnace = 0x01, Chest = 0x02, NetherReactor = 0x03, @@ -1403,7 +1404,7 @@ enum class BlockActorType : int SculkCatalyst = 0x30, SculkShrieker = 0x31, }; - +/* enum class ActorType; */ diff --git a/LiteLoader/Header/MC/UnburiedConstraint.hpp b/LiteLoader/include/llapi/mc/UnburiedConstraint.hpp similarity index 95% rename from LiteLoader/Header/MC/UnburiedConstraint.hpp rename to LiteLoader/include/llapi/mc/UnburiedConstraint.hpp index b6e51d8..f8296f6 100644 --- a/LiteLoader/Header/MC/UnburiedConstraint.hpp +++ b/LiteLoader/include/llapi/mc/UnburiedConstraint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UnderwaterCanyonFeature.hpp b/LiteLoader/include/llapi/mc/UnderwaterCanyonFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/UnderwaterCanyonFeature.hpp rename to LiteLoader/include/llapi/mc/UnderwaterCanyonFeature.hpp index 21a6991..669d597 100644 --- a/LiteLoader/Header/MC/UnderwaterCanyonFeature.hpp +++ b/LiteLoader/include/llapi/mc/UnderwaterCanyonFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "CanyonFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UnderwaterLargeCaveFeature.hpp b/LiteLoader/include/llapi/mc/UnderwaterLargeCaveFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/UnderwaterLargeCaveFeature.hpp rename to LiteLoader/include/llapi/mc/UnderwaterLargeCaveFeature.hpp index 15714a5..1cd6bf5 100644 --- a/LiteLoader/Header/MC/UnderwaterLargeCaveFeature.hpp +++ b/LiteLoader/include/llapi/mc/UnderwaterLargeCaveFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UnderwaterTorchBlock.hpp b/LiteLoader/include/llapi/mc/UnderwaterTorchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/UnderwaterTorchBlock.hpp rename to LiteLoader/include/llapi/mc/UnderwaterTorchBlock.hpp index 10d4b8b..0208c93 100644 --- a/LiteLoader/Header/MC/UnderwaterTorchBlock.hpp +++ b/LiteLoader/include/llapi/mc/UnderwaterTorchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TorchBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UndyedShulkerBoxBlock.hpp b/LiteLoader/include/llapi/mc/UndyedShulkerBoxBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/UndyedShulkerBoxBlock.hpp rename to LiteLoader/include/llapi/mc/UndyedShulkerBoxBlock.hpp index 0c8bff7..6c9ba97 100644 --- a/LiteLoader/Header/MC/UndyedShulkerBoxBlock.hpp +++ b/LiteLoader/include/llapi/mc/UndyedShulkerBoxBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ShulkerBoxBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UnverifiedCertificate.hpp b/LiteLoader/include/llapi/mc/UnverifiedCertificate.hpp similarity index 96% rename from LiteLoader/Header/MC/UnverifiedCertificate.hpp rename to LiteLoader/include/llapi/mc/UnverifiedCertificate.hpp index 4f30f0b..d0a5313 100644 --- a/LiteLoader/Header/MC/UnverifiedCertificate.hpp +++ b/LiteLoader/include/llapi/mc/UnverifiedCertificate.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateAttributesPacket.hpp b/LiteLoader/include/llapi/mc/UpdateAttributesPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/UpdateAttributesPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateAttributesPacket.hpp index 805da16..87ad3d9 100644 --- a/LiteLoader/Header/MC/UpdateAttributesPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateAttributesPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateBlockPacket.hpp b/LiteLoader/include/llapi/mc/UpdateBlockPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/UpdateBlockPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateBlockPacket.hpp index 5d5fb2c..323d6be 100644 --- a/LiteLoader/Header/MC/UpdateBlockPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateBlockPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateBlockPropertiesPacket.hpp b/LiteLoader/include/llapi/mc/UpdateBlockPropertiesPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/UpdateBlockPropertiesPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateBlockPropertiesPacket.hpp index 4d553ab..e328c74 100644 --- a/LiteLoader/Header/MC/UpdateBlockPropertiesPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateBlockPropertiesPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateBlockSyncedPacket.hpp b/LiteLoader/include/llapi/mc/UpdateBlockSyncedPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/UpdateBlockSyncedPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateBlockSyncedPacket.hpp index 2bd3f10..c774c04 100644 --- a/LiteLoader/Header/MC/UpdateBlockSyncedPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateBlockSyncedPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateEquipPacket.hpp b/LiteLoader/include/llapi/mc/UpdateEquipPacket.hpp similarity index 95% rename from LiteLoader/Header/MC/UpdateEquipPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateEquipPacket.hpp index a0cb731..3d87bbe 100644 --- a/LiteLoader/Header/MC/UpdateEquipPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateEquipPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdatePlayerGameTypePacket.hpp b/LiteLoader/include/llapi/mc/UpdatePlayerGameTypePacket.hpp similarity index 96% rename from LiteLoader/Header/MC/UpdatePlayerGameTypePacket.hpp rename to LiteLoader/include/llapi/mc/UpdatePlayerGameTypePacket.hpp index 2990ba7..deebd38 100644 --- a/LiteLoader/Header/MC/UpdatePlayerGameTypePacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdatePlayerGameTypePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateSoftEnumPacket.hpp b/LiteLoader/include/llapi/mc/UpdateSoftEnumPacket.hpp similarity index 96% rename from LiteLoader/Header/MC/UpdateSoftEnumPacket.hpp rename to LiteLoader/include/llapi/mc/UpdateSoftEnumPacket.hpp index 929bffd..d1e6e33 100644 --- a/LiteLoader/Header/MC/UpdateSoftEnumPacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateSoftEnumPacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UpdateTradePacket.hpp b/LiteLoader/include/llapi/mc/UpdateTradePacket.hpp similarity index 95% rename from LiteLoader/Header/MC/UpdateTradePacket.hpp rename to LiteLoader/include/llapi/mc/UpdateTradePacket.hpp index 45cd25b..9323c77 100644 --- a/LiteLoader/Header/MC/UpdateTradePacket.hpp +++ b/LiteLoader/include/llapi/mc/UpdateTradePacket.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Packet.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UriListener.hpp b/LiteLoader/include/llapi/mc/UriListener.hpp similarity index 93% rename from LiteLoader/Header/MC/UriListener.hpp rename to LiteLoader/include/llapi/mc/UriListener.hpp index 89c6369..5071fa7 100644 --- a/LiteLoader/Header/MC/UriListener.hpp +++ b/LiteLoader/include/llapi/mc/UriListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/UseActorDefinition.hpp b/LiteLoader/include/llapi/mc/UseActorDefinition.hpp similarity index 94% rename from LiteLoader/Header/MC/UseActorDefinition.hpp rename to LiteLoader/include/llapi/mc/UseActorDefinition.hpp index 669a276..7542a6b 100644 --- a/LiteLoader/Header/MC/UseActorDefinition.hpp +++ b/LiteLoader/include/llapi/mc/UseActorDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/UseActorNode.hpp b/LiteLoader/include/llapi/mc/UseActorNode.hpp similarity index 94% rename from LiteLoader/Header/MC/UseActorNode.hpp rename to LiteLoader/include/llapi/mc/UseActorNode.hpp index f7e869d..b474223 100644 --- a/LiteLoader/Header/MC/UseActorNode.hpp +++ b/LiteLoader/include/llapi/mc/UseActorNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Util.hpp b/LiteLoader/include/llapi/mc/Util.hpp similarity index 99% rename from LiteLoader/Header/MC/Util.hpp rename to LiteLoader/include/llapi/mc/Util.hpp index b67af0a..bf61246 100644 --- a/LiteLoader/Header/MC/Util.hpp +++ b/LiteLoader/include/llapi/mc/Util.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaActorRendererId.hpp b/LiteLoader/include/llapi/mc/VanillaActorRendererId.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaActorRendererId.hpp rename to LiteLoader/include/llapi/mc/VanillaActorRendererId.hpp index 98772f8..bfaffa3 100644 --- a/LiteLoader/Header/MC/VanillaActorRendererId.hpp +++ b/LiteLoader/include/llapi/mc/VanillaActorRendererId.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaActors.hpp b/LiteLoader/include/llapi/mc/VanillaActors.hpp similarity index 87% rename from LiteLoader/Header/MC/VanillaActors.hpp rename to LiteLoader/include/llapi/mc/VanillaActors.hpp index 07d1777..7ebd52d 100644 --- a/LiteLoader/Header/MC/VanillaActors.hpp +++ b/LiteLoader/include/llapi/mc/VanillaActors.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaAppConfigs.hpp b/LiteLoader/include/llapi/mc/VanillaAppConfigs.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaAppConfigs.hpp rename to LiteLoader/include/llapi/mc/VanillaAppConfigs.hpp index bc06429..03cb0cb 100644 --- a/LiteLoader/Header/MC/VanillaAppConfigs.hpp +++ b/LiteLoader/include/llapi/mc/VanillaAppConfigs.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "AppConfigs.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBastionJigsawStructureBlockRules.hpp b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureBlockRules.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaBastionJigsawStructureBlockRules.hpp rename to LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureBlockRules.hpp index ffd8b7c..3c4ab88 100644 --- a/LiteLoader/Header/MC/VanillaBastionJigsawStructureBlockRules.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureBlockRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBastionJigsawStructureElements.hpp b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureElements.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaBastionJigsawStructureElements.hpp rename to LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureElements.hpp index ea9f844..ad48529 100644 --- a/LiteLoader/Header/MC/VanillaBastionJigsawStructureElements.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructureElements.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBastionJigsawStructures.hpp b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructures.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaBastionJigsawStructures.hpp rename to LiteLoader/include/llapi/mc/VanillaBastionJigsawStructures.hpp index ddfaf4c..d7bd0bf 100644 --- a/LiteLoader/Header/MC/VanillaBastionJigsawStructures.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBastionJigsawStructures.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBiomes.hpp b/LiteLoader/include/llapi/mc/VanillaBiomes.hpp similarity index 99% rename from LiteLoader/Header/MC/VanillaBiomes.hpp rename to LiteLoader/include/llapi/mc/VanillaBiomes.hpp index eb3379f..62fb80e 100644 --- a/LiteLoader/Header/MC/VanillaBiomes.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBiomes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBlockConversion.hpp b/LiteLoader/include/llapi/mc/VanillaBlockConversion.hpp similarity index 92% rename from LiteLoader/Header/MC/VanillaBlockConversion.hpp rename to LiteLoader/include/llapi/mc/VanillaBlockConversion.hpp index 0126350..d7379a9 100644 --- a/LiteLoader/Header/MC/VanillaBlockConversion.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBlockConversion.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBlockStateTransformUtils.hpp b/LiteLoader/include/llapi/mc/VanillaBlockStateTransformUtils.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaBlockStateTransformUtils.hpp rename to LiteLoader/include/llapi/mc/VanillaBlockStateTransformUtils.hpp index 799d8cc..f7cd103 100644 --- a/LiteLoader/Header/MC/VanillaBlockStateTransformUtils.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBlockStateTransformUtils.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBlockTypes.hpp b/LiteLoader/include/llapi/mc/VanillaBlockTypes.hpp similarity index 99% rename from LiteLoader/Header/MC/VanillaBlockTypes.hpp rename to LiteLoader/include/llapi/mc/VanillaBlockTypes.hpp index 95e955e..08fc455 100644 --- a/LiteLoader/Header/MC/VanillaBlockTypes.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBlockTypes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBlockUpdater.hpp b/LiteLoader/include/llapi/mc/VanillaBlockUpdater.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaBlockUpdater.hpp rename to LiteLoader/include/llapi/mc/VanillaBlockUpdater.hpp index 4f477a4..eb16e84 100644 --- a/LiteLoader/Header/MC/VanillaBlockUpdater.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBlockUpdater.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBlocks.hpp b/LiteLoader/include/llapi/mc/VanillaBlocks.hpp similarity index 99% rename from LiteLoader/Header/MC/VanillaBlocks.hpp rename to LiteLoader/include/llapi/mc/VanillaBlocks.hpp index 78e2135..60e1048 100644 --- a/LiteLoader/Header/MC/VanillaBlocks.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBlocks.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaBuiltInEntities.hpp b/LiteLoader/include/llapi/mc/VanillaBuiltInEntities.hpp similarity index 87% rename from LiteLoader/Header/MC/VanillaBuiltInEntities.hpp rename to LiteLoader/include/llapi/mc/VanillaBuiltInEntities.hpp index f4726b9..cc74d64 100644 --- a/LiteLoader/Header/MC/VanillaBuiltInEntities.hpp +++ b/LiteLoader/include/llapi/mc/VanillaBuiltInEntities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaDimensionFactory.hpp b/LiteLoader/include/llapi/mc/VanillaDimensionFactory.hpp similarity index 90% rename from LiteLoader/Header/MC/VanillaDimensionFactory.hpp rename to LiteLoader/include/llapi/mc/VanillaDimensionFactory.hpp index 917b382..09e40e8 100644 --- a/LiteLoader/Header/MC/VanillaDimensionFactory.hpp +++ b/LiteLoader/include/llapi/mc/VanillaDimensionFactory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaDimensions.hpp b/LiteLoader/include/llapi/mc/VanillaDimensions.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaDimensions.hpp rename to LiteLoader/include/llapi/mc/VanillaDimensions.hpp index 94b3c5b..ea96cb9 100644 --- a/LiteLoader/Header/MC/VanillaDimensions.hpp +++ b/LiteLoader/include/llapi/mc/VanillaDimensions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaFeatures.hpp b/LiteLoader/include/llapi/mc/VanillaFeatures.hpp similarity index 94% rename from LiteLoader/Header/MC/VanillaFeatures.hpp rename to LiteLoader/include/llapi/mc/VanillaFeatures.hpp index b88e305..5ba8496 100644 --- a/LiteLoader/Header/MC/VanillaFeatures.hpp +++ b/LiteLoader/include/llapi/mc/VanillaFeatures.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaGameModuleDedicatedServer.hpp b/LiteLoader/include/llapi/mc/VanillaGameModuleDedicatedServer.hpp similarity index 96% rename from LiteLoader/Header/MC/VanillaGameModuleDedicatedServer.hpp rename to LiteLoader/include/llapi/mc/VanillaGameModuleDedicatedServer.hpp index 2975ed2..d87cc03 100644 --- a/LiteLoader/Header/MC/VanillaGameModuleDedicatedServer.hpp +++ b/LiteLoader/include/llapi/mc/VanillaGameModuleDedicatedServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaGameModuleServer.hpp b/LiteLoader/include/llapi/mc/VanillaGameModuleServer.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaGameModuleServer.hpp rename to LiteLoader/include/llapi/mc/VanillaGameModuleServer.hpp index 2c890f4..96bad64 100644 --- a/LiteLoader/Header/MC/VanillaGameModuleServer.hpp +++ b/LiteLoader/include/llapi/mc/VanillaGameModuleServer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaGameVersions.hpp b/LiteLoader/include/llapi/mc/VanillaGameVersions.hpp similarity index 90% rename from LiteLoader/Header/MC/VanillaGameVersions.hpp rename to LiteLoader/include/llapi/mc/VanillaGameVersions.hpp index 5e2de74..6e903de 100644 --- a/LiteLoader/Header/MC/VanillaGameVersions.hpp +++ b/LiteLoader/include/llapi/mc/VanillaGameVersions.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaGoalDefinition.hpp b/LiteLoader/include/llapi/mc/VanillaGoalDefinition.hpp similarity index 86% rename from LiteLoader/Header/MC/VanillaGoalDefinition.hpp rename to LiteLoader/include/llapi/mc/VanillaGoalDefinition.hpp index f26da88..01f2316 100644 --- a/LiteLoader/Header/MC/VanillaGoalDefinition.hpp +++ b/LiteLoader/include/llapi/mc/VanillaGoalDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaGoalUtility.hpp b/LiteLoader/include/llapi/mc/VanillaGoalUtility.hpp similarity index 88% rename from LiteLoader/Header/MC/VanillaGoalUtility.hpp rename to LiteLoader/include/llapi/mc/VanillaGoalUtility.hpp index d1378e4..af1ffe3 100644 --- a/LiteLoader/Header/MC/VanillaGoalUtility.hpp +++ b/LiteLoader/include/llapi/mc/VanillaGoalUtility.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaInPackagePacks.hpp b/LiteLoader/include/llapi/mc/VanillaInPackagePacks.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaInPackagePacks.hpp rename to LiteLoader/include/llapi/mc/VanillaInPackagePacks.hpp index 8a9e2e3..0466520 100644 --- a/LiteLoader/Header/MC/VanillaInPackagePacks.hpp +++ b/LiteLoader/include/llapi/mc/VanillaInPackagePacks.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaItemTiers.hpp b/LiteLoader/include/llapi/mc/VanillaItemTiers.hpp similarity index 96% rename from LiteLoader/Header/MC/VanillaItemTiers.hpp rename to LiteLoader/include/llapi/mc/VanillaItemTiers.hpp index 61d075b..f32362d 100644 --- a/LiteLoader/Header/MC/VanillaItemTiers.hpp +++ b/LiteLoader/include/llapi/mc/VanillaItemTiers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaItems.hpp b/LiteLoader/include/llapi/mc/VanillaItems.hpp similarity index 99% rename from LiteLoader/Header/MC/VanillaItems.hpp rename to LiteLoader/include/llapi/mc/VanillaItems.hpp index e893f6a..01b072b 100644 --- a/LiteLoader/Header/MC/VanillaItems.hpp +++ b/LiteLoader/include/llapi/mc/VanillaItems.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaLevelChunkUpgrade.hpp b/LiteLoader/include/llapi/mc/VanillaLevelChunkUpgrade.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaLevelChunkUpgrade.hpp rename to LiteLoader/include/llapi/mc/VanillaLevelChunkUpgrade.hpp index 57fc35a..c07a35a 100644 --- a/LiteLoader/Header/MC/VanillaLevelChunkUpgrade.hpp +++ b/LiteLoader/include/llapi/mc/VanillaLevelChunkUpgrade.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaOverworldBiomeSource.hpp b/LiteLoader/include/llapi/mc/VanillaOverworldBiomeSource.hpp similarity index 96% rename from LiteLoader/Header/MC/VanillaOverworldBiomeSource.hpp rename to LiteLoader/include/llapi/mc/VanillaOverworldBiomeSource.hpp index 23cbe36..9e46f39 100644 --- a/LiteLoader/Header/MC/VanillaOverworldBiomeSource.hpp +++ b/LiteLoader/include/llapi/mc/VanillaOverworldBiomeSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "LayerBiomeSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaServerGameplayEventListener.hpp b/LiteLoader/include/llapi/mc/VanillaServerGameplayEventListener.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaServerGameplayEventListener.hpp rename to LiteLoader/include/llapi/mc/VanillaServerGameplayEventListener.hpp index e9f668b..4620b4a 100644 --- a/LiteLoader/Header/MC/VanillaServerGameplayEventListener.hpp +++ b/LiteLoader/include/llapi/mc/VanillaServerGameplayEventListener.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaServerNetworkHandler.hpp b/LiteLoader/include/llapi/mc/VanillaServerNetworkHandler.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaServerNetworkHandler.hpp rename to LiteLoader/include/llapi/mc/VanillaServerNetworkHandler.hpp index eb9b6eb..12754ea 100644 --- a/LiteLoader/Header/MC/VanillaServerNetworkHandler.hpp +++ b/LiteLoader/include/llapi/mc/VanillaServerNetworkHandler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaStates.hpp b/LiteLoader/include/llapi/mc/VanillaStates.hpp similarity index 99% rename from LiteLoader/Header/MC/VanillaStates.hpp rename to LiteLoader/include/llapi/mc/VanillaStates.hpp index 5b29487..05b8d07 100644 --- a/LiteLoader/Header/MC/VanillaStates.hpp +++ b/LiteLoader/include/llapi/mc/VanillaStates.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaSystemsRegistration.hpp b/LiteLoader/include/llapi/mc/VanillaSystemsRegistration.hpp similarity index 91% rename from LiteLoader/Header/MC/VanillaSystemsRegistration.hpp rename to LiteLoader/include/llapi/mc/VanillaSystemsRegistration.hpp index 6f0f2a7..5d82fc9 100644 --- a/LiteLoader/Header/MC/VanillaSystemsRegistration.hpp +++ b/LiteLoader/include/llapi/mc/VanillaSystemsRegistration.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaTreeFeature.hpp b/LiteLoader/include/llapi/mc/VanillaTreeFeature.hpp similarity index 97% rename from LiteLoader/Header/MC/VanillaTreeFeature.hpp rename to LiteLoader/include/llapi/mc/VanillaTreeFeature.hpp index df26186..6b14d14 100644 --- a/LiteLoader/Header/MC/VanillaTreeFeature.hpp +++ b/LiteLoader/include/llapi/mc/VanillaTreeFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "JsonUtil.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaVillageJigsawStructureActorRules.hpp b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureActorRules.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaVillageJigsawStructureActorRules.hpp rename to LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureActorRules.hpp index bbb69f9..69db3e5 100644 --- a/LiteLoader/Header/MC/VanillaVillageJigsawStructureActorRules.hpp +++ b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureActorRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockRules.hpp b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockRules.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockRules.hpp rename to LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockRules.hpp index f73b698..1dc88dc 100644 --- a/LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockRules.hpp +++ b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockTagRules.hpp b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockTagRules.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockTagRules.hpp rename to LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockTagRules.hpp index 3089af4..ea03d8d 100644 --- a/LiteLoader/Header/MC/VanillaVillageJigsawStructureBlockTagRules.hpp +++ b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureBlockTagRules.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaVillageJigsawStructureElements.hpp b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureElements.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaVillageJigsawStructureElements.hpp rename to LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureElements.hpp index 9def636..58c9dc5 100644 --- a/LiteLoader/Header/MC/VanillaVillageJigsawStructureElements.hpp +++ b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructureElements.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaVillageJigsawStructures.hpp b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructures.hpp similarity index 95% rename from LiteLoader/Header/MC/VanillaVillageJigsawStructures.hpp rename to LiteLoader/include/llapi/mc/VanillaVillageJigsawStructures.hpp index 65b2644..3ed1876 100644 --- a/LiteLoader/Header/MC/VanillaVillageJigsawStructures.hpp +++ b/LiteLoader/include/llapi/mc/VanillaVillageJigsawStructures.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VanillaWorldSystems.hpp b/LiteLoader/include/llapi/mc/VanillaWorldSystems.hpp similarity index 90% rename from LiteLoader/Header/MC/VanillaWorldSystems.hpp rename to LiteLoader/include/llapi/mc/VanillaWorldSystems.hpp index 5677b50..accdd9d 100644 --- a/LiteLoader/Header/MC/VanillaWorldSystems.hpp +++ b/LiteLoader/include/llapi/mc/VanillaWorldSystems.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VarIntDataInput.hpp b/LiteLoader/include/llapi/mc/VarIntDataInput.hpp similarity index 94% rename from LiteLoader/Header/MC/VarIntDataInput.hpp rename to LiteLoader/include/llapi/mc/VarIntDataInput.hpp index b37bdcd..2f5014a 100644 --- a/LiteLoader/Header/MC/VarIntDataInput.hpp +++ b/LiteLoader/include/llapi/mc/VarIntDataInput.hpp @@ -1,10 +1,10 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA -#include "MC/ReadOnlyBinaryStream.hpp" +#include "ReadOnlyBinaryStream.hpp" #undef BEFORE_EXTRA class VarIntDataInput { diff --git a/LiteLoader/Header/MC/VarIntDataOutput.hpp b/LiteLoader/include/llapi/mc/VarIntDataOutput.hpp similarity index 97% rename from LiteLoader/Header/MC/VarIntDataOutput.hpp rename to LiteLoader/include/llapi/mc/VarIntDataOutput.hpp index 45a7ac0..fe9c4dd 100644 --- a/LiteLoader/Header/MC/VarIntDataOutput.hpp +++ b/LiteLoader/include/llapi/mc/VarIntDataOutput.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VariantDescription.hpp b/LiteLoader/include/llapi/mc/VariantDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/VariantDescription.hpp rename to LiteLoader/include/llapi/mc/VariantDescription.hpp index 4737301..7f5fbe7 100644 --- a/LiteLoader/Header/MC/VariantDescription.hpp +++ b/LiteLoader/include/llapi/mc/VariantDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Vec2.hpp b/LiteLoader/include/llapi/mc/Vec2.hpp similarity index 96% rename from LiteLoader/Header/MC/Vec2.hpp rename to LiteLoader/include/llapi/mc/Vec2.hpp index 7c76fef..9d8aa80 100644 --- a/LiteLoader/Header/MC/Vec2.hpp +++ b/LiteLoader/include/llapi/mc/Vec2.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Vec3.hpp b/LiteLoader/include/llapi/mc/Vec3.hpp similarity index 98% rename from LiteLoader/Header/MC/Vec3.hpp rename to LiteLoader/include/llapi/mc/Vec3.hpp index d5f2537..6a19306 100644 --- a/LiteLoader/Header/MC/Vec3.hpp +++ b/LiteLoader/include/llapi/mc/Vec3.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockPos.hpp" class Vec3 { diff --git a/LiteLoader/Header/MC/Vex.hpp b/LiteLoader/include/llapi/mc/Vex.hpp similarity index 98% rename from LiteLoader/Header/MC/Vex.hpp rename to LiteLoader/include/llapi/mc/Vex.hpp index c9efc51..768dee2 100644 --- a/LiteLoader/Header/MC/Vex.hpp +++ b/LiteLoader/include/llapi/mc/Vex.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/VexCopyOwnerTargetGoal.hpp b/LiteLoader/include/llapi/mc/VexCopyOwnerTargetGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/VexCopyOwnerTargetGoal.hpp rename to LiteLoader/include/llapi/mc/VexCopyOwnerTargetGoal.hpp index 4ce101b..d46ac5e 100644 --- a/LiteLoader/Header/MC/VexCopyOwnerTargetGoal.hpp +++ b/LiteLoader/include/llapi/mc/VexCopyOwnerTargetGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VexRandomMoveGoal.hpp b/LiteLoader/include/llapi/mc/VexRandomMoveGoal.hpp similarity index 95% rename from LiteLoader/Header/MC/VexRandomMoveGoal.hpp rename to LiteLoader/include/llapi/mc/VexRandomMoveGoal.hpp index 45413fe..3ec4db7 100644 --- a/LiteLoader/Header/MC/VexRandomMoveGoal.hpp +++ b/LiteLoader/include/llapi/mc/VexRandomMoveGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Village.hpp b/LiteLoader/include/llapi/mc/Village.hpp similarity index 99% rename from LiteLoader/Header/MC/Village.hpp rename to LiteLoader/include/llapi/mc/Village.hpp index 0472bec..709189b 100644 --- a/LiteLoader/Header/MC/Village.hpp +++ b/LiteLoader/include/llapi/mc/Village.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VillageFeature.hpp b/LiteLoader/include/llapi/mc/VillageFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/VillageFeature.hpp rename to LiteLoader/include/llapi/mc/VillageFeature.hpp index 9b58c84..73ab171 100644 --- a/LiteLoader/Header/MC/VillageFeature.hpp +++ b/LiteLoader/include/llapi/mc/VillageFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VillageManager.hpp b/LiteLoader/include/llapi/mc/VillageManager.hpp similarity index 98% rename from LiteLoader/Header/MC/VillageManager.hpp rename to LiteLoader/include/llapi/mc/VillageManager.hpp index dc760e4..35923cb 100644 --- a/LiteLoader/Header/MC/VillageManager.hpp +++ b/LiteLoader/include/llapi/mc/VillageManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VillagePiece.hpp b/LiteLoader/include/llapi/mc/VillagePiece.hpp similarity index 97% rename from LiteLoader/Header/MC/VillagePiece.hpp rename to LiteLoader/include/llapi/mc/VillagePiece.hpp index 884fe52..148cb0c 100644 --- a/LiteLoader/Header/MC/VillagePiece.hpp +++ b/LiteLoader/include/llapi/mc/VillagePiece.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PoolElementStructurePiece.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VillageStart.hpp b/LiteLoader/include/llapi/mc/VillageStart.hpp similarity index 95% rename from LiteLoader/Header/MC/VillageStart.hpp rename to LiteLoader/include/llapi/mc/VillageStart.hpp index 58c1d73..152918c 100644 --- a/LiteLoader/Header/MC/VillageStart.hpp +++ b/LiteLoader/include/llapi/mc/VillageStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Villager.hpp b/LiteLoader/include/llapi/mc/Villager.hpp similarity index 97% rename from LiteLoader/Header/MC/Villager.hpp rename to LiteLoader/include/llapi/mc/Villager.hpp index f6e572e..ad015b7 100644 --- a/LiteLoader/Header/MC/Villager.hpp +++ b/LiteLoader/include/llapi/mc/Villager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "VillagerBase.hpp" diff --git a/LiteLoader/Header/MC/VillagerBase.hpp b/LiteLoader/include/llapi/mc/VillagerBase.hpp similarity index 98% rename from LiteLoader/Header/MC/VillagerBase.hpp rename to LiteLoader/include/llapi/mc/VillagerBase.hpp index 5c41c0f..151739e 100644 --- a/LiteLoader/Header/MC/VillagerBase.hpp +++ b/LiteLoader/include/llapi/mc/VillagerBase.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/VillagerV2.hpp b/LiteLoader/include/llapi/mc/VillagerV2.hpp similarity index 98% rename from LiteLoader/Header/MC/VillagerV2.hpp rename to LiteLoader/include/llapi/mc/VillagerV2.hpp index 839c292..9768f1e 100644 --- a/LiteLoader/Header/MC/VillagerV2.hpp +++ b/LiteLoader/include/llapi/mc/VillagerV2.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "VillagerBase.hpp" diff --git a/LiteLoader/Header/MC/VindicationIllager.hpp b/LiteLoader/include/llapi/mc/VindicationIllager.hpp similarity index 98% rename from LiteLoader/Header/MC/VindicationIllager.hpp rename to LiteLoader/include/llapi/mc/VindicationIllager.hpp index f41bcce..40a292f 100644 --- a/LiteLoader/Header/MC/VindicationIllager.hpp +++ b/LiteLoader/include/llapi/mc/VindicationIllager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/VineBlock.hpp b/LiteLoader/include/llapi/mc/VineBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/VineBlock.hpp rename to LiteLoader/include/llapi/mc/VineBlock.hpp index cb252d8..dc0a59a 100644 --- a/LiteLoader/Header/MC/VineBlock.hpp +++ b/LiteLoader/include/llapi/mc/VineBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VinesFeature.hpp b/LiteLoader/include/llapi/mc/VinesFeature.hpp similarity index 94% rename from LiteLoader/Header/MC/VinesFeature.hpp rename to LiteLoader/include/llapi/mc/VinesFeature.hpp index d12ccb5..c5d5f4b 100644 --- a/LiteLoader/Header/MC/VinesFeature.hpp +++ b/LiteLoader/include/llapi/mc/VinesFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/VirtualCommandOrigin.hpp b/LiteLoader/include/llapi/mc/VirtualCommandOrigin.hpp similarity index 97% rename from LiteLoader/Header/MC/VirtualCommandOrigin.hpp rename to LiteLoader/include/llapi/mc/VirtualCommandOrigin.hpp index 6f8056d..5660572 100644 --- a/LiteLoader/Header/MC/VirtualCommandOrigin.hpp +++ b/LiteLoader/include/llapi/mc/VirtualCommandOrigin.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "CommandOrigin.hpp" diff --git a/LiteLoader/Header/MC/WASDControlledDescription.hpp b/LiteLoader/include/llapi/mc/WASDControlledDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/WASDControlledDescription.hpp rename to LiteLoader/include/llapi/mc/WASDControlledDescription.hpp index f93ec82..2076783 100644 --- a/LiteLoader/Header/MC/WASDControlledDescription.hpp +++ b/LiteLoader/include/llapi/mc/WASDControlledDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WSAStartupSingleton.hpp b/LiteLoader/include/llapi/mc/WSAStartupSingleton.hpp similarity index 94% rename from LiteLoader/Header/MC/WSAStartupSingleton.hpp rename to LiteLoader/include/llapi/mc/WSAStartupSingleton.hpp index e4019b0..bc86475 100644 --- a/LiteLoader/Header/MC/WSAStartupSingleton.hpp +++ b/LiteLoader/include/llapi/mc/WSAStartupSingleton.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WSServerCommand.hpp b/LiteLoader/include/llapi/mc/WSServerCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/WSServerCommand.hpp rename to LiteLoader/include/llapi/mc/WSServerCommand.hpp index 829ce2f..d2bf9ed 100644 --- a/LiteLoader/Header/MC/WSServerCommand.hpp +++ b/LiteLoader/include/llapi/mc/WSServerCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaitDefinition.hpp b/LiteLoader/include/llapi/mc/WaitDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/WaitDefinition.hpp rename to LiteLoader/include/llapi/mc/WaitDefinition.hpp index 7275d74..9023b5f 100644 --- a/LiteLoader/Header/MC/WaitDefinition.hpp +++ b/LiteLoader/include/llapi/mc/WaitDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/WaitNode.hpp b/LiteLoader/include/llapi/mc/WaitNode.hpp similarity index 94% rename from LiteLoader/Header/MC/WaitNode.hpp rename to LiteLoader/include/llapi/mc/WaitNode.hpp index 8281f4b..b467b5a 100644 --- a/LiteLoader/Header/MC/WaitNode.hpp +++ b/LiteLoader/include/llapi/mc/WaitNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaitTicksDefinition.hpp b/LiteLoader/include/llapi/mc/WaitTicksDefinition.hpp similarity index 95% rename from LiteLoader/Header/MC/WaitTicksDefinition.hpp rename to LiteLoader/include/llapi/mc/WaitTicksDefinition.hpp index 8ec0b76..9cea537 100644 --- a/LiteLoader/Header/MC/WaitTicksDefinition.hpp +++ b/LiteLoader/include/llapi/mc/WaitTicksDefinition.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #include "BehaviorDefinition.hpp" diff --git a/LiteLoader/Header/MC/WaitTicksNode.hpp b/LiteLoader/include/llapi/mc/WaitTicksNode.hpp similarity index 94% rename from LiteLoader/Header/MC/WaitTicksNode.hpp rename to LiteLoader/include/llapi/mc/WaitTicksNode.hpp index 7fe7a45..2d55320 100644 --- a/LiteLoader/Header/MC/WaitTicksNode.hpp +++ b/LiteLoader/include/llapi/mc/WaitTicksNode.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WalkAnimationSpeedDescription.hpp b/LiteLoader/include/llapi/mc/WalkAnimationSpeedDescription.hpp similarity index 96% rename from LiteLoader/Header/MC/WalkAnimationSpeedDescription.hpp rename to LiteLoader/include/llapi/mc/WalkAnimationSpeedDescription.hpp index 39d8024..5ae8c2a 100644 --- a/LiteLoader/Header/MC/WalkAnimationSpeedDescription.hpp +++ b/LiteLoader/include/llapi/mc/WalkAnimationSpeedDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WalkState.hpp b/LiteLoader/include/llapi/mc/WalkState.hpp similarity index 94% rename from LiteLoader/Header/MC/WalkState.hpp rename to LiteLoader/include/llapi/mc/WalkState.hpp index c7762df..f5e3fc0 100644 --- a/LiteLoader/Header/MC/WalkState.hpp +++ b/LiteLoader/include/llapi/mc/WalkState.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PetSleepWithOwnerState.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WallBlock.hpp b/LiteLoader/include/llapi/mc/WallBlock.hpp similarity index 99% rename from LiteLoader/Header/MC/WallBlock.hpp rename to LiteLoader/include/llapi/mc/WallBlock.hpp index d8d52ab..a8696b9 100644 --- a/LiteLoader/Header/MC/WallBlock.hpp +++ b/LiteLoader/include/llapi/mc/WallBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WallClimberPathNavigation.hpp b/LiteLoader/include/llapi/mc/WallClimberPathNavigation.hpp similarity index 96% rename from LiteLoader/Header/MC/WallClimberPathNavigation.hpp rename to LiteLoader/include/llapi/mc/WallClimberPathNavigation.hpp index 96d3ed5..bc9221a 100644 --- a/LiteLoader/Header/MC/WallClimberPathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/WallClimberPathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WanderingTrader.hpp b/LiteLoader/include/llapi/mc/WanderingTrader.hpp similarity index 97% rename from LiteLoader/Header/MC/WanderingTrader.hpp rename to LiteLoader/include/llapi/mc/WanderingTrader.hpp index 75b0667..0b6db41 100644 --- a/LiteLoader/Header/MC/WanderingTrader.hpp +++ b/LiteLoader/include/llapi/mc/WanderingTrader.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/WanderingTraderScheduler.hpp b/LiteLoader/include/llapi/mc/WanderingTraderScheduler.hpp similarity index 97% rename from LiteLoader/Header/MC/WanderingTraderScheduler.hpp rename to LiteLoader/include/llapi/mc/WanderingTraderScheduler.hpp index ace9739..948778d 100644 --- a/LiteLoader/Header/MC/WanderingTraderScheduler.hpp +++ b/LiteLoader/include/llapi/mc/WanderingTraderScheduler.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WantsJockeyDescription.hpp b/LiteLoader/include/llapi/mc/WantsJockeyDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/WantsJockeyDescription.hpp rename to LiteLoader/include/llapi/mc/WantsJockeyDescription.hpp index 75839c1..20f958f 100644 --- a/LiteLoader/Header/MC/WantsJockeyDescription.hpp +++ b/LiteLoader/include/llapi/mc/WantsJockeyDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WarpedFungusOnAStickItem.hpp b/LiteLoader/include/llapi/mc/WarpedFungusOnAStickItem.hpp similarity index 97% rename from LiteLoader/Header/MC/WarpedFungusOnAStickItem.hpp rename to LiteLoader/include/llapi/mc/WarpedFungusOnAStickItem.hpp index 4bbee20..1615de8 100644 --- a/LiteLoader/Header/MC/WarpedFungusOnAStickItem.hpp +++ b/LiteLoader/include/llapi/mc/WarpedFungusOnAStickItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaterAnimal.hpp b/LiteLoader/include/llapi/mc/WaterAnimal.hpp similarity index 97% rename from LiteLoader/Header/MC/WaterAnimal.hpp rename to LiteLoader/include/llapi/mc/WaterAnimal.hpp index 4f1cbef..268fa56 100644 --- a/LiteLoader/Header/MC/WaterAnimal.hpp +++ b/LiteLoader/include/llapi/mc/WaterAnimal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Mob.hpp" diff --git a/LiteLoader/Header/MC/WaterBoundPathNavigation.hpp b/LiteLoader/include/llapi/mc/WaterBoundPathNavigation.hpp similarity index 96% rename from LiteLoader/Header/MC/WaterBoundPathNavigation.hpp rename to LiteLoader/include/llapi/mc/WaterBoundPathNavigation.hpp index 7e5f830..76365ae 100644 --- a/LiteLoader/Header/MC/WaterBoundPathNavigation.hpp +++ b/LiteLoader/include/llapi/mc/WaterBoundPathNavigation.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "PathNavigation.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaterLilyBlockItem.hpp b/LiteLoader/include/llapi/mc/WaterLilyBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/WaterLilyBlockItem.hpp rename to LiteLoader/include/llapi/mc/WaterLilyBlockItem.hpp index e6bdbc9..ad3d3d2 100644 --- a/LiteLoader/Header/MC/WaterLilyBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/WaterLilyBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaterMovementDescription.hpp b/LiteLoader/include/llapi/mc/WaterMovementDescription.hpp similarity index 95% rename from LiteLoader/Header/MC/WaterMovementDescription.hpp rename to LiteLoader/include/llapi/mc/WaterMovementDescription.hpp index e7d681e..91339d9 100644 --- a/LiteLoader/Header/MC/WaterMovementDescription.hpp +++ b/LiteLoader/include/llapi/mc/WaterMovementDescription.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaterlilyBlock.hpp b/LiteLoader/include/llapi/mc/WaterlilyBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WaterlilyBlock.hpp rename to LiteLoader/include/llapi/mc/WaterlilyBlock.hpp index 8506fd9..867340a 100644 --- a/LiteLoader/Header/MC/WaterlilyBlock.hpp +++ b/LiteLoader/include/llapi/mc/WaterlilyBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BushBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WaterlilyFeature.hpp b/LiteLoader/include/llapi/mc/WaterlilyFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/WaterlilyFeature.hpp rename to LiteLoader/include/llapi/mc/WaterlilyFeature.hpp index 421720f..1378b64 100644 --- a/LiteLoader/Header/MC/WaterlilyFeature.hpp +++ b/LiteLoader/include/llapi/mc/WaterlilyFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeaponItem.hpp b/LiteLoader/include/llapi/mc/WeaponItem.hpp similarity index 98% rename from LiteLoader/Header/MC/WeaponItem.hpp rename to LiteLoader/include/llapi/mc/WeaponItem.hpp index 1b0d8dd..ad36ddf 100644 --- a/LiteLoader/Header/MC/WeaponItem.hpp +++ b/LiteLoader/include/llapi/mc/WeaponItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeaponRecipes.hpp b/LiteLoader/include/llapi/mc/WeaponRecipes.hpp similarity index 93% rename from LiteLoader/Header/MC/WeaponRecipes.hpp rename to LiteLoader/include/llapi/mc/WeaponRecipes.hpp index f6a8160..84eb46b 100644 --- a/LiteLoader/Header/MC/WeaponRecipes.hpp +++ b/LiteLoader/include/llapi/mc/WeaponRecipes.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Weather.hpp b/LiteLoader/include/llapi/mc/Weather.hpp similarity index 98% rename from LiteLoader/Header/MC/Weather.hpp rename to LiteLoader/include/llapi/mc/Weather.hpp index 3f66e65..95d7833 100644 --- a/LiteLoader/Header/MC/Weather.hpp +++ b/LiteLoader/include/llapi/mc/Weather.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockSourceListener.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeatherCommand.hpp b/LiteLoader/include/llapi/mc/WeatherCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/WeatherCommand.hpp rename to LiteLoader/include/llapi/mc/WeatherCommand.hpp index 8505a19..29de3b1 100644 --- a/LiteLoader/Header/MC/WeatherCommand.hpp +++ b/LiteLoader/include/llapi/mc/WeatherCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeatherHelpers.hpp b/LiteLoader/include/llapi/mc/WeatherHelpers.hpp similarity index 88% rename from LiteLoader/Header/MC/WeatherHelpers.hpp rename to LiteLoader/include/llapi/mc/WeatherHelpers.hpp index 8ef0c98..5df6b98 100644 --- a/LiteLoader/Header/MC/WeatherHelpers.hpp +++ b/LiteLoader/include/llapi/mc/WeatherHelpers.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WebBlock.hpp b/LiteLoader/include/llapi/mc/WebBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WebBlock.hpp rename to LiteLoader/include/llapi/mc/WebBlock.hpp index 3a61c82..6d62abd 100644 --- a/LiteLoader/Header/MC/WebBlock.hpp +++ b/LiteLoader/include/llapi/mc/WebBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WebToken.hpp b/LiteLoader/include/llapi/mc/WebToken.hpp similarity index 96% rename from LiteLoader/Header/MC/WebToken.hpp rename to LiteLoader/include/llapi/mc/WebToken.hpp index 27735e6..ea6aaca 100644 --- a/LiteLoader/Header/MC/WebToken.hpp +++ b/LiteLoader/include/llapi/mc/WebToken.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WebviewObserver.hpp b/LiteLoader/include/llapi/mc/WebviewObserver.hpp similarity index 96% rename from LiteLoader/Header/MC/WebviewObserver.hpp rename to LiteLoader/include/llapi/mc/WebviewObserver.hpp index b25df71..1f9fcac 100644 --- a/LiteLoader/Header/MC/WebviewObserver.hpp +++ b/LiteLoader/include/llapi/mc/WebviewObserver.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeepingVinesBlock.hpp b/LiteLoader/include/llapi/mc/WeepingVinesBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WeepingVinesBlock.hpp rename to LiteLoader/include/llapi/mc/WeepingVinesBlock.hpp index 4bbb229..27aa317 100644 --- a/LiteLoader/Header/MC/WeepingVinesBlock.hpp +++ b/LiteLoader/include/llapi/mc/WeepingVinesBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeepingVinesClusterFeature.hpp b/LiteLoader/include/llapi/mc/WeepingVinesClusterFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/WeepingVinesClusterFeature.hpp rename to LiteLoader/include/llapi/mc/WeepingVinesClusterFeature.hpp index 654927e..94d4ddb 100644 --- a/LiteLoader/Header/MC/WeepingVinesClusterFeature.hpp +++ b/LiteLoader/include/llapi/mc/WeepingVinesClusterFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Feature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeightedPressurePlateBlock.hpp b/LiteLoader/include/llapi/mc/WeightedPressurePlateBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WeightedPressurePlateBlock.hpp rename to LiteLoader/include/llapi/mc/WeightedPressurePlateBlock.hpp index c2768f4..f95b974 100644 --- a/LiteLoader/Header/MC/WeightedPressurePlateBlock.hpp +++ b/LiteLoader/include/llapi/mc/WeightedPressurePlateBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BasePressurePlateBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WeightedRandomFeature.hpp b/LiteLoader/include/llapi/mc/WeightedRandomFeature.hpp similarity index 95% rename from LiteLoader/Header/MC/WeightedRandomFeature.hpp rename to LiteLoader/include/llapi/mc/WeightedRandomFeature.hpp index d903306..a438abd 100644 --- a/LiteLoader/Header/MC/WeightedRandomFeature.hpp +++ b/LiteLoader/include/llapi/mc/WeightedRandomFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WellKnownBiomeTags.hpp b/LiteLoader/include/llapi/mc/WellKnownBiomeTags.hpp similarity index 93% rename from LiteLoader/Header/MC/WellKnownBiomeTags.hpp rename to LiteLoader/include/llapi/mc/WellKnownBiomeTags.hpp index ac1a5ee..325caf1 100644 --- a/LiteLoader/Header/MC/WellKnownBiomeTags.hpp +++ b/LiteLoader/include/llapi/mc/WellKnownBiomeTags.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Whitelist.hpp b/LiteLoader/include/llapi/mc/Whitelist.hpp similarity index 95% rename from LiteLoader/Header/MC/Whitelist.hpp rename to LiteLoader/include/llapi/mc/Whitelist.hpp index fcbdfa6..f61ed06 100644 --- a/LiteLoader/Header/MC/Whitelist.hpp +++ b/LiteLoader/include/llapi/mc/Whitelist.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WhitelistCommand.hpp b/LiteLoader/include/llapi/mc/WhitelistCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/WhitelistCommand.hpp rename to LiteLoader/include/llapi/mc/WhitelistCommand.hpp index da3e887..55495ec 100644 --- a/LiteLoader/Header/MC/WhitelistCommand.hpp +++ b/LiteLoader/include/llapi/mc/WhitelistCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WhitelistEntry.hpp b/LiteLoader/include/llapi/mc/WhitelistEntry.hpp similarity index 94% rename from LiteLoader/Header/MC/WhitelistEntry.hpp rename to LiteLoader/include/llapi/mc/WhitelistEntry.hpp index 6d703fe..21c49ef 100644 --- a/LiteLoader/Header/MC/WhitelistEntry.hpp +++ b/LiteLoader/include/llapi/mc/WhitelistEntry.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WhitelistFile.hpp b/LiteLoader/include/llapi/mc/WhitelistFile.hpp similarity index 94% rename from LiteLoader/Header/MC/WhitelistFile.hpp rename to LiteLoader/include/llapi/mc/WhitelistFile.hpp index 034f751..eb463c4 100644 --- a/LiteLoader/Header/MC/WhitelistFile.hpp +++ b/LiteLoader/include/llapi/mc/WhitelistFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WinStackTrace.hpp b/LiteLoader/include/llapi/mc/WinStackTrace.hpp similarity index 93% rename from LiteLoader/Header/MC/WinStackTrace.hpp rename to LiteLoader/include/llapi/mc/WinStackTrace.hpp index c90f69c..9a6453e 100644 --- a/LiteLoader/Header/MC/WinStackTrace.hpp +++ b/LiteLoader/include/llapi/mc/WinStackTrace.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WireframeQueue.hpp b/LiteLoader/include/llapi/mc/WireframeQueue.hpp similarity index 93% rename from LiteLoader/Header/MC/WireframeQueue.hpp rename to LiteLoader/include/llapi/mc/WireframeQueue.hpp index de0917b..753a1b2 100644 --- a/LiteLoader/Header/MC/WireframeQueue.hpp +++ b/LiteLoader/include/llapi/mc/WireframeQueue.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Witch.hpp b/LiteLoader/include/llapi/mc/Witch.hpp similarity index 98% rename from LiteLoader/Header/MC/Witch.hpp rename to LiteLoader/include/llapi/mc/Witch.hpp index 3490a6e..55d7777 100644 --- a/LiteLoader/Header/MC/Witch.hpp +++ b/LiteLoader/include/llapi/mc/Witch.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/WitherBoss.hpp b/LiteLoader/include/llapi/mc/WitherBoss.hpp similarity index 98% rename from LiteLoader/Header/MC/WitherBoss.hpp rename to LiteLoader/include/llapi/mc/WitherBoss.hpp index b3227b5..e0b8388 100644 --- a/LiteLoader/Header/MC/WitherBoss.hpp +++ b/LiteLoader/include/llapi/mc/WitherBoss.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Monster.hpp" diff --git a/LiteLoader/Header/MC/WitherBossSpawnUtilities.hpp b/LiteLoader/include/llapi/mc/WitherBossSpawnUtilities.hpp similarity index 92% rename from LiteLoader/Header/MC/WitherBossSpawnUtilities.hpp rename to LiteLoader/include/llapi/mc/WitherBossSpawnUtilities.hpp index 51269b4..4c6449b 100644 --- a/LiteLoader/Header/MC/WitherBossSpawnUtilities.hpp +++ b/LiteLoader/include/llapi/mc/WitherBossSpawnUtilities.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WitherRandomAttackPosGoal.hpp b/LiteLoader/include/llapi/mc/WitherRandomAttackPosGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/WitherRandomAttackPosGoal.hpp rename to LiteLoader/include/llapi/mc/WitherRandomAttackPosGoal.hpp index b10f506..d86f3ab 100644 --- a/LiteLoader/Header/MC/WitherRandomAttackPosGoal.hpp +++ b/LiteLoader/include/llapi/mc/WitherRandomAttackPosGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RandomStrollGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WitherRoseBlock.hpp b/LiteLoader/include/llapi/mc/WitherRoseBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WitherRoseBlock.hpp rename to LiteLoader/include/llapi/mc/WitherRoseBlock.hpp index 6d2c1a3..e92aa13 100644 --- a/LiteLoader/Header/MC/WitherRoseBlock.hpp +++ b/LiteLoader/include/llapi/mc/WitherRoseBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "FlowerBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WitherSkull.hpp b/LiteLoader/include/llapi/mc/WitherSkull.hpp similarity index 98% rename from LiteLoader/Header/MC/WitherSkull.hpp rename to LiteLoader/include/llapi/mc/WitherSkull.hpp index 8e7be9c..9a1d5ae 100644 --- a/LiteLoader/Header/MC/WitherSkull.hpp +++ b/LiteLoader/include/llapi/mc/WitherSkull.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Fireball.hpp" diff --git a/LiteLoader/Header/MC/WitherTargetHighestDamage.hpp b/LiteLoader/include/llapi/mc/WitherTargetHighestDamage.hpp similarity index 96% rename from LiteLoader/Header/MC/WitherTargetHighestDamage.hpp rename to LiteLoader/include/llapi/mc/WitherTargetHighestDamage.hpp index b149f91..b1e9159 100644 --- a/LiteLoader/Header/MC/WitherTargetHighestDamage.hpp +++ b/LiteLoader/include/llapi/mc/WitherTargetHighestDamage.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "TargetGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Wolf.hpp b/LiteLoader/include/llapi/mc/Wolf.hpp similarity index 98% rename from LiteLoader/Header/MC/Wolf.hpp rename to LiteLoader/include/llapi/mc/Wolf.hpp index f1a08fa..5291a9a 100644 --- a/LiteLoader/Header/MC/Wolf.hpp +++ b/LiteLoader/include/llapi/mc/Wolf.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Animal.hpp" diff --git a/LiteLoader/Header/MC/WoodBlock.hpp b/LiteLoader/include/llapi/mc/WoodBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WoodBlock.hpp rename to LiteLoader/include/llapi/mc/WoodBlock.hpp index 8fd285d..c3f298f 100644 --- a/LiteLoader/Header/MC/WoodBlock.hpp +++ b/LiteLoader/include/llapi/mc/WoodBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "RotatedPillarBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodButtonBlock.hpp b/LiteLoader/include/llapi/mc/WoodButtonBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WoodButtonBlock.hpp rename to LiteLoader/include/llapi/mc/WoodButtonBlock.hpp index 11ea2ca..d81d0e1 100644 --- a/LiteLoader/Header/MC/WoodButtonBlock.hpp +++ b/LiteLoader/include/llapi/mc/WoodButtonBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ButtonBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodSlabBlock.hpp b/LiteLoader/include/llapi/mc/WoodSlabBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WoodSlabBlock.hpp rename to LiteLoader/include/llapi/mc/WoodSlabBlock.hpp index e804420..9f5122d 100644 --- a/LiteLoader/Header/MC/WoodSlabBlock.hpp +++ b/LiteLoader/include/llapi/mc/WoodSlabBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "SlabBlock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodSlabBlockItem.hpp b/LiteLoader/include/llapi/mc/WoodSlabBlockItem.hpp similarity index 97% rename from LiteLoader/Header/MC/WoodSlabBlockItem.hpp rename to LiteLoader/include/llapi/mc/WoodSlabBlockItem.hpp index 61597bd..8b67b29 100644 --- a/LiteLoader/Header/MC/WoodSlabBlockItem.hpp +++ b/LiteLoader/include/llapi/mc/WoodSlabBlockItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockItem.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodlandMansionFeature.hpp b/LiteLoader/include/llapi/mc/WoodlandMansionFeature.hpp similarity index 96% rename from LiteLoader/Header/MC/WoodlandMansionFeature.hpp rename to LiteLoader/include/llapi/mc/WoodlandMansionFeature.hpp index a5eb279..e1340d2 100644 --- a/LiteLoader/Header/MC/WoodlandMansionFeature.hpp +++ b/LiteLoader/include/llapi/mc/WoodlandMansionFeature.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "StructureFeature.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodlandMansionPieces.hpp b/LiteLoader/include/llapi/mc/WoodlandMansionPieces.hpp similarity index 95% rename from LiteLoader/Header/MC/WoodlandMansionPieces.hpp rename to LiteLoader/include/llapi/mc/WoodlandMansionPieces.hpp index a0e2333..edd10f1 100644 --- a/LiteLoader/Header/MC/WoodlandMansionPieces.hpp +++ b/LiteLoader/include/llapi/mc/WoodlandMansionPieces.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoodlandMansionStart.hpp b/LiteLoader/include/llapi/mc/WoodlandMansionStart.hpp similarity index 97% rename from LiteLoader/Header/MC/WoodlandMansionStart.hpp rename to LiteLoader/include/llapi/mc/WoodlandMansionStart.hpp index 9d3e5fb..aea74ff 100644 --- a/LiteLoader/Header/MC/WoodlandMansionStart.hpp +++ b/LiteLoader/include/llapi/mc/WoodlandMansionStart.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WoolCarpetBlock.hpp b/LiteLoader/include/llapi/mc/WoolCarpetBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WoolCarpetBlock.hpp rename to LiteLoader/include/llapi/mc/WoolCarpetBlock.hpp index 11b93a5..f45e45b 100644 --- a/LiteLoader/Header/MC/WoolCarpetBlock.hpp +++ b/LiteLoader/include/llapi/mc/WoolCarpetBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorkGoal.hpp b/LiteLoader/include/llapi/mc/WorkGoal.hpp similarity index 96% rename from LiteLoader/Header/MC/WorkGoal.hpp rename to LiteLoader/include/llapi/mc/WorkGoal.hpp index bf9ca97..04af460 100644 --- a/LiteLoader/Header/MC/WorkGoal.hpp +++ b/LiteLoader/include/llapi/mc/WorkGoal.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "MoveToPOIGoal.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorkbenchBlock.hpp b/LiteLoader/include/llapi/mc/WorkbenchBlock.hpp similarity index 98% rename from LiteLoader/Header/MC/WorkbenchBlock.hpp rename to LiteLoader/include/llapi/mc/WorkbenchBlock.hpp index 54d46c3..749a026 100644 --- a/LiteLoader/Header/MC/WorkbenchBlock.hpp +++ b/LiteLoader/include/llapi/mc/WorkbenchBlock.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "BlockLegacy.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorkerPool.hpp b/LiteLoader/include/llapi/mc/WorkerPool.hpp similarity index 96% rename from LiteLoader/Header/MC/WorkerPool.hpp rename to LiteLoader/include/llapi/mc/WorkerPool.hpp index a343fc9..a93c6e4 100644 --- a/LiteLoader/Header/MC/WorkerPool.hpp +++ b/LiteLoader/include/llapi/mc/WorkerPool.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Bedrock.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldBlockTarget.hpp b/LiteLoader/include/llapi/mc/WorldBlockTarget.hpp similarity index 97% rename from LiteLoader/Header/MC/WorldBlockTarget.hpp rename to LiteLoader/include/llapi/mc/WorldBlockTarget.hpp index 5784fb5..cf9502a 100644 --- a/LiteLoader/Header/MC/WorldBlockTarget.hpp +++ b/LiteLoader/include/llapi/mc/WorldBlockTarget.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldBuilderCommand.hpp b/LiteLoader/include/llapi/mc/WorldBuilderCommand.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldBuilderCommand.hpp rename to LiteLoader/include/llapi/mc/WorldBuilderCommand.hpp index 0a6308a..0d66977 100644 --- a/LiteLoader/Header/MC/WorldBuilderCommand.hpp +++ b/LiteLoader/include/llapi/mc/WorldBuilderCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldChangeTransaction.hpp b/LiteLoader/include/llapi/mc/WorldChangeTransaction.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldChangeTransaction.hpp rename to LiteLoader/include/llapi/mc/WorldChangeTransaction.hpp index 8ba7af0..ad9f32b 100644 --- a/LiteLoader/Header/MC/WorldChangeTransaction.hpp +++ b/LiteLoader/include/llapi/mc/WorldChangeTransaction.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldGenerator.hpp b/LiteLoader/include/llapi/mc/WorldGenerator.hpp similarity index 96% rename from LiteLoader/Header/MC/WorldGenerator.hpp rename to LiteLoader/include/llapi/mc/WorldGenerator.hpp index 22f8496..f2e6f8b 100644 --- a/LiteLoader/Header/MC/WorldGenerator.hpp +++ b/LiteLoader/include/llapi/mc/WorldGenerator.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldHistoryPackSource.hpp b/LiteLoader/include/llapi/mc/WorldHistoryPackSource.hpp similarity index 97% rename from LiteLoader/Header/MC/WorldHistoryPackSource.hpp rename to LiteLoader/include/llapi/mc/WorldHistoryPackSource.hpp index b492ee3..291f555 100644 --- a/LiteLoader/Header/MC/WorldHistoryPackSource.hpp +++ b/LiteLoader/include/llapi/mc/WorldHistoryPackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldLimitChunkSource.hpp b/LiteLoader/include/llapi/mc/WorldLimitChunkSource.hpp similarity index 96% rename from LiteLoader/Header/MC/WorldLimitChunkSource.hpp rename to LiteLoader/include/llapi/mc/WorldLimitChunkSource.hpp index 8cfea6f..a9c6e8a 100644 --- a/LiteLoader/Header/MC/WorldLimitChunkSource.hpp +++ b/LiteLoader/include/llapi/mc/WorldLimitChunkSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ChunkSource.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldPackHistory.hpp b/LiteLoader/include/llapi/mc/WorldPackHistory.hpp similarity index 94% rename from LiteLoader/Header/MC/WorldPackHistory.hpp rename to LiteLoader/include/llapi/mc/WorldPackHistory.hpp index 31ae20f..6590337 100644 --- a/LiteLoader/Header/MC/WorldPackHistory.hpp +++ b/LiteLoader/include/llapi/mc/WorldPackHistory.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldPacksHistoryFile.hpp b/LiteLoader/include/llapi/mc/WorldPacksHistoryFile.hpp similarity index 94% rename from LiteLoader/Header/MC/WorldPacksHistoryFile.hpp rename to LiteLoader/include/llapi/mc/WorldPacksHistoryFile.hpp index a64f2d2..69aaa78 100644 --- a/LiteLoader/Header/MC/WorldPacksHistoryFile.hpp +++ b/LiteLoader/include/llapi/mc/WorldPacksHistoryFile.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Json.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldSessionEndPoint.hpp b/LiteLoader/include/llapi/mc/WorldSessionEndPoint.hpp similarity index 96% rename from LiteLoader/Header/MC/WorldSessionEndPoint.hpp rename to LiteLoader/include/llapi/mc/WorldSessionEndPoint.hpp index d0ba105..1cc5947 100644 --- a/LiteLoader/Header/MC/WorldSessionEndPoint.hpp +++ b/LiteLoader/include/llapi/mc/WorldSessionEndPoint.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldTemplateInfo.hpp b/LiteLoader/include/llapi/mc/WorldTemplateInfo.hpp similarity index 94% rename from LiteLoader/Header/MC/WorldTemplateInfo.hpp rename to LiteLoader/include/llapi/mc/WorldTemplateInfo.hpp index b592574..64f9e54 100644 --- a/LiteLoader/Header/MC/WorldTemplateInfo.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplateInfo.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA #include "NetworkHandler.hpp" diff --git a/LiteLoader/Header/MC/WorldTemplateLevelData.hpp b/LiteLoader/include/llapi/mc/WorldTemplateLevelData.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldTemplateLevelData.hpp rename to LiteLoader/include/llapi/mc/WorldTemplateLevelData.hpp index 4dcd573..4a2d329 100644 --- a/LiteLoader/Header/MC/WorldTemplateLevelData.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplateLevelData.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldTemplateManager.hpp b/LiteLoader/include/llapi/mc/WorldTemplateManager.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldTemplateManager.hpp rename to LiteLoader/include/llapi/mc/WorldTemplateManager.hpp index 4babe94..8ea3ed5 100644 --- a/LiteLoader/Header/MC/WorldTemplateManager.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplateManager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldTemplateManagerProxyCallbacks.hpp b/LiteLoader/include/llapi/mc/WorldTemplateManagerProxyCallbacks.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldTemplateManagerProxyCallbacks.hpp rename to LiteLoader/include/llapi/mc/WorldTemplateManagerProxyCallbacks.hpp index 450b98c..ee11e41 100644 --- a/LiteLoader/Header/MC/WorldTemplateManagerProxyCallbacks.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplateManagerProxyCallbacks.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldTemplatePackManifest.hpp b/LiteLoader/include/llapi/mc/WorldTemplatePackManifest.hpp similarity index 95% rename from LiteLoader/Header/MC/WorldTemplatePackManifest.hpp rename to LiteLoader/include/llapi/mc/WorldTemplatePackManifest.hpp index 7031514..ae88b10 100644 --- a/LiteLoader/Header/MC/WorldTemplatePackManifest.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplatePackManifest.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WorldTemplatePackSource.hpp b/LiteLoader/include/llapi/mc/WorldTemplatePackSource.hpp similarity index 96% rename from LiteLoader/Header/MC/WorldTemplatePackSource.hpp rename to LiteLoader/include/llapi/mc/WorldTemplatePackSource.hpp index bffb4c0..234a06d 100644 --- a/LiteLoader/Header/MC/WorldTemplatePackSource.hpp +++ b/LiteLoader/include/llapi/mc/WorldTemplatePackSource.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WritableBookItem.hpp b/LiteLoader/include/llapi/mc/WritableBookItem.hpp similarity index 98% rename from LiteLoader/Header/MC/WritableBookItem.hpp rename to LiteLoader/include/llapi/mc/WritableBookItem.hpp index e031c4d..af0b484 100644 --- a/LiteLoader/Header/MC/WritableBookItem.hpp +++ b/LiteLoader/include/llapi/mc/WritableBookItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/WrittenBookItem.hpp b/LiteLoader/include/llapi/mc/WrittenBookItem.hpp similarity index 98% rename from LiteLoader/Header/MC/WrittenBookItem.hpp rename to LiteLoader/include/llapi/mc/WrittenBookItem.hpp index 28f1ce1..b00406f 100644 --- a/LiteLoader/Header/MC/WrittenBookItem.hpp +++ b/LiteLoader/include/llapi/mc/WrittenBookItem.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Item.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/XPCommand.hpp b/LiteLoader/include/llapi/mc/XPCommand.hpp similarity index 94% rename from LiteLoader/Header/MC/XPCommand.hpp rename to LiteLoader/include/llapi/mc/XPCommand.hpp index 0eb2f8c..49cf920 100644 --- a/LiteLoader/Header/MC/XPCommand.hpp +++ b/LiteLoader/include/llapi/mc/XPCommand.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Command.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/ZipPackAccessStrategy.hpp b/LiteLoader/include/llapi/mc/ZipPackAccessStrategy.hpp similarity index 98% rename from LiteLoader/Header/MC/ZipPackAccessStrategy.hpp rename to LiteLoader/include/llapi/mc/ZipPackAccessStrategy.hpp index 91311d5..c442a8b 100644 --- a/LiteLoader/Header/MC/ZipPackAccessStrategy.hpp +++ b/LiteLoader/include/llapi/mc/ZipPackAccessStrategy.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "PackAccessStrategy.hpp" diff --git a/LiteLoader/Header/MC/ZipPackAccessStrategyOwningFileAcccess.hpp b/LiteLoader/include/llapi/mc/ZipPackAccessStrategyOwningFileAcccess.hpp similarity index 96% rename from LiteLoader/Header/MC/ZipPackAccessStrategyOwningFileAcccess.hpp rename to LiteLoader/include/llapi/mc/ZipPackAccessStrategyOwningFileAcccess.hpp index 5627d6c..177cb0d 100644 --- a/LiteLoader/Header/MC/ZipPackAccessStrategyOwningFileAcccess.hpp +++ b/LiteLoader/include/llapi/mc/ZipPackAccessStrategyOwningFileAcccess.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Core.hpp" #include "ZipPackAccessStrategy.hpp" diff --git a/LiteLoader/Header/MC/ZlibFileAccessWrapper.hpp b/LiteLoader/include/llapi/mc/ZlibFileAccessWrapper.hpp similarity index 94% rename from LiteLoader/Header/MC/ZlibFileAccessWrapper.hpp rename to LiteLoader/include/llapi/mc/ZlibFileAccessWrapper.hpp index fd64b44..2bf39e5 100644 --- a/LiteLoader/Header/MC/ZlibFileAccessWrapper.hpp +++ b/LiteLoader/include/llapi/mc/ZlibFileAccessWrapper.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/Zombie.hpp b/LiteLoader/include/llapi/mc/Zombie.hpp similarity index 98% rename from LiteLoader/Header/MC/Zombie.hpp rename to LiteLoader/include/llapi/mc/Zombie.hpp index a042e9a..115526f 100644 --- a/LiteLoader/Header/MC/Zombie.hpp +++ b/LiteLoader/include/llapi/mc/Zombie.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "HumanoidMonster.hpp" diff --git a/LiteLoader/Header/MC/ZombieVillager.hpp b/LiteLoader/include/llapi/mc/ZombieVillager.hpp similarity index 98% rename from LiteLoader/Header/MC/ZombieVillager.hpp rename to LiteLoader/include/llapi/mc/ZombieVillager.hpp index 2cfb896..583c330 100644 --- a/LiteLoader/Header/MC/ZombieVillager.hpp +++ b/LiteLoader/include/llapi/mc/ZombieVillager.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "Actor.hpp" #include "Zombie.hpp" diff --git a/LiteLoader/Header/MC/_ProfilerLiteTimer.hpp b/LiteLoader/include/llapi/mc/_ProfilerLiteTimer.hpp similarity index 95% rename from LiteLoader/Header/MC/_ProfilerLiteTimer.hpp rename to LiteLoader/include/llapi/mc/_ProfilerLiteTimer.hpp index 5247814..849cc8f 100644 --- a/LiteLoader/Header/MC/_ProfilerLiteTimer.hpp +++ b/LiteLoader/include/llapi/mc/_ProfilerLiteTimer.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #include "ProfilerLite.hpp" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/_TickPtr.hpp b/LiteLoader/include/llapi/mc/_TickPtr.hpp similarity index 92% rename from LiteLoader/Header/MC/_TickPtr.hpp rename to LiteLoader/include/llapi/mc/_TickPtr.hpp index 85c8f82..c343321 100644 --- a/LiteLoader/Header/MC/_TickPtr.hpp +++ b/LiteLoader/include/llapi/mc/_TickPtr.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/glTFExporter.hpp b/LiteLoader/include/llapi/mc/glTFExporter.hpp similarity index 95% rename from LiteLoader/Header/MC/glTFExporter.hpp rename to LiteLoader/include/llapi/mc/glTFExporter.hpp index abbcbd7..db6232d 100644 --- a/LiteLoader/Header/MC/glTFExporter.hpp +++ b/LiteLoader/include/llapi/mc/glTFExporter.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/persona.hpp b/LiteLoader/include/llapi/mc/persona.hpp similarity index 97% rename from LiteLoader/Header/MC/persona.hpp rename to LiteLoader/include/llapi/mc/persona.hpp index 6598908..dd6c769 100644 --- a/LiteLoader/Header/MC/persona.hpp +++ b/LiteLoader/include/llapi/mc/persona.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/MC/port.hpp b/LiteLoader/include/llapi/mc/port.hpp similarity index 90% rename from LiteLoader/Header/MC/port.hpp rename to LiteLoader/include/llapi/mc/port.hpp index ad2819b..d14ab02 100644 --- a/LiteLoader/Header/MC/port.hpp +++ b/LiteLoader/include/llapi/mc/port.hpp @@ -1,7 +1,7 @@ // This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED -#include "../Global.h" +#include "include/llapi/Global.h" #define BEFORE_EXTRA diff --git a/LiteLoader/Header/PERM/Foundation.hpp b/LiteLoader/include/llapi/perm/Foundation.hpp similarity index 99% rename from LiteLoader/Header/PERM/Foundation.hpp rename to LiteLoader/include/llapi/perm/Foundation.hpp index 2a4c064..8943426 100644 --- a/LiteLoader/Header/PERM/Foundation.hpp +++ b/LiteLoader/include/llapi/perm/Foundation.hpp @@ -7,7 +7,7 @@ * */ #pragma once -#include +#include "Header/Global.h" namespace PERM { diff --git a/LiteLoader/Header/PERM/Member.hpp b/LiteLoader/include/llapi/perm/Member.hpp similarity index 100% rename from LiteLoader/Header/PERM/Member.hpp rename to LiteLoader/include/llapi/perm/Member.hpp diff --git a/LiteLoader/Header/PERM/Permission.hpp b/LiteLoader/include/llapi/perm/Permission.hpp similarity index 96% rename from LiteLoader/Header/PERM/Permission.hpp rename to LiteLoader/include/llapi/perm/Permission.hpp index 4dea3b0..aae4daf 100644 --- a/LiteLoader/Header/PERM/Permission.hpp +++ b/LiteLoader/include/llapi/perm/Permission.hpp @@ -7,7 +7,7 @@ * */ #pragma once -#include +#include "Header/third-party/Nlohmann/json.hpp" #include "Foundation.hpp" namespace PERM { diff --git a/LiteLoader/Header/PERM/Role.hpp b/LiteLoader/include/llapi/perm/Role.hpp similarity index 100% rename from LiteLoader/Header/PERM/Role.hpp rename to LiteLoader/include/llapi/perm/Role.hpp diff --git a/LiteLoader/Header/Utils/Bstream.h b/LiteLoader/include/llapi/utils/Bstream.h similarity index 100% rename from LiteLoader/Header/Utils/Bstream.h rename to LiteLoader/include/llapi/utils/Bstream.h diff --git a/LiteLoader/include/llapi/utils/CryptHelper.h b/LiteLoader/include/llapi/utils/CryptHelper.h new file mode 100644 index 0000000..120ae40 --- /dev/null +++ b/LiteLoader/include/llapi/utils/CryptHelper.h @@ -0,0 +1,6 @@ +#pragma once +#include "include/llapi/Global.h" +#include + +LIAPI std::string CalcMD5(const std::string& str); +LIAPI std::string CalcSHA1(const std::string& str); \ No newline at end of file diff --git a/LiteLoader/Header/Utils/CsLock.h b/LiteLoader/include/llapi/utils/CsLock.h similarity index 90% rename from LiteLoader/Header/Utils/CsLock.h rename to LiteLoader/include/llapi/utils/CsLock.h index d6eb4ab..66848a7 100644 --- a/LiteLoader/Header/Utils/CsLock.h +++ b/LiteLoader/include/llapi/utils/CsLock.h @@ -1,6 +1,6 @@ #pragma once -#include "../Global.h" -#include +#include "include/llapi/Global.h" +#include // ===== Critical Section Locker ===== // a simple lock which is much faster than std::mutex diff --git a/LiteLoader/Header/Utils/DbgHelper.h b/LiteLoader/include/llapi/utils/DbgHelper.h similarity index 93% rename from LiteLoader/Header/Utils/DbgHelper.h rename to LiteLoader/include/llapi/utils/DbgHelper.h index bf51f1f..66c5d0d 100644 --- a/LiteLoader/Header/Utils/DbgHelper.h +++ b/LiteLoader/include/llapi/utils/DbgHelper.h @@ -1,6 +1,6 @@ #pragma once -#include -#include +#include "include/llapi/Global.h" +#include #include class Logger; diff --git a/LiteLoader/Header/Utils/FileHelper.h b/LiteLoader/include/llapi/utils/FileHelper.h similarity index 85% rename from LiteLoader/Header/Utils/FileHelper.h rename to LiteLoader/include/llapi/utils/FileHelper.h index 0de1bb3..83ed7e6 100644 --- a/LiteLoader/Header/Utils/FileHelper.h +++ b/LiteLoader/include/llapi/utils/FileHelper.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Header/Utils/Hash.h b/LiteLoader/include/llapi/utils/Hash.h similarity index 100% rename from LiteLoader/Header/Utils/Hash.h rename to LiteLoader/include/llapi/utils/Hash.h diff --git a/LiteLoader/Header/Utils/Json.h b/LiteLoader/include/llapi/utils/Json.h similarity index 99% rename from LiteLoader/Header/Utils/Json.h rename to LiteLoader/include/llapi/utils/Json.h index 1f78f44..0e231d0 100644 --- a/LiteLoader/Header/Utils/Json.h +++ b/LiteLoader/include/llapi/utils/Json.h @@ -1,6 +1,6 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Header/Utils/NetworkHelper.h b/LiteLoader/include/llapi/utils/NetworkHelper.h similarity index 88% rename from LiteLoader/Header/Utils/NetworkHelper.h rename to LiteLoader/include/llapi/utils/NetworkHelper.h index 787c82e..a6a9c0d 100644 --- a/LiteLoader/Header/Utils/NetworkHelper.h +++ b/LiteLoader/include/llapi/utils/NetworkHelper.h @@ -1,8 +1,8 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include #include -#include +#include "Header/third-party/httplib/httplib.h" // "http(s)://www.aaa.com/bbb/c.html" -> ""http(s)://www.aaa.com" & "/bbb/c.html" LIAPI void SplitHttpUrl(const std::string& url, std::string& host, std::string& path); diff --git a/LiteLoader/Header/Utils/Optional.h b/LiteLoader/include/llapi/utils/Optional.h similarity index 100% rename from LiteLoader/Header/Utils/Optional.h rename to LiteLoader/include/llapi/utils/Optional.h diff --git a/LiteLoader/Header/Utils/PatchHelper.h b/LiteLoader/include/llapi/utils/PatchHelper.h similarity index 100% rename from LiteLoader/Header/Utils/PatchHelper.h rename to LiteLoader/include/llapi/utils/PatchHelper.h diff --git a/LiteLoader/Header/Utils/PlayerMap.h b/LiteLoader/include/llapi/utils/PlayerMap.h similarity index 96% rename from LiteLoader/Header/Utils/PlayerMap.h rename to LiteLoader/include/llapi/utils/PlayerMap.h index 48ebb35..d781925 100644 --- a/LiteLoader/Header/Utils/PlayerMap.h +++ b/LiteLoader/include/llapi/utils/PlayerMap.h @@ -1,5 +1,5 @@ #pragma once -#include +#include "include/llapi/Global.h" class ServerPlayer; struct DePlayerCB { void* userdata; diff --git a/LiteLoader/Header/Utils/PluginOwnData.h b/LiteLoader/include/llapi/utils/PluginOwnData.h similarity index 97% rename from LiteLoader/Header/Utils/PluginOwnData.h rename to LiteLoader/include/llapi/utils/PluginOwnData.h index 4ede1a2..231df24 100644 --- a/LiteLoader/Header/Utils/PluginOwnData.h +++ b/LiteLoader/include/llapi/utils/PluginOwnData.h @@ -20,7 +20,7 @@ #include "WinHelper.h" #include #include -#include "../Global.h" +#include "include/llapi/Global.h" LIAPI extern std::unordered_map> ll_PluginOwnData; diff --git a/LiteLoader/Header/Utils/RNG.h b/LiteLoader/include/llapi/utils/RNG.h similarity index 97% rename from LiteLoader/Header/Utils/RNG.h rename to LiteLoader/include/llapi/utils/RNG.h index 54774e1..1663d0f 100644 --- a/LiteLoader/Header/Utils/RNG.h +++ b/LiteLoader/include/llapi/utils/RNG.h @@ -7,8 +7,8 @@ * */ #pragma once -#include "Global.h" -#include +#include "include/llapi/Global.h" +#include "Header/third-party/pcg/pcg_random.hpp" namespace RNG { template diff --git a/LiteLoader/Header/Utils/SRWLock.h b/LiteLoader/include/llapi/utils/SRWLock.h similarity index 95% rename from LiteLoader/Header/Utils/SRWLock.h rename to LiteLoader/include/llapi/utils/SRWLock.h index efa29e2..b9cddda 100644 --- a/LiteLoader/Header/Utils/SRWLock.h +++ b/LiteLoader/include/llapi/utils/SRWLock.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" class SRWLock { bool inited = false; diff --git a/LiteLoader/Header/Utils/STLHelper.h b/LiteLoader/include/llapi/utils/STLHelper.h similarity index 100% rename from LiteLoader/Header/Utils/STLHelper.h rename to LiteLoader/include/llapi/utils/STLHelper.h diff --git a/LiteLoader/Header/Utils/ShellLinkFile.h b/LiteLoader/include/llapi/utils/ShellLinkFile.h similarity index 99% rename from LiteLoader/Header/Utils/ShellLinkFile.h rename to LiteLoader/include/llapi/utils/ShellLinkFile.h index 923559e..2caa950 100644 --- a/LiteLoader/Header/Utils/ShellLinkFile.h +++ b/LiteLoader/include/llapi/utils/ShellLinkFile.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" struct IShellLinkW; struct IPersistFile; diff --git a/LiteLoader/Header/Utils/StringHelper.h b/LiteLoader/include/llapi/utils/StringHelper.h similarity index 98% rename from LiteLoader/Header/Utils/StringHelper.h rename to LiteLoader/include/llapi/utils/StringHelper.h index 021cb43..c485af0 100644 --- a/LiteLoader/Header/Utils/StringHelper.h +++ b/LiteLoader/include/llapi/utils/StringHelper.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include #include diff --git a/LiteLoader/Header/Utils/StringReader.h b/LiteLoader/include/llapi/utils/StringReader.h similarity index 98% rename from LiteLoader/Header/Utils/StringReader.h rename to LiteLoader/include/llapi/utils/StringReader.h index 3b30f31..3dee706 100644 --- a/LiteLoader/Header/Utils/StringReader.h +++ b/LiteLoader/include/llapi/utils/StringReader.h @@ -1,5 +1,5 @@ #pragma once -#include <../Global.h> +#include "include/llapi/Global.h" class StringReader { diff --git a/LiteLoader/Header/Utils/TypeConversionHelper.hpp b/LiteLoader/include/llapi/utils/TypeConversionHelper.hpp similarity index 91% rename from LiteLoader/Header/Utils/TypeConversionHelper.hpp rename to LiteLoader/include/llapi/utils/TypeConversionHelper.hpp index 640923c..dec5cb5 100644 --- a/LiteLoader/Header/Utils/TypeConversionHelper.hpp +++ b/LiteLoader/include/llapi/utils/TypeConversionHelper.hpp @@ -1,7 +1,7 @@ #pragma once -#include <../Global.h> +#include "include/llapi/Global.h" #include -#include +#include "LiteLoader/Header/third-party/ModUtils/ModUtils.h" using namespace std; namespace TCHelper { diff --git a/LiteLoader/Header/Utils/VarInt.h b/LiteLoader/include/llapi/utils/VarInt.h similarity index 100% rename from LiteLoader/Header/Utils/VarInt.h rename to LiteLoader/include/llapi/utils/VarInt.h diff --git a/LiteLoader/Header/Utils/ViewHelper.h b/LiteLoader/include/llapi/utils/ViewHelper.h similarity index 100% rename from LiteLoader/Header/Utils/ViewHelper.h rename to LiteLoader/include/llapi/utils/ViewHelper.h diff --git a/LiteLoader/Header/Utils/WinHelper.h b/LiteLoader/include/llapi/utils/WinHelper.h similarity index 97% rename from LiteLoader/Header/Utils/WinHelper.h rename to LiteLoader/include/llapi/utils/WinHelper.h index 7fd7474..0fa192c 100644 --- a/LiteLoader/Header/Utils/WinHelper.h +++ b/LiteLoader/include/llapi/utils/WinHelper.h @@ -1,5 +1,5 @@ #pragma once -#include "../Global.h" +#include "include/llapi/Global.h" #include #include diff --git a/LiteLoader/Main/AddonsHelper.cpp b/LiteLoader/src/liteloader/AddonsHelper.cpp similarity index 98% rename from LiteLoader/Main/AddonsHelper.cpp rename to LiteLoader/src/liteloader/AddonsHelper.cpp index 9d5274a..e00062f 100644 --- a/LiteLoader/Main/AddonsHelper.cpp +++ b/LiteLoader/src/liteloader/AddonsHelper.cpp @@ -1,21 +1,21 @@ -#include "AddonsHelper.h" -#include
-#include -#include -#include +#include "include/liteloader/AddonsHelper.h" +#include "include/liteloader/Config.h" +#include "include/llapi/EventAPI.h" +#include "include/llapi/RegCommandAPI.h" +#include "include/llapi/LLAPI.h" #include #include #include #include #include #include -#include +#include "include/llapi/GlobalServiceAPI.h" #include #include #include -#include
-#include -#include +#include "include/liteloader/Config.h" +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/I18nAPI.h" #include #include #include diff --git a/LiteLoader/Main/BStats.cpp b/LiteLoader/src/liteloader/BStats.cpp similarity index 98% rename from LiteLoader/Main/BStats.cpp rename to LiteLoader/src/liteloader/BStats.cpp index ca8cd46..c8e6002 100644 --- a/LiteLoader/Main/BStats.cpp +++ b/LiteLoader/src/liteloader/BStats.cpp @@ -1,8 +1,8 @@ -#include "LiteLoader.h" -#include -#include -#include -#include +#include "include/liteloader/LiteLoader.h" +#include "include/llapi/EventAPI.h" +#include "include/llapi/Global.h" +#include "include/llapi/ScheduleAPI.h" +#include "include/llapi/ServerAPI.h" #include #include #include diff --git a/LiteLoader/Main/BuiltinBugFix.cpp b/LiteLoader/src/liteloader/BuiltinBugFix.cpp similarity index 100% rename from LiteLoader/Main/BuiltinBugFix.cpp rename to LiteLoader/src/liteloader/BuiltinBugFix.cpp diff --git a/LiteLoader/Main/BuiltinCommands.cpp b/LiteLoader/src/liteloader/BuiltinCommands.cpp similarity index 98% rename from LiteLoader/Main/BuiltinCommands.cpp rename to LiteLoader/src/liteloader/BuiltinCommands.cpp index 890062c..0d14103 100644 --- a/LiteLoader/Main/BuiltinCommands.cpp +++ b/LiteLoader/src/liteloader/BuiltinCommands.cpp @@ -1,8 +1,8 @@ #include -#include -#include -#include -#include +#include "include/llapi/EventAPI.h" +#include "include/llapi/LLAPI.h" +#include "include/llapi/ServerAPI.h" +#include "include/llapi/RegCommandAPI.h" #include #include #include @@ -10,9 +10,9 @@ #include #include #include -#include
-#include
-#include "../ScriptEngine/Main/Configs.h" +#include "include/liteloader/Config.h" +#include "include/liteloader/PluginManager.h" +#include "ScriptEngine/Main/Configs.h" using namespace RegisterCommandHelper; using namespace LL; diff --git a/LiteLoader/Main/BuiltinUnlockCmd.cpp b/LiteLoader/src/liteloader/BuiltinUnlockCmd.cpp similarity index 97% rename from LiteLoader/Main/BuiltinUnlockCmd.cpp rename to LiteLoader/src/liteloader/BuiltinUnlockCmd.cpp index 3edf4b3..ae14b0b 100644 --- a/LiteLoader/Main/BuiltinUnlockCmd.cpp +++ b/LiteLoader/src/liteloader/BuiltinUnlockCmd.cpp @@ -1,7 +1,7 @@ -#include "Global.h" -#include
+#include "include/llapi/Global.h" +#include "include/liteloader/Config.h" #include -#include +#include "include/llapi/LoggerAPI.h" /////////////////// Built in UnlockCmd /////////////////// bool isUnlockCmdEnabled = true; diff --git a/LiteLoader/Main/Config.cpp b/LiteLoader/src/liteloader/Config.cpp similarity index 99% rename from LiteLoader/Main/Config.cpp rename to LiteLoader/src/liteloader/Config.cpp index 6b46b20..7d232eb 100644 --- a/LiteLoader/Main/Config.cpp +++ b/LiteLoader/src/liteloader/Config.cpp @@ -2,9 +2,9 @@ #include #include #include -#include
-#include
-#include +#include "include/liteloader/Config.h" +#include "include/liteloader/LiteLoader.h" +#include "include/llapi/LoggerAPI.h" using namespace std; diff --git a/LiteLoader/Main/CrashLogger.cpp b/LiteLoader/src/liteloader/CrashLogger.cpp similarity index 96% rename from LiteLoader/Main/CrashLogger.cpp rename to LiteLoader/src/liteloader/CrashLogger.cpp index 86910ea..85300c4 100644 --- a/LiteLoader/Main/CrashLogger.cpp +++ b/LiteLoader/src/liteloader/CrashLogger.cpp @@ -1,6 +1,6 @@ -#include "Main/CrashLogger.h" -#include "Main/Config.h" -#include +#include "include/liteloader/CrashLogger.h" +#include "include/liteloader/Config.h" +#include "include/llapi/LoggerAPI.h" #include #include #include diff --git a/LiteLoader/Main/LiteLoader.cpp b/LiteLoader/src/liteloader/LiteLoader.cpp similarity index 96% rename from LiteLoader/Main/LiteLoader.cpp rename to LiteLoader/src/liteloader/LiteLoader.cpp index 17224f7..362aa0c 100644 --- a/LiteLoader/Main/LiteLoader.cpp +++ b/LiteLoader/src/liteloader/LiteLoader.cpp @@ -1,20 +1,20 @@ -#include +#include #include #include #include #include -#include +#include "include/llapi/LoggerAPI.h" #include #include #include -#include -#include -#include "Config.h" -#include "Loader.h" -#include "CrashLogger.h" -#include "AddonsHelper.h" -#include -#include "Version.h" +#include "include/llapi/ServerAPI.h" +#include "include/llapi/HookAPI.h" +#include "include/liteloader/Config.h" +#include "include/liteloader/Loader.h" +#include "include/liteloader/CrashLogger.h" +#include "include/liteloader/AddonsHelper.h" +#include "include/llapi/EventAPI.h" +#include "include/liteloader/Version.h" #include "MC/Minecraft.hpp" #include diff --git a/LiteLoader/Main/Loader.cpp b/LiteLoader/src/liteloader/Loader.cpp similarity index 96% rename from LiteLoader/Main/Loader.cpp rename to LiteLoader/src/liteloader/Loader.cpp index b0612cf..5a5df0f 100644 --- a/LiteLoader/Main/Loader.cpp +++ b/LiteLoader/src/liteloader/Loader.cpp @@ -1,23 +1,23 @@ - #include
-#include + #include "include/liteloader/Loader.h" +#include #include #include #include -#include -#include -#include
-#include
+#include "include/llapi/LoggerAPI.h" +#include "include/llapi/PermissionAPI.h" +#include "include/liteloader/PluginManager.h" +#include "include/liteloader/LiteLoader.h" #include #include #include #include -#include -#include -#include "Config.h" -#include "Version.h" -#include -#include +#include "include/llapi/LLAPI.h" +#include "include/llapi/I18nAPI.h" +#include "include/liteloader/Config.h" +#include "include/liteloader/Version.h" +#include "include/llapi/ParticleAPI.h" +#include "ScriptEngine/Main/Configs.h" using namespace std; diff --git a/LiteLoader/Main/ModifyInfomation.cpp b/LiteLoader/src/liteloader/ModifyInfomation.cpp similarity index 95% rename from LiteLoader/Main/ModifyInfomation.cpp rename to LiteLoader/src/liteloader/ModifyInfomation.cpp index c3ca1b1..ded0906 100644 --- a/LiteLoader/Main/ModifyInfomation.cpp +++ b/LiteLoader/src/liteloader/ModifyInfomation.cpp @@ -1,10 +1,10 @@ -#include -#include -#include -#include +#include "include/llapi/HookAPI.h" +#include "include/llapi/LLAPI.h" +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/ServerAPI.h" #include #include -#include "Main/Config.h" +#include "include/liteloader/Config.h" using namespace std; Logger serverLogger("Server"); @@ -55,7 +55,7 @@ THook(void, "?PlatformBedrockLogOut@@YAXIPEBD@Z", int a1, const char* ts) { // return; // } -#include "LiteLoader.h" +#include "include/liteloader/LiteLoader.h" #include namespace ModifyInfomation { int telemetryText = 0; diff --git a/LiteLoader/Main/ModifyPack.cpp b/LiteLoader/src/liteloader/ModifyPack.cpp similarity index 100% rename from LiteLoader/Main/ModifyPack.cpp rename to LiteLoader/src/liteloader/ModifyPack.cpp diff --git a/LiteLoader/Main/PluginManager.cpp b/LiteLoader/src/liteloader/PluginManager.cpp similarity index 98% rename from LiteLoader/Main/PluginManager.cpp rename to LiteLoader/src/liteloader/PluginManager.cpp index 548836e..1bf276c 100644 --- a/LiteLoader/Main/PluginManager.cpp +++ b/LiteLoader/src/liteloader/PluginManager.cpp @@ -1,18 +1,18 @@ -#include "Main/PluginManager.h" -#include -#include -#include -#include +#include "include/liteloader/PluginManager.h" +#include "include/llapi/LLAPI.h" +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/EventAPI.h" +#include "include/llapi/ScheduleAPI.h" #include #include #include -#include +#include "include/llapi/I18nAPI.h" #include #include -#include +#include #include #include -#include "../ScriptEngine/Main/Configs.h" +#include "ScriptEngine/Main/Configs.h" using namespace std; extern Logger logger; diff --git a/LiteLoader/Main/SEHProtection.cpp b/LiteLoader/src/liteloader/SEHProtection.cpp similarity index 95% rename from LiteLoader/Main/SEHProtection.cpp rename to LiteLoader/src/liteloader/SEHProtection.cpp index 3bfa4ea..ee0e940 100644 --- a/LiteLoader/Main/SEHProtection.cpp +++ b/LiteLoader/src/liteloader/SEHProtection.cpp @@ -1,5 +1,5 @@ -#include -#include +#include "include/llapi/HookAPI.h" +#include "include/llapi/LoggerAPI.h" #include #include #include diff --git a/LiteLoader/Main/SimpleServerLogger.cpp b/LiteLoader/src/liteloader/SimpleServerLogger.cpp similarity index 93% rename from LiteLoader/Main/SimpleServerLogger.cpp rename to LiteLoader/src/liteloader/SimpleServerLogger.cpp index 39078b6..23712f5 100644 --- a/LiteLoader/Main/SimpleServerLogger.cpp +++ b/LiteLoader/src/liteloader/SimpleServerLogger.cpp @@ -1,7 +1,7 @@ -#include +#include "include/llapi/LoggerAPI.h" #include -#include -#include
+#include "include/llapi/EventAPI.h" +#include "include/liteloader/Config.h" #include #include #include diff --git a/LiteLoader/Main/dllmain.cpp b/LiteLoader/src/liteloader/dllmain.cpp similarity index 97% rename from LiteLoader/Main/dllmain.cpp rename to LiteLoader/src/liteloader/dllmain.cpp index 8f65092..265ac9b 100644 --- a/LiteLoader/Main/dllmain.cpp +++ b/LiteLoader/src/liteloader/dllmain.cpp @@ -7,7 +7,7 @@ #pragma comment(linker, "/export:?dlsym_reverse@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z=LLPreLoader.?dlsym_reverse@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z") -#include +#include BOOL WINAPI DllMain(HMODULE, DWORD ul_reason_for_call, LPVOID) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: diff --git a/LiteLoader/Kernel/AllowListAPI.cpp b/LiteLoader/src/llapi/AllowListAPI.cpp similarity index 100% rename from LiteLoader/Kernel/AllowListAPI.cpp rename to LiteLoader/src/llapi/AllowListAPI.cpp diff --git a/LiteLoader/Kernel/Compatibility.cpp b/LiteLoader/src/llapi/Compatibility.cpp similarity index 96% rename from LiteLoader/Kernel/Compatibility.cpp rename to LiteLoader/src/llapi/Compatibility.cpp index dd17511..c82fb2b 100644 --- a/LiteLoader/Kernel/Compatibility.cpp +++ b/LiteLoader/src/llapi/Compatibility.cpp @@ -1,7 +1,7 @@ #include -#include -#include -#include +#include "include/llapi/Global.h" +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/ScheduleAPI.h" extern Logger logger; LIAPI void OutputEventError(const std::string& errorMsg, const std::string& eventName, const std::string& pluginName) { diff --git a/LiteLoader/Kernel/EventAPI.cpp b/LiteLoader/src/llapi/EventAPI.cpp similarity index 99% rename from LiteLoader/Kernel/EventAPI.cpp rename to LiteLoader/src/llapi/EventAPI.cpp index d3e517b..219e9da 100644 --- a/LiteLoader/Kernel/EventAPI.cpp +++ b/LiteLoader/src/llapi/EventAPI.cpp @@ -1,7 +1,7 @@ -#include
-#include -#include -#include +#include "include/liteloader/Config.h" +#include "include/llapi/EventAPI.h" +#include "include/llapi/Global.h" +#include "include/llapi/LoggerAPI.h" #include #include #include @@ -36,12 +36,12 @@ #include #include #include -#include +#include "include/llapi/ScheduleAPI.h" #include // #include #include #include -#include +#include "include/llapi/I18nAPI.h" #include #include #include @@ -53,7 +53,7 @@ #include // #include #include -#include +#include "include/llapi/DynamicCommandAPI.h" #include #include #include diff --git a/LiteLoader/Kernel/FormPacketHelper.cpp b/LiteLoader/src/llapi/FormPacketHelper.cpp similarity index 97% rename from LiteLoader/Kernel/FormPacketHelper.cpp rename to LiteLoader/src/llapi/FormPacketHelper.cpp index 8f5f023..9b0bb5a 100644 --- a/LiteLoader/Kernel/FormPacketHelper.cpp +++ b/LiteLoader/src/llapi/FormPacketHelper.cpp @@ -1,12 +1,12 @@ -#include -#include -#include -#include +#include "include/llapi/Global.h" +#include "include/llapi/FormUI.h" +#include "include/llapi/LLAPI.h" +#include "include/llapi/I18nAPI.h" #include #include #include -#include
+#include "include/liteloader/LiteLoader.h" #include #include diff --git a/LiteLoader/Kernel/FormUI.cpp b/LiteLoader/src/llapi/FormUI.cpp similarity index 98% rename from LiteLoader/Kernel/FormUI.cpp rename to LiteLoader/src/llapi/FormUI.cpp index f3d6da2..3d94add 100644 --- a/LiteLoader/Kernel/FormUI.cpp +++ b/LiteLoader/src/llapi/FormUI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/FormUI.h" #include #include #include @@ -6,9 +6,9 @@ #include #include #include -#include
+#include "include/liteloader/LiteLoader.h" #include -#include +#include "include/llapi/LLAPI.h" using namespace std; diff --git a/LiteLoader/Kernel/I18nAPI.cpp b/LiteLoader/src/llapi/I18nAPI.cpp similarity index 99% rename from LiteLoader/Kernel/I18nAPI.cpp rename to LiteLoader/src/llapi/I18nAPI.cpp index 2086e4f..701b11c 100644 --- a/LiteLoader/Kernel/I18nAPI.cpp +++ b/LiteLoader/src/llapi/I18nAPI.cpp @@ -1,6 +1,6 @@ -#include +#include "include/llapi/I18nAPI.h" #include -#include
+#include "include/liteloader/LiteLoader.h" using namespace std; namespace fs = std::filesystem; diff --git a/LiteLoader/Kernel/KVDBAPI.cpp b/LiteLoader/src/llapi/KVDBAPI.cpp similarity index 96% rename from LiteLoader/Kernel/KVDBAPI.cpp rename to LiteLoader/src/llapi/KVDBAPI.cpp index bc7fa83..de7dbf2 100644 --- a/LiteLoader/Kernel/KVDBAPI.cpp +++ b/LiteLoader/src/llapi/KVDBAPI.cpp @@ -1,8 +1,8 @@ -#include -#include -#include +#include "include/llapi/Global.h" +#include "include/llapi/KVDBAPI.h" +#include "include/llapi/LoggerAPI.h" #include -#include +#include "include/llapi/I18nAPI.h" Logger levelDBLogger("LevelDB"); diff --git a/LiteLoader/Kernel/LLAPI.cpp b/LiteLoader/src/llapi/LLAPI.cpp similarity index 95% rename from LiteLoader/Kernel/LLAPI.cpp rename to LiteLoader/src/llapi/LLAPI.cpp index af17572..5600e4d 100644 --- a/LiteLoader/Kernel/LLAPI.cpp +++ b/LiteLoader/src/llapi/LLAPI.cpp @@ -1,10 +1,10 @@ #pragma comment(lib, "version") -#include
-#include -#include
+#include "include/liteloader/Config.h" +#include "include/llapi/LLAPI.h" +#include "include/liteloader/PluginManager.h" #include #include -#include
+#include "include/liteloader/Version.h" #include #include diff --git a/LiteLoader/Kernel/LoggerAPI.cpp b/LiteLoader/src/llapi/LoggerAPI.cpp similarity index 99% rename from LiteLoader/Kernel/LoggerAPI.cpp rename to LiteLoader/src/llapi/LoggerAPI.cpp index c5bd308..235f239 100644 --- a/LiteLoader/Kernel/LoggerAPI.cpp +++ b/LiteLoader/src/llapi/LoggerAPI.cpp @@ -4,8 +4,8 @@ #pragma once -#include -#include "Main/Config.h" +#include "include/llapi/LoggerAPI.h" +#include "include/liteloader/Config.h" #include #include #include diff --git a/LiteLoader/Kernel/ObjectivePacketHelper.cpp b/LiteLoader/src/llapi/ObjectivePacketHelper.cpp similarity index 100% rename from LiteLoader/Kernel/ObjectivePacketHelper.cpp rename to LiteLoader/src/llapi/ObjectivePacketHelper.cpp diff --git a/LiteLoader/Kernel/ParticleAPI.cpp b/LiteLoader/src/llapi/ParticleAPI.cpp similarity index 82% rename from LiteLoader/Kernel/ParticleAPI.cpp rename to LiteLoader/src/llapi/ParticleAPI.cpp index 6f1c8ec..e1f038e 100644 --- a/LiteLoader/Kernel/ParticleAPI.cpp +++ b/LiteLoader/src/llapi/ParticleAPI.cpp @@ -1,13 +1,13 @@ // // Created by OEOTYAN on 2022/08/27. // -#include "ParticleAPI.h" +#include "include/llapi/ParticleAPI.h" #include "MC/Player.hpp" #include "MC/Dimension.hpp" #include "MC/Level.hpp" #include #include -#include +#include "include/llapi/EventAPI.h" #include //void InitParticle() { // Event::ResourcePackInitEvent::subscribe([](const Event::ResourcePackInitEvent& ev) { diff --git a/LiteLoader/src/llapi/PermissionAPI.cpp b/LiteLoader/src/llapi/PermissionAPI.cpp new file mode 100644 index 0000000..23b4c05 --- /dev/null +++ b/LiteLoader/src/llapi/PermissionAPI.cpp @@ -0,0 +1,3 @@ +#include "include/llapi/PermissionAPI.h" + +DynPermissionAPI Permission::api{}; \ No newline at end of file diff --git a/LiteLoader/Kernel/PlayerInfoAPI.cpp b/LiteLoader/src/llapi/PlayerInfoAPI.cpp similarity index 96% rename from LiteLoader/Kernel/PlayerInfoAPI.cpp rename to LiteLoader/src/llapi/PlayerInfoAPI.cpp index 4148b5a..8adc34c 100644 --- a/LiteLoader/Kernel/PlayerInfoAPI.cpp +++ b/LiteLoader/src/llapi/PlayerInfoAPI.cpp @@ -1,9 +1,9 @@ -#include -#include +#include "include/llapi/EventAPI.h" +#include "include/llapi/LoggerAPI.h" #include #include -#include
-#include +#include "include/liteloader/LiteLoader.h" +#include "include/llapi/PlayerInfoAPI.h" #include #include diff --git a/LiteLoader/Kernel/RemoteCallAPI.cpp b/LiteLoader/src/llapi/RemoteCallAPI.cpp similarity index 98% rename from LiteLoader/Kernel/RemoteCallAPI.cpp rename to LiteLoader/src/llapi/RemoteCallAPI.cpp index 2fab250..c29e703 100644 --- a/LiteLoader/Kernel/RemoteCallAPI.cpp +++ b/LiteLoader/src/llapi/RemoteCallAPI.cpp @@ -1,7 +1,7 @@ -#include "RemoteCallAPI.h" -#include +#include "include/llapi/RemoteCallAPI.h" +#include "include/llapi/LoggerAPI.h" #include -#include +#include "include/llapi/LLAPI.h" extern Logger logger; diff --git a/LiteLoader/Kernel/ScheduleAPI.cpp b/LiteLoader/src/llapi/ScheduleAPI.cpp similarity index 97% rename from LiteLoader/Kernel/ScheduleAPI.cpp rename to LiteLoader/src/llapi/ScheduleAPI.cpp index 22003d8..159a92f 100644 --- a/LiteLoader/Kernel/ScheduleAPI.cpp +++ b/LiteLoader/src/llapi/ScheduleAPI.cpp @@ -1,13 +1,13 @@ -#include +#include "include/llapi/ScheduleAPI.h" #include #include #include -#include
-#include
-#include -#include +#include "include/liteloader/Config.h" +#include "include/liteloader/LiteLoader.h" +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/LLAPI.h" #include -#include +#include "include/llapi/I18nAPI.h" using namespace std; diff --git a/LiteLoader/Kernel/ServerAPI.cpp b/LiteLoader/src/llapi/ServerAPI.cpp similarity index 93% rename from LiteLoader/Kernel/ServerAPI.cpp rename to LiteLoader/src/llapi/ServerAPI.cpp index cab0be7..22f3306 100644 --- a/LiteLoader/Kernel/ServerAPI.cpp +++ b/LiteLoader/src/llapi/ServerAPI.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include "include/llapi/ServerAPI.h" #include class UserEntityIdentifierComponent; diff --git a/LiteLoader/Kernel/SimulatedPlayerAPI.cpp b/LiteLoader/src/llapi/SimulatedPlayerAPI.cpp similarity index 100% rename from LiteLoader/Kernel/SimulatedPlayerAPI.cpp rename to LiteLoader/src/llapi/SimulatedPlayerAPI.cpp diff --git a/LiteLoader/Kernel/Command/CommandOriginAPI.cpp b/LiteLoader/src/llapi/command/CommandOriginAPI.cpp similarity index 100% rename from LiteLoader/Kernel/Command/CommandOriginAPI.cpp rename to LiteLoader/src/llapi/command/CommandOriginAPI.cpp diff --git a/LiteLoader/Kernel/Command/CommandOutputAPI.cpp b/LiteLoader/src/llapi/command/CommandOutputAPI.cpp similarity index 100% rename from LiteLoader/Kernel/Command/CommandOutputAPI.cpp rename to LiteLoader/src/llapi/command/CommandOutputAPI.cpp diff --git a/LiteLoader/Kernel/Command/CommandRegistryAPI.cpp b/LiteLoader/src/llapi/command/CommandRegistryAPI.cpp similarity index 98% rename from LiteLoader/Kernel/Command/CommandRegistryAPI.cpp rename to LiteLoader/src/llapi/command/CommandRegistryAPI.cpp index 3d30beb..b63d1e9 100644 --- a/LiteLoader/Kernel/Command/CommandRegistryAPI.cpp +++ b/LiteLoader/src/llapi/command/CommandRegistryAPI.cpp @@ -3,8 +3,8 @@ #include #include #include - #include - #include + #include "include/llapi/RegCommandAPI.h" + #include "include/llapi/LoggerAPI.h" static_assert(offsetof(CommandParameterData, options) == 73); static_assert(offsetof(CommandParameterData, name) == 16); static_assert(offsetof(CommandParameterData, unk56) == 56); @@ -91,7 +91,7 @@ return ""; } - #include
+ #include "include/liteloader/Config.h" bool CommandRegistry::unregisterCommand(std::string const& name) { if (!LL::globalConfig.debugMode) { logger.error("unregister command is only enabled in debug mode"); diff --git a/LiteLoader/Kernel/Command/DynamicCommandAPI.cpp b/LiteLoader/src/llapi/command/DynamicCommandAPI.cpp similarity index 99% rename from LiteLoader/Kernel/Command/DynamicCommandAPI.cpp rename to LiteLoader/src/llapi/command/DynamicCommandAPI.cpp index b1172d0..dc8050a 100644 --- a/LiteLoader/Kernel/Command/DynamicCommandAPI.cpp +++ b/LiteLoader/src/llapi/command/DynamicCommandAPI.cpp @@ -1,8 +1,8 @@  //#define COMMAND_REGISTRY_EXTRA - #include - #include - #include - #include + #include "include/llapi/DynamicCommandAPI.h" + #include "include/llapi/I18nAPI.h" + #include "include/llapi/LLAPI.h" + #include "include/llapi/LoggerAPI.h" #include #include #include @@ -13,7 +13,7 @@ #include #include #include - #include + #include "include/llapi/ScheduleAPI.h" #include #include #include @@ -594,9 +594,9 @@ std::unique_ptr DynamicCommand::createCommand(std::string const& name, std::string const& description, CommandPermissionLevel permission, CommandFlag flag1, CommandFlag flag2, HMODULE handle) { return DynamicCommandInstance::create(name, description, permission, flag1 |= flag2, handle); } - #include - #include - #include
+ #include "include/llapi/LLAPI.h" + #include "include/llapi/EventAPI.h" + #include "include/liteloader/Config.h" DynamicCommandInstance const* DynamicCommand::setup(std::unique_ptr commandInstance) { auto ptr = commandInstance.get(); diff --git a/LiteLoader/Kernel/DB/Any.cpp b/LiteLoader/src/llapi/db/Any.cpp similarity index 100% rename from LiteLoader/Kernel/DB/Any.cpp rename to LiteLoader/src/llapi/db/Any.cpp diff --git a/LiteLoader/Kernel/DB/ConnParams.cpp b/LiteLoader/src/llapi/db/ConnParams.cpp similarity index 99% rename from LiteLoader/Kernel/DB/ConnParams.cpp rename to LiteLoader/src/llapi/db/ConnParams.cpp index ba17982..d203e58 100644 --- a/LiteLoader/Kernel/DB/ConnParams.cpp +++ b/LiteLoader/src/llapi/db/ConnParams.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "include/llapi/LoggerAPI.h" namespace DB { diff --git a/LiteLoader/Kernel/DB/Impl/MySQL/Session.cpp b/LiteLoader/src/llapi/db/Impl/MySQL/Session.cpp similarity index 99% rename from LiteLoader/Kernel/DB/Impl/MySQL/Session.cpp rename to LiteLoader/src/llapi/db/Impl/MySQL/Session.cpp index 50a0353..b5d5d8e 100644 --- a/LiteLoader/Kernel/DB/Impl/MySQL/Session.cpp +++ b/LiteLoader/src/llapi/db/Impl/MySQL/Session.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include "include/llapi/LoggerAPI.h" #define OK 0 namespace DB { diff --git a/LiteLoader/Kernel/DB/Impl/MySQL/Stmt.cpp b/LiteLoader/src/llapi/db/Impl/MySQL/Stmt.cpp similarity index 99% rename from LiteLoader/Kernel/DB/Impl/MySQL/Stmt.cpp rename to LiteLoader/src/llapi/db/Impl/MySQL/Stmt.cpp index d610ab2..b868eeb 100644 --- a/LiteLoader/Kernel/DB/Impl/MySQL/Stmt.cpp +++ b/LiteLoader/src/llapi/db/Impl/MySQL/Stmt.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include "include/llapi/LoggerAPI.h" #define Wptr2MySQLSession(x) ((MySQLSession*)x.lock().get()) #pragma warning(disable : 4267) #pragma warning(disable : 26812) diff --git a/LiteLoader/Kernel/DB/Impl/SQLite/Session.cpp b/LiteLoader/src/llapi/db/Impl/SQLite/Session.cpp similarity index 98% rename from LiteLoader/Kernel/DB/Impl/SQLite/Session.cpp rename to LiteLoader/src/llapi/db/Impl/SQLite/Session.cpp index 0848d67..5e7a6eb 100644 --- a/LiteLoader/Kernel/DB/Impl/SQLite/Session.cpp +++ b/LiteLoader/src/llapi/db/Impl/SQLite/Session.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include "include/llapi/LoggerAPI.h" namespace DB { diff --git a/LiteLoader/Kernel/DB/Impl/SQLite/Stmt.cpp b/LiteLoader/src/llapi/db/Impl/SQLite/Stmt.cpp similarity index 99% rename from LiteLoader/Kernel/DB/Impl/SQLite/Stmt.cpp rename to LiteLoader/src/llapi/db/Impl/SQLite/Stmt.cpp index 6fb7968..1d47cc7 100644 --- a/LiteLoader/Kernel/DB/Impl/SQLite/Stmt.cpp +++ b/LiteLoader/src/llapi/db/Impl/SQLite/Stmt.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "include/llapi/LoggerAPI.h" #include namespace DB { diff --git a/LiteLoader/Kernel/DB/Row.cpp b/LiteLoader/src/llapi/db/Row.cpp similarity index 100% rename from LiteLoader/Kernel/DB/Row.cpp rename to LiteLoader/src/llapi/db/Row.cpp diff --git a/LiteLoader/Kernel/DB/RowSet.cpp b/LiteLoader/src/llapi/db/RowSet.cpp similarity index 100% rename from LiteLoader/Kernel/DB/RowSet.cpp rename to LiteLoader/src/llapi/db/RowSet.cpp diff --git a/LiteLoader/Kernel/DB/Session.cpp b/LiteLoader/src/llapi/db/Session.cpp similarity index 98% rename from LiteLoader/Kernel/DB/Session.cpp rename to LiteLoader/src/llapi/db/Session.cpp index 979dfa7..13fb6f7 100644 --- a/LiteLoader/Kernel/DB/Session.cpp +++ b/LiteLoader/src/llapi/db/Session.cpp @@ -1,5 +1,5 @@ #include -#include +#include "include/llapi/LoggerAPI.h" #include #include diff --git a/LiteLoader/Kernel/DB/Stmt.cpp b/LiteLoader/src/llapi/db/Stmt.cpp similarity index 96% rename from LiteLoader/Kernel/DB/Stmt.cpp rename to LiteLoader/src/llapi/db/Stmt.cpp index 7ab2124..b94ee44 100644 --- a/LiteLoader/Kernel/DB/Stmt.cpp +++ b/LiteLoader/src/llapi/db/Stmt.cpp @@ -1,5 +1,5 @@ #include -#include +#include "include/llapi/LoggerAPI.h" namespace DB { diff --git a/LiteLoader/Kernel/MC/ActorAPI.cpp b/LiteLoader/src/llapi/mc/ActorAPI.cpp similarity index 99% rename from LiteLoader/Kernel/MC/ActorAPI.cpp rename to LiteLoader/src/llapi/mc/ActorAPI.cpp index d118d00..5feb538 100644 --- a/LiteLoader/Kernel/MC/ActorAPI.cpp +++ b/LiteLoader/src/llapi/mc/ActorAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/ActorDamageSource.cpp b/LiteLoader/src/llapi/mc/ActorDamageSource.cpp similarity index 100% rename from LiteLoader/Kernel/MC/ActorDamageSource.cpp rename to LiteLoader/src/llapi/mc/ActorDamageSource.cpp diff --git a/LiteLoader/Kernel/MC/BiomeAPI.cpp b/LiteLoader/src/llapi/mc/BiomeAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/BiomeAPI.cpp rename to LiteLoader/src/llapi/mc/BiomeAPI.cpp diff --git a/LiteLoader/Kernel/MC/BlockAPI.cpp b/LiteLoader/src/llapi/mc/BlockAPI.cpp similarity index 92% rename from LiteLoader/Kernel/MC/BlockAPI.cpp rename to LiteLoader/src/llapi/mc/BlockAPI.cpp index 7b26eed..2594f17 100644 --- a/LiteLoader/Kernel/MC/BlockAPI.cpp +++ b/LiteLoader/src/llapi/mc/BlockAPI.cpp @@ -1,5 +1,5 @@ -#include -#include
+#include "include/llapi/LoggerAPI.h" +#include "include/liteloader/LiteLoader.h" #include #include #include @@ -63,5 +63,5 @@ bool Block::setNbt(CompoundTag* nbt) { unsigned int const & Block::getRuntimeId() const{ // Actor::_playFlySound Line7 - return dAccess(this, 12); + return dAccess(this, 48); } \ No newline at end of file diff --git a/LiteLoader/Kernel/MC/BlockActorAPI.cpp b/LiteLoader/src/llapi/mc/BlockActorAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/BlockActorAPI.cpp rename to LiteLoader/src/llapi/mc/BlockActorAPI.cpp diff --git a/LiteLoader/Kernel/MC/BlockInstanceAPI.cpp b/LiteLoader/src/llapi/mc/BlockInstanceAPI.cpp similarity index 98% rename from LiteLoader/Kernel/MC/BlockInstanceAPI.cpp rename to LiteLoader/src/llapi/mc/BlockInstanceAPI.cpp index b507f74..4ef5009 100644 --- a/LiteLoader/Kernel/MC/BlockInstanceAPI.cpp +++ b/LiteLoader/src/llapi/mc/BlockInstanceAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/BlockLegacyAPI.cpp b/LiteLoader/src/llapi/mc/BlockLegacyAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/BlockLegacyAPI.cpp rename to LiteLoader/src/llapi/mc/BlockLegacyAPI.cpp diff --git a/LiteLoader/Kernel/MC/BlockSourceAPI.cpp b/LiteLoader/src/llapi/mc/BlockSourceAPI.cpp similarity index 86% rename from LiteLoader/Kernel/MC/BlockSourceAPI.cpp rename to LiteLoader/src/llapi/mc/BlockSourceAPI.cpp index 8165a03..cc2922b 100644 --- a/LiteLoader/Kernel/MC/BlockSourceAPI.cpp +++ b/LiteLoader/src/llapi/mc/BlockSourceAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include diff --git a/LiteLoader/Kernel/MC/ColorFormatAPI.cpp b/LiteLoader/src/llapi/mc/ColorFormatAPI.cpp similarity index 99% rename from LiteLoader/Kernel/MC/ColorFormatAPI.cpp rename to LiteLoader/src/llapi/mc/ColorFormatAPI.cpp index e783dd8..c45c643 100644 --- a/LiteLoader/Kernel/MC/ColorFormatAPI.cpp +++ b/LiteLoader/src/llapi/mc/ColorFormatAPI.cpp @@ -1,5 +1,5 @@ #include -#include +#include "include/llapi/LoggerAPI.h" extern Logger logger; #include namespace ColorFormat { diff --git a/LiteLoader/Kernel/MC/ContainerAPI.cpp b/LiteLoader/src/llapi/mc/ContainerAPI.cpp similarity index 97% rename from LiteLoader/Kernel/MC/ContainerAPI.cpp rename to LiteLoader/src/llapi/mc/ContainerAPI.cpp index 8573eca..2498a5c 100644 --- a/LiteLoader/Kernel/MC/ContainerAPI.cpp +++ b/LiteLoader/src/llapi/mc/ContainerAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/GameModeAPI.cpp b/LiteLoader/src/llapi/mc/GameModeAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/GameModeAPI.cpp rename to LiteLoader/src/llapi/mc/GameModeAPI.cpp diff --git a/LiteLoader/Kernel/MC/HitResultAPI.cpp b/LiteLoader/src/llapi/mc/HitResultAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/HitResultAPI.cpp rename to LiteLoader/src/llapi/mc/HitResultAPI.cpp diff --git a/LiteLoader/Kernel/MC/I18nAPI.cpp b/LiteLoader/src/llapi/mc/I18nAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/I18nAPI.cpp rename to LiteLoader/src/llapi/mc/I18nAPI.cpp diff --git a/LiteLoader/Kernel/MC/ItemActorAPI.cpp b/LiteLoader/src/llapi/mc/ItemActorAPI.cpp similarity index 61% rename from LiteLoader/Kernel/MC/ItemActorAPI.cpp rename to LiteLoader/src/llapi/mc/ItemActorAPI.cpp index 1497044..487da96 100644 --- a/LiteLoader/Kernel/MC/ItemActorAPI.cpp +++ b/LiteLoader/src/llapi/mc/ItemActorAPI.cpp @@ -1,4 +1,4 @@ -#include "Global.h" +#include "include/llapi/Global.h" #include ItemStack* ItemActor::getItemStack() { @@ -6,14 +6,14 @@ ItemStack* ItemActor::getItemStack() { } int ItemActor::getDespawnTime() { - return dAccess(this); // ItemActor::NormalTick Line258 + return dAccess(this); // ItemActor::NormalTick Line258 } bool ItemActor::setDespawnTime(int a1) { - dAccess(this) = a1; + dAccess(this) = a1; return true; } int ItemActor::getLatestSpawnTime() { - return dAccess(this); + return dAccess(this); } \ No newline at end of file diff --git a/LiteLoader/Kernel/MC/ItemStackAPI.cpp b/LiteLoader/src/llapi/mc/ItemStackAPI.cpp similarity index 98% rename from LiteLoader/Kernel/MC/ItemStackAPI.cpp rename to LiteLoader/src/llapi/mc/ItemStackAPI.cpp index 32eadbe..74c722a 100644 --- a/LiteLoader/Kernel/MC/ItemStackAPI.cpp +++ b/LiteLoader/src/llapi/mc/ItemStackAPI.cpp @@ -1,4 +1,4 @@ -#include "Global.h" +#include "include/llapi/Global.h" #include "MC/Item.hpp" #include "MC/ItemStack.hpp" #include "MC/Spawner.hpp" diff --git a/LiteLoader/Kernel/MC/JsonHelpers.cpp b/LiteLoader/src/llapi/mc/JsonHelpers.cpp similarity index 100% rename from LiteLoader/Kernel/MC/JsonHelpers.cpp rename to LiteLoader/src/llapi/mc/JsonHelpers.cpp diff --git a/LiteLoader/Kernel/MC/LevelAPI.cpp b/LiteLoader/src/llapi/mc/LevelAPI.cpp similarity index 99% rename from LiteLoader/Kernel/MC/LevelAPI.cpp rename to LiteLoader/src/llapi/mc/LevelAPI.cpp index 84237a8..b5f6365 100644 --- a/LiteLoader/Kernel/MC/LevelAPI.cpp +++ b/LiteLoader/src/llapi/mc/LevelAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/MobAPI.cpp b/LiteLoader/src/llapi/mc/MobAPI.cpp similarity index 88% rename from LiteLoader/Kernel/MC/MobAPI.cpp rename to LiteLoader/src/llapi/mc/MobAPI.cpp index eea73da..0af1b8f 100644 --- a/LiteLoader/Kernel/MC/MobAPI.cpp +++ b/LiteLoader/src/llapi/mc/MobAPI.cpp @@ -1,5 +1,5 @@ //#include "MobAPI.h" -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/MolangAPI.cpp b/LiteLoader/src/llapi/mc/MolangAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/MolangAPI.cpp rename to LiteLoader/src/llapi/mc/MolangAPI.cpp diff --git a/LiteLoader/Kernel/MC/NetworkIdentifierAPI.cpp b/LiteLoader/src/llapi/mc/NetworkIdentifierAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/NetworkIdentifierAPI.cpp rename to LiteLoader/src/llapi/mc/NetworkIdentifierAPI.cpp diff --git a/LiteLoader/Kernel/MC/PlayerAPI.cpp b/LiteLoader/src/llapi/mc/PlayerAPI.cpp similarity index 98% rename from LiteLoader/Kernel/MC/PlayerAPI.cpp rename to LiteLoader/src/llapi/mc/PlayerAPI.cpp index 0cc27cf..acf7f68 100644 --- a/LiteLoader/Kernel/MC/PlayerAPI.cpp +++ b/LiteLoader/src/llapi/mc/PlayerAPI.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include "include/llapi/EventAPI.h" #include //#include //#include @@ -98,7 +98,7 @@ string Player::getServerAddress() { int Player::getPlatform(){ //AddPlayerPacket::AddPlayerPacket Line59 - return dAccess(this, 256); + return dAccess(this, 2104); } Container & Player::getInventory(){ @@ -247,9 +247,9 @@ bool Player::runcmd(const string& cmd) { return sendCommandRequestPacket(cmd); } -// Container* Player::getEnderChestContainer() { -// return dAccess(this, 4032); // IDA Player::Player() Line239 -// } +Container* Player::getEnderChestContainer() { + return dAccess(this, 4032); // IDA Player::Player() Line239 +} bool Player::transferServer(const string& address, unsigned short port) { return sendTransferPacket(address, port); @@ -257,12 +257,12 @@ bool Player::transferServer(const string& address, unsigned short port) { BlockPos const & Player::getSpawnPosition(){ //ServerNetworkHandler::_sendLevelData Line316 - return dAccess(this, 1797); + return dAccess(this, 1797*4); } AutomaticID Player::getSpawnDimension(){ //ServerNetworkHandler::_sendLevelData Line310 - return dAccess>(this, 1800); + return dAccess>(this, 1800*4); } std::pair Player::getRespawnPosition() { @@ -288,7 +288,7 @@ bool Player::setNbt(CompoundTag* nbt) { #include #include #include -#include +#include "include/llapi/SendPacketAPI.h" bool Player::refreshAttribute(class Attribute const& attribute) { return refreshAttributes({&attribute}); } @@ -619,7 +619,7 @@ bool Player::sendPlaySoundPacket(string SoundName, Vec3 Position, float Volume, return true; } -#include +#include "include/llapi/SendPacketAPI.h" // bool Player::sendAddItemEntityPacket(unsigned long long runtimeID, Item const& item, int stackSize, short aux, Vec3 pos, vector> dataItems) const { // BinaryStream wp; // wp.writeVarInt64(runtimeID); // RuntimeId diff --git a/LiteLoader/Kernel/MC/ResourcePackRepositoryAPI.cpp b/LiteLoader/src/llapi/mc/ResourcePackRepositoryAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/ResourcePackRepositoryAPI.cpp rename to LiteLoader/src/llapi/mc/ResourcePackRepositoryAPI.cpp diff --git a/LiteLoader/Kernel/MC/SpawnerAPI.cpp b/LiteLoader/src/llapi/mc/SpawnerAPI.cpp similarity index 95% rename from LiteLoader/Kernel/MC/SpawnerAPI.cpp rename to LiteLoader/src/llapi/mc/SpawnerAPI.cpp index 55011b1..6b3ec29 100644 --- a/LiteLoader/Kernel/MC/SpawnerAPI.cpp +++ b/LiteLoader/src/llapi/mc/SpawnerAPI.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/MC/StaticVanillaBlocksAPI.cpp b/LiteLoader/src/llapi/mc/StaticVanillaBlocksAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/StaticVanillaBlocksAPI.cpp rename to LiteLoader/src/llapi/mc/StaticVanillaBlocksAPI.cpp diff --git a/LiteLoader/Kernel/MC/StructureTemplateAPI.cpp b/LiteLoader/src/llapi/mc/StructureTemplateAPI.cpp similarity index 100% rename from LiteLoader/Kernel/MC/StructureTemplateAPI.cpp rename to LiteLoader/src/llapi/mc/StructureTemplateAPI.cpp diff --git a/LiteLoader/Kernel/MC/Types.cpp b/LiteLoader/src/llapi/mc/Types.cpp similarity index 99% rename from LiteLoader/Kernel/MC/Types.cpp rename to LiteLoader/src/llapi/mc/Types.cpp index 859f9b4..9cf2ef4 100644 --- a/LiteLoader/Kernel/MC/Types.cpp +++ b/LiteLoader/src/llapi/mc/Types.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "include/llapi/LoggerAPI.h" // ChunkBlockPos::ChunkBlockPos(BlockPos const& pos, short minHeight) //{ diff --git a/LiteLoader/Kernel/NBT/ByteArrayTagAPI.cpp b/LiteLoader/src/llapi/nbt/ByteArrayTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/ByteArrayTagAPI.cpp rename to LiteLoader/src/llapi/nbt/ByteArrayTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/ByteTagAPI.cpp b/LiteLoader/src/llapi/nbt/ByteTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/ByteTagAPI.cpp rename to LiteLoader/src/llapi/nbt/ByteTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/CompoundTagAPI.cpp b/LiteLoader/src/llapi/nbt/CompoundTagAPI.cpp similarity index 99% rename from LiteLoader/Kernel/NBT/CompoundTagAPI.cpp rename to LiteLoader/src/llapi/nbt/CompoundTagAPI.cpp index c0615d3..515d2c2 100644 --- a/LiteLoader/Kernel/NBT/CompoundTagAPI.cpp +++ b/LiteLoader/src/llapi/nbt/CompoundTagAPI.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include "include/llapi/I18nAPI.h" #include #include #include @@ -194,7 +194,7 @@ std::unique_ptr CompoundTag::fromBlockActor(BlockActor* blockActor) using namespace nbt; using namespace std; -#include +#include "include/llapi/LoggerAPI.h" extern Logger logger; inline void OutputNBTError(std::string const& errorMsg, int errorCode, std::string errorWhat, std::string const& functionName) { diff --git a/LiteLoader/Kernel/NBT/DoubleTagAPI.cpp b/LiteLoader/src/llapi/nbt/DoubleTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/DoubleTagAPI.cpp rename to LiteLoader/src/llapi/nbt/DoubleTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/EndTagAPI.cpp b/LiteLoader/src/llapi/nbt/EndTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/EndTagAPI.cpp rename to LiteLoader/src/llapi/nbt/EndTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/FloatTagAPI.cpp b/LiteLoader/src/llapi/nbt/FloatTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/FloatTagAPI.cpp rename to LiteLoader/src/llapi/nbt/FloatTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/Int64TagAPI.cpp b/LiteLoader/src/llapi/nbt/Int64TagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/Int64TagAPI.cpp rename to LiteLoader/src/llapi/nbt/Int64TagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/IntArrayTagAPI.cpp b/LiteLoader/src/llapi/nbt/IntArrayTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/IntArrayTagAPI.cpp rename to LiteLoader/src/llapi/nbt/IntArrayTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/IntTagAPI.cpp b/LiteLoader/src/llapi/nbt/IntTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/IntTagAPI.cpp rename to LiteLoader/src/llapi/nbt/IntTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/ListTagAPI.cpp b/LiteLoader/src/llapi/nbt/ListTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/ListTagAPI.cpp rename to LiteLoader/src/llapi/nbt/ListTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/PrettySnbtFormatAPI.cpp b/LiteLoader/src/llapi/nbt/PrettySnbtFormatAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/PrettySnbtFormatAPI.cpp rename to LiteLoader/src/llapi/nbt/PrettySnbtFormatAPI.cpp diff --git a/LiteLoader/Kernel/NBT/ShortTagAPI.cpp b/LiteLoader/src/llapi/nbt/ShortTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/ShortTagAPI.cpp rename to LiteLoader/src/llapi/nbt/ShortTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/StringTagAPI.cpp b/LiteLoader/src/llapi/nbt/StringTagAPI.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/StringTagAPI.cpp rename to LiteLoader/src/llapi/nbt/StringTagAPI.cpp diff --git a/LiteLoader/Kernel/NBT/TagAPI.cpp b/LiteLoader/src/llapi/nbt/TagAPI.cpp similarity index 99% rename from LiteLoader/Kernel/NBT/TagAPI.cpp rename to LiteLoader/src/llapi/nbt/TagAPI.cpp index 73ad8f7..fd309f9 100644 --- a/LiteLoader/Kernel/NBT/TagAPI.cpp +++ b/LiteLoader/src/llapi/nbt/TagAPI.cpp @@ -1,4 +1,4 @@ -#include "Global.h" +#include "include/llapi/Global.h" #include #include #include diff --git a/LiteLoader/Kernel/NBT/TagMemoryChunk.cpp b/LiteLoader/src/llapi/nbt/TagMemoryChunk.cpp similarity index 100% rename from LiteLoader/Kernel/NBT/TagMemoryChunk.cpp rename to LiteLoader/src/llapi/nbt/TagMemoryChunk.cpp diff --git a/LiteLoader/Kernel/Network/BinaryStreamAPI.cpp b/LiteLoader/src/llapi/network/BinaryStreamAPI.cpp similarity index 100% rename from LiteLoader/Kernel/Network/BinaryStreamAPI.cpp rename to LiteLoader/src/llapi/network/BinaryStreamAPI.cpp diff --git a/LiteLoader/Kernel/Network/PacketAPI.cpp b/LiteLoader/src/llapi/network/PacketAPI.cpp similarity index 99% rename from LiteLoader/Kernel/Network/PacketAPI.cpp rename to LiteLoader/src/llapi/network/PacketAPI.cpp index 33cb0bb..3bc031a 100644 --- a/LiteLoader/Kernel/Network/PacketAPI.cpp +++ b/LiteLoader/src/llapi/network/PacketAPI.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "include/llapi/LoggerAPI.h" #define INCLUDE_ALL_PACKET #define SIZE_STATIC_ASSERT_IF_DEFINE diff --git a/LiteLoader/Kernel/Network/ReadOnlyBinaryStreamAPI.cpp b/LiteLoader/src/llapi/network/ReadOnlyBinaryStreamAPI.cpp similarity index 100% rename from LiteLoader/Kernel/Network/ReadOnlyBinaryStreamAPI.cpp rename to LiteLoader/src/llapi/network/ReadOnlyBinaryStreamAPI.cpp diff --git a/LiteLoader/Kernel/Scoreboard/ObjectiveAPI.cpp b/LiteLoader/src/llapi/scoreboard/ObjectiveAPI.cpp similarity index 93% rename from LiteLoader/Kernel/Scoreboard/ObjectiveAPI.cpp rename to LiteLoader/src/llapi/scoreboard/ObjectiveAPI.cpp index 986b60d..ed6e002 100644 --- a/LiteLoader/Kernel/Scoreboard/ObjectiveAPI.cpp +++ b/LiteLoader/src/llapi/scoreboard/ObjectiveAPI.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "include/llapi/GlobalServiceAPI.h" // helper #define H do_hash diff --git a/LiteLoader/Kernel/Scoreboard/ScoreboardAPI.cpp b/LiteLoader/src/llapi/scoreboard/ScoreboardAPI.cpp similarity index 100% rename from LiteLoader/Kernel/Scoreboard/ScoreboardAPI.cpp rename to LiteLoader/src/llapi/scoreboard/ScoreboardAPI.cpp diff --git a/LiteLoader/Kernel/Utils/CryptHelper.cpp b/LiteLoader/src/llapi/utils/CryptHelper.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/CryptHelper.cpp rename to LiteLoader/src/llapi/utils/CryptHelper.cpp diff --git a/LiteLoader/Kernel/Utils/CsLock.cpp b/LiteLoader/src/llapi/utils/CsLock.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/CsLock.cpp rename to LiteLoader/src/llapi/utils/CsLock.cpp diff --git a/LiteLoader/Kernel/Utils/DbgHelper.cpp b/LiteLoader/src/llapi/utils/DbgHelper.cpp similarity index 99% rename from LiteLoader/Kernel/Utils/DbgHelper.cpp rename to LiteLoader/src/llapi/utils/DbgHelper.cpp index b9645ee..adaf33e 100644 --- a/LiteLoader/Kernel/Utils/DbgHelper.cpp +++ b/LiteLoader/src/llapi/utils/DbgHelper.cpp @@ -1,13 +1,13 @@ #include -#include +#include #include #include #include -#include
+#include "include/liteloader/Config.h" #include #include #include -#include +#include "include/llapi/LoggerAPI.h" #include using namespace std; extern Logger logger; diff --git a/LiteLoader/Kernel/Utils/FileHelper.cpp b/LiteLoader/src/llapi/utils/FileHelper.cpp similarity index 98% rename from LiteLoader/Kernel/Utils/FileHelper.cpp rename to LiteLoader/src/llapi/utils/FileHelper.cpp index f554b7d..e52866c 100644 --- a/LiteLoader/Kernel/Utils/FileHelper.cpp +++ b/LiteLoader/src/llapi/utils/FileHelper.cpp @@ -1,7 +1,7 @@ #include #include #include -#include
+#include "include/liteloader/Config.h" #include #include using namespace std; diff --git a/LiteLoader/Kernel/Utils/GlobalService.cpp b/LiteLoader/src/llapi/utils/GlobalService.cpp similarity index 98% rename from LiteLoader/Kernel/Utils/GlobalService.cpp rename to LiteLoader/src/llapi/utils/GlobalService.cpp index cffd5fd..7aebddc 100644 --- a/LiteLoader/Kernel/Utils/GlobalService.cpp +++ b/LiteLoader/src/llapi/utils/GlobalService.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include #include #include @@ -8,7 +8,7 @@ #include #include #include -#include +#include "include/llapi/GlobalServiceAPI.h" // Minecraft TInstanceHook(void, "?initAsDedicatedServer@Minecraft@@QEAAXXZ", Minecraft) { diff --git a/LiteLoader/Kernel/Utils/NetworkHelper.cpp b/LiteLoader/src/llapi/utils/NetworkHelper.cpp similarity index 96% rename from LiteLoader/Kernel/Utils/NetworkHelper.cpp rename to LiteLoader/src/llapi/utils/NetworkHelper.cpp index c9d43c6..132200c 100644 --- a/LiteLoader/Kernel/Utils/NetworkHelper.cpp +++ b/LiteLoader/src/llapi/utils/NetworkHelper.cpp @@ -1,11 +1,11 @@ #include -#include -#include
+#include "include/llapi/LoggerAPI.h" +#include "include/liteloader/LiteLoader.h" #include #include #include -#include -#include
+#include "include/llapi/I18nAPI.h" +#include "include/liteloader/Config.h" using namespace std; diff --git a/LiteLoader/Kernel/Utils/PlayerMap.cpp b/LiteLoader/src/llapi/utils/PlayerMap.cpp similarity index 95% rename from LiteLoader/Kernel/Utils/PlayerMap.cpp rename to LiteLoader/src/llapi/utils/PlayerMap.cpp index b4fcfd6..b9507ed 100644 --- a/LiteLoader/Kernel/Utils/PlayerMap.cpp +++ b/LiteLoader/src/llapi/utils/PlayerMap.cpp @@ -1,4 +1,4 @@ -#include +#include "include/llapi/Global.h" #include // PlayerMap.h // BUG: DON'T USE GLOBAL VAR WITH A CUSTOM CONSTRUCTION!!!! diff --git a/LiteLoader/Kernel/Utils/PluginOwnData.cpp b/LiteLoader/src/llapi/utils/PluginOwnData.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/PluginOwnData.cpp rename to LiteLoader/src/llapi/utils/PluginOwnData.cpp diff --git a/LiteLoader/Kernel/Utils/SRWLock.cpp b/LiteLoader/src/llapi/utils/SRWLock.cpp similarity index 97% rename from LiteLoader/Kernel/Utils/SRWLock.cpp rename to LiteLoader/src/llapi/utils/SRWLock.cpp index f146016..8023298 100644 --- a/LiteLoader/Kernel/Utils/SRWLock.cpp +++ b/LiteLoader/src/llapi/utils/SRWLock.cpp @@ -1,4 +1,4 @@ -#include +#include #include SRWLock::SRWLock() { diff --git a/LiteLoader/Kernel/Utils/STLHelper.cpp b/LiteLoader/src/llapi/utils/STLHelper.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/STLHelper.cpp rename to LiteLoader/src/llapi/utils/STLHelper.cpp diff --git a/LiteLoader/Kernel/Utils/ShellLinkFile.cpp b/LiteLoader/src/llapi/utils/ShellLinkFile.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/ShellLinkFile.cpp rename to LiteLoader/src/llapi/utils/ShellLinkFile.cpp diff --git a/LiteLoader/Kernel/Utils/StringHelper.cpp b/LiteLoader/src/llapi/utils/StringHelper.cpp similarity index 99% rename from LiteLoader/Kernel/Utils/StringHelper.cpp rename to LiteLoader/src/llapi/utils/StringHelper.cpp index 1bb2d5f..2434a28 100644 --- a/LiteLoader/Kernel/Utils/StringHelper.cpp +++ b/LiteLoader/src/llapi/utils/StringHelper.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include using namespace std; wstring str2wstr(const string& str) { diff --git a/LiteLoader/Kernel/Utils/StringReader.cpp b/LiteLoader/src/llapi/utils/StringReader.cpp similarity index 100% rename from LiteLoader/Kernel/Utils/StringReader.cpp rename to LiteLoader/src/llapi/utils/StringReader.cpp diff --git a/LiteLoader/Kernel/Utils/WinHelper.cpp b/LiteLoader/src/llapi/utils/WinHelper.cpp similarity index 97% rename from LiteLoader/Kernel/Utils/WinHelper.cpp rename to LiteLoader/src/llapi/utils/WinHelper.cpp index 6cfe227..d372df9 100644 --- a/LiteLoader/Kernel/Utils/WinHelper.cpp +++ b/LiteLoader/src/llapi/utils/WinHelper.cpp @@ -1,12 +1,12 @@ #include #include -#include
+#include "include/liteloader/LiteLoader.h" #include -#include -#include +#include "include/llapi/LoggerAPI.h" +#include "include/llapi/I18nAPI.h" #include #include -#include
+#include "include/liteloader/Config.h" using namespace std; diff --git a/LiteLoader/Header/third-party/Base64/Base64.hpp b/LiteLoader/third-party/include/Base64/Base64.hpp similarity index 100% rename from LiteLoader/Header/third-party/Base64/Base64.hpp rename to LiteLoader/third-party/include/Base64/Base64.hpp diff --git a/LiteLoader/Header/third-party/FMT/args.h b/LiteLoader/third-party/include/FMT/args.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/args.h rename to LiteLoader/third-party/include/FMT/args.h diff --git a/LiteLoader/Header/third-party/FMT/chrono.h b/LiteLoader/third-party/include/FMT/chrono.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/chrono.h rename to LiteLoader/third-party/include/FMT/chrono.h diff --git a/LiteLoader/Header/third-party/FMT/color.h b/LiteLoader/third-party/include/FMT/color.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/color.h rename to LiteLoader/third-party/include/FMT/color.h diff --git a/LiteLoader/Header/third-party/FMT/compile.h b/LiteLoader/third-party/include/FMT/compile.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/compile.h rename to LiteLoader/third-party/include/FMT/compile.h diff --git a/LiteLoader/Header/third-party/FMT/core.h b/LiteLoader/third-party/include/FMT/core.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/core.h rename to LiteLoader/third-party/include/FMT/core.h diff --git a/LiteLoader/Header/third-party/FMT/format-inl.h b/LiteLoader/third-party/include/FMT/format-inl.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/format-inl.h rename to LiteLoader/third-party/include/FMT/format-inl.h diff --git a/LiteLoader/Header/third-party/FMT/format.h b/LiteLoader/third-party/include/FMT/format.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/format.h rename to LiteLoader/third-party/include/FMT/format.h diff --git a/LiteLoader/Header/third-party/FMT/locale.h b/LiteLoader/third-party/include/FMT/locale.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/locale.h rename to LiteLoader/third-party/include/FMT/locale.h diff --git a/LiteLoader/Header/third-party/FMT/os.h b/LiteLoader/third-party/include/FMT/os.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/os.h rename to LiteLoader/third-party/include/FMT/os.h diff --git a/LiteLoader/Header/third-party/FMT/ostream.h b/LiteLoader/third-party/include/FMT/ostream.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/ostream.h rename to LiteLoader/third-party/include/FMT/ostream.h diff --git a/LiteLoader/Header/third-party/FMT/printf.h b/LiteLoader/third-party/include/FMT/printf.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/printf.h rename to LiteLoader/third-party/include/FMT/printf.h diff --git a/LiteLoader/Header/third-party/FMT/ranges.h b/LiteLoader/third-party/include/FMT/ranges.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/ranges.h rename to LiteLoader/third-party/include/FMT/ranges.h diff --git a/LiteLoader/Header/third-party/FMT/xchar.h b/LiteLoader/third-party/include/FMT/xchar.h similarity index 100% rename from LiteLoader/Header/third-party/FMT/xchar.h rename to LiteLoader/third-party/include/FMT/xchar.h diff --git a/LiteLoader/Header/third-party/ModUtils/ModUtils.h b/LiteLoader/third-party/include/ModUtils/ModUtils.h similarity index 99% rename from LiteLoader/Header/third-party/ModUtils/ModUtils.h rename to LiteLoader/third-party/include/ModUtils/ModUtils.h index 968710d..07e710e 100644 --- a/LiteLoader/Header/third-party/ModUtils/ModUtils.h +++ b/LiteLoader/third-party/include/ModUtils/ModUtils.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/LiteLoader/Header/third-party/Nlohmann/fifo_json.hpp b/LiteLoader/third-party/include/Nlohmann/fifo_json.hpp similarity index 100% rename from LiteLoader/Header/third-party/Nlohmann/fifo_json.hpp rename to LiteLoader/third-party/include/Nlohmann/fifo_json.hpp diff --git a/LiteLoader/Header/third-party/Nlohmann/fifo_map.hpp b/LiteLoader/third-party/include/Nlohmann/fifo_map.hpp similarity index 100% rename from LiteLoader/Header/third-party/Nlohmann/fifo_map.hpp rename to LiteLoader/third-party/include/Nlohmann/fifo_map.hpp diff --git a/LiteLoader/Header/third-party/Nlohmann/json.hpp b/LiteLoader/third-party/include/Nlohmann/json.hpp similarity index 100% rename from LiteLoader/Header/third-party/Nlohmann/json.hpp rename to LiteLoader/third-party/include/Nlohmann/json.hpp diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Assertion.h b/LiteLoader/third-party/include/SQLiteCpp/Assertion.h similarity index 100% rename from LiteLoader/Header/third-party/SQLiteCpp/Assertion.h rename to LiteLoader/third-party/include/SQLiteCpp/Assertion.h diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Backup.h b/LiteLoader/third-party/include/SQLiteCpp/Backup.h similarity index 99% rename from LiteLoader/Header/third-party/SQLiteCpp/Backup.h rename to LiteLoader/third-party/include/SQLiteCpp/Backup.h index bfc3b1c..61e21d0 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/Backup.h +++ b/LiteLoader/third-party/include/SQLiteCpp/Backup.h @@ -11,7 +11,7 @@ */ #pragma once -#include +#include "Database.h" #include diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Column.h b/LiteLoader/third-party/include/SQLiteCpp/Column.h similarity index 99% rename from LiteLoader/Header/third-party/SQLiteCpp/Column.h rename to LiteLoader/third-party/include/SQLiteCpp/Column.h index 88a7fb3..06adba9 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/Column.h +++ b/LiteLoader/third-party/include/SQLiteCpp/Column.h @@ -10,8 +10,8 @@ */ #pragma once -#include -#include +#include "Statement.h" +#include "Exception.h" #include #include // For INT_MAX diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Database.h b/LiteLoader/third-party/include/SQLiteCpp/Database.h similarity index 99% rename from LiteLoader/Header/third-party/SQLiteCpp/Database.h rename to LiteLoader/third-party/include/SQLiteCpp/Database.h index c471e9b..c39a6a1 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/Database.h +++ b/LiteLoader/third-party/include/SQLiteCpp/Database.h @@ -10,8 +10,8 @@ */ #pragma once -#include -#include // definition of nullptr for C++98/C++03 compilers +#include "Column.h" +#include "Utils.h" // definition of nullptr for C++98/C++03 compilers #include diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Exception.h b/LiteLoader/third-party/include/SQLiteCpp/Exception.h similarity index 100% rename from LiteLoader/Header/third-party/SQLiteCpp/Exception.h rename to LiteLoader/third-party/include/SQLiteCpp/Exception.h diff --git a/LiteLoader/Header/third-party/SQLiteCpp/SQLiteCpp.h b/LiteLoader/third-party/include/SQLiteCpp/SQLiteCpp.h similarity index 87% rename from LiteLoader/Header/third-party/SQLiteCpp/SQLiteCpp.h rename to LiteLoader/third-party/include/SQLiteCpp/SQLiteCpp.h index a189840..cfabd8c 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/SQLiteCpp.h +++ b/LiteLoader/third-party/include/SQLiteCpp/SQLiteCpp.h @@ -18,12 +18,12 @@ // Include useful headers of SQLiteC++ -#include -#include -#include -#include -#include -#include +#include "Assertion.h" +#include "Exception.h" +#include "Database.h" +#include "Statement.h" +#include "Column.h" +#include "Transaction.h" /** diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Statement.h b/LiteLoader/third-party/include/SQLiteCpp/Statement.h similarity index 99% rename from LiteLoader/Header/third-party/SQLiteCpp/Statement.h rename to LiteLoader/third-party/include/SQLiteCpp/Statement.h index ecf417b..0a3f4ca 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/Statement.h +++ b/LiteLoader/third-party/include/SQLiteCpp/Statement.h @@ -10,7 +10,7 @@ */ #pragma once -#include +#include "Exception.h" #include #include diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Transaction.h b/LiteLoader/third-party/include/SQLiteCpp/Transaction.h similarity index 98% rename from LiteLoader/Header/third-party/SQLiteCpp/Transaction.h rename to LiteLoader/third-party/include/SQLiteCpp/Transaction.h index 0fbf9cf..c8f3455 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/Transaction.h +++ b/LiteLoader/third-party/include/SQLiteCpp/Transaction.h @@ -10,7 +10,7 @@ */ #pragma once -#include +#include "Exception.h" namespace SQLite diff --git a/LiteLoader/Header/third-party/SQLiteCpp/Utils.h b/LiteLoader/third-party/include/SQLiteCpp/Utils.h similarity index 100% rename from LiteLoader/Header/third-party/SQLiteCpp/Utils.h rename to LiteLoader/third-party/include/SQLiteCpp/Utils.h diff --git a/LiteLoader/Header/third-party/SQLiteCpp/VariadicBind.h b/LiteLoader/third-party/include/SQLiteCpp/VariadicBind.h similarity index 98% rename from LiteLoader/Header/third-party/SQLiteCpp/VariadicBind.h rename to LiteLoader/third-party/include/SQLiteCpp/VariadicBind.h index 24e5e5f..fa10416 100644 --- a/LiteLoader/Header/third-party/SQLiteCpp/VariadicBind.h +++ b/LiteLoader/third-party/include/SQLiteCpp/VariadicBind.h @@ -13,7 +13,7 @@ #if (__cplusplus >= 201402L) || ( defined(_MSC_VER) && (_MSC_VER >= 1900) ) // c++14: Visual Studio 2015 -#include +#include "Statement.h" /// @cond #include diff --git a/LiteLoader/Header/third-party/SimpleIni/SimpleIni.h b/LiteLoader/third-party/include/SimpleIni/SimpleIni.h similarity index 99% rename from LiteLoader/Header/third-party/SimpleIni/SimpleIni.h rename to LiteLoader/third-party/include/SimpleIni/SimpleIni.h index d6336db..2dae315 100644 --- a/LiteLoader/Header/third-party/SimpleIni/SimpleIni.h +++ b/LiteLoader/third-party/include/SimpleIni/SimpleIni.h @@ -3274,7 +3274,7 @@ public: # endif #endif -#include +#include #ifdef SI_NO_MBCS # define SI_NoCase SI_GenericNoCase #else // !SI_NO_MBCS diff --git a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det.h b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det.h similarity index 95% rename from LiteLoader/Header/third-party/compact_enc_det/compact_enc_det.h rename to LiteLoader/third-party/include/compact_enc_det/compact_enc_det.h index 01adf45..2b37ef7 100644 --- a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det.h +++ b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det.h @@ -17,8 +17,8 @@ #ifndef COMPACT_ENC_DET_COMPACT_ENC_DET_H_ #define COMPACT_ENC_DET_COMPACT_ENC_DET_H_ -#include "util/encodings/encodings.h" // for Encoding -#include "util/languages/languages.h" // for Language +#include "third-party/include/compact_enc_det/util/encodings/encodings.h" // for Encoding +#include "third-party/include/compact_enc_det/util/languages/languages.h" // for Language #include diff --git a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_generated_tables.h b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det_generated_tables.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_generated_tables.h rename to LiteLoader/third-party/include/compact_enc_det/compact_enc_det_generated_tables.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_generated_tables2.h b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det_generated_tables2.h similarity index 99% rename from LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_generated_tables2.h rename to LiteLoader/third-party/include/compact_enc_det/compact_enc_det_generated_tables2.h index 4ecf966..ac04e5e 100644 --- a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_generated_tables2.h +++ b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det_generated_tables2.h @@ -14,7 +14,7 @@ // //////////////////////////////////////////////////////////////////////////////// -#include "util/basictypes.h" +#include "third-party/include/compact_enc_det/util/basictypes.h" static const uint8 ced_hires_0[1024] = { 128,128,128,128,128,128,128,128, 128,128,128,128,128,128,128,128, 128,128,128,128,128,128,128,128, 128,128,128,128,128,128,128,128, diff --git a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_hint_code.h b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det_hint_code.h similarity index 89% rename from LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_hint_code.h rename to LiteLoader/third-party/include/compact_enc_det/compact_enc_det_hint_code.h index 53fe67a..2521292 100644 --- a/LiteLoader/Header/third-party/compact_enc_det/compact_enc_det_hint_code.h +++ b/LiteLoader/third-party/include/compact_enc_det/compact_enc_det_hint_code.h @@ -19,8 +19,8 @@ #include // for string -#include "util/basictypes.h" // for uint32 -#include "util/encodings/encodings.h" // for Encoding +#include "third-party/include/compact_enc_det/util/basictypes.h" // for uint32 +#include "third-party/include/compact_enc_det/util/encodings/encodings.h" // for Encoding using std::string; diff --git a/LiteLoader/Header/third-party/compact_enc_det/detail_head_string.inc b/LiteLoader/third-party/include/compact_enc_det/detail_head_string.inc similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/detail_head_string.inc rename to LiteLoader/third-party/include/compact_enc_det/detail_head_string.inc diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/basictypes.h b/LiteLoader/third-party/include/compact_enc_det/util/basictypes.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/basictypes.h rename to LiteLoader/third-party/include/compact_enc_det/util/basictypes.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/case_insensitive_hash.h b/LiteLoader/third-party/include/compact_enc_det/util/case_insensitive_hash.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/case_insensitive_hash.h rename to LiteLoader/third-party/include/compact_enc_det/util/case_insensitive_hash.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/commandlineflags.h b/LiteLoader/third-party/include/compact_enc_det/util/commandlineflags.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/commandlineflags.h rename to LiteLoader/third-party/include/compact_enc_det/util/commandlineflags.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/encodings/encodings.h b/LiteLoader/third-party/include/compact_enc_det/util/encodings/encodings.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/encodings/encodings.h rename to LiteLoader/third-party/include/compact_enc_det/util/encodings/encodings.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/encodings/encodings.pb.h b/LiteLoader/third-party/include/compact_enc_det/util/encodings/encodings.pb.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/encodings/encodings.pb.h rename to LiteLoader/third-party/include/compact_enc_det/util/encodings/encodings.pb.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/languages/languages.h b/LiteLoader/third-party/include/compact_enc_det/util/languages/languages.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/languages/languages.h rename to LiteLoader/third-party/include/compact_enc_det/util/languages/languages.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/languages/languages.pb.h b/LiteLoader/third-party/include/compact_enc_det/util/languages/languages.pb.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/languages/languages.pb.h rename to LiteLoader/third-party/include/compact_enc_det/util/languages/languages.pb.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/logging.h b/LiteLoader/third-party/include/compact_enc_det/util/logging.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/logging.h rename to LiteLoader/third-party/include/compact_enc_det/util/logging.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/port.h b/LiteLoader/third-party/include/compact_enc_det/util/port.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/port.h rename to LiteLoader/third-party/include/compact_enc_det/util/port.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/string_util.h b/LiteLoader/third-party/include/compact_enc_det/util/string_util.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/string_util.h rename to LiteLoader/third-party/include/compact_enc_det/util/string_util.h diff --git a/LiteLoader/Header/third-party/compact_enc_det/util/varsetter.h b/LiteLoader/third-party/include/compact_enc_det/util/varsetter.h similarity index 100% rename from LiteLoader/Header/third-party/compact_enc_det/util/varsetter.h rename to LiteLoader/third-party/include/compact_enc_det/util/varsetter.h diff --git a/LiteLoader/Header/third-party/dbghelp/dbghelp.h b/LiteLoader/third-party/include/dbghelp/dbghelp.h similarity index 100% rename from LiteLoader/Header/third-party/dbghelp/dbghelp.h rename to LiteLoader/third-party/include/dbghelp/dbghelp.h diff --git a/LiteLoader/Header/third-party/detours/detours.h b/LiteLoader/third-party/include/detours/detours.h similarity index 100% rename from LiteLoader/Header/third-party/detours/detours.h rename to LiteLoader/third-party/include/detours/detours.h diff --git a/LiteLoader/Header/third-party/detours/detver.h b/LiteLoader/third-party/include/detours/detver.h similarity index 100% rename from LiteLoader/Header/third-party/detours/detver.h rename to LiteLoader/third-party/include/detours/detver.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall.h b/LiteLoader/third-party/include/dyncall/dyncall.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall.h rename to LiteLoader/third-party/include/dyncall/dyncall.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_alloc.h b/LiteLoader/third-party/include/dyncall/dyncall_alloc.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_alloc.h rename to LiteLoader/third-party/include/dyncall/dyncall_alloc.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_alloc_wx.h b/LiteLoader/third-party/include/dyncall/dyncall_alloc_wx.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_alloc_wx.h rename to LiteLoader/third-party/include/dyncall/dyncall_alloc_wx.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_args.h b/LiteLoader/third-party/include/dyncall/dyncall_args.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_args.h rename to LiteLoader/third-party/include/dyncall/dyncall_args.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_callback.h b/LiteLoader/third-party/include/dyncall/dyncall_callback.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_callback.h rename to LiteLoader/third-party/include/dyncall/dyncall_callback.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_callf.h b/LiteLoader/third-party/include/dyncall/dyncall_callf.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_callf.h rename to LiteLoader/third-party/include/dyncall/dyncall_callf.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_callvm.h b/LiteLoader/third-party/include/dyncall/dyncall_callvm.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_callvm.h rename to LiteLoader/third-party/include/dyncall/dyncall_callvm.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_config.h b/LiteLoader/third-party/include/dyncall/dyncall_config.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_config.h rename to LiteLoader/third-party/include/dyncall/dyncall_config.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_macros.h b/LiteLoader/third-party/include/dyncall/dyncall_macros.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_macros.h rename to LiteLoader/third-party/include/dyncall/dyncall_macros.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_signature.h b/LiteLoader/third-party/include/dyncall/dyncall_signature.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_signature.h rename to LiteLoader/third-party/include/dyncall/dyncall_signature.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_struct.h b/LiteLoader/third-party/include/dyncall/dyncall_struct.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_struct.h rename to LiteLoader/third-party/include/dyncall/dyncall_struct.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_thunk.h b/LiteLoader/third-party/include/dyncall/dyncall_thunk.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_thunk.h rename to LiteLoader/third-party/include/dyncall/dyncall_thunk.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_types.h b/LiteLoader/third-party/include/dyncall/dyncall_types.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_types.h rename to LiteLoader/third-party/include/dyncall/dyncall_types.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_utils.h b/LiteLoader/third-party/include/dyncall/dyncall_utils.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_utils.h rename to LiteLoader/third-party/include/dyncall/dyncall_utils.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_value.h b/LiteLoader/third-party/include/dyncall/dyncall_value.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_value.h rename to LiteLoader/third-party/include/dyncall/dyncall_value.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_vector.h b/LiteLoader/third-party/include/dyncall/dyncall_vector.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_vector.h rename to LiteLoader/third-party/include/dyncall/dyncall_vector.h diff --git a/LiteLoader/Header/third-party/dyncall/dyncall_version.h b/LiteLoader/third-party/include/dyncall/dyncall_version.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dyncall_version.h rename to LiteLoader/third-party/include/dyncall/dyncall_version.h diff --git a/LiteLoader/Header/third-party/dyncall/dynload.h b/LiteLoader/third-party/include/dyncall/dynload.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dynload.h rename to LiteLoader/third-party/include/dyncall/dynload.h diff --git a/LiteLoader/Header/third-party/dyncall/dynload_alloc.h b/LiteLoader/third-party/include/dyncall/dynload_alloc.h similarity index 100% rename from LiteLoader/Header/third-party/dyncall/dynload_alloc.h rename to LiteLoader/third-party/include/dyncall/dynload_alloc.h diff --git a/LiteLoader/Header/third-party/entt/config/config.h b/LiteLoader/third-party/include/entt/config/config.h similarity index 100% rename from LiteLoader/Header/third-party/entt/config/config.h rename to LiteLoader/third-party/include/entt/config/config.h diff --git a/LiteLoader/Header/third-party/entt/config/version.h b/LiteLoader/third-party/include/entt/config/version.h similarity index 100% rename from LiteLoader/Header/third-party/entt/config/version.h rename to LiteLoader/third-party/include/entt/config/version.h diff --git a/LiteLoader/Header/third-party/entt/core/algorithm.hpp b/LiteLoader/third-party/include/entt/core/algorithm.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/core/algorithm.hpp rename to LiteLoader/third-party/include/entt/core/algorithm.hpp diff --git a/LiteLoader/Header/third-party/entt/core/any.hpp b/LiteLoader/third-party/include/entt/core/any.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/core/any.hpp rename to LiteLoader/third-party/include/entt/core/any.hpp index af3b35b..39248f3 100644 --- a/LiteLoader/Header/third-party/entt/core/any.hpp +++ b/LiteLoader/third-party/include/entt/core/any.hpp @@ -7,8 +7,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/utility.hpp" +#include "third-party/include/entt/config/config.h" +#include "utility.hpp" #include "fwd.hpp" #include "type_info.hpp" #include "type_traits.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/attribute.h b/LiteLoader/third-party/include/entt/core/attribute.h similarity index 100% rename from LiteLoader/Header/third-party/entt/core/attribute.h rename to LiteLoader/third-party/include/entt/core/attribute.h diff --git a/LiteLoader/Header/third-party/entt/core/family.hpp b/LiteLoader/third-party/include/entt/core/family.hpp similarity index 93% rename from LiteLoader/Header/third-party/entt/core/family.hpp rename to LiteLoader/third-party/include/entt/core/family.hpp index de0a8ce..8fa4a45 100644 --- a/LiteLoader/Header/third-party/entt/core/family.hpp +++ b/LiteLoader/third-party/include/entt/core/family.hpp @@ -2,7 +2,7 @@ #define ENTT_CORE_FAMILY_HPP -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/fwd.hpp b/LiteLoader/third-party/include/entt/core/fwd.hpp similarity index 88% rename from LiteLoader/Header/third-party/entt/core/fwd.hpp rename to LiteLoader/third-party/include/entt/core/fwd.hpp index 193aad8..5138af1 100644 --- a/LiteLoader/Header/third-party/entt/core/fwd.hpp +++ b/LiteLoader/third-party/include/entt/core/fwd.hpp @@ -3,7 +3,7 @@ #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/core/hashed_string.hpp b/LiteLoader/third-party/include/entt/core/hashed_string.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/core/hashed_string.hpp rename to LiteLoader/third-party/include/entt/core/hashed_string.hpp index 978d2cb..3cf9e1e 100644 --- a/LiteLoader/Header/third-party/entt/core/hashed_string.hpp +++ b/LiteLoader/third-party/include/entt/core/hashed_string.hpp @@ -4,7 +4,7 @@ #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/ident.hpp b/LiteLoader/third-party/include/entt/core/ident.hpp similarity index 96% rename from LiteLoader/Header/third-party/entt/core/ident.hpp rename to LiteLoader/third-party/include/entt/core/ident.hpp index 9b89d52..fcae3c5 100644 --- a/LiteLoader/Header/third-party/entt/core/ident.hpp +++ b/LiteLoader/third-party/include/entt/core/ident.hpp @@ -5,7 +5,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" #include "type_traits.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/monostate.hpp b/LiteLoader/third-party/include/entt/core/monostate.hpp similarity index 96% rename from LiteLoader/Header/third-party/entt/core/monostate.hpp rename to LiteLoader/third-party/include/entt/core/monostate.hpp index e25dd53..e42f920 100644 --- a/LiteLoader/Header/third-party/entt/core/monostate.hpp +++ b/LiteLoader/third-party/include/entt/core/monostate.hpp @@ -2,7 +2,7 @@ #define ENTT_CORE_MONOSTATE_HPP -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/type_info.hpp b/LiteLoader/third-party/include/entt/core/type_info.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/core/type_info.hpp rename to LiteLoader/third-party/include/entt/core/type_info.hpp index ea04869..b3b16a5 100644 --- a/LiteLoader/Header/third-party/entt/core/type_info.hpp +++ b/LiteLoader/third-party/include/entt/core/type_info.hpp @@ -4,8 +4,8 @@ #include #include -#include "../config/config.h" -#include "../core/attribute.h" +#include "third-party/include/entt/config/config.h" +#include "attribute.h" #include "hashed_string.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/type_traits.hpp b/LiteLoader/third-party/include/entt/core/type_traits.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/core/type_traits.hpp rename to LiteLoader/third-party/include/entt/core/type_traits.hpp index 2edcf5d..d98c726 100644 --- a/LiteLoader/Header/third-party/entt/core/type_traits.hpp +++ b/LiteLoader/third-party/include/entt/core/type_traits.hpp @@ -6,7 +6,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/core/utility.hpp b/LiteLoader/third-party/include/entt/core/utility.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/core/utility.hpp rename to LiteLoader/third-party/include/entt/core/utility.hpp index 4e081b7..4621f32 100644 --- a/LiteLoader/Header/third-party/entt/core/utility.hpp +++ b/LiteLoader/third-party/include/entt/core/utility.hpp @@ -3,7 +3,7 @@ #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/entity/component.hpp b/LiteLoader/third-party/include/entt/entity/component.hpp similarity index 93% rename from LiteLoader/Header/third-party/entt/entity/component.hpp rename to LiteLoader/third-party/include/entt/entity/component.hpp index 67aa54a..9865887 100644 --- a/LiteLoader/Header/third-party/entt/entity/component.hpp +++ b/LiteLoader/third-party/include/entt/entity/component.hpp @@ -3,7 +3,7 @@ #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/entity/entity.hpp b/LiteLoader/third-party/include/entt/entity/entity.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/entity.hpp rename to LiteLoader/third-party/include/entt/entity/entity.hpp index 318c2ac..2858f5c 100644 --- a/LiteLoader/Header/third-party/entt/entity/entity.hpp +++ b/LiteLoader/third-party/include/entt/entity/entity.hpp @@ -5,7 +5,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/entity/fwd.hpp b/LiteLoader/third-party/include/entt/entity/fwd.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/entity/fwd.hpp rename to LiteLoader/third-party/include/entt/entity/fwd.hpp index cdc56c1..bc394fe 100644 --- a/LiteLoader/Header/third-party/entt/entity/fwd.hpp +++ b/LiteLoader/third-party/include/entt/entity/fwd.hpp @@ -3,7 +3,7 @@ #include -#include "../core/fwd.hpp" +#include "third-party/include/entt/core/fwd.hpp" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/entity/group.hpp b/LiteLoader/third-party/include/entt/entity/group.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/group.hpp rename to LiteLoader/third-party/include/entt/entity/group.hpp index 4883ccf..38fc5f6 100644 --- a/LiteLoader/Header/third-party/entt/entity/group.hpp +++ b/LiteLoader/third-party/include/entt/entity/group.hpp @@ -5,8 +5,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "entity.hpp" #include "fwd.hpp" #include "sparse_set.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/handle.hpp b/LiteLoader/third-party/include/entt/entity/handle.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/handle.hpp rename to LiteLoader/third-party/include/entt/entity/handle.hpp index 036e067..4f18fed 100644 --- a/LiteLoader/Header/third-party/entt/entity/handle.hpp +++ b/LiteLoader/third-party/include/entt/entity/handle.hpp @@ -5,8 +5,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "fwd.hpp" #include "registry.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/helper.hpp b/LiteLoader/third-party/include/entt/entity/helper.hpp similarity index 96% rename from LiteLoader/Header/third-party/entt/entity/helper.hpp rename to LiteLoader/third-party/include/entt/entity/helper.hpp index c7e437d..26220c8 100644 --- a/LiteLoader/Header/third-party/entt/entity/helper.hpp +++ b/LiteLoader/third-party/include/entt/entity/helper.hpp @@ -3,10 +3,10 @@ #include -#include "../config/config.h" -#include "../core/fwd.hpp" -#include "../core/type_traits.hpp" -#include "../signal/delegate.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/signal/delegate.hpp" #include "registry.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/observer.hpp b/LiteLoader/third-party/include/entt/entity/observer.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/observer.hpp rename to LiteLoader/third-party/include/entt/entity/observer.hpp index 3665203..027a109 100644 --- a/LiteLoader/Header/third-party/entt/entity/observer.hpp +++ b/LiteLoader/third-party/include/entt/entity/observer.hpp @@ -7,9 +7,9 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" -#include "../signal/delegate.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/signal/delegate.hpp" #include "registry.hpp" #include "storage.hpp" #include "utility.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/organizer.hpp b/LiteLoader/third-party/include/entt/entity/organizer.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/organizer.hpp rename to LiteLoader/third-party/include/entt/entity/organizer.hpp index d0ed9c8..f7fe045 100644 --- a/LiteLoader/Header/third-party/entt/entity/organizer.hpp +++ b/LiteLoader/third-party/include/entt/entity/organizer.hpp @@ -8,8 +8,8 @@ #include #include #include -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "fwd.hpp" #include "helper.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/poly_storage.hpp b/LiteLoader/third-party/include/entt/entity/poly_storage.hpp similarity index 89% rename from LiteLoader/Header/third-party/entt/entity/poly_storage.hpp rename to LiteLoader/third-party/include/entt/entity/poly_storage.hpp index a3f04fe..d2a948f 100644 --- a/LiteLoader/Header/third-party/entt/entity/poly_storage.hpp +++ b/LiteLoader/third-party/include/entt/entity/poly_storage.hpp @@ -4,9 +4,9 @@ #include #include -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" -#include "../poly/poly.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/poly/poly.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/registry.hpp b/LiteLoader/third-party/include/entt/entity/registry.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/registry.hpp rename to LiteLoader/third-party/include/entt/entity/registry.hpp index 29deaba..959238b 100644 --- a/LiteLoader/Header/third-party/entt/entity/registry.hpp +++ b/LiteLoader/third-party/include/entt/entity/registry.hpp @@ -10,12 +10,12 @@ #include #include #include -#include "../config/config.h" -#include "../core/algorithm.hpp" -#include "../core/any.hpp" -#include "../core/fwd.hpp" -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/algorithm.hpp" +#include "third-party/include/entt/core/any.hpp" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "component.hpp" #include "entity.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/runtime_view.hpp b/LiteLoader/third-party/include/entt/entity/runtime_view.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/runtime_view.hpp rename to LiteLoader/third-party/include/entt/entity/runtime_view.hpp index e653a9f..c00aa21 100644 --- a/LiteLoader/Header/third-party/entt/entity/runtime_view.hpp +++ b/LiteLoader/third-party/include/entt/entity/runtime_view.hpp @@ -7,7 +7,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "entity.hpp" #include "sparse_set.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/snapshot.hpp b/LiteLoader/third-party/include/entt/entity/snapshot.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/snapshot.hpp rename to LiteLoader/third-party/include/entt/entity/snapshot.hpp index 2ce0abf..153a574 100644 --- a/LiteLoader/Header/third-party/entt/entity/snapshot.hpp +++ b/LiteLoader/third-party/include/entt/entity/snapshot.hpp @@ -10,8 +10,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "entity.hpp" #include "fwd.hpp" #include "registry.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/sparse_set.hpp b/LiteLoader/third-party/include/entt/entity/sparse_set.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/sparse_set.hpp rename to LiteLoader/third-party/include/entt/entity/sparse_set.hpp index 1350dfa..4c57dbf 100644 --- a/LiteLoader/Header/third-party/entt/entity/sparse_set.hpp +++ b/LiteLoader/third-party/include/entt/entity/sparse_set.hpp @@ -7,9 +7,9 @@ #include #include #include -#include "../config/config.h" -#include "../core/algorithm.hpp" -#include "../core/fwd.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/algorithm.hpp" +#include "third-party/include/entt/core/fwd.hpp" #include "entity.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/storage.hpp b/LiteLoader/third-party/include/entt/entity/storage.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/storage.hpp rename to LiteLoader/third-party/include/entt/entity/storage.hpp index e100989..5faf930 100644 --- a/LiteLoader/Header/third-party/entt/entity/storage.hpp +++ b/LiteLoader/third-party/include/entt/entity/storage.hpp @@ -8,11 +8,11 @@ #include #include #include -#include "../config/config.h" -#include "../core/algorithm.hpp" -#include "../core/fwd.hpp" -#include "../core/type_traits.hpp" -#include "../signal/sigh.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/algorithm.hpp" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/signal/sigh.hpp" #include "component.hpp" #include "entity.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/entity/utility.hpp b/LiteLoader/third-party/include/entt/entity/utility.hpp similarity index 92% rename from LiteLoader/Header/third-party/entt/entity/utility.hpp rename to LiteLoader/third-party/include/entt/entity/utility.hpp index 84c2b3c..e109e8d 100644 --- a/LiteLoader/Header/third-party/entt/entity/utility.hpp +++ b/LiteLoader/third-party/include/entt/entity/utility.hpp @@ -2,7 +2,7 @@ #define ENTT_ENTITY_UTILITY_HPP -#include "../core/type_traits.hpp" +#include "third-party/include/entt/core/type_traits.hpp" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/entity/view.hpp b/LiteLoader/third-party/include/entt/entity/view.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/entity/view.hpp rename to LiteLoader/third-party/include/entt/entity/view.hpp index cdb13e1..6413bb3 100644 --- a/LiteLoader/Header/third-party/entt/entity/view.hpp +++ b/LiteLoader/third-party/include/entt/entity/view.hpp @@ -8,8 +8,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "component.hpp" #include "entity.hpp" #include "fwd.hpp" diff --git a/LiteLoader/third-party/include/entt/entt.hpp b/LiteLoader/third-party/include/entt/entt.hpp new file mode 100644 index 0000000..1482bbc --- /dev/null +++ b/LiteLoader/third-party/include/entt/entt.hpp @@ -0,0 +1,51 @@ +#include "third-party/include/entt/config/version.h" +#include "third-party/include/entt/core/algorithm.hpp" +#include "third-party/include/entt/core/any.hpp" +#include "third-party/include/entt/core/attribute.h" +#include "third-party/include/entt/core/family.hpp" +#include "third-party/include/entt/core/hashed_string.hpp" +#include "third-party/include/entt/core/ident.hpp" +#include "third-party/include/entt/core/monostate.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/core/utility.hpp" +#include "third-party/include/entt/entity/component.hpp" +#include "third-party/include/entt/entity/entity.hpp" +#include "third-party/include/entt/entity/group.hpp" +#include "third-party/include/entt/entity/handle.hpp" +#include "third-party/include/entt/entity/helper.hpp" +#include "third-party/include/entt/entity/observer.hpp" +#include "third-party/include/entt/entity/organizer.hpp" +#include "third-party/include/entt/entity/poly_storage.hpp" +#include "third-party/include/entt/entity/registry.hpp" +#include "third-party/include/entt/entity/runtime_view.hpp" +#include "third-party/include/entt/entity/snapshot.hpp" +#include "third-party/include/entt/entity/sparse_set.hpp" +#include "third-party/include/entt/entity/storage.hpp" +#include "third-party/include/entt/entity/utility.hpp" +#include "third-party/include/entt/entity/view.hpp" +#include "third-party/include/entt/locator/locator.hpp" +#include "third-party/include/entt/meta/adl_pointer.hpp" +#include "third-party/include/entt/meta/container.hpp" +#include "third-party/include/entt/meta/ctx.hpp" +#include "third-party/include/entt/meta/factory.hpp" +#include "third-party/include/entt/meta/meta.hpp" +#include "third-party/include/entt/meta/node.hpp" +#include "third-party/include/entt/meta/pointer.hpp" +#include "third-party/include/entt/meta/policy.hpp" +#include "third-party/include/entt/meta/range.hpp" +#include "third-party/include/entt/meta/resolve.hpp" +#include "third-party/include/entt/meta/template.hpp" +#include "third-party/include/entt/meta/type_traits.hpp" +#include "third-party/include/entt/meta/utility.hpp" +#include "third-party/include/entt/platform/android-ndk-r17.hpp" +#include "third-party/include/entt/poly/poly.hpp" +#include "third-party/include/entt/process/process.hpp" +#include "third-party/include/entt/process/scheduler.hpp" +#include "third-party/include/entt/resource/cache.hpp" +#include "third-party/include/entt/resource/handle.hpp" +#include "third-party/include/entt/resource/loader.hpp" +#include "third-party/include/entt/signal/delegate.hpp" +#include "third-party/include/entt/signal/dispatcher.hpp" +#include "third-party/include/entt/signal/emitter.hpp" +#include "third-party/include/entt/signal/sigh.hpp" diff --git a/LiteLoader/third-party/include/entt/fwd.hpp b/LiteLoader/third-party/include/entt/fwd.hpp new file mode 100644 index 0000000..8fadcc5 --- /dev/null +++ b/LiteLoader/third-party/include/entt/fwd.hpp @@ -0,0 +1,5 @@ +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/entity/fwd.hpp" +#include "third-party/include/entt/poly/fwd.hpp" +#include "third-party/include/entt/resource/fwd.hpp" +#include "third-party/include/entt/signal/fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/locator/locator.hpp b/LiteLoader/third-party/include/entt/locator/locator.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/locator/locator.hpp rename to LiteLoader/third-party/include/entt/locator/locator.hpp index becceb1..e059383 100644 --- a/LiteLoader/Header/third-party/entt/locator/locator.hpp +++ b/LiteLoader/third-party/include/entt/locator/locator.hpp @@ -4,7 +4,7 @@ #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/meta/adl_pointer.hpp b/LiteLoader/third-party/include/entt/meta/adl_pointer.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/meta/adl_pointer.hpp rename to LiteLoader/third-party/include/entt/meta/adl_pointer.hpp diff --git a/LiteLoader/Header/third-party/entt/meta/container.hpp b/LiteLoader/third-party/include/entt/meta/container.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/meta/container.hpp rename to LiteLoader/third-party/include/entt/meta/container.hpp index e8ba546..5283b87 100644 --- a/LiteLoader/Header/third-party/entt/meta/container.hpp +++ b/LiteLoader/third-party/include/entt/meta/container.hpp @@ -10,8 +10,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "type_traits.hpp" diff --git a/LiteLoader/Header/third-party/entt/meta/ctx.hpp b/LiteLoader/third-party/include/entt/meta/ctx.hpp similarity index 92% rename from LiteLoader/Header/third-party/entt/meta/ctx.hpp rename to LiteLoader/third-party/include/entt/meta/ctx.hpp index 5eb1170..c577412 100644 --- a/LiteLoader/Header/third-party/entt/meta/ctx.hpp +++ b/LiteLoader/third-party/include/entt/meta/ctx.hpp @@ -2,8 +2,8 @@ #define ENTT_META_CTX_HPP -#include "../core/attribute.h" -#include "../config/config.h" +#include "third-party/include/entt/core/attribute.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/meta/factory.hpp b/LiteLoader/third-party/include/entt/meta/factory.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/meta/factory.hpp rename to LiteLoader/third-party/include/entt/meta/factory.hpp index fb44ec6..d67132e 100644 --- a/LiteLoader/Header/third-party/entt/meta/factory.hpp +++ b/LiteLoader/third-party/include/entt/meta/factory.hpp @@ -6,10 +6,10 @@ #include #include #include -#include "../config/config.h" -#include "../core/fwd.hpp" -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "meta.hpp" #include "node.hpp" #include "policy.hpp" diff --git a/LiteLoader/Header/third-party/entt/meta/meta.hpp b/LiteLoader/third-party/include/entt/meta/meta.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/meta/meta.hpp rename to LiteLoader/third-party/include/entt/meta/meta.hpp index 52fc741..63c9a03 100644 --- a/LiteLoader/Header/third-party/entt/meta/meta.hpp +++ b/LiteLoader/third-party/include/entt/meta/meta.hpp @@ -8,12 +8,12 @@ #include #include #include -#include "../config/config.h" -#include "../core/any.hpp" -#include "../core/fwd.hpp" -#include "../core/utility.hpp" -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/any.hpp" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/utility.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "adl_pointer.hpp" #include "ctx.hpp" #include "node.hpp" diff --git a/LiteLoader/Header/third-party/entt/meta/node.hpp b/LiteLoader/third-party/include/entt/meta/node.hpp similarity index 96% rename from LiteLoader/Header/third-party/entt/meta/node.hpp rename to LiteLoader/third-party/include/entt/meta/node.hpp index fab1167..b967d13 100644 --- a/LiteLoader/Header/third-party/entt/meta/node.hpp +++ b/LiteLoader/third-party/include/entt/meta/node.hpp @@ -5,11 +5,11 @@ #include #include #include -#include "../config/config.h" -#include "../core/attribute.h" -#include "../core/fwd.hpp" -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/attribute.h" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "type_traits.hpp" diff --git a/LiteLoader/Header/third-party/entt/meta/pointer.hpp b/LiteLoader/third-party/include/entt/meta/pointer.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/meta/pointer.hpp rename to LiteLoader/third-party/include/entt/meta/pointer.hpp diff --git a/LiteLoader/Header/third-party/entt/meta/policy.hpp b/LiteLoader/third-party/include/entt/meta/policy.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/meta/policy.hpp rename to LiteLoader/third-party/include/entt/meta/policy.hpp diff --git a/LiteLoader/Header/third-party/entt/meta/range.hpp b/LiteLoader/third-party/include/entt/meta/range.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/meta/range.hpp rename to LiteLoader/third-party/include/entt/meta/range.hpp diff --git a/LiteLoader/Header/third-party/entt/meta/resolve.hpp b/LiteLoader/third-party/include/entt/meta/resolve.hpp similarity index 96% rename from LiteLoader/Header/third-party/entt/meta/resolve.hpp rename to LiteLoader/third-party/include/entt/meta/resolve.hpp index ca1fbfa..7ba58d9 100644 --- a/LiteLoader/Header/third-party/entt/meta/resolve.hpp +++ b/LiteLoader/third-party/include/entt/meta/resolve.hpp @@ -3,7 +3,7 @@ #include -#include "../core/type_info.hpp" +#include "third-party/include/entt/core/type_info.hpp" #include "ctx.hpp" #include "meta.hpp" #include "node.hpp" diff --git a/LiteLoader/Header/third-party/entt/meta/template.hpp b/LiteLoader/third-party/include/entt/meta/template.hpp similarity index 92% rename from LiteLoader/Header/third-party/entt/meta/template.hpp rename to LiteLoader/third-party/include/entt/meta/template.hpp index 11f1d25..0d27c32 100644 --- a/LiteLoader/Header/third-party/entt/meta/template.hpp +++ b/LiteLoader/third-party/include/entt/meta/template.hpp @@ -2,7 +2,7 @@ #define ENTT_META_TEMPLATE_HPP -#include "../core/type_traits.hpp" +#include "third-party/include/entt/core/type_traits.hpp" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/meta/type_traits.hpp b/LiteLoader/third-party/include/entt/meta/type_traits.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/meta/type_traits.hpp rename to LiteLoader/third-party/include/entt/meta/type_traits.hpp diff --git a/LiteLoader/Header/third-party/entt/meta/utility.hpp b/LiteLoader/third-party/include/entt/meta/utility.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/meta/utility.hpp rename to LiteLoader/third-party/include/entt/meta/utility.hpp index e701571..9925647 100644 --- a/LiteLoader/Header/third-party/entt/meta/utility.hpp +++ b/LiteLoader/third-party/include/entt/meta/utility.hpp @@ -6,8 +6,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" #include "meta.hpp" #include "node.hpp" #include "policy.hpp" diff --git a/LiteLoader/Header/third-party/entt/platform/android-ndk-r17.hpp b/LiteLoader/third-party/include/entt/platform/android-ndk-r17.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/platform/android-ndk-r17.hpp rename to LiteLoader/third-party/include/entt/platform/android-ndk-r17.hpp diff --git a/LiteLoader/Header/third-party/entt/poly/fwd.hpp b/LiteLoader/third-party/include/entt/poly/fwd.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/poly/fwd.hpp rename to LiteLoader/third-party/include/entt/poly/fwd.hpp diff --git a/LiteLoader/Header/third-party/entt/poly/poly.hpp b/LiteLoader/third-party/include/entt/poly/poly.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/poly/poly.hpp rename to LiteLoader/third-party/include/entt/poly/poly.hpp index d9d10a7..335324a 100644 --- a/LiteLoader/Header/third-party/entt/poly/poly.hpp +++ b/LiteLoader/third-party/include/entt/poly/poly.hpp @@ -7,10 +7,10 @@ #include #include #include -#include "../config/config.h" -#include "../core/any.hpp" -#include "../core/type_info.hpp" -#include "../core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/any.hpp" +#include "third-party/include/entt/core/type_info.hpp" +#include "third-party/include/entt/core/type_traits.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/process/process.hpp b/LiteLoader/third-party/include/entt/process/process.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/process/process.hpp rename to LiteLoader/third-party/include/entt/process/process.hpp index 93a0c4b..9d6af69 100644 --- a/LiteLoader/Header/third-party/entt/process/process.hpp +++ b/LiteLoader/third-party/include/entt/process/process.hpp @@ -4,7 +4,7 @@ #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/process/scheduler.hpp b/LiteLoader/third-party/include/entt/process/scheduler.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/process/scheduler.hpp rename to LiteLoader/third-party/include/entt/process/scheduler.hpp index fd37def..7da7db6 100644 --- a/LiteLoader/Header/third-party/entt/process/scheduler.hpp +++ b/LiteLoader/third-party/include/entt/process/scheduler.hpp @@ -7,7 +7,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "process.hpp" diff --git a/LiteLoader/Header/third-party/entt/resource/cache.hpp b/LiteLoader/third-party/include/entt/resource/cache.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/resource/cache.hpp rename to LiteLoader/third-party/include/entt/resource/cache.hpp index 031373c..51e2b20 100644 --- a/LiteLoader/Header/third-party/entt/resource/cache.hpp +++ b/LiteLoader/third-party/include/entt/resource/cache.hpp @@ -5,8 +5,8 @@ #include #include #include -#include "../config/config.h" -#include "../core/fwd.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/fwd.hpp" #include "handle.hpp" #include "loader.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/resource/fwd.hpp b/LiteLoader/third-party/include/entt/resource/fwd.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/resource/fwd.hpp rename to LiteLoader/third-party/include/entt/resource/fwd.hpp diff --git a/LiteLoader/Header/third-party/entt/resource/handle.hpp b/LiteLoader/third-party/include/entt/resource/handle.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/resource/handle.hpp rename to LiteLoader/third-party/include/entt/resource/handle.hpp index 37c29b3..0a4c506 100644 --- a/LiteLoader/Header/third-party/entt/resource/handle.hpp +++ b/LiteLoader/third-party/include/entt/resource/handle.hpp @@ -5,7 +5,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/entt/resource/loader.hpp b/LiteLoader/third-party/include/entt/resource/loader.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/resource/loader.hpp rename to LiteLoader/third-party/include/entt/resource/loader.hpp diff --git a/LiteLoader/Header/third-party/entt/signal/delegate.hpp b/LiteLoader/third-party/include/entt/signal/delegate.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/signal/delegate.hpp rename to LiteLoader/third-party/include/entt/signal/delegate.hpp index e8be93f..88dd0bc 100644 --- a/LiteLoader/Header/third-party/entt/signal/delegate.hpp +++ b/LiteLoader/third-party/include/entt/signal/delegate.hpp @@ -7,8 +7,8 @@ #include #include #include -#include "../core/type_traits.hpp" -#include "../config/config.h" +#include "third-party/include/entt/core/type_traits.hpp" +#include "third-party/include/entt/config/config.h" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/signal/dispatcher.hpp b/LiteLoader/third-party/include/entt/signal/dispatcher.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/signal/dispatcher.hpp rename to LiteLoader/third-party/include/entt/signal/dispatcher.hpp index 15d9e47..25a04e2 100644 --- a/LiteLoader/Header/third-party/entt/signal/dispatcher.hpp +++ b/LiteLoader/third-party/include/entt/signal/dispatcher.hpp @@ -7,9 +7,9 @@ #include #include #include -#include "../config/config.h" -#include "../core/fwd.hpp" -#include "../core/type_info.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_info.hpp" #include "sigh.hpp" diff --git a/LiteLoader/Header/third-party/entt/signal/emitter.hpp b/LiteLoader/third-party/include/entt/signal/emitter.hpp similarity index 98% rename from LiteLoader/Header/third-party/entt/signal/emitter.hpp rename to LiteLoader/third-party/include/entt/signal/emitter.hpp index f6769ec..11144b3 100644 --- a/LiteLoader/Header/third-party/entt/signal/emitter.hpp +++ b/LiteLoader/third-party/include/entt/signal/emitter.hpp @@ -10,9 +10,9 @@ #include #include #include -#include "../config/config.h" -#include "../core/fwd.hpp" -#include "../core/type_info.hpp" +#include "third-party/include/entt/config/config.h" +#include "third-party/include/entt/core/fwd.hpp" +#include "third-party/include/entt/core/type_info.hpp" namespace entt { diff --git a/LiteLoader/Header/third-party/entt/signal/fwd.hpp b/LiteLoader/third-party/include/entt/signal/fwd.hpp similarity index 100% rename from LiteLoader/Header/third-party/entt/signal/fwd.hpp rename to LiteLoader/third-party/include/entt/signal/fwd.hpp diff --git a/LiteLoader/Header/third-party/entt/signal/sigh.hpp b/LiteLoader/third-party/include/entt/signal/sigh.hpp similarity index 99% rename from LiteLoader/Header/third-party/entt/signal/sigh.hpp rename to LiteLoader/third-party/include/entt/signal/sigh.hpp index bcece0c..0f4faf4 100644 --- a/LiteLoader/Header/third-party/entt/signal/sigh.hpp +++ b/LiteLoader/third-party/include/entt/signal/sigh.hpp @@ -8,7 +8,7 @@ #include #include #include -#include "../config/config.h" +#include "third-party/include/entt/config/config.h" #include "delegate.hpp" #include "fwd.hpp" diff --git a/LiteLoader/Header/third-party/gsl/gsl b/LiteLoader/third-party/include/gsl/gsl similarity index 100% rename from LiteLoader/Header/third-party/gsl/gsl rename to LiteLoader/third-party/include/gsl/gsl diff --git a/LiteLoader/Header/third-party/gsl/gsl_algorithm b/LiteLoader/third-party/include/gsl/gsl_algorithm similarity index 100% rename from LiteLoader/Header/third-party/gsl/gsl_algorithm rename to LiteLoader/third-party/include/gsl/gsl_algorithm diff --git a/LiteLoader/Header/third-party/gsl/gsl_assert b/LiteLoader/third-party/include/gsl/gsl_assert similarity index 100% rename from LiteLoader/Header/third-party/gsl/gsl_assert rename to LiteLoader/third-party/include/gsl/gsl_assert diff --git a/LiteLoader/Header/third-party/gsl/gsl_byte b/LiteLoader/third-party/include/gsl/gsl_byte similarity index 100% rename from LiteLoader/Header/third-party/gsl/gsl_byte rename to LiteLoader/third-party/include/gsl/gsl_byte diff --git a/LiteLoader/Header/third-party/gsl/gsl_util b/LiteLoader/third-party/include/gsl/gsl_util similarity index 100% rename from LiteLoader/Header/third-party/gsl/gsl_util rename to LiteLoader/third-party/include/gsl/gsl_util diff --git a/LiteLoader/Header/third-party/gsl/multi_span b/LiteLoader/third-party/include/gsl/multi_span similarity index 100% rename from LiteLoader/Header/third-party/gsl/multi_span rename to LiteLoader/third-party/include/gsl/multi_span diff --git a/LiteLoader/Header/third-party/gsl/pointers b/LiteLoader/third-party/include/gsl/pointers similarity index 100% rename from LiteLoader/Header/third-party/gsl/pointers rename to LiteLoader/third-party/include/gsl/pointers diff --git a/LiteLoader/Header/third-party/gsl/span b/LiteLoader/third-party/include/gsl/span similarity index 100% rename from LiteLoader/Header/third-party/gsl/span rename to LiteLoader/third-party/include/gsl/span diff --git a/LiteLoader/Header/third-party/gsl/span_ext b/LiteLoader/third-party/include/gsl/span_ext similarity index 100% rename from LiteLoader/Header/third-party/gsl/span_ext rename to LiteLoader/third-party/include/gsl/span_ext diff --git a/LiteLoader/Header/third-party/gsl/string_span b/LiteLoader/third-party/include/gsl/string_span similarity index 100% rename from LiteLoader/Header/third-party/gsl/string_span rename to LiteLoader/third-party/include/gsl/string_span diff --git a/LiteLoader/Header/third-party/httplib/httplib.h b/LiteLoader/third-party/include/httplib/httplib.h similarity index 99% rename from LiteLoader/Header/third-party/httplib/httplib.h rename to LiteLoader/third-party/include/httplib/httplib.h index 8363df0..98f7904 100644 --- a/LiteLoader/Header/third-party/httplib/httplib.h +++ b/LiteLoader/third-party/include/httplib/httplib.h @@ -149,8 +149,8 @@ using ssize_t = long; #endif // NOMINMAX #include -#include -#include +#include +#include #ifndef WSA_FLAG_NO_HANDLE_INHERIT #define WSA_FLAG_NO_HANDLE_INHERIT 0x80 @@ -235,10 +235,10 @@ using socket_t = int; #endif #endif //_WIN32 -#include -#include -#include -#include +#include "third-party/include/openssl/err.h" +#include "third-party/include/openssl/evp.h" +#include "third-party/include/openssl/ssl.h" +#include "third-party/include/openssl/x509v3.h" #if defined(_WIN32) && defined(OPENSSL_USE_APPLINK) #include diff --git a/LiteLoader/Header/third-party/leveldb/c.h b/LiteLoader/third-party/include/leveldb/c.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/c.h rename to LiteLoader/third-party/include/leveldb/c.h diff --git a/LiteLoader/Header/third-party/leveldb/cache.h b/LiteLoader/third-party/include/leveldb/cache.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/cache.h rename to LiteLoader/third-party/include/leveldb/cache.h diff --git a/LiteLoader/Header/third-party/leveldb/comparator.h b/LiteLoader/third-party/include/leveldb/comparator.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/comparator.h rename to LiteLoader/third-party/include/leveldb/comparator.h diff --git a/LiteLoader/Header/third-party/leveldb/db.h b/LiteLoader/third-party/include/leveldb/db.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/db.h rename to LiteLoader/third-party/include/leveldb/db.h diff --git a/LiteLoader/Header/third-party/leveldb/dumpfile.h b/LiteLoader/third-party/include/leveldb/dumpfile.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/dumpfile.h rename to LiteLoader/third-party/include/leveldb/dumpfile.h diff --git a/LiteLoader/Header/third-party/leveldb/env.h b/LiteLoader/third-party/include/leveldb/env.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/env.h rename to LiteLoader/third-party/include/leveldb/env.h diff --git a/LiteLoader/Header/third-party/leveldb/export.h b/LiteLoader/third-party/include/leveldb/export.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/export.h rename to LiteLoader/third-party/include/leveldb/export.h diff --git a/LiteLoader/Header/third-party/leveldb/filter_policy.h b/LiteLoader/third-party/include/leveldb/filter_policy.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/filter_policy.h rename to LiteLoader/third-party/include/leveldb/filter_policy.h diff --git a/LiteLoader/Header/third-party/leveldb/iterator.h b/LiteLoader/third-party/include/leveldb/iterator.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/iterator.h rename to LiteLoader/third-party/include/leveldb/iterator.h diff --git a/LiteLoader/Header/third-party/leveldb/options.h b/LiteLoader/third-party/include/leveldb/options.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/options.h rename to LiteLoader/third-party/include/leveldb/options.h diff --git a/LiteLoader/Header/third-party/leveldb/slice.h b/LiteLoader/third-party/include/leveldb/slice.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/slice.h rename to LiteLoader/third-party/include/leveldb/slice.h diff --git a/LiteLoader/Header/third-party/leveldb/status.h b/LiteLoader/third-party/include/leveldb/status.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/status.h rename to LiteLoader/third-party/include/leveldb/status.h diff --git a/LiteLoader/Header/third-party/leveldb/table.h b/LiteLoader/third-party/include/leveldb/table.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/table.h rename to LiteLoader/third-party/include/leveldb/table.h diff --git a/LiteLoader/Header/third-party/leveldb/table_builder.h b/LiteLoader/third-party/include/leveldb/table_builder.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/table_builder.h rename to LiteLoader/third-party/include/leveldb/table_builder.h diff --git a/LiteLoader/Header/third-party/leveldb/write_batch.h b/LiteLoader/third-party/include/leveldb/write_batch.h similarity index 100% rename from LiteLoader/Header/third-party/leveldb/write_batch.h rename to LiteLoader/third-party/include/leveldb/write_batch.h diff --git a/LiteLoader/Header/third-party/magic_enum/magic_enum.hpp b/LiteLoader/third-party/include/magic_enum/magic_enum.hpp similarity index 100% rename from LiteLoader/Header/third-party/magic_enum/magic_enum.hpp rename to LiteLoader/third-party/include/magic_enum/magic_enum.hpp diff --git a/LiteLoader/Header/third-party/mysql/errmsg.h b/LiteLoader/third-party/include/mysql/errmsg.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/errmsg.h rename to LiteLoader/third-party/include/mysql/errmsg.h diff --git a/LiteLoader/Header/third-party/mysql/field_types.h b/LiteLoader/third-party/include/mysql/field_types.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/field_types.h rename to LiteLoader/third-party/include/mysql/field_types.h diff --git a/LiteLoader/Header/third-party/mysql/my_command.h b/LiteLoader/third-party/include/mysql/my_command.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/my_command.h rename to LiteLoader/third-party/include/mysql/my_command.h diff --git a/LiteLoader/Header/third-party/mysql/my_compress.h b/LiteLoader/third-party/include/mysql/my_compress.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/my_compress.h rename to LiteLoader/third-party/include/mysql/my_compress.h diff --git a/LiteLoader/Header/third-party/mysql/my_list.h b/LiteLoader/third-party/include/mysql/my_list.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/my_list.h rename to LiteLoader/third-party/include/mysql/my_list.h diff --git a/LiteLoader/Header/third-party/mysql/mysql.h b/LiteLoader/third-party/include/mysql/mysql.h similarity index 99% rename from LiteLoader/Header/third-party/mysql/mysql.h rename to LiteLoader/third-party/include/mysql/mysql.h index 4700d74..bf78926 100644 --- a/LiteLoader/Header/third-party/mysql/mysql.h +++ b/LiteLoader/third-party/include/mysql/mysql.h @@ -55,9 +55,9 @@ typedef uint64_t my_ulonglong; #ifndef my_socket_defined #define my_socket_defined #ifdef _WIN32 -#include +#include #ifdef WIN32_LEAN_AND_MEAN -#include +#include #endif #define my_socket SOCKET #else @@ -80,7 +80,7 @@ typedef int my_socket; #include "mysql_com.h" /* Include declarations of plug-in API */ -#include "mysql/client_plugin.h" // IWYU pragma: keep +#include "third-party/include/mysql/mysql/client_plugin.h" // IWYU pragma: keep /* The client should be able to know which version it is compiled against, diff --git a/LiteLoader/Header/third-party/mysql/mysql/client_plugin.h b/LiteLoader/third-party/include/mysql/mysql/client_plugin.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysql/client_plugin.h rename to LiteLoader/third-party/include/mysql/mysql/client_plugin.h diff --git a/LiteLoader/Header/third-party/mysql/mysql/plugin_auth_common.h b/LiteLoader/third-party/include/mysql/mysql/plugin_auth_common.h similarity index 99% rename from LiteLoader/Header/third-party/mysql/mysql/plugin_auth_common.h rename to LiteLoader/third-party/include/mysql/mysql/plugin_auth_common.h index b27313c..a219c12 100644 --- a/LiteLoader/Header/third-party/mysql/mysql/plugin_auth_common.h +++ b/LiteLoader/third-party/include/mysql/mysql/plugin_auth_common.h @@ -109,7 +109,7 @@ authenticated_as when proxy mapping should be done by the server. #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif -#include +#include #endif struct MYSQL_PLUGIN_VIO_INFO { diff --git a/LiteLoader/Header/third-party/mysql/mysql/udf_registration_types.h b/LiteLoader/third-party/include/mysql/mysql/udf_registration_types.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysql/udf_registration_types.h rename to LiteLoader/third-party/include/mysql/mysql/udf_registration_types.h diff --git a/LiteLoader/Header/third-party/mysql/mysql_com.h b/LiteLoader/third-party/include/mysql/mysql_com.h similarity index 99% rename from LiteLoader/Header/third-party/mysql/mysql_com.h rename to LiteLoader/third-party/include/mysql/mysql_com.h index 97e9798..c7c3896 100644 --- a/LiteLoader/Header/third-party/mysql/mysql_com.h +++ b/LiteLoader/third-party/include/mysql/mysql_com.h @@ -1072,7 +1072,7 @@ struct rand_struct { }; /* Include the types here so existing UDFs can keep compiling */ -#include "mysql/udf_registration_types.h" +#include "third-party/include/mysql/mysql/udf_registration_types.h" /** @addtogroup group_cs_compresson_constants Constants when using compression diff --git a/LiteLoader/Header/third-party/mysql/mysql_time.h b/LiteLoader/third-party/include/mysql/mysql_time.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysql_time.h rename to LiteLoader/third-party/include/mysql/mysql_time.h diff --git a/LiteLoader/Header/third-party/mysql/mysql_version.h b/LiteLoader/third-party/include/mysql/mysql_version.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysql_version.h rename to LiteLoader/third-party/include/mysql/mysql_version.h diff --git a/LiteLoader/Header/third-party/mysql/mysqld_error.h b/LiteLoader/third-party/include/mysql/mysqld_error.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysqld_error.h rename to LiteLoader/third-party/include/mysql/mysqld_error.h diff --git a/LiteLoader/Header/third-party/mysql/mysqlx_ername.h b/LiteLoader/third-party/include/mysql/mysqlx_ername.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysqlx_ername.h rename to LiteLoader/third-party/include/mysql/mysqlx_ername.h diff --git a/LiteLoader/Header/third-party/mysql/mysqlx_error.h b/LiteLoader/third-party/include/mysql/mysqlx_error.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysqlx_error.h rename to LiteLoader/third-party/include/mysql/mysqlx_error.h diff --git a/LiteLoader/Header/third-party/mysql/mysqlx_version.h b/LiteLoader/third-party/include/mysql/mysqlx_version.h similarity index 100% rename from LiteLoader/Header/third-party/mysql/mysqlx_version.h rename to LiteLoader/third-party/include/mysql/mysqlx_version.h diff --git a/LiteLoader/Header/third-party/nbt-cpp/nbt.hpp b/LiteLoader/third-party/include/nbt-cpp/nbt.hpp similarity index 100% rename from LiteLoader/Header/third-party/nbt-cpp/nbt.hpp rename to LiteLoader/third-party/include/nbt-cpp/nbt.hpp diff --git a/LiteLoader/Header/third-party/openssl/__DECC_INCLUDE_EPILOGUE.H b/LiteLoader/third-party/include/openssl/__DECC_INCLUDE_EPILOGUE.H similarity index 100% rename from LiteLoader/Header/third-party/openssl/__DECC_INCLUDE_EPILOGUE.H rename to LiteLoader/third-party/include/openssl/__DECC_INCLUDE_EPILOGUE.H diff --git a/LiteLoader/Header/third-party/openssl/__DECC_INCLUDE_PROLOGUE.H b/LiteLoader/third-party/include/openssl/__DECC_INCLUDE_PROLOGUE.H similarity index 100% rename from LiteLoader/Header/third-party/openssl/__DECC_INCLUDE_PROLOGUE.H rename to LiteLoader/third-party/include/openssl/__DECC_INCLUDE_PROLOGUE.H diff --git a/LiteLoader/Header/third-party/openssl/aes.h b/LiteLoader/third-party/include/openssl/aes.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/aes.h rename to LiteLoader/third-party/include/openssl/aes.h index d0f9dfc..c1f4a2e 100644 --- a/LiteLoader/Header/third-party/openssl/aes.h +++ b/LiteLoader/third-party/include/openssl/aes.h @@ -11,12 +11,12 @@ # define OPENSSL_AES_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_AES_H # endif -# include +# include "opensslconf.h" # include # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/asn1.h b/LiteLoader/third-party/include/openssl/asn1.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/asn1.h rename to LiteLoader/third-party/include/openssl/asn1.h index aada23d..a8f564f 100644 --- a/LiteLoader/Header/third-party/openssl/asn1.h +++ b/LiteLoader/third-party/include/openssl/asn1.h @@ -16,21 +16,21 @@ # define OPENSSL_ASN1_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASN1_H # endif # include -# include -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "opensslconf.h" +# include "bio.h" +# include "safestack.h" +# include "asn1err.h" +# include "symhacks.h" -# include -# include +# include "types.h" +# include "bn.h" # ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN diff --git a/LiteLoader/Header/third-party/openssl/asn1.h.in b/LiteLoader/third-party/include/openssl/asn1.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/asn1.h.in rename to LiteLoader/third-party/include/openssl/asn1.h.in index 6d5094a..541b035 100644 --- a/LiteLoader/Header/third-party/openssl/asn1.h.in +++ b/LiteLoader/third-party/include/openssl/asn1.h.in @@ -17,21 +17,21 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_ASN1_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASN1_H # endif # include -# include -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "opensslconf.h" +# include "bio.h" +# include "safestack.h" +# include "asn1err.h" +# include "symhacks.h" -# include -# include +# include "types.h" +# include "bn.h" # ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN diff --git a/LiteLoader/Header/third-party/openssl/asn1_mac.h b/LiteLoader/third-party/include/openssl/asn1_mac.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/asn1_mac.h rename to LiteLoader/third-party/include/openssl/asn1_mac.h diff --git a/LiteLoader/Header/third-party/openssl/asn1err.h b/LiteLoader/third-party/include/openssl/asn1err.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/asn1err.h rename to LiteLoader/third-party/include/openssl/asn1err.h index d427622..f6a5996 100644 --- a/LiteLoader/Header/third-party/openssl/asn1err.h +++ b/LiteLoader/third-party/include/openssl/asn1err.h @@ -12,9 +12,9 @@ # define OPENSSL_ASN1ERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/asn1t.h b/LiteLoader/third-party/include/openssl/asn1t.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/asn1t.h rename to LiteLoader/third-party/include/openssl/asn1t.h index a725c53..8fd2cd2 100644 --- a/LiteLoader/Header/third-party/openssl/asn1t.h +++ b/LiteLoader/third-party/include/openssl/asn1t.h @@ -16,14 +16,14 @@ # define OPENSSL_ASN1T_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASN1T_H # endif # include -# include -# include +# include "e_os2.h" +# include "asn1.h" # ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN diff --git a/LiteLoader/Header/third-party/openssl/asn1t.h.in b/LiteLoader/third-party/include/openssl/asn1t.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/asn1t.h.in rename to LiteLoader/third-party/include/openssl/asn1t.h.in index b536fe5..c3b8e71 100644 --- a/LiteLoader/Header/third-party/openssl/asn1t.h.in +++ b/LiteLoader/third-party/include/openssl/asn1t.h.in @@ -17,14 +17,14 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_ASN1T_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASN1T_H # endif # include -# include -# include +# include "e_os2.h" +# include "asn1.h" # ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN diff --git a/LiteLoader/Header/third-party/openssl/async.h b/LiteLoader/third-party/include/openssl/async.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/async.h rename to LiteLoader/third-party/include/openssl/async.h index bc27d5d..ed27715 100644 --- a/LiteLoader/Header/third-party/openssl/async.h +++ b/LiteLoader/third-party/include/openssl/async.h @@ -13,7 +13,7 @@ # define OPENSSL_ASYNC_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASYNC_H # endif @@ -28,7 +28,7 @@ #define OSSL_ASYNC_FD int #define OSSL_BAD_ASYNC_FD -1 #endif -# include +# include "asyncerr.h" # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/asyncerr.h b/LiteLoader/third-party/include/openssl/asyncerr.h similarity index 87% rename from LiteLoader/Header/third-party/openssl/asyncerr.h rename to LiteLoader/third-party/include/openssl/asyncerr.h index c093f7b..87e17ed 100644 --- a/LiteLoader/Header/third-party/openssl/asyncerr.h +++ b/LiteLoader/third-party/include/openssl/asyncerr.h @@ -12,9 +12,9 @@ # define OPENSSL_ASYNCERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/bio.h b/LiteLoader/third-party/include/openssl/bio.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/bio.h rename to LiteLoader/third-party/include/openssl/bio.h index 0c1077e..fd247f2 100644 --- a/LiteLoader/Header/third-party/openssl/bio.h +++ b/LiteLoader/third-party/include/openssl/bio.h @@ -15,21 +15,21 @@ # define OPENSSL_BIO_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_BIO_H # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # endif # include -# include -# include -# include +# include "crypto.h" +# include "bioerr.h" +# include "core.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/bio.h.in b/LiteLoader/third-party/include/openssl/bio.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/bio.h.in rename to LiteLoader/third-party/include/openssl/bio.h.in index 651843b..ef0464d 100644 --- a/LiteLoader/Header/third-party/openssl/bio.h.in +++ b/LiteLoader/third-party/include/openssl/bio.h.in @@ -16,21 +16,21 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_BIO_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_BIO_H # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # endif # include -# include -# include -# include +# include "crypto.h" +# include "bioerr.h" +# include "core.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/bioerr.h b/LiteLoader/third-party/include/openssl/bioerr.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/bioerr.h rename to LiteLoader/third-party/include/openssl/bioerr.h index 787b30a..7054844 100644 --- a/LiteLoader/Header/third-party/openssl/bioerr.h +++ b/LiteLoader/third-party/include/openssl/bioerr.h @@ -12,9 +12,9 @@ # define OPENSSL_BIOERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/blowfish.h b/LiteLoader/third-party/include/openssl/blowfish.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/blowfish.h rename to LiteLoader/third-party/include/openssl/blowfish.h index 667d642..3e462eb 100644 --- a/LiteLoader/Header/third-party/openssl/blowfish.h +++ b/LiteLoader/third-party/include/openssl/blowfish.h @@ -11,15 +11,15 @@ # define OPENSSL_BLOWFISH_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_BLOWFISH_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_BF -# include +# include "e_os2.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/bn.h b/LiteLoader/third-party/include/openssl/bn.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/bn.h rename to LiteLoader/third-party/include/openssl/bn.h index ecd7f01..d2fb707 100644 --- a/LiteLoader/Header/third-party/openssl/bn.h +++ b/LiteLoader/third-party/include/openssl/bn.h @@ -12,19 +12,19 @@ # define OPENSSL_BN_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_BN_H # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # endif -# include -# include -# include -# include +# include "opensslconf.h" +# include "types.h" +# include "crypto.h" +# include "bnerr.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/bnerr.h b/LiteLoader/third-party/include/openssl/bnerr.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/bnerr.h rename to LiteLoader/third-party/include/openssl/bnerr.h index 7c3f6ef..bfef9d9 100644 --- a/LiteLoader/Header/third-party/openssl/bnerr.h +++ b/LiteLoader/third-party/include/openssl/bnerr.h @@ -12,9 +12,9 @@ # define OPENSSL_BNERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/buffer.h b/LiteLoader/third-party/include/openssl/buffer.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/buffer.h rename to LiteLoader/third-party/include/openssl/buffer.h index 5773b98..44b423c 100644 --- a/LiteLoader/Header/third-party/openssl/buffer.h +++ b/LiteLoader/third-party/include/openssl/buffer.h @@ -11,16 +11,16 @@ # define OPENSSL_BUFFER_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_BUFFER_H # endif -# include +# include "types.h" # ifndef OPENSSL_CRYPTO_H # include # endif -# include +# include "buffererr.h" #ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/buffererr.h b/LiteLoader/third-party/include/openssl/buffererr.h similarity index 82% rename from LiteLoader/Header/third-party/openssl/buffererr.h rename to LiteLoader/third-party/include/openssl/buffererr.h index d18b1f8..d53ced7 100644 --- a/LiteLoader/Header/third-party/openssl/buffererr.h +++ b/LiteLoader/third-party/include/openssl/buffererr.h @@ -12,9 +12,9 @@ # define OPENSSL_BUFFERERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/camellia.h b/LiteLoader/third-party/include/openssl/camellia.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/camellia.h rename to LiteLoader/third-party/include/openssl/camellia.h index 88c2279..66e83f3 100644 --- a/LiteLoader/Header/third-party/openssl/camellia.h +++ b/LiteLoader/third-party/include/openssl/camellia.h @@ -11,12 +11,12 @@ # define OPENSSL_CAMELLIA_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CAMELLIA_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CAMELLIA # include diff --git a/LiteLoader/Header/third-party/openssl/cast.h b/LiteLoader/third-party/include/openssl/cast.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/cast.h rename to LiteLoader/third-party/include/openssl/cast.h index 0bf217b..4830fd6 100644 --- a/LiteLoader/Header/third-party/openssl/cast.h +++ b/LiteLoader/third-party/include/openssl/cast.h @@ -11,12 +11,12 @@ # define OPENSSL_CAST_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CAST_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CAST # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/cmac.h b/LiteLoader/third-party/include/openssl/cmac.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/cmac.h rename to LiteLoader/third-party/include/openssl/cmac.h index f508618..5fe92c6 100644 --- a/LiteLoader/Header/third-party/openssl/cmac.h +++ b/LiteLoader/third-party/include/openssl/cmac.h @@ -11,7 +11,7 @@ # define OPENSSL_CMAC_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CMAC_H # endif @@ -22,7 +22,7 @@ extern "C" { # endif -# include +# include "evp.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 /* Opaque */ diff --git a/LiteLoader/Header/third-party/openssl/cmp.h b/LiteLoader/third-party/include/openssl/cmp.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/cmp.h rename to LiteLoader/third-party/include/openssl/cmp.h index 7f258dc..a9e5824 100644 --- a/LiteLoader/Header/third-party/openssl/cmp.h +++ b/LiteLoader/third-party/include/openssl/cmp.h @@ -17,19 +17,19 @@ #ifndef OPENSSL_CMP_H # define OPENSSL_CMP_H -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CMP -# include -# include -# include -# include +# include "crmf.h" +# include "cmperr.h" +# include "cmp_util.h" +# include "http.h" /* explicit #includes not strictly needed since implied by the above: */ -# include -# include -# include -# include +# include "types.h" +# include "safestack.h" +# include "x509.h" +# include "x509v3.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/cmp.h.in b/LiteLoader/third-party/include/openssl/cmp.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/cmp.h.in rename to LiteLoader/third-party/include/openssl/cmp.h.in index b473442..cfad154 100644 --- a/LiteLoader/Header/third-party/openssl/cmp.h.in +++ b/LiteLoader/third-party/include/openssl/cmp.h.in @@ -18,19 +18,19 @@ use OpenSSL::stackhash qw(generate_stack_macros); #ifndef OPENSSL_CMP_H # define OPENSSL_CMP_H -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CMP -# include -# include -# include -# include +# include "crmf.h" +# include "cmperr.h" +# include "cmp_util.h" +# include "http.h" /* explicit #includes not strictly needed since implied by the above: */ -# include -# include -# include -# include +# include "types.h" +# include "safestack.h" +# include "x509.h" +# include "x509v3.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/cmp_util.h b/LiteLoader/third-party/include/openssl/cmp_util.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/cmp_util.h rename to LiteLoader/third-party/include/openssl/cmp_util.h index 9a16892..eb2a566 100644 --- a/LiteLoader/Header/third-party/openssl/cmp_util.h +++ b/LiteLoader/third-party/include/openssl/cmp_util.h @@ -13,11 +13,11 @@ # define OPENSSL_CMP_UTIL_H # pragma once -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CMP -# include -# include +# include "macros.h" +# include "trace.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/cmperr.h b/LiteLoader/third-party/include/openssl/cmperr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/cmperr.h rename to LiteLoader/third-party/include/openssl/cmperr.h index 3a26fd0..9a34abd 100644 --- a/LiteLoader/Header/third-party/openssl/cmperr.h +++ b/LiteLoader/third-party/include/openssl/cmperr.h @@ -12,9 +12,9 @@ # define OPENSSL_CMPERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_CMP diff --git a/LiteLoader/Header/third-party/openssl/cms.h b/LiteLoader/third-party/include/openssl/cms.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/cms.h rename to LiteLoader/third-party/include/openssl/cms.h index 5b907f2..ffad65c 100644 --- a/LiteLoader/Header/third-party/openssl/cms.h +++ b/LiteLoader/third-party/include/openssl/cms.h @@ -16,17 +16,17 @@ # define OPENSSL_CMS_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CMS_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CMS -# include -# include -# include +# include "x509.h" +# include "x509v3.h" +# include "cmserr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/cms.h.in b/LiteLoader/third-party/include/openssl/cms.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/cms.h.in rename to LiteLoader/third-party/include/openssl/cms.h.in index da20ddf..fe54fa1 100644 --- a/LiteLoader/Header/third-party/openssl/cms.h.in +++ b/LiteLoader/third-party/include/openssl/cms.h.in @@ -17,17 +17,17 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_CMS_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CMS_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CMS -# include -# include -# include +# include "x509.h" +# include "x509v3.h" +# include "cmserr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/cmserr.h b/LiteLoader/third-party/include/openssl/cmserr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/cmserr.h rename to LiteLoader/third-party/include/openssl/cmserr.h index 1c4f4c7..4bf3b08 100644 --- a/LiteLoader/Header/third-party/openssl/cmserr.h +++ b/LiteLoader/third-party/include/openssl/cmserr.h @@ -12,9 +12,9 @@ # define OPENSSL_CMSERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_CMS diff --git a/LiteLoader/Header/third-party/openssl/comp.h b/LiteLoader/third-party/include/openssl/comp.h similarity index 91% rename from LiteLoader/Header/third-party/openssl/comp.h rename to LiteLoader/third-party/include/openssl/comp.h index 06ff581..efc38a6 100644 --- a/LiteLoader/Header/third-party/openssl/comp.h +++ b/LiteLoader/third-party/include/openssl/comp.h @@ -11,16 +11,16 @@ # define OPENSSL_COMP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_COMP_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_COMP -# include -# include +# include "crypto.h" +# include "comperr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/comperr.h b/LiteLoader/third-party/include/openssl/comperr.h similarity index 87% rename from LiteLoader/Header/third-party/openssl/comperr.h rename to LiteLoader/third-party/include/openssl/comperr.h index 01dd3e6..fb350d4 100644 --- a/LiteLoader/Header/third-party/openssl/comperr.h +++ b/LiteLoader/third-party/include/openssl/comperr.h @@ -12,9 +12,9 @@ # define OPENSSL_COMPERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_COMP diff --git a/LiteLoader/Header/third-party/openssl/conf.h b/LiteLoader/third-party/include/openssl/conf.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/conf.h rename to LiteLoader/third-party/include/openssl/conf.h index 07793f1..69a259c 100644 --- a/LiteLoader/Header/third-party/openssl/conf.h +++ b/LiteLoader/third-party/include/openssl/conf.h @@ -16,17 +16,17 @@ # define OPENSSL_CONF_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CONF_H # endif -# include -# include -# include -# include -# include -# include +# include "bio.h" +# include "lhash.h" +# include "safestack.h" +# include "e_os2.h" +# include "types.h" +# include "conferr.h" #ifdef __cplusplus extern "C" { @@ -86,7 +86,7 @@ struct conf_method_st; typedef struct conf_method_st CONF_METHOD; # ifndef OPENSSL_NO_DEPRECATED_3_0 -# include +# include "conftypes.h" # endif /* Module definitions */ diff --git a/LiteLoader/Header/third-party/openssl/conf.h.in b/LiteLoader/third-party/include/openssl/conf.h.in similarity index 95% rename from LiteLoader/Header/third-party/openssl/conf.h.in rename to LiteLoader/third-party/include/openssl/conf.h.in index b0bd579..b0234bf 100644 --- a/LiteLoader/Header/third-party/openssl/conf.h.in +++ b/LiteLoader/third-party/include/openssl/conf.h.in @@ -17,17 +17,17 @@ use OpenSSL::stackhash qw(generate_stack_macros generate_lhash_macros); # define OPENSSL_CONF_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CONF_H # endif -# include -# include -# include -# include -# include -# include +# include "bio.h" +# include "lhash.h" +# include "safestack.h" +# include "e_os2.h" +# include "types.h" +# include "conferr.h" #ifdef __cplusplus extern "C" { @@ -49,7 +49,7 @@ struct conf_method_st; typedef struct conf_method_st CONF_METHOD; # ifndef OPENSSL_NO_DEPRECATED_3_0 -# include +# include "conftypes.h" # endif /* Module definitions */ diff --git a/LiteLoader/Header/third-party/openssl/conf_api.h b/LiteLoader/third-party/include/openssl/conf_api.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/conf_api.h rename to LiteLoader/third-party/include/openssl/conf_api.h index ed67d57..41fcdfc 100644 --- a/LiteLoader/Header/third-party/openssl/conf_api.h +++ b/LiteLoader/third-party/include/openssl/conf_api.h @@ -11,13 +11,13 @@ # define OPENSSL_CONF_API_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CONF_API_H # endif -# include -# include +# include "lhash.h" +# include "conf.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/conferr.h b/LiteLoader/third-party/include/openssl/conferr.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/conferr.h rename to LiteLoader/third-party/include/openssl/conferr.h index 496e2e1..aedbc16 100644 --- a/LiteLoader/Header/third-party/openssl/conferr.h +++ b/LiteLoader/third-party/include/openssl/conferr.h @@ -12,9 +12,9 @@ # define OPENSSL_CONFERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/configuration.h b/LiteLoader/third-party/include/openssl/configuration.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/configuration.h rename to LiteLoader/third-party/include/openssl/configuration.h diff --git a/LiteLoader/Header/third-party/openssl/configuration.h.in b/LiteLoader/third-party/include/openssl/configuration.h.in similarity index 100% rename from LiteLoader/Header/third-party/openssl/configuration.h.in rename to LiteLoader/third-party/include/openssl/configuration.h.in diff --git a/LiteLoader/Header/third-party/openssl/conftypes.h b/LiteLoader/third-party/include/openssl/conftypes.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/conftypes.h rename to LiteLoader/third-party/include/openssl/conftypes.h diff --git a/LiteLoader/Header/third-party/openssl/core.h b/LiteLoader/third-party/include/openssl/core.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/core.h rename to LiteLoader/third-party/include/openssl/core.h index 9683ac7..24b7c82 100644 --- a/LiteLoader/Header/third-party/openssl/core.h +++ b/LiteLoader/third-party/include/openssl/core.h @@ -12,7 +12,7 @@ # pragma once # include -# include +# include "types.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/core_dispatch.h b/LiteLoader/third-party/include/openssl/core_dispatch.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/core_dispatch.h rename to LiteLoader/third-party/include/openssl/core_dispatch.h index 99fcda0..9e9a57d 100644 --- a/LiteLoader/Header/third-party/openssl/core_dispatch.h +++ b/LiteLoader/third-party/include/openssl/core_dispatch.h @@ -12,7 +12,7 @@ # pragma once # include -# include +# include "core.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/core_names.h b/LiteLoader/third-party/include/openssl/core_names.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/core_names.h rename to LiteLoader/third-party/include/openssl/core_names.h diff --git a/LiteLoader/Header/third-party/openssl/core_object.h b/LiteLoader/third-party/include/openssl/core_object.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/core_object.h rename to LiteLoader/third-party/include/openssl/core_object.h diff --git a/LiteLoader/Header/third-party/openssl/crmf.h b/LiteLoader/third-party/include/openssl/crmf.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/crmf.h rename to LiteLoader/third-party/include/openssl/crmf.h index b2a82ed..5ec49b3 100644 --- a/LiteLoader/Header/third-party/openssl/crmf.h +++ b/LiteLoader/third-party/include/openssl/crmf.h @@ -19,17 +19,17 @@ #ifndef OPENSSL_CRMF_H # define OPENSSL_CRMF_H -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CRMF -# include -# include -# include -# include /* for GENERAL_NAME etc. */ +# include "opensslv.h" +# include "safestack.h" +# include "crmferr.h" +# include "x509v3.h" /* for GENERAL_NAME etc. */ /* explicit #includes not strictly needed since implied by the above: */ -# include -# include +# include "types.h" +# include "x509.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/crmf.h.in b/LiteLoader/third-party/include/openssl/crmf.h.in similarity index 96% rename from LiteLoader/Header/third-party/openssl/crmf.h.in rename to LiteLoader/third-party/include/openssl/crmf.h.in index 4d37ea6..dfb328e 100644 --- a/LiteLoader/Header/third-party/openssl/crmf.h.in +++ b/LiteLoader/third-party/include/openssl/crmf.h.in @@ -20,17 +20,17 @@ use OpenSSL::stackhash qw(generate_stack_macros); #ifndef OPENSSL_CRMF_H # define OPENSSL_CRMF_H -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CRMF -# include -# include -# include -# include /* for GENERAL_NAME etc. */ +# include "opensslv.h" +# include "safestack.h" +# include "crmferr.h" +# include "x509v3.h" /* for GENERAL_NAME etc. */ /* explicit #includes not strictly needed since implied by the above: */ -# include -# include +# include "types.h" +# include "x509.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/crmferr.h b/LiteLoader/third-party/include/openssl/crmferr.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/crmferr.h rename to LiteLoader/third-party/include/openssl/crmferr.h index b242b92..fcb5a53 100644 --- a/LiteLoader/Header/third-party/openssl/crmferr.h +++ b/LiteLoader/third-party/include/openssl/crmferr.h @@ -12,9 +12,9 @@ # define OPENSSL_CRMFERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_CRMF diff --git a/LiteLoader/Header/third-party/openssl/crypto.h b/LiteLoader/third-party/include/openssl/crypto.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/crypto.h rename to LiteLoader/third-party/include/openssl/crypto.h index 8b82593..0e281f7 100644 --- a/LiteLoader/Header/third-party/openssl/crypto.h +++ b/LiteLoader/third-party/include/openssl/crypto.h @@ -17,7 +17,7 @@ # define OPENSSL_CRYPTO_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CRYPTO_H # endif @@ -25,18 +25,18 @@ # include # include -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # endif -# include -# include -# include -# include -# include -# include +# include "safestack.h" +# include "opensslv.h" +# include "types.h" +# include "opensslconf.h" +# include "cryptoerr.h" +# include "core.h" # ifdef CHARSET_EBCDIC # include @@ -46,10 +46,10 @@ * Resolve problems on some operating systems with symbol names that clash * one way or another */ -# include +# include "symhacks.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "opensslv.h" # endif #ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/crypto.h.in b/LiteLoader/third-party/include/openssl/crypto.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/crypto.h.in rename to LiteLoader/third-party/include/openssl/crypto.h.in index 7232f64..fd4b84b 100644 --- a/LiteLoader/Header/third-party/openssl/crypto.h.in +++ b/LiteLoader/third-party/include/openssl/crypto.h.in @@ -18,7 +18,7 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_CRYPTO_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CRYPTO_H # endif @@ -26,18 +26,18 @@ use OpenSSL::stackhash qw(generate_stack_macros); # include # include -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # endif -# include -# include -# include -# include -# include -# include +# include "safestack.h" +# include "opensslv.h" +# include "types.h" +# include "opensslconf.h" +# include "cryptoerr.h" +# include "core.h" # ifdef CHARSET_EBCDIC # include @@ -47,10 +47,10 @@ use OpenSSL::stackhash qw(generate_stack_macros); * Resolve problems on some operating systems with symbol names that clash * one way or another */ -# include +# include "symhacks.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "opensslv.h" # endif #ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/cryptoerr.h b/LiteLoader/third-party/include/openssl/cryptoerr.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/cryptoerr.h rename to LiteLoader/third-party/include/openssl/cryptoerr.h index c6a04d9..98c3ea4 100644 --- a/LiteLoader/Header/third-party/openssl/cryptoerr.h +++ b/LiteLoader/third-party/include/openssl/cryptoerr.h @@ -12,9 +12,9 @@ # define OPENSSL_CRYPTOERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/cryptoerr_legacy.h b/LiteLoader/third-party/include/openssl/cryptoerr_legacy.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/cryptoerr_legacy.h rename to LiteLoader/third-party/include/openssl/cryptoerr_legacy.h index ccab33a..b517c61 100644 --- a/LiteLoader/Header/third-party/openssl/cryptoerr_legacy.h +++ b/LiteLoader/third-party/include/openssl/cryptoerr_legacy.h @@ -18,8 +18,8 @@ # define OPENSSL_CRYPTOERR_LEGACY_H # pragma once -# include -# include +# include "macros.h" +# include "symhacks.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ct.h b/LiteLoader/third-party/include/openssl/ct.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/ct.h rename to LiteLoader/third-party/include/openssl/ct.h index 06c41b7..daec60f 100644 --- a/LiteLoader/Header/third-party/openssl/ct.h +++ b/LiteLoader/third-party/include/openssl/ct.h @@ -16,18 +16,18 @@ # define OPENSSL_CT_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CT_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CT -# include -# include -# include -# include +# include "types.h" +# include "safestack.h" +# include "x509.h" +# include "cterr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/ct.h.in b/LiteLoader/third-party/include/openssl/ct.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/ct.h.in rename to LiteLoader/third-party/include/openssl/ct.h.in index 16086b3..bc6f29f 100644 --- a/LiteLoader/Header/third-party/openssl/ct.h.in +++ b/LiteLoader/third-party/include/openssl/ct.h.in @@ -17,18 +17,18 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_CT_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_CT_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_CT -# include -# include -# include -# include +# include "types.h" +# include "safestack.h" +# include "x509.h" +# include "cterr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/cterr.h b/LiteLoader/third-party/include/openssl/cterr.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/cterr.h rename to LiteLoader/third-party/include/openssl/cterr.h index 935d32d..4293cb6 100644 --- a/LiteLoader/Header/third-party/openssl/cterr.h +++ b/LiteLoader/third-party/include/openssl/cterr.h @@ -12,9 +12,9 @@ # define OPENSSL_CTERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_CT diff --git a/LiteLoader/Header/third-party/openssl/decoder.h b/LiteLoader/third-party/include/openssl/decoder.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/decoder.h rename to LiteLoader/third-party/include/openssl/decoder.h index d4ee2cf..bcbf588 100644 --- a/LiteLoader/Header/third-party/openssl/decoder.h +++ b/LiteLoader/third-party/include/openssl/decoder.h @@ -11,16 +11,16 @@ # define OPENSSL_DECODER_H # pragma once -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_STDIO # include # endif # include # include -# include -# include -# include +# include "decodererr.h" +# include "types.h" +# include "core.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/decodererr.h b/LiteLoader/third-party/include/openssl/decodererr.h similarity index 86% rename from LiteLoader/Header/third-party/openssl/decodererr.h rename to LiteLoader/third-party/include/openssl/decodererr.h index 4212a38..019fc63 100644 --- a/LiteLoader/Header/third-party/openssl/decodererr.h +++ b/LiteLoader/third-party/include/openssl/decodererr.h @@ -12,9 +12,9 @@ # define OPENSSL_DECODERERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/des.h b/LiteLoader/third-party/include/openssl/des.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/des.h rename to LiteLoader/third-party/include/openssl/des.h index 09798a6..73f4fb6 100644 --- a/LiteLoader/Header/third-party/openssl/des.h +++ b/LiteLoader/third-party/include/openssl/des.h @@ -11,18 +11,18 @@ # define OPENSSL_DES_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_DES_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_DES # ifdef __cplusplus extern "C" { # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 typedef unsigned int DES_LONG; diff --git a/LiteLoader/Header/third-party/openssl/dh.h b/LiteLoader/third-party/include/openssl/dh.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/dh.h rename to LiteLoader/third-party/include/openssl/dh.h index b97871e..771c2e0 100644 --- a/LiteLoader/Header/third-party/openssl/dh.h +++ b/LiteLoader/third-party/include/openssl/dh.h @@ -11,13 +11,13 @@ # define OPENSSL_DH_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_DH_H # endif -# include -# include +# include "opensslconf.h" +# include "types.h" # ifdef __cplusplus extern "C" { @@ -80,13 +80,13 @@ int EVP_PKEY_CTX_get0_dh_kdf_ukm(EVP_PKEY_CTX *ctx, unsigned char **ukm); # define EVP_PKEY_DH_KDF_X9_42 2 # ifndef OPENSSL_NO_DH -# include -# include -# include +# include "e_os2.h" +# include "bio.h" +# include "asn1.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "bn.h" # endif -# include +# include "dherr.h" # ifndef OPENSSL_DH_MAX_MODULUS_BITS # define OPENSSL_DH_MAX_MODULUS_BITS 10000 diff --git a/LiteLoader/Header/third-party/openssl/dherr.h b/LiteLoader/third-party/include/openssl/dherr.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/dherr.h rename to LiteLoader/third-party/include/openssl/dherr.h index 5d2a762..7fb0c3f 100644 --- a/LiteLoader/Header/third-party/openssl/dherr.h +++ b/LiteLoader/third-party/include/openssl/dherr.h @@ -12,9 +12,9 @@ # define OPENSSL_DHERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_DH diff --git a/LiteLoader/Header/third-party/openssl/dsa.h b/LiteLoader/third-party/include/openssl/dsa.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/dsa.h rename to LiteLoader/third-party/include/openssl/dsa.h index 5c0e4cd..8cc98c8 100644 --- a/LiteLoader/Header/third-party/openssl/dsa.h +++ b/LiteLoader/third-party/include/openssl/dsa.h @@ -11,13 +11,13 @@ # define OPENSSL_DSA_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_DSA_H # endif -# include -# include +# include "opensslconf.h" +# include "types.h" # ifdef __cplusplus extern "C" { @@ -42,15 +42,15 @@ int EVP_PKEY_CTX_set_dsa_paramgen_md(EVP_PKEY_CTX *ctx, const EVP_MD *md); # define EVP_PKEY_CTRL_DSA_PARAMGEN_MD (EVP_PKEY_ALG_CTRL + 3) # ifndef OPENSSL_NO_DSA -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "asn1.h" +# include "bio.h" +# include "crypto.h" +# include "bn.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "dh.h" # endif -# include +# include "dsaerr.h" # ifndef OPENSSL_DSA_MAX_MODULUS_BITS # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 diff --git a/LiteLoader/Header/third-party/openssl/dsaerr.h b/LiteLoader/third-party/include/openssl/dsaerr.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/dsaerr.h rename to LiteLoader/third-party/include/openssl/dsaerr.h index 5f0ca8d..9e6339a 100644 --- a/LiteLoader/Header/third-party/openssl/dsaerr.h +++ b/LiteLoader/third-party/include/openssl/dsaerr.h @@ -12,9 +12,9 @@ # define OPENSSL_DSAERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_DSA diff --git a/LiteLoader/Header/third-party/openssl/dtls1.h b/LiteLoader/third-party/include/openssl/dtls1.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/dtls1.h rename to LiteLoader/third-party/include/openssl/dtls1.h index 5dc6b54..34f0349 100644 --- a/LiteLoader/Header/third-party/openssl/dtls1.h +++ b/LiteLoader/third-party/include/openssl/dtls1.h @@ -11,18 +11,18 @@ # define OPENSSL_DTLS1_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_DTLS1_H # endif -# include +# include "prov_ssl.h" #ifdef __cplusplus extern "C" { #endif -#include +#include "opensslconf.h" /* DTLS*_VERSION constants are defined in prov_ssl.h */ # ifndef OPENSSL_NO_DEPRECATED_3_0 diff --git a/LiteLoader/Header/third-party/openssl/e_os2.h b/LiteLoader/third-party/include/openssl/e_os2.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/e_os2.h rename to LiteLoader/third-party/include/openssl/e_os2.h index 6728909..e4994ba 100644 --- a/LiteLoader/Header/third-party/openssl/e_os2.h +++ b/LiteLoader/third-party/include/openssl/e_os2.h @@ -11,12 +11,12 @@ # define OPENSSL_E_OS2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_E_OS2_H # endif -# include +# include "opensslconf.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ebcdic.h b/LiteLoader/third-party/include/openssl/ebcdic.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/ebcdic.h rename to LiteLoader/third-party/include/openssl/ebcdic.h index e0ae1aa..95e5957 100644 --- a/LiteLoader/Header/third-party/openssl/ebcdic.h +++ b/LiteLoader/third-party/include/openssl/ebcdic.h @@ -11,7 +11,7 @@ # define OPENSSL_EBCDIC_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_EBCDIC_H # endif diff --git a/LiteLoader/Header/third-party/openssl/ec.h b/LiteLoader/third-party/include/openssl/ec.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/ec.h rename to LiteLoader/third-party/include/openssl/ec.h index 44d7193..e7b9092 100644 --- a/LiteLoader/Header/third-party/openssl/ec.h +++ b/LiteLoader/third-party/include/openssl/ec.h @@ -12,13 +12,13 @@ # define OPENSSL_EC_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_EC_H # endif -# include -# include +# include "opensslconf.h" +# include "types.h" # include @@ -89,18 +89,18 @@ typedef enum { const char *OSSL_EC_curve_nid2name(int nid); # ifndef OPENSSL_NO_EC -# include -# include +# include "asn1.h" +# include "symhacks.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "bn.h" # endif -# include +# include "ecerr.h" # ifndef OPENSSL_ECC_MAX_FIELD_BITS # define OPENSSL_ECC_MAX_FIELD_BITS 661 # endif -# include +# include "params.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 typedef struct ec_method_st EC_METHOD; # endif diff --git a/LiteLoader/Header/third-party/openssl/ecdh.h b/LiteLoader/third-party/include/openssl/ecdh.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/ecdh.h rename to LiteLoader/third-party/include/openssl/ecdh.h index 56bd4cc..c48602e 100644 --- a/LiteLoader/Header/third-party/openssl/ecdh.h +++ b/LiteLoader/third-party/include/openssl/ecdh.h @@ -7,4 +7,4 @@ * https://www.openssl.org/source/license.html */ -#include +#include "ec.h" diff --git a/LiteLoader/Header/third-party/openssl/ecdsa.h b/LiteLoader/third-party/include/openssl/ecdsa.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/ecdsa.h rename to LiteLoader/third-party/include/openssl/ecdsa.h index 56bd4cc..c48602e 100644 --- a/LiteLoader/Header/third-party/openssl/ecdsa.h +++ b/LiteLoader/third-party/include/openssl/ecdsa.h @@ -7,4 +7,4 @@ * https://www.openssl.org/source/license.html */ -#include +#include "ec.h" diff --git a/LiteLoader/Header/third-party/openssl/ecerr.h b/LiteLoader/third-party/include/openssl/ecerr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/ecerr.h rename to LiteLoader/third-party/include/openssl/ecerr.h index 46405ac..b63448a 100644 --- a/LiteLoader/Header/third-party/openssl/ecerr.h +++ b/LiteLoader/third-party/include/openssl/ecerr.h @@ -12,9 +12,9 @@ # define OPENSSL_ECERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_EC diff --git a/LiteLoader/Header/third-party/openssl/encoder.h b/LiteLoader/third-party/include/openssl/encoder.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/encoder.h rename to LiteLoader/third-party/include/openssl/encoder.h index c37a6f1..331379d 100644 --- a/LiteLoader/Header/third-party/openssl/encoder.h +++ b/LiteLoader/third-party/include/openssl/encoder.h @@ -11,16 +11,16 @@ # define OPENSSL_ENCODER_H # pragma once -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_STDIO # include # endif # include # include -# include -# include -# include +# include "encodererr.h" +# include "types.h" +# include "core.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/encodererr.h b/LiteLoader/third-party/include/openssl/encodererr.h similarity index 86% rename from LiteLoader/Header/third-party/openssl/encodererr.h rename to LiteLoader/third-party/include/openssl/encodererr.h index 5e318b1..5bc2bf6 100644 --- a/LiteLoader/Header/third-party/openssl/encodererr.h +++ b/LiteLoader/third-party/include/openssl/encodererr.h @@ -12,9 +12,9 @@ # define OPENSSL_ENCODERERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/engine.h b/LiteLoader/third-party/include/openssl/engine.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/engine.h rename to LiteLoader/third-party/include/openssl/engine.h index c965800..738a9f0 100644 --- a/LiteLoader/Header/third-party/openssl/engine.h +++ b/LiteLoader/third-party/include/openssl/engine.h @@ -12,28 +12,28 @@ # define OPENSSL_ENGINE_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ENGINE_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_ENGINE # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include -# include -# include -# include -# include -# include -# include -# include +# include "bn.h" +# include "rsa.h" +# include "dsa.h" +# include "dh.h" +# include "ec.h" +# include "rand.h" +# include "ui.h" +# include "err.h" # endif -# include -# include -# include -# include +# include "types.h" +# include "symhacks.h" +# include "x509.h" +# include "engineerr.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/engineerr.h b/LiteLoader/third-party/include/openssl/engineerr.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/engineerr.h rename to LiteLoader/third-party/include/openssl/engineerr.h index d439b68..33b8e10 100644 --- a/LiteLoader/Header/third-party/openssl/engineerr.h +++ b/LiteLoader/third-party/include/openssl/engineerr.h @@ -12,9 +12,9 @@ # define OPENSSL_ENGINEERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_ENGINE diff --git a/LiteLoader/Header/third-party/openssl/err.h b/LiteLoader/third-party/include/openssl/err.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/err.h rename to LiteLoader/third-party/include/openssl/err.h index 3c7299d..20c082b 100644 --- a/LiteLoader/Header/third-party/openssl/err.h +++ b/LiteLoader/third-party/include/openssl/err.h @@ -13,22 +13,22 @@ # define OPENSSL_ERR_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ERR_H # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # include # endif -# include -# include -# include -# include +# include "types.h" +# include "bio.h" +# include "lhash.h" +# include "cryptoerr_legacy.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/err.h.in b/LiteLoader/third-party/include/openssl/err.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/err.h.in rename to LiteLoader/third-party/include/openssl/err.h.in index 7ca0b97..223e5b5 100644 --- a/LiteLoader/Header/third-party/openssl/err.h.in +++ b/LiteLoader/third-party/include/openssl/err.h.in @@ -15,22 +15,22 @@ use OpenSSL::stackhash qw(generate_lhash_macros); # define OPENSSL_ERR_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ERR_H # endif -# include +# include "e_os2.h" # ifndef OPENSSL_NO_STDIO # include # include # endif -# include -# include -# include -# include +# include "types.h" +# include "bio.h" +# include "lhash.h" +# include "cryptoerr_legacy.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ess.h b/LiteLoader/third-party/include/openssl/ess.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/ess.h rename to LiteLoader/third-party/include/openssl/ess.h index dad596a..a3617f7 100644 --- a/LiteLoader/Header/third-party/openssl/ess.h +++ b/LiteLoader/third-party/include/openssl/ess.h @@ -16,11 +16,11 @@ # define OPENSSL_ESS_H # pragma once -# include +# include "opensslconf.h" -# include -# include -# include +# include "safestack.h" +# include "x509.h" +# include "esserr.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ess.h.in b/LiteLoader/third-party/include/openssl/ess.h.in similarity index 95% rename from LiteLoader/Header/third-party/openssl/ess.h.in rename to LiteLoader/third-party/include/openssl/ess.h.in index d1a685b..9f4d732 100644 --- a/LiteLoader/Header/third-party/openssl/ess.h.in +++ b/LiteLoader/third-party/include/openssl/ess.h.in @@ -17,11 +17,11 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_ESS_H # pragma once -# include +# include "opensslconf.h" -# include -# include -# include +# include "safestack.h" +# include "x509.h" +# include "esserr.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/esserr.h b/LiteLoader/third-party/include/openssl/esserr.h similarity index 90% rename from LiteLoader/Header/third-party/openssl/esserr.h rename to LiteLoader/third-party/include/openssl/esserr.h index 165ce7c..3d9e92e 100644 --- a/LiteLoader/Header/third-party/openssl/esserr.h +++ b/LiteLoader/third-party/include/openssl/esserr.h @@ -12,9 +12,9 @@ # define OPENSSL_ESSERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" /* * ESS reason codes. diff --git a/LiteLoader/Header/third-party/openssl/evp.h b/LiteLoader/third-party/include/openssl/evp.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/evp.h rename to LiteLoader/third-party/include/openssl/evp.h index 49e8e1d..f02e102 100644 --- a/LiteLoader/Header/third-party/openssl/evp.h +++ b/LiteLoader/third-party/include/openssl/evp.h @@ -11,7 +11,7 @@ # define OPENSSL_EVP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ENVELOPE_H # endif @@ -22,14 +22,14 @@ # include # endif -# include -# include -# include -# include -# include -# include -# include -# include +# include "opensslconf.h" +# include "types.h" +# include "core.h" +# include "core_dispatch.h" +# include "symhacks.h" +# include "bio.h" +# include "evperr.h" +# include "params.h" # define EVP_MAX_MD_SIZE 64/* longest known is SHA512 */ # define EVP_MAX_KEY_LENGTH 64 @@ -40,7 +40,7 @@ /* Default PKCS#5 iteration count */ # define PKCS5_DEFAULT_ITER 2048 -# include +# include "objects.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define EVP_PK_RSA 0x0001 diff --git a/LiteLoader/Header/third-party/openssl/evperr.h b/LiteLoader/third-party/include/openssl/evperr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/evperr.h rename to LiteLoader/third-party/include/openssl/evperr.h index a5053f6..5b4cbd7 100644 --- a/LiteLoader/Header/third-party/openssl/evperr.h +++ b/LiteLoader/third-party/include/openssl/evperr.h @@ -12,9 +12,9 @@ # define OPENSSL_EVPERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/fips_names.h b/LiteLoader/third-party/include/openssl/fips_names.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/fips_names.h rename to LiteLoader/third-party/include/openssl/fips_names.h diff --git a/LiteLoader/Header/third-party/openssl/fipskey.h b/LiteLoader/third-party/include/openssl/fipskey.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/fipskey.h rename to LiteLoader/third-party/include/openssl/fipskey.h diff --git a/LiteLoader/Header/third-party/openssl/fipskey.h.in b/LiteLoader/third-party/include/openssl/fipskey.h.in similarity index 100% rename from LiteLoader/Header/third-party/openssl/fipskey.h.in rename to LiteLoader/third-party/include/openssl/fipskey.h.in diff --git a/LiteLoader/Header/third-party/openssl/hmac.h b/LiteLoader/third-party/include/openssl/hmac.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/hmac.h rename to LiteLoader/third-party/include/openssl/hmac.h index f9e1bff..310df1b 100644 --- a/LiteLoader/Header/third-party/openssl/hmac.h +++ b/LiteLoader/third-party/include/openssl/hmac.h @@ -11,14 +11,14 @@ # define OPENSSL_HMAC_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_HMAC_H # endif -# include +# include "opensslconf.h" -# include +# include "evp.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HMAC_MAX_MD_CBLOCK 200 /* Deprecated */ diff --git a/LiteLoader/Header/third-party/openssl/http.h b/LiteLoader/third-party/include/openssl/http.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/http.h rename to LiteLoader/third-party/include/openssl/http.h index f7ab214..b110926 100644 --- a/LiteLoader/Header/third-party/openssl/http.h +++ b/LiteLoader/third-party/include/openssl/http.h @@ -12,11 +12,11 @@ # define OPENSSL_HTTP_H # pragma once -# include +# include "opensslconf.h" -# include -# include -# include +# include "bio.h" +# include "asn1.h" +# include "conf.h" # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/httperr.h b/LiteLoader/third-party/include/openssl/httperr.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/httperr.h rename to LiteLoader/third-party/include/openssl/httperr.h index ee08959..1d2b784 100644 --- a/LiteLoader/Header/third-party/openssl/httperr.h +++ b/LiteLoader/third-party/include/openssl/httperr.h @@ -12,9 +12,9 @@ # define OPENSSL_HTTPERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/idea.h b/LiteLoader/third-party/include/openssl/idea.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/idea.h rename to LiteLoader/third-party/include/openssl/idea.h index 1f9bb3b..3f6c3bb 100644 --- a/LiteLoader/Header/third-party/openssl/idea.h +++ b/LiteLoader/third-party/include/openssl/idea.h @@ -11,12 +11,12 @@ # define OPENSSL_IDEA_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_IDEA_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_IDEA # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/kdf.h b/LiteLoader/third-party/include/openssl/kdf.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/kdf.h rename to LiteLoader/third-party/include/openssl/kdf.h index 0983230..88aef7d 100644 --- a/LiteLoader/Header/third-party/openssl/kdf.h +++ b/LiteLoader/third-party/include/openssl/kdf.h @@ -11,15 +11,15 @@ # define OPENSSL_KDF_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_KDF_H # endif # include # include -# include -# include +# include "types.h" +# include "core.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/kdferr.h b/LiteLoader/third-party/include/openssl/kdferr.h similarity index 92% rename from LiteLoader/Header/third-party/openssl/kdferr.h rename to LiteLoader/third-party/include/openssl/kdferr.h index 963d766..3a0d7c5 100644 --- a/LiteLoader/Header/third-party/openssl/kdferr.h +++ b/LiteLoader/third-party/include/openssl/kdferr.h @@ -11,6 +11,6 @@ # define OPENSSL_KDFERR_H # pragma once -#include +#include "cryptoerr_legacy.h" #endif /* !defined(OPENSSL_KDFERR_H) */ diff --git a/LiteLoader/Header/third-party/openssl/lhash.h b/LiteLoader/third-party/include/openssl/lhash.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/lhash.h rename to LiteLoader/third-party/include/openssl/lhash.h index 39dd625..184e65d 100644 --- a/LiteLoader/Header/third-party/openssl/lhash.h +++ b/LiteLoader/third-party/include/openssl/lhash.h @@ -17,13 +17,13 @@ # define OPENSSL_LHASH_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_LHASH_H # endif -# include -# include +# include "e_os2.h" +# include "bio.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/lhash.h.in b/LiteLoader/third-party/include/openssl/lhash.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/lhash.h.in rename to LiteLoader/third-party/include/openssl/lhash.h.in index febefa3..895afff 100644 --- a/LiteLoader/Header/third-party/openssl/lhash.h.in +++ b/LiteLoader/third-party/include/openssl/lhash.h.in @@ -19,13 +19,13 @@ use OpenSSL::stackhash qw(generate_lhash_macros); # define OPENSSL_LHASH_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_LHASH_H # endif -# include -# include +# include "e_os2.h" +# include "bio.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/macros.h b/LiteLoader/third-party/include/openssl/macros.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/macros.h rename to LiteLoader/third-party/include/openssl/macros.h index a6bc3f1..3a3ea51 100644 --- a/LiteLoader/Header/third-party/openssl/macros.h +++ b/LiteLoader/third-party/include/openssl/macros.h @@ -11,8 +11,8 @@ # define OPENSSL_MACROS_H # pragma once -#include -#include +#include "opensslconf.h" +#include "opensslv.h" /* Helper macros for CPP string composition */ diff --git a/LiteLoader/Header/third-party/openssl/md2.h b/LiteLoader/third-party/include/openssl/md2.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/md2.h rename to LiteLoader/third-party/include/openssl/md2.h index 5d4cb77..c24fd5a 100644 --- a/LiteLoader/Header/third-party/openssl/md2.h +++ b/LiteLoader/third-party/include/openssl/md2.h @@ -11,12 +11,12 @@ # define OPENSSL_MD2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_MD2_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_MD2 # include diff --git a/LiteLoader/Header/third-party/openssl/md4.h b/LiteLoader/third-party/include/openssl/md4.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/md4.h rename to LiteLoader/third-party/include/openssl/md4.h index 6c150a6..e3e7a86 100644 --- a/LiteLoader/Header/third-party/openssl/md4.h +++ b/LiteLoader/third-party/include/openssl/md4.h @@ -11,15 +11,15 @@ # define OPENSSL_MD4_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_MD4_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_MD4 -# include +# include "e_os2.h" # include # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/md5.h b/LiteLoader/third-party/include/openssl/md5.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/md5.h rename to LiteLoader/third-party/include/openssl/md5.h index 77a5773..62ecaf4 100644 --- a/LiteLoader/Header/third-party/openssl/md5.h +++ b/LiteLoader/third-party/include/openssl/md5.h @@ -11,15 +11,15 @@ # define OPENSSL_MD5_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_MD5_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_MD5 -# include +# include "e_os2.h" # include # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/mdc2.h b/LiteLoader/third-party/include/openssl/mdc2.h similarity index 93% rename from LiteLoader/Header/third-party/openssl/mdc2.h rename to LiteLoader/third-party/include/openssl/mdc2.h index 5a7ee28..d85b817 100644 --- a/LiteLoader/Header/third-party/openssl/mdc2.h +++ b/LiteLoader/third-party/include/openssl/mdc2.h @@ -11,16 +11,16 @@ # define OPENSSL_MDC2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_MDC2_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_MDC2 # include -# include +# include "des.h" # ifdef __cplusplus extern "C" { # endif diff --git a/LiteLoader/Header/third-party/openssl/modes.h b/LiteLoader/third-party/include/openssl/modes.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/modes.h rename to LiteLoader/third-party/include/openssl/modes.h index e190799..2559b17 100644 --- a/LiteLoader/Header/third-party/openssl/modes.h +++ b/LiteLoader/third-party/include/openssl/modes.h @@ -11,13 +11,13 @@ # define OPENSSL_MODES_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_MODES_H # endif # include -# include +# include "types.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/obj_mac.h b/LiteLoader/third-party/include/openssl/obj_mac.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/obj_mac.h rename to LiteLoader/third-party/include/openssl/obj_mac.h diff --git a/LiteLoader/Header/third-party/openssl/objects.h b/LiteLoader/third-party/include/openssl/objects.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/objects.h rename to LiteLoader/third-party/include/openssl/objects.h index 9ea91c2..76b51b6 100644 --- a/LiteLoader/Header/third-party/openssl/objects.h +++ b/LiteLoader/third-party/include/openssl/objects.h @@ -11,15 +11,15 @@ # define OPENSSL_OBJECTS_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OBJECTS_H # endif -# include -# include -# include -# include +# include "obj_mac.h" +# include "bio.h" +# include "asn1.h" +# include "objectserr.h" # define OBJ_NAME_TYPE_UNDEF 0x00 # define OBJ_NAME_TYPE_MD_METH 0x01 diff --git a/LiteLoader/Header/third-party/openssl/objectserr.h b/LiteLoader/third-party/include/openssl/objectserr.h similarity index 86% rename from LiteLoader/Header/third-party/openssl/objectserr.h rename to LiteLoader/third-party/include/openssl/objectserr.h index 585217f..3397706 100644 --- a/LiteLoader/Header/third-party/openssl/objectserr.h +++ b/LiteLoader/third-party/include/openssl/objectserr.h @@ -12,9 +12,9 @@ # define OPENSSL_OBJECTSERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/ocsp.h b/LiteLoader/third-party/include/openssl/ocsp.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/ocsp.h rename to LiteLoader/third-party/include/openssl/ocsp.h index 5688381..00c9af1 100644 --- a/LiteLoader/Header/third-party/openssl/ocsp.h +++ b/LiteLoader/third-party/include/openssl/ocsp.h @@ -16,14 +16,14 @@ # define OPENSSL_OCSP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OCSP_H # endif -# include -# include -# include +# include "opensslconf.h" +# include "http.h" +# include "asn1.h" /* * These definitions are outside the OPENSSL_NO_OCSP guard because although for @@ -59,10 +59,10 @@ # ifndef OPENSSL_NO_OCSP -# include -# include -# include -# include +# include "x509.h" +# include "x509v3.h" +# include "safestack.h" +# include "ocsperr.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ocsp.h.in b/LiteLoader/third-party/include/openssl/ocsp.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/ocsp.h.in rename to LiteLoader/third-party/include/openssl/ocsp.h.in index e2cc271..e7823ab 100644 --- a/LiteLoader/Header/third-party/openssl/ocsp.h.in +++ b/LiteLoader/third-party/include/openssl/ocsp.h.in @@ -17,14 +17,14 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_OCSP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OCSP_H # endif -# include -# include -# include +# include "opensslconf.h" +# include "http.h" +# include "asn1.h" /* * These definitions are outside the OPENSSL_NO_OCSP guard because although for @@ -60,10 +60,10 @@ use OpenSSL::stackhash qw(generate_stack_macros); # ifndef OPENSSL_NO_OCSP -# include -# include -# include -# include +# include "x509.h" +# include "x509v3.h" +# include "safestack.h" +# include "ocsperr.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ocsperr.h b/LiteLoader/third-party/include/openssl/ocsperr.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/ocsperr.h rename to LiteLoader/third-party/include/openssl/ocsperr.h index 46a0523..1cd3950 100644 --- a/LiteLoader/Header/third-party/openssl/ocsperr.h +++ b/LiteLoader/third-party/include/openssl/ocsperr.h @@ -12,9 +12,9 @@ # define OPENSSL_OCSPERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_OCSP diff --git a/LiteLoader/Header/third-party/openssl/opensslconf.h b/LiteLoader/third-party/include/openssl/opensslconf.h similarity index 87% rename from LiteLoader/Header/third-party/openssl/opensslconf.h rename to LiteLoader/third-party/include/openssl/opensslconf.h index 1e83371..b17c9b3 100644 --- a/LiteLoader/Header/third-party/openssl/opensslconf.h +++ b/LiteLoader/third-party/include/openssl/opensslconf.h @@ -11,7 +11,7 @@ # define OPENSSL_OPENSSLCONF_H # pragma once -# include -# include +# include "configuration.h" +# include "macros.h" #endif /* OPENSSL_OPENSSLCONF_H */ diff --git a/LiteLoader/Header/third-party/openssl/opensslv.h b/LiteLoader/third-party/include/openssl/opensslv.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/opensslv.h rename to LiteLoader/third-party/include/openssl/opensslv.h index 028ae24..27e9e34 100644 --- a/LiteLoader/Header/third-party/openssl/opensslv.h +++ b/LiteLoader/third-party/include/openssl/opensslv.h @@ -106,7 +106,7 @@ extern "C" { } # endif -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OPENSSLV_H # endif diff --git a/LiteLoader/Header/third-party/openssl/opensslv.h.in b/LiteLoader/third-party/include/openssl/opensslv.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/opensslv.h.in rename to LiteLoader/third-party/include/openssl/opensslv.h.in index 3f47a2a..72af878 100644 --- a/LiteLoader/Header/third-party/openssl/opensslv.h.in +++ b/LiteLoader/third-party/include/openssl/opensslv.h.in @@ -105,7 +105,7 @@ extern "C" { } # endif -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OPENSSLV_H # endif diff --git a/LiteLoader/Header/third-party/openssl/ossl_typ.h b/LiteLoader/third-party/include/openssl/ossl_typ.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/ossl_typ.h rename to LiteLoader/third-party/include/openssl/ossl_typ.h index 82a5898..301027a 100644 --- a/LiteLoader/Header/third-party/openssl/ossl_typ.h +++ b/LiteLoader/third-party/include/openssl/ossl_typ.h @@ -13,4 +13,4 @@ * This header file only exists for compatibility reasons with older * applications which #include . */ -# include +# include "types.h" diff --git a/LiteLoader/Header/third-party/openssl/param_build.h b/LiteLoader/third-party/include/openssl/param_build.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/param_build.h rename to LiteLoader/third-party/include/openssl/param_build.h index f29fdb2..977e8e2 100644 --- a/LiteLoader/Header/third-party/openssl/param_build.h +++ b/LiteLoader/third-party/include/openssl/param_build.h @@ -12,8 +12,8 @@ # define OPENSSL_PARAM_BUILD_H # pragma once -# include -# include +# include "params.h" +# include "types.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/params.h b/LiteLoader/third-party/include/openssl/params.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/params.h rename to LiteLoader/third-party/include/openssl/params.h index d75eab0..98a2686 100644 --- a/LiteLoader/Header/third-party/openssl/params.h +++ b/LiteLoader/third-party/include/openssl/params.h @@ -12,8 +12,8 @@ # define OPENSSL_PARAMS_H # pragma once -# include -# include +# include "core.h" +# include "bn.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/pem.h b/LiteLoader/third-party/include/openssl/pem.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/pem.h rename to LiteLoader/third-party/include/openssl/pem.h index 80940df..078d3b1 100644 --- a/LiteLoader/Header/third-party/openssl/pem.h +++ b/LiteLoader/third-party/include/openssl/pem.h @@ -11,17 +11,17 @@ # define OPENSSL_PEM_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PEM_H # endif -# include -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "bio.h" +# include "safestack.h" +# include "evp.h" +# include "x509.h" +# include "pemerr.h" #ifdef __cplusplus extern "C" { @@ -431,7 +431,7 @@ int PEM_def_callback(char *buf, int num, int rwflag, void *userdata); void PEM_proc_type(char *buf, int type); void PEM_dek_info(char *buf, const char *type, int len, const char *str); -# include +# include "symhacks.h" DECLARE_PEM_rw(X509, X509) DECLARE_PEM_rw(X509_AUX, X509) diff --git a/LiteLoader/Header/third-party/openssl/pem2.h b/LiteLoader/third-party/include/openssl/pem2.h similarity index 89% rename from LiteLoader/Header/third-party/openssl/pem2.h rename to LiteLoader/third-party/include/openssl/pem2.h index a8a5325..9167648 100644 --- a/LiteLoader/Header/third-party/openssl/pem2.h +++ b/LiteLoader/third-party/include/openssl/pem2.h @@ -11,9 +11,9 @@ # define OPENSSL_PEM2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PEM2_H # endif -# include +# include "pemerr.h" #endif diff --git a/LiteLoader/Header/third-party/openssl/pemerr.h b/LiteLoader/third-party/include/openssl/pemerr.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/pemerr.h rename to LiteLoader/third-party/include/openssl/pemerr.h index 18f6d9e..3be7d9b 100644 --- a/LiteLoader/Header/third-party/openssl/pemerr.h +++ b/LiteLoader/third-party/include/openssl/pemerr.h @@ -12,9 +12,9 @@ # define OPENSSL_PEMERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/pkcs12.h b/LiteLoader/third-party/include/openssl/pkcs12.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/pkcs12.h rename to LiteLoader/third-party/include/openssl/pkcs12.h index f0da086..b7e787d 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs12.h +++ b/LiteLoader/third-party/include/openssl/pkcs12.h @@ -16,15 +16,15 @@ # define OPENSSL_PKCS12_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PKCS12_H # endif -# include -# include -# include -# include +# include "bio.h" +# include "core.h" +# include "x509.h" +# include "pkcs12err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/pkcs12.h.in b/LiteLoader/third-party/include/openssl/pkcs12.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/pkcs12.h.in rename to LiteLoader/third-party/include/openssl/pkcs12.h.in index c98eebf..67bf243 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs12.h.in +++ b/LiteLoader/third-party/include/openssl/pkcs12.h.in @@ -17,15 +17,15 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_PKCS12_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PKCS12_H # endif -# include -# include -# include -# include +# include "bio.h" +# include "core.h" +# include "x509.h" +# include "pkcs12err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/pkcs12err.h b/LiteLoader/third-party/include/openssl/pkcs12err.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/pkcs12err.h rename to LiteLoader/third-party/include/openssl/pkcs12err.h index 933c832..82f18c3 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs12err.h +++ b/LiteLoader/third-party/include/openssl/pkcs12err.h @@ -12,9 +12,9 @@ # define OPENSSL_PKCS12ERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/pkcs7.h b/LiteLoader/third-party/include/openssl/pkcs7.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/pkcs7.h rename to LiteLoader/third-party/include/openssl/pkcs7.h index 097d2db..13c9ca5 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs7.h +++ b/LiteLoader/third-party/include/openssl/pkcs7.h @@ -16,18 +16,18 @@ # define OPENSSL_PKCS7_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PKCS7_H # endif -# include -# include -# include +# include "asn1.h" +# include "bio.h" +# include "e_os2.h" -# include -# include -# include +# include "symhacks.h" +# include "types.h" +# include "pkcs7err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/pkcs7.h.in b/LiteLoader/third-party/include/openssl/pkcs7.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/pkcs7.h.in rename to LiteLoader/third-party/include/openssl/pkcs7.h.in index f5c55a3..9435492 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs7.h.in +++ b/LiteLoader/third-party/include/openssl/pkcs7.h.in @@ -17,18 +17,18 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_PKCS7_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_PKCS7_H # endif -# include -# include -# include +# include "asn1.h" +# include "bio.h" +# include "e_os2.h" -# include -# include -# include +# include "symhacks.h" +# include "types.h" +# include "pkcs7err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/pkcs7err.h b/LiteLoader/third-party/include/openssl/pkcs7err.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/pkcs7err.h rename to LiteLoader/third-party/include/openssl/pkcs7err.h index ceb1a50..4e5425d 100644 --- a/LiteLoader/Header/third-party/openssl/pkcs7err.h +++ b/LiteLoader/third-party/include/openssl/pkcs7err.h @@ -12,9 +12,9 @@ # define OPENSSL_PKCS7ERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/prov_ssl.h b/LiteLoader/third-party/include/openssl/prov_ssl.h similarity index 100% rename from LiteLoader/Header/third-party/openssl/prov_ssl.h rename to LiteLoader/third-party/include/openssl/prov_ssl.h diff --git a/LiteLoader/Header/third-party/openssl/proverr.h b/LiteLoader/third-party/include/openssl/proverr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/proverr.h rename to LiteLoader/third-party/include/openssl/proverr.h index ad67a8f..9b04d3b 100644 --- a/LiteLoader/Header/third-party/openssl/proverr.h +++ b/LiteLoader/third-party/include/openssl/proverr.h @@ -12,9 +12,9 @@ # define OPENSSL_PROVERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/provider.h b/LiteLoader/third-party/include/openssl/provider.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/provider.h rename to LiteLoader/third-party/include/openssl/provider.h index dc86ff5..f9f5d7f 100644 --- a/LiteLoader/Header/third-party/openssl/provider.h +++ b/LiteLoader/third-party/include/openssl/provider.h @@ -11,7 +11,7 @@ # define OPENSSL_PROVIDER_H # pragma once -# include +# include "core.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/rand.h b/LiteLoader/third-party/include/openssl/rand.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/rand.h rename to LiteLoader/third-party/include/openssl/rand.h index ad3054f..9b466cc 100644 --- a/LiteLoader/Header/third-party/openssl/rand.h +++ b/LiteLoader/third-party/include/openssl/rand.h @@ -11,16 +11,16 @@ # define OPENSSL_RAND_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RAND_H # endif # include -# include -# include -# include -# include +# include "types.h" +# include "e_os2.h" +# include "randerr.h" +# include "evp.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/randerr.h b/LiteLoader/third-party/include/openssl/randerr.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/randerr.h rename to LiteLoader/third-party/include/openssl/randerr.h index b5e08e4..c5eb789 100644 --- a/LiteLoader/Header/third-party/openssl/randerr.h +++ b/LiteLoader/third-party/include/openssl/randerr.h @@ -12,9 +12,9 @@ # define OPENSSL_RANDERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/rc2.h b/LiteLoader/third-party/include/openssl/rc2.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/rc2.h rename to LiteLoader/third-party/include/openssl/rc2.h index ff633fd..7c4d68d 100644 --- a/LiteLoader/Header/third-party/openssl/rc2.h +++ b/LiteLoader/third-party/include/openssl/rc2.h @@ -11,12 +11,12 @@ # define OPENSSL_RC2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RC2_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_RC2 # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/rc4.h b/LiteLoader/third-party/include/openssl/rc4.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/rc4.h rename to LiteLoader/third-party/include/openssl/rc4.h index 600b288..f3f3188 100644 --- a/LiteLoader/Header/third-party/openssl/rc4.h +++ b/LiteLoader/third-party/include/openssl/rc4.h @@ -11,12 +11,12 @@ # define OPENSSL_RC4_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RC4_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_RC4 # include diff --git a/LiteLoader/Header/third-party/openssl/rc5.h b/LiteLoader/third-party/include/openssl/rc5.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/rc5.h rename to LiteLoader/third-party/include/openssl/rc5.h index de83352..c73507d 100644 --- a/LiteLoader/Header/third-party/openssl/rc5.h +++ b/LiteLoader/third-party/include/openssl/rc5.h @@ -11,12 +11,12 @@ # define OPENSSL_RC5_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RC5_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_RC5 # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/ripemd.h b/LiteLoader/third-party/include/openssl/ripemd.h similarity index 94% rename from LiteLoader/Header/third-party/openssl/ripemd.h rename to LiteLoader/third-party/include/openssl/ripemd.h index 900ee31..e4386a0 100644 --- a/LiteLoader/Header/third-party/openssl/ripemd.h +++ b/LiteLoader/third-party/include/openssl/ripemd.h @@ -11,15 +11,15 @@ # define OPENSSL_RIPEMD_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RIPEMD_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_RMD160 -# include +# include "e_os2.h" # include # define RIPEMD160_DIGEST_LENGTH 20 diff --git a/LiteLoader/Header/third-party/openssl/rsa.h b/LiteLoader/third-party/include/openssl/rsa.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/rsa.h rename to LiteLoader/third-party/include/openssl/rsa.h index a55c972..36afa5a 100644 --- a/LiteLoader/Header/third-party/openssl/rsa.h +++ b/LiteLoader/third-party/include/openssl/rsa.h @@ -11,22 +11,22 @@ # define OPENSSL_RSA_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_RSA_H # endif -# include +# include "opensslconf.h" -# include -# include -# include -# include +# include "asn1.h" +# include "bio.h" +# include "crypto.h" +# include "types.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "bn.h" # endif -# include -# include +# include "rsaerr.h" +# include "safestack.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/rsaerr.h b/LiteLoader/third-party/include/openssl/rsaerr.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/rsaerr.h rename to LiteLoader/third-party/include/openssl/rsaerr.h index c58463c..a02094b 100644 --- a/LiteLoader/Header/third-party/openssl/rsaerr.h +++ b/LiteLoader/third-party/include/openssl/rsaerr.h @@ -12,9 +12,9 @@ # define OPENSSL_RSAERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/safestack.h b/LiteLoader/third-party/include/openssl/safestack.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/safestack.h rename to LiteLoader/third-party/include/openssl/safestack.h index 159ccf2..adbf8cc 100644 --- a/LiteLoader/Header/third-party/openssl/safestack.h +++ b/LiteLoader/third-party/include/openssl/safestack.h @@ -16,13 +16,13 @@ # define OPENSSL_SAFESTACK_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SAFESTACK_H # endif -# include -# include +# include "stack.h" +# include "e_os2.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/safestack.h.in b/LiteLoader/third-party/include/openssl/safestack.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/safestack.h.in rename to LiteLoader/third-party/include/openssl/safestack.h.in index 6b36607..2836d48 100644 --- a/LiteLoader/Header/third-party/openssl/safestack.h.in +++ b/LiteLoader/third-party/include/openssl/safestack.h.in @@ -19,13 +19,13 @@ use OpenSSL::stackhash qw(generate_stack_string_macros # define OPENSSL_SAFESTACK_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SAFESTACK_H # endif -# include -# include +# include "stack.h" +# include "e_os2.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/seed.h b/LiteLoader/third-party/include/openssl/seed.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/seed.h rename to LiteLoader/third-party/include/openssl/seed.h index edb218a..1934b91 100644 --- a/LiteLoader/Header/third-party/openssl/seed.h +++ b/LiteLoader/third-party/include/openssl/seed.h @@ -36,16 +36,16 @@ # define OPENSSL_SEED_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SEED_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_SEED -# include -# include +# include "e_os2.h" +# include "crypto.h" # include # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/self_test.h b/LiteLoader/third-party/include/openssl/self_test.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/self_test.h rename to LiteLoader/third-party/include/openssl/self_test.h index ee4949e..9542e75 100644 --- a/LiteLoader/Header/third-party/openssl/self_test.h +++ b/LiteLoader/third-party/include/openssl/self_test.h @@ -11,7 +11,7 @@ # define OPENSSL_SELF_TEST_H # pragma once -# include /* OSSL_CALLBACK */ +# include "core.h" /* OSSL_CALLBACK */ # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/sha.h b/LiteLoader/third-party/include/openssl/sha.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/sha.h rename to LiteLoader/third-party/include/openssl/sha.h index 6e65a04..167189e 100644 --- a/LiteLoader/Header/third-party/openssl/sha.h +++ b/LiteLoader/third-party/include/openssl/sha.h @@ -11,12 +11,12 @@ # define OPENSSL_SHA_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SHA_H # endif -# include +# include "e_os2.h" # include # ifdef __cplusplus diff --git a/LiteLoader/Header/third-party/openssl/srp.h b/LiteLoader/third-party/include/openssl/srp.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/srp.h rename to LiteLoader/third-party/include/openssl/srp.h index a86fa5d..f595c03 100644 --- a/LiteLoader/Header/third-party/openssl/srp.h +++ b/LiteLoader/third-party/include/openssl/srp.h @@ -20,19 +20,19 @@ # define OPENSSL_SRP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SRP_H # endif -#include +#include "opensslconf.h" #ifndef OPENSSL_NO_SRP # include # include -# include -# include -# include +# include "safestack.h" +# include "bn.h" +# include "crypto.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/srp.h.in b/LiteLoader/third-party/include/openssl/srp.h.in similarity index 97% rename from LiteLoader/Header/third-party/openssl/srp.h.in rename to LiteLoader/third-party/include/openssl/srp.h.in index dfbe845..815fe94 100644 --- a/LiteLoader/Header/third-party/openssl/srp.h.in +++ b/LiteLoader/third-party/include/openssl/srp.h.in @@ -21,19 +21,19 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_SRP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SRP_H # endif -#include +#include "opensslconf.h" #ifndef OPENSSL_NO_SRP # include # include -# include -# include -# include +# include "safestack.h" +# include "bn.h" +# include "crypto.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/srtp.h b/LiteLoader/third-party/include/openssl/srtp.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/srtp.h rename to LiteLoader/third-party/include/openssl/srtp.h index d64606e..a91171b 100644 --- a/LiteLoader/Header/third-party/openssl/srtp.h +++ b/LiteLoader/third-party/include/openssl/srtp.h @@ -17,12 +17,12 @@ # define OPENSSL_SRTP_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_D1_SRTP_H # endif -# include +# include "ssl.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ssl.h b/LiteLoader/third-party/include/openssl/ssl.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/ssl.h rename to LiteLoader/third-party/include/openssl/ssl.h index 441b818..cfa7a02 100644 --- a/LiteLoader/Header/third-party/openssl/ssl.h +++ b/LiteLoader/third-party/include/openssl/ssl.h @@ -18,30 +18,30 @@ # define OPENSSL_SSL_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SSL_H # endif -# include -# include -# include -# include +# include "e_os2.h" +# include "opensslconf.h" +# include "comp.h" +# include "bio.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include -# include -# include +# include "x509.h" +# include "crypto.h" +# include "buffer.h" # endif -# include -# include -# include -# include +# include "lhash.h" +# include "pem.h" +# include "hmac.h" +# include "async.h" -# include -# include -# include -# include -# include +# include "safestack.h" +# include "symhacks.h" +# include "ct.h" +# include "sslerr.h" +# include "prov_ssl.h" #ifdef __cplusplus extern "C" { @@ -960,11 +960,11 @@ uint32_t SSL_get_recv_max_early_data(const SSL *s); } #endif -# include -# include -# include /* This is mostly sslv3 with a few tweaks */ -# include /* Datagram TLS */ -# include /* Support for the use_srtp extension */ +# include "ssl2.h" +# include "ssl3.h" +# include "tls1.h" /* This is mostly sslv3 with a few tweaks */ +# include "dtls1.h" /* Datagram TLS */ +# include "srtp.h" /* Support for the use_srtp extension */ #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ssl.h.in b/LiteLoader/third-party/include/openssl/ssl.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/ssl.h.in rename to LiteLoader/third-party/include/openssl/ssl.h.in index 105b4a4..4c5f201 100644 --- a/LiteLoader/Header/third-party/openssl/ssl.h.in +++ b/LiteLoader/third-party/include/openssl/ssl.h.in @@ -19,30 +19,30 @@ use OpenSSL::stackhash qw(generate_stack_macros generate_const_stack_macros); # define OPENSSL_SSL_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SSL_H # endif -# include -# include -# include -# include +# include "e_os2.h" +# include "opensslconf.h" +# include "comp.h" +# include "bio.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include -# include -# include +# include "x509.h" +# include "crypto.h" +# include "buffer.h" # endif -# include -# include -# include -# include +# include "lhash.h" +# include "pem.h" +# include "hmac.h" +# include "async.h" -# include -# include -# include -# include -# include +# include "safestack.h" +# include "symhacks.h" +# include "ct.h" +# include "sslerr.h" +# include "prov_ssl.h" #ifdef __cplusplus extern "C" { @@ -937,11 +937,11 @@ uint32_t SSL_get_recv_max_early_data(const SSL *s); } #endif -# include -# include -# include /* This is mostly sslv3 with a few tweaks */ -# include /* Datagram TLS */ -# include /* Support for the use_srtp extension */ +# include "ssl2.h" +# include "ssl3.h" +# include "tls1.h" /* This is mostly sslv3 with a few tweaks */ +# include "dtls1.h" /* Datagram TLS */ +# include "srtp.h" /* Support for the use_srtp extension */ #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ssl2.h b/LiteLoader/third-party/include/openssl/ssl2.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/ssl2.h rename to LiteLoader/third-party/include/openssl/ssl2.h index 428ead0..40f95af 100644 --- a/LiteLoader/Header/third-party/openssl/ssl2.h +++ b/LiteLoader/third-party/include/openssl/ssl2.h @@ -11,7 +11,7 @@ # define OPENSSL_SSL2_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SSL2_H # endif diff --git a/LiteLoader/Header/third-party/openssl/ssl3.h b/LiteLoader/third-party/include/openssl/ssl3.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/ssl3.h rename to LiteLoader/third-party/include/openssl/ssl3.h index 49bd51f..2b8cc01 100644 --- a/LiteLoader/Header/third-party/openssl/ssl3.h +++ b/LiteLoader/third-party/include/openssl/ssl3.h @@ -12,15 +12,15 @@ # define OPENSSL_SSL3_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SSL3_H # endif -# include -# include -# include -# include +# include "comp.h" +# include "buffer.h" +# include "evp.h" +# include "ssl.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/sslerr.h b/LiteLoader/third-party/include/openssl/sslerr.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/sslerr.h rename to LiteLoader/third-party/include/openssl/sslerr.h index a4746d7..3ac4478 100644 --- a/LiteLoader/Header/third-party/openssl/sslerr.h +++ b/LiteLoader/third-party/include/openssl/sslerr.h @@ -12,9 +12,9 @@ # define OPENSSL_SSLERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "sslerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/sslerr_legacy.h b/LiteLoader/third-party/include/openssl/sslerr_legacy.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/sslerr_legacy.h rename to LiteLoader/third-party/include/openssl/sslerr_legacy.h index ccf6d3b..f79b1fd 100644 --- a/LiteLoader/Header/third-party/openssl/sslerr_legacy.h +++ b/LiteLoader/third-party/include/openssl/sslerr_legacy.h @@ -18,8 +18,8 @@ # define OPENSSL_SSLERR_LEGACY_H # pragma once -# include -# include +# include "macros.h" +# include "symhacks.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/stack.h b/LiteLoader/third-party/include/openssl/stack.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/stack.h rename to LiteLoader/third-party/include/openssl/stack.h index f0c5c54..9a4ab85 100644 --- a/LiteLoader/Header/third-party/openssl/stack.h +++ b/LiteLoader/third-party/include/openssl/stack.h @@ -11,7 +11,7 @@ # define OPENSSL_STACK_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_STACK_H # endif diff --git a/LiteLoader/Header/third-party/openssl/store.h b/LiteLoader/third-party/include/openssl/store.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/store.h rename to LiteLoader/third-party/include/openssl/store.h index 3c1445e..22f9ff3 100644 --- a/LiteLoader/Header/third-party/openssl/store.h +++ b/LiteLoader/third-party/include/openssl/store.h @@ -11,15 +11,15 @@ # define OPENSSL_STORE_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_OSSL_STORE_H # endif # include -# include -# include -# include +# include "types.h" +# include "pem.h" +# include "storeerr.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/storeerr.h b/LiteLoader/third-party/include/openssl/storeerr.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/storeerr.h rename to LiteLoader/third-party/include/openssl/storeerr.h index 00529c8..ddcdee0 100644 --- a/LiteLoader/Header/third-party/openssl/storeerr.h +++ b/LiteLoader/third-party/include/openssl/storeerr.h @@ -12,9 +12,9 @@ # define OPENSSL_STOREERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/symhacks.h b/LiteLoader/third-party/include/openssl/symhacks.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/symhacks.h rename to LiteLoader/third-party/include/openssl/symhacks.h index 816f8f9..d3ef404 100644 --- a/LiteLoader/Header/third-party/openssl/symhacks.h +++ b/LiteLoader/third-party/include/openssl/symhacks.h @@ -11,12 +11,12 @@ # define OPENSSL_SYMHACKS_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_SYMHACKS_H # endif -# include +# include "e_os2.h" /* Case insensitive linking causes problems.... */ # if defined(OPENSSL_SYS_VMS) diff --git a/LiteLoader/Header/third-party/openssl/tls1.h b/LiteLoader/third-party/include/openssl/tls1.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/tls1.h rename to LiteLoader/third-party/include/openssl/tls1.h index d6e9331..131a30b 100644 --- a/LiteLoader/Header/third-party/openssl/tls1.h +++ b/LiteLoader/third-party/include/openssl/tls1.h @@ -13,14 +13,14 @@ # define OPENSSL_TLS1_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_TLS1_H # endif -# include -# include -# include +# include "buffer.h" +# include "x509.h" +# include "prov_ssl.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/trace.h b/LiteLoader/third-party/include/openssl/trace.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/trace.h rename to LiteLoader/third-party/include/openssl/trace.h index 2820013..720707b 100644 --- a/LiteLoader/Header/third-party/openssl/trace.h +++ b/LiteLoader/third-party/include/openssl/trace.h @@ -13,7 +13,7 @@ # include -# include +# include "bio.h" # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/ts.h b/LiteLoader/third-party/include/openssl/ts.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/ts.h rename to LiteLoader/third-party/include/openssl/ts.h index 5136e4e..a865462 100644 --- a/LiteLoader/Header/third-party/openssl/ts.h +++ b/LiteLoader/third-party/include/openssl/ts.h @@ -11,31 +11,31 @@ # define OPENSSL_TS_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_TS_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_TS -# include -# include -# include -# include -# include -# include -# include -# include -# include -# include -# include +# include "symhacks.h" +# include "buffer.h" +# include "evp.h" +# include "bio.h" +# include "asn1.h" +# include "safestack.h" +# include "rsa.h" +# include "dsa.h" +# include "dh.h" +# include "tserr.h" +# include "ess.h" # ifdef __cplusplus extern "C" { # endif -# include -# include +# include "x509.h" +# include "x509v3.h" typedef struct TS_msg_imprint_st TS_MSG_IMPRINT; typedef struct TS_req_st TS_REQ; diff --git a/LiteLoader/Header/third-party/openssl/tserr.h b/LiteLoader/third-party/include/openssl/tserr.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/tserr.h rename to LiteLoader/third-party/include/openssl/tserr.h index e1b943e..042fe1f 100644 --- a/LiteLoader/Header/third-party/openssl/tserr.h +++ b/LiteLoader/third-party/include/openssl/tserr.h @@ -12,9 +12,9 @@ # define OPENSSL_TSERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" # ifndef OPENSSL_NO_TS diff --git a/LiteLoader/Header/third-party/openssl/txt_db.h b/LiteLoader/third-party/include/openssl/txt_db.h similarity index 91% rename from LiteLoader/Header/third-party/openssl/txt_db.h rename to LiteLoader/third-party/include/openssl/txt_db.h index af169a3..4450204 100644 --- a/LiteLoader/Header/third-party/openssl/txt_db.h +++ b/LiteLoader/third-party/include/openssl/txt_db.h @@ -11,15 +11,15 @@ # define OPENSSL_TXT_DB_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_TXT_DB_H # endif -# include -# include -# include -# include +# include "opensslconf.h" +# include "bio.h" +# include "safestack.h" +# include "lhash.h" # define DB_ERROR_OK 0 # define DB_ERROR_MALLOC 1 diff --git a/LiteLoader/Header/third-party/openssl/types.h b/LiteLoader/third-party/include/openssl/types.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/types.h rename to LiteLoader/third-party/include/openssl/types.h index de9f166..3cd9838 100644 --- a/LiteLoader/Header/third-party/openssl/types.h +++ b/LiteLoader/third-party/include/openssl/types.h @@ -17,9 +17,9 @@ extern "C" { # endif -# include -# include -# include +# include "e_os2.h" +# include "safestack.h" +# include "macros.h" typedef struct ossl_provider_st OSSL_PROVIDER; /* Provider Object */ diff --git a/LiteLoader/Header/third-party/openssl/ui.h b/LiteLoader/third-party/include/openssl/ui.h similarity index 98% rename from LiteLoader/Header/third-party/openssl/ui.h rename to LiteLoader/third-party/include/openssl/ui.h index 835b0eb..c8caaaf 100644 --- a/LiteLoader/Header/third-party/openssl/ui.h +++ b/LiteLoader/third-party/include/openssl/ui.h @@ -16,20 +16,20 @@ # define OPENSSL_UI_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_UI_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "crypto.h" # endif -# include -# include -# include -# include +# include "safestack.h" +# include "pem.h" +# include "types.h" +# include "uierr.h" /* For compatibility reasons, the macro OPENSSL_NO_UI is currently retained */ # ifndef OPENSSL_NO_DEPRECATED_3_0 diff --git a/LiteLoader/Header/third-party/openssl/ui.h.in b/LiteLoader/third-party/include/openssl/ui.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/ui.h.in rename to LiteLoader/third-party/include/openssl/ui.h.in index eb9a580..37ca806 100644 --- a/LiteLoader/Header/third-party/openssl/ui.h.in +++ b/LiteLoader/third-party/include/openssl/ui.h.in @@ -17,20 +17,20 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_UI_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_UI_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include +# include "crypto.h" # endif -# include -# include -# include -# include +# include "safestack.h" +# include "pem.h" +# include "types.h" +# include "uierr.h" /* For compatibility reasons, the macro OPENSSL_NO_UI is currently retained */ # ifndef OPENSSL_NO_DEPRECATED_3_0 diff --git a/LiteLoader/Header/third-party/openssl/uierr.h b/LiteLoader/third-party/include/openssl/uierr.h similarity index 92% rename from LiteLoader/Header/third-party/openssl/uierr.h rename to LiteLoader/third-party/include/openssl/uierr.h index 473b04e..b092a82 100644 --- a/LiteLoader/Header/third-party/openssl/uierr.h +++ b/LiteLoader/third-party/include/openssl/uierr.h @@ -12,9 +12,9 @@ # define OPENSSL_UIERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/whrlpool.h b/LiteLoader/third-party/include/openssl/whrlpool.h similarity index 95% rename from LiteLoader/Header/third-party/openssl/whrlpool.h rename to LiteLoader/third-party/include/openssl/whrlpool.h index 05ba463..741d7a3 100644 --- a/LiteLoader/Header/third-party/openssl/whrlpool.h +++ b/LiteLoader/third-party/include/openssl/whrlpool.h @@ -11,15 +11,15 @@ # define OPENSSL_WHRLPOOL_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_WHRLPOOL_H # endif -# include +# include "opensslconf.h" # ifndef OPENSSL_NO_WHIRLPOOL -# include +# include "e_os2.h" # include # ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/x509.h b/LiteLoader/third-party/include/openssl/x509.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/x509.h rename to LiteLoader/third-party/include/openssl/x509.h index eda5d70..63f5ccd 100644 --- a/LiteLoader/Header/third-party/openssl/x509.h +++ b/LiteLoader/third-party/include/openssl/x509.h @@ -17,29 +17,29 @@ # define OPENSSL_X509_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509_H # endif -# include -# include -# include -# include -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "types.h" +# include "symhacks.h" +# include "buffer.h" +# include "evp.h" +# include "bio.h" +# include "asn1.h" +# include "safestack.h" +# include "ec.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include -# include -# include +# include "rsa.h" +# include "dsa.h" +# include "dh.h" # endif -# include -# include +# include "sha.h" +# include "x509err.h" #ifdef __cplusplus extern "C" { @@ -476,8 +476,8 @@ typedef struct SCRYPT_PARAMS_st { } #endif -# include -# include +# include "x509_vfy.h" +# include "pkcs7.h" #ifdef __cplusplus extern "C" { @@ -552,7 +552,7 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); # ifndef OPENSSL_NO_DEPRECATED_3_0 -# include /* OSSL_HTTP_REQ_CTX_nbio_d2i */ +# include "http.h" /* OSSL_HTTP_REQ_CTX_nbio_d2i */ # define X509_http_nbio(rctx, pcert) \ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509)) # define X509_CRL_http_nbio(rctx, pcrl) \ diff --git a/LiteLoader/Header/third-party/openssl/x509.h.in b/LiteLoader/third-party/include/openssl/x509.h.in similarity index 98% rename from LiteLoader/Header/third-party/openssl/x509.h.in rename to LiteLoader/third-party/include/openssl/x509.h.in index 3ef741f..d90d422 100644 --- a/LiteLoader/Header/third-party/openssl/x509.h.in +++ b/LiteLoader/third-party/include/openssl/x509.h.in @@ -18,29 +18,29 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_X509_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509_H # endif -# include -# include -# include -# include -# include -# include -# include -# include -# include +# include "e_os2.h" +# include "types.h" +# include "symhacks.h" +# include "buffer.h" +# include "evp.h" +# include "bio.h" +# include "asn1.h" +# include "safestack.h" +# include "ec.h" # ifndef OPENSSL_NO_DEPRECATED_1_1_0 -# include -# include -# include +# include "rsa.h" +# include "dsa.h" +# include "dh.h" # endif -# include -# include +# include "sha.h" +# include "x509err.h" #ifdef __cplusplus extern "C" { @@ -282,8 +282,8 @@ typedef struct SCRYPT_PARAMS_st { } #endif -# include -# include +# include "x509_vfy.h" +# include "pkcs7.h" #ifdef __cplusplus extern "C" { @@ -358,7 +358,7 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout); # ifndef OPENSSL_NO_DEPRECATED_3_0 -# include /* OSSL_HTTP_REQ_CTX_nbio_d2i */ +# include "http.h" /* OSSL_HTTP_REQ_CTX_nbio_d2i */ # define X509_http_nbio(rctx, pcert) \ OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509)) # define X509_CRL_http_nbio(rctx, pcrl) \ diff --git a/LiteLoader/Header/third-party/openssl/x509_vfy.h b/LiteLoader/third-party/include/openssl/x509_vfy.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/x509_vfy.h rename to LiteLoader/third-party/include/openssl/x509_vfy.h index e04df0d..72a2ab1 100644 --- a/LiteLoader/Header/third-party/openssl/x509_vfy.h +++ b/LiteLoader/third-party/include/openssl/x509_vfy.h @@ -16,7 +16,7 @@ # define OPENSSL_X509_VFY_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509_VFY_H # endif @@ -28,11 +28,11 @@ # include # endif -# include -# include -# include -# include -# include +# include "opensslconf.h" +# include "lhash.h" +# include "bio.h" +# include "crypto.h" +# include "symhacks.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/x509_vfy.h.in b/LiteLoader/third-party/include/openssl/x509_vfy.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/x509_vfy.h.in rename to LiteLoader/third-party/include/openssl/x509_vfy.h.in index 80f18bd..cd99884 100644 --- a/LiteLoader/Header/third-party/openssl/x509_vfy.h.in +++ b/LiteLoader/third-party/include/openssl/x509_vfy.h.in @@ -17,7 +17,7 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_X509_VFY_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509_VFY_H # endif @@ -26,14 +26,14 @@ use OpenSSL::stackhash qw(generate_stack_macros); * Protect against recursion, x509.h and x509_vfy.h each include the other. */ # ifndef OPENSSL_X509_H -# include +# include "x509.h" # endif -# include -# include -# include -# include -# include +# include "opensslconf.h" +# include "lhash.h" +# include "bio.h" +# include "crypto.h" +# include "symhacks.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/x509err.h b/LiteLoader/third-party/include/openssl/x509err.h similarity index 96% rename from LiteLoader/Header/third-party/openssl/x509err.h rename to LiteLoader/third-party/include/openssl/x509err.h index a56facd..5e776bc 100644 --- a/LiteLoader/Header/third-party/openssl/x509err.h +++ b/LiteLoader/third-party/include/openssl/x509err.h @@ -12,9 +12,9 @@ # define OPENSSL_X509ERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/openssl/x509v3.h b/LiteLoader/third-party/include/openssl/x509v3.h similarity index 99% rename from LiteLoader/Header/third-party/openssl/x509v3.h rename to LiteLoader/third-party/include/openssl/x509v3.h index 78c390b..25866cf 100644 --- a/LiteLoader/Header/third-party/openssl/x509v3.h +++ b/LiteLoader/third-party/include/openssl/x509v3.h @@ -16,15 +16,15 @@ # define OPENSSL_X509V3_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509V3_H # endif -# include -# include -# include -# include +# include "bio.h" +# include "x509.h" +# include "conf.h" +# include "x509v3err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/x509v3.h.in b/LiteLoader/third-party/include/openssl/x509v3.h.in similarity index 99% rename from LiteLoader/Header/third-party/openssl/x509v3.h.in rename to LiteLoader/third-party/include/openssl/x509v3.h.in index d00a66a..77f6c05 100644 --- a/LiteLoader/Header/third-party/openssl/x509v3.h.in +++ b/LiteLoader/third-party/include/openssl/x509v3.h.in @@ -17,15 +17,15 @@ use OpenSSL::stackhash qw(generate_stack_macros); # define OPENSSL_X509V3_H # pragma once -# include +# include "macros.h" # ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_X509V3_H # endif -# include -# include -# include -# include +# include "bio.h" +# include "x509.h" +# include "conf.h" +# include "x509v3err.h" #ifdef __cplusplus extern "C" { diff --git a/LiteLoader/Header/third-party/openssl/x509v3err.h b/LiteLoader/third-party/include/openssl/x509v3err.h similarity index 97% rename from LiteLoader/Header/third-party/openssl/x509v3err.h rename to LiteLoader/third-party/include/openssl/x509v3err.h index 1ae3a56..05701a6 100644 --- a/LiteLoader/Header/third-party/openssl/x509v3err.h +++ b/LiteLoader/third-party/include/openssl/x509v3err.h @@ -12,9 +12,9 @@ # define OPENSSL_X509V3ERR_H # pragma once -# include -# include -# include +# include "opensslconf.h" +# include "symhacks.h" +# include "cryptoerr_legacy.h" diff --git a/LiteLoader/Header/third-party/parallel_hashmap/btree.h b/LiteLoader/third-party/include/parallel_hashmap/btree.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/btree.h rename to LiteLoader/third-party/include/parallel_hashmap/btree.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/meminfo.h b/LiteLoader/third-party/include/parallel_hashmap/meminfo.h similarity index 99% rename from LiteLoader/Header/third-party/parallel_hashmap/meminfo.h rename to LiteLoader/third-party/include/parallel_hashmap/meminfo.h index 872f3c6..877ced8 100644 --- a/LiteLoader/Header/third-party/parallel_hashmap/meminfo.h +++ b/LiteLoader/third-party/include/parallel_hashmap/meminfo.h @@ -10,7 +10,7 @@ #endif #ifdef SPP_WIN - #include + #include #include #undef min #undef max diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap.h b/LiteLoader/third-party/include/parallel_hashmap/phmap.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_base.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_base.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_base.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_base.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_bits.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_bits.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_bits.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_bits.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_config.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_config.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_config.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_config.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_dump.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_dump.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_dump.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_dump.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_fwd_decl.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_fwd_decl.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_fwd_decl.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_fwd_decl.h diff --git a/LiteLoader/Header/third-party/parallel_hashmap/phmap_utils.h b/LiteLoader/third-party/include/parallel_hashmap/phmap_utils.h similarity index 100% rename from LiteLoader/Header/third-party/parallel_hashmap/phmap_utils.h rename to LiteLoader/third-party/include/parallel_hashmap/phmap_utils.h diff --git a/LiteLoader/Header/third-party/pcg/pcg_extras.hpp b/LiteLoader/third-party/include/pcg/pcg_extras.hpp similarity index 100% rename from LiteLoader/Header/third-party/pcg/pcg_extras.hpp rename to LiteLoader/third-party/include/pcg/pcg_extras.hpp diff --git a/LiteLoader/Header/third-party/pcg/pcg_random.hpp b/LiteLoader/third-party/include/pcg/pcg_random.hpp similarity index 100% rename from LiteLoader/Header/third-party/pcg/pcg_random.hpp rename to LiteLoader/third-party/include/pcg/pcg_random.hpp diff --git a/LiteLoader/Header/third-party/pcg/pcg_uint128.hpp b/LiteLoader/third-party/include/pcg/pcg_uint128.hpp similarity index 100% rename from LiteLoader/Header/third-party/pcg/pcg_uint128.hpp rename to LiteLoader/third-party/include/pcg/pcg_uint128.hpp diff --git a/LiteLoader/Header/third-party/seh_exception/seh_exception.hpp b/LiteLoader/third-party/include/seh_exception/seh_exception.hpp similarity index 100% rename from LiteLoader/Header/third-party/seh_exception/seh_exception.hpp rename to LiteLoader/third-party/include/seh_exception/seh_exception.hpp diff --git a/LiteLoader/Header/third-party/sqlite3/sqlite3.h b/LiteLoader/third-party/include/sqlite3/sqlite3.h similarity index 100% rename from LiteLoader/Header/third-party/sqlite3/sqlite3.h rename to LiteLoader/third-party/include/sqlite3/sqlite3.h diff --git a/LiteLoader/Lib/third-party/SQLiteCpp/SQLiteCpp.lib b/LiteLoader/third-party/lib/SQLiteCpp/SQLiteCpp.lib similarity index 100% rename from LiteLoader/Lib/third-party/SQLiteCpp/SQLiteCpp.lib rename to LiteLoader/third-party/lib/SQLiteCpp/SQLiteCpp.lib diff --git a/LiteLoader/Lib/third-party/SQLiteCpp/sqlite3.lib b/LiteLoader/third-party/lib/SQLiteCpp/sqlite3.lib similarity index 100% rename from LiteLoader/Lib/third-party/SQLiteCpp/sqlite3.lib rename to LiteLoader/third-party/lib/SQLiteCpp/sqlite3.lib diff --git a/LiteLoader/Lib/third-party/compact_enc_det/ced.lib b/LiteLoader/third-party/lib/compact_enc_det/ced.lib similarity index 100% rename from LiteLoader/Lib/third-party/compact_enc_det/ced.lib rename to LiteLoader/third-party/lib/compact_enc_det/ced.lib diff --git a/LiteLoader/Lib/third-party/dbghelp/dbghelp.lib b/LiteLoader/third-party/lib/dbghelp/dbghelp.lib similarity index 100% rename from LiteLoader/Lib/third-party/dbghelp/dbghelp.lib rename to LiteLoader/third-party/lib/dbghelp/dbghelp.lib diff --git a/LiteLoader/Lib/third-party/detours/detours.lib b/LiteLoader/third-party/lib/detours/detours.lib similarity index 100% rename from LiteLoader/Lib/third-party/detours/detours.lib rename to LiteLoader/third-party/lib/detours/detours.lib diff --git a/LiteLoader/Lib/third-party/detours/detours.pdb b/LiteLoader/third-party/lib/detours/detours.pdb similarity index 100% rename from LiteLoader/Lib/third-party/detours/detours.pdb rename to LiteLoader/third-party/lib/detours/detours.pdb diff --git a/LiteLoader/Lib/third-party/dyncall/dyncall_s.lib b/LiteLoader/third-party/lib/dyncall/dyncall_s.lib similarity index 100% rename from LiteLoader/Lib/third-party/dyncall/dyncall_s.lib rename to LiteLoader/third-party/lib/dyncall/dyncall_s.lib diff --git a/LiteLoader/Lib/third-party/dyncall/dyncallback_s.lib b/LiteLoader/third-party/lib/dyncall/dyncallback_s.lib similarity index 100% rename from LiteLoader/Lib/third-party/dyncall/dyncallback_s.lib rename to LiteLoader/third-party/lib/dyncall/dyncallback_s.lib diff --git a/LiteLoader/Lib/third-party/dyncall/dynload_s.lib b/LiteLoader/third-party/lib/dyncall/dynload_s.lib similarity index 100% rename from LiteLoader/Lib/third-party/dyncall/dynload_s.lib rename to LiteLoader/third-party/lib/dyncall/dynload_s.lib diff --git a/LiteLoader/Lib/third-party/leveldb/leveldb.lib b/LiteLoader/third-party/lib/leveldb/leveldb.lib similarity index 100% rename from LiteLoader/Lib/third-party/leveldb/leveldb.lib rename to LiteLoader/third-party/lib/leveldb/leveldb.lib diff --git a/LiteLoader/Lib/third-party/mysql/libmysql.pdb b/LiteLoader/third-party/lib/mysql/libmysql.pdb similarity index 100% rename from LiteLoader/Lib/third-party/mysql/libmysql.pdb rename to LiteLoader/third-party/lib/mysql/libmysql.pdb diff --git a/LiteLoader/Lib/third-party/mysql/mysqlclient.lib b/LiteLoader/third-party/lib/mysql/mysqlclient.lib similarity index 100% rename from LiteLoader/Lib/third-party/mysql/mysqlclient.lib rename to LiteLoader/third-party/lib/mysql/mysqlclient.lib diff --git a/LiteLoader/Lib/third-party/openssl/libcrypto.lib b/LiteLoader/third-party/lib/openssl/libcrypto.lib similarity index 100% rename from LiteLoader/Lib/third-party/openssl/libcrypto.lib rename to LiteLoader/third-party/lib/openssl/libcrypto.lib diff --git a/LiteLoader/Lib/third-party/openssl/libssl.lib b/LiteLoader/third-party/lib/openssl/libssl.lib similarity index 100% rename from LiteLoader/Lib/third-party/openssl/libssl.lib rename to LiteLoader/third-party/lib/openssl/libssl.lib diff --git a/LiteLoader/Lib/third-party/sqlite3/sqlite3.lib b/LiteLoader/third-party/lib/sqlite3/sqlite3.lib similarity index 100% rename from LiteLoader/Lib/third-party/sqlite3/sqlite3.lib rename to LiteLoader/third-party/lib/sqlite3/sqlite3.lib diff --git a/LiteLoader/Lib/third-party/nbt-cpp/nbt.cpp b/LiteLoader/third-party/src/nbt-cpp/nbt.cpp similarity index 100% rename from LiteLoader/Lib/third-party/nbt-cpp/nbt.cpp rename to LiteLoader/third-party/src/nbt-cpp/nbt.cpp diff --git a/LiteLoader/Lib/third-party/nbt-cpp/nbt_internal.hpp b/LiteLoader/third-party/src/nbt-cpp/nbt_internal.hpp similarity index 100% rename from LiteLoader/Lib/third-party/nbt-cpp/nbt_internal.hpp rename to LiteLoader/third-party/src/nbt-cpp/nbt_internal.hpp diff --git a/ScriptEngine/API/BaseAPI.cpp b/ScriptEngine/API/BaseAPI.cpp index e279025..0755ccb 100644 --- a/ScriptEngine/API/BaseAPI.cpp +++ b/ScriptEngine/API/BaseAPI.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/ServerAPI.h" #include "McAPI.h" #include #include diff --git a/ScriptEngine/API/CommandAPI.cpp b/ScriptEngine/API/CommandAPI.cpp index 28d8c02..903b59b 100644 --- a/ScriptEngine/API/CommandAPI.cpp +++ b/ScriptEngine/API/CommandAPI.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/RegCommandAPI.h" #include #include #include diff --git a/ScriptEngine/API/CommandAPI.h b/ScriptEngine/API/CommandAPI.h index 4d35ae9..2adf891 100644 --- a/ScriptEngine/API/CommandAPI.h +++ b/ScriptEngine/API/CommandAPI.h @@ -1,6 +1,6 @@ #pragma once #include "CommandCompatibleAPI.h" -#include +#include "LiteLoader/include/llapi/DynamicCommandAPI.h" extern ClassDefine ParamTypeStaticBuilder; extern ClassDefine PermissionStaticBuilder; diff --git a/ScriptEngine/API/CommandCompatibleAPI.cpp b/ScriptEngine/API/CommandCompatibleAPI.cpp index 98d3145..6e7ee36 100644 --- a/ScriptEngine/API/CommandCompatibleAPI.cpp +++ b/ScriptEngine/API/CommandCompatibleAPI.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/RegCommandAPI.h" #include #include #include diff --git a/ScriptEngine/API/DataAPI.cpp b/ScriptEngine/API/DataAPI.cpp index 6cecbea..76b4dd6 100644 --- a/ScriptEngine/API/DataAPI.cpp +++ b/ScriptEngine/API/DataAPI.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/PlayerInfoAPI.h" #include #include #include diff --git a/ScriptEngine/API/DataAPI.h b/ScriptEngine/API/DataAPI.h index 8c88375..91f9910 100644 --- a/ScriptEngine/API/DataAPI.h +++ b/ScriptEngine/API/DataAPI.h @@ -2,7 +2,7 @@ #include "APIHelp.h" #include #include -#include +#include "LiteLoader/include/llapi/KVDBAPI.h" #include #include diff --git a/ScriptEngine/API/DatabaseAPI.h b/ScriptEngine/API/DatabaseAPI.h index 841d0ee..97ab892 100644 --- a/ScriptEngine/API/DatabaseAPI.h +++ b/ScriptEngine/API/DatabaseAPI.h @@ -1,6 +1,6 @@ #pragma once #include "APIHelp.h" -#include +#include "LiteLoader/include/llapi/KVDBAPI.h" #include //////////////////// Classes //////////////////// diff --git a/ScriptEngine/API/EventAPI.cpp b/ScriptEngine/API/EventAPI.cpp index f3c5b1a..770fad2 100644 --- a/ScriptEngine/API/EventAPI.cpp +++ b/ScriptEngine/API/EventAPI.cpp @@ -25,8 +25,8 @@ #include "PlayerAPI.h" #include #include -#include -#include +#include "LiteLoader/include/llapi/EventAPI.h" +#include "LiteLoader/include/llapi/ScheduleAPI.h" #include #include #include diff --git a/ScriptEngine/API/GuiAPI.cpp b/ScriptEngine/API/GuiAPI.cpp index b89efa9..5a75a27 100644 --- a/ScriptEngine/API/GuiAPI.cpp +++ b/ScriptEngine/API/GuiAPI.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/SendPacketAPI.h" #include #include diff --git a/ScriptEngine/API/GuiAPI.h b/ScriptEngine/API/GuiAPI.h index c29d76a..920dc5b 100644 --- a/ScriptEngine/API/GuiAPI.h +++ b/ScriptEngine/API/GuiAPI.h @@ -1,7 +1,7 @@ #pragma once #include "APIHelp.h" -#include +#include "LiteLoader/include/llapi/FormUI.h" //////////////////// Classes //////////////////// diff --git a/ScriptEngine/API/InternationalAPI.cpp b/ScriptEngine/API/InternationalAPI.cpp index 075376c..81a33d2 100644 --- a/ScriptEngine/API/InternationalAPI.cpp +++ b/ScriptEngine/API/InternationalAPI.cpp @@ -1,6 +1,6 @@ #define NEW_DEFINES #include "InternationalAPI.h" -#include +#include "LiteLoader/include/llapi/I18nAPI.h" #include void FormatHelper(std::vector>& args, const std::vector& names, bool enableObject, diff --git a/ScriptEngine/API/LlAPI.cpp b/ScriptEngine/API/LlAPI.cpp index c197820..5a9c104 100644 --- a/ScriptEngine/API/LlAPI.cpp +++ b/ScriptEngine/API/LlAPI.cpp @@ -1,12 +1,12 @@ #include "APIHelp.h" -#include +#include "LiteLoader/include/liteloader/Config.h" #include "LlAPI.h" #include #include #include #include #include -#include +#include "LiteLoader/include/liteloader/Version.h" #include #include #include diff --git a/ScriptEngine/API/NativeAPI.cpp b/ScriptEngine/API/NativeAPI.cpp index 2279256..cd67dcc 100644 --- a/ScriptEngine/API/NativeAPI.cpp +++ b/ScriptEngine/API/NativeAPI.cpp @@ -1,6 +1,6 @@ #include "NativeAPI.h" -#include +#include "LiteLoader/include/llapi/HookAPI.h" #include #include "../Tools/Demangler/include/MicrosoftDemangle.h" diff --git a/ScriptEngine/API/NetworkAPI.cpp b/ScriptEngine/API/NetworkAPI.cpp index 8404da2..8349d8d 100644 --- a/ScriptEngine/API/NetworkAPI.cpp +++ b/ScriptEngine/API/NetworkAPI.cpp @@ -8,8 +8,8 @@ #include #include #include -#include -#include +#include "LiteLoader/include/llapi/ScheduleAPI.h" +#include "LiteLoader/include/liteloader/Config.h" using namespace std; using namespace cyanray; diff --git a/ScriptEngine/API/ParticleAPI.h b/ScriptEngine/API/ParticleAPI.h index bbbe8d4..4720ea2 100644 --- a/ScriptEngine/API/ParticleAPI.h +++ b/ScriptEngine/API/ParticleAPI.h @@ -4,7 +4,7 @@ #pragma once #include "APIHelp.h" #include -#include "../../LiteLoader/Header/ParticleAPI.h" +#include "LiteLoader/include/llapi/ParticleAPI.h" class ParticleSpawner : public ParticleCUI, public ScriptClass { public: diff --git a/ScriptEngine/API/PermissionAPI.h b/ScriptEngine/API/PermissionAPI.h index 0927289..89453ca 100644 --- a/ScriptEngine/API/PermissionAPI.h +++ b/ScriptEngine/API/PermissionAPI.h @@ -1,5 +1,5 @@ #pragma once -#include +#include "LiteLoader/include/llapi/PermissionAPI.h" #include "APIHelp.h" class RoleClass : public ScriptClass { diff --git a/ScriptEngine/API/PlayerAPI.cpp b/ScriptEngine/API/PlayerAPI.cpp index 50a8b20..feef238 100644 --- a/ScriptEngine/API/PlayerAPI.cpp +++ b/ScriptEngine/API/PlayerAPI.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/PlayerInfoAPI.h" #include #include #include diff --git a/ScriptEngine/API/RemoteCallAPI.cpp b/ScriptEngine/API/RemoteCallAPI.cpp index b6adb81..d478807 100644 --- a/ScriptEngine/API/RemoteCallAPI.cpp +++ b/ScriptEngine/API/RemoteCallAPI.cpp @@ -1,5 +1,5 @@ #include "RemoteCallAPI.h" -#include +#include "LiteLoader/include/llapi/RemoteCallAPI.h" #include "PlayerAPI.h" #include "EntityAPI.h" #include "ItemAPI.h" diff --git a/ScriptEngine/API/ServerAPI.cpp b/ScriptEngine/API/ServerAPI.cpp index 8adcf36..6cead43 100644 --- a/ScriptEngine/API/ServerAPI.cpp +++ b/ScriptEngine/API/ServerAPI.cpp @@ -1,7 +1,7 @@ #include "APIHelp.h" #include "APIHelp.h" #include "ServerAPI.h" -#include +#include "LiteLoader/include/llapi/ServerAPI.h" #include "McAPI.h" #include #include diff --git a/ScriptEngine/API/SystemAPI.cpp b/ScriptEngine/API/SystemAPI.cpp index 9a0753a..14ff598 100644 --- a/ScriptEngine/API/SystemAPI.cpp +++ b/ScriptEngine/API/SystemAPI.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/ScheduleAPI.h" using namespace std::filesystem; diff --git a/ScriptEngine/Engine/EngineOwnData.h b/ScriptEngine/Engine/EngineOwnData.h index 974f15b..29b5d1b 100644 --- a/ScriptEngine/Engine/EngineOwnData.h +++ b/ScriptEngine/Engine/EngineOwnData.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" #include struct FormCallbackData { diff --git a/ScriptEngine/Engine/MessageSystem.cpp b/ScriptEngine/Engine/MessageSystem.cpp index 313c002..6b4ca35 100644 --- a/ScriptEngine/Engine/MessageSystem.cpp +++ b/ScriptEngine/Engine/MessageSystem.cpp @@ -1,14 +1,14 @@ #include "MessageSystem.h" #include #include -#include -#include +#include "LiteLoader/include/llapi/LLAPI.h" +#include "LiteLoader/include/llapi/EventAPI.h" #include "LocalShareData.h" #include "GlobalShareData.h" #include #include #include -#include +#include "LiteLoader/include/liteloader/Config.h" using namespace std; using namespace script; diff --git a/ScriptEngine/Engine/TimeTaskSystem.cpp b/ScriptEngine/Engine/TimeTaskSystem.cpp index 55e7d65..5fb1e8e 100644 --- a/ScriptEngine/Engine/TimeTaskSystem.cpp +++ b/ScriptEngine/Engine/TimeTaskSystem.cpp @@ -3,7 +3,7 @@ #include "MessageSystem.h" #include #include -#include +#include "LiteLoader/include/llapi/ScheduleAPI.h" #include #include #include diff --git a/ScriptEngine/Main/BuiltinCommands.cpp b/ScriptEngine/Main/BuiltinCommands.cpp index 2b2995e..7bc10ed 100644 --- a/ScriptEngine/Main/BuiltinCommands.cpp +++ b/ScriptEngine/Main/BuiltinCommands.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" using namespace std; extern Logger logger; diff --git a/ScriptEngine/Main/EconomySystem.cpp b/ScriptEngine/Main/EconomySystem.cpp index 29fc8a4..a893f17 100644 --- a/ScriptEngine/Main/EconomySystem.cpp +++ b/ScriptEngine/Main/EconomySystem.cpp @@ -1,8 +1,8 @@ #include #include "EconomicSystem.h" #include "API/EventAPI.h" -#include -#include +#include "LiteLoader/include/llapi/LLAPI.h" +#include "LiteLoader/include/llapi/LoggerAPI.h" #include Logger economicLogger("EconomicSystem"); diff --git a/ScriptEngine/Main/Global.cpp b/ScriptEngine/Main/Global.cpp index e3a711d..3ebdbc7 100644 --- a/ScriptEngine/Main/Global.cpp +++ b/ScriptEngine/Main/Global.cpp @@ -1,4 +1,4 @@ -#include "Global.h" +#include "LiteLoader/include/llapi/Global.h" using namespace std; //声明 diff --git a/ScriptEngine/Main/Global.hpp b/ScriptEngine/Main/Global.hpp index f10e41b..1ab426e 100644 --- a/ScriptEngine/Main/Global.hpp +++ b/ScriptEngine/Main/Global.hpp @@ -8,10 +8,10 @@ #endif #include -#include +#include "LiteLoader/include/llapi/Global.h" #include #include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" #include #include using std::string; diff --git a/ScriptEngine/Main/PluginManager.cpp b/ScriptEngine/Main/PluginManager.cpp index fc65612..d9d3086 100644 --- a/ScriptEngine/Main/PluginManager.cpp +++ b/ScriptEngine/Main/PluginManager.cpp @@ -10,9 +10,9 @@ #include #include #include -#include +#include "LiteLoader/include/liteloader/PluginManager.h" #include -#include +#include "LiteLoader/include/llapi/ScheduleAPI.h" #include #include #include diff --git a/ScriptEngine/Main/PluginManager.h b/ScriptEngine/Main/PluginManager.h index 14138d6..ac55072 100644 --- a/ScriptEngine/Main/PluginManager.h +++ b/ScriptEngine/Main/PluginManager.h @@ -2,7 +2,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/LLAPI.h" class PluginManager { diff --git a/ScriptEngine/Main/ScriptEngine.cpp b/ScriptEngine/Main/ScriptEngine.cpp index bd917c7..ab46dc7 100644 --- a/ScriptEngine/Main/ScriptEngine.cpp +++ b/ScriptEngine/Main/ScriptEngine.cpp @@ -1,4 +1,4 @@ -#include +#include "LiteLoader/include/liteloader/Config.h" #include #include #include @@ -16,8 +16,8 @@ #include #include #include -#include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" +#include "LiteLoader/include/liteloader/Version.h" #include #include #include diff --git a/ScriptEngine/Resource/ScriptEngine.rc b/ScriptEngine/Resource/ScriptEngine.rc index 3c5131f..fc3402a 100644 --- a/ScriptEngine/Resource/ScriptEngine.rc +++ b/ScriptEngine/Resource/ScriptEngine.rc @@ -8,7 +8,7 @@ // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h" -#include "../LiteLoader/Main/Version.h" +#include "include/liteloader/Version.h" #include "Configs.h" ///////////////////////////////////////////////////////////////////////////// diff --git a/ScriptEngine/Tools/IniHelper.cpp b/ScriptEngine/Tools/IniHelper.cpp index b2973c7..778e0c7 100644 --- a/ScriptEngine/Tools/IniHelper.cpp +++ b/ScriptEngine/Tools/IniHelper.cpp @@ -1,7 +1,7 @@ #include "IniHelper.h" #include #include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" using namespace std; extern Logger logger; diff --git a/ScriptEngine/Tools/JsonHelper.h b/ScriptEngine/Tools/JsonHelper.h index e514be2..e21b08d 100644 --- a/ScriptEngine/Tools/JsonHelper.h +++ b/ScriptEngine/Tools/JsonHelper.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include "LiteLoader/include/llapi/LoggerAPI.h" using namespace nlohmann; using namespace std; diff --git a/ScriptEngine/Tools/Utils.h b/ScriptEngine/Tools/Utils.h index 9b4a1c4..ffbc7db 100644 --- a/ScriptEngine/Tools/Utils.h +++ b/ScriptEngine/Tools/Utils.h @@ -1,5 +1,5 @@ #pragma once -#include "Global.h" +#include "LiteLoader/include/llapi/Global.h" #include #include #include diff --git a/Test/DBTest/DBTest/main.cpp b/Test/DBTest/DBTest/main.cpp index 27977b5..5b13383 100644 --- a/Test/DBTest/DBTest/main.cpp +++ b/Test/DBTest/DBTest/main.cpp @@ -1,7 +1,7 @@ #define LLDB_DEBUG_MODE #define _AMD64_ #include -#include +#include "include/llapi/LoggerAPI.h" #include #include #include