@Override
public SerialItemData initialize(ItemStack stack) {
ItemMeta meta = stack.getItemMeta();
if(meta instanceof MapMeta) {
valid = true;
MapMeta mapMeta = (MapMeta)meta;
if(mapMeta.hasLocationName()) location = mapMeta.getLocationName();
if(mapMeta.hasColor()) color = mapMeta.getColor();
scaling = mapMeta.isScaling();
}
return this;
}
MapData.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:TNE-Bukkit
作者:
评论列表
文章目录