Package emu.grasscutter.net.proto
Interface GCGMsgWaitingListChangeOuterClass.GCGMsgWaitingListChangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgWaitingListChangeOuterClass.GCGMsgWaitingListChange,GCGMsgWaitingListChangeOuterClass.GCGMsgWaitingListChange.Builder
- Enclosing class:
- GCGMsgWaitingListChangeOuterClass
public static interface GCGMsgWaitingListChangeOuterClass.GCGMsgWaitingListChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 11;intuint32 cur_index = 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
-
getControllerId
int getControllerId()uint32 controller_id = 11;- Returns:
- The controllerId.
-
getCurIndex
int getCurIndex()uint32 cur_index = 3;- Returns:
- The curIndex.
-