|  | 
| 71 | 71 | #include "mc/util/BlockUtils.h" | 
| 72 | 72 | #include "mc/world/Container.h" | 
| 73 | 73 | #include "mc/world/Minecraft.h" | 
| 74 |  | -#include "mc/world/SimpleContainer.h" | 
| 75 | 74 | #include "mc/world/actor/Actor.h" | 
| 76 | 75 | #include "mc/world/actor/ActorDamageByActorSource.h" | 
| 77 |  | -#include "mc/world/actor/BuiltInActorComponents.h" | 
| 78 |  | -#include "mc/world/actor/SynchedActorDataEntityWrapper.h" | 
| 79 | 76 | #include "mc/world/actor/ai/util/BossBarColor.h" | 
| 80 | 77 | #include "mc/world/actor/ai/util/BossEventUpdateType.h" | 
| 81 | 78 | #include "mc/world/actor/player/Inventory.h" | 
|  | 
| 92 | 89 | #include "mc/world/effect/MobEffectInstance.h" | 
| 93 | 90 | #include "mc/world/item/ItemStack.h" | 
| 94 | 91 | #include "mc/world/level/BlockSource.h" | 
| 95 |  | -#include "mc/world/level/ChunkPos.h" | 
| 96 | 92 | #include "mc/world/level/biome/Biome.h" | 
| 97 | 93 | #include "mc/world/level/block/Block.h" | 
| 98 |  | -#include "mc/world/level/block/CachedComponentData.h" | 
| 99 | 94 | #include "mc/world/level/block/VanillaBlockTypeIds.h" | 
| 100 | 95 | #include "mc/world/level/dimension/Dimension.h" | 
| 101 | 96 | #include "mc/world/level/material/Material.h" | 
|  | 
| 111 | 106 | #include "mc/world/scores/Scoreboard.h" | 
| 112 | 107 | #include "mc/world/scores/ScoreboardId.h" | 
| 113 | 108 | 
 | 
|  | 109 | +SetScorePacket::SetScorePacket() = default; | 
|  | 110 | + | 
| 114 | 111 | //////////////////// Class Definition //////////////////// | 
| 115 | 112 | 
 | 
| 116 | 113 | ClassDefine<PlayerClass> PlayerClassBuilder = | 
|  | 
0 commit comments