win cpp23 compat: Minecraft.World
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
static Tag *readNamedTag(DataInput *dis, int tagDepth);
|
||||
static void writeNamedTag(Tag *tag, DataOutput *dos);
|
||||
static Tag *newTag(byte type, const wstring &name);
|
||||
static wchar_t *getTagName(byte type);
|
||||
static const wchar_t *getTagName(byte type);
|
||||
virtual ~Tag() {}
|
||||
virtual bool equals(Tag *obj); // 4J Brought forward from 1.2
|
||||
virtual Tag *copy() = 0; // 4J Brought foward from 1.2
|
||||
|
||||
Reference in New Issue
Block a user