Class EnchantmentScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<EnchantmentScreenHandler>
net.minecraft.client.gui.screen.ingame.EnchantmentScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
,ScreenHandlerProvider<EnchantmentScreenHandler>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/ingame/EnchantmentScreen
intermediary net/minecraft/class_486
official foy
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionfloat
private BookModel
private static final Identifier
private static final Identifier
private static final Identifier
private static final Identifier
private static final Identifier[]
private static final Identifier[]
float
float
float
float
float
private final Random
private ItemStack
private static final Identifier
int
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionEnchantmentScreen
(EnchantmentScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doTick()
protected void
drawBackground
(DrawContext context, float delta, int mouseX, int mouseY) private void
drawBook
(DrawContext context, int x, int y, float delta) void
protected void
init()
Called when a screen should be initialized.boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.void
render
(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawMouseoverTooltip, drawSlot, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseDragged, mouseReleased, onMouseClick, onSlotChangedState, removed, renderBackground, shouldPause, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
LEVEL_TEXTURES
- Mappings:
Namespace Name Mixin selector named LEVEL_TEXTURES
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;LEVEL_TEXTURES:[Lnet/minecraft/util/Identifier;
intermediary field_45464
Lnet/minecraft/class_486;field_45464:[Lnet/minecraft/class_2960;
official K
Lfoy;K:[Lalf;
-
LEVEL_DISABLED_TEXTURES
- Mappings:
Namespace Name Mixin selector named LEVEL_DISABLED_TEXTURES
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;LEVEL_DISABLED_TEXTURES:[Lnet/minecraft/util/Identifier;
intermediary field_45465
Lnet/minecraft/class_486;field_45465:[Lnet/minecraft/class_2960;
official L
Lfoy;L:[Lalf;
-
ENCHANTMENT_SLOT_DISABLED_TEXTURE
- Mappings:
Namespace Name Mixin selector named ENCHANTMENT_SLOT_DISABLED_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_DISABLED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45466
Lnet/minecraft/class_486;field_45466:Lnet/minecraft/class_2960;
official M
Lfoy;M:Lalf;
-
ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45467
Lnet/minecraft/class_486;field_45467:Lnet/minecraft/class_2960;
official N
Lfoy;N:Lalf;
-
ENCHANTMENT_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector named ENCHANTMENT_SLOT_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ENCHANTMENT_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_45468
Lnet/minecraft/class_486;field_45468:Lnet/minecraft/class_2960;
official O
Lfoy;O:Lalf;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_2910
Lnet/minecraft/class_486;field_2910:Lnet/minecraft/class_2960;
official P
Lfoy;P:Lalf;
-
BOOK_TEXTURE
- Mappings:
Namespace Name Mixin selector named BOOK_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;BOOK_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_2901
Lnet/minecraft/class_486;field_2901:Lnet/minecraft/class_2960;
official Q
Lfoy;Q:Lalf;
-
random
- Mappings:
Namespace Name Mixin selector named random
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;random:Lnet/minecraft/util/math/random/Random;
intermediary field_2911
Lnet/minecraft/class_486;field_2911:Lnet/minecraft/class_5819;
official R
Lfoy;R:Lazh;
-
BOOK_MODEL
- Mappings:
Namespace Name Mixin selector named BOOK_MODEL
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;BOOK_MODEL:Lnet/minecraft/client/render/entity/model/BookModel;
intermediary field_2908
Lnet/minecraft/class_486;field_2908:Lnet/minecraft/class_557;
official S
Lfoy;S:Lftk;
-
ticks
public int ticks- Mappings:
Namespace Name Mixin selector named ticks
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;ticks:I
intermediary field_2915
Lnet/minecraft/class_486;field_2915:I
official D
Lfoy;D:I
-
nextPageAngle
public float nextPageAngle- Mappings:
Namespace Name Mixin selector named nextPageAngle
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;nextPageAngle:F
intermediary field_2912
Lnet/minecraft/class_486;field_2912:F
official E
Lfoy;E:F
-
pageAngle
public float pageAngle- Mappings:
Namespace Name Mixin selector named pageAngle
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageAngle:F
intermediary field_2914
Lnet/minecraft/class_486;field_2914:F
official F
Lfoy;F:F
-
approximatePageAngle
public float approximatePageAngle- Mappings:
Namespace Name Mixin selector named approximatePageAngle
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;approximatePageAngle:F
intermediary field_2909
Lnet/minecraft/class_486;field_2909:F
official G
Lfoy;G:F
-
pageRotationSpeed
public float pageRotationSpeed- Mappings:
Namespace Name Mixin selector named pageRotationSpeed
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageRotationSpeed:F
intermediary field_2906
Lnet/minecraft/class_486;field_2906:F
official H
Lfoy;H:F
-
nextPageTurningSpeed
public float nextPageTurningSpeed- Mappings:
Namespace Name Mixin selector named nextPageTurningSpeed
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;nextPageTurningSpeed:F
intermediary field_2905
Lnet/minecraft/class_486;field_2905:F
official I
Lfoy;I:F
-
pageTurningSpeed
public float pageTurningSpeed- Mappings:
Namespace Name Mixin selector named pageTurningSpeed
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;pageTurningSpeed:F
intermediary field_2904
Lnet/minecraft/class_486;field_2904:F
official J
Lfoy;J:F
-
stack
- Mappings:
Namespace Name Mixin selector named stack
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;stack:Lnet/minecraft/item/ItemStack;
intermediary field_2913
Lnet/minecraft/class_486;field_2913:Lnet/minecraft/class_1799;
official T
Lfoy;T:Lcur;
-
-
Constructor Details
-
EnchantmentScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;<init>(Lnet/minecraft/screen/EnchantmentScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_486;<init>(Lnet/minecraft/class_1718;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
official <init>
Lfoy;<init>(Lcqq;Lcmy;Lxp;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()
to set the element that is initially focused.- Overrides:
init
in classHandledScreen<EnchantmentScreenHandler>
- Mappings:
Namespace Name Mixin selector named init
Lnet/minecraft/client/gui/screen/Screen;init()V
intermediary method_25426
Lnet/minecraft/class_437;method_25426()V
official aM_
Lfnf;aM_()V
-
handledScreenTick
public void handledScreenTick()- Overrides:
handledScreenTick
in classHandledScreen<EnchantmentScreenHandler>
- Mappings:
Namespace Name Mixin selector named handledScreenTick
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V
intermediary method_37432
Lnet/minecraft/class_465;method_37432()V
official E
Lfod;E()V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Specified by:
mouseClicked
in interfaceElement
- Specified by:
mouseClicked
in interfaceParentElement
- Overrides:
mouseClicked
in classHandledScreen<EnchantmentScreenHandler>
- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfjc;a(DDI)Z
-
drawBackground
- Specified by:
drawBackground
in classHandledScreen<EnchantmentScreenHandler>
- Mappings:
Namespace Name Mixin selector named drawBackground
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
intermediary method_2389
Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
official a
Lfod;a(Lfgt;FII)V
-
drawBook
- Mappings:
Namespace Name Mixin selector named drawBook
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;drawBook(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_52223
Lnet/minecraft/class_486;method_52223(Lnet/minecraft/class_332;IIF)V
official d
Lfoy;d(Lfgt;IIF)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classHandledScreen<EnchantmentScreenHandler>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
doTick
public void doTick()- Mappings:
Namespace Name Mixin selector named doTick
Lnet/minecraft/client/gui/screen/ingame/EnchantmentScreen;doTick()V
intermediary method_2478
Lnet/minecraft/class_486;method_2478()V
official I
Lfoy;I()V
-