stackrequest
Interfaces, Classes, Traits and Enums
- BeaconPaymentStackRequestAction
- Completes a transaction involving a beacon consuming input to produce effects.
- CraftingConsumeInputStackRequestAction
- Sends some (or all) items from the source slot to the magic place where crafting ingredients turn into result items.
- CraftingMarkSecondaryResultStackRequestAction
- I have no clear idea what this does. It seems to be the client hinting to the server "hey, put a secondary output in X crafting grid slot". This is used for things like buckets.
- CraftRecipeAutoStackRequestAction
- Tells that the current transaction crafted the specified recipe, using the recipe book. This is effectively the same as the regular crafting result action.
- CraftRecipeOptionalStackRequestAction
- Renames an item in an anvil, or map on a cartography table.
- CraftRecipeStackRequestAction
- Tells that the current transaction crafted the specified recipe.
- CreativeCreateStackRequestAction
- Creates an item by copying it from the creative inventory. This is treated as a crafting action by vanilla.
- DeprecatedCraftingNonImplementedStackRequestAction
- Tells that the current transaction involves crafting an item in a way that isn't supported by the current system.
- DeprecatedCraftingResultsStackRequestAction
- Not clear what this is needed for, but it is very clearly marked as deprecated, so hopefully it'll go away before I have to write a proper description for it.
- DestroyStackRequestAction
- Sends some (or all) items from the source slot to /dev/null. This happens when the player clicks items into the creative inventory menu in creative mode.
- DropStackRequestAction
- Drops some (or all) items from the source slot into the world as an item entity.
- ItemStackRequest
- ItemStackRequestAction
- ItemStackRequestActionType
- ItemStackRequestSlotInfo
- LabTableCombineStackRequestAction
- Not clear what the point of this is. It's sent when the player uses a lab table, but it's not clear why this action is needed.
- MineBlockStackRequestAction
- PlaceStackRequestAction
- Puts some (or all) of the items from the source slot into the destination slot.
- SwapStackRequestAction
- Swaps two stacks. These don't have to be in the same inventory. This action does not modify the stacks themselves.
- TakeStackRequestAction
- Takes some (or all) of the items from the source slot into the destination slot (usually the cursor?).
- DisappearStackRequestActionTrait
- TakeOrPlaceStackRequestActionTrait