package net.minecraft.util.profiling.metrics; import java.util.List; public interface ProfilerMeasured { List profiledMetrics(); }