Uses of Class
net.minecraft.entity.decoration.ArmorStandEntity
Packages that use ArmorStandEntity
Package
Description
- 
Uses of ArmorStandEntity in net.minecraft.client.gui.screen.ingameFields in net.minecraft.client.gui.screen.ingame declared as ArmorStandEntity
- 
Uses of ArmorStandEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type ArmorStandEntityModifier and TypeMethodDescriptionprotected booleanArmorStandEntityRenderer.hasLabel(ArmorStandEntity armorStandEntity, double double2) voidArmorStandEntityRenderer.updateRenderState(ArmorStandEntity armorStandEntity, ArmorStandEntityRenderState armorStandEntityRenderState, float float2) 
- 
Uses of ArmorStandEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type ArmorStandEntityModifier and TypeFieldDescriptionstatic final EntityType<ArmorStandEntity> EntityType.ARMOR_STAND
- 
Uses of ArmorStandEntity in net.minecraft.entity.decorationConstructor parameters in net.minecraft.entity.decoration with type arguments of type ArmorStandEntityModifierConstructorDescriptionArmorStandEntity(EntityType<? extends ArmorStandEntity> type, World world)