Uses of Enum Class
net.minecraft.world.entity.HumanoidArm
Packages that use HumanoidArm
Package
Description
-
Uses of HumanoidArm in net.minecraft.client
Fields in net.minecraft.client declared as HumanoidArmFields in net.minecraft.client with type parameters of type HumanoidArmMethods in net.minecraft.client that return HumanoidArmModifier and TypeMethodDescriptionprivate static HumanoidArmOptions.readMainHand(String p_168449_) Methods in net.minecraft.client with parameters of type HumanoidArmModifier and TypeMethodDescriptionprivate static StringOptions.writeMainHand(HumanoidArm p_168415_) -
Uses of HumanoidArm in net.minecraft.client.model
Methods in net.minecraft.client.model that return HumanoidArmMethods in net.minecraft.client.model with parameters of type HumanoidArmModifier and TypeMethodDescriptionprotected ModelPartHumanoidModel.getArm(HumanoidArm p_102852_) private ModelPartIllagerModel.getArm(HumanoidArm p_102923_) voidArmedModel.translateToHand(HumanoidArm p_102108_, PoseStack p_102109_) voidArmorStandModel.translateToHand(HumanoidArm p_102157_, PoseStack p_102158_) voidHumanoidModel.translateToHand(HumanoidArm p_102854_, PoseStack p_102855_) voidIllagerModel.translateToHand(HumanoidArm p_102925_, PoseStack p_102926_) voidPlayerModel.translateToHand(HumanoidArm p_103392_, PoseStack p_103393_) voidSkeletonModel.translateToHand(HumanoidArm p_103778_, PoseStack p_103779_) -
Uses of HumanoidArm in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type HumanoidArmModifier and TypeMethodDescriptionprivate voidItemInHandRenderer.applyEatTransform(PoseStack p_109331_, float p_109332_, HumanoidArm p_109333_, ItemStack p_109334_) private voidItemInHandRenderer.applyItemArmAttackTransform(PoseStack p_109336_, HumanoidArm p_109337_, float p_109338_) private voidItemInHandRenderer.applyItemArmTransform(PoseStack p_109383_, HumanoidArm p_109384_, float p_109385_) private voidItemInHandRenderer.renderMapHand(PoseStack p_109362_, MultiBufferSource p_109363_, int p_109364_, HumanoidArm p_109365_) private voidItemInHandRenderer.renderOneHandedMap(PoseStack p_109354_, MultiBufferSource p_109355_, int p_109356_, float p_109357_, HumanoidArm p_109358_, float p_109359_, ItemStack p_109360_) private voidItemInHandRenderer.renderPlayerArm(PoseStack p_109347_, MultiBufferSource p_109348_, int p_109349_, float p_109350_, float p_109351_, HumanoidArm p_109352_) -
Uses of HumanoidArm in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type HumanoidArmModifier and TypeMethodDescriptionprotected voidItemInHandLayer.renderArmWithItem(LivingEntity p_117185_, ItemStack p_117186_, ItemTransforms.TransformType p_117187_, HumanoidArm p_117188_, PoseStack p_117189_, MultiBufferSource p_117190_, int p_117191_) protected voidPlayerItemInHandLayer.renderArmWithItem(LivingEntity p_174525_, ItemStack p_174526_, ItemTransforms.TransformType p_174527_, HumanoidArm p_174528_, PoseStack p_174529_, MultiBufferSource p_174530_, int p_174531_) private voidPlayerItemInHandLayer.renderArmWithSpyglass(LivingEntity p_174518_, ItemStack p_174519_, HumanoidArm p_174520_, PoseStack p_174521_, MultiBufferSource p_174522_, int p_174523_) -
Uses of HumanoidArm in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as HumanoidArmModifier and TypeFieldDescriptionprivate final HumanoidArmServerboundClientInformationPacket.mainHandThe field for themainHandrecord component.Methods in net.minecraft.network.protocol.game that return HumanoidArmModifier and TypeMethodDescriptionServerboundClientInformationPacket.mainHand()Returns the value of themainHandrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type HumanoidArmModifierConstructorDescriptionServerboundClientInformationPacket(String language, int viewDistance, ChatVisiblity chatVisibility, boolean chatColors, int modelCustomisation, HumanoidArm mainHand, boolean textFilteringEnabled, boolean allowsListing) Creates an instance of aServerboundClientInformationPacketrecord class. -
Uses of HumanoidArm in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return HumanoidArmModifier and TypeMethodDescriptionabstract HumanoidArmLivingEntity.getMainArm()Mob.getMainArm()HumanoidArm.getOpposite()static HumanoidArmReturns the enum constant of this class with the specified name.static HumanoidArm[]HumanoidArm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HumanoidArm in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration that return HumanoidArm -
Uses of HumanoidArm in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player that return HumanoidArmMethods in net.minecraft.world.entity.player with parameters of type HumanoidArm -
Uses of HumanoidArm in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type HumanoidArmModifier and TypeMethodDescriptionstatic booleanForgeHooksClient.renderSpecificFirstPersonArm(PoseStack poseStack, MultiBufferSource multiBufferSource, int packedLight, AbstractClientPlayer player, HumanoidArm arm) -
Uses of HumanoidArm in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as HumanoidArmMethods in net.minecraftforge.client.event that return HumanoidArmConstructors in net.minecraftforge.client.event with parameters of type HumanoidArmModifierConstructorDescriptionRenderArmEvent(PoseStack poseStack, MultiBufferSource multiBufferSource, int packedLight, AbstractClientPlayer player, HumanoidArm arm) -
Uses of HumanoidArm in net.minecraftforge.debug.client.rendering
Methods in net.minecraftforge.debug.client.rendering that return HumanoidArm