Uses of Class
net.minecraft.screen.slot.Slot
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.client.gui.screen.recipebook | |
| net.minecraft.item | |
| net.minecraft.recipe | |
| net.minecraft.screen | |
| net.minecraft.screen.slot |
-
Uses of Slot in net.minecraft.client.gui.screen.ingame
Subclasses of Slot in net.minecraft.client.gui.screen.ingame Modifier and Type Class Description (package private) static classCreativeInventoryScreen.CreativeSlot(package private) static classCreativeInventoryScreen.LockableSlotFields in net.minecraft.client.gui.screen.ingame declared as Slot Modifier and Type Field Description private @Nullable SlotCreativeInventoryScreen. deleteItemSlotprotected @Nullable SlotHandledScreen. focusedSlotprivate @Nullable SlotHandledScreen. lastClickedSlotprivate SlotCreativeInventoryScreen.CreativeSlot. slotprivate @Nullable SlotHandledScreen. touchDragSlotStartprivate @Nullable SlotHandledScreen. touchDropOriginSlotprivate @Nullable SlotHandledScreen. touchHoveredSlotFields in net.minecraft.client.gui.screen.ingame with type parameters of type Slot Modifier and Type Field Description protected Set<Slot>HandledScreen. cursorDragSlotsprivate @Nullable List<Slot>CreativeInventoryScreen. slotsMethods in net.minecraft.client.gui.screen.ingame that return Slot Modifier and Type Method Description private @Nullable SlotHandledScreen. getSlotAt(double xPosition, double yPosition)Methods in net.minecraft.client.gui.screen.ingame with parameters of type Slot Modifier and Type Method Description booleanCreativeInventoryScreen.CreativeScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanCreativeInventoryScreen.CreativeScreenHandler. canInsertIntoSlot(Slot slot)private voidHandledScreen. drawSlot(MatrixStack matrices, Slot slot)private booleanCreativeInventoryScreen. isCreativeInventorySlot(@Nullable Slot slot)private booleanHandledScreen. isPointOverSlot(Slot slot, double pointX, double pointY)protected voidAbstractFurnaceScreen. onMouseClick(Slot slot, int invSlot, int clickData, SlotActionType actionType)protected voidCraftingScreen. onMouseClick(Slot slot, int invSlot, int clickData, SlotActionType actionType)protected voidCreativeInventoryScreen. onMouseClick(@Nullable Slot slot, int invSlot, int clickData, SlotActionType actionType)protected voidHandledScreen. onMouseClick(Slot slot, int invSlot, int clickData, SlotActionType actionType)protected voidInventoryScreen. onMouseClick(Slot slot, int invSlot, int clickData, SlotActionType actionType)Constructors in net.minecraft.client.gui.screen.ingame with parameters of type Slot Constructor Description CreativeSlot(Slot slot, int invSlot, int x, int y) -
Uses of Slot in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type Slot Modifier and Type Method Description voidAbstractFurnaceRecipeBookScreen. slotClicked(@Nullable Slot slot)voidRecipeBookWidget. slotClicked(@Nullable Slot slot)Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type Slot Modifier and Type Method Description voidAbstractFurnaceRecipeBookScreen. showGhostRecipe(Recipe<?> recipe, List<Slot> slots)voidRecipeBookWidget. showGhostRecipe(Recipe<?> recipe, List<Slot> slots) -
Uses of Slot in net.minecraft.item
Methods in net.minecraft.item with parameters of type Slot Modifier and Type Method Description booleanBundleItem. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanItem. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanItemStack. onClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanBundleItem. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)booleanItem. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)booleanItemStack. onStackClicked(Slot slot, ClickType clickType, PlayerEntity player) -
Uses of Slot in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type Slot Modifier and Type Method Description protected voidInputSlotFiller. fillInputSlot(Slot slot, ItemStack stack) -
Uses of Slot in net.minecraft.screen
Subclasses of Slot in net.minecraft.screen Modifier and Type Class Description (package private) classBeaconScreenHandler.PaymentSlot(package private) static classBrewingStandScreenHandler.FuelSlot(package private) static classBrewingStandScreenHandler.IngredientSlot(package private) static classBrewingStandScreenHandler.PotionSlotFields in net.minecraft.screen declared as Slot Modifier and Type Field Description private SlotLoomScreenHandler. bannerSlotprivate SlotLoomScreenHandler. dyeSlotprivate SlotBrewingStandScreenHandler. ingredientSlot(package private) SlotStonecutterScreenHandler. inputSlotprivate SlotLoomScreenHandler. outputSlot(package private) SlotStonecutterScreenHandler. outputSlotprivate SlotLoomScreenHandler. patternSlotFields in net.minecraft.screen with type parameters of type Slot Modifier and Type Field Description private Set<Slot>ScreenHandler. quickCraftSlotsDefaultedList<Slot>ScreenHandler. slotsMethods in net.minecraft.screen that return Slot Modifier and Type Method Description protected SlotScreenHandler. addSlot(Slot slot)SlotLoomScreenHandler. getBannerSlot()SlotLoomScreenHandler. getDyeSlot()SlotLoomScreenHandler. getOutputSlot()SlotLoomScreenHandler. getPatternSlot()SlotScreenHandler. getSlot(int index)Methods in net.minecraft.screen with parameters of type Slot Modifier and Type Method Description protected SlotScreenHandler. addSlot(Slot slot)booleanCartographyTableScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanCraftingScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanMerchantScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanPlayerScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanScreenHandler. canInsertIntoSlot(Slot slot)booleanSmithingScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)booleanStonecutterScreenHandler. canInsertIntoSlot(ItemStack stack, Slot slot)static booleanScreenHandler. canInsertItemIntoSlot(@Nullable Slot slot, ItemStack stack, boolean allowOverflow)Method parameters in net.minecraft.screen with type arguments of type Slot Modifier and Type Method Description static voidScreenHandler. calculateStackSize(Set<Slot> slots, int mode, ItemStack stack, int stackSize) -
Uses of Slot in net.minecraft.screen.slot
Subclasses of Slot in net.minecraft.screen.slot Modifier and Type Class Description classCraftingResultSlotclassFurnaceFuelSlotclassFurnaceOutputSlotclassShulkerBoxSlotclassTradeOutputSlot