Package net.minecraft.client.gui.hud
Class InGameOverlayRenderer
java.lang.Object
net.minecraft.client.gui.hud.InGameOverlayRenderer
@Environment(CLIENT) public class InGameOverlayRenderer extends Object
- Mappings:
Namespace Name official eia
intermediary net/minecraft/class_4603
named net/minecraft/client/gui/hud/InGameOverlayRenderer
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
UNDERWATER_TEXTURE
-
Constructor Summary
Constructors Constructor Description InGameOverlayRenderer()
-
Method Summary
Modifier and Type Method Description private static BlockState
getInWallBlockState(PlayerEntity player)
private static void
renderFireOverlay(MinecraftClient client, MatrixStack matrices)
private static void
renderInWallOverlay(MinecraftClient client, Sprite sprite, MatrixStack matrices)
static void
renderOverlays(MinecraftClient client, MatrixStack matrices)
private static void
renderUnderwaterOverlay(MinecraftClient minecraftClient, MatrixStack matrixStack)
-
Field Details
-
UNDERWATER_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Leia;a:Lwb;
intermediary field_20986
Lnet/minecraft/class_4603;field_20986:Lnet/minecraft/class_2960;
named UNDERWATER_TEXTURE
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;UNDERWATER_TEXTURE:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
InGameOverlayRenderer
public InGameOverlayRenderer()
-
-
Method Details
-
renderOverlays
- Mappings:
Namespace Name Mixin selector official a
Leia;a(Ldqk;Ldlr;)V
intermediary method_23067
Lnet/minecraft/class_4603;method_23067(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)V
named renderOverlays
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderOverlays(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-
getInWallBlockState
- Mappings:
Namespace Name Mixin selector official a
Leia;a(Lbhl;)Lcht;
intermediary method_24225
Lnet/minecraft/class_4603;method_24225(Lnet/minecraft/class_1657;)Lnet/minecraft/class_2680;
named getInWallBlockState
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;getInWallBlockState(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/block/BlockState;
-
renderInWallOverlay
private static void renderInWallOverlay(MinecraftClient client, Sprite sprite, MatrixStack matrices)- Mappings:
Namespace Name Mixin selector official a
Leia;a(Ldqk;Leru;Ldlr;)V
intermediary method_23068
Lnet/minecraft/class_4603;method_23068(Lnet/minecraft/class_310;Lnet/minecraft/class_1058;Lnet/minecraft/class_4587;)V
named renderInWallOverlay
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderInWallOverlay(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderUnderwaterOverlay
private static void renderUnderwaterOverlay(MinecraftClient minecraftClient, MatrixStack matrixStack)- Mappings:
Namespace Name Mixin selector official b
Leia;b(Ldqk;Ldlr;)V
intermediary method_23069
Lnet/minecraft/class_4603;method_23069(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)V
named renderUnderwaterOverlay
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderUnderwaterOverlay(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderFireOverlay
- Mappings:
Namespace Name Mixin selector official c
Leia;c(Ldqk;Ldlr;)V
intermediary method_23070
Lnet/minecraft/class_4603;method_23070(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)V
named renderFireOverlay
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderFireOverlay(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-