base mod created
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.minecraft.profiler;
|
||||
|
||||
public interface ISnooperInfo
|
||||
{
|
||||
void addServerStatsToSnooper(Snooper playerSnooper);
|
||||
|
||||
void addServerTypeToSnooper(Snooper playerSnooper);
|
||||
|
||||
/**
|
||||
* Returns whether snooping is enabled or not.
|
||||
*/
|
||||
boolean isSnooperEnabled();
|
||||
}
|
||||
Reference in New Issue
Block a user