Interface BotInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BotInfoResponse, BotInfoResponse.Builder
@Generated
public interface BotInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLive state of the bot including full inventory data.Live state of the bot including full inventory data.booleanLive state of the bot including full inventory data.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
-
hasLiveState
boolean hasLiveState()Live state of the bot including full inventory data. Will be absent if the bot is offline or player data is not available. When present, includes complete inventory slot information.
optional .soulfire.v1.BotLiveState live_state = 2;- Returns:
- Whether the liveState field is set.
-
getLiveState
BotLiveState getLiveState()Live state of the bot including full inventory data. Will be absent if the bot is offline or player data is not available. When present, includes complete inventory slot information.
optional .soulfire.v1.BotLiveState live_state = 2;- Returns:
- The liveState.
-
getLiveStateOrBuilder
BotLiveStateOrBuilder getLiveStateOrBuilder()Live state of the bot including full inventory data. Will be absent if the bot is offline or player data is not available. When present, includes complete inventory slot information.
optional .soulfire.v1.BotLiveState live_state = 2;
-