Interface CreateGadgetInfoOuterClass.CreateGadgetInfo.ChestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateGadgetInfoOuterClass.CreateGadgetInfo.Chest, CreateGadgetInfoOuterClass.CreateGadgetInfo.Chest.Builder
Enclosing class:
CreateGadgetInfoOuterClass.CreateGadgetInfo

public static interface CreateGadgetInfoOuterClass.CreateGadgetInfo.ChestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 chest_drop_id = 1;
    boolean
    bool is_show_cutscene = 2;

    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

    • getChestDropId

      int getChestDropId()
      uint32 chest_drop_id = 1;
      Returns:
      The chestDropId.
    • getIsShowCutscene

      boolean getIsShowCutscene()
      bool is_show_cutscene = 2;
      Returns:
      The isShowCutscene.