Fix typo in `getEntityRenderDIspatcher` (#3266)

This commit is contained in:
apple502j 2022-07-31 06:53:51 +09:00 committed by GitHub
parent d961e877fe
commit 348ac11ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ CLASS net/minecraft/class_5614 net/minecraft/client/render/block/entity/BlockEnt
METHOD method_32141 getRenderManager ()Lnet/minecraft/class_776;
METHOD method_32142 getLayerRenderDispatcher ()Lnet/minecraft/class_5599;
METHOD method_32143 getTextRenderer ()Lnet/minecraft/class_327;
METHOD method_43334 getEntityRenderDIspatcher ()Lnet/minecraft/class_898;
METHOD method_43334 getEntityRenderDispatcher ()Lnet/minecraft/class_898;
METHOD method_43335 getItemRenderer ()Lnet/minecraft/class_918;