Class BeaconScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.BeaconScreen
- Mappings:
Namespace Name official bdeintermediary net/minecraft/class_1323named net/minecraft/client/gui/screen/ingame/BeaconScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate BeaconBlockEntityprivate class_1325private static final Loggerprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
field_22533, field_22534, field_22535, field_22536, field_22537, field_22538, field_22539, field_22540Fields inherited from class net.minecraft.client.gui.DrawableHelper
field_22503, field_22504, field_22505, field_22506 -
Constructor Summary
ConstructorsConstructorDescriptionBeaconScreen(PlayerInventory playerInventory, BeaconBlockEntity beaconBlockEntity) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) protected voidmethod_21930(ButtonWidget buttonWidget) voidvoidMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, isPointWithinBounds, method_21924, method_21925, method_21926, method_21927, method_21933, method_21935, method_21940, onMouseClickMethods inherited from class net.minecraft.client.gui.screen.Screen
method_21928, method_21929, method_21931, method_21932, method_21934, method_21937, method_21938, method_21939, method_21941, method_21942, method_21943, method_21944, method_21945, method_21946, method_22355Methods inherited from class net.minecraft.client.gui.DrawableHelper
method_21875, method_21877, method_21878, method_21879, method_21880, method_21881, method_21882, method_21883, method_21884
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official uLbde;u:Lorg/apache/logging/log4j/Logger;intermediary field_7815Lnet/minecraft/class_1323;field_7815:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/ingame/BeaconScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official vLbde;v:Lbqm;intermediary field_6303Lnet/minecraft/class_1323;field_6303:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/BeaconScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
field_5106
- Mappings:
Namespace Name Mixin selector official wLbde;w:Lanb;intermediary field_5106Lnet/minecraft/class_1323;field_5106:Lnet/minecraft/class_1308;named field_5106Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;field_5106:Lnet/minecraft/block/entity/BeaconBlockEntity;
-
field_5107
private class_1325 field_5107- Mappings:
Namespace Name Mixin selector official xLbde;x:Lbdg;intermediary field_5107Lnet/minecraft/class_1323;field_5107:Lnet/minecraft/class_1325;named field_5107Lnet/minecraft/client/gui/screen/ingame/BeaconScreen;field_5107:Lnet/minecraft/client/class_1325;
-
consumeGem
private boolean consumeGem- Mappings:
Namespace Name Mixin selector official yLbde;y:Zintermediary field_5108Lnet/minecraft/class_1323;field_5108:Znamed consumeGemLnet/minecraft/client/gui/screen/ingame/BeaconScreen;consumeGem:Z
-
-
Constructor Details
-
BeaconScreen
-
-
Method Details
-
method_21947
public void method_21947()- Overrides:
method_21947in classHandledScreen- Mappings:
Namespace Name Mixin selector official r_Lbcc;r_()Vintermediary method_21947Lnet/minecraft/class_388;method_21947()Vnamed method_21947Lnet/minecraft/client/gui/screen/Screen;method_21947()V
-
method_21936
public void method_21936()- Overrides:
method_21936in classHandledScreen- Mappings:
Namespace Name Mixin selector official cLbcc;c()Vintermediary method_21936Lnet/minecraft/class_388;method_21936()Vnamed method_21936Lnet/minecraft/client/gui/screen/Screen;method_21936()V
-
method_21930
- Overrides:
method_21930in classScreen- Mappings:
Namespace Name Mixin selector official aLbcc;a(Lbam;)Vintermediary method_21930Lnet/minecraft/class_388;method_21930(Lnet/minecraft/class_356;)Vnamed method_21930Lnet/minecraft/client/gui/screen/Screen;method_21930(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLbdc;b(II)Vintermediary method_4262Lnet/minecraft/class_409;method_4262(II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
-
drawBackground
protected void drawBackground(float delta, int mouseX, int mouseY) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLbdc;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-