These are the functions which can be called on a triumph:player_break_block criteria 
trigger.



getItemData:
    Notes:
        Returns the ItemData object so functions can be called on it.

getLocationData:
    Notes:
        Returns the LocationData object so functions can be called on it.

setBiome:
    Arguments:
        Non_Null_Biome_ID
    Usage:
        biome id
    Notes:
        Sets the biome id. Can be an int or String.

getBlock:
    Notes:
        Returns the BlockData object so functions can be called on it.

setFeature:
    Arguments:
        String
    Usage:
        feature id
    Notes:
        Sets the feature id. Used for things like structures.

setItem:
    Arguments:
        String, Integer
    Usage:
        item name, meta
    Notes:
        Sets the required item with the provided meta.

setItem:
    Arguments:
        String
    Usage:
        item name
    Notes:
        Sets the required item. This counts for any meta.

setBlock:
    Arguments:
        String, Integer
    Usage:
        block id, meta
    Notes:
        Sets the required block with the provided meta.

setBlock:
    Arguments:
        String
    Usage:
        block id
    Notes:
        Sets the required block. This counts for any meta.

setBlockOreDict:
    Arguments:
        String
    Usage:
        ore dict name
    Notes:
        Sets the ore dictionary for the trigger.

setItemOreDict:
    Arguments:
        String
    Usage:
        ore dict name
    Notes:
        Sets the item ore dictionary for the trigger.

