Interface AvatarExcelInfoOuterClass.AvatarExcelInfoOrBuilder

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

public static interface AvatarExcelInfoOuterClass.AvatarExcelInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 combat_config_hash = 5;
    long
    uint64 controller_path_hash = 3;
    long
    uint64 controller_path_remote_hash = 4;
    long
    uint64 prefab_path_hash = 1;
    long
    uint64 prefab_path_remote_hash = 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

    • getPrefabPathHash

      long getPrefabPathHash()
      uint64 prefab_path_hash = 1;
      Returns:
      The prefabPathHash.
    • getPrefabPathRemoteHash

      long getPrefabPathRemoteHash()
      uint64 prefab_path_remote_hash = 2;
      Returns:
      The prefabPathRemoteHash.
    • getControllerPathHash

      long getControllerPathHash()
      uint64 controller_path_hash = 3;
      Returns:
      The controllerPathHash.
    • getControllerPathRemoteHash

      long getControllerPathRemoteHash()
      uint64 controller_path_remote_hash = 4;
      Returns:
      The controllerPathRemoteHash.
    • getCombatConfigHash

      long getCombatConfigHash()
      uint64 combat_config_hash = 5;
      Returns:
      The combatConfigHash.