package me.libraryaddict.disguise.utilities.reflection; import com.comphenix.protocol.wrappers.WrappedGameProfile; public interface LibsProfileLookup { void onLookup(WrappedGameProfile gameProfile); }