Interface MetricsDistributionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricsDistributions, MetricsDistributions.Builder
@Generated
public interface MetricsDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of bots in each dimension (e.g., "minecraft:overworld" -> 5).booleanNumber of bots in each game mode (e.g., "SURVIVAL" -> 10).getBotPositions(int index) XZ positions of online bots for scatter plot rendering.intXZ positions of online bots for scatter plot rendering.XZ positions of online bots for scatter plot rendering.getBotPositionsOrBuilder(int index) XZ positions of online bots for scatter plot rendering.List<? extends BotPositionOrBuilder> XZ positions of online bots for scatter plot rendering.Deprecated.intNumber of bots in each dimension (e.g., "minecraft:overworld" -> 5).Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).intgetDimensionCountsOrDefault(String key, int defaultValue) Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).intNumber of bots in each dimension (e.g., "minecraft:overworld" -> 5).intgetFoodHistogram(int index) Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].intFood level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].Deprecated.intNumber of bots in each game mode (e.g., "SURVIVAL" -> 10).Number of bots in each game mode (e.g., "SURVIVAL" -> 10).intgetGameModeCountsOrDefault(String key, int defaultValue) Number of bots in each game mode (e.g., "SURVIVAL" -> 10).intNumber of bots in each game mode (e.g., "SURVIVAL" -> 10).intgetHealthHistogram(int index) Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].intHealth histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].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
-
getHealthHistogramList
-
getHealthHistogramCount
int getHealthHistogramCount()Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20]. Each entry is the count of bots whose health falls in that bucket.
repeated uint32 health_histogram = 1;- Returns:
- The count of healthHistogram.
-
getHealthHistogram
int getHealthHistogram(int index) Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20]. Each entry is the count of bots whose health falls in that bucket.
repeated uint32 health_histogram = 1;- Parameters:
index- The index of the element to return.- Returns:
- The healthHistogram at the given index.
-
getFoodHistogramList
-
getFoodHistogramCount
int getFoodHistogramCount()Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
repeated uint32 food_histogram = 2;- Returns:
- The count of foodHistogram.
-
getFoodHistogram
int getFoodHistogram(int index) Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
repeated uint32 food_histogram = 2;- Parameters:
index- The index of the element to return.- Returns:
- The foodHistogram at the given index.
-
getDimensionCountsCount
int getDimensionCountsCount()Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
map<string, uint32> dimension_counts = 3; -
containsDimensionCounts
Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
map<string, uint32> dimension_counts = 3; -
getDimensionCounts
Deprecated.UsegetDimensionCountsMap()instead. -
getDimensionCountsMap
-
getDimensionCountsOrDefault
Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
map<string, uint32> dimension_counts = 3; -
getDimensionCountsOrThrow
Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
map<string, uint32> dimension_counts = 3; -
getGameModeCountsCount
int getGameModeCountsCount()Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
map<string, uint32> game_mode_counts = 4; -
containsGameModeCounts
Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
map<string, uint32> game_mode_counts = 4; -
getGameModeCounts
-
getGameModeCountsMap
-
getGameModeCountsOrDefault
Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
map<string, uint32> game_mode_counts = 4; -
getGameModeCountsOrThrow
Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
map<string, uint32> game_mode_counts = 4; -
getBotPositionsList
List<BotPosition> getBotPositionsList()XZ positions of online bots for scatter plot rendering.
repeated .soulfire.v1.BotPosition bot_positions = 5; -
getBotPositions
XZ positions of online bots for scatter plot rendering.
repeated .soulfire.v1.BotPosition bot_positions = 5; -
getBotPositionsCount
int getBotPositionsCount()XZ positions of online bots for scatter plot rendering.
repeated .soulfire.v1.BotPosition bot_positions = 5; -
getBotPositionsOrBuilderList
List<? extends BotPositionOrBuilder> getBotPositionsOrBuilderList()XZ positions of online bots for scatter plot rendering.
repeated .soulfire.v1.BotPosition bot_positions = 5; -
getBotPositionsOrBuilder
XZ positions of online bots for scatter plot rendering.
repeated .soulfire.v1.BotPosition bot_positions = 5;
-