Class AchievementCollectButton
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractButton
net.minecraft.client.gui.components.Button
org.cyclops.cyclopscore.infobook.AdvancedButton
org.cyclops.cyclopscore.infobook.pageelement.AchievementCollectButton
- All Implemented Interfaces:
 net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.Renderable,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.layouts.LayoutElement,net.minecraft.client.gui.narration.NarratableEntry,net.minecraft.client.gui.narration.NarrationSupplier,net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension
A button that can be clicked for reward collection.
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.components.Button
net.minecraft.client.gui.components.Button.Builder, net.minecraft.client.gui.components.Button.CreateNarration, net.minecraft.client.gui.components.Button.OnPressNested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
net.minecraft.client.gui.narration.NarratableEntry.NarrationPriority - 
Field Summary
Fields inherited from class org.cyclops.cyclopscore.infobook.AdvancedButton
guiFields inherited from class net.minecraft.client.gui.components.Button
BIG_WIDTH, createNarration, DEFAULT_HEIGHT, DEFAULT_NARRATION, DEFAULT_SPACING, DEFAULT_WIDTH, SMALL_WIDTHFields inherited from class net.minecraft.client.gui.components.AbstractButton
SPRITES, TEXT_MARGINFields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS - 
Constructor Summary
ConstructorsConstructorDescriptionAchievementCollectButton(AdvancementRewards advancementRewards, IInfoBook infoBook)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected IInfoBookbooleanvoidonPress()voidrenderTooltip(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int mx, int my) Render the button tooltip.voidupdate(int x, int y, net.minecraft.network.chat.Component displayName, InfoSection target, ScreenInfoBook gui) This is called each render tick to update the button to the latest render state.Methods inherited from class org.cyclops.cyclopscore.infobook.AdvancedButton
getOnPress, getTarget, isHover, renderWidget, setOnPressMethods inherited from class net.minecraft.client.gui.components.Button
builder, createNarrationMessage, updateWidgetNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractButton
keyPressed, onClick, renderStringMethods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setFocused, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessageMethods 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, getCurrentFocusPath, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension
onClickMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPosition 
- 
Constructor Details
- 
AchievementCollectButton
 
 - 
 - 
Method Details
- 
getInfoBook
 - 
renderTooltip
public void renderTooltip(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int mx, int my) Description copied from class:AdvancedButtonRender the button tooltip.- Overrides:
 renderTooltipin classAdvancedButton- Parameters:
 guiGraphics- The gui graphics object.font- The font.mx- Mouse x.my- Mouse Y.
 - 
isVisible
public boolean isVisible()- Overrides:
 isVisiblein classAdvancedButton
 - 
onPress
public void onPress()- Overrides:
 onPressin classAdvancedButton
 - 
update
public void update(int x, int y, net.minecraft.network.chat.Component displayName, InfoSection target, ScreenInfoBook gui) Description copied from class:AdvancedButtonThis is called each render tick to update the button to the latest render state.- Overrides:
 updatein classAdvancedButton- Parameters:
 x- The X position.y- The Y position.displayName- The text to display.target- The target section.gui- The gui.
 
 -