mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
18 lines
275 B
Java
18 lines
275 B
Java
package net.minecraft.server;
|
|
|
|
class PacketCounter {
|
|
|
|
private int a;
|
|
private long b;
|
|
|
|
private PacketCounter() {}
|
|
|
|
public void a(int i) {
|
|
++this.a;
|
|
this.b += (long) i;
|
|
}
|
|
|
|
PacketCounter(EmptyClass1 emptyclass1) {
|
|
this();
|
|
}
|
|
}
|