Package emu.grasscutter.net.proto
Interface GameplayRecommendationElementReliquaryRequestOuterClass.GameplayRecommendationElementReliquaryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GameplayRecommendationElementReliquaryRequestOuterClass.GameplayRecommendationElementReliquaryRequest,GameplayRecommendationElementReliquaryRequestOuterClass.GameplayRecommendationElementReliquaryRequest.Builder
- Enclosing class:
- GameplayRecommendationElementReliquaryRequestOuterClass
public static interface GameplayRecommendationElementReliquaryRequestOuterClass.GameplayRecommendationElementReliquaryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 element_type = 9;intuint32 equip_type = 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
-
getElementType
int getElementType()uint32 element_type = 9;- Returns:
- The elementType.
-
getEquipType
int getEquipType()uint32 equip_type = 11;- Returns:
- The equipType.
-