Interface FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder

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

public static interface FungusFighterMonsterDetailOuterClass.FungusFighterMonsterDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float cur_hp_percentage = 8;
    int
    uint32 fungus_id = 5;
    boolean
    bool is_alive = 12;

    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

    • getFungusId

      int getFungusId()
      uint32 fungus_id = 5;
      Returns:
      The fungusId.
    • getIsAlive

      boolean getIsAlive()
      bool is_alive = 12;
      Returns:
      The isAlive.
    • getCurHpPercentage

      float getCurHpPercentage()
      float cur_hp_percentage = 8;
      Returns:
      The curHpPercentage.