| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data.inventory.stackrequestactions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RecipeStackRequestActionData
RecipeStackRequestActionData is the structure shared by StackRequestActions that contain the
network id of the recipe the client is about to craft
|
interface |
TransferStackRequestActionData
TransferStackRequestActionData is the structure shared by StackRequestActions that transfer items from one
slot into another
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCraftRecipeStackRequestActionData
AutoCraftRecipeStackRequestActionData is sent by the client similarly to the CraftRecipeStackRequestActionData.
|
class |
BeaconPaymentStackRequestActionData
BeaconPaymentStackRequestActionData is sent by the client when it submits an item to enable effects from a
beacon.
|
class |
ConsumeStackRequestActionData
ConsumeStackRequestAction is sent by the client when it uses an item to craft another item.
|
class |
CraftCreativeStackRequestActionData
CraftCreativeStackRequestActionData is sent by the client when it takes an item out of the creative inventory.
|
class |
CraftGrindstoneStackRequestActionData |
class |
CraftLoomStackRequestActionData |
class |
CraftNonImplementedStackRequestActionData
CraftNonImplementedStackRequestActionData is an action sent for inventory actions that aren't yet implemented
in the new system.
|
class |
CraftRecipeOptionalStackRequestActionData
Called when renaming an item in an anvil or cartography table.
|
class |
CraftRecipeStackRequestActionData
CraftRecipeStackRequestActionData is sent by the client the moment it begins crafting an item.
|
class |
CraftResultsDeprecatedStackRequestActionData
CraftResultsDeprecatedStackRequestAction is an additional, deprecated packet sent by the client after
crafting.
|
class |
CreateStackRequestActionData
CreateStackRequestActionData is sent by the client when an item is created through being used as part of a
recipe.
|
class |
DestroyStackRequestActionData
DestroyStackRequestActionData is sent by the client when it destroys an item in creative mode by moving it
back into the creative inventory.
|
class |
DropStackRequestActionData
DropStackRequestActionData is sent by the client when it drops an item out of the inventory when it has its
inventory opened.
|
class |
LabTableCombineRequestActionData
LabTableCombineStackRequestActionData is sent by the client when it uses a lab table to combine item stacks.
|
class |
PlaceStackRequestActionData
PlaceStackRequestAction is sent by the client to the server to place x amount of items from one slot into
another slot, such as when shift clicking an item in the inventory to move it around or when moving an item
in the cursor into a slot.
|
class |
SwapStackRequestActionData
SwapStackRequestActionData is sent by the client to swap the item in its cursor with an item present in another
container.
|
class |
TakeStackRequestActionData
TakeStackRequestActionData is sent by the client to the server to take x amount of items from one slot in a
container to the cursor.
|
Copyright © 2018–2022 NukkitX. All rights reserved.