Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.client.renderer.entity.model | |
net.minecraft.entity | |
net.minecraft.entity.item | |
net.minecraft.item |
Modifier and Type | Method and Description |
---|---|
protected void |
ArmorStandRenderer.applyRotations(ArmorStandEntity entityLiving,
MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
protected boolean |
ArmorStandRenderer.canRenderName(ArmorStandEntity entity) |
protected RenderType |
ArmorStandRenderer.func_230042_a_(ArmorStandEntity p_230042_1_,
boolean p_230042_2_,
boolean p_230042_3_) |
ResourceLocation |
ArmorStandRenderer.getEntityTexture(ArmorStandEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
ArmorStandModel.setLivingAnimations(ArmorStandEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
ArmorStandModel.setRotationAngles(ArmorStandEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
void |
ArmorStandArmorModel.setRotationAngles(ArmorStandEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Modifier and Type | Field and Description |
---|---|
static EntityType<ArmorStandEntity> |
EntityType.ARMOR_STAND |
Constructor and Description |
---|
ArmorStandEntity(EntityType<? extends ArmorStandEntity> p_i50225_1_,
World p_i50225_2_) |
Modifier and Type | Method and Description |
---|---|
private void |
ArmorStandItem.applyRandomRotations(ArmorStandEntity armorStand,
java.util.Random rand) |