net.minecraft.screen.slot

public class CraftingResultSlot

extends Slot

net.minecraft.world.inventory.ResultSlot
net.minecraft.class_1734
net.minecraft.screen.slot.CraftingResultSlot

Field summary

Modifier and TypeField
private final RecipeInputInventory
craftSlots
field_7870
input
private final PlayerEntity
player
field_7868
player
private int
removeCount
field_7869
amount

Constructor summary

ModifierConstructor
public (PlayerEntity player, RecipeInputInventory input, Inventory inventory, int index, int x, int y)

Method summary

Modifier and TypeMethod
public boolean
mayPlace(ItemStack itemStack)
method_7680(class_1799 arg0)
canInsert(ItemStack arg0)
public ItemStack
remove(int amount)
method_7671(int arg0)
takeStack(int arg0)
protected void
onQuickCraft(ItemStack picked, int count)
method_7678(class_1799 arg0, int arg1)
onCrafted(ItemStack arg0, int arg1)
protected void
onSwapCraft(int count)
method_7672(int arg0)
onTake(int arg0)
protected void
checkTakeAchievements(ItemStack carried)
method_7669(class_1799 arg0)
onCrafted(ItemStack arg0)
private static DefaultedList<ItemStack>
copyAllInputItems(CraftingInput input)
method_64648(class_9694 arg0)
copyInput(CraftingRecipeInput input)
private DefaultedList<ItemStack>
getRemainingItems(CraftingInput input, Level level)
method_64650(class_9694 arg0, class_1937 arg1)
getRecipeRemainders(CraftingRecipeInput input, World world)
public void
onTake(Player player, ItemStack carried)
method_7667(class_1657 arg0, class_1799 arg1)
onTakeItem(PlayerEntity arg0, ItemStack arg1)
public boolean
isFake()
method_55059()
disablesDynamicDisplay()
private static DefaultedList
lambda$getRemainingItems$1(CraftingInput arg0)
method_64651(class_9694 arg0)
method_64651(CraftingRecipeInput arg0)
private static DefaultedList
lambda$getRemainingItems$0(CraftingInput arg0, RecipeHolder arg1)
method_64649(class_9694 arg0, class_8786 arg1)
method_64649(CraftingRecipeInput arg0, RecipeEntry recipe)