Package emu.grasscutter.net.proto
Interface SceneGalleryBounceConjuringInfoOuterClass.SceneGalleryBounceConjuringInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryBounceConjuringInfoOuterClass.SceneGalleryBounceConjuringInfo,SceneGalleryBounceConjuringInfoOuterClass.SceneGalleryBounceConjuringInfo.Builder
- Enclosing class:
- SceneGalleryBounceConjuringInfoOuterClass
public static interface SceneGalleryBounceConjuringInfoOuterClass.SceneGalleryBounceConjuringInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 total_destroyed_machine_count = 12;intuint32 total_score = 4;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
-
getTotalScore
int getTotalScore()uint32 total_score = 4;- Returns:
- The totalScore.
-
getTotalDestroyedMachineCount
int getTotalDestroyedMachineCount()uint32 total_destroyed_machine_count = 12;- Returns:
- The totalDestroyedMachineCount.
-