16 lines
487 B
Java
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;
|
|
}
|
|
|