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 Snooper
Minecraft. snooper
Methods in net.minecraft.client that return Snooper Modifier and Type Method Description Snooper
Minecraft. getSnooper()
Methods in net.minecraft.client with parameters of type Snooper Modifier and Type Method Description void
Minecraft. 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 void
ISnooperInfo. 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 Snooper
MinecraftServer. snooper
Methods in net.minecraft.server that return Snooper Modifier and Type Method Description Snooper
MinecraftServer. getSnooper()
Methods in net.minecraft.server with parameters of type Snooper Modifier and Type Method Description void
MinecraftServer. 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 void
DedicatedServer. 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 void
IntegratedServer. populateSnooper(Snooper p_70000_1_)
-