Class: Bukkit::Achievement::KillWither

Inherits:
Bukkit::Achievement show all
Defined in:
lib/bukkit/achievement/kill_wither.rb

Instance Attribute Summary

Attributes inherited from Bukkit::Achievement

#parent

Instance Method Summary collapse

Methods inherited from Bukkit::Achievement

#parent?, values

Constructor Details

#initializeKillWither

Returns a new instance of KillWither.



8
9
10
# File 'lib/bukkit/achievement/kill_wither.rb', line 8

def initialize
  super Bukkit::Achievement::SpawnWither
end