Package | Description |
---|---|
eu.wauz.wauzcore.items |
This package contains general classes for creating and interacting with custom items.
|
eu.wauz.wauzcore.items.identifiers |
This package contains identifier classes, used to generate random items.
|
eu.wauz.wauzcore.items.scrolls |
This package contains scrolls, that can be used on items or on their own for different effects.
|
eu.wauz.wauzcore.items.weapons |
This package contains mechanics for custom weapons and tools.
|
eu.wauz.wauzcore.menu |
This package contains inventory classes, used as menu or for other custom interaction mechanics.
|
eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
Modifier and Type | Class and Description |
---|---|
class |
WauzDungeonMap
A class for handling the usage of dungeon / instance maps.
|
Modifier and Type | Method and Description |
---|---|
private void |
WauzEquipmentBuilder.applyCustomItemProperties(java.util.List<java.lang.String> lores,
CustomItem customItem,
Rarity rarity)
Adds the possible properties of a custom item class to the lores.
|
Modifier and Type | Class and Description |
---|---|
class |
WauzScrolls
A class for handling the usage of scrolls and socketable items.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomWeapon |
Modifier and Type | Class and Description |
---|---|
class |
CustomWeaponAxe
A collection of methods for using the axe weapon.
|
class |
CustomWeaponBow
A collection of methods for using the bow weapon.
|
class |
CustomWeaponGlider
A collection of methods for using the glider weapon.
|
class |
CustomWeaponHook
A collection of methods for using the hook weapon.
|
class |
CustomWeaponLance
A collection of methods for using the lance weapon.
|
class |
CustomWeaponShield
A collection of methods for using the shield weapon.
|
class |
CustomWeaponStaff
A collection of methods for using the staff weapon.
|
class |
CustomWeaponSword
A collection of methods for using the sword weapon.
|
Modifier and Type | Class and Description |
---|---|
class |
WauzMenu
An inventory that can be used as menu or for other custom interaction mechanics.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<org.bukkit.Material,CustomItem> |
EventMapper.customItemMap
A map of all coustom items for the MMORPG mode, indexed by trigger materials.
|
Modifier and Type | Method and Description |
---|---|
static CustomItem |
EventMapper.getCustomItem(org.bukkit.Material customItemMaterial)
Gets a generic custom item for the MMORPG mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
EventMapper.registerCustomItem(CustomItem customItem)
Registers a generic custom item for the MMORPG mode.
|