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 ArmGameOptions. mainArmFields in net.minecraft.client.option with type parameters of type Arm Modifier and Type Field Description static CyclingOption<Arm>Option. MAIN_HANDMethods in net.minecraft.client.option that return Arm Modifier and Type Method Description private static ArmGameOptions. loadArm(String arm)Methods in net.minecraft.client.option with parameters of type Arm Modifier and Type Method Description private static StringGameOptions. 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 voidHeldItemFeatureRenderer. renderItem(LivingEntity entity, ItemStack stack, ModelTransformation.Mode transformationMode, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)protected voidPlayerHeldItemFeatureRenderer. renderItem(LivingEntity entity, ItemStack stack, ModelTransformation.Mode transformationMode, Arm arm, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)private voidPlayerHeldItemFeatureRenderer. 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 ArmBipedEntityModel. getPreferredArm(T entity)Methods in net.minecraft.client.render.entity.model with parameters of type Arm Modifier and Type Method Description protected ModelPartBipedEntityModel. getArm(Arm arm)private ModelPartIllagerEntityModel. getAttackingArm(Arm arm)voidArmorStandEntityModel. setArmAngle(Arm arm, MatrixStack matrices)voidBipedEntityModel. setArmAngle(Arm arm, MatrixStack matrices)voidIllagerEntityModel. setArmAngle(Arm arm, MatrixStack matrices)voidModelWithArms. setArmAngle(Arm arm, MatrixStack matrices)voidPlayerEntityModel. setArmAngle(Arm arm, MatrixStack matrices)voidSkeletonEntityModel. 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 voidHeldItemRenderer. applyEatOrDrinkTransformation(MatrixStack matrices, float tickDelta, Arm arm, ItemStack stack)private voidHeldItemRenderer. applyEquipOffset(MatrixStack matrices, Arm arm, float equipProgress)private voidHeldItemRenderer. applySwingOffset(MatrixStack matrices, Arm arm, float swingProgress)private voidHeldItemRenderer. renderArm(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, Arm arm)private voidHeldItemRenderer. renderArmHoldingItem(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, float equipProgress, float swingProgress, Arm arm)private voidHeldItemRenderer. 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 ArmLivingEntity. getMainArm() -
Uses of Arm in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return Arm Modifier and Type Method Description ArmArmorStandEntity. getMainArm() -
Uses of Arm in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return Arm Modifier and Type Method Description ArmMobEntity. getMainArm() -
Uses of Arm in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Arm Modifier and Type Method Description ArmPlayerEntity. getMainArm()Methods in net.minecraft.entity.player with parameters of type Arm Modifier and Type Method Description voidPlayerEntity. 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 ArmClientSettingsC2SPacket. mainArmMethods in net.minecraft.network.packet.c2s.play that return Arm Modifier and Type Method Description ArmClientSettingsC2SPacket. 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 ArmArm. getOpposite()static ArmArm. 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.