Package emu.grasscutter.net.proto
Interface InstableSprayLevelFinishNotifyOuterClass.InstableSprayLevelFinishNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstableSprayLevelFinishNotifyOuterClass.InstableSprayLevelFinishNotify,InstableSprayLevelFinishNotifyOuterClass.InstableSprayLevelFinishNotify.Builder
- Enclosing class:
- InstableSprayLevelFinishNotifyOuterClass
public static interface InstableSprayLevelFinishNotifyOuterClass.InstableSprayLevelFinishNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 level_id = 15;intgetRound()uint32 round = 2;intuint32 stage_id = 10;booleanbool Unk3300_AMEBAPIPLGL = 3;booleanbool Unk3300_DHKHBKLBIPA = 12;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
-
getRound
int getRound()uint32 round = 2;- Returns:
- The round.
-
getLevelId
int getLevelId()uint32 level_id = 15;- Returns:
- The levelId.
-
getUnk3300AMEBAPIPLGL
boolean getUnk3300AMEBAPIPLGL()bool Unk3300_AMEBAPIPLGL = 3;- Returns:
- The unk3300AMEBAPIPLGL.
-
getUnk3300DHKHBKLBIPA
boolean getUnk3300DHKHBKLBIPA()bool Unk3300_DHKHBKLBIPA = 12;- Returns:
- The unk3300DHKHBKLBIPA.
-
getStageId
int getStageId()uint32 stage_id = 10;- Returns:
- The stageId.
-