Package emu.grasscutter.net.proto
Interface ClientLoadingCostumeVerificationNotifyOuterClass.ClientLoadingCostumeVerificationNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientLoadingCostumeVerificationNotifyOuterClass.ClientLoadingCostumeVerificationNotify,ClientLoadingCostumeVerificationNotifyOuterClass.ClientLoadingCostumeVerificationNotify.Builder
- Enclosing class:
- ClientLoadingCostumeVerificationNotifyOuterClass
public static interface ClientLoadingCostumeVerificationNotifyOuterClass.ClientLoadingCostumeVerificationNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 costume_id = 12;longgetGuid()uint64 guid = 2;longuint64 prefab_hash = 3;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
-
getGuid
long getGuid()uint64 guid = 2;- Returns:
- The guid.
-
getPrefabHash
long getPrefabHash()uint64 prefab_hash = 3;- Returns:
- The prefabHash.
-
getCostumeId
int getCostumeId()uint32 costume_id = 12;- Returns:
- The costumeId.
-