yarn/mappings/net/minecraft/client/render/block/entity/BlockEntityRenderer.mapping

17 lines
759 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_827 net/minecraft/client/render/block/entity/BlockEntityRenderer
FIELD field_4367 renderManager Lnet/minecraft/class_824;
FIELD field_4368 DESTROY_STAGE_TEXTURES [Lnet/minecraft/class_2960;
METHOD method_3564 getFontRenderer ()Lnet/minecraft/class_327;
METHOD method_3565 getWorld ()Lnet/minecraft/class_1937;
METHOD method_3566 bindTexture (Lnet/minecraft/class_2960;)V
METHOD method_3567 renderName (Lnet/minecraft/class_2586;Ljava/lang/String;DDDI)V
METHOD method_3568 setRenderManager (Lnet/minecraft/class_824;)V
METHOD method_3569 render (Lnet/minecraft/class_2586;DDDFI)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 xOffset
2018-12-05 09:11:37 -05:00
ARG 4 yOffset
2019-01-24 11:08:22 -05:00
ARG 6 zOffset
ARG 8 tickDelta
ARG 9 blockBreakStage
2019-06-28 17:55:20 -04:00
METHOD method_3570 disableLightmap (Z)V