类 StatsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.achievement.StatsScreen
- 所有已实现的接口:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
,StatsUpdateListener
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) class
(专用程序包) class
(专用程序包) class
从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
字段概要
字段修饰符和类型字段说明private ObjectSelectionList<?>
private boolean
(专用程序包) StatsScreen.ItemStatisticsList
protected final Screen
private StatsScreen.MobsStatisticsList
private static final Component
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
(专用程序包) final StatsCounter
private static final ResourceLocation
从类继承的字段 net.minecraft.client.gui.screens.Screen
BACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, width
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
从接口继承的字段 net.minecraft.client.gui.screens.achievement.StatsUpdateListener
LOADING_SYMBOLS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) void
blitSlot
(GuiGraphics pGuiGraphics, int pX, int pY, Item pItem) (专用程序包) void
blitSlotIcon
(GuiGraphics pGuiGraphics, int pX, int pY, int pUOffset, int pVOffset) (专用程序包) int
getColumnX
(int pIndex) (专用程序包) static String
getTranslationKey
(Stat<ResourceLocation> pStat) protected void
init()
void
void
boolean
void
void
render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) void
setActiveList
(ObjectSelectionList<?> pActiveList) 从类继承的方法 net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onClose, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderDirtBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenError
从类继承的方法 net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
PENDING_TEXT
-
STATS_ICON_LOCATION
-
lastScreen
-
statsList
-
itemStatsList
StatsScreen.ItemStatisticsList itemStatsList -
mobsStatsList
-
stats
-
activeList
-
isLoading
private boolean isLoading -
SLOT_TEX_SIZE
private static final int SLOT_TEX_SIZE- 另请参阅:
-
SLOT_BG_SIZE
private static final int SLOT_BG_SIZE- 另请参阅:
-
SLOT_STAT_HEIGHT
private static final int SLOT_STAT_HEIGHT- 另请参阅:
-
SLOT_BG_X
private static final int SLOT_BG_X- 另请参阅:
-
SLOT_BG_Y
private static final int SLOT_BG_Y- 另请参阅:
-
SLOT_FG_X
private static final int SLOT_FG_X- 另请参阅:
-
SLOT_FG_Y
private static final int SLOT_FG_Y- 另请参阅:
-
SLOT_LEFT_INSERT
private static final int SLOT_LEFT_INSERT- 另请参阅:
-
SLOT_TEXT_OFFSET
private static final int SLOT_TEXT_OFFSET- 另请参阅:
-
SORT_NONE
private static final int SORT_NONE- 另请参阅:
-
SORT_DOWN
private static final int SORT_DOWN- 另请参阅:
-
SORT_UP
private static final int SORT_UP- 另请参阅:
-
-
构造器详细资料
-
StatsScreen
-
-
方法详细资料
-
init
protected void init() -
initLists
public void initLists() -
initButtons
public void initButtons() -
render
- 指定者:
render
在接口中Renderable
- 覆盖:
render
在类中Screen
-
onStatsUpdated
public void onStatsUpdated()- 指定者:
onStatsUpdated
在接口中StatsUpdateListener
-
isPauseScreen
public boolean isPauseScreen()- 覆盖:
isPauseScreen
在类中Screen
-
getActiveList
-
setActiveList
-
getTranslationKey
-
getColumnX
int getColumnX(int pIndex) -
blitSlot
-
blitSlotIcon
-