SPIGOT-5315: Cannot serialize armor stand ItemMeta
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7f5d81e0b0
commit
69d28a880a
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
classMap = ImmutableMap.<Class<? extends CraftMetaItem>, String>builder()
|
classMap = ImmutableMap.<Class<? extends CraftMetaItem>, String>builder()
|
||||||
|
.put(CraftMetaArmorStand.class, "ARMOR_STAND")
|
||||||
.put(CraftMetaBanner.class, "BANNER")
|
.put(CraftMetaBanner.class, "BANNER")
|
||||||
.put(CraftMetaBlockState.class, "TILE_ENTITY")
|
.put(CraftMetaBlockState.class, "TILE_ENTITY")
|
||||||
.put(CraftMetaBook.class, "BOOK")
|
.put(CraftMetaBook.class, "BOOK")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue