Class: Bukkit::WorldType::Version11

Inherits:
Bukkit::WorldType show all
Defined in:
lib/bukkit/world_type/version_1_1.rb

Constant Summary

Constants inherited from Bukkit::WorldType

AMPLIFIED, BY_NAME, FLAT, LARGE_BIOMES, NORMAL, VERSION_1_1

Instance Attribute Summary

Attributes inherited from Bukkit::WorldType

#name

Instance Method Summary collapse

Methods inherited from Bukkit::WorldType

by_name, #initialize, values

Constructor Details

This class inherits a constructor from Bukkit::WorldType

Instance Method Details

#initializedObject



8
9
10
# File 'lib/bukkit/world_type/version_1_1.rb', line 8

def initialized
  super 'DEFAULT_1_1'
end