format the whole repo (again)

This commit is contained in:
Tropical
2026-04-01 18:17:44 -05:00
parent 3d173c384d
commit f1118bf007
934 changed files with 21368 additions and 20452 deletions
+1
View File
@@ -3,6 +3,7 @@
// 4J Stu - Based loosely on the Java versions
#include <stdint.h>
#include <format>
#include <memory>
#include <string>
@@ -1,6 +1,7 @@
#pragma once
#include <stdint.h>
#include <format>
#include <memory>
#include <unordered_map>
@@ -8,6 +8,7 @@
#include "java/InputOutputStream/ByteArrayOutputStream.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/network/packet/ChatPacket.h"
#include "minecraft/network/packet/GameCommandPacket.h"
#include "minecraft/server/level/ServerPlayer.h"
@@ -16,7 +17,6 @@
#include "minecraft/world/item/enchantment/Enchantment.h"
#include "nbt/CompoundTag.h"
#include "nbt/ListTag.h"
#include "minecraft/commands/CommandsEnum.h"
EGameCommand EnchantItemCommand::getId() { return eGameCommand_EnchantItem; }
@@ -7,6 +7,7 @@
#include "java/InputOutputStream/ByteArrayOutputStream.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/network/packet/ChatPacket.h"
#include "minecraft/network/packet/GameCommandPacket.h"
#include "minecraft/server/level/ServerPlayer.h"
@@ -14,7 +15,6 @@
#include "minecraft/world/entity/player/Player.h"
#include "minecraft/world/item/Item.h"
#include "minecraft/world/item/ItemInstance.h"
#include "minecraft/commands/CommandsEnum.h"
EGameCommand GiveItemCommand::getId() { return eGameCommand_Give; }
@@ -5,9 +5,9 @@
#include <string>
#include "minecraft/commands/CommandSender.h"
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/world/damageSource/DamageSource.h"
#include "minecraft/world/entity/player/Player.h"
#include "minecraft/commands/CommandsEnum.h"
EGameCommand KillCommand::getId() { return eGameCommand_Kill; }
@@ -7,11 +7,11 @@
#include "java/InputOutputStream/ByteArrayOutputStream.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/network/packet/ChatPacket.h"
#include "minecraft/network/packet/GameCommandPacket.h"
#include "minecraft/server/MinecraftServer.h"
#include "minecraft/server/level/ServerLevel.h"
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/network/packet/GameCommandPacket.h"
class CommandSender;
@@ -3,12 +3,12 @@
#include <string>
#include <vector>
#include "minecraft/commands/CommandsEnum.h"
#include "minecraft/network/packet/ChatPacket.h"
#include "minecraft/network/packet/GameCommandPacket.h"
#include "minecraft/server/MinecraftServer.h"
#include "minecraft/server/level/ServerLevel.h"
#include "minecraft/world/level/storage/LevelData.h"
#include "minecraft/commands/CommandsEnum.h"
EGameCommand ToggleDownfallCommand::getId() {
return eGameCommand_ToggleDownfall;