mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:12:26 +00:00
refactor: fold 4J.Common into platform types, eliminate last 4J directory
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <ctime>
|
||||
#include <thread>
|
||||
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
#include "platform/InputActions.h"
|
||||
#include "platform/sdl2/Profile.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
#include "platform/sdl2/Storage.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "console_helpers/C4JThread.h"
|
||||
#include "java/File.h"
|
||||
#include "minecraft/client/resources/ResourceLocation.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
#include "Facing.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "GuiComponent.h"
|
||||
#include "minecraft/client/GuiMessage.h"
|
||||
#include "minecraft/client/renderer/entity/ItemRenderer.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Screen.h"
|
||||
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
#include "platform/InputActions.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Profile.h"
|
||||
#include "Button.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
#include "platform/InputActions.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
#include "AbstractContainerScreen.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <limits>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Profile.h"
|
||||
#include "app/common/App_enums.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "ClientConnection.h"
|
||||
#include "app/common/src/Audio/SoundEngine.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
#include "platform/InputActions.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "LocalPlayer.h"
|
||||
#include "app/common/App_enums.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "minecraft/world/item/Item.h"
|
||||
#include "minecraft/world/level/tile/Tile.h"
|
||||
// 4J Stu - Added for tutorial callbacks
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
#include "platform/InputActions.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Profile.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <cmath>
|
||||
#include <numbers>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
#include "BossMobGuiInfo.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <ranges>
|
||||
#include <utility>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Input.h"
|
||||
#include "platform/sdl2/Render.h"
|
||||
#include "Chunk.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "java/JavaMath.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "java/JavaMath.h"
|
||||
#include "minecraft/Pos.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "AbstractTexturePack.h"
|
||||
#include "app/common/src/Localisation/StringTable.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "CommandsEnum.h"
|
||||
#include "minecraft/network/packet/ChatPacket.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
#include "java/InputOutputStream/ByteArrayOutputStream.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
#include "java/InputOutputStream/ByteArrayOutputStream.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Packet.h"
|
||||
#include "minecraft/network/packet/Packet.h"
|
||||
#include "minecraft/world/entity/SyncedEntityData.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Packet.h"
|
||||
#include "minecraft/network/packet/Packet.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Packet.h"
|
||||
#include "minecraft/network/packet/Packet.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Profile.h"
|
||||
#include "platform/sdl2/Storage.h"
|
||||
#include "ConsoleInput.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
|
||||
class ServerPlayer;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "minecraft/commands/Command.h"
|
||||
#include "minecraft/commands/CommandsEnum.h"
|
||||
#include "minecraft/network/packet/GameCommandPacket.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "EntityTracker.h"
|
||||
#include "app/common/src/Network/NetworkPlayerInterface.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/sdl2/Storage.h"
|
||||
#include "app/common/App_enums.h"
|
||||
#include "app/common/src/BuildVer/BuildVer.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "java/JavaIntHash.h"
|
||||
#include "minecraft/network/packet/DisconnectPacket.h"
|
||||
#include "minecraft/network/packet/PacketListener.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Abilities.h"
|
||||
#include "console_helpers/Definitions.h"
|
||||
#include "java/Class.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Item.h"
|
||||
|
||||
class Icon;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Item.h"
|
||||
|
||||
class Icon;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "minecraft/world/entity/animal/Sheep.h"
|
||||
#include "minecraft/world/inventory/CraftingContainer.h"
|
||||
#include "minecraft/world/item/ArmorItem.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "minecraft/world/inventory/CraftingContainer.h"
|
||||
|
||||
#define RECIPE_TYPE_2x2 0
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "Recipes.h"
|
||||
#include "minecraft/world/inventory/CraftingContainer.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "Recipes.h"
|
||||
#include "minecraft/world/inventory/CraftingContainer.h"
|
||||
#include "minecraft/world/item/ItemInstance.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "ChunkPos.h"
|
||||
#include "LevelSource.h"
|
||||
#include "LightLayer.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <format>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "app/common/App_enums.h"
|
||||
#include "app/common/src/BuildVer/BuildVer.h"
|
||||
#include "app/common/src/GameRules/LevelGeneration/LevelGenerationOptions.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "app/common/App_enums.h"
|
||||
#include "app/common/src/BuildVer/BuildVer.h"
|
||||
#include "app/common/src/GameRules/LevelGeneration/LevelGenerationOptions.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "LevelStorage.h"
|
||||
#include "PlayerIO.h"
|
||||
#include "java/File.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/ConsoleSavePath.h"
|
||||
|
||||
class PlayerIO;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include "4J.Common/4J_Compat.h"
|
||||
#include "platform/PlatformTypes.h"
|
||||
#include "minecraft/world/level/saveddata/SavedData.h"
|
||||
|
||||
class ConsoleSaveFile;
|
||||
|
||||
Reference in New Issue
Block a user