You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
495 B
25 lines
495 B
6 years ago
|
These are the functions which can be called on a minecraft:tame_animal criteria trigger.
|
||
|
|
||
|
|
||
|
|
||
|
getEntityData:
|
||
|
Notes:
|
||
|
Returns the EntityData object so functions can be called on it.
|
||
|
|
||
|
setEntityType:
|
||
|
Arguments:
|
||
|
String
|
||
|
Usage:
|
||
|
entity type
|
||
|
Notes:
|
||
|
Sets the entity type.
|
||
|
|
||
|
setCount:
|
||
|
Arguments:
|
||
|
int
|
||
|
Usage:
|
||
|
count
|
||
|
Notes:
|
||
|
Sets the number of times this criteria must be completed before it counts towards advancement progress.
|
||
|
|