Uses of Class
net.minecraft.entity.decoration.ArmorStandEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.decoration | |
| net.minecraft.item |
-
Uses of ArmorStandEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ArmorStandEntity Modifier and Type Method Description protected @Nullable RenderLayerArmorStandEntityRenderer. getRenderLayer(ArmorStandEntity armorStandEntity, boolean bool, boolean bool2, boolean bool3)IdentifierArmorStandEntityRenderer. 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.model
Methods in net.minecraft.client.render.entity.model with parameters of type ArmorStandEntity Modifier and Type Method Description voidArmorStandEntityModel. 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.entity
Fields in net.minecraft.entity with type parameters of type ArmorStandEntity Modifier and Type Field Description static 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 ArmorStandEntity Constructor Description ArmorStandEntity(EntityType<? extends ArmorStandEntity> type, World world) -
Uses of ArmorStandEntity in net.minecraft.item
Methods in net.minecraft.item with parameters of type ArmorStandEntity Modifier and Type Method Description private voidArmorStandItem. setRotations(ArmorStandEntity stand, Random random)