16 lines
373 B
Java
16 lines
373 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.world.entity.npc.VillagerData;
|
|
import org.jspecify.annotations.Nullable;
|
|
|
|
public interface VillagerDataHolderRenderState {
|
|
public @Nullable VillagerData getVillagerData();
|
|
}
|
|
|