These are the functions which can be called on a minecraft:changed_dimension criteria 
trigger.



setDimensionOrigin:
    Arguments:
        String
    Usage:
        dimension type
    Notes:
        Sets the origin dimension type. Vanilla options are "overworld", "the_nether", "the_end"

setDimensionDestination:
    Arguments:
        String
    Usage:
        dimension type
    Notes:
        Sets the destination dimension type. Vanilla options are "overworld", "the_nether", "the_end"

getPlayerData:
    Notes:
        Gets the PlayerData for the criteria. Can set many things to test against the player themselves.

setCount:
    Arguments:
        int
    Usage:
        count
    Notes:
        Sets the number of times this criteria must be completed before it counts towards advancement progress.

