/* * Decompiled with CFR 0.152. * * Could not load the following classes: * org.jspecify.annotations.Nullable */ package net.minecraft.client.renderer.entity.state; import net.minecraft.client.renderer.entity.state.LivingEntityRenderState; import net.minecraft.world.entity.animal.CowVariant; import org.jspecify.annotations.Nullable; public class CowRenderState extends LivingEntityRenderState { public @Nullable CowVariant variant; }