Class GameRenderer

java.lang.Object
net.minecraft.client.render.GameRenderer
All Implemented Interfaces:
AutoCloseable, ResourceReloader, SynchronousResourceReloader

@Environment(CLIENT) public class GameRenderer extends Object implements SynchronousResourceReloader, AutoCloseable
Mappings:
Namespace Name
official ezl
intermediary net/minecraft/class_757
named net/minecraft/client/render/GameRenderer
  • Field Details

    • NAUSEA_OVERLAY

      private static final Identifier NAUSEA_OVERLAY
      Mappings:
      Namespace Name Mixin selector
      official f Lezl;f:Labb;
      intermediary field_26730 Lnet/minecraft/class_757;field_26730:Lnet/minecraft/class_2960;
      named NAUSEA_OVERLAY Lnet/minecraft/client/render/GameRenderer;NAUSEA_OVERLAY:Lnet/minecraft/util/Identifier;
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official g Lezl;g:Lorg/slf4j/Logger;
      intermediary field_3993 Lnet/minecraft/class_757;field_3993:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/render/GameRenderer;LOGGER:Lorg/slf4j/Logger;
    • field_32688

      private static final boolean field_32688
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Lezl;h:Z
      intermediary field_32688 Lnet/minecraft/class_757;field_32688:Z
      named field_32688 Lnet/minecraft/client/render/GameRenderer;field_32688:Z
    • CAMERA_DEPTH

      public static final float CAMERA_DEPTH
      Since the camera is conceptualized as a single point, a depth of 0.05000000074505806f blocks is used to define a rectangular area to be rendered.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a:F
      intermediary field_32686 Lnet/minecraft/class_757;field_32686:F
      named CAMERA_DEPTH Lnet/minecraft/client/render/GameRenderer;CAMERA_DEPTH:F
    • field_32687

      public static final int field_32687
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lezl;c:I
      intermediary field_32687 Lnet/minecraft/class_757;field_32687:I
      named field_32687 Lnet/minecraft/client/render/GameRenderer;field_32687:I
    • SHADERS_LOCATIONS

      private static final Identifier[] SHADERS_LOCATIONS
      Mappings:
      Namespace Name Mixin selector
      official J Lezl;J:[Labb;
      intermediary field_3996 Lnet/minecraft/class_757;field_3996:[Lnet/minecraft/class_2960;
      named SHADERS_LOCATIONS Lnet/minecraft/client/render/GameRenderer;SHADERS_LOCATIONS:[Lnet/minecraft/util/Identifier;
    • SHADER_COUNT

      public static final int SHADER_COUNT
      Mappings:
      Namespace Name Mixin selector
      official d Lezl;d:I
      intermediary field_4010 Lnet/minecraft/class_757;field_4010:I
      named SHADER_COUNT Lnet/minecraft/client/render/GameRenderer;SHADER_COUNT:I
    • positionShader

      @Nullable private static @Nullable Shader positionShader
      Mappings:
      Namespace Name Mixin selector
      official O Lezl;O:Lfad;
      intermediary field_29351 Lnet/minecraft/class_757;field_29351:Lnet/minecraft/class_5944;
      named positionShader Lnet/minecraft/client/render/GameRenderer;positionShader:Lnet/minecraft/client/render/Shader;
    • positionColorShader

      @Nullable private static @Nullable Shader positionColorShader
      Mappings:
      Namespace Name Mixin selector
      official P Lezl;P:Lfad;
      intermediary field_29352 Lnet/minecraft/class_757;field_29352:Lnet/minecraft/class_5944;
      named positionColorShader Lnet/minecraft/client/render/GameRenderer;positionColorShader:Lnet/minecraft/client/render/Shader;
    • positionColorTexShader

      @Nullable private static @Nullable Shader positionColorTexShader
      Mappings:
      Namespace Name Mixin selector
      official Q Lezl;Q:Lfad;
      intermediary field_29353 Lnet/minecraft/class_757;field_29353:Lnet/minecraft/class_5944;
      named positionColorTexShader Lnet/minecraft/client/render/GameRenderer;positionColorTexShader:Lnet/minecraft/client/render/Shader;
    • positionTexShader

      @Nullable private static @Nullable Shader positionTexShader
      Mappings:
      Namespace Name Mixin selector
      official R Lezl;R:Lfad;
      intermediary field_29354 Lnet/minecraft/class_757;field_29354:Lnet/minecraft/class_5944;
      named positionTexShader Lnet/minecraft/client/render/GameRenderer;positionTexShader:Lnet/minecraft/client/render/Shader;
    • positionTexColorShader

      @Nullable private static @Nullable Shader positionTexColorShader
      Mappings:
      Namespace Name Mixin selector
      official S Lezl;S:Lfad;
      intermediary field_29355 Lnet/minecraft/class_757;field_29355:Lnet/minecraft/class_5944;
      named positionTexColorShader Lnet/minecraft/client/render/GameRenderer;positionTexColorShader:Lnet/minecraft/client/render/Shader;
    • blockShader

      @Nullable private static @Nullable Shader blockShader
      Mappings:
      Namespace Name Mixin selector
      official T Lezl;T:Lfad;
      intermediary field_29356 Lnet/minecraft/class_757;field_29356:Lnet/minecraft/class_5944;
      named blockShader Lnet/minecraft/client/render/GameRenderer;blockShader:Lnet/minecraft/client/render/Shader;
    • newEntityShader

      @Nullable private static @Nullable Shader newEntityShader
      Mappings:
      Namespace Name Mixin selector
      official U Lezl;U:Lfad;
      intermediary field_29357 Lnet/minecraft/class_757;field_29357:Lnet/minecraft/class_5944;
      named newEntityShader Lnet/minecraft/client/render/GameRenderer;newEntityShader:Lnet/minecraft/client/render/Shader;
    • particleShader

      @Nullable private static @Nullable Shader particleShader
      Mappings:
      Namespace Name Mixin selector
      official V Lezl;V:Lfad;
      intermediary field_29358 Lnet/minecraft/class_757;field_29358:Lnet/minecraft/class_5944;
      named particleShader Lnet/minecraft/client/render/GameRenderer;particleShader:Lnet/minecraft/client/render/Shader;
    • positionColorLightmapShader

      @Nullable private static @Nullable Shader positionColorLightmapShader
      Mappings:
      Namespace Name Mixin selector
      official W Lezl;W:Lfad;
      intermediary field_29359 Lnet/minecraft/class_757;field_29359:Lnet/minecraft/class_5944;
      named positionColorLightmapShader Lnet/minecraft/client/render/GameRenderer;positionColorLightmapShader:Lnet/minecraft/client/render/Shader;
    • positionColorTexLightmapShader

      @Nullable private static @Nullable Shader positionColorTexLightmapShader
      Mappings:
      Namespace Name Mixin selector
      official X Lezl;X:Lfad;
      intermediary field_29360 Lnet/minecraft/class_757;field_29360:Lnet/minecraft/class_5944;
      named positionColorTexLightmapShader Lnet/minecraft/client/render/GameRenderer;positionColorTexLightmapShader:Lnet/minecraft/client/render/Shader;
    • positionTexColorNormalShader

      @Nullable private static @Nullable Shader positionTexColorNormalShader
      Mappings:
      Namespace Name Mixin selector
      official Y Lezl;Y:Lfad;
      intermediary field_29361 Lnet/minecraft/class_757;field_29361:Lnet/minecraft/class_5944;
      named positionTexColorNormalShader Lnet/minecraft/client/render/GameRenderer;positionTexColorNormalShader:Lnet/minecraft/client/render/Shader;
    • positionTexLightmapColorShader

      @Nullable private static @Nullable Shader positionTexLightmapColorShader
      Mappings:
      Namespace Name Mixin selector
      official Z Lezl;Z:Lfad;
      intermediary field_29362 Lnet/minecraft/class_757;field_29362:Lnet/minecraft/class_5944;
      named positionTexLightmapColorShader Lnet/minecraft/client/render/GameRenderer;positionTexLightmapColorShader:Lnet/minecraft/client/render/Shader;
    • renderTypeSolidShader

      @Nullable private static @Nullable Shader renderTypeSolidShader
      Mappings:
      Namespace Name Mixin selector
      official aa Lezl;aa:Lfad;
      intermediary field_29363 Lnet/minecraft/class_757;field_29363:Lnet/minecraft/class_5944;
      named renderTypeSolidShader Lnet/minecraft/client/render/GameRenderer;renderTypeSolidShader:Lnet/minecraft/client/render/Shader;
    • renderTypeCutoutMippedShader

      @Nullable private static @Nullable Shader renderTypeCutoutMippedShader
      Mappings:
      Namespace Name Mixin selector
      official ab Lezl;ab:Lfad;
      intermediary field_29364 Lnet/minecraft/class_757;field_29364:Lnet/minecraft/class_5944;
      named renderTypeCutoutMippedShader Lnet/minecraft/client/render/GameRenderer;renderTypeCutoutMippedShader:Lnet/minecraft/client/render/Shader;
    • renderTypeCutoutShader

      @Nullable private static @Nullable Shader renderTypeCutoutShader
      Mappings:
      Namespace Name Mixin selector
      official ac Lezl;ac:Lfad;
      intermediary field_29365 Lnet/minecraft/class_757;field_29365:Lnet/minecraft/class_5944;
      named renderTypeCutoutShader Lnet/minecraft/client/render/GameRenderer;renderTypeCutoutShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTranslucentShader

      @Nullable private static @Nullable Shader renderTypeTranslucentShader
      Mappings:
      Namespace Name Mixin selector
      official ad Lezl;ad:Lfad;
      intermediary field_29366 Lnet/minecraft/class_757;field_29366:Lnet/minecraft/class_5944;
      named renderTypeTranslucentShader Lnet/minecraft/client/render/GameRenderer;renderTypeTranslucentShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTranslucentMovingBlockShader

      @Nullable private static @Nullable Shader renderTypeTranslucentMovingBlockShader
      Mappings:
      Namespace Name Mixin selector
      official ae Lezl;ae:Lfad;
      intermediary field_29377 Lnet/minecraft/class_757;field_29377:Lnet/minecraft/class_5944;
      named renderTypeTranslucentMovingBlockShader Lnet/minecraft/client/render/GameRenderer;renderTypeTranslucentMovingBlockShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTranslucentNoCrumblingShader

      @Nullable private static @Nullable Shader renderTypeTranslucentNoCrumblingShader
      Mappings:
      Namespace Name Mixin selector
      official af Lezl;af:Lfad;
      intermediary field_29378 Lnet/minecraft/class_757;field_29378:Lnet/minecraft/class_5944;
      named renderTypeTranslucentNoCrumblingShader Lnet/minecraft/client/render/GameRenderer;renderTypeTranslucentNoCrumblingShader:Lnet/minecraft/client/render/Shader;
    • renderTypeArmorCutoutNoCullShader

      @Nullable private static @Nullable Shader renderTypeArmorCutoutNoCullShader
      Mappings:
      Namespace Name Mixin selector
      official ag Lezl;ag:Lfad;
      intermediary field_29379 Lnet/minecraft/class_757;field_29379:Lnet/minecraft/class_5944;
      named renderTypeArmorCutoutNoCullShader Lnet/minecraft/client/render/GameRenderer;renderTypeArmorCutoutNoCullShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntitySolidShader

      @Nullable private static @Nullable Shader renderTypeEntitySolidShader
      Mappings:
      Namespace Name Mixin selector
      official ah Lezl;ah:Lfad;
      intermediary field_29380 Lnet/minecraft/class_757;field_29380:Lnet/minecraft/class_5944;
      named renderTypeEntitySolidShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntitySolidShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityCutoutShader

      @Nullable private static @Nullable Shader renderTypeEntityCutoutShader
      Mappings:
      Namespace Name Mixin selector
      official ai Lezl;ai:Lfad;
      intermediary field_29381 Lnet/minecraft/class_757;field_29381:Lnet/minecraft/class_5944;
      named renderTypeEntityCutoutShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityCutoutShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityCutoutNoNullShader

      @Nullable private static @Nullable Shader renderTypeEntityCutoutNoNullShader
      Mappings:
      Namespace Name Mixin selector
      official aj Lezl;aj:Lfad;
      intermediary field_29382 Lnet/minecraft/class_757;field_29382:Lnet/minecraft/class_5944;
      named renderTypeEntityCutoutNoNullShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityCutoutNoNullShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityCutoutNoNullZOffsetShader

      @Nullable private static @Nullable Shader renderTypeEntityCutoutNoNullZOffsetShader
      Mappings:
      Namespace Name Mixin selector
      official ak Lezl;ak:Lfad;
      intermediary field_29383 Lnet/minecraft/class_757;field_29383:Lnet/minecraft/class_5944;
      named renderTypeEntityCutoutNoNullZOffsetShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityCutoutNoNullZOffsetShader:Lnet/minecraft/client/render/Shader;
    • renderTypeItemEntityTranslucentCullShader

      @Nullable private static @Nullable Shader renderTypeItemEntityTranslucentCullShader
      Mappings:
      Namespace Name Mixin selector
      official al Lezl;al:Lfad;
      intermediary field_29384 Lnet/minecraft/class_757;field_29384:Lnet/minecraft/class_5944;
      named renderTypeItemEntityTranslucentCullShader Lnet/minecraft/client/render/GameRenderer;renderTypeItemEntityTranslucentCullShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityTranslucentCullShader

      @Nullable private static @Nullable Shader renderTypeEntityTranslucentCullShader
      Mappings:
      Namespace Name Mixin selector
      official am Lezl;am:Lfad;
      intermediary field_29385 Lnet/minecraft/class_757;field_29385:Lnet/minecraft/class_5944;
      named renderTypeEntityTranslucentCullShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityTranslucentCullShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityTranslucentShader

      @Nullable private static @Nullable Shader renderTypeEntityTranslucentShader
      Mappings:
      Namespace Name Mixin selector
      official an Lezl;an:Lfad;
      intermediary field_29386 Lnet/minecraft/class_757;field_29386:Lnet/minecraft/class_5944;
      named renderTypeEntityTranslucentShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityTranslucentShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityTranslucentEmissiveShader

      @Nullable private static @Nullable Shader renderTypeEntityTranslucentEmissiveShader
      Mappings:
      Namespace Name Mixin selector
      official ao Lezl;ao:Lfad;
      intermediary field_38343 Lnet/minecraft/class_757;field_38343:Lnet/minecraft/class_5944;
      named renderTypeEntityTranslucentEmissiveShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityTranslucentEmissiveShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntitySmoothCutoutShader

      @Nullable private static @Nullable Shader renderTypeEntitySmoothCutoutShader
      Mappings:
      Namespace Name Mixin selector
      official ap Lezl;ap:Lfad;
      intermediary field_29387 Lnet/minecraft/class_757;field_29387:Lnet/minecraft/class_5944;
      named renderTypeEntitySmoothCutoutShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntitySmoothCutoutShader:Lnet/minecraft/client/render/Shader;
    • renderTypeBeaconBeamShader

      @Nullable private static @Nullable Shader renderTypeBeaconBeamShader
      Mappings:
      Namespace Name Mixin selector
      official aq Lezl;aq:Lfad;
      intermediary field_29388 Lnet/minecraft/class_757;field_29388:Lnet/minecraft/class_5944;
      named renderTypeBeaconBeamShader Lnet/minecraft/client/render/GameRenderer;renderTypeBeaconBeamShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityDecalShader

      @Nullable private static @Nullable Shader renderTypeEntityDecalShader
      Mappings:
      Namespace Name Mixin selector
      official ar Lezl;ar:Lfad;
      intermediary field_29389 Lnet/minecraft/class_757;field_29389:Lnet/minecraft/class_5944;
      named renderTypeEntityDecalShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityDecalShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityNoOutlineShader

      @Nullable private static @Nullable Shader renderTypeEntityNoOutlineShader
      Mappings:
      Namespace Name Mixin selector
      official as Lezl;as:Lfad;
      intermediary field_29390 Lnet/minecraft/class_757;field_29390:Lnet/minecraft/class_5944;
      named renderTypeEntityNoOutlineShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityNoOutlineShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityShadowShader

      @Nullable private static @Nullable Shader renderTypeEntityShadowShader
      Mappings:
      Namespace Name Mixin selector
      official at Lezl;at:Lfad;
      intermediary field_29391 Lnet/minecraft/class_757;field_29391:Lnet/minecraft/class_5944;
      named renderTypeEntityShadowShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityShadowShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityAlphaShader

      @Nullable private static @Nullable Shader renderTypeEntityAlphaShader
      Mappings:
      Namespace Name Mixin selector
      official au Lezl;au:Lfad;
      intermediary field_29392 Lnet/minecraft/class_757;field_29392:Lnet/minecraft/class_5944;
      named renderTypeEntityAlphaShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityAlphaShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEyesShader

      @Nullable private static @Nullable Shader renderTypeEyesShader
      Mappings:
      Namespace Name Mixin selector
      official av Lezl;av:Lfad;
      intermediary field_29393 Lnet/minecraft/class_757;field_29393:Lnet/minecraft/class_5944;
      named renderTypeEyesShader Lnet/minecraft/client/render/GameRenderer;renderTypeEyesShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEnergySwirlShader

      @Nullable private static @Nullable Shader renderTypeEnergySwirlShader
      Mappings:
      Namespace Name Mixin selector
      official aw Lezl;aw:Lfad;
      intermediary field_29394 Lnet/minecraft/class_757;field_29394:Lnet/minecraft/class_5944;
      named renderTypeEnergySwirlShader Lnet/minecraft/client/render/GameRenderer;renderTypeEnergySwirlShader:Lnet/minecraft/client/render/Shader;
    • renderTypeLeashShader

      @Nullable private static @Nullable Shader renderTypeLeashShader
      Mappings:
      Namespace Name Mixin selector
      official ax Lezl;ax:Lfad;
      intermediary field_29395 Lnet/minecraft/class_757;field_29395:Lnet/minecraft/class_5944;
      named renderTypeLeashShader Lnet/minecraft/client/render/GameRenderer;renderTypeLeashShader:Lnet/minecraft/client/render/Shader;
    • renderTypeWaterMaskShader

      @Nullable private static @Nullable Shader renderTypeWaterMaskShader
      Mappings:
      Namespace Name Mixin selector
      official ay Lezl;ay:Lfad;
      intermediary field_29396 Lnet/minecraft/class_757;field_29396:Lnet/minecraft/class_5944;
      named renderTypeWaterMaskShader Lnet/minecraft/client/render/GameRenderer;renderTypeWaterMaskShader:Lnet/minecraft/client/render/Shader;
    • renderTypeOutlineShader

      @Nullable private static @Nullable Shader renderTypeOutlineShader
      Mappings:
      Namespace Name Mixin selector
      official az Lezl;az:Lfad;
      intermediary field_29397 Lnet/minecraft/class_757;field_29397:Lnet/minecraft/class_5944;
      named renderTypeOutlineShader Lnet/minecraft/client/render/GameRenderer;renderTypeOutlineShader:Lnet/minecraft/client/render/Shader;
    • renderTypeArmorGlintShader

      @Nullable private static @Nullable Shader renderTypeArmorGlintShader
      Mappings:
      Namespace Name Mixin selector
      official aA Lezl;aA:Lfad;
      intermediary field_29398 Lnet/minecraft/class_757;field_29398:Lnet/minecraft/class_5944;
      named renderTypeArmorGlintShader Lnet/minecraft/client/render/GameRenderer;renderTypeArmorGlintShader:Lnet/minecraft/client/render/Shader;
    • renderTypeArmorEntityGlintShader

      @Nullable private static @Nullable Shader renderTypeArmorEntityGlintShader
      Mappings:
      Namespace Name Mixin selector
      official aB Lezl;aB:Lfad;
      intermediary field_29399 Lnet/minecraft/class_757;field_29399:Lnet/minecraft/class_5944;
      named renderTypeArmorEntityGlintShader Lnet/minecraft/client/render/GameRenderer;renderTypeArmorEntityGlintShader:Lnet/minecraft/client/render/Shader;
    • renderTypeGlintTranslucentShader

      @Nullable private static @Nullable Shader renderTypeGlintTranslucentShader
      Mappings:
      Namespace Name Mixin selector
      official aC Lezl;aC:Lfad;
      intermediary field_29400 Lnet/minecraft/class_757;field_29400:Lnet/minecraft/class_5944;
      named renderTypeGlintTranslucentShader Lnet/minecraft/client/render/GameRenderer;renderTypeGlintTranslucentShader:Lnet/minecraft/client/render/Shader;
    • renderTypeGlintShader

      @Nullable private static @Nullable Shader renderTypeGlintShader
      Mappings:
      Namespace Name Mixin selector
      official aD Lezl;aD:Lfad;
      intermediary field_29401 Lnet/minecraft/class_757;field_29401:Lnet/minecraft/class_5944;
      named renderTypeGlintShader Lnet/minecraft/client/render/GameRenderer;renderTypeGlintShader:Lnet/minecraft/client/render/Shader;
    • renderTypeGlintDirectShader

      @Nullable private static @Nullable Shader renderTypeGlintDirectShader
      Mappings:
      Namespace Name Mixin selector
      official aE Lezl;aE:Lfad;
      intermediary field_29402 Lnet/minecraft/class_757;field_29402:Lnet/minecraft/class_5944;
      named renderTypeGlintDirectShader Lnet/minecraft/client/render/GameRenderer;renderTypeGlintDirectShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityGlintShader

      @Nullable private static @Nullable Shader renderTypeEntityGlintShader
      Mappings:
      Namespace Name Mixin selector
      official aF Lezl;aF:Lfad;
      intermediary field_29367 Lnet/minecraft/class_757;field_29367:Lnet/minecraft/class_5944;
      named renderTypeEntityGlintShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityGlintShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEntityGlintDirectShader

      @Nullable private static @Nullable Shader renderTypeEntityGlintDirectShader
      Mappings:
      Namespace Name Mixin selector
      official aG Lezl;aG:Lfad;
      intermediary field_29368 Lnet/minecraft/class_757;field_29368:Lnet/minecraft/class_5944;
      named renderTypeEntityGlintDirectShader Lnet/minecraft/client/render/GameRenderer;renderTypeEntityGlintDirectShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTextShader

      @Nullable private static @Nullable Shader renderTypeTextShader
      Mappings:
      Namespace Name Mixin selector
      official aH Lezl;aH:Lfad;
      intermediary field_29369 Lnet/minecraft/class_757;field_29369:Lnet/minecraft/class_5944;
      named renderTypeTextShader Lnet/minecraft/client/render/GameRenderer;renderTypeTextShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTextIntensityShader

      @Nullable private static @Nullable Shader renderTypeTextIntensityShader
      Mappings:
      Namespace Name Mixin selector
      official aI Lezl;aI:Lfad;
      intermediary field_33626 Lnet/minecraft/class_757;field_33626:Lnet/minecraft/class_5944;
      named renderTypeTextIntensityShader Lnet/minecraft/client/render/GameRenderer;renderTypeTextIntensityShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTextSeeThroughShader

      @Nullable private static @Nullable Shader renderTypeTextSeeThroughShader
      Mappings:
      Namespace Name Mixin selector
      official aJ Lezl;aJ:Lfad;
      intermediary field_29370 Lnet/minecraft/class_757;field_29370:Lnet/minecraft/class_5944;
      named renderTypeTextSeeThroughShader Lnet/minecraft/client/render/GameRenderer;renderTypeTextSeeThroughShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTextIntensitySeeThroughShader

      @Nullable private static @Nullable Shader renderTypeTextIntensitySeeThroughShader
      Mappings:
      Namespace Name Mixin selector
      official aK Lezl;aK:Lfad;
      intermediary field_33627 Lnet/minecraft/class_757;field_33627:Lnet/minecraft/class_5944;
      named renderTypeTextIntensitySeeThroughShader Lnet/minecraft/client/render/GameRenderer;renderTypeTextIntensitySeeThroughShader:Lnet/minecraft/client/render/Shader;
    • renderTypeLightningShader

      @Nullable private static @Nullable Shader renderTypeLightningShader
      Mappings:
      Namespace Name Mixin selector
      official aL Lezl;aL:Lfad;
      intermediary field_29371 Lnet/minecraft/class_757;field_29371:Lnet/minecraft/class_5944;
      named renderTypeLightningShader Lnet/minecraft/client/render/GameRenderer;renderTypeLightningShader:Lnet/minecraft/client/render/Shader;
    • renderTypeTripwireShader

      @Nullable private static @Nullable Shader renderTypeTripwireShader
      Mappings:
      Namespace Name Mixin selector
      official aM Lezl;aM:Lfad;
      intermediary field_29372 Lnet/minecraft/class_757;field_29372:Lnet/minecraft/class_5944;
      named renderTypeTripwireShader Lnet/minecraft/client/render/GameRenderer;renderTypeTripwireShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEndPortalShader

      @Nullable private static @Nullable Shader renderTypeEndPortalShader
      Mappings:
      Namespace Name Mixin selector
      official aN Lezl;aN:Lfad;
      intermediary field_29373 Lnet/minecraft/class_757;field_29373:Lnet/minecraft/class_5944;
      named renderTypeEndPortalShader Lnet/minecraft/client/render/GameRenderer;renderTypeEndPortalShader:Lnet/minecraft/client/render/Shader;
    • renderTypeEndGatewayShader

      @Nullable private static @Nullable Shader renderTypeEndGatewayShader
      Mappings:
      Namespace Name Mixin selector
      official aO Lezl;aO:Lfad;
      intermediary field_29374 Lnet/minecraft/class_757;field_29374:Lnet/minecraft/class_5944;
      named renderTypeEndGatewayShader Lnet/minecraft/client/render/GameRenderer;renderTypeEndGatewayShader:Lnet/minecraft/client/render/Shader;
    • renderTypeLinesShader

      @Nullable private static @Nullable Shader renderTypeLinesShader
      Mappings:
      Namespace Name Mixin selector
      official aP Lezl;aP:Lfad;
      intermediary field_29375 Lnet/minecraft/class_757;field_29375:Lnet/minecraft/class_5944;
      named renderTypeLinesShader Lnet/minecraft/client/render/GameRenderer;renderTypeLinesShader:Lnet/minecraft/client/render/Shader;
    • renderTypeCrumblingShader

      @Nullable private static @Nullable Shader renderTypeCrumblingShader
      Mappings:
      Namespace Name Mixin selector
      official aQ Lezl;aQ:Lfad;
      intermediary field_29376 Lnet/minecraft/class_757;field_29376:Lnet/minecraft/class_5944;
      named renderTypeCrumblingShader Lnet/minecraft/client/render/GameRenderer;renderTypeCrumblingShader:Lnet/minecraft/client/render/Shader;
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official i Lezl;i:Lefu;
      intermediary field_4015 Lnet/minecraft/class_757;field_4015:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/render/GameRenderer;client:Lnet/minecraft/client/MinecraftClient;
    • resourceManager

      private final ResourceManager resourceManager
      Mappings:
      Namespace Name Mixin selector
      official j Lezl;j:Laim;
      intermediary field_4018 Lnet/minecraft/class_757;field_4018:Lnet/minecraft/class_3300;
      named resourceManager Lnet/minecraft/client/render/GameRenderer;resourceManager:Lnet/minecraft/resource/ResourceManager;
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official k Lezl;k:Lamn;
      intermediary field_3994 Lnet/minecraft/class_757;field_3994:Lnet/minecraft/class_5819;
      named random Lnet/minecraft/client/render/GameRenderer;random:Lnet/minecraft/util/math/random/Random;
    • viewDistance

      private float viewDistance
      Mappings:
      Namespace Name Mixin selector
      official l Lezl;l:F
      intermediary field_4025 Lnet/minecraft/class_757;field_4025:F
      named viewDistance Lnet/minecraft/client/render/GameRenderer;viewDistance:F
    • firstPersonRenderer

      public final HeldItemRenderer firstPersonRenderer
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b:Lezo;
      intermediary field_4012 Lnet/minecraft/class_757;field_4012:Lnet/minecraft/class_759;
      named firstPersonRenderer Lnet/minecraft/client/render/GameRenderer;firstPersonRenderer:Lnet/minecraft/client/render/item/HeldItemRenderer;
    • mapRenderer

      private final MapRenderer mapRenderer
      Mappings:
      Namespace Name Mixin selector
      official m Lezl;m:Lehd;
      intermediary field_4026 Lnet/minecraft/class_757;field_4026:Lnet/minecraft/class_330;
      named mapRenderer Lnet/minecraft/client/render/GameRenderer;mapRenderer:Lnet/minecraft/client/render/MapRenderer;
    • buffers

      private final BufferBuilderStorage buffers
      Mappings:
      Namespace Name Mixin selector
      official n Lezl;n:Lezy;
      intermediary field_20948 Lnet/minecraft/class_757;field_20948:Lnet/minecraft/class_4599;
      named buffers Lnet/minecraft/client/render/GameRenderer;buffers:Lnet/minecraft/client/render/BufferBuilderStorage;
    • ticks

      private int ticks
      Mappings:
      Namespace Name Mixin selector
      official o Lezl;o:I
      intermediary field_4027 Lnet/minecraft/class_757;field_4027:I
      named ticks Lnet/minecraft/client/render/GameRenderer;ticks:I
    • fovMultiplier

      private float fovMultiplier
      Mappings:
      Namespace Name Mixin selector
      official p Lezl;p:F
      intermediary field_4019 Lnet/minecraft/class_757;field_4019:F
      named fovMultiplier Lnet/minecraft/client/render/GameRenderer;fovMultiplier:F
    • lastFovMultiplier

      private float lastFovMultiplier
      Mappings:
      Namespace Name Mixin selector
      official q Lezl;q:F
      intermediary field_3999 Lnet/minecraft/class_757;field_3999:F
      named lastFovMultiplier Lnet/minecraft/client/render/GameRenderer;lastFovMultiplier:F
    • skyDarkness

      private float skyDarkness
      Mappings:
      Namespace Name Mixin selector
      official r Lezl;r:F
      intermediary field_4002 Lnet/minecraft/class_757;field_4002:F
      named skyDarkness Lnet/minecraft/client/render/GameRenderer;skyDarkness:F
    • lastSkyDarkness

      private float lastSkyDarkness
      Mappings:
      Namespace Name Mixin selector
      official s Lezl;s:F
      intermediary field_3997 Lnet/minecraft/class_757;field_3997:F
      named lastSkyDarkness Lnet/minecraft/client/render/GameRenderer;lastSkyDarkness:F
    • renderHand

      private boolean renderHand
      Mappings:
      Namespace Name Mixin selector
      official t Lezl;t:Z
      intermediary field_3992 Lnet/minecraft/class_757;field_3992:Z
      named renderHand Lnet/minecraft/client/render/GameRenderer;renderHand:Z
    • blockOutlineEnabled

      private boolean blockOutlineEnabled
      Mappings:
      Namespace Name Mixin selector
      official u Lezl;u:Z
      intermediary field_4009 Lnet/minecraft/class_757;field_4009:Z
      named blockOutlineEnabled Lnet/minecraft/client/render/GameRenderer;blockOutlineEnabled:Z
    • lastWorldIconUpdate

      private long lastWorldIconUpdate
      Mappings:
      Namespace Name Mixin selector
      official v Lezl;v:J
      intermediary field_4017 Lnet/minecraft/class_757;field_4017:J
      named lastWorldIconUpdate Lnet/minecraft/client/render/GameRenderer;lastWorldIconUpdate:J
    • hasWorldIcon

      private boolean hasWorldIcon
      Mappings:
      Namespace Name Mixin selector
      official w Lezl;w:Z
      intermediary field_34055 Lnet/minecraft/class_757;field_34055:Z
      named hasWorldIcon Lnet/minecraft/client/render/GameRenderer;hasWorldIcon:Z
    • lastWindowFocusedTime

      private long lastWindowFocusedTime
      Mappings:
      Namespace Name Mixin selector
      official x Lezl;x:J
      intermediary field_3998 Lnet/minecraft/class_757;field_3998:J
      named lastWindowFocusedTime Lnet/minecraft/client/render/GameRenderer;lastWindowFocusedTime:J
    • lightmapTextureManager

      private final LightmapTextureManager lightmapTextureManager
      Mappings:
      Namespace Name Mixin selector
      official y Lezl;y:Lezr;
      intermediary field_4028 Lnet/minecraft/class_757;field_4028:Lnet/minecraft/class_765;
      named lightmapTextureManager Lnet/minecraft/client/render/GameRenderer;lightmapTextureManager:Lnet/minecraft/client/render/LightmapTextureManager;
    • overlayTexture

      private final OverlayTexture overlayTexture
      Mappings:
      Namespace Name Mixin selector
      official z Lezl;z:Lfjy;
      intermediary field_20949 Lnet/minecraft/class_757;field_20949:Lnet/minecraft/class_4608;
      named overlayTexture Lnet/minecraft/client/render/GameRenderer;overlayTexture:Lnet/minecraft/client/render/OverlayTexture;
    • renderingPanorama

      private boolean renderingPanorama
      Mappings:
      Namespace Name Mixin selector
      official A Lezl;A:Z
      intermediary field_4001 Lnet/minecraft/class_757;field_4001:Z
      named renderingPanorama Lnet/minecraft/client/render/GameRenderer;renderingPanorama:Z
    • zoom

      private float zoom
      Mappings:
      Namespace Name Mixin selector
      official B Lezl;B:F
      intermediary field_4005 Lnet/minecraft/class_757;field_4005:F
      named zoom Lnet/minecraft/client/render/GameRenderer;zoom:F
    • zoomX

      private float zoomX
      Mappings:
      Namespace Name Mixin selector
      official C Lezl;C:F
      intermediary field_3988 Lnet/minecraft/class_757;field_3988:F
      named zoomX Lnet/minecraft/client/render/GameRenderer;zoomX:F
    • zoomY

      private float zoomY
      Mappings:
      Namespace Name Mixin selector
      official D Lezl;D:F
      intermediary field_4004 Lnet/minecraft/class_757;field_4004:F
      named zoomY Lnet/minecraft/client/render/GameRenderer;zoomY:F
    • floatingItem

      @Nullable private @Nullable ItemStack floatingItem
      Mappings:
      Namespace Name Mixin selector
      official E Lezl;E:Lcax;
      intermediary field_4006 Lnet/minecraft/class_757;field_4006:Lnet/minecraft/class_1799;
      named floatingItem Lnet/minecraft/client/render/GameRenderer;floatingItem:Lnet/minecraft/item/ItemStack;
    • floatingItemTimeLeft

      private int floatingItemTimeLeft
      Mappings:
      Namespace Name Mixin selector
      official F Lezl;F:I
      intermediary field_4007 Lnet/minecraft/class_757;field_4007:I
      named floatingItemTimeLeft Lnet/minecraft/client/render/GameRenderer;floatingItemTimeLeft:I
    • floatingItemWidth

      private float floatingItemWidth
      Mappings:
      Namespace Name Mixin selector
      official G Lezl;G:F
      intermediary field_4029 Lnet/minecraft/class_757;field_4029:F
      named floatingItemWidth Lnet/minecraft/client/render/GameRenderer;floatingItemWidth:F
    • floatingItemHeight

      private float floatingItemHeight
      Mappings:
      Namespace Name Mixin selector
      official H Lezl;H:F
      intermediary field_4003 Lnet/minecraft/class_757;field_4003:F
      named floatingItemHeight Lnet/minecraft/client/render/GameRenderer;floatingItemHeight:F
    • shader

      Mappings:
      Namespace Name Mixin selector
      official I Lezl;I:Lezv;
      intermediary field_4024 Lnet/minecraft/class_757;field_4024:Lnet/minecraft/class_279;
      named shader Lnet/minecraft/client/render/GameRenderer;shader:Lnet/minecraft/client/gl/ShaderEffect;
    • forcedShaderIndex

      private int forcedShaderIndex
      Mappings:
      Namespace Name Mixin selector
      official K Lezl;K:I
      intermediary field_4023 Lnet/minecraft/class_757;field_4023:I
      named forcedShaderIndex Lnet/minecraft/client/render/GameRenderer;forcedShaderIndex:I
    • shadersEnabled

      private boolean shadersEnabled
      Mappings:
      Namespace Name Mixin selector
      official L Lezl;L:Z
      intermediary field_4013 Lnet/minecraft/class_757;field_4013:Z
      named shadersEnabled Lnet/minecraft/client/render/GameRenderer;shadersEnabled:Z
    • camera

      private final Camera camera
      Mappings:
      Namespace Name Mixin selector
      official M Lezl;M:Leff;
      intermediary field_18765 Lnet/minecraft/class_757;field_18765:Lnet/minecraft/class_4184;
      named camera Lnet/minecraft/client/render/GameRenderer;camera:Lnet/minecraft/client/render/Camera;
    • blitScreenShader

      public Shader blitScreenShader
      Mappings:
      Namespace Name Mixin selector
      official e Lezl;e:Lfad;
      intermediary field_29403 Lnet/minecraft/class_757;field_29403:Lnet/minecraft/class_5944;
      named blitScreenShader Lnet/minecraft/client/render/GameRenderer;blitScreenShader:Lnet/minecraft/client/render/Shader;
    • shaders

      private final Map<String,Shader> shaders
      Mappings:
      Namespace Name Mixin selector
      official N Lezl;N:Ljava/util/Map;
      intermediary field_29350 Lnet/minecraft/class_757;field_29350:Ljava/util/Map;
      named shaders Lnet/minecraft/client/render/GameRenderer;shaders:Ljava/util/Map;
  • Constructor Details

    • GameRenderer

      public GameRenderer(MinecraftClient client, HeldItemRenderer heldItemRenderer, ResourceManager resourceManager, BufferBuilderStorage buffers)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lezl;<init>(Lefu;Lezo;Laim;Lezy;)V
      intermediary <init> Lnet/minecraft/class_757;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_759;Lnet/minecraft/class_3300;Lnet/minecraft/class_4599;)V
      named <init> Lnet/minecraft/client/render/GameRenderer;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/render/item/HeldItemRenderer;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/client/render/BufferBuilderStorage;)V
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • setRenderHand

      public void setRenderHand(boolean renderHand)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Z)V
      intermediary method_35768 Lnet/minecraft/class_757;method_35768(Z)V
      named setRenderHand Lnet/minecraft/client/render/GameRenderer;setRenderHand(Z)V
    • setBlockOutlineEnabled

      public void setBlockOutlineEnabled(boolean blockOutlineEnabled)
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b(Z)V
      intermediary method_35769 Lnet/minecraft/class_757;method_35769(Z)V
      named setBlockOutlineEnabled Lnet/minecraft/client/render/GameRenderer;setBlockOutlineEnabled(Z)V
    • setRenderingPanorama

      public void setRenderingPanorama(boolean renderingPanorama)
      Mappings:
      Namespace Name Mixin selector
      official c Lezl;c(Z)V
      intermediary method_35770 Lnet/minecraft/class_757;method_35770(Z)V
      named setRenderingPanorama Lnet/minecraft/client/render/GameRenderer;setRenderingPanorama(Z)V
    • isRenderingPanorama

      public boolean isRenderingPanorama()
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a()Z
      intermediary method_35765 Lnet/minecraft/class_757;method_35765()Z
      named isRenderingPanorama Lnet/minecraft/client/render/GameRenderer;isRenderingPanorama()Z
    • disableShader

      public void disableShader()
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b()V
      intermediary method_3207 Lnet/minecraft/class_757;method_3207()V
      named disableShader Lnet/minecraft/client/render/GameRenderer;disableShader()V
    • toggleShadersEnabled

      public void toggleShadersEnabled()
      Mappings:
      Namespace Name Mixin selector
      official d Lezl;d()V
      intermediary method_3184 Lnet/minecraft/class_757;method_3184()V
      named toggleShadersEnabled Lnet/minecraft/client/render/GameRenderer;toggleShadersEnabled()V
    • onCameraEntitySet

      public void onCameraEntitySet(@Nullable @Nullable Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Lbbn;)V
      intermediary method_3167 Lnet/minecraft/class_757;method_3167(Lnet/minecraft/class_1297;)V
      named onCameraEntitySet Lnet/minecraft/client/render/GameRenderer;onCameraEntitySet(Lnet/minecraft/entity/Entity;)V
    • loadForcedShader

      public void loadForcedShader()
      Mappings:
      Namespace Name Mixin selector
      official e Lezl;e()V
      intermediary method_35771 Lnet/minecraft/class_757;method_35771()V
      named loadForcedShader Lnet/minecraft/client/render/GameRenderer;loadForcedShader()V
    • loadShader

      private void loadShader(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Labb;)V
      intermediary method_3168 Lnet/minecraft/class_757;method_3168(Lnet/minecraft/class_2960;)V
      named loadShader Lnet/minecraft/client/render/GameRenderer;loadShader(Lnet/minecraft/util/Identifier;)V
    • reload

      public void reload(ResourceManager manager)
      Performs the reload in the apply executor, or the game engine.
      Specified by:
      reload in interface SynchronousResourceReloader
      Parameters:
      manager - the resource manager
      Mappings:
      Namespace Name Mixin selector
      official a Lain;a(Laim;)V
      intermediary method_14491 Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)V
      named reload Lnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
    • preloadShaders

      public void preloadShaders(ResourceFactory factory)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Laip;)V
      intermediary method_34521 Lnet/minecraft/class_757;method_34521(Lnet/minecraft/class_5912;)V
      named preloadShaders Lnet/minecraft/client/render/GameRenderer;preloadShaders(Lnet/minecraft/resource/ResourceFactory;)V
    • loadShader

      private Shader loadShader(ResourceFactory factory, String name, VertexFormat vertexFormat)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Laip;Ljava/lang/String;Leav;)Lfad;
      intermediary method_34522 Lnet/minecraft/class_757;method_34522(Lnet/minecraft/class_5912;Ljava/lang/String;Lnet/minecraft/class_293;)Lnet/minecraft/class_5944;
      named loadShader Lnet/minecraft/client/render/GameRenderer;loadShader(Lnet/minecraft/resource/ResourceFactory;Ljava/lang/String;Lnet/minecraft/client/render/VertexFormat;)Lnet/minecraft/client/render/Shader;
    • loadShaders

      public void loadShaders(ResourceManager manager)
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b(Laim;)V
      intermediary method_34538 Lnet/minecraft/class_757;method_34538(Lnet/minecraft/class_3300;)V
      named loadShaders Lnet/minecraft/client/render/GameRenderer;loadShaders(Lnet/minecraft/resource/ResourceManager;)V
    • clearShaders

      private void clearShaders()
      Mappings:
      Namespace Name Mixin selector
      official as Lezl;as()V
      intermediary method_34537 Lnet/minecraft/class_757;method_34537()V
      named clearShaders Lnet/minecraft/client/render/GameRenderer;clearShaders()V
    • getShader

      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Ljava/lang/String;)Lfad;
      intermediary method_35767 Lnet/minecraft/class_757;method_35767(Ljava/lang/String;)Lnet/minecraft/class_5944;
      named getShader Lnet/minecraft/client/render/GameRenderer;getShader(Ljava/lang/String;)Lnet/minecraft/client/render/Shader;
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official f Lezl;f()V
      intermediary method_3182 Lnet/minecraft/class_757;method_3182()V
      named tick Lnet/minecraft/client/render/GameRenderer;tick()V
    • getShader

      @Nullable public @Nullable ShaderEffect getShader()
      Mappings:
      Namespace Name Mixin selector
      official g Lezl;g()Lezv;
      intermediary method_3183 Lnet/minecraft/class_757;method_3183()Lnet/minecraft/class_279;
      named getShader Lnet/minecraft/client/render/GameRenderer;getShader()Lnet/minecraft/client/gl/ShaderEffect;
    • onResized

      public void onResized(int width, int height)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(II)V
      intermediary method_3169 Lnet/minecraft/class_757;method_3169(II)V
      named onResized Lnet/minecraft/client/render/GameRenderer;onResized(II)V
    • updateTargetedEntity

      public void updateTargetedEntity(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(F)V
      intermediary method_3190 Lnet/minecraft/class_757;method_3190(F)V
      named updateTargetedEntity Lnet/minecraft/client/render/GameRenderer;updateTargetedEntity(F)V
    • updateFovMultiplier

      private void updateFovMultiplier()
      Mappings:
      Namespace Name Mixin selector
      official at Lezl;at()V
      intermediary method_3199 Lnet/minecraft/class_757;method_3199()V
      named updateFovMultiplier Lnet/minecraft/client/render/GameRenderer;updateFovMultiplier()V
    • getFov

      private double getFov(Camera camera, float tickDelta, boolean changingFov)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Leff;FZ)D
      intermediary method_3196 Lnet/minecraft/class_757;method_3196(Lnet/minecraft/class_4184;FZ)D
      named getFov Lnet/minecraft/client/render/GameRenderer;getFov(Lnet/minecraft/client/render/Camera;FZ)D
    • bobViewWhenHurt

      private void bobViewWhenHurt(MatrixStack matrices, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Leaq;F)V
      intermediary method_3198 Lnet/minecraft/class_757;method_3198(Lnet/minecraft/class_4587;F)V
      named bobViewWhenHurt Lnet/minecraft/client/render/GameRenderer;bobViewWhenHurt(Lnet/minecraft/client/util/math/MatrixStack;F)V
    • bobView

      private void bobView(MatrixStack matrices, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b(Leaq;F)V
      intermediary method_3186 Lnet/minecraft/class_757;method_3186(Lnet/minecraft/class_4587;F)V
      named bobView Lnet/minecraft/client/render/GameRenderer;bobView(Lnet/minecraft/client/util/math/MatrixStack;F)V
    • renderWithZoom

      public void renderWithZoom(float zoom, float zoomX, float zoomY)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(FFF)V
      intermediary method_35766 Lnet/minecraft/class_757;method_35766(FFF)V
      named renderWithZoom Lnet/minecraft/client/render/GameRenderer;renderWithZoom(FFF)V
    • renderHand

      private void renderHand(MatrixStack matrices, Camera camera, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Leaq;Leff;F)V
      intermediary method_3172 Lnet/minecraft/class_757;method_3172(Lnet/minecraft/class_4587;Lnet/minecraft/class_4184;F)V
      named renderHand Lnet/minecraft/client/render/GameRenderer;renderHand(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/Camera;F)V
    • loadProjectionMatrix

      public void loadProjectionMatrix(Matrix4f projectionMatrix)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Ld;)V
      intermediary method_22709 Lnet/minecraft/class_757;method_22709(Lnet/minecraft/class_1159;)V
      named loadProjectionMatrix Lnet/minecraft/client/render/GameRenderer;loadProjectionMatrix(Lnet/minecraft/util/math/Matrix4f;)V
    • getBasicProjectionMatrix

      public Matrix4f getBasicProjectionMatrix(double fov)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(D)Ld;
      intermediary method_22973 Lnet/minecraft/class_757;method_22973(D)Lnet/minecraft/class_1159;
      named getBasicProjectionMatrix Lnet/minecraft/client/render/GameRenderer;getBasicProjectionMatrix(D)Lnet/minecraft/util/math/Matrix4f;
    • method_32796

      public float method_32796()
      Mappings:
      Namespace Name Mixin selector
      official h Lezl;h()F
      intermediary method_32796 Lnet/minecraft/class_757;method_32796()F
      named method_32796 Lnet/minecraft/client/render/GameRenderer;method_32796()F
    • getNightVisionStrength

      public static float getNightVisionStrength(LivingEntity entity, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Lbcc;F)F
      intermediary method_3174 Lnet/minecraft/class_757;method_3174(Lnet/minecraft/class_1309;F)F
      named getNightVisionStrength Lnet/minecraft/client/render/GameRenderer;getNightVisionStrength(Lnet/minecraft/entity/LivingEntity;F)F
    • render

      public void render(float tickDelta, long startTime, boolean tick)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(FJZ)V
      intermediary method_3192 Lnet/minecraft/class_757;method_3192(FJZ)V
      named render Lnet/minecraft/client/render/GameRenderer;render(FJZ)V
    • updateWorldIcon

      private void updateWorldIcon()
      Mappings:
      Namespace Name Mixin selector
      official au Lezl;au()V
      intermediary method_37473 Lnet/minecraft/class_757;method_37473()V
      named updateWorldIcon Lnet/minecraft/client/render/GameRenderer;updateWorldIcon()V
    • updateWorldIcon

      private void updateWorldIcon(Path path)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Ljava/nio/file/Path;)V
      intermediary method_3176 Lnet/minecraft/class_757;method_3176(Ljava/nio/file/Path;)V
      named updateWorldIcon Lnet/minecraft/client/render/GameRenderer;updateWorldIcon(Ljava/nio/file/Path;)V
    • shouldRenderBlockOutline

      private boolean shouldRenderBlockOutline()
      Mappings:
      Namespace Name Mixin selector
      official av Lezl;av()Z
      intermediary method_3202 Lnet/minecraft/class_757;method_3202()Z
      named shouldRenderBlockOutline Lnet/minecraft/client/render/GameRenderer;shouldRenderBlockOutline()Z
    • renderWorld

      public void renderWorld(float tickDelta, long limitTime, MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(FJLeaq;)V
      intermediary method_3188 Lnet/minecraft/class_757;method_3188(FJLnet/minecraft/class_4587;)V
      named renderWorld Lnet/minecraft/client/render/GameRenderer;renderWorld(FJLnet/minecraft/client/util/math/MatrixStack;)V
    • reset

      public void reset()
      Mappings:
      Namespace Name Mixin selector
      official i Lezl;i()V
      intermediary method_3203 Lnet/minecraft/class_757;method_3203()V
      named reset Lnet/minecraft/client/render/GameRenderer;reset()V
    • getMapRenderer

      public MapRenderer getMapRenderer()
      Mappings:
      Namespace Name Mixin selector
      official j Lezl;j()Lehd;
      intermediary method_3194 Lnet/minecraft/class_757;method_3194()Lnet/minecraft/class_330;
      named getMapRenderer Lnet/minecraft/client/render/GameRenderer;getMapRenderer()Lnet/minecraft/client/render/MapRenderer;
    • showFloatingItem

      public void showFloatingItem(ItemStack floatingItem)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(Lcax;)V
      intermediary method_3189 Lnet/minecraft/class_757;method_3189(Lnet/minecraft/class_1799;)V
      named showFloatingItem Lnet/minecraft/client/render/GameRenderer;showFloatingItem(Lnet/minecraft/item/ItemStack;)V
    • renderFloatingItem

      private void renderFloatingItem(int scaledWidth, int scaledHeight, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lezl;a(IIF)V
      intermediary method_3171 Lnet/minecraft/class_757;method_3171(IIF)V
      named renderFloatingItem Lnet/minecraft/client/render/GameRenderer;renderFloatingItem(IIF)V
    • renderNausea

      private void renderNausea(float distortionStrength)
      Mappings:
      Namespace Name Mixin selector
      official c Lezl;c(F)V
      intermediary method_31136 Lnet/minecraft/class_757;method_31136(F)V
      named renderNausea Lnet/minecraft/client/render/GameRenderer;renderNausea(F)V
    • getClient

      public MinecraftClient getClient()
      Mappings:
      Namespace Name Mixin selector
      official k Lezl;k()Lefu;
      intermediary method_35772 Lnet/minecraft/class_757;method_35772()Lnet/minecraft/class_310;
      named getClient Lnet/minecraft/client/render/GameRenderer;getClient()Lnet/minecraft/client/MinecraftClient;
    • getSkyDarkness

      public float getSkyDarkness(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official b Lezl;b(F)F
      intermediary method_3195 Lnet/minecraft/class_757;method_3195(F)F
      named getSkyDarkness Lnet/minecraft/client/render/GameRenderer;getSkyDarkness(F)F
    • getViewDistance

      public float getViewDistance()
      Mappings:
      Namespace Name Mixin selector
      official l Lezl;l()F
      intermediary method_3193 Lnet/minecraft/class_757;method_3193()F
      named getViewDistance Lnet/minecraft/client/render/GameRenderer;getViewDistance()F
    • getCamera

      public Camera getCamera()
      Mappings:
      Namespace Name Mixin selector
      official m Lezl;m()Leff;
      intermediary method_19418 Lnet/minecraft/class_757;method_19418()Lnet/minecraft/class_4184;
      named getCamera Lnet/minecraft/client/render/GameRenderer;getCamera()Lnet/minecraft/client/render/Camera;
    • getLightmapTextureManager

      public LightmapTextureManager getLightmapTextureManager()
      Mappings:
      Namespace Name Mixin selector
      official n Lezl;n()Lezr;
      intermediary method_22974 Lnet/minecraft/class_757;method_22974()Lnet/minecraft/class_765;
      named getLightmapTextureManager Lnet/minecraft/client/render/GameRenderer;getLightmapTextureManager()Lnet/minecraft/client/render/LightmapTextureManager;
    • getOverlayTexture

      public OverlayTexture getOverlayTexture()
      Mappings:
      Namespace Name Mixin selector
      official o Lezl;o()Lfjy;
      intermediary method_22975 Lnet/minecraft/class_757;method_22975()Lnet/minecraft/class_4608;
      named getOverlayTexture Lnet/minecraft/client/render/GameRenderer;getOverlayTexture()Lnet/minecraft/client/render/OverlayTexture;
    • getPositionShader

      @Nullable public static @Nullable Shader getPositionShader()
      Mappings:
      Namespace Name Mixin selector
      official p Lezl;p()Lfad;
      intermediary method_34539 Lnet/minecraft/class_757;method_34539()Lnet/minecraft/class_5944;
      named getPositionShader Lnet/minecraft/client/render/GameRenderer;getPositionShader()Lnet/minecraft/client/render/Shader;
    • getPositionColorShader

      @Nullable public static @Nullable Shader getPositionColorShader()
      Mappings:
      Namespace Name Mixin selector
      official q Lezl;q()Lfad;
      intermediary method_34540 Lnet/minecraft/class_757;method_34540()Lnet/minecraft/class_5944;
      named getPositionColorShader Lnet/minecraft/client/render/GameRenderer;getPositionColorShader()Lnet/minecraft/client/render/Shader;
    • getPositionColorTexShader

      @Nullable public static @Nullable Shader getPositionColorTexShader()
      Mappings:
      Namespace Name Mixin selector
      official r Lezl;r()Lfad;
      intermediary method_34541 Lnet/minecraft/class_757;method_34541()Lnet/minecraft/class_5944;
      named getPositionColorTexShader Lnet/minecraft/client/render/GameRenderer;getPositionColorTexShader()Lnet/minecraft/client/render/Shader;
    • getPositionTexShader

      @Nullable public static @Nullable Shader getPositionTexShader()
      Mappings:
      Namespace Name Mixin selector
      official s Lezl;s()Lfad;
      intermediary method_34542 Lnet/minecraft/class_757;method_34542()Lnet/minecraft/class_5944;
      named getPositionTexShader Lnet/minecraft/client/render/GameRenderer;getPositionTexShader()Lnet/minecraft/client/render/Shader;
    • getPositionTexColorShader

      @Nullable public static @Nullable Shader getPositionTexColorShader()
      Mappings:
      Namespace Name Mixin selector
      official t Lezl;t()Lfad;
      intermediary method_34543 Lnet/minecraft/class_757;method_34543()Lnet/minecraft/class_5944;
      named getPositionTexColorShader Lnet/minecraft/client/render/GameRenderer;getPositionTexColorShader()Lnet/minecraft/client/render/Shader;
    • getBlockShader

      @Nullable public static @Nullable Shader getBlockShader()
      Mappings:
      Namespace Name Mixin selector
      official u Lezl;u()Lfad;
      intermediary method_34544 Lnet/minecraft/class_757;method_34544()Lnet/minecraft/class_5944;
      named getBlockShader Lnet/minecraft/client/render/GameRenderer;getBlockShader()Lnet/minecraft/client/render/Shader;
    • getNewEntityShader

      @Nullable public static @Nullable Shader getNewEntityShader()
      Mappings:
      Namespace Name Mixin selector
      official v Lezl;v()Lfad;
      intermediary method_34545 Lnet/minecraft/class_757;method_34545()Lnet/minecraft/class_5944;
      named getNewEntityShader Lnet/minecraft/client/render/GameRenderer;getNewEntityShader()Lnet/minecraft/client/render/Shader;
    • getParticleShader

      @Nullable public static @Nullable Shader getParticleShader()
      Mappings:
      Namespace Name Mixin selector
      official w Lezl;w()Lfad;
      intermediary method_34546 Lnet/minecraft/class_757;method_34546()Lnet/minecraft/class_5944;
      named getParticleShader Lnet/minecraft/client/render/GameRenderer;getParticleShader()Lnet/minecraft/client/render/Shader;
    • getPositionColorLightmapShader

      @Nullable public static @Nullable Shader getPositionColorLightmapShader()
      Mappings:
      Namespace Name Mixin selector
      official x Lezl;x()Lfad;
      intermediary method_34547 Lnet/minecraft/class_757;method_34547()Lnet/minecraft/class_5944;
      named getPositionColorLightmapShader Lnet/minecraft/client/render/GameRenderer;getPositionColorLightmapShader()Lnet/minecraft/client/render/Shader;
    • getPositionColorTexLightmapShader

      @Nullable public static @Nullable Shader getPositionColorTexLightmapShader()
      Mappings:
      Namespace Name Mixin selector
      official y Lezl;y()Lfad;
      intermediary method_34548 Lnet/minecraft/class_757;method_34548()Lnet/minecraft/class_5944;
      named getPositionColorTexLightmapShader Lnet/minecraft/client/render/GameRenderer;getPositionColorTexLightmapShader()Lnet/minecraft/client/render/Shader;
    • getPositionTexColorNormalShader

      @Nullable public static @Nullable Shader getPositionTexColorNormalShader()
      Mappings:
      Namespace Name Mixin selector
      official z Lezl;z()Lfad;
      intermediary method_34549 Lnet/minecraft/class_757;method_34549()Lnet/minecraft/class_5944;
      named getPositionTexColorNormalShader Lnet/minecraft/client/render/GameRenderer;getPositionTexColorNormalShader()Lnet/minecraft/client/render/Shader;
    • getPositionTexLightmapColorShader

      @Nullable public static @Nullable Shader getPositionTexLightmapColorShader()
      Mappings:
      Namespace Name Mixin selector
      official A Lezl;A()Lfad;
      intermediary method_35764 Lnet/minecraft/class_757;method_35764()Lnet/minecraft/class_5944;
      named getPositionTexLightmapColorShader Lnet/minecraft/client/render/GameRenderer;getPositionTexLightmapColorShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeSolidShader

      @Nullable public static @Nullable Shader getRenderTypeSolidShader()
      Mappings:
      Namespace Name Mixin selector
      official B Lezl;B()Lfad;
      intermediary method_34495 Lnet/minecraft/class_757;method_34495()Lnet/minecraft/class_5944;
      named getRenderTypeSolidShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeSolidShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeCutoutMippedShader

      @Nullable public static @Nullable Shader getRenderTypeCutoutMippedShader()
      Mappings:
      Namespace Name Mixin selector
      official C Lezl;C()Lfad;
      intermediary method_34496 Lnet/minecraft/class_757;method_34496()Lnet/minecraft/class_5944;
      named getRenderTypeCutoutMippedShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeCutoutMippedShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeCutoutShader

      @Nullable public static @Nullable Shader getRenderTypeCutoutShader()
      Mappings:
      Namespace Name Mixin selector
      official D Lezl;D()Lfad;
      intermediary method_34497 Lnet/minecraft/class_757;method_34497()Lnet/minecraft/class_5944;
      named getRenderTypeCutoutShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeCutoutShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTranslucentShader

      @Nullable public static @Nullable Shader getRenderTypeTranslucentShader()
      Mappings:
      Namespace Name Mixin selector
      official E Lezl;E()Lfad;
      intermediary method_34498 Lnet/minecraft/class_757;method_34498()Lnet/minecraft/class_5944;
      named getRenderTypeTranslucentShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTranslucentShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTranslucentMovingBlockShader

      @Nullable public static @Nullable Shader getRenderTypeTranslucentMovingBlockShader()
      Mappings:
      Namespace Name Mixin selector
      official F Lezl;F()Lfad;
      intermediary method_34499 Lnet/minecraft/class_757;method_34499()Lnet/minecraft/class_5944;
      named getRenderTypeTranslucentMovingBlockShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTranslucentMovingBlockShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTranslucentNoCrumblingShader

      @Nullable public static @Nullable Shader getRenderTypeTranslucentNoCrumblingShader()
      Mappings:
      Namespace Name Mixin selector
      official G Lezl;G()Lfad;
      intermediary method_34500 Lnet/minecraft/class_757;method_34500()Lnet/minecraft/class_5944;
      named getRenderTypeTranslucentNoCrumblingShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTranslucentNoCrumblingShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeArmorCutoutNoCullShader

      @Nullable public static @Nullable Shader getRenderTypeArmorCutoutNoCullShader()
      Mappings:
      Namespace Name Mixin selector
      official H Lezl;H()Lfad;
      intermediary method_34501 Lnet/minecraft/class_757;method_34501()Lnet/minecraft/class_5944;
      named getRenderTypeArmorCutoutNoCullShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeArmorCutoutNoCullShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntitySolidShader

      @Nullable public static @Nullable Shader getRenderTypeEntitySolidShader()
      Mappings:
      Namespace Name Mixin selector
      official I Lezl;I()Lfad;
      intermediary method_34502 Lnet/minecraft/class_757;method_34502()Lnet/minecraft/class_5944;
      named getRenderTypeEntitySolidShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntitySolidShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityCutoutShader

      @Nullable public static @Nullable Shader getRenderTypeEntityCutoutShader()
      Mappings:
      Namespace Name Mixin selector
      official J Lezl;J()Lfad;
      intermediary method_34503 Lnet/minecraft/class_757;method_34503()Lnet/minecraft/class_5944;
      named getRenderTypeEntityCutoutShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityCutoutShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityCutoutNoNullShader

      @Nullable public static @Nullable Shader getRenderTypeEntityCutoutNoNullShader()
      Mappings:
      Namespace Name Mixin selector
      official K Lezl;K()Lfad;
      intermediary method_34504 Lnet/minecraft/class_757;method_34504()Lnet/minecraft/class_5944;
      named getRenderTypeEntityCutoutNoNullShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityCutoutNoNullShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityCutoutNoNullZOffsetShader

      @Nullable public static @Nullable Shader getRenderTypeEntityCutoutNoNullZOffsetShader()
      Mappings:
      Namespace Name Mixin selector
      official L Lezl;L()Lfad;
      intermediary method_34505 Lnet/minecraft/class_757;method_34505()Lnet/minecraft/class_5944;
      named getRenderTypeEntityCutoutNoNullZOffsetShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityCutoutNoNullZOffsetShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeItemEntityTranslucentCullShader

      @Nullable public static @Nullable Shader getRenderTypeItemEntityTranslucentCullShader()
      Mappings:
      Namespace Name Mixin selector
      official M Lezl;M()Lfad;
      intermediary method_34506 Lnet/minecraft/class_757;method_34506()Lnet/minecraft/class_5944;
      named getRenderTypeItemEntityTranslucentCullShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeItemEntityTranslucentCullShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityTranslucentCullShader

      @Nullable public static @Nullable Shader getRenderTypeEntityTranslucentCullShader()
      Mappings:
      Namespace Name Mixin selector
      official N Lezl;N()Lfad;
      intermediary method_34507 Lnet/minecraft/class_757;method_34507()Lnet/minecraft/class_5944;
      named getRenderTypeEntityTranslucentCullShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityTranslucentCullShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityTranslucentShader

      @Nullable public static @Nullable Shader getRenderTypeEntityTranslucentShader()
      Mappings:
      Namespace Name Mixin selector
      official O Lezl;O()Lfad;
      intermediary method_34508 Lnet/minecraft/class_757;method_34508()Lnet/minecraft/class_5944;
      named getRenderTypeEntityTranslucentShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityTranslucentShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityTranslucentEmissiveShader

      @Nullable public static @Nullable Shader getRenderTypeEntityTranslucentEmissiveShader()
      Mappings:
      Namespace Name Mixin selector
      official P Lezl;P()Lfad;
      intermediary method_42595 Lnet/minecraft/class_757;method_42595()Lnet/minecraft/class_5944;
      named getRenderTypeEntityTranslucentEmissiveShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityTranslucentEmissiveShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntitySmoothCutoutShader

      @Nullable public static @Nullable Shader getRenderTypeEntitySmoothCutoutShader()
      Mappings:
      Namespace Name Mixin selector
      official Q Lezl;Q()Lfad;
      intermediary method_34509 Lnet/minecraft/class_757;method_34509()Lnet/minecraft/class_5944;
      named getRenderTypeEntitySmoothCutoutShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntitySmoothCutoutShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeBeaconBeamShader

      @Nullable public static @Nullable Shader getRenderTypeBeaconBeamShader()
      Mappings:
      Namespace Name Mixin selector
      official R Lezl;R()Lfad;
      intermediary method_34510 Lnet/minecraft/class_757;method_34510()Lnet/minecraft/class_5944;
      named getRenderTypeBeaconBeamShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeBeaconBeamShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityDecalShader

      @Nullable public static @Nullable Shader getRenderTypeEntityDecalShader()
      Mappings:
      Namespace Name Mixin selector
      official S Lezl;S()Lfad;
      intermediary method_34511 Lnet/minecraft/class_757;method_34511()Lnet/minecraft/class_5944;
      named getRenderTypeEntityDecalShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityDecalShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityNoOutlineShader

      @Nullable public static @Nullable Shader getRenderTypeEntityNoOutlineShader()
      Mappings:
      Namespace Name Mixin selector
      official T Lezl;T()Lfad;
      intermediary method_34512 Lnet/minecraft/class_757;method_34512()Lnet/minecraft/class_5944;
      named getRenderTypeEntityNoOutlineShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityNoOutlineShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityShadowShader

      @Nullable public static @Nullable Shader getRenderTypeEntityShadowShader()
      Mappings:
      Namespace Name Mixin selector
      official U Lezl;U()Lfad;
      intermediary method_34513 Lnet/minecraft/class_757;method_34513()Lnet/minecraft/class_5944;
      named getRenderTypeEntityShadowShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityShadowShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityAlphaShader

      @Nullable public static @Nullable Shader getRenderTypeEntityAlphaShader()
      Mappings:
      Namespace Name Mixin selector
      official V Lezl;V()Lfad;
      intermediary method_34514 Lnet/minecraft/class_757;method_34514()Lnet/minecraft/class_5944;
      named getRenderTypeEntityAlphaShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityAlphaShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEyesShader

      @Nullable public static @Nullable Shader getRenderTypeEyesShader()
      Mappings:
      Namespace Name Mixin selector
      official W Lezl;W()Lfad;
      intermediary method_34515 Lnet/minecraft/class_757;method_34515()Lnet/minecraft/class_5944;
      named getRenderTypeEyesShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEyesShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEnergySwirlShader

      @Nullable public static @Nullable Shader getRenderTypeEnergySwirlShader()
      Mappings:
      Namespace Name Mixin selector
      official X Lezl;X()Lfad;
      intermediary method_34516 Lnet/minecraft/class_757;method_34516()Lnet/minecraft/class_5944;
      named getRenderTypeEnergySwirlShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEnergySwirlShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeLeashShader

      @Nullable public static @Nullable Shader getRenderTypeLeashShader()
      Mappings:
      Namespace Name Mixin selector
      official Y Lezl;Y()Lfad;
      intermediary method_34517 Lnet/minecraft/class_757;method_34517()Lnet/minecraft/class_5944;
      named getRenderTypeLeashShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeLeashShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeWaterMaskShader

      @Nullable public static @Nullable Shader getRenderTypeWaterMaskShader()
      Mappings:
      Namespace Name Mixin selector
      official Z Lezl;Z()Lfad;
      intermediary method_34518 Lnet/minecraft/class_757;method_34518()Lnet/minecraft/class_5944;
      named getRenderTypeWaterMaskShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeWaterMaskShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeOutlineShader

      @Nullable public static @Nullable Shader getRenderTypeOutlineShader()
      Mappings:
      Namespace Name Mixin selector
      official aa Lezl;aa()Lfad;
      intermediary method_34519 Lnet/minecraft/class_757;method_34519()Lnet/minecraft/class_5944;
      named getRenderTypeOutlineShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeOutlineShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeArmorGlintShader

      @Nullable public static @Nullable Shader getRenderTypeArmorGlintShader()
      Mappings:
      Namespace Name Mixin selector
      official ab Lezl;ab()Lfad;
      intermediary method_34520 Lnet/minecraft/class_757;method_34520()Lnet/minecraft/class_5944;
      named getRenderTypeArmorGlintShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeArmorGlintShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeArmorEntityGlintShader

      @Nullable public static @Nullable Shader getRenderTypeArmorEntityGlintShader()
      Mappings:
      Namespace Name Mixin selector
      official ac Lezl;ac()Lfad;
      intermediary method_34523 Lnet/minecraft/class_757;method_34523()Lnet/minecraft/class_5944;
      named getRenderTypeArmorEntityGlintShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeArmorEntityGlintShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeGlintTranslucentShader

      @Nullable public static @Nullable Shader getRenderTypeGlintTranslucentShader()
      Mappings:
      Namespace Name Mixin selector
      official ad Lezl;ad()Lfad;
      intermediary method_34524 Lnet/minecraft/class_757;method_34524()Lnet/minecraft/class_5944;
      named getRenderTypeGlintTranslucentShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeGlintTranslucentShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeGlintShader

      @Nullable public static @Nullable Shader getRenderTypeGlintShader()
      Mappings:
      Namespace Name Mixin selector
      official ae Lezl;ae()Lfad;
      intermediary method_34525 Lnet/minecraft/class_757;method_34525()Lnet/minecraft/class_5944;
      named getRenderTypeGlintShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeGlintShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeGlintDirectShader

      @Nullable public static @Nullable Shader getRenderTypeGlintDirectShader()
      Mappings:
      Namespace Name Mixin selector
      official af Lezl;af()Lfad;
      intermediary method_34526 Lnet/minecraft/class_757;method_34526()Lnet/minecraft/class_5944;
      named getRenderTypeGlintDirectShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeGlintDirectShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityGlintShader

      @Nullable public static @Nullable Shader getRenderTypeEntityGlintShader()
      Mappings:
      Namespace Name Mixin selector
      official ag Lezl;ag()Lfad;
      intermediary method_34527 Lnet/minecraft/class_757;method_34527()Lnet/minecraft/class_5944;
      named getRenderTypeEntityGlintShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityGlintShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEntityGlintDirectShader

      @Nullable public static @Nullable Shader getRenderTypeEntityGlintDirectShader()
      Mappings:
      Namespace Name Mixin selector
      official ah Lezl;ah()Lfad;
      intermediary method_34528 Lnet/minecraft/class_757;method_34528()Lnet/minecraft/class_5944;
      named getRenderTypeEntityGlintDirectShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEntityGlintDirectShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTextShader

      @Nullable public static @Nullable Shader getRenderTypeTextShader()
      Mappings:
      Namespace Name Mixin selector
      official ai Lezl;ai()Lfad;
      intermediary method_34529 Lnet/minecraft/class_757;method_34529()Lnet/minecraft/class_5944;
      named getRenderTypeTextShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTextShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTextIntensityShader

      @Nullable public static @Nullable Shader getRenderTypeTextIntensityShader()
      Mappings:
      Namespace Name Mixin selector
      official aj Lezl;aj()Lfad;
      intermediary method_36432 Lnet/minecraft/class_757;method_36432()Lnet/minecraft/class_5944;
      named getRenderTypeTextIntensityShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTextIntensityShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTextSeeThroughShader

      @Nullable public static @Nullable Shader getRenderTypeTextSeeThroughShader()
      Mappings:
      Namespace Name Mixin selector
      official ak Lezl;ak()Lfad;
      intermediary method_34530 Lnet/minecraft/class_757;method_34530()Lnet/minecraft/class_5944;
      named getRenderTypeTextSeeThroughShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTextSeeThroughShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTextIntensitySeeThroughShader

      @Nullable public static @Nullable Shader getRenderTypeTextIntensitySeeThroughShader()
      Mappings:
      Namespace Name Mixin selector
      official al Lezl;al()Lfad;
      intermediary method_36433 Lnet/minecraft/class_757;method_36433()Lnet/minecraft/class_5944;
      named getRenderTypeTextIntensitySeeThroughShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTextIntensitySeeThroughShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeLightningShader

      @Nullable public static @Nullable Shader getRenderTypeLightningShader()
      Mappings:
      Namespace Name Mixin selector
      official am Lezl;am()Lfad;
      intermediary method_34531 Lnet/minecraft/class_757;method_34531()Lnet/minecraft/class_5944;
      named getRenderTypeLightningShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeLightningShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeTripwireShader

      @Nullable public static @Nullable Shader getRenderTypeTripwireShader()
      Mappings:
      Namespace Name Mixin selector
      official an Lezl;an()Lfad;
      intermediary method_34532 Lnet/minecraft/class_757;method_34532()Lnet/minecraft/class_5944;
      named getRenderTypeTripwireShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeTripwireShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEndPortalShader

      @Nullable public static @Nullable Shader getRenderTypeEndPortalShader()
      Mappings:
      Namespace Name Mixin selector
      official ao Lezl;ao()Lfad;
      intermediary method_34533 Lnet/minecraft/class_757;method_34533()Lnet/minecraft/class_5944;
      named getRenderTypeEndPortalShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEndPortalShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeEndGatewayShader

      @Nullable public static @Nullable Shader getRenderTypeEndGatewayShader()
      Mappings:
      Namespace Name Mixin selector
      official ap Lezl;ap()Lfad;
      intermediary method_34534 Lnet/minecraft/class_757;method_34534()Lnet/minecraft/class_5944;
      named getRenderTypeEndGatewayShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeEndGatewayShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeLinesShader

      @Nullable public static @Nullable Shader getRenderTypeLinesShader()
      Returns the rendertype_lines shader.

      This shader draws a line by drawing a quad (two triangles pushed together). Each line takes four vertices. The first vertex is the line start. The second one is a duplicate of the first one. The third one is the line end. The fourth one is a duplicate of the third one.

      The user of this shader should use VertexFormats.LINES for the vertex format. The normal element is a direction vector from the starting position to the ending position. It's used to calculate in what directions the duplicated vertices should be offset to achieve thick lines. All four vertices should share the same value for the normal element.

      The width of the line can be set with RenderSystem#lineWidth.

      Returns:
      the rendertype_lines shader
      Mappings:
      Namespace Name Mixin selector
      official aq Lezl;aq()Lfad;
      intermediary method_34535 Lnet/minecraft/class_757;method_34535()Lnet/minecraft/class_5944;
      named getRenderTypeLinesShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeLinesShader()Lnet/minecraft/client/render/Shader;
    • getRenderTypeCrumblingShader

      @Nullable public static @Nullable Shader getRenderTypeCrumblingShader()
      Mappings:
      Namespace Name Mixin selector
      official ar Lezl;ar()Lfad;
      intermediary method_34536 Lnet/minecraft/class_757;method_34536()Lnet/minecraft/class_5944;
      named getRenderTypeCrumblingShader Lnet/minecraft/client/render/GameRenderer;getRenderTypeCrumblingShader()Lnet/minecraft/client/render/Shader;