public RenderPlayerMob (RenderManager renderManager, ModelPlayerMob model) {
super(renderManager, model, 0.5F);
this.addLayer(new LayerBipedArmor(this));
this.addLayer(new LayerHeldItem(this));
this.addLayer(new LayerArrow(this));
this.addLayer(new LayerCustomHead(this.getMainModel().bipedHead));
this.addLayer(new LayerElytra(this));
this.blendProfile = Profile.PLAYER_SKIN;
}
RenderPlayerMob.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:Bookshelf
作者:
评论列表
文章目录