Archived
0

attempt to implement an event model of Player movement

This commit is contained in:
2018-08-11 19:30:36 +03:00
parent a3880f49ec
commit 916a78c660
7 changed files with 91 additions and 10 deletions

View File

@@ -16,10 +16,11 @@ import mc.core.network.SCPacket;
@NoArgsConstructor
@Getter
@Setter
@ToString
public class PlayerPositionAndLookPacket implements SCPacket, CSPacket {
@Setter
private EntityLocation location;
@Setter
private int teleportId;
private boolean onGround = false;