Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupPacketTypes ¶
func SetupPacketTypes()
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(conn pb.Minecraft_ConnectionServer, world_manager *world.WorldManager, events *event.EventManager, packet_handler *PacketHandler) *Connection
func (*Connection) RecieveLoop ¶
func (c *Connection) RecieveLoop()
type PacketHandler ¶
type PacketHandler struct {
// contains filtered or unexported fields
}
func NewPacketHandler ¶
func NewPacketHandler(world_manager *world.WorldManager, events *event.EventManager) *PacketHandler
func (*PacketHandler) Listen ¶
func (h *PacketHandler) Listen()
Click to show internal directories.
Click to hide internal directories.