MASTER("master"), | |
MUSIC("music"), | |
RECORDS("record"), | |
WEATHER("weather"), | |
BLOCKS("block"), | |
HOSTILE("hostile"), | |
NEUTRAL("neutral"), | |
PLAYERS("player"), | |
AMBIENT("ambient"), | |
VOICE("voice"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Isn't this supposed to describe a
VarInt
enum? Doesmaster
correspond to 0,music
to 1 and so on?edit: it seems so