Search in sources :

Example 1 with GateComponentSolarPanel

use of com.bluepowermod.part.gate.component.GateComponentSolarPanel in project BluePower by Qmunity.

the class GateLightCell method initComponents.

@Override
public void initComponents() {
    addComponent(new GateComponentSolarPanel(this, 0xd6ab17));
    addComponent(new GateComponentWire(this, 0xC600FF, RedwireType.RED_ALLOY).bind(front()));
    addComponent(new GateComponentBorder(this, 0x7D7D7D));
}
Also used : GateComponentWire(com.bluepowermod.part.gate.component.GateComponentWire) GateComponentSolarPanel(com.bluepowermod.part.gate.component.GateComponentSolarPanel) GateComponentBorder(com.bluepowermod.part.gate.component.GateComponentBorder)

Aggregations

GateComponentBorder (com.bluepowermod.part.gate.component.GateComponentBorder)1 GateComponentSolarPanel (com.bluepowermod.part.gate.component.GateComponentSolarPanel)1 GateComponentWire (com.bluepowermod.part.gate.component.GateComponentWire)1