Uses of Class
net.minecraft.world.entity.decoration.ArmorStand
Packages that use ArmorStand
Package
Description
-
Uses of ArmorStand in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as ArmorStand -
Uses of ArmorStand in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type ArmorStandModifier and TypeMethodDescriptionvoid
ArmorStandModel.prepareMobModel
(ArmorStand pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) void
ArmorStandArmorModel.setupAnim
(ArmorStand pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation anglesvoid
ArmorStandModel.setupAnim
(ArmorStand pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation angles -
Uses of ArmorStand in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ArmorStandModifier and TypeMethodDescriptionprotected RenderType
ArmorStandRenderer.getRenderType
(ArmorStand pLivingEntity, boolean pBodyVisible, boolean pTranslucent, boolean pGlowing) ArmorStandRenderer.getTextureLocation
(ArmorStand pEntity) Returns the location of an entity's texture.protected void
ArmorStandRenderer.setupRotations
(ArmorStand pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) protected boolean
ArmorStandRenderer.shouldShowName
(ArmorStand pEntity) -
Uses of ArmorStand in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ArmorStand -
Uses of ArmorStand in net.minecraft.world.entity.decoration
Constructor parameters in net.minecraft.world.entity.decoration with type arguments of type ArmorStandModifierConstructorDescriptionArmorStand
(EntityType<? extends ArmorStand> pEntityType, Level pLevel)