Package emu.grasscutter.net.proto
Interface WorktopInfoOuterClass.WorktopInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorktopInfoOuterClass.WorktopInfo,WorktopInfoOuterClass.WorktopInfo.Builder
- Enclosing class:
- WorktopInfoOuterClass
public static interface WorktopInfoOuterClass.WorktopInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_guest_can_operate = 2;intgetOptionList(int index) repeated uint32 option_list = 1;intrepeated uint32 option_list = 1;repeated uint32 option_list = 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
-
getOptionListList
repeated uint32 option_list = 1;- Returns:
- A list containing the optionList.
-
getOptionListCount
int getOptionListCount()repeated uint32 option_list = 1;- Returns:
- The count of optionList.
-
getOptionList
int getOptionList(int index) repeated uint32 option_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The optionList at the given index.
-
getIsGuestCanOperate
boolean getIsGuestCanOperate()bool is_guest_can_operate = 2;- Returns:
- The isGuestCanOperate.
-