Package emu.grasscutter.net.proto
Interface AntiAddictNotifyOuterClass.AntiAddictNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AntiAddictNotifyOuterClass.AntiAddictNotify,AntiAddictNotifyOuterClass.AntiAddictNotify.Builder
- Enclosing class:
- AntiAddictNotifyOuterClass
public static interface AntiAddictNotifyOuterClass.AntiAddictNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getLevel
String getLevel()string level = 1;- Returns:
- The level.
-
getLevelBytes
com.google.protobuf.ByteString getLevelBytes()string level = 1;- Returns:
- The bytes for level.
-
getMsgType
int getMsgType()int32 msg_type = 5;- Returns:
- The msgType.
-
getMsg
String getMsg()string msg = 12;- Returns:
- The msg.
-
getMsgBytes
com.google.protobuf.ByteString getMsgBytes()string msg = 12;- Returns:
- The bytes for msg.
-