Package | Description |
---|---|
eu.wauz.wauzcore.arcade |
This package contains classes for the arcade gamemode.
|
eu.wauz.wauzcore.items.weapons |
This package contains mechanics for custom weapons and tools.
|
eu.wauz.wauzcore.mobs.pets |
This package contains classes, that are used for the pet system.
|
eu.wauz.wauzcore.mobs.towers |
This package contains the mechanics for defense towers.
|
eu.wauz.wauzcore.players.ui |
This package contains ui classes for managing the player's user interface.
|
eu.wauz.wauzcore.professions |
This package contains classes for handling profession mechanics.
|
eu.wauz.wauzcore.skills.particles |
This package contains classes for creating advanced particle effects.
|
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
MinigameJinxed.jinxedParticle
The particles to show around jinxed players.
|
private SkillParticle |
MinigameVanHelsing.silverParticle
The particles to show around silver bats.
|
Modifier and Type | Field and Description |
---|---|
private static SkillParticle |
CustomWeaponLance.particle
A particle, used to indicate the hit area of the lance.
|
private static SkillParticle |
CustomWeaponGlider.particle
A particle, used to represent chicken feathers.
|
private static SkillParticle |
CustomWeaponShield.tauntCircleParticle
A particle, used to create the taunt circle.
|
private static SkillParticle |
CustomWeaponShield.tauntEntityParticle
A particle, used to mark taunted entities.
|
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
PetAbilitySupply.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilitySmith.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilityRoar.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilityRefresh.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilityMend.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilityHide.particle
The particles used to display the ability's effect.
|
private SkillParticle |
PetAbilityHatred.particle
The particles used to display the ability's effect.
|
Modifier and Type | Method and Description |
---|---|
default void |
WauzPetAbility.spawnParticles(org.bukkit.entity.Player player,
org.bukkit.entity.Entity pet,
SkillParticle particle)
Executes the particle effect of this ability.
|
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
TowerKnockbackCannon.particle
The particles used to display the tower's effect.
|
private SkillParticle |
TowerHealthRestorer.particle
The particles used to display the tower's effect.
|
private SkillParticle |
TowerFreezingPulse.particle
The particles used to display the tower's effect.
|
private SkillParticle |
TowerDamageBooster.particle
The particles used to display the tower's effect.
|
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
WauzPlayerEnemyBossBar.particle
The particles circling the entity, this bar belongs to.
|
Modifier and Type | Field and Description |
---|---|
private SkillParticle |
WauzResourceSpawn.particle
The particles to highlight the resource location.
|
Modifier and Type | Method and Description |
---|---|
static void |
ParticleSpawner.spawnParticleCircle(org.bukkit.Location origin,
SkillParticle particle,
double radius,
int amount)
Creates a circle of particles at a specific location.
|
static void |
ParticleSpawner.spawnParticleCircle(org.bukkit.entity.Player player,
org.bukkit.Location origin,
SkillParticle particle,
double radius,
int amount)
Creates a circle of particles for a player at a specific location.
|
static void |
ParticleSpawner.spawnParticleHelix(org.bukkit.Location origin,
SkillParticle particle,
double radius,
double height)
Creates a helix of particles at a specific location.
|
static void |
ParticleSpawner.spawnParticleLine(org.bukkit.Location origin,
org.bukkit.Location target,
SkillParticle particle,
int amount)
Creates a line of particles between two locations.
|
static void |
ParticleSpawner.spawnParticleLine(org.bukkit.Location origin,
org.bukkit.Location target,
SkillParticle particle,
int amount,
double spacing)
Creates a line of particles between two locations.
|
static void |
ParticleSpawner.spawnParticleSphere(org.bukkit.Location origin,
SkillParticle particle,
double radius)
Creates an animated sphere of particles at a specific location.
|
static void |
ParticleSpawner.spawnParticleWave(org.bukkit.Location origin,
SkillParticle particle,
double length)
Creates an animated wave of particles at a specific location.
|