Package emu.grasscutter.net.proto
Interface CreateGadgetInfoOuterClass.CreateGadgetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateGadgetInfoOuterClass.CreateGadgetInfo,CreateGadgetInfoOuterClass.CreateGadgetInfo.Builder
- Enclosing class:
- CreateGadgetInfoOuterClass
public static interface CreateGadgetInfoOuterClass.CreateGadgetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getBornTypeValue
int getBornTypeValue().GadgetBornType born_type = 1;- Returns:
- The enum numeric value on the wire for bornType.
-
getBornType
GadgetBornTypeOuterClass.GadgetBornType getBornType().GadgetBornType born_type = 1;- Returns:
- The bornType.
-
hasChest
boolean hasChest().CreateGadgetInfo.Chest chest = 2;- Returns:
- Whether the chest field is set.
-
getChest
.CreateGadgetInfo.Chest chest = 2;- Returns:
- The chest.
-
getChestOrBuilder
CreateGadgetInfoOuterClass.CreateGadgetInfo.ChestOrBuilder getChestOrBuilder().CreateGadgetInfo.Chest chest = 2;
-