コード例 #1
0
 public void writeEntityToNBT(NBTTagCompound nbttagcompound) {
   super.writeEntityToNBT(nbttagcompound);
   nbttagcompound.setBoolean("Sheared", getSheared());
   nbttagcompound.setBoolean("Puffed", getPuffed());
   nbttagcompound.setByte("Color", (byte) getFleeceColor());
 }