Learn R Programming

miner (version 0.2.2)

getBlockHits: Get most recent block hits

Description

Return the most recent block hits made in the Minecraft world by an iron sword.

Usage

getBlockHits()

Arguments

Value

A dataframe with columns for the coordinates, block type, and player id of recent block hits.

See Also

getChatPosts()

Examples

Run this code
# NOT RUN {
getBlockHits()

library(futile.logger)
while (TRUE) {
    flog.info(getEventsBlockHits())
    Sys.sleep(1)
}
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab