mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 11:25:55 +03:00
26 lines
715 B
Diff
26 lines
715 B
Diff
--- ../src-base/minecraft/net/minecraft/network/play/client/CPacketPlayer.java
|
|
+++ ../src-work/minecraft/net/minecraft/network/play/client/CPacketPlayer.java
|
|
@@ -9,14 +9,14 @@
|
|
|
|
public class CPacketPlayer implements Packet<INetHandlerPlayServer>
|
|
{
|
|
- protected double x;
|
|
- protected double y;
|
|
- protected double z;
|
|
- protected float yaw;
|
|
- protected float pitch;
|
|
- protected boolean onGround;
|
|
- protected boolean moving;
|
|
- protected boolean rotating;
|
|
+ public double x;
|
|
+ public double y;
|
|
+ public double z;
|
|
+ public float yaw;
|
|
+ public float pitch;
|
|
+ public boolean onGround;
|
|
+ public boolean moving;
|
|
+ public boolean rotating;
|
|
|
|
public CPacketPlayer()
|
|
{
|