Class BotListEntry
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.BotListEntry
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, BotListEntryOrBuilder, Serializable
@Generated
public final class BotListEntry
extends com.google.protobuf.GeneratedMessage
implements BotListEntryOrBuilder
Entry representing a single bot in the bot list. Contains summary information suitable for display in a list view.Protobuf type
soulfire.v1.BotListEntry- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classEntry representing a single bot in the bot list.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BotListEntrystatic final com.google.protobuf.Descriptors.DescriptorbooleanWhether the bot is currently connected to a Minecraft server.Live state of the bot if online and player data is available.Live state of the bot if online and player data is available.com.google.protobuf.Parser<BotListEntry> The Minecraft profile UUID of the bot.com.google.protobuf.ByteStringThe Minecraft profile UUID of the bot.intinthashCode()booleanLive state of the bot if online and player data is available.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic BotListEntry.Builderstatic BotListEntry.BuildernewBuilder(BotListEntry prototype) protected BotListEntry.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static BotListEntryparseDelimitedFrom(InputStream input) static BotListEntryparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BotListEntryparseFrom(byte[] data) static BotListEntryparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BotListEntryparseFrom(com.google.protobuf.ByteString data) static BotListEntryparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BotListEntryparseFrom(com.google.protobuf.CodedInputStream input) static BotListEntryparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BotListEntryparseFrom(InputStream input) static BotListEntryparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BotListEntryparseFrom(ByteBuffer data) static BotListEntryparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<BotListEntry> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
PROFILE_ID_FIELD_NUMBER
public static final int PROFILE_ID_FIELD_NUMBER- See Also:
-
IS_ONLINE_FIELD_NUMBER
public static final int IS_ONLINE_FIELD_NUMBER- See Also:
-
LIVE_STATE_FIELD_NUMBER
public static final int LIVE_STATE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getProfileId
The Minecraft profile UUID of the bot. This uniquely identifies the bot within the instance.
string profile_id = 1;- Specified by:
getProfileIdin interfaceBotListEntryOrBuilder- Returns:
- The profileId.
-
getProfileIdBytes
public com.google.protobuf.ByteString getProfileIdBytes()The Minecraft profile UUID of the bot. This uniquely identifies the bot within the instance.
string profile_id = 1;- Specified by:
getProfileIdBytesin interfaceBotListEntryOrBuilder- Returns:
- The bytes for profileId.
-
getIsOnline
public boolean getIsOnline()Whether the bot is currently connected to a Minecraft server. When false, the bot exists in configuration but is not active.
bool is_online = 2;- Specified by:
getIsOnlinein interfaceBotListEntryOrBuilder- Returns:
- The isOnline.
-
hasLiveState
public boolean hasLiveState()Live state of the bot if online and player data is available. Will be absent if the bot is offline or the player hasn't fully spawned. Note: For list views, inventory data is NOT included (too expensive).
optional .soulfire.v1.BotLiveState live_state = 3;- Specified by:
hasLiveStatein interfaceBotListEntryOrBuilder- Returns:
- Whether the liveState field is set.
-
getLiveState
Live state of the bot if online and player data is available. Will be absent if the bot is offline or the player hasn't fully spawned. Note: For list views, inventory data is NOT included (too expensive).
optional .soulfire.v1.BotLiveState live_state = 3;- Specified by:
getLiveStatein interfaceBotListEntryOrBuilder- Returns:
- The liveState.
-
getLiveStateOrBuilder
Live state of the bot if online and player data is available. Will be absent if the bot is offline or the player hasn't fully spawned. Note: For list views, inventory data is NOT included (too expensive).
optional .soulfire.v1.BotLiveState live_state = 3;- Specified by:
getLiveStateOrBuilderin interfaceBotListEntryOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BotListEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BotListEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BotListEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BotListEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BotListEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BotListEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BotListEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static BotListEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BotListEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BotListEntry.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-