Class: MineSkin::Texture
- Inherits:
-
Struct
- Object
- Struct
- MineSkin::Texture
- Defined in:
- lib/mineskin/types.rb
Instance Attribute Summary collapse
-
#overlay ⇒ Object
Returns the value of attribute overlay.
-
#texture ⇒ Object
Returns the value of attribute texture.
Instance Attribute Details
#overlay ⇒ Object
Returns the value of attribute overlay
3 4 5 |
# File 'lib/mineskin/types.rb', line 3 def @overlay end |
#texture ⇒ Object
Returns the value of attribute texture
3 4 5 |
# File 'lib/mineskin/types.rb', line 3 def texture @texture end |