Guest User

MultiShards class

a guest
Dec 31st, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package com.sapfiremc.Item;
  2.  
  3. import java.util.Set;
  4.  
  5. import net.minecraft.item.ItemTool;
  6.  
  7. public class MultiShard extends ItemTool{
  8.  
  9. protected MultiShard(float p_i45333_1_, ToolMaterial p_i45333_2_, Set p_i45333_3_) {
  10. super(p_i45333_1_, p_i45333_2_, p_i45333_3_);
  11. // TODO Auto-generated constructor stub
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment