Package net.minecraft.client.gui.screen
Class EnchantmentScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.inventory.ContainerScreen<EnchantmentContainer>
-
- net.minecraft.client.gui.screen.EnchantmentScreen
-
- All Implemented Interfaces:
IGuiEventListener
,IHasContainer<EnchantmentContainer>
,INestedGuiEventHandler
,IRenderable
,IScreen
public class EnchantmentScreen extends ContainerScreen<EnchantmentContainer>
-
-
Field Summary
Fields Modifier and Type Field Description private static BookModel
BOOK_MODEL
private static ResourceLocation
ENCHANTING_BOOK_LOCATION
private static ResourceLocation
ENCHANTING_TABLE_LOCATION
float
flip
float
flipA
float
flipT
private ItemStack
last
float
oFlip
float
oOpen
float
open
private java.util.Random
random
int
time
-
Fields inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
hoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description EnchantmentScreen(EnchantmentContainer p_i51090_1_, PlayerInventory p_i51090_2_, ITextComponent p_i51090_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
protected void
renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
void
tick()
void
tickBook()
-
Methods inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, init, isHovering, isPauseScreen, keyPressed, mouseDragged, mouseReleased, onClose, removed, renderLabels, renderTooltip, slotClicked
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
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.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
ENCHANTING_TABLE_LOCATION
private static final ResourceLocation ENCHANTING_TABLE_LOCATION
-
ENCHANTING_BOOK_LOCATION
private static final ResourceLocation ENCHANTING_BOOK_LOCATION
-
BOOK_MODEL
private static final BookModel BOOK_MODEL
-
random
private final java.util.Random random
-
time
public int time
-
flip
public float flip
-
oFlip
public float oFlip
-
flipT
public float flipT
-
flipA
public float flipA
-
open
public float open
-
oOpen
public float oOpen
-
last
private ItemStack last
-
-
Constructor Detail
-
EnchantmentScreen
public EnchantmentScreen(EnchantmentContainer p_i51090_1_, PlayerInventory p_i51090_2_, ITextComponent p_i51090_3_)
-
-
Method Detail
-
tick
public void tick()
- Specified by:
tick
in interfaceIScreen
- Overrides:
tick
in classContainerScreen<EnchantmentContainer>
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
- Specified by:
mouseClicked
in interfaceIGuiEventListener
- Specified by:
mouseClicked
in interfaceINestedGuiEventHandler
- Overrides:
mouseClicked
in classContainerScreen<EnchantmentContainer>
-
renderBg
protected void renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
- Specified by:
renderBg
in classContainerScreen<EnchantmentContainer>
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classContainerScreen<EnchantmentContainer>
-
tickBook
public void tickBook()
-
-