Add another class mapping.

This commit is contained in:
Brianna 2021-06-13 16:58:42 -05:00
parent 6c197d3309
commit 26f27d7b4f

View File

@ -23,6 +23,7 @@ public enum ClassMapping {
ITEM_STACK("world.item", "ItemStack"),
LEVEL_ENTITY_GETTER("level.entity", "LevelEntityGetter"),
MINECRAFT_SERVER("server", "MinecraftServer"),
NBT_COMPRESSED_STREAM_TOOLS("nbt", "NBTCompressedStreamTools"),
NBT_TAG_COMPOUND("nbt", "NBTTagCompound"),
NBT_TAG_LIST("nbt", "NBTTagList"),
NBT_BASE("nbt", "NBTBase"),