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 TypeMethodDescriptionvoidArmorStandModel.prepareMobModel(ArmorStand entity, float limbSwing, float limbSwingAmount, float partialTick) voidArmorStandArmorModel.setupAnim(ArmorStand entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesvoidArmorStandModel.setupAnim(ArmorStand entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) 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 RenderTypeArmorStandRenderer.getRenderType(ArmorStand livingEntity, boolean bodyVisible, boolean translucent, boolean glowing) ArmorStandRenderer.getTextureLocation(ArmorStand entity) Returns the location of an entity's texture.protected voidArmorStandRenderer.setupRotations(ArmorStand entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) protected booleanArmorStandRenderer.shouldShowName(ArmorStand entity) -
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> entityType, Level level)