Package net.minecraft.screen
Class CraftingScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.AbstractRecipeScreenHandler<CraftingInventory>
net.minecraft.screen.CraftingScreenHandler
public class CraftingScreenHandler extends AbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name official bkf
intermediary net/minecraft/class_1714
named net/minecraft/screen/CraftingScreenHandler
-
Field Summary
Fields Modifier and Type Field Description private ScreenHandlerContext
context
private CraftingInventory
input
private PlayerEntity
player
private CraftingResultInventory
result
Fields inherited from class net.minecraft.screen.ScreenHandler
slots, syncId
-
Constructor Summary
Constructors Constructor Description CraftingScreenHandler(int syncId, PlayerInventory playerInventory)
CraftingScreenHandler(int syncId, PlayerInventory playerInventory, ScreenHandlerContext context)
-
Method Summary
Modifier and Type Method Description boolean
canInsertIntoSlot(ItemStack stack, Slot slot)
boolean
canUse(PlayerEntity player)
void
clearCraftingSlots()
void
close(PlayerEntity player)
RecipeBookCategory
getCategory()
int
getCraftingHeight()
int
getCraftingResultSlotIndex()
int
getCraftingSlotCount()
int
getCraftingWidth()
boolean
matches(Recipe<? super CraftingInventory> recipe)
boolean
method_32339(int int2)
void
onContentChanged(Inventory inventory)
void
populateRecipeFinder(RecipeFinder finder)
ItemStack
transferSlot(PlayerEntity player, int index)
protected static void
updateResult(int syncId, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory)
Methods inherited from class net.minecraft.screen.AbstractRecipeScreenHandler
fillInputSlots
Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, dropInventory, endQuickCraft, getNextActionId, getSlot, getStacks, getType, insertItem, isNotRestricted, onButtonClick, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setPlayerRestriction, setProperty, setStackInSlot, shouldQuickCraftContinue, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks
-
Field Details
-
input
- Mappings:
Namespace Name Mixin selector official c
Lbkf;c:Lbke;
intermediary field_7801
Lnet/minecraft/class_1714;field_7801:Lnet/minecraft/class_1715;
named input
Lnet/minecraft/screen/CraftingScreenHandler;input:Lnet/minecraft/inventory/CraftingInventory;
-
result
- Mappings:
Namespace Name Mixin selector official d
Lbkf;d:Lblc;
intermediary field_7800
Lnet/minecraft/class_1714;field_7800:Lnet/minecraft/class_1731;
named result
Lnet/minecraft/screen/CraftingScreenHandler;result:Lnet/minecraft/inventory/CraftingResultInventory;
-
context
- Mappings:
Namespace Name Mixin selector official e
Lbkf;e:Lbkc;
intermediary field_7799
Lnet/minecraft/class_1714;field_7799:Lnet/minecraft/class_3914;
named context
Lnet/minecraft/screen/CraftingScreenHandler;context:Lnet/minecraft/screen/ScreenHandlerContext;
-
player
- Mappings:
Namespace Name Mixin selector official f
Lbkf;f:Lbhl;
intermediary field_7797
Lnet/minecraft/class_1714;field_7797:Lnet/minecraft/class_1657;
named player
Lnet/minecraft/screen/CraftingScreenHandler;player:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
CraftingScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>
Lbkf;<init>(ILbhk;)V
intermediary <init>
Lnet/minecraft/class_1714;<init>(ILnet/minecraft/class_1661;)V
named <init>
Lnet/minecraft/screen/CraftingScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
-
CraftingScreenHandler
public CraftingScreenHandler(int syncId, PlayerInventory playerInventory, ScreenHandlerContext context)- Mappings:
Namespace Name Mixin selector official <init>
Lbkf;<init>(ILbhk;Lbkc;)V
intermediary <init>
Lnet/minecraft/class_1714;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_3914;)V
named <init>
Lnet/minecraft/screen/CraftingScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/screen/ScreenHandlerContext;)V
-
-
Method Details
-
updateResult
protected static void updateResult(int syncId, World world, PlayerEntity player, CraftingInventory craftingInventory, CraftingResultInventory resultInventory)- Mappings:
Namespace Name Mixin selector official a
Lbkf;a(ILbtv;Lbhl;Lbke;Lblc;)V
intermediary method_17399
Lnet/minecraft/class_1714;method_17399(ILnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1715;Lnet/minecraft/class_1731;)V
named updateResult
Lnet/minecraft/screen/CraftingScreenHandler;updateResult(ILnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;)V
-
onContentChanged
- Overrides:
onContentChanged
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lapj;)V
intermediary method_7609
Lnet/minecraft/class_1703;method_7609(Lnet/minecraft/class_1263;)V
named onContentChanged
Lnet/minecraft/screen/ScreenHandler;onContentChanged(Lnet/minecraft/inventory/Inventory;)V
-
populateRecipeFinder
- Specified by:
populateRecipeFinder
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lbhn;)V
intermediary method_7654
Lnet/minecraft/class_1729;method_7654(Lnet/minecraft/class_1662;)V
named populateRecipeFinder
Lnet/minecraft/screen/AbstractRecipeScreenHandler;populateRecipeFinder(Lnet/minecraft/recipe/RecipeFinder;)V
-
clearCraftingSlots
public void clearCraftingSlots()- Specified by:
clearCraftingSlots
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official e
Lbkz;e()V
intermediary method_7657
Lnet/minecraft/class_1729;method_7657()V
named clearCraftingSlots
Lnet/minecraft/screen/AbstractRecipeScreenHandler;clearCraftingSlots()V
-
matches
- Specified by:
matches
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lbqn;)Z
intermediary method_7652
Lnet/minecraft/class_1729;method_7652(Lnet/minecraft/class_1860;)Z
named matches
Lnet/minecraft/screen/AbstractRecipeScreenHandler;matches(Lnet/minecraft/recipe/Recipe;)Z
-
close
- Overrides:
close
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official b
Lbjr;b(Lbhl;)V
intermediary method_7595
Lnet/minecraft/class_1703;method_7595(Lnet/minecraft/class_1657;)V
named close
Lnet/minecraft/screen/ScreenHandler;close(Lnet/minecraft/entity/player/PlayerEntity;)V
-
canUse
- Specified by:
canUse
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lbhl;)Z
intermediary method_7597
Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
named canUse
Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
transferSlot
- Overrides:
transferSlot
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official b
Lbjr;b(Lbhl;I)Lbnv;
intermediary method_7601
Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
named transferSlot
Lnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-
canInsertIntoSlot
- Overrides:
canInsertIntoSlot
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lbnv;Lblh;)Z
intermediary method_7613
Lnet/minecraft/class_1703;method_7613(Lnet/minecraft/class_1799;Lnet/minecraft/class_1735;)Z
named canInsertIntoSlot
Lnet/minecraft/screen/ScreenHandler;canInsertIntoSlot(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;)Z
-
getCraftingResultSlotIndex
public int getCraftingResultSlotIndex()- Specified by:
getCraftingResultSlotIndex
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official f
Lbkz;f()I
intermediary method_7655
Lnet/minecraft/class_1729;method_7655()I
named getCraftingResultSlotIndex
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingResultSlotIndex()I
-
getCraftingWidth
public int getCraftingWidth()- Specified by:
getCraftingWidth
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official g
Lbkz;g()I
intermediary method_7653
Lnet/minecraft/class_1729;method_7653()I
named getCraftingWidth
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingWidth()I
-
getCraftingHeight
public int getCraftingHeight()- Specified by:
getCraftingHeight
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official h
Lbkz;h()I
intermediary method_7656
Lnet/minecraft/class_1729;method_7656()I
named getCraftingHeight
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingHeight()I
-
getCraftingSlotCount
public int getCraftingSlotCount()- Specified by:
getCraftingSlotCount
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official i
Lbkz;i()I
intermediary method_7658
Lnet/minecraft/class_1729;method_7658()I
named getCraftingSlotCount
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingSlotCount()I
-
getCategory
- Specified by:
getCategory
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official m
Lbkz;m()Lbla;
intermediary method_30264
Lnet/minecraft/class_1729;method_30264()Lnet/minecraft/class_5421;
named getCategory
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;
-
method_32339
public boolean method_32339(int int2)- Specified by:
method_32339
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official d
Lbkz;d(I)Z
intermediary method_32339
Lnet/minecraft/class_1729;method_32339(I)Z
named method_32339
Lnet/minecraft/screen/AbstractRecipeScreenHandler;method_32339(I)Z
-