Package emu.grasscutter.net.proto
Interface SealBattleBeginNotifyOuterClass.SealBattleBeginNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SealBattleBeginNotifyOuterClass.SealBattleBeginNotify,SealBattleBeginNotifyOuterClass.SealBattleBeginNotify.Builder
- Enclosing class:
- SealBattleBeginNotifyOuterClass
public static interface SealBattleBeginNotifyOuterClass.SealBattleBeginNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.SealBattleType battle_type = 10;int.SealBattleType battle_type = 10;intuint32 seal_entity_id = 7;intuint32 seal_max_progress = 13;intuint32 seal_radius = 5;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
-
getBattleTypeValue
int getBattleTypeValue().SealBattleType battle_type = 10;- Returns:
- The enum numeric value on the wire for battleType.
-
getBattleType
SealBattleTypeOuterClass.SealBattleType getBattleType().SealBattleType battle_type = 10;- Returns:
- The battleType.
-
getSealEntityId
int getSealEntityId()uint32 seal_entity_id = 7;- Returns:
- The sealEntityId.
-
getSealMaxProgress
int getSealMaxProgress()uint32 seal_max_progress = 13;- Returns:
- The sealMaxProgress.
-
getSealRadius
int getSealRadius()uint32 seal_radius = 5;- Returns:
- The sealRadius.
-