Class CraftingScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.CraftingScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_516glue class_565server net/minecraft/class_516client oonamed net/minecraft/client/gui/screen/ingame/CraftingScreen
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, containerFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, field_155, field_157, height, minecraft, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
ConstructorsConstructorDescriptionCraftingScreen(PlayerInventory inventory, World world, int int2, int int3, int int4) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float tickDelta) protected voidvoidremoved()Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
init, keyPressed, mouseClicked, mouseReleased, render, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmed, getClipboard, handleTab, init, onKeyboardEvent, onMouseEvent, renderBackground, renderBackground, renderBackgroundTexture, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Constructor Details
-
CraftingScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_516;<init>(Lnet/minecraft/class_136;Lnet/minecraft/class_18;III)Vglue <init>Lclass_565;<init>(Lclass_223;Lclass_129;III)Vserver <init>Lnet/minecraft/class_516;<init>(Lfx;Ldj;III)Vclient <init>Loo;<init>(Lix;Lfd;III)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/CraftingScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/world/World;III)V
-
-
Method Details
-
removed
public void removed()- Overrides:
removedin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_133Lnet/minecraft/class_32;method_133()Vglue method_425Lclass_117;method_425()Vserver method_133Lnet/minecraft/class_32;method_133()Vclient hLda;h()Vnamed removedLnet/minecraft/client/gui/screen/Screen;removed()V
-
drawForeground
protected void drawForeground()- Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_985Lnet/minecraft/class_293;method_985()Vglue method_1158Lclass_314;method_1158()Vserver method_985Lnet/minecraft/class_293;method_985()Vclient kLid;k()Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground()V
-
drawBackground
protected void drawBackground(float tickDelta) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_984Lnet/minecraft/class_293;method_984(F)Vglue method_1157Lclass_314;method_1157(F)Vserver method_984Lnet/minecraft/class_293;method_984(F)Vclient aLid;a(F)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(F)V
-