All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.schema.FloatOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/schema/schema.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.schema;

public interface FloatOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.Float)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   * @return Whether the pos field is set.
   */
  boolean hasPos();
  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   * @return The pos.
   */
  xyz.block.ftl.v1.schema.Position getPos();
  /**
   * optional .xyz.block.ftl.v1.schema.Position pos = 1;
   */
  xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy