Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @Override
  2. public NBTTagCompound serializeNBT()
  3. {
  4. return (NBTTagCompound) DuelFieldInventoryCapability.CAPABILITY.writeNBT(slots, null);
  5. }
  6.  
  7. @Override
  8. public void deserializeNBT(NBTTagCompound nbt)
  9. {
  10. DuelFieldInventoryCapability.CAPABILITY.readNBT(slots, null, nbt);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement