@Environment(value=CLIENT) public class LevelLoadingScreen extends Screen
| Modifier and Type | Field and Description |
|---|---|
private long |
field_19101 |
private WorldGenerationProgressTracker |
progressProvider |
private static it.unimi.dsi.fastutil.objects.Object2IntMap<ChunkStatus> |
STATUS_TO_COLOR |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
LevelLoadingScreen(WorldGenerationProgressTracker progressProvider) |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawChunkMap(MatrixStack matrixStack,
WorldGenerationProgressTracker worldGenerationProgressTracker,
int int2,
int int3,
int int4,
int int5) |
void |
removed() |
void |
render(MatrixStack matrixStack,
int mouseY,
int int2,
float float2) |
boolean |
shouldCloseOnEsc() |
addButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, tick, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawHorizontalLine, drawSprite, drawString, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, fill, fillGradient, getZOffset, method_27534, method_27535, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedprivate static final it.unimi.dsi.fastutil.objects.Object2IntMap<ChunkStatus> STATUS_TO_COLOR
private final WorldGenerationProgressTracker progressProvider
private long field_19101
public LevelLoadingScreen(WorldGenerationProgressTracker progressProvider)
public boolean shouldCloseOnEsc()
shouldCloseOnEsc in class Screenpublic void render(MatrixStack matrixStack, int mouseY, int int2, float float2)
public static void drawChunkMap(MatrixStack matrixStack, WorldGenerationProgressTracker worldGenerationProgressTracker, int int2, int int3, int int4, int int5)