Package com.hazebyte.crate.api.util
Class Replacer
- java.lang.Object
-
- com.hazebyte.crate.api.util.Replacer
-
public class Replacer extends Object
-
-
Constructor Summary
Constructors Constructor Description Replacer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
replace(String string)
static String
replace(String string, char color)
static String
replace(String string, org.bukkit.entity.Player player)
static List<String>
replace(List<String> strings)
-