Package emu.grasscutter.net.proto
Interface GatherGadgetInfoOuterClass.GatherGadgetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatherGadgetInfoOuterClass.GatherGadgetInfo,GatherGadgetInfoOuterClass.GatherGadgetInfo.Builder
- Enclosing class:
- GatherGadgetInfoOuterClass
public static interface GatherGadgetInfoOuterClass.GatherGadgetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_forbid_guest = 2;intuint32 item_id = 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
-
getItemId
int getItemId()uint32 item_id = 1;- Returns:
- The itemId.
-
getIsForbidGuest
boolean getIsForbidGuest()bool is_forbid_guest = 2;- Returns:
- The isForbidGuest.
-