package net.minecraft.client.renderer.entity.state; public class GoatRenderState extends LivingEntityRenderState { public boolean hasLeftHorn = true; public boolean hasRightHorn = true; public float rammingXHeadRot; }