net.minecraft.screen.slot

public class CraftingResultSlot

extends Slot

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

Field summary

Modifier and TypeField
private final RecipeInputInventory
craftSlots
craftSlots
field_7870
input
private final PlayerEntity
player
player
field_7868
player
private int
removeCount
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)
mayPlace(ItemStack itemStack)
method_7680(class_1799 arg0)
canInsert(ItemStack arg0)
public ItemStack
remove(int amount)
remove(int amount)
method_7671(int arg0)
takeStack(int arg0)
protected void
onQuickCraft(ItemStack picked, int count)
onQuickCraft(ItemStack picked, int count)
method_7678(class_1799 arg0, int arg1)
onCrafted(ItemStack arg0, int arg1)
protected void
onSwapCraft(int count)
onSwapCraft(int count)
method_7672(int arg0)
onTake(int arg0)
protected void
checkTakeAchievements(ItemStack carried)
checkTakeAchievements(ItemStack carried)
method_7669(class_1799 arg0)
onCrafted(ItemStack arg0)
private static DefaultedList<ItemStack>
copyAllInputItems(CraftingInput input)
copyAllInputItems(CraftingInput input)
method_64648(class_9694 arg0)
copyInput(CraftingRecipeInput input)
private DefaultedList<ItemStack>
getRemainingItems(CraftingInput input, Level level)
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)
onTake(Player player, ItemStack carried)
method_7667(class_1657 arg0, class_1799 arg1)
onTakeItem(PlayerEntity arg0, ItemStack arg1)
public boolean
isFake()
isFake()
method_55059()
disablesDynamicDisplay()