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

19 lines
485 B
Java

/*
* Decompiled with CFR 0.152.
*
* Could not load the following classes:
* org.jspecify.annotations.Nullable
*/
package net.minecraft.client.renderer.entity.state;
import net.minecraft.client.renderer.entity.state.HumanoidRenderState;
import net.minecraft.world.level.block.state.BlockState;
import org.jspecify.annotations.Nullable;
public class EndermanRenderState
extends HumanoidRenderState {
public boolean isCreepy;
public @Nullable BlockState carriedBlock;
}