Class: Bukkit::Achievement::BakeCake

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

Instance Attribute Summary

Attributes inherited from Bukkit::Achievement

#parent

Instance Method Summary collapse

Methods inherited from Bukkit::Achievement

#parent?, values

Constructor Details

#initializeBakeCake

Returns a new instance of BakeCake.



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

def initialize
  super Bukkit::Achievement::BuildHoe
end