Index
All Classes and Interfaces|All Packages
A
- addButton(Collection<T>) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
-
Add button(s)
- addButton(Collection<T>) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Add button(s)
- addButton(Button...) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
-
Add button(s)
- addButton(Button...) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Add button(s)
- AnimatedButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
The animated button with child buttons as frames
- AnimatedButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
D
- DummyButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
The dummy button with only the item
- DummyButton(Item) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton
-
Create a new button
- DummyButton(Function<UUID, Item>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton
-
Create a new button
F
- forceSetAction(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
- forceSetAction(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
- forceSetAction(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.NullButton
- forceSetAction(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
G
- getButton() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Get the button
- getButtons() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
-
Get the list of buttons
- getButtons() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Get the list of buttons
- getFallbackButton() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Get the fallback button
- getItem(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
- getItem(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton
- getItem(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
- getItem(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
- getItem(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
H
- handleAction(ClickEvent) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
- handleAction(ClickEvent) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
- handleAction(ClickEvent) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
- handleAction(ClickEvent) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
I
- init() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
- init() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
- init() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
- isKeepCurrentIndex() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Should the button keep the current index for the unique id on every
ListButton.getItem(UUID)times?
L
- ListButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
The button with a list of child buttons
- ListButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
M
- me.hsgamer.hscore.minecraft.gui.button.impl - package me.hsgamer.hscore.minecraft.gui.button.impl
-
Contains the pre-made
Buttons for UI in Minecraft
N
- NullButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
The null button, only with action
- NullButton(Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.NullButton
-
Create a new button
P
- PredicateButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
The button with predicates
- PredicateButton() - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
R
- removeCurrentIndex(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Remove the current index for the unique id
S
- setButton(Button) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set the button
- setClickFuturePredicate(Function<ClickEvent, CompletableFuture<Boolean>>) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set the click future predicate
- setClickPredicate(Predicate<ClickEvent>) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set the click predicate
- setFallbackButton(Button) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set the fallback button
- setKeepCurrentIndex(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
-
Should the button keep the current index for the unique id on every
ListButton.getItem(UUID)times? - setPeriodMillis(long) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
-
Set the period of the animation
- setPeriodTicks(long) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
-
Set the period of the animation
- setPreventSpamClick(boolean) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set whether to prevent spam click when checking click predicate
- setViewPredicate(Predicate<UUID>) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
-
Set the view predicate
- SimpleButton - Class in me.hsgamer.hscore.minecraft.gui.button.impl
-
A simple button
- SimpleButton(Function<UUID, Item>, Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
-
Create a new simple button
- SimpleButton(Item, Consumer<ClickEvent>) - Constructor for class me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
-
Create a new button
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.ListButton
- stop() - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
U
- update(UUID) - Method in class me.hsgamer.hscore.minecraft.gui.button.impl.AnimatedButton
All Classes and Interfaces|All Packages