Package net.minecraft.world.inventory
Class ResultSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.ResultSlot
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final CraftingContainerprivate final Playerprivate int
- 
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_) booleanisFake()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, isHighlightable, isSameInventory, mayPickup, onQuickCraft, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, 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
- 
isFakepublic boolean isFake()
 
-