Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Provide NBT contstants #59

Open
reoseah opened this issue Nov 8, 2018 · 0 comments
Open

Provide NBT contstants #59

reoseah opened this issue Nov 8, 2018 · 0 comments

Comments

@reoseah
Copy link

reoseah commented Nov 8, 2018

In my opinion, it's common enough to be in Rift under some util package. The codes as they appear in Forge for reference:

public static final int TAG_END = 0;
public static final int TAG_BYTE = 1;
public static final int TAG_SHORT = 2;
public static final int TAG_INT = 3;
public static final int TAG_LONG = 4;
public static final int TAG_FLOAT = 5;
public static final int TAG_DOUBLE = 6;
public static final int TAG_BYTE_ARRAY = 7;
public static final int TAG_STRING = 8;
public static final int TAG_LIST = 9;
public static final int TAG_COMPOUND = 10;
public static final int TAG_INT_ARRAY = 11;
public static final int TAG_LONG_ARRAY = 12;
public static final int TAG_ANY_NUMERIC = 99;
Chocohead added a commit to Chocohead/Rift that referenced this issue Dec 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant