Uses of Record Class
net.minecraft.client.gui.ScreenRect
Packages that use ScreenRect
Package
Description
The base package for all Minecraft classes.
-
Uses of ScreenRect in net.minecraft
Fields in net.minecraft declared as ScreenRectModifier and TypeFieldDescriptionprivate final @Nullable ScreenRectclass_11228.class_11230.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11241.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11242.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11243.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11245.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11247.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11250.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11251.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11252.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11253.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11254.scissorAreaThe field for thescissorArearecord component.private final @Nullable ScreenRectclass_11255.scissorAreaThe field for thescissorArearecord component.Fields in net.minecraft with type parameters of type ScreenRectModifier and TypeFieldDescriptionprivate static final Comparator<ScreenRect> class_11228.field_59911Methods in net.minecraft that return ScreenRectModifier and TypeMethodDescriptionclass_11228.class_11230.scissorArea()Returns the value of thescissorArearecord component.class_11241.scissorArea()Returns the value of thescissorArearecord component.class_11242.scissorArea()Returns the value of thescissorArearecord component.class_11243.scissorArea()Returns the value of thescissorArearecord component.class_11244.scissorArea()class_11245.scissorArea()Returns the value of thescissorArearecord component.class_11247.scissorArea()Returns the value of thescissorArearecord component.class_11250.scissorArea()Returns the value of thescissorArearecord component.class_11251.scissorArea()Returns the value of thescissorArearecord component.class_11252.scissorArea()Returns the value of thescissorArearecord component.class_11253.scissorArea()Returns the value of thescissorArearecord component.class_11254.scissorArea()Returns the value of thescissorArearecord component.class_11255.scissorArea()Returns the value of thescissorArearecord component.class_11256.scissorArea()Methods in net.minecraft with parameters of type ScreenRectModifier and TypeMethodDescriptionprivate voidclass_11228.method_70883(BufferBuilder bufferBuilder, RenderPipeline renderPipeline, class_11231 class_11231, @Nullable ScreenRect screenRect) private voidclass_11228.method_70884(ScreenRect screenRect, RenderPass renderPass) private booleanclass_11228.method_70885(ScreenRect screenRect, @Nullable ScreenRect screenRect2) Constructors in net.minecraft with parameters of type ScreenRectModifierConstructorDescription(package private)class_11230(GpuBuffer gpuBuffer, VertexFormat.DrawMode drawMode, @Nullable GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int2, RenderPipeline renderPipeline, class_11231 class_11231, @Nullable ScreenRect screenRect) class_11241(RenderPipeline renderPipeline, class_11231 class_11231, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, float float6, int int6, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11242(RenderPipeline renderPipeline, class_11231 class_11231, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, int int6, int int7, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11243(RenderPipeline renderPipeline, class_11231 class_11231, Matrix3x2f matrix3x2f, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11, float float12, int int2, int int3, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11245(String string, Matrix3x2f matrix3x2f, ItemRenderState itemRenderState, int int2, int int3, float float2, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11247(class_11248 class_11248, Matrix3x2f matrix3x2f, int int2, int int3, float float2, float float3, float float4, float float5, float float6, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11250(ModelPart modelPart, DyeColor dyeColor, BannerPatternsComponent bannerPatternsComponent, int int2, int int3, int int4, int int5, float float2, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11251(BookModel bookModel, Identifier identifier, float float2, float float3, int int2, int int3, int int4, int int5, float float4, float float5, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11252(EntityRenderState entityRenderState, Vector3f vector3f, Quaternionf quaternionf, @Nullable Quaternionf quaternionf2, int int2, int int3, int int4, int int5, float float2, float float3, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11253(List<ProfilerTiming> list, int int2, int int3, int int4, int int5, float float2, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11254(Model model, WoodType woodType, int int2, int int3, int int4, int int5, float float2, float float3, class_11227 class_11227, @Nullable ScreenRect screenRect) class_11255(PlayerEntityModel playerEntityModel, Identifier identifier, float float2, float float3, float float4, int int2, int int3, int int4, int int5, float float5, float float6, class_11227 class_11227, @Nullable ScreenRect screenRect) -
Uses of ScreenRect in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as ScreenRectFields in net.minecraft.client.gui with type parameters of type ScreenRectMethods in net.minecraft.client.gui that return ScreenRectModifier and TypeMethodDescriptionScreenRect.add(NavigationDirection direction) Returns a new rect of the same dimensions with the position incremented.static ScreenRectScreenRect.empty()Returns an empty rect.default ScreenRectElement.getBorder(NavigationDirection direction) ScreenRect.getBorder(NavigationDirection direction) Returns a rect representing the border of this rect in the givendirection.default ScreenRectElement.getNavigationFocus()ScreenRect.intersection(ScreenRect other) Returns the rect that intersects withother, ornullif they do not intersect.DrawContext.ScissorStack.method_70863()static ScreenRectScreenRect.of(NavigationAxis axis, int sameAxisCoord, int otherAxisCoord, int sameAxisLength, int otherAxisLength) Returns a new rect.DrawContext.ScissorStack.pop()DrawContext.ScissorStack.push(ScreenRect rect) ScreenRect.transform(Matrix3x2f matrix3x2f) Methods in net.minecraft.client.gui with parameters of type ScreenRectModifier and TypeMethodDescriptionprivate @Nullable GuiNavigationPathParentElement.computeChildPath(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) private @Nullable GuiNavigationPathParentElement.computeInitialChildPath(ScreenRect focus, NavigationDirection direction, @Nullable Element focused, GuiNavigation navigation) ScreenRect.intersection(ScreenRect other) Returns the rect that intersects withother, ornullif they do not intersect.booleanScreenRect.overlaps(ScreenRect other) Returns whether this rect overlaps withrectin both axes.booleanScreenRect.overlaps(ScreenRect other, NavigationAxis axis) Returns whether this rect overlaps withrectinaxis.DrawContext.ScissorStack.push(ScreenRect rect) -
Uses of ScreenRect in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return ScreenRect -
Uses of ScreenRect in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as ScreenRect -
Uses of ScreenRect in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world that return ScreenRectModifier and TypeMethodDescriptionExperimentsScreen.ExperimentsListWidget.getBorder(NavigationDirection direction) -
Uses of ScreenRect in net.minecraft.client.gui.tab
Fields in net.minecraft.client.gui.tab declared as ScreenRectMethods in net.minecraft.client.gui.tab with parameters of type ScreenRectModifier and TypeMethodDescriptionvoidGridScreenTab.refreshGrid(ScreenRect tabArea) voidTab.refreshGrid(ScreenRect tabArea) voidTabManager.setTabArea(ScreenRect tabArea) -
Uses of ScreenRect in net.minecraft.client.gui.tooltip
Fields in net.minecraft.client.gui.tooltip declared as ScreenRectModifier and TypeFieldDescriptionprivate final ScreenRectFocusedTooltipPositioner.focusprivate final ScreenRectWidgetTooltipPositioner.focusMethods in net.minecraft.client.gui.tooltip with parameters of type ScreenRectModifier and TypeMethodDescriptionprivate TooltipPositionerTooltipState.createPositioner(ScreenRect focus, boolean hovered, boolean focused) voidTooltipState.render(boolean hovered, boolean focused, ScreenRect focus) Constructors in net.minecraft.client.gui.tooltip with parameters of type ScreenRectModifierConstructorDescription -
Uses of ScreenRect in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget that return ScreenRectModifier and TypeMethodDescriptionClickableWidget.getNavigationFocus()TabNavigationWidget.getNavigationFocus()default ScreenRectWidget.getNavigationFocus()Methods in net.minecraft.client.gui.widget with parameters of type ScreenRectModifier and TypeMethodDescriptionstatic voidSimplePositioningWidget.setPos(Widget widget, ScreenRect rect) static voidSimplePositioningWidget.setPos(Widget widget, ScreenRect rect, float relativeX, float relativeY)