Guest User

Untitled

a guest
Dec 18th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. package fr.tuto.sylvain.common;
  2.  
  3. import net.minecraft.creativetab.CreativeTabs;
  4. import net.minecraft.item.Item;
  5.  
  6. public class sylvain
  7. extends CreativeTabs
  8. {
  9. public static final Item ItemCocaine = null;
  10.  
  11. public sylvain (int id, String par2Str)
  12. {
  13. super(id, par2Str);
  14. }
  15.  
  16. public Item getTabIconItem()
  17. {
  18. return Modsyvlain.itemsylvain;
  19. }
  20.  
  21. public String getTranslatedTabLabel()
  22. {
  23. return "sylvain 2";
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment