Uses of Class
minny.zephyrus.Zephyrus

Packages that use Zephyrus
minny.zephyrus   
minny.zephyrus.commands   
minny.zephyrus.items   
minny.zephyrus.listeners   
minny.zephyrus.player   
minny.zephyrus.spells   
minny.zephyrus.utils   
 

Uses of Zephyrus in minny.zephyrus
 

Constructors in minny.zephyrus with parameters of type Zephyrus
UpdateChecker(Zephyrus plugin)
           
 

Uses of Zephyrus in minny.zephyrus.commands
 

Constructors in minny.zephyrus.commands with parameters of type Zephyrus
Bind(Zephyrus plugin)
           
Cast(Zephyrus plugin)
           
Level(Zephyrus plugin)
           
LevelUp(Zephyrus plugin)
           
LevelUpItem(Zephyrus plugin)
           
Mana(Zephyrus plugin)
           
SpellTomeCmd(Zephyrus plugin)
           
UpdateCheckerInGame(Zephyrus plugin, org.bukkit.command.CommandSender sender)
           
 

Uses of Zephyrus in minny.zephyrus.items
 

Constructors in minny.zephyrus.items with parameters of type Zephyrus
BlinkPearl(Zephyrus plugin)
           
CustomItem(Zephyrus plugin)
           
GemOfLightning(Zephyrus plugin)
           
HoeOfGrowth(Zephyrus plugin)
           
LifeSuckDiamond(Zephyrus plugin)
           
LifeSuckGold(Zephyrus plugin)
           
LifeSuckIron(Zephyrus plugin)
           
ManaPotion(Zephyrus plugin)
           
RodOfFire(Zephyrus plugin)
           
SpellTome(Zephyrus plugin, java.lang.String imput, java.lang.String desc)
           
Wand(Zephyrus plugin)
           
 

Uses of Zephyrus in minny.zephyrus.listeners
 

Constructors in minny.zephyrus.listeners with parameters of type Zephyrus
EconListener(Zephyrus plugin)
           
LevelingListener(Zephyrus plugin)
           
PlayerListener(Zephyrus plugin)
           
 

Uses of Zephyrus in minny.zephyrus.player
 

Fields in minny.zephyrus.player declared as Zephyrus
static Zephyrus LevelManager.plugin
           
 

Constructors in minny.zephyrus.player with parameters of type Zephyrus
LevelManager(Zephyrus plugin)
           
ManaRecharge(Zephyrus plugin, org.bukkit.entity.Player player)
           
 

Uses of Zephyrus in minny.zephyrus.spells
 

Constructors in minny.zephyrus.spells with parameters of type Zephyrus
Armour(Zephyrus plugin)
           
Blink(Zephyrus plugin)
           
Bolt(Zephyrus plugin)
           
Butcher(Zephyrus plugin)
           
Confuse(Zephyrus plugin)
           
Dig(Zephyrus plugin)
           
Enderchest(Zephyrus plugin)
           
Explode(Zephyrus plugin)
           
Feed(Zephyrus plugin)
           
Fireball(Zephyrus plugin)
           
Fly(Zephyrus plugin)
           
Frenzy(Zephyrus plugin)
           
Grow(Zephyrus plugin)
           
Heal(Zephyrus plugin)
           
Phase(Zephyrus plugin)
           
Punch(Zephyrus plugin)
           
Repair(Zephyrus plugin)
           
Spell(Zephyrus plugin)
           
Summon(Zephyrus plugin)
           
SuperHeat(Zephyrus plugin)
           
Vanish(Zephyrus plugin)
           
 

Uses of Zephyrus in minny.zephyrus.utils
 

Fields in minny.zephyrus.utils declared as Zephyrus
 Zephyrus ItemUtil.plugin
           
 

Methods in minny.zephyrus.utils with parameters of type Zephyrus
 void ItemUtil.delay(java.util.Map<java.lang.String,java.lang.Object> map, Zephyrus plugin, int delay, java.lang.String name)
          Sets the ItemDelay (see BlinkPearl)
static org.bukkit.configuration.file.FileConfiguration PlayerConfigHandler.getConfig(Zephyrus plugin, org.bukkit.entity.Player player)
           
static void PlayerConfigHandler.reloadConfig(Zephyrus plugin, org.bukkit.entity.Player player)
           
static void PlayerConfigHandler.saveConfig(Zephyrus plugin, org.bukkit.entity.Player player)
           
static void PlayerConfigHandler.saveDefaultConfig(Zephyrus plugin, org.bukkit.entity.Player player)
           
 

Constructors in minny.zephyrus.utils with parameters of type Zephyrus
ConfigHandler(Zephyrus plugin, java.lang.String fileName)
           
CountdownUtil(java.util.Map<java.lang.String,java.lang.Object> map, java.lang.String string, Zephyrus plugin)
           
ItemUtil(Zephyrus plugin)