Package | Description |
---|---|
eu.wauz.wauzcore.items.scrolls |
This package contains scrolls, that can be used on items or on their own for different effects.
|
Modifier and Type | Class and Description |
---|---|
class |
ScrollFortune
A scroll or similar that can be used on items in a player's inventory.
|
class |
ScrollGenericRune
A scroll or similar that can be used on items in a player's inventory.
|
class |
ScrollGenericSkillgem
A scroll or similar that can be used on items in a player's inventory.
|
class |
ScrollRegret
A scroll or similar that can be used on items in a player's inventory.
|
class |
ScrollToughness
A scroll or similar that can be used on items in a player's inventory.
|
class |
ScrollWisdom
A scroll or similar that can be used on items in a player's inventory.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,InventoryScroll> |
WauzScrolls.scrollMap
A map of all scrolls, indexed by scroll name.
|
Modifier and Type | Method and Description |
---|---|
static InventoryScroll |
WauzScrolls.getScroll(java.lang.String scrollName)
Gets a scroll for the given name from the map.
|
Modifier and Type | Method and Description |
---|---|
static void |
WauzScrolls.registerScroll(InventoryScroll scroll)
Registers a scroll.
|