Fix getRenderTypeCrumblingShader and getRenderTypeEntityTranslucentEmissiveShader (#3423)

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
This commit is contained in:
apple502j 2022-11-23 18:32:07 +09:00 committed by GitHub
parent 7a238951cc
commit be1e0246ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
COMMENT <p>The width of the line can be set with {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#lineWidth
COMMENT RenderSystem#lineWidth}.
METHOD method_34536 getRenderTypeCrumblingShader ()Lnet/minecraft/class_5944;
METHOD method_34536 getRenderTypeCrumblingProgram ()Lnet/minecraft/class_5944;
METHOD method_34537 clearPrograms ()V
METHOD method_34538 loadPrograms (Lnet/minecraft/class_5912;)V
ARG 1 factory
@ -378,7 +378,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
ARG 1 path
METHOD method_42594 (Lnet/minecraft/class_5944;)V
ARG 0 program
METHOD method_42595 getRenderTypeEntityTranslucentEmissiveShader ()Lnet/minecraft/class_5944;
METHOD method_42595 getRenderTypeEntityTranslucentEmissiveProgram ()Lnet/minecraft/class_5944;
METHOD method_45774 createProgramReloader ()Lnet/minecraft/class_3302;
CLASS 1
METHOD method_45775 (Lnet/minecraft/class_2960;)Z