yarn/mappings/net/minecraft/client/texture/TextureDynamic.mapping

14 lines
313 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bwu net/minecraft/client/texture/TextureDynamic
2016-09-18 10:43:16 -04:00
FIELD f data [I
FIELD g width I
FIELD h height I
METHOD <init> (II)V
ARG 0 width
ARG 1 height
METHOD <init> (Ljava/awt/image/BufferedImage;)V
ARG 0 image
2016-10-18 11:31:59 -04:00
METHOD a load (Lbyd;)V
2016-09-19 04:08:43 -04:00
ARG 0 resourceContainer
2016-09-18 10:43:16 -04:00
METHOD d upload ()V
METHOD e getData ()[I