16 lines
370 B
Java
16 lines
370 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.renderer.entity.state;
|
|
|
|
import net.minecraft.client.renderer.entity.state.ArmedEntityRenderState;
|
|
|
|
public class AllayRenderState
|
|
extends ArmedEntityRenderState {
|
|
public boolean isDancing;
|
|
public boolean isSpinning;
|
|
public float spinningProgress;
|
|
public float holdingAnimationProgress;
|
|
}
|
|
|