mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-19 00:58:13 +00:00
TU24
This commit is contained in:
@@ -88,6 +88,6 @@ public:
|
||||
static void staticCtor();
|
||||
static wstring getEncodeId(StructureStart *start);
|
||||
static wstring getEncodeId(StructurePiece *piece);
|
||||
static StructureStart *loadStaticStart(ByteArrayTag *tag, Level *level);
|
||||
static StructurePiece *loadStaticPiece(DataInputStream *dis, Level *level);
|
||||
static StructureStart *loadStaticStart(CompoundTag *tag, Level *level);
|
||||
static StructurePiece *loadStaticPiece(CompoundTag *tag, Level *level);
|
||||
};
|
||||
Reference in New Issue
Block a user