Package net.minecraft.client.gui.widget
Class SoundSlider
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.widget.Widget
-
- net.minecraft.client.gui.widget.AbstractSlider
-
- net.minecraft.client.gui.widget.GameSettingsSlider
-
- net.minecraft.client.gui.widget.SoundSlider
-
- All Implemented Interfaces:
IGuiEventListener
,IRenderable
public class SoundSlider extends GameSettingsSlider
-
-
Field Summary
Fields Modifier and Type Field Description private SoundCategory
source
-
Fields inherited from class net.minecraft.client.gui.widget.GameSettingsSlider
options
-
Fields inherited from class net.minecraft.client.gui.widget.AbstractSlider
value
-
Fields inherited from class net.minecraft.client.gui.widget.Widget
active, alpha, height, isHovered, nextNarration, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, width, x, y
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description SoundSlider(Minecraft p_i51127_1_, int p_i51127_2_, int p_i51127_3_, SoundCategory p_i51127_4_, int p_i51127_5_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyValue()
protected void
updateMessage()
-
Methods inherited from class net.minecraft.client.gui.widget.AbstractSlider
createNarrationMessage, getYImage, keyPressed, onClick, onDrag, onRelease, playDownSound, renderBg
-
Methods inherited from class net.minecraft.client.gui.widget.Widget
changeFocus, clearFGColor, clicked, getFGColor, getHeight, getMessage, getWidth, isFocused, isHovered, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrate, onFocusedChanged, queueNarration, render, renderButton, renderToolTip, setAlpha, setFGColor, setFocused, setHeight, setMessage, setWidth
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
charTyped, keyReleased, mouseMoved, mouseScrolled
-
-
-
-
Field Detail
-
source
private final SoundCategory source
-
-
Constructor Detail
-
SoundSlider
public SoundSlider(Minecraft p_i51127_1_, int p_i51127_2_, int p_i51127_3_, SoundCategory p_i51127_4_, int p_i51127_5_)
-
-
Method Detail
-
updateMessage
protected void updateMessage()
- Specified by:
updateMessage
in classAbstractSlider
-
applyValue
protected void applyValue()
- Specified by:
applyValue
in classAbstractSlider
-
-