Advertisement
Guest User

Untitled

a guest
Apr 27th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public class CoolDownStorage implements Capability.IStorage<ICoolDown>
  2. {
  3. @Override
  4. public INBT writeNBT(Capability<ICoolDown> capability, ICoolDown instance, Direction side) {
  5. return null;
  6. }
  7.  
  8. @Override
  9. public void readNBT(Capability<ICoolDown> capability, ICoolDown instance, Direction side, INBT nbt) {
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement