Esempio n. 1
0
  public static GuiGasGauge getDummy(
      Type type, IGuiWrapper gui, ResourceLocation def, int x, int y) {
    GuiGasGauge gauge = new GuiGasGauge(null, type, gui, def, x, y);
    gauge.dummy = true;

    return gauge;
  }