Uses of Class
net.minecraft.util.Arm
-
Uses of Arm in net.minecraft.client.option
Fields in net.minecraft.client.option declared as Arm Modifier and Type Field Description Arm
GameOptions. mainArm
Fields in net.minecraft.client.option with type parameters of type Arm Modifier and Type Field Description static CyclingOption<Arm>
Option. MAIN_HAND
Methods in net.minecraft.client.option that return Arm Modifier and Type Method Description private static Arm
GameOptions. loadArm(String arm)
Methods in net.minecraft.client.option with parameters of type Arm Modifier and Type Method Description private static String
GameOptions. saveArm(Arm arm)
-
Uses of Arm in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type Arm Modifier and Type Method Description protected void
HeldItemFeatureRenderer. renderItem(LivingEntity entity, ItemStack stack, ModelTransformation.Mode transformationMode, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)
protected void
PlayerHeldItemFeatureRenderer. renderItem(LivingEntity entity, ItemStack stack, ModelTransformation.Mode 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
Methods in net.minecraft.client.render.entity.model that return Arm Modifier and Type Method Description private Arm
BipedEntityModel. getPreferredArm(T entity)
Methods in net.minecraft.client.render.entity.model with parameters of type Arm Modifier and Type Method Description protected ModelPart
BipedEntityModel. getArm(Arm arm)
private ModelPart
IllagerEntityModel. getAttackingArm(Arm arm)
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)
-
Uses of Arm in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type Arm Modifier and Type Method Description 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
Methods in net.minecraft.entity that return Arm Modifier and Type Method Description abstract Arm
LivingEntity. getMainArm()
-
Uses of Arm in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return Arm Modifier and Type Method Description Arm
ArmorStandEntity. getMainArm()
-
Uses of Arm in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return Arm Modifier and Type Method Description Arm
MobEntity. getMainArm()
-
Uses of Arm in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Arm Modifier and Type Method Description Arm
PlayerEntity. getMainArm()
Methods in net.minecraft.entity.player with parameters of type Arm Modifier and Type Method Description void
PlayerEntity. setMainArm(Arm arm)
-
Uses of Arm in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as Arm Modifier and Type Field Description private Arm
ClientSettingsC2SPacket. mainArm
Methods in net.minecraft.network.packet.c2s.play that return Arm Modifier and Type Method Description Arm
ClientSettingsC2SPacket. getMainArm()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type Arm Constructor Description ClientSettingsC2SPacket(String language, int viewDistance, ChatVisibility chatVisibility, boolean chatColors, int modelBitMask, Arm mainArm, boolean filterText)
-
Uses of Arm in net.minecraft.util
Methods in net.minecraft.util that return Arm Modifier and Type Method Description Arm
Arm. getOpposite()
static Arm
Arm. valueOf(String name)
Returns the enum constant of this type with the specified name.static Arm[]
Arm. values()
Returns an array containing the constants of this enum type, in the order they are declared.