JuliaBerry / PiCraft.jl

Manipulate Minecraft on the Raspberry Pi from Julia
https://juliaberry.github.io/PiCraft.jl/
Other
38 stars 11 forks source link

`getChatEvents()` not export #35

Closed inkydragon closed 5 years ago

inkydragon commented 5 years ago

In docs, it mentioned getChatEvents() , but it has not been exported.

julia> getChatEvents()
ERROR: UndefVarError: getChatEvents not defined

workaround

julia> PiCraft.getChatEvents()
0-element Array{Tuple{Int64,String},1}
aviks commented 5 years ago

@Ellipse0934 thoughts?

Ellipse0934 commented 5 years ago

Thanks for reporting the issue.