Package net.minecraftforge.client.gui
Class ModMismatchDisconnectedScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraftforge.client.gui.ModMismatchDisconnectedScreen
- All Implemented Interfaces:
ContainerEventHandler,GuiEventListener,Renderable,TabOrderedElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) classNested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final Pathprivate MultiLineLabelprivate final booleanprivate final Map<ResourceLocation,String> private final List<ResourceLocation>private final ConnectionData.ModMismatchDataprivate final Pathprivate final Screenprivate final Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<String, String>> private final Componentprivate intFields inherited from class net.minecraft.client.gui.screens.Screen
BACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionModMismatchDisconnectedScreen(Screen parentScreen, Component title, Component reason, ConnectionData.ModMismatchData modMismatchData) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()voidrender(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) Methods inherited from class 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, isPauseScreen, 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, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
reason
-
message
-
parent
-
textHeight
private int textHeight -
modMismatchData
-
modsDir
-
logFile
-
listHeight
private final int listHeight -
presentModData
private final Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<String, presentModDataString>> -
missingModData
-
mismatchedModData
-
allModIds
-
presentModUrls
-
mismatchedDataFromServer
private final boolean mismatchedDataFromServer
-
-
Constructor Details
-
ModMismatchDisconnectedScreen
public ModMismatchDisconnectedScreen(Screen parentScreen, Component title, Component reason, ConnectionData.ModMismatchData modMismatchData)
-
-
Method Details