yarn/mappings/net/minecraft/client/render/entity/model/EntityModelBox.mapping

33 lines
746 B
Plaintext
Raw Normal View History

CLASS cup net/minecraft/client/render/entity/model/EntityModelBox
2016-08-21 07:11:10 -04:00
FIELD a textureWidth F
FIELD b textureHeight F
2016-08-27 17:43:29 -04:00
FIELD c rotationPointX F
FIELD d rotationPointY F
FIELD e rotationPointZ F
2016-08-21 07:11:10 -04:00
FIELD f pitch F
FIELD g yaw F
FIELD h roll F
FIELD i mirror Z
FIELD j visible Z
2016-08-21 07:11:10 -04:00
FIELD m children Ljava/util/List;
FIELD v owner Lcst;
METHOD <init> (Lcst;)V
ARG 0 owner
METHOD <init> (Lcst;II)V
ARG 0 owner
METHOD <init> (Lcst;Ljava/lang/String;)V
ARG 0 owner
METHOD a render (F)V
2017-05-13 02:02:51 -04:00
ARG 0 delta
METHOD a setRotationPoint (FFF)V
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
ARG 2 z
METHOD a addBox (FFFIIIF)V
METHOD a addChild (Lcup;)V
2017-05-13 02:02:51 -04:00
ARG 0 box
METHOD a add (Ljava/lang/String;FFFIII)Lcup;
METHOD b setTextureSize (II)Lcup;
2017-05-13 02:02:51 -04:00
ARG 0 width
ARG 1 height