Class Rune
- java.lang.Object
-
- org.dreambot.api.methods.magic.cost.Rune
-
public class Rune extends java.lang.Object
Created by Nezz on 6/30/2016.
-
-
Constructor Summary
Constructors Constructor Description Rune(java.lang.String name, int amount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Rune[]
build(int[] ids, java.lang.String[] names)
int
getAmount()
java.lang.String
getName()
-
-
-
Method Detail
-
build
public static Rune[] build(int[] ids, java.lang.String[] names)
-
getName
public java.lang.String getName()
-
getAmount
public int getAmount()
-
-