Class RecipeGroupButtonWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ToggleButtonWidget
net.minecraft.client.gui.screen.recipebook.RecipeGroupButtonWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,Selectable
,Widget
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget
intermediary net/minecraft/class_512
official fqu
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Modifier and TypeFieldDescriptionprivate float
private final RecipeBookGroup
private static final float
private static final ButtonTextures
Fields inherited from class net.minecraft.client.gui.widget.ToggleButtonWidget
textures, toggled
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkForNewRecipes
(MinecraftClient client) boolean
hasKnownRecipes
(ClientRecipeBook recipeBook) private void
renderIcons
(DrawContext context, ItemRenderer itemRenderer) void
renderWidget
(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.widget.ToggleButtonWidget
appendClickableNarrations, isToggled, setTextures, setToggled
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getTooltip, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onRelease, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setY
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
charTyped, getFocusedPath, keyPressed, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
TEXTURES
- Mappings:
Namespace Name Mixin selector named TEXTURES
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;TEXTURES:Lnet/minecraft/client/gui/screen/ButtonTextures;
intermediary field_45554
Lnet/minecraft/class_512;field_45554:Lnet/minecraft/class_8666;
official c
Lfqu;c:Lfit;
-
field_32412
private static final float field_32412- See Also:
- Mappings:
Namespace Name Mixin selector named field_32412
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;field_32412:F
intermediary field_32412
Lnet/minecraft/class_512;field_32412:F
official e
Lfqu;e:F
-
category
- Mappings:
Namespace Name Mixin selector named category
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;category:Lnet/minecraft/client/recipebook/RecipeBookGroup;
intermediary field_3123
Lnet/minecraft/class_512;field_3123:Lnet/minecraft/class_314;
official d
Lfqu;d:Lffp;
-
bounce
private float bounce- Mappings:
Namespace Name Mixin selector named bounce
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;bounce:F
intermediary field_3122
Lnet/minecraft/class_512;field_3122:F
official f
Lfqu;f:F
-
-
Constructor Details
-
RecipeGroupButtonWidget
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;<init>(Lnet/minecraft/client/recipebook/RecipeBookGroup;)V
intermediary <init>
Lnet/minecraft/class_512;<init>(Lnet/minecraft/class_314;)V
official <init>
Lfqu;<init>(Lffp;)V
-
-
Method Details
-
checkForNewRecipes
- Mappings:
Namespace Name Mixin selector named checkForNewRecipes
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;checkForNewRecipes(Lnet/minecraft/client/MinecraftClient;)V
intermediary method_2622
Lnet/minecraft/class_512;method_2622(Lnet/minecraft/class_310;)V
official a
Lfqu;a(Lffh;)V
-
renderWidget
- Overrides:
renderWidget
in classToggleButtonWidget
- Mappings:
Namespace Name Mixin selector named renderWidget
Lnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_48579
Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)V
official b
Lfhe;b(Lfgt;IIF)V
-
renderIcons
- Mappings:
Namespace Name Mixin selector named renderIcons
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;renderIcons(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/render/item/ItemRenderer;)V
intermediary method_2621
Lnet/minecraft/class_512;method_2621(Lnet/minecraft/class_332;Lnet/minecraft/class_918;)V
official a
Lfqu;a(Lfgt;Lgjx;)V
-
getCategory
- Mappings:
Namespace Name Mixin selector named getCategory
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;getCategory()Lnet/minecraft/client/recipebook/RecipeBookGroup;
intermediary method_2623
Lnet/minecraft/class_512;method_2623()Lnet/minecraft/class_314;
official b
Lfqu;b()Lffp;
-
hasKnownRecipes
- Mappings:
Namespace Name Mixin selector named hasKnownRecipes
Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;hasKnownRecipes(Lnet/minecraft/client/recipebook/ClientRecipeBook;)Z
intermediary method_2624
Lnet/minecraft/class_512;method_2624(Lnet/minecraft/class_299;)Z
official a
Lfqu;a(Lfeu;)Z
-