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