Package emu.grasscutter.net.proto
Interface WorktopOptionNotifyOuterClass.WorktopOptionNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorktopOptionNotifyOuterClass.WorktopOptionNotify,WorktopOptionNotifyOuterClass.WorktopOptionNotify.Builder
- Enclosing class:
- WorktopOptionNotifyOuterClass
public static interface WorktopOptionNotifyOuterClass.WorktopOptionNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 14;intgetOptionList(int index) repeated uint32 option_list = 5;intrepeated uint32 option_list = 5;repeated uint32 option_list = 5;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
-
getOptionListList
repeated uint32 option_list = 5;- Returns:
- A list containing the optionList.
-
getOptionListCount
int getOptionListCount()repeated uint32 option_list = 5;- Returns:
- The count of optionList.
-
getOptionList
int getOptionList(int index) repeated uint32 option_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The optionList at the given index.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 14;- Returns:
- The gadgetEntityId.
-