Class: Bukkit::WorldType::Flat
- Inherits:
-
Bukkit::WorldType
- Object
- Bukkit::WorldType
- Bukkit::WorldType::Flat
- Defined in:
- lib/bukkit/world_type/flat.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
Instance Method Summary collapse
Methods inherited from Bukkit::WorldType
Constructor Details
This class inherits a constructor from Bukkit::WorldType
Instance Method Details
#initialized ⇒ Object
8 9 10 |
# File 'lib/bukkit/world_type/flat.rb', line 8 def initialized super 'FLAT' end |