package net.optifine.config; public interface INameGetter { String getName(T var1); }