Class WizardArmorRenderer

java.lang.Object
com.binaris.wizardry.client.render.WizardArmorRenderer
All Implemented Interfaces:
net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderer

public class WizardArmorRenderer extends Object implements net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getArmorTexture(WizardArmorItem wizardArmorItem, net.minecraft.world.entity.EquipmentSlot slot)
     
    void
    render(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.entity.EquipmentSlot slot, int i, net.minecraft.client.model.HumanoidModel<net.minecraft.world.entity.LivingEntity> humanoidModel)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WizardArmorRenderer

      public WizardArmorRenderer()
  • Method Details

    • getArmorTexture

      public static String getArmorTexture(WizardArmorItem wizardArmorItem, net.minecraft.world.entity.EquipmentSlot slot)
    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.entity.EquipmentSlot slot, int i, net.minecraft.client.model.HumanoidModel<net.minecraft.world.entity.LivingEntity> humanoidModel)
      Specified by:
      render in interface net.fabricmc.fabric.api.client.rendering.v1.ArmorRenderer