Package net.minecraft.screen.slot
Class Slot
java.lang.Object
net.minecraft.screen.slot.Slot
- Direct Known Subclasses:
ArmorSlot,BeaconScreenHandler.PaymentSlot,BrewingStandScreenHandler.FuelSlot,BrewingStandScreenHandler.IngredientSlot,BrewingStandScreenHandler.PotionSlot,class_11041,class_11042,class_11044,class_11045,CrafterInputSlot,CrafterOutputSlot,CraftingResultSlot,CreativeInventoryScreen.CreativeSlot,CreativeInventoryScreen.LockableSlot,FurnaceFuelSlot,FurnaceOutputSlot,ShulkerBoxSlot,TradeOutputSlot
A slot of a screen handler that holds an item stack. A slot is temporary
holder that holds the stack for the lifetime of the screen handler. They are backed
by an inventory, which implements the persistent storage if necessary.
To add slots, call ScreenHandler.addSlot(net.minecraft.screen.slot.Slot) inside
the screen handler's constructor.
- Mappings:
Namespace Name named net/minecraft/screen/slot/Slotintermediary net/minecraft/class_1735official daf
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanfloatfloatintprivate final intfinal Inventoryintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancanTakeItems(PlayerEntity playerEntity) booleancanTakePartial(PlayerEntity player) booleanReturnstrueto disable dynamic display for clocks and compasses.intgetIndex()intintgetMaxItemCount(ItemStack stack) getStack()booleanhasStack()insertStack(ItemStack stack) insertStack(ItemStack stack, int count) booleanvoidbooleanbooleanvoidmethod_69556(boolean bool) protected voidprotected voidvoidonQuickTransfer(ItemStack newItem, ItemStack original) protected voidonTake(int amount) voidonTakeItem(PlayerEntity player, ItemStack stack) voidvoidSets the slot's stack tostackand marks the slot as dirty.voidsetStackNoCallbacks(ItemStack stack) takeStack(int amount) takeStackRange(int min, int max, PlayerEntity player) tryTakeStackRange(int min, int max, PlayerEntity player)
-
Field Details
-
index
private final int index- Mappings:
Namespace Name Mixin selector named indexLnet/minecraft/screen/slot/Slot;index:Iintermediary field_7875Lnet/minecraft/class_1735;field_7875:Iofficial aLdaf;a:I
-
inventory
- Mappings:
Namespace Name Mixin selector named inventoryLnet/minecraft/screen/slot/Slot;inventory:Lnet/minecraft/inventory/Inventory;intermediary field_7871Lnet/minecraft/class_1735;field_7871:Lnet/minecraft/class_1263;official cLdaf;c:Lbvu;
-
id
public int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/screen/slot/Slot;id:Iintermediary field_7874Lnet/minecraft/class_1735;field_7874:Iofficial dLdaf;d:I
-
x
public int x- Mappings:
Namespace Name Mixin selector named xLnet/minecraft/screen/slot/Slot;x:Iintermediary field_7873Lnet/minecraft/class_1735;field_7873:Iofficial eLdaf;e:I
-
y
public int y- Mappings:
Namespace Name Mixin selector named yLnet/minecraft/screen/slot/Slot;y:Iintermediary field_7872Lnet/minecraft/class_1735;field_7872:Iofficial fLdaf;f:I
-
field_58825
public float field_58825- Mappings:
Namespace Name Mixin selector named field_58825Lnet/minecraft/screen/slot/Slot;field_58825:Fintermediary field_58825Lnet/minecraft/class_1735;field_58825:Fofficial gLdaf;g:F
-
field_58826
public float field_58826- Mappings:
Namespace Name Mixin selector named field_58826Lnet/minecraft/screen/slot/Slot;field_58826:Fintermediary field_58826Lnet/minecraft/class_1735;field_58826:Fofficial hLdaf;h:F
-
field_58824
private boolean field_58824- Mappings:
Namespace Name Mixin selector named field_58824Lnet/minecraft/screen/slot/Slot;field_58824:Zintermediary field_58824Lnet/minecraft/class_1735;field_58824:Zofficial bLdaf;b:Z
-
-
Constructor Details
-
Slot
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/screen/slot/Slot;<init>(Lnet/minecraft/inventory/Inventory;III)Vintermediary <init>Lnet/minecraft/class_1735;<init>(Lnet/minecraft/class_1263;III)Vofficial <init>Ldaf;<init>(Lbvu;III)V
-
-
Method Details
-
onQuickTransfer
- Mappings:
Namespace Name Mixin selector named onQuickTransferLnet/minecraft/screen/slot/Slot;onQuickTransfer(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Vintermediary method_7670Lnet/minecraft/class_1735;method_7670(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Vofficial bLdaf;b(Ldcs;Ldcs;)V
-
method_69555
public boolean method_69555()- Mappings:
Namespace Name Mixin selector named method_69555Lnet/minecraft/screen/slot/Slot;method_69555()Zintermediary method_69555Lnet/minecraft/class_1735;method_69555()Zofficial gLdaf;g()Z
-
onCrafted
- Mappings:
Namespace Name Mixin selector named onCraftedLnet/minecraft/screen/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;I)Vintermediary method_7678Lnet/minecraft/class_1735;method_7678(Lnet/minecraft/class_1799;I)Vofficial aLdaf;a(Ldcs;I)V
-
onTake
protected void onTake(int amount) - Mappings:
Namespace Name Mixin selector named onTakeLnet/minecraft/screen/slot/Slot;onTake(I)Vintermediary method_7672Lnet/minecraft/class_1735;method_7672(I)Vofficial bLdaf;b(I)V
-
onCrafted
- Mappings:
Namespace Name Mixin selector named onCraftedLnet/minecraft/screen/slot/Slot;onCrafted(Lnet/minecraft/item/ItemStack;)Vintermediary method_7669Lnet/minecraft/class_1735;method_7669(Lnet/minecraft/class_1799;)Vofficial c_Ldaf;c_(Ldcs;)V
-
onTakeItem
- Mappings:
Namespace Name Mixin selector named onTakeItemLnet/minecraft/screen/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)Vintermediary method_7667Lnet/minecraft/class_1735;method_7667(Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)Vofficial aLdaf;a(Lcuf;Ldcs;)V
-
canInsert
- Mappings:
Namespace Name Mixin selector named canInsertLnet/minecraft/screen/slot/Slot;canInsert(Lnet/minecraft/item/ItemStack;)Zintermediary method_7680Lnet/minecraft/class_1735;method_7680(Lnet/minecraft/class_1799;)Zofficial aLdaf;a(Ldcs;)Z
-
getStack
- Mappings:
Namespace Name Mixin selector named getStackLnet/minecraft/screen/slot/Slot;getStack()Lnet/minecraft/item/ItemStack;intermediary method_7677Lnet/minecraft/class_1735;method_7677()Lnet/minecraft/class_1799;official iLdaf;i()Ldcs;
-
hasStack
public boolean hasStack()- Mappings:
Namespace Name Mixin selector named hasStackLnet/minecraft/screen/slot/Slot;hasStack()Zintermediary method_7681Lnet/minecraft/class_1735;method_7681()Zofficial jLdaf;j()Z
-
setStack
- Mappings:
Namespace Name Mixin selector named setStackLnet/minecraft/screen/slot/Slot;setStack(Lnet/minecraft/item/ItemStack;)Vintermediary method_53512Lnet/minecraft/class_1735;method_53512(Lnet/minecraft/class_1799;)Vofficial bLdaf;b(Ldcs;)V
-
setStack
Sets the slot's stack tostackand marks the slot as dirty. Subclasses may override this method to perform additional operations.- Mappings:
Namespace Name Mixin selector named setStackLnet/minecraft/screen/slot/Slot;setStack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Vintermediary method_48931Lnet/minecraft/class_1735;method_48931(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Vofficial aLdaf;a(Ldcs;Ldcs;)V
-
setStackNoCallbacks
- Mappings:
Namespace Name Mixin selector named setStackNoCallbacksLnet/minecraft/screen/slot/Slot;setStackNoCallbacks(Lnet/minecraft/item/ItemStack;)Vintermediary method_7673Lnet/minecraft/class_1735;method_7673(Lnet/minecraft/class_1799;)Vofficial fLdaf;f(Ldcs;)V
-
markDirty
public void markDirty()- Mappings:
Namespace Name Mixin selector named markDirtyLnet/minecraft/screen/slot/Slot;markDirty()Vintermediary method_7668Lnet/minecraft/class_1735;method_7668()Vofficial dLdaf;d()V
-
getMaxItemCount
public int getMaxItemCount()- Mappings:
Namespace Name Mixin selector named getMaxItemCountLnet/minecraft/screen/slot/Slot;getMaxItemCount()Iintermediary method_7675Lnet/minecraft/class_1735;method_7675()Iofficial bLdaf;b()I
-
getMaxItemCount
- Mappings:
Namespace Name Mixin selector named getMaxItemCountLnet/minecraft/screen/slot/Slot;getMaxItemCount(Lnet/minecraft/item/ItemStack;)Iintermediary method_7676Lnet/minecraft/class_1735;method_7676(Lnet/minecraft/class_1799;)Iofficial b_Ldaf;b_(Ldcs;)I
-
getBackgroundSprite
- Mappings:
Namespace Name Mixin selector named getBackgroundSpriteLnet/minecraft/screen/slot/Slot;getBackgroundSprite()Lnet/minecraft/util/Identifier;intermediary method_7679Lnet/minecraft/class_1735;method_7679()Lnet/minecraft/class_2960;official cLdaf;c()Lamb;
-
takeStack
- Mappings:
Namespace Name Mixin selector named takeStackLnet/minecraft/screen/slot/Slot;takeStack(I)Lnet/minecraft/item/ItemStack;intermediary method_7671Lnet/minecraft/class_1735;method_7671(I)Lnet/minecraft/class_1799;official aLdaf;a(I)Ldcs;
-
canTakeItems
- Mappings:
Namespace Name Mixin selector named canTakeItemsLnet/minecraft/screen/slot/Slot;canTakeItems(Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_7674Lnet/minecraft/class_1735;method_7674(Lnet/minecraft/class_1657;)Zofficial aLdaf;a(Lcuf;)Z
-
isEnabled
public boolean isEnabled()- Mappings:
Namespace Name Mixin selector named isEnabledLnet/minecraft/screen/slot/Slot;isEnabled()Zintermediary method_7682Lnet/minecraft/class_1735;method_7682()Zofficial aLdaf;a()Z
-
method_69556
public void method_69556(boolean bool) - Mappings:
Namespace Name Mixin selector named method_69556Lnet/minecraft/screen/slot/Slot;method_69556(Z)Vintermediary method_69556Lnet/minecraft/class_1735;method_69556(Z)Vofficial aLdaf;a(Z)V
-
tryTakeStackRange
- Mappings:
Namespace Name Mixin selector named tryTakeStackRangeLnet/minecraft/screen/slot/Slot;tryTakeStackRange(IILnet/minecraft/entity/player/PlayerEntity;)Ljava/util/Optional;intermediary method_34264Lnet/minecraft/class_1735;method_34264(IILnet/minecraft/class_1657;)Ljava/util/Optional;official aLdaf;a(IILcuf;)Ljava/util/Optional;
-
takeStackRange
- Mappings:
Namespace Name Mixin selector named takeStackRangeLnet/minecraft/screen/slot/Slot;takeStackRange(IILnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;intermediary method_32753Lnet/minecraft/class_1735;method_32753(IILnet/minecraft/class_1657;)Lnet/minecraft/class_1799;official bLdaf;b(IILcuf;)Ldcs;
-
insertStack
- Mappings:
Namespace Name Mixin selector named insertStackLnet/minecraft/screen/slot/Slot;insertStack(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;intermediary method_32756Lnet/minecraft/class_1735;method_32756(Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799;official eLdaf;e(Ldcs;)Ldcs;
-
insertStack
- Mappings:
Namespace Name Mixin selector named insertStackLnet/minecraft/screen/slot/Slot;insertStack(Lnet/minecraft/item/ItemStack;I)Lnet/minecraft/item/ItemStack;intermediary method_32755Lnet/minecraft/class_1735;method_32755(Lnet/minecraft/class_1799;I)Lnet/minecraft/class_1799;official bLdaf;b(Ldcs;I)Ldcs;
-
canTakePartial
- Mappings:
Namespace Name Mixin selector named canTakePartialLnet/minecraft/screen/slot/Slot;canTakePartial(Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_32754Lnet/minecraft/class_1735;method_32754(Lnet/minecraft/class_1657;)Zofficial bLdaf;b(Lcuf;)Z
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector named getIndexLnet/minecraft/screen/slot/Slot;getIndex()Iintermediary method_34266Lnet/minecraft/class_1735;method_34266()Iofficial kLdaf;k()I
-
canBeHighlighted
public boolean canBeHighlighted()- Mappings:
Namespace Name Mixin selector named canBeHighlightedLnet/minecraft/screen/slot/Slot;canBeHighlighted()Zintermediary method_51306Lnet/minecraft/class_1735;method_51306()Zofficial eLdaf;e()Z
-
disablesDynamicDisplay
public boolean disablesDynamicDisplay()Returnstrueto disable dynamic display for clocks and compasses.- Returns:
trueto disable dynamic display for clocks and compasses- Mappings:
Namespace Name Mixin selector named disablesDynamicDisplayLnet/minecraft/screen/slot/Slot;disablesDynamicDisplay()Zintermediary method_55059Lnet/minecraft/class_1735;method_55059()Zofficial hLdaf;h()Z
-
method_69553
public boolean method_69553()- Mappings:
Namespace Name Mixin selector named method_69553Lnet/minecraft/screen/slot/Slot;method_69553()Zintermediary method_69553Lnet/minecraft/class_1735;method_69553()Zofficial ap_Ldaf;ap_()Z
-