Package | Description |
---|---|
eu.wauz.wauzcore |
This package contains the main class of the WauzCore engine.
|
eu.wauz.wauzcore.data.api |
This package contains util classes, for reading and writing to .yml files.
|
eu.wauz.wauzcore.events |
This package contains all custom event classes used in WauzCore.
|
eu.wauz.wauzcore.items |
This package contains general classes for creating and interacting with custom items.
|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
eu.wauz.wauzcore.system.api |
This package contains an api for communicating infos to the web.
|
eu.wauz.wauzcore.system.instances |
This package contains classes, that are used for the instance / dungeon system.
|
eu.wauz.wauzcore.tests.abstracts |
This package contains abstract bases for unit test classes.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
WauzCore.instance
The instance of this class, that is created by the Minecraft server.
|
Modifier and Type | Method and Description |
---|---|
static WauzCore |
WauzCore.getInstance() |
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
ShopConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
ResourceConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
QuestConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
PlayerRelationConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
PlayerQuestConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
PlayerMailConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
PlayerConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
PlayerBestiaryConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
InstanceConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
GuildConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
GlobalConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
CitizenConfigurationUtils.core
A direct reference to the main class.
|
private static WauzCore |
BestiaryConfigurationUtils.core
A direct reference to the main class.
|
Modifier and Type | Field and Description |
---|---|
static WauzCore |
WauzPlayerEvent.core
A direct reference to the main class.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
InventoryStringConverter.core
A direct reference to the main class.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
WauzPlayerRegistrator.core
A direct reference to the main class.
|
private static WauzCore |
CharacterManager.core
A direct reference to the main class.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
WauzNoteBlockPlayer.core
A direct reference to the main class.
|
Modifier and Type | Method and Description |
---|---|
static void |
WauzRepeatingTasks.schedule(WauzCore core)
Schedules all predefined repeating tasks.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
StatisticsFetcher.core
A direct reference to the main class.
|
Modifier and Type | Field and Description |
---|---|
private static WauzCore |
InstanceManager.core
A direct reference to the main class.
|
Modifier and Type | Method and Description |
---|---|
WauzCore |
AbstractCoreTest.loadWauzCore()
Deprecated.
|