bov -> ImageFilter

This commit is contained in:
Ben Russell 2016-09-20 12:54:00 +12:00
parent 7ab32e40ec
commit 3eec79843c
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CLASS none/bov net/minecraft/client/texture/ImageFilter
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
ARG 0 image

View File

@ -5,6 +5,7 @@ CLASS none/bwu net/minecraft/client/texture/TexturePlayerSkin
FIELD h DOWNLOAD_THREAD_COUNTER Ljava/util/concurrent/atomic/AtomicInteger;
FIELD i cacheFile Ljava/io/File;
FIELD j url Ljava/lang/String;
FIELD k filter Lnone/bov;
FIELD l image Ljava/awt/image/BufferedImage;
FIELD m DOWNLOADER Ljava/lang/Thread;
FIELD n playerSkinUploaded Z
@ -12,6 +13,7 @@ CLASS none/bwu net/minecraft/client/texture/TexturePlayerSkin
ARG 0 cacheFile
ARG 1 url
ARG 2 fallbackSkin
ARG 3 filter
METHOD a updateImage (Ljava/awt/image/BufferedImage;)V
ARG 0 image
METHOD a load (Lnone/byc;)V

View File

@ -0,0 +1,3 @@
CLASS none/bpb
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
ARG 0 image

View File

@ -0,0 +1,4 @@
CLASS none/byk
CLASS none/byk$2
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
ARG 0 image