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