public class BukkitConverter extends Object implements IConverter
| Modifier and Type | Field and Description |
|---|---|
static IConverter |
instance |
protected static Pattern |
uuid |
| Constructor and Description |
|---|
BukkitConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String str) |
static org.bukkit.OfflinePlayer |
getOfflinePlayer(String value) |
CharSequence |
toCharSequence(Object obj) |
String |
toString(Object obj) |
public static IConverter instance
protected static final Pattern uuid
public CharSequence toCharSequence(Object obj)
toCharSequence in interface IConverterpublic String toString(Object obj)
toString in interface IConverterpublic Object fromString(String str)
fromString in interface IConverterpublic static org.bukkit.OfflinePlayer getOfflinePlayer(String value)
Copyright © 2014. All rights reserved.