Package net.minecraft.client.gui.hud
Class InGameOverlayRenderer
java.lang.Object
net.minecraft.client.gui.hud.InGameOverlayRenderer
- Mappings:
Namespace Name official fef
intermediary net/minecraft/class_4603
named net/minecraft/client/gui/hud/InGameOverlayRenderer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static @Nullable BlockState
getInWallBlockState
(PlayerEntity player) private static void
renderFireOverlay
(MinecraftClient client, MatrixStack matrices) private static void
renderInWallOverlay
(Sprite sprite, MatrixStack matrices) static void
renderOverlays
(MinecraftClient client, MatrixStack matrices) private static void
renderUnderwaterOverlay
(MinecraftClient client, MatrixStack matrices)
-
Field Details
-
UNDERWATER_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Lfef;a:Lacf;
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
Lfef;a(Lejf;Leed;)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
Lfef;a(Lbwp;)Lcyt;
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
- Mappings:
Namespace Name Mixin selector official a
Lfef;a(Lfol;Leed;)V
intermediary method_23068
Lnet/minecraft/class_4603;method_23068(Lnet/minecraft/class_1058;Lnet/minecraft/class_4587;)V
named renderInWallOverlay
Lnet/minecraft/client/gui/hud/InGameOverlayRenderer;renderInWallOverlay(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderUnderwaterOverlay
- Mappings:
Namespace Name Mixin selector official b
Lfef;b(Lejf;Leed;)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
Lfef;c(Lejf;Leed;)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
-