Package emu.grasscutter.net.proto
Interface GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReq,GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReq.Builder
- Enclosing class:
- GadgetChangeLevelTagReqOuterClass
public static interface GadgetChangeLevelTagReqOuterClass.GadgetChangeLevelTagReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.CustomGadgetTreeInfo combination_info = 7;.CustomGadgetTreeInfo combination_info = 7;intuint32 gadget_entity_id = 14;intuint32 level_tag_id = 6;boolean.CustomGadgetTreeInfo combination_info = 7;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
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 14;- Returns:
- The gadgetEntityId.
-
getLevelTagId
int getLevelTagId()uint32 level_tag_id = 6;- Returns:
- The levelTagId.
-
hasCombinationInfo
boolean hasCombinationInfo().CustomGadgetTreeInfo combination_info = 7;- Returns:
- Whether the combinationInfo field is set.
-
getCombinationInfo
CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo getCombinationInfo().CustomGadgetTreeInfo combination_info = 7;- Returns:
- The combinationInfo.
-
getCombinationInfoOrBuilder
CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder getCombinationInfoOrBuilder().CustomGadgetTreeInfo combination_info = 7;
-