yarn/mappings/net/minecraft/client/render/entity/EntityRenderDispatcher.mapping

26 lines
778 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS dob net/minecraft/client/render/entity/EntityRenderDispatcher
FIELD a textureManager Ldtd;
FIELD b world Lbgf;
FIELD g settings Lcue;
2019-03-14 08:57:09 -04:00
FIELD h renderers Ljava/util/Map;
FIELD i skinMap Ljava/util/Map;
2019-03-20 13:56:26 -04:00
FIELD j playerRenderer Ldso;
FIELD k fontRenderer Lcus;
2019-03-14 08:57:09 -04:00
FIELD l renderPosX D
FIELD m renderPosY D
FIELD n renderPosZ D
FIELD o renderOutlines Z
2019-03-20 13:56:26 -04:00
METHOD <init> (Ldtd;Ldow;Lwz;)V
2018-11-04 07:22:38 -05:00
ARG 1 textureManager
METHOD a setRenderPosition (DDD)V
ARG 1 x
2019-03-20 13:56:26 -04:00
METHOD a getRenderer (Lahy;)Ldoc;
METHOD a renderHitbox (Lahy;DDDFF)V
METHOD a render (Lahy;DDDFFZ)V
METHOD a renderSecondPass (Lahy;F)V
METHOD a render (Lahy;FZ)V
METHOD a getRenderer (Ljava/lang/Class;)Ldoc;
METHOD b hasSecondPass (Lahy;)Z
METHOD c getFontRenderer ()Lcus;
2018-12-22 13:20:49 -05:00
METHOD c setRenderOutlines (Z)V