151152153154155156157158159160161
{ stri++; line = lines[stri].trim(); fields = line.split(" "); AvatarTextureIndex id = AvatarTextureIndex.get(Integer.parseInt(fields[0])); UUID texture = new UUID(fields[1]); Textures.put(id, texture); } }