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 BJAOMANHLNM = 9;intuint32 JCGPKAGJIOF = 11;intuint32 material_id = 10;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
-
getBJAOMANHLNM
int getBJAOMANHLNM()uint32 BJAOMANHLNM = 9;- Returns:
- The bJAOMANHLNM.
-
getMaterialId
int getMaterialId()uint32 material_id = 10;- Returns:
- The materialId.
-
getJCGPKAGJIOF
int getJCGPKAGJIOF()uint32 JCGPKAGJIOF = 11;- Returns:
- The jCGPKAGJIOF.
-