GlowstoneMC/Glowstone

Player MapView sending API

Open

#572 aperta il 13 ott 2017

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Java (278 fork)batch import
Category: server featurePriority: minorStatus: in progressType: featuregood first issue

Metriche repository

Star
 (1825 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor