public class CheckButtonRecipe extends CheckButton
backgroundSize, incompatible, parent
Constructor and Description |
---|
CheckButtonRecipe(GuiBase parent,
int id,
int xPos,
int yPos,
java.lang.String displayString,
boolean isChecked,
java.lang.String propertyKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyKey() |
boolean |
mousePressed(net.minecraft.client.Minecraft mc,
int mouseX,
int mouseY) |
void |
setIsChecked(boolean isChecked) |
drawButton, getBackgroundSize, getIncompatible, setBackgroundSize, setIncompatible
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mouseReleased, playPressSound, setWidth
public CheckButtonRecipe(GuiBase parent, int id, int xPos, int yPos, java.lang.String displayString, boolean isChecked, java.lang.String propertyKey)
public boolean mousePressed(net.minecraft.client.Minecraft mc, int mouseX, int mouseY)
mousePressed
in class CheckButton
public void setIsChecked(boolean isChecked)
setIsChecked
in class CheckButton
public java.lang.String getPropertyKey()