Interface InstanceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceConfig, InstanceConfig.Builder
@Generated
public interface InstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccounts(int index) List of Minecraft accounts available to this instance for bot connections.intList of Minecraft accounts available to this instance for bot connections.List of Minecraft accounts available to this instance for bot connections.getAccountsOrBuilder(int index) List of Minecraft accounts available to this instance for bot connections.List<? extends MinecraftAccountProtoOrBuilder> List of Minecraft accounts available to this instance for bot connections.getProxies(int index) List of proxies available to this instance for routing bot connections.intList of proxies available to this instance for routing bot connections.List of proxies available to this instance for routing bot connections.getProxiesOrBuilder(int index) List of proxies available to this instance for routing bot connections.List<? extends ProxyProtoOrBuilder> List of proxies available to this instance for routing bot connections.getSettings(int index) Instance settings organized by namespace.intInstance settings organized by namespace.Instance settings organized by namespace.getSettingsOrBuilder(int index) Instance settings organized by namespace.List<? extends SettingsNamespaceOrBuilder> Instance settings organized by namespace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSettingsList
List<SettingsNamespace> getSettingsList()Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1; -
getSettings
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1; -
getSettingsCount
int getSettingsCount()Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1; -
getSettingsOrBuilderList
List<? extends SettingsNamespaceOrBuilder> getSettingsOrBuilderList()Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1; -
getSettingsOrBuilder
Instance settings organized by namespace. Each namespace contains key-value pairs for configuration options.
repeated .soulfire.v1.SettingsNamespace settings = 1; -
getAccountsList
List<MinecraftAccountProto> getAccountsList()List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccounts
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsCount
int getAccountsCount()List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsOrBuilderList
List<? extends MinecraftAccountProtoOrBuilder> getAccountsOrBuilderList()List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getAccountsOrBuilder
List of Minecraft accounts available to this instance for bot connections.
repeated .soulfire.v1.MinecraftAccountProto accounts = 2; -
getProxiesList
List<ProxyProto> getProxiesList()List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3; -
getProxies
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3; -
getProxiesCount
int getProxiesCount()List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3; -
getProxiesOrBuilderList
List<? extends ProxyProtoOrBuilder> getProxiesOrBuilderList()List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3; -
getProxiesOrBuilder
List of proxies available to this instance for routing bot connections.
repeated .soulfire.v1.ProxyProto proxies = 3;
-