All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.PacketPlayInArmAnimation Maven / Gradle / Ivy

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