Uses of Class
net.minecraft.server.dedicated.management.network.ManagementConnectionHandler
Packages that use ManagementConnectionHandler
-
Uses of ManagementConnectionHandler in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management with type parameters of type ManagementConnectionHandlerModifier and TypeFieldDescriptionprivate final Set<ManagementConnectionHandler> ManagementServer.connectionHandlersMethods in net.minecraft.server.dedicated.management with parameters of type ManagementConnectionHandlerModifier and TypeMethodDescriptionvoidManagementServer.onConnectionClose(ManagementConnectionHandler handler) voidManagementServer.onConnectionOpen(ManagementConnectionHandler handler) Method parameters in net.minecraft.server.dedicated.management with type arguments of type ManagementConnectionHandlerModifier and TypeMethodDescription(package private) voidManagementServer.forEachConnection(Consumer<ManagementConnectionHandler> task)