package net.minecraft.client.renderer.blockentity.state; import net.minecraft.world.level.block.PlainSignBlock.Attachment; public class StandingSignRenderState extends SignRenderState { public Attachment attachmentType = Attachment.GROUND; }