14 lines
313 B
Java
14 lines
313 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.renderer.entity.state;
|
|
|
|
import net.minecraft.client.renderer.entity.state.LivingEntityRenderState;
|
|
|
|
public class HoglinRenderState
|
|
extends LivingEntityRenderState {
|
|
public int attackAnimationRemainingTicks;
|
|
public boolean isConverting;
|
|
}
|
|
|