Interface DungeonDieOptionReqOuterClass.DungeonDieOptionReqOrBuilder

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

public static interface DungeonDieOptionReqOuterClass.DungeonDieOptionReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .PlayerDieOption die_option = 5;
    int
    .PlayerDieOption die_option = 5;
    boolean
    bool is_quit_immediately = 14;

    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

    • getDieOptionValue

      int getDieOptionValue()
      .PlayerDieOption die_option = 5;
      Returns:
      The enum numeric value on the wire for dieOption.
    • getDieOption

      .PlayerDieOption die_option = 5;
      Returns:
      The dieOption.
    • getIsQuitImmediately

      boolean getIsQuitImmediately()
      bool is_quit_immediately = 14;
      Returns:
      The isQuitImmediately.