Map bindTexture() to public method (#870)

In the latest snapshot the old bindTexture method was made private and is now wrapped by a public method that ensures thread safety.  Mods calling `bindTexture()` will fail due to an access violate.  This PR maps `bindTexture` to the new publicMethod and renames the private method.
This commit is contained in:
grondag 2019-09-21 14:27:52 -07:00 committed by Gegy
parent 28abbf8109
commit c65ee2bb41
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ CLASS net/minecraft/class_1060 net/minecraft/client/texture/TextureManager
ARG 1 id
METHOD method_4617 registerDynamicTexture (Ljava/lang/String;Lnet/minecraft/class_1043;)Lnet/minecraft/class_2960;
ARG 1 prefix
METHOD method_4618 bindTexture (Lnet/minecraft/class_2960;)V
METHOD method_4618 bindTextureInner (Lnet/minecraft/class_2960;)V
METHOD method_4619 getTexture (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1062;
METHOD method_4620 registerTextureUpdateable (Lnet/minecraft/class_2960;Lnet/minecraft/class_1063;)Z
ARG 1 id
METHOD method_22813 bindTexture (Lnet/minecraft/class_2960;)V