1package net.minecraft.server; 2 3final class TimeCounter implements Counter { 4 5 TimeCounter() { 6 } 7}