Package emu.grasscutter.net.proto
Interface HomeUpdateScenePointFishFarmingInfoReqOuterClass.HomeUpdateScenePointFishFarmingInfoReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeUpdateScenePointFishFarmingInfoReqOuterClass.HomeUpdateScenePointFishFarmingInfoReq,HomeUpdateScenePointFishFarmingInfoReqOuterClass.HomeUpdateScenePointFishFarmingInfoReq.Builder
- Enclosing class:
- HomeUpdateScenePointFishFarmingInfoReqOuterClass
public static interface HomeUpdateScenePointFishFarmingInfoReqOuterClass.HomeUpdateScenePointFishFarmingInfoReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.HomeScenePointFishFarmingInfo fish_farming_info = 2;.HomeScenePointFishFarmingInfo fish_farming_info = 2;boolean.HomeScenePointFishFarmingInfo fish_farming_info = 2;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
-
hasFishFarmingInfo
boolean hasFishFarmingInfo().HomeScenePointFishFarmingInfo fish_farming_info = 2;- Returns:
- Whether the fishFarmingInfo field is set.
-
getFishFarmingInfo
HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfo getFishFarmingInfo().HomeScenePointFishFarmingInfo fish_farming_info = 2;- Returns:
- The fishFarmingInfo.
-
getFishFarmingInfoOrBuilder
HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder getFishFarmingInfoOrBuilder().HomeScenePointFishFarmingInfo fish_farming_info = 2;
-