Uses of Interface
net.minecraft.profiler.ISnooperInfo
-
Packages that use ISnooperInfo Package Description net.minecraft.client net.minecraft.profiler net.minecraft.server net.minecraft.server.dedicated net.minecraft.server.integrated -
-
Uses of ISnooperInfo in net.minecraft.client
Classes in net.minecraft.client that implement ISnooperInfo Modifier and Type Class Description classMinecraft -
Uses of ISnooperInfo in net.minecraft.profiler
Fields in net.minecraft.profiler declared as ISnooperInfo Modifier and Type Field Description private ISnooperInfoSnooper. populatorConstructors in net.minecraft.profiler with parameters of type ISnooperInfo Constructor Description Snooper(java.lang.String p_i1563_1_, ISnooperInfo p_i1563_2_, long p_i1563_3_) -
Uses of ISnooperInfo in net.minecraft.server
Classes in net.minecraft.server that implement ISnooperInfo Modifier and Type Class Description classMinecraftServer -
Uses of ISnooperInfo in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ISnooperInfo Modifier and Type Class Description classDedicatedServer -
Uses of ISnooperInfo in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement ISnooperInfo Modifier and Type Class Description classIntegratedServer
-