Uses of Interface
net.minecraft.server.ServerInterface
-
Uses of ServerInterface in net.minecraft.server.dedicated
-
Uses of ServerInterface in net.minecraft.server.rcon.thread
Modifier and TypeFieldDescriptionprivate ServerInterface
QueryThreadGs4.serverInterface
private ServerInterface
RconClient.serverInterface
private ServerInterface
RconThread.serverInterface
Modifier and TypeMethodDescriptionstatic QueryThreadGs4
QueryThreadGs4.create(ServerInterface p_11554_)
static RconThread
RconThread.create(ServerInterface p_11616_)
ModifierConstructorDescriptionprivate
QueryThreadGs4(ServerInterface p_11541_, int p_11542_)
(package private)
RconClient(ServerInterface p_11587_, String p_11588_, Socket p_11589_)
private
RconThread(ServerInterface p_11608_, ServerSocket p_11609_, String p_11610_)