
net.minecraft.server.PacketStatusInPing Maven / Gradle / Ivy
package net.minecraft.server;
import java.io.IOException;
public class PacketStatusInPing implements Packet {
private long a;
public PacketStatusInPing() {
}
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(PacketStatusInListener packetstatusinlistener) {
packetstatusinlistener.a(this);
}
public long a() {
return this.a;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy