package net.minecraft.client.renderer.entity.state; import net.minecraft.world.entity.animal.cow.CowVariant; import org.jspecify.annotations.Nullable; public class CowRenderState extends LivingEntityRenderState { @Nullable public CowVariant variant; }