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 final ServerInterface
QueryThreadGs4.serverInterface
private final ServerInterface
RconClient.serverInterface
private final ServerInterface
RconThread.serverInterface
Methods in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifier and TypeMethodDescriptionstatic QueryThreadGs4
QueryThreadGs4.create
(ServerInterface serverInterface) static RconThread
RconThread.create
(ServerInterface serverInterface) Constructors in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifierConstructorDescriptionprivate
QueryThreadGs4
(ServerInterface serverInterface, int port) (package private)
RconClient
(ServerInterface serverInterface, String rconPassword, Socket client) private
RconThread
(ServerInterface serverInterface, ServerSocket socket, String rconPassword)