Interface DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfo, DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfo.Builder
Enclosing class:
DeshretObeliskChestInfoOuterClass

public static interface DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 config_id = 8;
    int
    uint32 group_id = 9;
    .Vector pos = 3;
    .Vector pos = 3;
    int
    uint32 scene_id = 7;
    boolean
    .Vector pos = 3;

    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

    • getGroupId

      int getGroupId()
      uint32 group_id = 9;
      Returns:
      The groupId.
    • getConfigId

      int getConfigId()
      uint32 config_id = 8;
      Returns:
      The configId.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 7;
      Returns:
      The sceneId.
    • hasPos

      boolean hasPos()
      .Vector pos = 3;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 3;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 3;