2025-11-24 22:52:51 +03:00

26 lines
724 B
Java

/*
* 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.HoldingEntityRenderState;
import net.minecraft.client.renderer.entity.state.VillagerDataHolderRenderState;
import net.minecraft.world.entity.npc.VillagerData;
import org.jspecify.annotations.Nullable;
public class VillagerRenderState
extends HoldingEntityRenderState
implements VillagerDataHolderRenderState {
public boolean isUnhappy;
public @Nullable VillagerData villagerData;
@Override
public @Nullable VillagerData getVillagerData() {
return this.villagerData;
}
}