Package emu.grasscutter.net.proto
Interface ClientCollectorDataOuterClass.ClientCollectorDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientCollectorDataOuterClass.ClientCollectorData,ClientCollectorDataOuterClass.ClientCollectorData.Builder
- Enclosing class:
- ClientCollectorDataOuterClass
public static interface ClientCollectorDataOuterClass.ClientCollectorDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 GEDKAGMKGAA = 15;intuint32 material_id = 5;intuint32 MOHICPCPAFK = 9;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
-
getMOHICPCPAFK
int getMOHICPCPAFK()uint32 MOHICPCPAFK = 9;- Returns:
- The mOHICPCPAFK.
-
getMaterialId
int getMaterialId()uint32 material_id = 5;- Returns:
- The materialId.
-
getGEDKAGMKGAA
int getGEDKAGMKGAA()uint32 GEDKAGMKGAA = 15;- Returns:
- The gEDKAGMKGAA.
-