Class: MineSkin::Cuboid

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

Instance Attribute Summary collapse

Instance Attribute Details

#backObject

Returns the value of attribute back

Returns:

  • (Object)

    the current value of back



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

def back
  @back
end

#bottomObject

Returns the value of attribute bottom

Returns:

  • (Object)

    the current value of bottom



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

def bottom
  @bottom
end

#frontObject

Returns the value of attribute front

Returns:

  • (Object)

    the current value of front



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

def front
  @front
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



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

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



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

def right
  @right
end

#topObject

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



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

def top
  @top
end