类 FoxHeldItemLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<Fox,FoxModel<Fox>>
net.minecraft.client.renderer.entity.layers.FoxHeldItemLayer
-
字段概要
字段 -
构造器概要
构造器构造器说明FoxHeldItemLayer
(RenderLayerParent<Fox, FoxModel<Fox>> pRenderer, ItemInHandRenderer pItemInHandRenderer) -
方法概要
修饰符和类型方法说明void
render
(PoseStack pMatrixStack, MultiBufferSource pBuffer, int pPackedLight, Fox pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 从类继承的方法 net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
字段详细资料
-
itemInHandRenderer
-
-
构造器详细资料
-
FoxHeldItemLayer
public FoxHeldItemLayer(RenderLayerParent<Fox, FoxModel<Fox>> pRenderer, ItemInHandRenderer pItemInHandRenderer)
-
-
方法详细资料
-
render
public void render(PoseStack pMatrixStack, MultiBufferSource pBuffer, int pPackedLight, Fox pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
render
在类中RenderLayer<Fox,
FoxModel<Fox>>
-