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 @Nullable RenderLayerArmorStandEntityRenderer.getRenderLayer(ArmorStandEntity armorStandEntity, boolean bool, boolean bool2, boolean bool3) ArmorStandEntityRenderer.getTexture(ArmorStandEntity armorStandEntity) protected booleanArmorStandEntityRenderer.hasLabel(ArmorStandEntity armorStandEntity) protected voidArmorStandEntityRenderer.setupTransforms(ArmorStandEntity armorStandEntity, MatrixStack matrixStack, float float2, float float3, float float4) 
- 
Uses of ArmorStandEntity in net.minecraft.client.render.entity.modelMethods in net.minecraft.client.render.entity.model with parameters of type ArmorStandEntityModifier and TypeMethodDescriptionvoidArmorStandEntityModel.animateModel(ArmorStandEntity armorStandEntity, float float2, float float3, float float4) voidArmorStandArmorEntityModel.setAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6) voidArmorStandEntityModel.setAngles(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6) 
- 
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)