Package emu.grasscutter.net.proto
Interface ShowTemplateReminderNotifyOuterClass.ShowTemplateReminderNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowTemplateReminderNotifyOuterClass.ShowTemplateReminderNotify,ShowTemplateReminderNotifyOuterClass.ShowTemplateReminderNotify.Builder
- Enclosing class:
- ShowTemplateReminderNotifyOuterClass
public static interface ShowTemplateReminderNotifyOuterClass.ShowTemplateReminderNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParamList(int index) repeated int32 param_list = 4;intrepeated int32 param_list = 4;repeated int32 param_list = 4;intgetParamUidList(int index) repeated uint32 param_uid_list = 7;intrepeated uint32 param_uid_list = 7;repeated uint32 param_uid_list = 7;intuint32 template_reminder_id = 2;booleanbool Unk3300_AENIIBBBPJC = 12;booleanbool Unk3300_LABCNBEGCED = 6;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
-
getUnk3300LABCNBEGCED
boolean getUnk3300LABCNBEGCED()bool Unk3300_LABCNBEGCED = 6;- Returns:
- The unk3300LABCNBEGCED.
-
getParamListList
repeated int32 param_list = 4;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated int32 param_list = 4;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated int32 param_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getTemplateReminderId
int getTemplateReminderId()uint32 template_reminder_id = 2;- Returns:
- The templateReminderId.
-
getUnk3300AENIIBBBPJC
boolean getUnk3300AENIIBBBPJC()bool Unk3300_AENIIBBBPJC = 12;- Returns:
- The unk3300AENIIBBBPJC.
-
getParamUidListList
repeated uint32 param_uid_list = 7;- Returns:
- A list containing the paramUidList.
-
getParamUidListCount
int getParamUidListCount()repeated uint32 param_uid_list = 7;- Returns:
- The count of paramUidList.
-
getParamUidList
int getParamUidList(int index) repeated uint32 param_uid_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The paramUidList at the given index.
-