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 eiaintermediary net/minecraft/class_4603named net/minecraft/client/gui/hud/InGameOverlayRenderer
-
Field Summary
Fields Modifier and Type Field Description private static IdentifierUNDERWATER_TEXTURE -
Constructor Summary
Constructors Constructor Description InGameOverlayRenderer() -
Method Summary
Modifier and Type Method Description private static BlockStategetInWallBlockState(PlayerEntity player)private static voidrenderFireOverlay(MinecraftClient client, MatrixStack matrices)private static voidrenderInWallOverlay(MinecraftClient client, Sprite sprite, MatrixStack matrices)static voidrenderOverlays(MinecraftClient client, MatrixStack matrices)private static voidrenderUnderwaterOverlay(MinecraftClient minecraftClient, MatrixStack matrixStack)
-
Field Details
-
UNDERWATER_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLeia;a:Lwb;intermediary field_20986Lnet/minecraft/class_4603;field_20986:Lnet/minecraft/class_2960;named UNDERWATER_TEXTURELnet/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 aLeia;a(Ldqk;Ldlr;)Vintermediary method_23067Lnet/minecraft/class_4603;method_23067(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)Vnamed renderOverlaysLnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderOverlays(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-
getInWallBlockState
- Mappings:
Namespace Name Mixin selector official aLeia;a(Lbhl;)Lcht;intermediary method_24225Lnet/minecraft/class_4603;method_24225(Lnet/minecraft/class_1657;)Lnet/minecraft/class_2680;named getInWallBlockStateLnet/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 aLeia;a(Ldqk;Leru;Ldlr;)Vintermediary method_23068Lnet/minecraft/class_4603;method_23068(Lnet/minecraft/class_310;Lnet/minecraft/class_1058;Lnet/minecraft/class_4587;)Vnamed renderInWallOverlayLnet/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 bLeia;b(Ldqk;Ldlr;)Vintermediary method_23069Lnet/minecraft/class_4603;method_23069(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)Vnamed renderUnderwaterOverlayLnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderUnderwaterOverlay(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderFireOverlay
- Mappings:
Namespace Name Mixin selector official cLeia;c(Ldqk;Ldlr;)Vintermediary method_23070Lnet/minecraft/class_4603;method_23070(Lnet/minecraft/class_310;Lnet/minecraft/class_4587;)Vnamed renderFireOverlayLnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderFireOverlay(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/util/math/MatrixStack;)V
-