Uses of Interface
net.minecraft.client.gui.components.Button.CreateNarration
Packages that use Button.CreateNarration
-
Uses of Button.CreateNarration in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as Button.CreateNarrationModifier and TypeFieldDescriptionprivate Button.CreateNarration
Button.Builder.createNarration
protected final Button.CreateNarration
Button.createNarration
protected static final Button.CreateNarration
Button.DEFAULT_NARRATION
Methods in net.minecraft.client.gui.components with parameters of type Button.CreateNarrationModifier and TypeMethodDescriptionButton.Builder.createNarration
(Button.CreateNarration p_253638_) Constructors in net.minecraft.client.gui.components with parameters of type Button.CreateNarrationModifierConstructorDescriptionprotected
Button
(int p_259075_, int p_259271_, int p_260232_, int p_260028_, Component p_259351_, Button.OnPress p_260152_, Button.CreateNarration p_259552_) -
Uses of Button.CreateNarration in net.minecraftforge.client.gui.widget
Constructors in net.minecraftforge.client.gui.widget with parameters of type Button.CreateNarrationModifierConstructorDescriptionExtendedButton
(int xPos, int yPos, int width, int height, Component displayString, Button.OnPress handler, Button.CreateNarration createNarration)