@Override
public void deserializeNBT(NBTTagCompound nbt)
{
this.stats = new CropStats();
this.stats.deserializeNBT(nbt.getCompoundTag("stats"));
this.isSick = nbt.getBoolean("eaten");
this.timeKeeper.deserializeNBT((NBTTagLong) nbt.getTag("calendar"));
}
ExPCrop.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:ExPetrum
作者:
评论列表
文章目录