Package emu.grasscutter.net.proto
Interface PlantFlowerEditFlowerCombinationReqOuterClass.PlantFlowerEditFlowerCombinationReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlantFlowerEditFlowerCombinationReqOuterClass.PlantFlowerEditFlowerCombinationReq,PlantFlowerEditFlowerCombinationReqOuterClass.PlantFlowerEditFlowerCombinationReq.Builder
- Enclosing class:
- PlantFlowerEditFlowerCombinationReqOuterClass
public static interface PlantFlowerEditFlowerCombinationReqOuterClass.PlantFlowerEditFlowerCombinationReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 3;.CustomGadgetTreeInfo flower_combination_info = 8;.CustomGadgetTreeInfo flower_combination_info = 8;intuint32 schedule_id = 12;boolean.CustomGadgetTreeInfo flower_combination_info = 8;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
-
getEntityId
int getEntityId()uint32 entity_id = 3;- Returns:
- The entityId.
-
hasFlowerCombinationInfo
boolean hasFlowerCombinationInfo().CustomGadgetTreeInfo flower_combination_info = 8;- Returns:
- Whether the flowerCombinationInfo field is set.
-
getFlowerCombinationInfo
CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfo getFlowerCombinationInfo().CustomGadgetTreeInfo flower_combination_info = 8;- Returns:
- The flowerCombinationInfo.
-
getFlowerCombinationInfoOrBuilder
CustomGadgetTreeInfoOuterClass.CustomGadgetTreeInfoOrBuilder getFlowerCombinationInfoOrBuilder().CustomGadgetTreeInfo flower_combination_info = 8; -
getScheduleId
int getScheduleId()uint32 schedule_id = 12;- Returns:
- The scheduleId.
-