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

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

package net.minecraft.server;

import java.io.IOException;

public class PacketPlayInKeepAlive implements Packet {
	
	private int a;
	
	public PacketPlayInKeepAlive() {
	}
	
	public void a(PacketListenerPlayIn packetlistenerplayin) {
		packetlistenerplayin.a(this);
	}
	
	public void a(PacketDataSerializer packetdataserializer) throws IOException {
		this.a = packetdataserializer.e();
	}
	
	public void b(PacketDataSerializer packetdataserializer) throws IOException {
		packetdataserializer.b(this.a);
	}
	
	public int a() {
		return this.a;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy