Class: MineSkin::Texture

Inherits:
Struct
  • Object
show all
Defined in:
lib/mineskin/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#overlay ⇒ Object

Returns the value of attribute overlay

Returns:

  • (Object) —

    the current value of overlay



3
4
5
# File 'lib/mineskin/types.rb', line 3

def overlay
  @overlay
end

#texture ⇒ Object

Returns the value of attribute texture

Returns:

  • (Object) —

    the current value of texture



3
4
5
# File 'lib/mineskin/types.rb', line 3

def texture
  @texture
end