16 lines
404 B
Java
16 lines
404 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.Rabbit;
|
|
|
|
public class RabbitRenderState
|
|
extends LivingEntityRenderState {
|
|
public float jumpCompletion;
|
|
public boolean isToast;
|
|
public Rabbit.Variant variant = Rabbit.Variant.DEFAULT;
|
|
}
|
|
|