Package | Description |
---|---|
eu.wauz.wauzcore.items.identifiers |
This package contains identifier classes, used to generate random items.
|
eu.wauz.wauzcore.items.runes |
This package contains runes, that can be inserted in custom weapons.
|
eu.wauz.wauzcore.items.runes.insertion |
This package contains classes to handle the insertion of runes into custom weapons.
|
Modifier and Type | Field and Description |
---|---|
WauzRune |
WauzRuneBuilder.rune
The type of the rune to create.
|
Modifier and Type | Method and Description |
---|---|
static org.bukkit.inventory.ItemStack |
WauzEquipmentHelper.getRune(WauzRune rune,
boolean debug)
Creates a rune of a specific type.
|
Constructor and Description |
---|
WauzRuneBuilder(WauzRune rune)
Constructs a builder for creating a new rune item.
|
Modifier and Type | Class and Description |
---|---|
class |
RuneHardening
A rune, that can be inserted into a piece of equipment, with a fitting slot.
|
class |
RuneKnowledge
A rune, that can be inserted into a piece of equipment, with a fitting slot.
|
class |
RunePower
A rune, that can be inserted into a piece of equipment, with a fitting slot.
|
class |
RuneThorns
A rune, that can be inserted into a piece of equipment, with a fitting slot.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,WauzRune> |
WauzRuneInserter.runeMap
A map of all runes, indexed by rune id.
|
Modifier and Type | Method and Description |
---|---|
static WauzRune |
WauzRuneInserter.getRune(java.lang.String runeId)
Gets a rune for given id from the map.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<WauzRune> |
WauzRuneInserter.getAllRunes() |
Modifier and Type | Method and Description |
---|---|
static void |
WauzRuneInserter.registerRune(WauzRune rune)
Registers a rune.
|