Package emu.grasscutter.net.proto
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 TypeMethodDescriptionlonguint64 combat_config_hash = 5;longuint64 controller_path_hash = 3;longuint64 controller_path_remote_hash = 4;longuint64 prefab_path_hash = 1;longuint64 prefab_path_remote_hash = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-