Uses of Class
net.minecraft.util.snooper.Snooper
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.server | |
net.minecraft.server.dedicated | |
net.minecraft.server.integrated | |
net.minecraft.util.snooper |
-
Uses of Snooper in net.minecraft.client
Fields in net.minecraft.client declared as Snooper Modifier and Type Field Description private Snooper
MinecraftClient. snooper
Methods in net.minecraft.client that return Snooper Modifier and Type Method Description Snooper
MinecraftClient. getSnooper()
Methods in net.minecraft.client with parameters of type Snooper Modifier and Type Method Description void
MinecraftClient. addSnooperInfo(Snooper snooper)
void
MinecraftClient. method_35034(Snooper snooper)
private static void
MinecraftClient. method_35705(Snooper snooper)
-
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. addSnooperInfo(Snooper snooper)
void
MinecraftServer. method_35034(Snooper snooper)
-
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
MinecraftDedicatedServer. addSnooperInfo(Snooper snooper)
-
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. addSnooperInfo(Snooper snooper)
-
Uses of Snooper in net.minecraft.util.snooper
Methods in net.minecraft.util.snooper with parameters of type Snooper Modifier and Type Method Description void
SnooperListener. addSnooperInfo(Snooper snooper)
void
SnooperListener. method_35034(Snooper snooper)