Package emu.grasscutter.net.proto
Interface SealBattleEndNotifyOuterClass.SealBattleEndNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SealBattleEndNotifyOuterClass.SealBattleEndNotify,SealBattleEndNotifyOuterClass.SealBattleEndNotify.Builder
- Enclosing class:
- SealBattleEndNotifyOuterClass
public static interface SealBattleEndNotifyOuterClass.SealBattleEndNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetIsWin()bool is_win = 12;intuint32 seal_entity_id = 11;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
-
getSealEntityId
int getSealEntityId()uint32 seal_entity_id = 11;- Returns:
- The sealEntityId.
-
getIsWin
boolean getIsWin()bool is_win = 12;- Returns:
- The isWin.
-