Uses of Class
org.cloudburstmc.server.inventory.transaction.action.InventoryAction
Packages that use InventoryAction
Package
Description
-
Uses of InventoryAction in org.cloudburstmc.server.inventory.transaction
Fields in org.cloudburstmc.server.inventory.transaction with type parameters of type InventoryActionMethods in org.cloudburstmc.server.inventory.transaction that return types with arguments of type InventoryActionMethods in org.cloudburstmc.server.inventory.transaction with parameters of type InventoryActionMethod parameters in org.cloudburstmc.server.inventory.transaction with type arguments of type InventoryActionModifier and TypeMethodDescriptionprotected voidInventoryTransaction.init(CloudPlayer source, List<InventoryAction> actions)Constructor parameters in org.cloudburstmc.server.inventory.transaction with type arguments of type InventoryActionModifierConstructorDescriptionCraftingTransaction(CloudPlayer source, List<InventoryAction> actions)InventoryTransaction(CloudPlayer source, List<InventoryAction> actions)InventoryTransaction(CloudPlayer source, List<InventoryAction> actions, boolean init) -
Uses of InventoryAction in org.cloudburstmc.server.inventory.transaction.action
Subclasses of InventoryAction in org.cloudburstmc.server.inventory.transaction.actionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of InventoryAction in org.cloudburstmc.server.network.protocol.types
Methods in org.cloudburstmc.server.network.protocol.types that return InventoryActionModifier and TypeMethodDescriptionstatic InventoryActionInventoryTransactionUtils.createInventoryAction(CloudPlayer player, com.nukkitx.protocol.bedrock.data.inventory.InventoryActionData inventoryActionData)