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

16 lines
460 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.AnimationState;
public class BatRenderState
extends LivingEntityRenderState {
public boolean isResting;
public final AnimationState flyAnimationState = new AnimationState();
public final AnimationState restAnimationState = new AnimationState();
}