Package emu.grasscutter.net.proto
Interface NightCrowGadgetObservationMatchReqOuterClass.NightCrowGadgetObservationMatchReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NightCrowGadgetObservationMatchReqOuterClass.NightCrowGadgetObservationMatchReq,NightCrowGadgetObservationMatchReqOuterClass.NightCrowGadgetObservationMatchReq.Builder
- Enclosing class:
- NightCrowGadgetObservationMatchReqOuterClass
public static interface NightCrowGadgetObservationMatchReqOuterClass.NightCrowGadgetObservationMatchReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 7;intuint32 target_gadget_state = 1;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 = 7;- Returns:
- The gadgetEntityId.
-
getTargetGadgetState
int getTargetGadgetState()uint32 target_gadget_state = 1;- Returns:
- The targetGadgetState.
-