Class CartographyTableScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<CartographyTableScreenHandler>
net.minecraft.client.gui.screen.ingame.CartographyTableScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement,- ScreenHandlerProvider<CartographyTableScreenHandler>
@Environment(CLIENT)
public class CartographyTableScreen
extends HandledScreen<CartographyTableScreenHandler>
- Mappings:
- Namespace - Name - official - evy- intermediary - net/minecraft/class_3934- named - net/minecraft/client/gui/screen/ingame/CartographyTableScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenBACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionCartographyTableScreen(CartographyTableScreenHandler handler, PlayerInventory inventory, Text title) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) private voiddrawMap(DrawContext context, @Nullable Integer mapId, @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) private voiddrawMap(DrawContext context, @Nullable Integer mapId, @Nullable MapState mapState, int x, int y, float scale) voidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenclose, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
- 
Field Details- 
TEXTURE- Mappings:
- Namespace - Name - Mixin selector - official - w- Levy;w:Lacq;- intermediary - field_17421- Lnet/minecraft/class_3934;field_17421:Lnet/minecraft/class_2960;- named - TEXTURE- Lnet/minecraft/client/gui/screen/ingame/CartographyTableScreen;TEXTURE:Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
CartographyTableScreenpublic CartographyTableScreen(CartographyTableScreenHandler handler, PlayerInventory inventory, Text title) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Levy;<init>(Lcbl;Lbyn;Lsw;)V- intermediary - <init>- Lnet/minecraft/class_3934;<init>(Lnet/minecraft/class_3910;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V- named - <init>- Lnet/minecraft/client/gui/screen/ingame/CartographyTableScreen;<init>(Lnet/minecraft/screen/CartographyTableScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
 
 
- 
- 
Method Details- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- HandledScreen<CartographyTableScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqh;a(Leox;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
 
- 
drawBackground- Specified by:
- drawBackgroundin class- HandledScreen<CartographyTableScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Levp;a(Leox;FII)V- intermediary - method_2389- Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V- named - drawBackground- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
 
- 
drawMapprivate void drawMap(DrawContext context, @Nullable @Nullable Integer mapId, @Nullable @Nullable MapState mapState, boolean cloneMode, boolean expandMode, boolean lockMode, boolean cannotExpand) - Mappings:
- Namespace - Name - Mixin selector - official - a- Levy;a(Leox;Ljava/lang/Integer;Ldyo;ZZZZ)V- intermediary - method_17567- Lnet/minecraft/class_3934;method_17567(Lnet/minecraft/class_332;Ljava/lang/Integer;Lnet/minecraft/class_22;ZZZZ)V- named - drawMap- Lnet/minecraft/client/gui/screen/ingame/CartographyTableScreen;drawMap(Lnet/minecraft/client/gui/DrawContext;Ljava/lang/Integer;Lnet/minecraft/item/map/MapState;ZZZZ)V
 
- 
drawMapprivate void drawMap(DrawContext context, @Nullable @Nullable Integer mapId, @Nullable @Nullable MapState mapState, int x, int y, float scale) - Mappings:
- Namespace - Name - Mixin selector - official - a- Levy;a(Leox;Ljava/lang/Integer;Ldyo;IIF)V- intermediary - method_17566- Lnet/minecraft/class_3934;method_17566(Lnet/minecraft/class_332;Ljava/lang/Integer;Lnet/minecraft/class_22;IIF)V- named - drawMap- Lnet/minecraft/client/gui/screen/ingame/CartographyTableScreen;drawMap(Lnet/minecraft/client/gui/DrawContext;Ljava/lang/Integer;Lnet/minecraft/item/map/MapState;IIF)V
 
 
-