- 
Nested Class SummaryNested Classes 
private static class 
   private static interface 
   private class 
   private class 
   private class 
   private static class 
   private class 
   
 
- 
Field SummaryFields 
  private static final Text
    private static final Text
      
 
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenBACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
 
- 
Constructor SummaryConstructors 
- 
Method Summary
  protected void
 protected void
 void
 protected void
 
Called when a screen should be initialized. 
 void
 (package private) void
   
 
 
 
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenclose, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, shouldPause, tick
 
Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenError
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
TEXTURE- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | w | Levt;w:Lacq; |  - 
| intermediary | field_2808 | Lnet/minecraft/class_466;field_2808:Lnet/minecraft/class_2960; |  - 
| named | TEXTURE | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;TEXTURE:Lnet/minecraft/util/Identifier; |  
 
 
- 
PRIMARY_POWER_TEXTprivate static final Text PRIMARY_POWER_TEXT - Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | x | Levt;x:Lsw; |  - 
| intermediary | field_26560 | Lnet/minecraft/class_466;field_26560:Lnet/minecraft/class_2561; |  - 
| named | PRIMARY_POWER_TEXT | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;PRIMARY_POWER_TEXT:Lnet/minecraft/text/Text; |  
 
 
- 
SECONDARY_POWER_TEXTprivate static final Text SECONDARY_POWER_TEXT - Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | y | Levt;y:Lsw; |  - 
| intermediary | field_26561 | Lnet/minecraft/class_466;field_26561:Lnet/minecraft/class_2561; |  - 
| named | SECONDARY_POWER_TEXT | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;SECONDARY_POWER_TEXT:Lnet/minecraft/text/Text; |  
 
 
- 
- 
primaryEffect- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | A | Levt;A:Lbey; |  - 
| intermediary | field_17412 | Lnet/minecraft/class_466;field_17412:Lnet/minecraft/class_1291; |  - 
| named | primaryEffect | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;primaryEffect:Lnet/minecraft/entity/effect/StatusEffect; |  
 
 
- 
secondaryEffect- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | C | Levt;C:Lbey; |  - 
| intermediary | field_17413 | Lnet/minecraft/class_466;field_17413:Lnet/minecraft/class_1291; |  - 
| named | secondaryEffect | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;secondaryEffect:Lnet/minecraft/entity/effect/StatusEffect; |  
 
 
 
- 
Constructor Details
- 
BeaconScreen- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | <init> | Levt;<init>(Lcbi;Lbyn;Lsw;)V |  - 
| intermediary | <init> | Lnet/minecraft/class_466;<init>(Lnet/minecraft/class_1704;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V |  - 
| named | <init> | Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;<init>(Lnet/minecraft/screen/BeaconScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V |  
 
 
 
- 
Method Details
- 
- 
initprotected void init() 
- Overrides:
- initin class- HandledScreen<BeaconScreenHandler>
- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | b | Leuq;b()V |  - 
| intermediary | method_25426 | Lnet/minecraft/class_437;method_25426()V |  - 
| named | init | Lnet/minecraft/client/gui/screen/Screen;init()V |  
 
 
- 
handledScreenTickpublic void handledScreenTick() 
- Overrides:
- handledScreenTickin class- HandledScreen<BeaconScreenHandler>
- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | B | Levp;B()V |  - 
| intermediary | method_37432 | Lnet/minecraft/class_465;method_37432()V |  - 
| named | handledScreenTick | Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V |  
 
 
- 
- 
drawForegroundprotected void drawForeground(DrawContext context,
 int mouseX,
 int mouseY) 
- Overrides:
- drawForegroundin class- HandledScreen<BeaconScreenHandler>
- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | b | Levp;b(Leox;II)V |  - 
| intermediary | method_2388 | Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_332;II)V |  - 
| named | drawForeground | Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/gui/DrawContext;II)V |  
 
 
- 
drawBackgroundprotected void drawBackground(DrawContext context,
 float delta,
 int mouseX,
 int mouseY) 
- Specified by:
- drawBackgroundin class- HandledScreen<BeaconScreenHandler>
- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | a | Levp;a(Leox;FII)V |  - 
| intermediary | method_2389 | Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V |  - 
| named | drawBackground | Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V |  
 
 
- 
renderpublic void render(DrawContext context,
 int mouseX,
 int mouseY,
 float delta) 
- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- HandledScreen<BeaconScreenHandler>
- Mappings:
- 
| Namespace | Name | Mixin selector | - 
| official | a | Leqh;a(Leox;IIF)V |  - 
| intermediary | method_25394 | Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V |  - 
| named | render | Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V |