Package | Description |
---|---|
com.comphenix.protocol.wrappers.nbt |
Modifier and Type | Method and Description |
---|---|
static NameProperty |
NameProperty.fromBean()
Retrieve a new name property around a simple field, forming a Java bean.
|
static NameProperty |
NameProperty.fromStringIndex(java.lang.Class<?> baseClass,
java.lang.Object target,
int index)
Retrieve a name property that delegates all read and write operations to a field of the given target.
|