WitherDoggie

Interface

May 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package com.wither.withermod.blocks;
  2.  
  3. import net.minecraft.item.ItemStack;
  4.  
  5. public interface IMetaBlockName {
  6.    
  7.     String getSpecialName(ItemStack stack);
  8.  
  9. }
Add Comment
Please, Sign In to add comment