Uses of Record Class
net.minecraft.client.font.TextConsumer.Transformation
Packages that use TextConsumer.Transformation
-
Uses of TextConsumer.Transformation in net.minecraft.client.font
Fields in net.minecraft.client.font declared as TextConsumer.TransformationModifier and TypeFieldDescriptionprivate static final TextConsumer.TransformationTextConsumer.ClickHandler.DEFAULT_TRANSFORMATIONprivate TextConsumer.TransformationTextConsumer.ClickHandler.transformationMethods in net.minecraft.client.font that return TextConsumer.TransformationModifier and TypeMethodDescriptionTextConsumer.ClickHandler.getTransformation()TextConsumer.getTransformation()TextConsumer.Transformation.scaled(float scale) TextConsumer.Transformation.withOpacity(float opacity) TextConsumer.Transformation.withPose(Matrix3x2fc pose) TextConsumer.Transformation.withScissor(int left, int right, int top, int bottom) TextConsumer.Transformation.withScissor(ScreenRect scissor) Methods in net.minecraft.client.font with parameters of type TextConsumer.TransformationModifier and TypeMethodDescriptionvoidTextConsumer.ClickHandler.marqueedText(Text text, int x, int left, int right, int top, int bottom, TextConsumer.Transformation transformation) default voidTextConsumer.marqueedText(Text text, int x, int left, int right, int top, int bottom, int width, int lineHeight, TextConsumer.Transformation transformation) voidTextConsumer.marqueedText(Text text, int x, int left, int right, int top, int bottom, TextConsumer.Transformation transformation) voidTextConsumer.ClickHandler.setTransformation(TextConsumer.Transformation transformation) voidTextConsumer.setTransformation(TextConsumer.Transformation transformation) voidTextConsumer.ClickHandler.text(Alignment alignment, int x, int y, TextConsumer.Transformation transformation, OrderedText text) voidTextConsumer.text(Alignment alignment, int x, int y, TextConsumer.Transformation transformation, OrderedText text) default voidTextConsumer.text(Alignment alignment, int x, int y, TextConsumer.Transformation transformation, Text text) -
Uses of TextConsumer.Transformation in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as TextConsumer.TransformationModifier and TypeFieldDescriptionprivate TextConsumer.TransformationDrawContext.TextConsumerImpl.transformationMethods in net.minecraft.client.gui that return TextConsumer.TransformationModifier and TypeMethodDescriptionDrawContext.TextConsumerImpl.getTransformation()private TextConsumer.TransformationDrawContext.getTransformationForCurrentState(float opacity) Methods in net.minecraft.client.gui with parameters of type TextConsumer.TransformationModifier and TypeMethodDescriptionvoidDrawContext.TextConsumerImpl.marqueedText(Text text, int x, int left, int right, int top, int bottom, TextConsumer.Transformation transformation) voidDrawContext.TextConsumerImpl.setTransformation(TextConsumer.Transformation transformation) voidDrawContext.TextConsumerImpl.text(Alignment alignment, int x, int y, TextConsumer.Transformation transformation, OrderedText text) Constructors in net.minecraft.client.gui with parameters of type TextConsumer.TransformationModifierConstructorDescription(package private)TextConsumerImpl(TextConsumer.Transformation transformation, DrawContext.HoverType hoverType, @Nullable Consumer<Style> styleCallback) -
Uses of TextConsumer.Transformation in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as TextConsumer.TransformationModifier and TypeFieldDescriptionprivate TextConsumer.TransformationChatHud.class_12333.field_64429private TextConsumer.TransformationChatHud.Drawer.transformation