public class InventoryMenuPattern extends Object
MenuPattern
. Defines a (possibly multiline) pattern with bound slots/transitions
depending on the pattern.Constructor and Description |
---|
InventoryMenuPattern(MenuPattern info,
Collection<InventoryMenuSlot> slots,
Collection<InventoryMenuTransition> transitions) |
Modifier and Type | Method and Description |
---|---|
String |
getPattern() |
Collection<InventoryMenuSlot> |
getSlots() |
Collection<InventoryMenuTransition> |
getTransitions() |
public InventoryMenuPattern(MenuPattern info, Collection<InventoryMenuSlot> slots, Collection<InventoryMenuTransition> transitions)
public String getPattern()
public Collection<InventoryMenuSlot> getSlots()
InventoryMenuSlot
s that this pattern refers to.public Collection<InventoryMenuTransition> getTransitions()
InventoryMenuTransition
s that this pattern refers to.Copyright © 2021. All rights reserved.