Interface CustomRenderedArmorItem

All Known Subinterfaces:
LayeredArmorItem
All Known Implementing Classes:
BacktankItem.Layered

public interface CustomRenderedArmorItem
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderArmorPiece(net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer<?,?,?> layer, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.entity.EquipmentSlot slot, int light, net.minecraft.client.model.HumanoidModel<?> originalModel, net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • renderArmorPiece

      void renderArmorPiece(net.minecraft.client.renderer.entity.layers.HumanoidArmorLayer<?,?,?> layer, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.entity.EquipmentSlot slot, int light, net.minecraft.client.model.HumanoidModel<?> originalModel, net.minecraft.world.item.ItemStack stack)