Beispiel #1
0
 /**
  * Retrieve the attribute at a given index.
  *
  * @param index - the index to look up.
  * @return The attribute at that index.
  */
 public Attribute get(int index) {
   return new Attribute((NbtCompound) attributes.get(index));
 }