Class SimpleRadioArmPoses
java.lang.Object
com.codinglitch.simpleradio.client.core.SimpleRadioArmPoses
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleRadioArmPoses.Posestatic final Map<String, SimpleRadioArmPoses.Pose> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.HumanoidModel.ArmPosegetPose(net.minecraft.client.player.AbstractClientPlayer player, net.minecraft.world.InteractionHand hand) static booleanposeLeftArm(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.client.model.HumanoidModel.ArmPose pose) static booleanposeRightArm(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.client.model.HumanoidModel.ArmPose pose)
-
Field Details
-
POSES
-
HOLD_LAPEL
-
-
Constructor Details
-
SimpleRadioArmPoses
public SimpleRadioArmPoses()
-
-
Method Details
-
poseLeftArm
public static boolean poseLeftArm(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.client.model.HumanoidModel.ArmPose pose) -
poseRightArm
public static boolean poseRightArm(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.client.model.HumanoidModel.ArmPose pose) -
getPose
@Nullable public static net.minecraft.client.model.HumanoidModel.ArmPose getPose(net.minecraft.client.player.AbstractClientPlayer player, net.minecraft.world.InteractionHand hand)
-