Class C03PacketPlayer

  • All Implemented Interfaces:
    Packet<INetHandlerPlayServer>
    Direct Known Subclasses:
    C03PacketPlayer.C04PacketPlayerPosition, C03PacketPlayer.C05PacketPlayerLook, C03PacketPlayer.C06PacketPlayerPosLook

    public class C03PacketPlayer
    extends java.lang.Object
    implements Packet<INetHandlerPlayServer>
    + This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
    • Field Detail

      • x

        protected double x
      • y

        protected double y
      • z

        protected double z
      • yaw

        protected float yaw
      • pitch

        protected float pitch
      • onGround

        protected boolean onGround
      • moving

        protected boolean moving
      • rotating

        protected boolean rotating
    • Constructor Detail

      • C03PacketPlayer

        public C03PacketPlayer()
      • C03PacketPlayer

        public C03PacketPlayer​(boolean isOnGround)
    • Method Detail

      • getPositionX

        public double getPositionX()
      • getPositionY

        public double getPositionY()
      • getPositionZ

        public double getPositionZ()
      • getYaw

        public float getYaw()
      • getPitch

        public float getPitch()
      • isOnGround

        public boolean isOnGround()
      • isMoving

        public boolean isMoving()
      • getRotating

        public boolean getRotating()
      • setMoving

        public void setMoving​(boolean isMoving)