Files
PrimalSorcery/build/tmp/recompileMc/sources/net/minecraft/profiler/ISnooperInfo.java
Mohammad-Ali Minaie b86dedad2f base mod created
2018-10-08 09:07:47 -04:00

13 lines
280 B
Java

package net.minecraft.profiler;
public interface ISnooperInfo
{
void addServerStatsToSnooper(Snooper playerSnooper);
void addServerTypeToSnooper(Snooper playerSnooper);
/**
* Returns whether snooping is enabled or not.
*/
boolean isSnooperEnabled();
}