mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-12 10:41:29 +01:00
Add another class mapping.
This commit is contained in:
parent
6c197d3309
commit
26f27d7b4f
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user