Class InventoryInteractionResultBuilder
java.lang.Object
team.lodestar.lodestone.modules.toolkit.inventory.InventoryInteractionResultBuilder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbuild()externalChange(InventoryItemStackTransaction externalChange) internalChange(InventoryItemStackTransaction internalChange)
-
Constructor Details
-
InventoryInteractionResultBuilder
public InventoryInteractionResultBuilder(InventoryInteractionResult.InteractionType interactionType)
-
-
Method Details
-
internalChange
public InventoryInteractionResultBuilder internalChange(InventoryItemStackTransaction internalChange) -
externalChange
public InventoryInteractionResultBuilder externalChange(InventoryItemStackTransaction externalChange) -
build
-