Class RecipeBookTabButton
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.StateSwitchingButton
net.minecraft.client.gui.screens.recipebook.RecipeBookTabButton
- All Implemented Interfaces:
GuiEventListener
,Widget
,NarratableEntry
,NarrationSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final float
private float
private final RecipeBookCategories
Fields inherited from class net.minecraft.client.gui.components.StateSwitchingButton
isStateTriggered, resourceLocation, xDiffTex, xTexStart, yDiffTex, yTexStart
Fields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, width, x, y
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderButton
(PoseStack p_100457_, int p_100458_, int p_100459_, float p_100460_) private void
renderIcon
(ItemRenderer p_100454_) void
startAnimation
(Minecraft p_100452_) boolean
updateVisibility
(ClientRecipeBook p_100450_) Methods inherited from class net.minecraft.client.gui.components.StateSwitchingButton
initTextureValues, isStateTriggered, setPosition, setStateTriggered, updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractWidget
changeFocus, clearFGColor, clicked, createNarrationMessage, defaultButtonNarrationText, getFGColor, getHeight, getMessage, getWidth, getYImage, isActive, isFocused, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, onClick, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBg, renderToolTip, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth, wrapDefaultNarrationMessage
Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
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.components.events.GuiEventListener
charTyped, keyPressed, keyReleased, mouseMoved, mouseScrolled
-
Field Details
-
category
-
ANIMATION_TIME
private static final float ANIMATION_TIME- See Also:
-
animationTime
private float animationTime
-
-
Constructor Details
-
RecipeBookTabButton
-
-
Method Details
-
startAnimation
-
renderButton
- Overrides:
renderButton
in classStateSwitchingButton
-
renderIcon
-
getCategory
-
updateVisibility
-