This library enables you to use the Minecraft Pi Edition API from Go. Each connection uses a single socket and commands are sent over channels, making it safe to use the API from different goroutines.
from mcpi.minecraft import Minecraft from mcpi_listener import McpiListener mc = Minecraft.Create() listener = McpiListener(mc) for chat_post in listener.listen_chat ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results