Uses of Interface
net.minecraft.server.ServerInterface
Packages that use ServerInterface
-
Uses of ServerInterface in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ServerInterface -
Uses of ServerInterface in net.minecraft.server.rcon.thread
Fields in net.minecraft.server.rcon.thread declared as ServerInterfaceModifier and TypeFieldDescriptionprivate ServerInterfaceQueryThreadGs4.serverInterfaceprivate ServerInterfaceRconClient.serverInterfaceprivate ServerInterfaceRconThread.serverInterfaceMethods in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifier and TypeMethodDescriptionstatic QueryThreadGs4QueryThreadGs4.create(ServerInterface p_11554_)static RconThreadRconThread.create(ServerInterface p_11616_)Constructors in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifierConstructorDescriptionprivateQueryThreadGs4(ServerInterface p_11541_, int p_11542_)(package private)RconClient(ServerInterface p_11587_, String p_11588_, Socket p_11589_)privateRconThread(ServerInterface p_11608_, ServerSocket p_11609_, String p_11610_)