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

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

package net.minecraft.server;

import java.io.IOException;

public class PacketStatusOutPong implements Packet {
	
	private long a;
	
	public PacketStatusOutPong() {
	}
	
	public PacketStatusOutPong(long i) {
		this.a = i;
	}
	
	public void a(PacketDataSerializer packetdataserializer) throws IOException {
		this.a = packetdataserializer.readLong();
	}
	
	public void b(PacketDataSerializer packetdataserializer) throws IOException {
		packetdataserializer.writeLong(this.a);
	}
	
	public void a(PacketStatusOutListener packetstatusoutlistener) {
		packetstatusoutlistener.a(this);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy