Package net.minecraft.client.gui.screen
Class Overlay
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Overlay
- All Implemented Interfaces:
Drawable
- Direct Known Subclasses:
SplashScreen
@Environment(CLIENT) public abstract class Overlay extends DrawableHelper implements Drawable
- Mappings:
Namespace Name official duy
intermediary net/minecraft/class_4071
named net/minecraft/client/gui/screen/Overlay
-
Field Summary
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description Overlay()
-
Method Summary
Modifier and Type Method Description boolean
pausesGame()
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
-
Constructor Details
-
Overlay
public Overlay()
-
-
Method Details
-
pausesGame
public boolean pausesGame()- Mappings:
Namespace Name Mixin selector official a
Lduy;a()Z
intermediary method_18640
Lnet/minecraft/class_4071;method_18640()Z
named pausesGame
Lnet/minecraft/client/gui/screen/Overlay;pausesGame()Z
-