Package emu.grasscutter.net.proto
Interface GadgetStateNotifyOuterClass.GadgetStateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetStateNotifyOuterClass.GadgetStateNotify,GadgetStateNotifyOuterClass.GadgetStateNotify.Builder
- Enclosing class:
- GadgetStateNotifyOuterClass
public static interface GadgetStateNotifyOuterClass.GadgetStateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 8;intuint32 gadget_state = 15;booleanbool is_enable_interact = 6;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
-
getGadgetState
int getGadgetState()uint32 gadget_state = 15;- Returns:
- The gadgetState.
-
getIsEnableInteract
boolean getIsEnableInteract()bool is_enable_interact = 6;- Returns:
- The isEnableInteract.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 8;- Returns:
- The gadgetEntityId.
-