Package net.minecraft.world.inventory
Class ResultSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.ResultSlot
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionResultSlot(Player p_40166_, CraftingContainer p_40167_, Container p_40168_, int p_40169_, int p_40170_, int p_40171_)
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckTakeAchievements(ItemStack p_40185_)booleanprotected voidonQuickCraft(ItemStack p_40180_, int p_40181_)protected voidonSwapCraft(int p_40183_)voidremove(int p_40173_)Methods inherited from class net.minecraft.world.inventory.SlotallowModification, getContainerSlot, getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isSameInventory, mayPickup, onQuickCraft, safeInsert, safeInsert, safeTake, set, setBackground, setChanged, tryRemove
- 
Field Details- 
craftSlots
- 
player
- 
removeCountprivate int removeCount
 
- 
- 
Constructor Details- 
ResultSlotpublic ResultSlot(Player p_40166_, CraftingContainer p_40167_, Container p_40168_, int p_40169_, int p_40170_, int p_40171_)
 
- 
- 
Method Details- 
mayPlace
- 
remove
- 
onQuickCraft- Overrides:
- onQuickCraftin class- Slot
 
- 
onSwapCraftprotected void onSwapCraft(int p_40183_)- Overrides:
- onSwapCraftin class- Slot
 
- 
checkTakeAchievements- Overrides:
- checkTakeAchievementsin class- Slot
 
- 
onTake
 
-