Package | Description |
---|---|
eu.wauz.wauzcore.items.enums |
This package contains enums, containing different item properties.
|
eu.wauz.wauzcore.items.identifiers |
This package contains identifier classes, used to generate random items.
|
Modifier and Type | Method and Description |
---|---|
static Tier |
Tier.getEquipmentTier(java.lang.String itemName)
Determines a tier, based on an item name, with a multiplier of 2 to 21 on a scale of T1 to T6.
|
static Tier |
Tier.getRuneTier(java.lang.String itemName)
Determines a tier, based on an item name, with a multiplier of 6, 9 or 12 on a scale of T1 to T3.
|
static Tier |
Tier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tier[] |
Tier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Tier |
WauzEquipmentIdentifier.tier
The tier of the equipment.
|
Modifier and Type | Method and Description |
---|---|
org.bukkit.inventory.ItemStack |
WauzRuneBuilder.generate(Tier tier,
Rarity rarity)
Generates the rune item stack, as configured in the builder.
|
org.bukkit.inventory.ItemStack |
WauzEquipmentBuilder.generate(Tier tier,
Rarity rarity,
EquipmentType type,
java.lang.String name)
Generates the equipment item stack, as configured in the builder.
|