Class: Bukkit::Art::Bomb
- Inherits:
-
Bukkit::Art
- Object
- Bukkit::Art
- Bukkit::Art::Bomb
- Defined in:
- lib/bukkit/art/bomb.rb
Constant Summary
Constants inherited from Bukkit::Art
Instance Attribute Summary
Attributes inherited from Bukkit::Art
Instance Method Summary collapse
-
#initialize ⇒ Bomb
constructor
A new instance of Bomb.
Methods inherited from Bukkit::Art
Constructor Details
#initialize ⇒ Bomb
Returns a new instance of Bomb.
8 9 10 |
# File 'lib/bukkit/art/bomb.rb', line 8 def initialize super 4, 1, 1 end |