Class ItemInHandRendererMixin

java.lang.Object
com.idark.valoria.core.mixin.client.ItemInHandRendererMixin

public abstract class ItemInHandRendererMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderArmWithItem(net.minecraft.client.player.AbstractClientPlayer pPlayer, float pPartialTicks, float pPitch, net.minecraft.world.InteractionHand pHand, float pSwingProgress, net.minecraft.world.item.ItemStack pStack, float pEquippedProgress, com.mojang.blaze3d.vertex.PoseStack pPoseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pCombinedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

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

    • ItemInHandRendererMixin

      public ItemInHandRendererMixin()
  • Method Details

    • renderArmWithItem

      public void renderArmWithItem(net.minecraft.client.player.AbstractClientPlayer pPlayer, float pPartialTicks, float pPitch, net.minecraft.world.InteractionHand pHand, float pSwingProgress, net.minecraft.world.item.ItemStack pStack, float pEquippedProgress, com.mojang.blaze3d.vertex.PoseStack pPoseStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pCombinedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)