コード例 #1
0
 protected void b(NBTTagCompound nbttagcompound) {
   super.b(nbttagcompound);
   this.a = nbttagcompound.getBoolean("Source");
 }
コード例 #2
0
 protected void a(NBTTagCompound nbttagcompound) {
   super.a(nbttagcompound);
   nbttagcompound.setBoolean("Source", this.a);
 }