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 ServerInterfaceQueryThreadGs4.serverInterfaceprivate final ServerInterfaceRconClient.serverInterfaceprivate final ServerInterfaceRconThread.serverInterfaceMethods in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifier and TypeMethodDescriptionstatic QueryThreadGs4QueryThreadGs4.create(ServerInterface pServerInterface) static RconThreadRconThread.create(ServerInterface pServerInterface) Constructors in net.minecraft.server.rcon.thread with parameters of type ServerInterfaceModifierConstructorDescriptionprivateQueryThreadGs4(ServerInterface pServerInterface, int pPort) (package private)RconClient(ServerInterface pServerInterface, String pRconPassword, Socket pClient) privateRconThread(ServerInterface pServerInterface, ServerSocket pSocket, String pRconPassword)