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 duyintermediary net/minecraft/class_4071named 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 booleanpausesGame()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 aLduy;a()Zintermediary method_18640Lnet/minecraft/class_4071;method_18640()Znamed pausesGameLnet/minecraft/client/gui/screen/Overlay;pausesGame()Z
-