Package emu.grasscutter.net.proto
Interface SceneGalleryMuqadasPotionInfoOuterClass.SceneGalleryMuqadasPotionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryMuqadasPotionInfoOuterClass.SceneGalleryMuqadasPotionInfo,SceneGalleryMuqadasPotionInfoOuterClass.SceneGalleryMuqadasPotionInfo.Builder
- Enclosing class:
- SceneGalleryMuqadasPotionInfoOuterClass
public static interface SceneGalleryMuqadasPotionInfoOuterClass.SceneGalleryMuqadasPotionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 capture_weakness_count = 12;intgetScore()uint32 score = 1;intuint32 Unk3300_LKEICOLMPII = 10;intuint32 Unk3300_NHOLGGAFMPH = 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
-
getScore
int getScore()uint32 score = 1;- Returns:
- The score.
-
getUnk3300NHOLGGAFMPH
int getUnk3300NHOLGGAFMPH()uint32 Unk3300_NHOLGGAFMPH = 5;- Returns:
- The unk3300NHOLGGAFMPH.
-
getUnk3300LKEICOLMPII
int getUnk3300LKEICOLMPII()uint32 Unk3300_LKEICOLMPII = 10;- Returns:
- The unk3300LKEICOLMPII.
-
getCaptureWeaknessCount
int getCaptureWeaknessCount()uint32 capture_weakness_count = 12;- Returns:
- The captureWeaknessCount.
-