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

16 lines
487 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.client.renderer.blockentity.state;
import net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState;
import net.minecraft.core.Direction;
import net.minecraft.world.level.block.CopperGolemStatueBlock;
public class CopperGolemStatueRenderState
extends BlockEntityRenderState {
public CopperGolemStatueBlock.Pose pose = CopperGolemStatueBlock.Pose.STANDING;
public Direction direction = Direction.NORTH;
}