18 lines
500 B
Java
18 lines
500 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.renderer.entity.state;
|
|
|
|
import net.minecraft.client.renderer.entity.state.LivingEntityRenderState;
|
|
import net.minecraft.world.entity.animal.horse.Llama;
|
|
import net.minecraft.world.item.ItemStack;
|
|
|
|
public class LlamaRenderState
|
|
extends LivingEntityRenderState {
|
|
public Llama.Variant variant = Llama.Variant.DEFAULT;
|
|
public boolean hasChest;
|
|
public ItemStack bodyItem = ItemStack.EMPTY;
|
|
public boolean isTraderLlama;
|
|
}
|
|
|