Package | Description |
---|---|
net.minecraft.tileentity | |
net.minecraftforge.items |
Modifier and Type | Class and Description |
---|---|
class |
DropperTileEntity |
Modifier and Type | Field and Description |
---|---|
static TileEntityType<DispenserTileEntity> |
TileEntityType.DISPENSER |
Modifier and Type | Method and Description |
---|---|
static boolean |
VanillaInventoryCodeHooks.dropperInsertHook(World world,
BlockPos pos,
DispenserTileEntity dropper,
int slot,
ItemStack stack)
Copied from BlockDropper#dispense and added capability support
|