Module: MinecraftAvatars

Defined in:
lib/minecraft-avatars.rb,
lib/minecraft-avatars/face.rb,
lib/minecraft-avatars/version.rb,
lib/minecraft-avatars/raw_skin.rb,
lib/minecraft-avatars/base_image.rb,
lib/minecraft-avatars/exceptions.rb,
lib/minecraft-avatars/flat_character.rb

Defined Under Namespace

Classes: BaseException, BaseImage, Face, FlatCharacter, InvalidPlayerException, InvalidResolutionException, RawSkin

Constant Summary collapse

SKIN_URL =
"http://s3.amazonaws.com/MinecraftSkins"
SKIN_SECTIONS =
{
  :head_front => [8, 8, 8, 8],
  :head_accessory => [40, 8, 8, 8],
  :leg_front => [4, 20, 4, 12],
  :body_front => [20, 20, 8, 12],
  :arm_front => [44, 20, 4, 12]
}
VERSION =
"0.0.2"