Class RecipeGroupButtonWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ToggleButtonWidget
net.minecraft.client.gui.screen.recipebook.RecipeGroupButtonWidget
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element
- Mappings:
Namespace Name official edaintermediary net/minecraft/class_512named net/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380 -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.widget.ToggleButtonWidget
hoverVOffset, pressedUOffset, texture, toggled, u, vFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, WIDGETS_TEXTURE, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckForNewRecipes(MinecraftClient client)booleanhasKnownRecipes(ClientRecipeBook recipeBook)voidrenderButton(MatrixStack matrices, int mouseX, int mouseY, float delta)private voidrenderIcons(ItemRenderer itemRenderer)Methods inherited from class net.minecraft.client.gui.widget.ToggleButtonWidget
isToggled, method_37020, setPos, setTextureUV, setToggledMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
changeFocus, clicked, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getWidth, getYImage, isFocused, isHovered, isMouseOver, isValidClickButton, method_37018, method_37021, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBackground, renderToolTip, setAlpha, setFocused, setMessage, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, keyPressed, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
field_32412
private static final float field_32412- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official tLeda;t:Fintermediary field_32412Lnet/minecraft/class_512;field_32412:Fnamed field_32412Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;field_32412:F
-
category
- Mappings:
Namespace Name Mixin selector official sLeda;s:Ldvf;intermediary field_3123Lnet/minecraft/class_512;field_3123:Lnet/minecraft/class_314;named categoryLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;category:Lnet/minecraft/client/recipebook/RecipeBookGroup;
-
bounce
private float bounce- Mappings:
Namespace Name Mixin selector official uLeda;u:Fintermediary field_3122Lnet/minecraft/class_512;field_3122:Fnamed bounceLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;bounce:F
-
-
Constructor Details
-
RecipeGroupButtonWidget
- Mappings:
Namespace Name Mixin selector official <init>Leda;<init>(Ldvf;)Vintermediary <init>Lnet/minecraft/class_512;<init>(Lnet/minecraft/class_314;)Vnamed <init>Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;<init>(Lnet/minecraft/client/recipebook/RecipeBookGroup;)V
-
-
Method Details
-
checkForNewRecipes
- Mappings:
Namespace Name Mixin selector official aLeda;a(Lduy;)Vintermediary method_2622Lnet/minecraft/class_512;method_2622(Lnet/minecraft/class_310;)Vnamed checkForNewRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;checkForNewRecipes(Lnet/minecraft/client/MinecraftClient;)V
-
renderButton
- Overrides:
renderButtonin classToggleButtonWidget- Mappings:
Namespace Name Mixin selector official bLdwh;b(Ldpu;IIF)Vintermediary method_25359Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)Vnamed renderButtonLnet/minecraft/client/gui/widget/ClickableWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
renderIcons
- Mappings:
Namespace Name Mixin selector official aLeda;a(Lesn;)Vintermediary method_2621Lnet/minecraft/class_512;method_2621(Lnet/minecraft/class_918;)Vnamed renderIconsLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;renderIcons(Lnet/minecraft/client/render/item/ItemRenderer;)V
-
getCategory
- Mappings:
Namespace Name Mixin selector official bLeda;b()Ldvf;intermediary method_2623Lnet/minecraft/class_512;method_2623()Lnet/minecraft/class_314;named getCategoryLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;getCategory()Lnet/minecraft/client/recipebook/RecipeBookGroup;
-
hasKnownRecipes
- Mappings:
Namespace Name Mixin selector official aLeda;a(Ldul;)Zintermediary method_2624Lnet/minecraft/class_512;method_2624(Lnet/minecraft/class_299;)Znamed hasKnownRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;hasKnownRecipes(Lnet/minecraft/client/recipebook/ClientRecipeBook;)Z
-