Interface BreakoutPhysicalObjectModifierOuterClass.BreakoutPhysicalObjectModifierOrBuilder

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

public static interface BreakoutPhysicalObjectModifierOuterClass.BreakoutPhysicalObjectModifierOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool bool1 = 9;
    int
    uint32 choose_player_count = 16;
    int
    uint32 combo = 12;
    int
    int32 duration = 10;
    int
    int32 end_time = 11;
    int
    uint32 id = 2;
    int
    uint32 level = 15;
    int
    int32 param1 = 3;
    int
    int32 param2 = 4;
    int
    int32 param3 = 5;
    int
    int32 param4 = 6;
    int
    int32 param5 = 7;
    int
    int32 param6 = 8;
    int
    uint32 peer_id = 13;
    int
    uint32 skill_type = 14;
    int
    uint32 type = 1;

    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

    • getType

      int getType()
      uint32 type = 1;
      Returns:
      The type.
    • getId

      int getId()
      uint32 id = 2;
      Returns:
      The id.
    • getParam1

      int getParam1()
      int32 param1 = 3;
      Returns:
      The param1.
    • getParam2

      int getParam2()
      int32 param2 = 4;
      Returns:
      The param2.
    • getParam3

      int getParam3()
      int32 param3 = 5;
      Returns:
      The param3.
    • getParam4

      int getParam4()
      int32 param4 = 6;
      Returns:
      The param4.
    • getParam5

      int getParam5()
      int32 param5 = 7;
      Returns:
      The param5.
    • getParam6

      int getParam6()
      int32 param6 = 8;
      Returns:
      The param6.
    • getBool1

      boolean getBool1()
      bool bool1 = 9;
      Returns:
      The bool1.
    • getDuration

      int getDuration()
      int32 duration = 10;
      Returns:
      The duration.
    • getEndTime

      int getEndTime()
      int32 end_time = 11;
      Returns:
      The endTime.
    • getCombo

      int getCombo()
      uint32 combo = 12;
      Returns:
      The combo.
    • getPeerId

      int getPeerId()
      uint32 peer_id = 13;
      Returns:
      The peerId.
    • getSkillType

      int getSkillType()
      uint32 skill_type = 14;
      Returns:
      The skillType.
    • getLevel

      int getLevel()
      uint32 level = 15;
      Returns:
      The level.
    • getChoosePlayerCount

      int getChoosePlayerCount()
      uint32 choose_player_count = 16;
      Returns:
      The choosePlayerCount.