Uses of Class
net.minecraft.profiler.Snooper
-
Packages that use Snooper Package Description net.minecraft.client net.minecraft.profiler net.minecraft.server net.minecraft.server.dedicated net.minecraft.server.integrated -
-
Uses of Snooper in net.minecraft.client
Fields in net.minecraft.client declared as Snooper Modifier and Type Field Description private SnooperMinecraft. snooperMethods in net.minecraft.client that return Snooper Modifier and Type Method Description SnooperMinecraft. getSnooper()Methods in net.minecraft.client with parameters of type Snooper Modifier and Type Method Description voidMinecraft. populateSnooper(Snooper p_70000_1_) -
Uses of Snooper in net.minecraft.profiler
Methods in net.minecraft.profiler with parameters of type Snooper Modifier and Type Method Description voidISnooperInfo. populateSnooper(Snooper p_70000_1_) -
Uses of Snooper in net.minecraft.server
Fields in net.minecraft.server declared as Snooper Modifier and Type Field Description private SnooperMinecraftServer. snooperMethods in net.minecraft.server that return Snooper Modifier and Type Method Description SnooperMinecraftServer. getSnooper()Methods in net.minecraft.server with parameters of type Snooper Modifier and Type Method Description voidMinecraftServer. populateSnooper(Snooper p_70000_1_) -
Uses of Snooper in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type Snooper Modifier and Type Method Description voidDedicatedServer. populateSnooper(Snooper p_70000_1_) -
Uses of Snooper in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type Snooper Modifier and Type Method Description voidIntegratedServer. populateSnooper(Snooper p_70000_1_)
-