Package emu.grasscutter.net.proto
Interface ScenePlayOwnerInviteNotifyOuterClass.ScenePlayOwnerInviteNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayOwnerInviteNotifyOuterClass.ScenePlayOwnerInviteNotify,ScenePlayOwnerInviteNotifyOuterClass.ScenePlayOwnerInviteNotify.Builder
- Enclosing class:
- ScenePlayOwnerInviteNotifyOuterClass
public static interface ScenePlayOwnerInviteNotifyOuterClass.ScenePlayOwnerInviteNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 invite_cd = 12;booleanbool is_remain_reward = 14;intuint32 play_id = 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
-
getInviteCd
int getInviteCd()uint32 invite_cd = 12;- Returns:
- The inviteCd.
-
getPlayId
int getPlayId()uint32 play_id = 6;- Returns:
- The playId.
-
getIsRemainReward
boolean getIsRemainReward()bool is_remain_reward = 14;- Returns:
- The isRemainReward.
-