List of usage examples for net.minecraftforge.items SlotItemHandler subclass-usage
From source file buildcraft.lib.gui.slot.SlotBase.java
public class SlotBase extends SlotItemHandler { public final int handlerIndex; public SlotBase(IItemHandler itemHandler, int slotIndex, int posX, int posY) { super(itemHandler, slotIndex, posX, posY); this.handlerIndex = slotIndex;
From source file com.gmail.socraticphoenix.forge.randore.crafting.forge.CraftiniumForgeOutputSlot.java
public class CraftiniumForgeOutputSlot extends SlotItemHandler { private EntityPlayer player; private BlockPos forge; private int removeCount; public CraftiniumForgeOutputSlot(EntityPlayer player, BlockPos forge, IItemHandler itemHandler, int index,
From source file com.teambr.bookshelf.common.container.slots.PhantomSlot.java
/**
* This file was created for Bookshelf
*
* Bookshelf is licensed under the
* Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License:
* http://creativecommons.org/licenses/by-nc-sa/4.0/
From source file com.teambr.modularsystems.core.slots.SlotFurnaceOutputItemHandler.java
/**
* This file was created for NeoTech
* <p/>
* NeoTech is licensed under the
* Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License:
* http://creativecommons.org/licenses/by-nc-sa/4.0/
From source file com.teambrmodding.neotech.common.container.slot.SlotFurnaceOutputItemHandler.java
/**
* This file was created for NeoTech
* <p/>
* NeoTech is licensed under the
* Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License:
* http://creativecommons.org/licenses/by-nc-sa/4.0/
From source file daxum.temporalconvergence.gui.SlotItemHandlerFix.java
public class SlotItemHandlerFix extends SlotItemHandler { private final ItemStackHandler inventory; private final Method inventoryChanged; private final int index; public SlotItemHandlerFix(ItemStackHandler itemHandler, int i, int xPosition, int yPosition) {
From source file de.ellpeck.actuallyadditions.mod.inventory.slot.SlotItemHandlerUnconditioned.java
public class SlotItemHandlerUnconditioned extends SlotItemHandler { private final ItemStackHandlerCustom handler; public SlotItemHandlerUnconditioned(ItemStackHandlerCustom handler, int index, int xPosition, int yPosition) { super(handler, index, xPosition, yPosition);
From source file hellfirepvp.astralsorcery.common.container.ConstellationFocusSlot.java
/**
* This class is part of the Astral Sorcery Mod
* The complete source code for this mod can be found on github.
* Class: ConstellationFocusSlot
* Created by HellFirePvP
* Date: 06.03.2017 / 14:56
From source file hellfirepvp.astralsorcery.common.container.ConstellationPaperSlot.java
/**
* This class is part of the Astral Sorcery Mod
* The complete source code for this mod can be found on github.
* Class: FilteredSlot
* Created by HellFirePvP
* Date: 22.11.2016 / 14:43
From source file ru.ivansteklow.isdev.inventory.SlotItemEnchantedBook.java
/**
* This class uses when you register new capability It's uses for slot for
* <b>enchanted</b> book
*
* @author IvanSteklow
*