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

18 lines
585 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 CreakingRenderState
extends LivingEntityRenderState {
public final AnimationState invulnerabilityAnimationState = new AnimationState();
public final AnimationState attackAnimationState = new AnimationState();
public final AnimationState deathAnimationState = new AnimationState();
public boolean eyesGlowing;
public boolean canMove;
}