zml2008 / Glowstone

An open-source Java Minecraft server originally by Graham Edgecombe, adapted for the Bukkit interface.
irc://irc.espernet.org/#glowstone
Other
7 stars 2 forks source link

Ability to send more than one packet in createSpawnMessage and createUpdateMessage? #9

Open zhuowei opened 12 years ago

zhuowei commented 12 years ago

Should createSpawnMessage and createUpdateMessage return an array or a List of messages so that, for example, you can send entity equipment packets after a spawn packet or send a move and a ride on another entity packet on a the same tick?