Advanced Modding Tutorials: part 5, Networking (part 1/2)
У вашего броузера проблема в совместимости с HTML5
This episode explains the server/client relationship of Minecraft. As main goal we'll be creating an explosion when we hit a key on our keyboard. We'll be writing a packet handler to help us, using SimpleNetworkWrapper to be exact.
Creating an explosion (using World#createExplosion):
http://youtu.be/bvDehRIRqaM?t=4m20s
Base idea of how Entities are layed out in code:
http://youtu.be/bvDehRIRqaM?t=7m30s
Desyncing:
http://youtu.be/bvDehRIRqaM?t=9m58s
Explaining the server/client relationship:
http://youtu.be/bvDehRIRqaM?t=11m38s
Grey Minecraft Coder http://greyminecraftcoder.blogspot.nl/
http://youtu.be/bvDehRIRqaM?t=18m01s
You can follow along with the code here: https://github.com/MineMaarten/AdvancedMod