Uses of Class
dev.qixils.crowdcontrol.CrowdControl
-
Packages that use CrowdControl Package Description dev.qixils.crowdcontrol Provides most of the basic classes required to implementCrowdControlinto your project.dev.qixils.crowdcontrol.builder Provides classes used to buildCrowdControl.dev.qixils.crowdcontrol.socket -
-
Uses of CrowdControl in dev.qixils.crowdcontrol
Constructor parameters in dev.qixils.crowdcontrol with type arguments of type CrowdControl Constructor Description CrowdControl(@Nullable String IP, int port, @Nullable String password, @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager> socketManagerCreator)Creates a new Crowd Control client or server instance. -
Uses of CrowdControl in dev.qixils.crowdcontrol.builder
Fields in dev.qixils.crowdcontrol.builder with type parameters of type CrowdControl Modifier and Type Field Description protected @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager>CrowdControlBuilderBase. socketManagerCreatorA function (usually a constructor) that creates a newSocketManagergiven aCrowdControlinstance.protected @NotNull Function<@NotNull CrowdControl,@NotNull SocketManager>CrowdControlBuilderBase. socketManagerCreatorA function (usually a constructor) that creates a newSocketManagergiven aCrowdControlinstance.Methods in dev.qixils.crowdcontrol.builder that return CrowdControl Modifier and Type Method Description @NotNull CrowdControlCrowdControlBuilder. build()Builds a newCrowdControlinstance using the provided variables.@NotNull CrowdControlCrowdControlClientBuilder. build()Builds a newCrowdControlinstance using the provided variables.@NotNull CrowdControlCrowdControlServerBuilder. build()Builds a newCrowdControlinstance using the provided variables. -
Uses of CrowdControl in dev.qixils.crowdcontrol.socket
Constructors in dev.qixils.crowdcontrol.socket with parameters of type CrowdControl Constructor Description ClientSocketManager(@NotNull CrowdControl crowdControl)Creates a new client-side socket manager.ServerSocketManager(@NotNull CrowdControl crowdControl)Creates a new server-side socket manager.
-