GlowstoneMC/Glowstone

Player MapView sending API

Open

#572 建立於 2017年10月13日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (1,825 star) (278 fork)batch import
Category: server featurePriority: minorStatus: in progressType: featuregood first issue

描述

The API to send MapViews to a Player isn't implemented: https://github.com/GlowstoneMC/Glowstone/blob/12ed57cc436ee2b525d740bef2b855150fe0bd24/src/main/java/net/glowstone/entity/GlowPlayer.java#L2247-L2249

This should send a packet (MapDataMessage) that sends the data inside of the MapView.

To check:

  • If the codec for encoding MapDataMessage is up-to-date with the documentation
  • If there are other parts of the MapView API that aren't implemented (not required in the scope of this issue)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

貢獻者指南