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, setIncompatibledrawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mouseReleased, playPressSound, setWidthpublic 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 CheckButtonpublic void setIsChecked(boolean isChecked)
setIsChecked in class CheckButtonpublic java.lang.String getPropertyKey()