Class: Bukkit::Achievement::ExploreAllBiomes

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

Instance Attribute Summary

Attributes inherited from Bukkit::Achievement

#parent

Instance Method Summary collapse

Methods inherited from Bukkit::Achievement

#parent?, values

Constructor Details

#initializeExploreAllBiomes

Returns a new instance of ExploreAllBiomes.



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

def initialize
  super Bukkit::Achievement::EndPortal
end