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 Type
    Method
    Description
    int
    uint32 costume_id = 12;
    long
    uint64 guid = 2;
    long
    uint64 prefab_hash = 3;

    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

    • 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.