Class BeaconScreen.BeaconPowerButton
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
- All Implemented Interfaces:
GuiEventListener,Widget,NarratableEntry,NarrationSupplier,BeaconScreen.BeaconButton
- Direct Known Subclasses:
BeaconScreen.BeaconUpgradePowerButton
- Enclosing class:
- BeaconScreen
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MobEffectprivate booleanprivate TextureAtlasSpriteprotected intprivate ComponentFields 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
ConstructorsConstructorDescriptionBeaconPowerButton(int p_169642_, int p_169643_, MobEffect p_169644_, boolean p_169645_, int p_169646_) -
Method Summary
Modifier and TypeMethodDescriptionprotected MutableComponentcreateEffectDescription(MobEffect p_169652_)protected MutableComponentvoidonPress()protected voidrenderIcon(PoseStack p_98014_)voidrenderToolTip(PoseStack p_98016_, int p_98017_, int p_98018_)protected voidvoidupdateStatus(int p_169648_)Methods 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
-
Field Details
-
isPrimary
private final boolean isPrimary -
tier
protected final int tier -
effect
-
sprite
-
tooltip
-
-
Constructor Details
-
BeaconPowerButton
public BeaconPowerButton(int p_169642_, int p_169643_, MobEffect p_169644_, boolean p_169645_, int p_169646_)
-
-
Method Details
-
setEffect
-
createEffectDescription
-
onPress
public void onPress()- Specified by:
onPressin classAbstractButton
-
renderToolTip
- Specified by:
renderToolTipin interfaceBeaconScreen.BeaconButton- Overrides:
renderToolTipin classAbstractWidget
-
renderIcon
- Specified by:
renderIconin classBeaconScreen.BeaconScreenButton
-
updateStatus
public void updateStatus(int p_169648_) -
createNarrationMessage
- Overrides:
createNarrationMessagein classAbstractWidget
-