net.minecraft.server.PacketPlayInArmAnimation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chest-server Show documentation
Show all versions of chest-server Show documentation
A spigot fork to kotlin structure and news.
The newest version!
package net.minecraft.server;
import java.io.IOException;
public class PacketPlayInArmAnimation implements Packet {
public long timestamp; // Spigot
public PacketPlayInArmAnimation() {
}
public void a(PacketDataSerializer packetdataserializer) throws IOException {
timestamp = System.currentTimeMillis(); // Spigot
}
public void b(PacketDataSerializer packetdataserializer) throws IOException {
}
public void a(PacketListenerPlayIn packetlistenerplayin) {
packetlistenerplayin.a(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy