Class BeaconScreen.BeaconUpgradePowerButton
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconScreenButton
net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconPowerButton
net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconUpgradePowerButton
- All Implemented Interfaces:
GuiEventListener,Widget,NarratableEntry,NarrationSupplier,BeaconScreen.BeaconButton
- Enclosing class:
- BeaconScreen
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority -
Field Summary
Fields inherited from class net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconPowerButton
tierFields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, width, x, yFields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
ConstructorsConstructorDescriptionBeaconUpgradePowerButton(int p_169675_, int p_169676_, MobEffect p_169677_) -
Method Summary
Modifier and TypeMethodDescriptionprotected MutableComponentcreateEffectDescription(MobEffect p_169681_)voidupdateStatus(int p_169679_)Methods inherited from class net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconPowerButton
createNarrationMessage, onPress, renderIcon, renderToolTip, setEffectMethods inherited from class net.minecraft.client.gui.screens.inventory.BeaconScreen.BeaconScreenButton
isSelected, isShowingTooltip, renderButton, setSelected, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractButton
keyPressed, onClickMethods inherited from class net.minecraft.client.gui.components.AbstractWidget
changeFocus, clearFGColor, clicked, defaultButtonNarrationText, getFGColor, getHeight, getMessage, getWidth, getYImage, isActive, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, onDrag, onFocusedChanged, onRelease, playDownSound, render, renderBg, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth, wrapDefaultNarrationMessageMethods 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, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, keyReleased, mouseMoved, mouseScrolled
-
Constructor Details
-
BeaconUpgradePowerButton
-
-
Method Details
-
createEffectDescription
- Overrides:
createEffectDescriptionin classBeaconScreen.BeaconPowerButton
-
updateStatus
public void updateStatus(int p_169679_)- Specified by:
updateStatusin interfaceBeaconScreen.BeaconButton- Overrides:
updateStatusin classBeaconScreen.BeaconPowerButton
-