Package de.cech12.solarcooker.inventory
Class SolarCookerResultSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.FurnaceResultSlot
de.cech12.solarcooker.inventory.SolarCookerResultSlot
public class SolarCookerResultSlot
extends net.minecraft.world.inventory.FurnaceResultSlot
-
Field Summary
Fields inherited from class net.minecraft.world.inventory.Slot
container, index, x, y -
Constructor Summary
ConstructorsConstructorDescriptionSolarCookerResultSlot(net.minecraft.world.entity.player.Player player, net.minecraft.world.Container inventoryIn, int slotIndex, int xPosition, int yPosition) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckTakeAchievements(@NotNull net.minecraft.world.item.ItemStack stack) Methods inherited from class net.minecraft.world.inventory.FurnaceResultSlot
mayPlace, onQuickCraft, onTake, removeMethods inherited from class net.minecraft.world.inventory.Slot
allowModification, getContainerSlot, getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, mayPickup, onQuickCraft, onSwapCraft, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove
-
Constructor Details
-
SolarCookerResultSlot
public SolarCookerResultSlot(net.minecraft.world.entity.player.Player player, net.minecraft.world.Container inventoryIn, int slotIndex, int xPosition, int yPosition)
-
-
Method Details
-
checkTakeAchievements
protected void checkTakeAchievements(@NotNull @NotNull net.minecraft.world.item.ItemStack stack) - Overrides:
checkTakeAchievementsin classnet.minecraft.world.inventory.FurnaceResultSlot
-