Class PoseHelper

java.lang.Object
foundry.veil.impl.client.PoseHelper

@Internal public class PoseHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    offhandCapture(PoseData data, net.minecraft.world.item.ItemStack pStack, com.mojang.blaze3d.vertex.PoseStack pMatrixStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pCombinedLight, float pEquippedProgress, float pSwingProgress, net.minecraft.world.entity.HumanoidArm pSide, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
     
    static boolean
    poseItem(PoseData data, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
     
    static boolean
    poseItemUsing(PoseData data, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
     

    Methods inherited from class java.lang.Object

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

    • PoseHelper

      public PoseHelper()
  • Method Details

    • poseItemUsing

      public static boolean poseItemUsing(PoseData data, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
    • poseItem

      public static boolean poseItem(PoseData data, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
    • offhandCapture

      public static void offhandCapture(PoseData data, net.minecraft.world.item.ItemStack pStack, com.mojang.blaze3d.vertex.PoseStack pMatrixStack, net.minecraft.client.renderer.MultiBufferSource pBuffer, int pCombinedLight, float pEquippedProgress, float pSwingProgress, net.minecraft.world.entity.HumanoidArm pSide, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)