Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Override
  2. @SuppressWarnings({ "unchecked", "rawtypes" })
  3. public void addInformation(ItemStack par1ItemStack, EntityPlayer par2EntityPlayer, List par3List, boolean par4) {
  4. if (this.numBlocks != -1) {
  5. par3List.add("Blocks: " + this.numBlocks);
  6. par3List.add("File: " + this.structID);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement