Package foundry.veil.impl.client
Class PoseHelper
java.lang.Object
foundry.veil.impl.client.PoseHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidoffhandCapture(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 booleanstatic booleanposeItemUsing(PoseData data, net.minecraft.client.renderer.ItemInHandRenderer pRenderer)
-
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)
-