Search in sources :

Example 1 with GuiApiaristSink

use of logisticspipes.gui.modules.GuiApiaristSink in project LogisticsPipes by RS485.

the class ApiaristSinkModuleSlot method getClientGui.

@Override
public Object getClientGui(EntityPlayer player) {
    ModuleApiaristSink module = this.getLogisticsModule(player.getEntityWorld(), ModuleApiaristSink.class);
    if (module == null) {
        return null;
    }
    module.readFromNBT(getNbt());
    return new GuiApiaristSink(module, player);
}
Also used : ModuleApiaristSink(logisticspipes.modules.ModuleApiaristSink) GuiApiaristSink(logisticspipes.gui.modules.GuiApiaristSink)

Aggregations

GuiApiaristSink (logisticspipes.gui.modules.GuiApiaristSink)1 ModuleApiaristSink (logisticspipes.modules.ModuleApiaristSink)1