Uses of Enum Class
net.minecraft.world.level.block.PlainSignBlock.Attachment
Packages that use PlainSignBlock.Attachment
Package
Description
-
Uses of PlainSignBlock.Attachment in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type PlainSignBlock.AttachmentModifier and TypeMethodDescriptionprivate static SignRenderState.SignTransformationsStandingSignRenderer.createTransformations(PlainSignBlock.Attachment attachmentType, float angle) private static TransformationStandingSignRenderer.textTransformation(PlainSignBlock.Attachment attachmentType, float angle, boolean isFrontText) -
Uses of PlainSignBlock.Attachment in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as PlainSignBlock.Attachment -
Uses of PlainSignBlock.Attachment in net.minecraft.world.level.block
Subclasses with type arguments of type PlainSignBlock.Attachment in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type PlainSignBlock.AttachmentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlainSignBlock.Attachment> PlainSignBlock.Attachment.CODECMethods in net.minecraft.world.level.block that return PlainSignBlock.AttachmentModifier and TypeMethodDescriptionPlainSignBlock.attachmentPoint(BlockState state) StandingSignBlock.attachmentPoint(BlockState state) WallSignBlock.attachmentPoint(BlockState state) static PlainSignBlock.AttachmentPlainSignBlock.getAttachmentPoint(BlockState blockState) static PlainSignBlock.AttachmentReturns the enum constant of this class with the specified name.static PlainSignBlock.Attachment[]PlainSignBlock.Attachment.values()Returns an array containing the constants of this enum class, in the order they are declared.