LexManos

Untitled

Jan 6th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package net.minecraftforge.common.util;
  2.  
  3. import net.minecraft.nbt.NBTBase;
  4.  
  5. public interface INBTSerializeable<T extends NBTBase>
  6. {
  7.     void readFromNBT(T nbt);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment