bpb -> ImageFilterSkinRemapper (mostly remapped)

what the hell mojang the skin format is terrible
This commit is contained in:
Ben Russell 2016-09-20 13:01:44 +12:00
parent 3eec79843c
commit 992cf97d8a
2 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,16 @@
CLASS none/bpb net/minecraft/client/texture/ImageFilterSkinRemapper
FIELD a imageData [I
FIELD b width I
FIELD c height I
METHOD a markTransparentIfFullyOpaque (IIII)V
ARG 0 x1
ARG 1 y1
ARG 2 x2
ARG 3 y2
METHOD a filterImage (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage;
ARG 0 image
METHOD b markOpaque (IIII)V
ARG 0 x1
ARG 1 y1
ARG 2 x2
ARG 3 y2

View File

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