Advertisement
Guest User

SlotAlloyOven

a guest
Oct 22nd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. package com.arucraft.slot;
  2.  
  3. import com.arucraft.tileentity.TileEntityAlloyOven;
  4.  
  5. import net.minecraft.entity.player.EntityPlayer;
  6. import net.minecraft.inventory.IInventory;
  7. import net.minecraft.inventory.Slot;
  8.  
  9. public class SlotAlloyOven extends Slot {
  10.  
  11.     public SlotAlloyOven(EntityPlayer player, IInventory iinventory, int i, int j, int k){
  12.         super(iinventory, i, j, k);
  13.        
  14.     }
  15.  
  16.    
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement