Uses of Enum Class
net.minecraft.util.Arm
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Arm in net.minecraft.client.option
-
Uses of Arm in net.minecraft.client.render.entity.feature
Modifier and TypeMethodDescriptionprotected void
HeldItemFeatureRenderer.renderItem
(LivingEntity entity, ItemStack stack, ModelTransformationMode transformationMode, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) protected void
PlayerHeldItemFeatureRenderer.renderItem
(LivingEntity entity, ItemStack stack, ModelTransformationMode transformationMode, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) private void
PlayerHeldItemFeatureRenderer.renderSpyglass
(LivingEntity entity, ItemStack stack, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) -
Uses of Arm in net.minecraft.client.render.entity.model
Modifier and TypeMethodDescriptionprotected ModelPart
private ModelPart
IllagerEntityModel.getAttackingArm
(Arm arm) void
AllayEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
ArmorStandEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
BipedEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
IllagerEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
ModelWithArms.setArmAngle
(Arm arm, MatrixStack matrices) void
PlayerEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
SkeletonEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) void
VexEntityModel.setArmAngle
(Arm arm, MatrixStack matrices) -
Uses of Arm in net.minecraft.client.render.item
Modifier and TypeMethodDescriptionprivate void
HeldItemRenderer.applyBrushTransformation
(MatrixStack matrices, float tickDelta, Arm arm, ItemStack stack, float equipProgress) private void
HeldItemRenderer.applyEatOrDrinkTransformation
(MatrixStack matrices, float tickDelta, Arm arm, ItemStack stack) private void
HeldItemRenderer.applyEquipOffset
(MatrixStack matrices, Arm arm, float equipProgress) private void
HeldItemRenderer.applySwingOffset
(MatrixStack matrices, Arm arm, float swingProgress) private void
HeldItemRenderer.renderArm
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, Arm arm) private void
HeldItemRenderer.renderArmHoldingItem
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, float equipProgress, float swingProgress, Arm arm) private void
HeldItemRenderer.renderMapInOneHand
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, float equipProgress, Arm arm, float swingProgress, ItemStack stack) -
Uses of Arm in net.minecraft.entity
-
Uses of Arm in net.minecraft.entity.decoration
-
Uses of Arm in net.minecraft.entity.mob
-
Uses of Arm in net.minecraft.entity.player
-
Uses of Arm in net.minecraft.item
Modifier and TypeMethodDescriptionprivate void
BrushItem.addDustParticles
(World world, BlockHitResult hitResult, BlockState state, Vec3d userRotation, Arm arm) -
Uses of Arm in net.minecraft.network.packet.c2s.common
Modifier and TypeFieldDescriptionprivate final Arm
SyncedClientOptions.mainArm
The field for themainArm
record component.Modifier and TypeMethodDescriptionSyncedClientOptions.mainArm()
Returns the value of themainArm
record component.ModifierConstructorDescriptionSyncedClientOptions
(String string, int int2, ChatVisibility chatVisibility, boolean bool, int int3, Arm arm, boolean bool2, boolean bool3) -
Uses of Arm in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final IntFunction
<Arm> Arm.BY_ID
static final com.mojang.serialization.Codec
<Arm> Arm.CODEC
Modifier and TypeMethodDescriptionArm.getOpposite()
Returns the arm on the opposite side.static Arm
Returns the enum constant of this class with the specified name.static Arm[]
Arm.values()
Returns an array containing the constants of this enum class, in the order they are declared.