Package emu.grasscutter.net.proto
Interface ShowMessageNotifyOuterClass.ShowMessageNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowMessageNotifyOuterClass.ShowMessageNotify,ShowMessageNotifyOuterClass.ShowMessageNotify.Builder
- Enclosing class:
- ShowMessageNotifyOuterClass
public static interface ShowMessageNotifyOuterClass.ShowMessageNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMsgId().SvrMsgId msg_id = 9;int.SvrMsgId msg_id = 9;getParams(int index) repeated .MsgParam params = 10;intrepeated .MsgParam params = 10;repeated .MsgParam params = 10;getParamsOrBuilder(int index) repeated .MsgParam params = 10;List<? extends MsgParamOuterClass.MsgParamOrBuilder>repeated .MsgParam params = 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
-
getMsgIdValue
int getMsgIdValue().SvrMsgId msg_id = 9;- Returns:
- The enum numeric value on the wire for msgId.
-
getMsgId
SvrMsgIdOuterClass.SvrMsgId getMsgId().SvrMsgId msg_id = 9;- Returns:
- The msgId.
-
getParamsList
List<MsgParamOuterClass.MsgParam> getParamsList()repeated .MsgParam params = 10; -
getParams
repeated .MsgParam params = 10; -
getParamsCount
int getParamsCount()repeated .MsgParam params = 10; -
getParamsOrBuilderList
List<? extends MsgParamOuterClass.MsgParamOrBuilder> getParamsOrBuilderList()repeated .MsgParam params = 10; -
getParamsOrBuilder
repeated .MsgParam params = 10;
-