Uses of Class
net.minecraft.entity.decoration.ArmorStandEntity
Packages that use ArmorStandEntity
Package
Description
-
Uses of ArmorStandEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ArmorStandEntityModifier and TypeMethodDescriptionprotected @Nullable RenderLayerArmorStandEntityRenderer.method_24301(ArmorStandEntity armorStandEntity, boolean bool, boolean bool2, boolean bool3) protected voidArmorStandEntityRenderer.method_3877(ArmorStandEntity armorStandEntity, MatrixStack matrixStack, float float2, float float3, float float4) protected booleanArmorStandEntityRenderer.method_3878(ArmorStandEntity armorStandEntity) ArmorStandEntityRenderer.method_3880(ArmorStandEntity armorStandEntity) -
Uses of ArmorStandEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type ArmorStandEntityModifier and TypeMethodDescriptionvoidArmorStandArmorEntityModel.method_17066(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6) voidArmorStandEntityModel.method_17066(ArmorStandEntity armorStandEntity, float float2, float float3, float float4, float float5, float float6) voidArmorStandEntityModel.method_24223(ArmorStandEntity armorStandEntity, float float2, float float3, float float4) -
Uses of ArmorStandEntity in net.minecraft.entity
Fields 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.decoration
Constructor parameters in net.minecraft.entity.decoration with type arguments of type ArmorStandEntityModifierConstructorDescriptionArmorStandEntity(EntityType<? extends ArmorStandEntity> type, World world) -
Uses of ArmorStandEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type ArmorStandEntityModifier and TypeMethodDescriptionprivate voidArmorStandItem.setRotations(ArmorStandEntity stand, Random random)