mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-20 20:41:15 -09:00
6 lines
91 B
Java
6 lines
91 B
Java
package net.optifine.config;
|
|
|
|
public interface INameGetter<T> {
|
|
String getName(T var1);
|
|
}
|