mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
nuke com.mojang.nbt.h
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "UseAnim.h"
|
||||
#include "minecraft/world/entity/ai/attributes/Attribute.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class Entity;
|
||||
class Level;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "OldChunkStorage.h"
|
||||
#include "RegionFileCache.h"
|
||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class ConsoleSaveFile;
|
||||
class C4JThread;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "ZonedChunkStorage.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class NbtSlotFile {
|
||||
private:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "java/File.h"
|
||||
#include "minecraft/world/level/chunk/LevelChunk.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class Level;
|
||||
class CompoundTag;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/ConsoleSaveFileIO.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
MemoryLevelStorage::MemoryLevelStorage() {}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/ConsoleSaveFile.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class MemoryLevelStorage : public LevelStorage, public PlayerIO {
|
||||
public:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "TileEntity.h"
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/world/Container.h"
|
||||
#include "nbt/com.mojang.nbt.h"
|
||||
#include "nbt/NbtIo.h"
|
||||
|
||||
class Player;
|
||||
class Random;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#pragma once
|
||||
#include "NbtIo.h"
|
||||
Reference in New Issue
Block a user