package com.razz.dfashion.client; import net.minecraft.client.renderer.blockentity.state.BlockEntityRenderState; import net.minecraft.core.Direction; import net.minecraft.resources.Identifier; public class ClosetRenderState extends BlockEntityRenderState { public boolean open = false; public Direction facing = Direction.NORTH; public Identifier variantId = null; }