Uses of Record Class
eu.cloudnetservice.modules.syncproxy.config.SyncProxyMotd
Packages that use SyncProxyMotd
-
Uses of SyncProxyMotd in eu.cloudnetservice.modules.syncproxy.config
Fields in eu.cloudnetservice.modules.syncproxy.config with type parameters of type SyncProxyMotdModifier and TypeFieldDescriptionprivate List<SyncProxyMotd> SyncProxyLoginConfiguration.Builder.maintenanceMotdsprivate final @Unmodifiable @NonNull List<SyncProxyMotd> SyncProxyLoginConfiguration.maintenanceMotdsThe field for themaintenanceMotdsrecord component.private List<SyncProxyMotd> SyncProxyLoginConfiguration.Builder.motdsprivate final @Unmodifiable @NonNull List<SyncProxyMotd> SyncProxyLoginConfiguration.motdsThe field for themotdsrecord component.Methods in eu.cloudnetservice.modules.syncproxy.config that return SyncProxyMotdMethods in eu.cloudnetservice.modules.syncproxy.config that return types with arguments of type SyncProxyMotdModifier and TypeMethodDescriptionSyncProxyLoginConfiguration.maintenanceMotds()Returns the value of themaintenanceMotdsrecord component.SyncProxyLoginConfiguration.motds()Returns the value of themotdsrecord component.Methods in eu.cloudnetservice.modules.syncproxy.config with parameters of type SyncProxyMotdModifier and TypeMethodDescriptionstatic @NonNull SyncProxyMotd.BuilderSyncProxyMotd.builder(@NonNull SyncProxyMotd motd) Method parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyMotdModifier and TypeMethodDescriptionSyncProxyLoginConfiguration.Builder.maintenanceMotds(@NonNull List<SyncProxyMotd> maintenanceMotds) SyncProxyLoginConfiguration.Builder.modifyMaintenanceMotd(@NonNull Consumer<List<SyncProxyMotd>> modifier) SyncProxyLoginConfiguration.Builder.modifyMotd(@NonNull Consumer<List<SyncProxyMotd>> modifier) SyncProxyLoginConfiguration.Builder.motds(@NonNull List<SyncProxyMotd> motds) Constructor parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyMotdModifierConstructorDescriptionSyncProxyLoginConfiguration(@NonNull String targetGroup, boolean maintenance, int maxPlayers, @Unmodifiable @NonNull Set<String> whitelist, @Unmodifiable @NonNull List<SyncProxyMotd> motds, @Unmodifiable @NonNull List<SyncProxyMotd> maintenanceMotds) Creates an instance of aSyncProxyLoginConfigurationrecord class.