Interface BotPositionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BotPosition, BotPosition.Builder
@Generated
public interface BotPositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getX
double getX()X coordinate in the Minecraft world.
double x = 1;- Returns:
- The x.
-
getZ
double getZ()Z coordinate in the Minecraft world.
double z = 2;- Returns:
- The z.
-
getDimension
String getDimension()Dimension the bot is in (e.g., "minecraft:overworld").
string dimension = 3;- Returns:
- The dimension.
-
getDimensionBytes
com.google.protobuf.ByteString getDimensionBytes()Dimension the bot is in (e.g., "minecraft:overworld").
string dimension = 3;- Returns:
- The bytes for dimension.
-