package net.minecraft.util.profiling;

public interface GameProfilerFillerActive extends GameProfilerFiller {

    MethodProfilerResults d();
}
