Interface CredentialsAuthFullListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CredentialsAuthFullList, CredentialsAuthFullList.Builder
@Generated
public interface CredentialsAuthFullListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccount(int index) List of all successfully authenticated Minecraft accounts.intList of all successfully authenticated Minecraft accounts.List of all successfully authenticated Minecraft accounts.getAccountOrBuilder(int index) List of all successfully authenticated Minecraft accounts.List<? extends MinecraftAccountProtoOrBuilder> List of all successfully authenticated Minecraft accounts.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
-
getAccountList
List<MinecraftAccountProto> getAccountList()List of all successfully authenticated Minecraft accounts. Failed authentications are excluded from this list.
repeated .soulfire.v1.MinecraftAccountProto account = 1; -
getAccount
List of all successfully authenticated Minecraft accounts. Failed authentications are excluded from this list.
repeated .soulfire.v1.MinecraftAccountProto account = 1; -
getAccountCount
int getAccountCount()List of all successfully authenticated Minecraft accounts. Failed authentications are excluded from this list.
repeated .soulfire.v1.MinecraftAccountProto account = 1; -
getAccountOrBuilderList
List<? extends MinecraftAccountProtoOrBuilder> getAccountOrBuilderList()List of all successfully authenticated Minecraft accounts. Failed authentications are excluded from this list.
repeated .soulfire.v1.MinecraftAccountProto account = 1; -
getAccountOrBuilder
List of all successfully authenticated Minecraft accounts. Failed authentications are excluded from this list.
repeated .soulfire.v1.MinecraftAccountProto account = 1;
-