Package emu.grasscutter.net.proto
Interface GadgetTalkChangeNotifyOuterClass.GadgetTalkChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetTalkChangeNotifyOuterClass.GadgetTalkChangeNotify,GadgetTalkChangeNotifyOuterClass.GadgetTalkChangeNotify.Builder
- Enclosing class:
- GadgetTalkChangeNotifyOuterClass
public static interface GadgetTalkChangeNotifyOuterClass.GadgetTalkChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_gadget_talk_state = 12;intuint32 gadget_entity_id = 13;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
-
getCurGadgetTalkState
int getCurGadgetTalkState()uint32 cur_gadget_talk_state = 12;- Returns:
- The curGadgetTalkState.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 13;- Returns:
- The gadgetEntityId.
-