yarn/mappings/net/minecraft/client/gui/CubeMapRenderer.mapping

11 lines
292 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dkj net/minecraft/client/gui/CubeMapRenderer
2019-06-07 07:45:25 -04:00
FIELD a faces [Lqt;
METHOD <init> (Lqt;)V
ARG 1 faces
2019-06-19 13:48:53 -04:00
METHOD a draw (Lcvo;FFF)V
2019-03-16 09:29:27 -04:00
ARG 1 client
ARG 2 x
ARG 3 y
ARG 4 alpha
2019-06-19 13:48:53 -04:00
METHOD a loadTexturesAsync (Lduo;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;