Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public NBTTagCompound serializeNBT()
- {
- return (NBTTagCompound) DuelFieldInventoryCapability.CAPABILITY.writeNBT(slots, null);
- }
- @Override
- public void deserializeNBT(NBTTagCompound nbt)
- {
- DuelFieldInventoryCapability.CAPABILITY.readNBT(slots, null, nbt);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement