GlowstoneMC/Glowstone

Player MapView sending API

Open

#572 opened on Oct 13, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,825 stars) (278 forks)batch import
Category: server featurePriority: minorStatus: in progressType: featuregood first issue

Description

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.

Contributor guide