CustomData
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.
Operators
in(key as string) as bool
Parameters:
key: string
Type: string
Return Type:
bool
Members
contains(key as string) as bool
Parameters:
key: string
Type: string
Return Type:
bool
Getter
Return Type:
CompoundTag
Getter
Return Type:
bool
static of(tag as MapData) as CustomData
Return Type:
CustomData
Getter
Return Type:
int
update(updater as function(t as MapData) as void) as CustomData
Return Type:
CustomData