Example usage for net.minecraftforge.fml.client.config GuiCheckBox subclass-usage

List of usage examples for net.minecraftforge.fml.client.config GuiCheckBox subclass-usage

Introduction

In this page you can find the example usage for net.minecraftforge.fml.client.config GuiCheckBox subclass-usage.

Usage

From source file com.lothrazar.cyclicmagic.gui.component.GuiCheckboxTooltip.java

public class GuiCheckboxTooltip extends GuiCheckBox implements ITooltipButton {

    public GuiCheckboxTooltip(int buttonId, int x, int y, String buttonText, boolean ch) {
        super(buttonId, x, y, buttonText, ch);
    }