Archiviert
13
0

Merge pull request #150 from iNevet/master

Add the actual creation of the packet
Dieser Commit ist enthalten in:
Dan Mulloy 2016-02-25 13:51:15 -05:00
Commit 11ca1bf51e

Datei anzeigen

@ -131,6 +131,7 @@ you don't have to create an ArrayList with this version:
````java
PacketContainer fakeExplosion = new PacketContainer(PacketType.Play.Server.EXPLOSION);
fakeExplosion.getDoubles().
write(0, player.getLocation().getX()).
write(1, player.getLocation().getY()).