ResolvableProfile
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.item.component.ResolvableProfile;
Members
Getter
// ResolvableProfile.gameProfile as GameProfilemyResolvableProfile.gameProfile
Return Type:
GameProfile
Getter
// ResolvableProfile.id as UUIDmyResolvableProfile.id
Return Type:
UUID
Getter
// ResolvableProfile.isResolved as boolmyResolvableProfile.isResolved
Return Type:
bool
Getter
// ResolvableProfile.name as stringmyResolvableProfile.name
Return Type:
string