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

    Modifier and Type
    Method
    Description
    Dimension the bot is in (e.g., "minecraft:overworld").
    com.google.protobuf.ByteString
    Dimension the bot is in (e.g., "minecraft:overworld").
    double
    X coordinate in the Minecraft world.
    double
    Z coordinate in the Minecraft world.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.