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 org.joml.Matrix4fStandingSignRenderer.baseTransformation(float angle, PlainSignBlock.Attachment attachmentType) private static TransformationStandingSignRenderer.bodyTransformation(PlainSignBlock.Attachment attachmentType, float angle) static Model.SimpleStandingSignRenderer.createSignModel(EntityModelSet entityModelSet, WoodType woodType, PlainSignBlock.Attachment attachment) private static SignRenderState.SignTransformationsStandingSignRenderer.createTransformations(PlainSignBlock.Attachment attachmentType, float angle) StandingSignRenderer.Models.get(PlainSignBlock.Attachment attachmentType) 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.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as PlainSignBlock.AttachmentModifier and TypeFieldDescriptionprivate final PlainSignBlock.AttachmentStandingSignSpecialRenderer.Unbaked.attachmentThe field for theattachmentrecord component.Methods in net.minecraft.client.renderer.special that return PlainSignBlock.AttachmentModifier and TypeMethodDescriptionStandingSignSpecialRenderer.Unbaked.attachment()Returns the value of theattachmentrecord component.Constructors in net.minecraft.client.renderer.special with parameters of type PlainSignBlock.AttachmentModifierConstructorDescriptionUnbaked(WoodType woodType, PlainSignBlock.Attachment attachment) Unbaked(WoodType woodType, PlainSignBlock.Attachment attachment, Optional<Identifier> texture) Creates an instance of aUnbakedrecord class. -
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 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.