Package emu.grasscutter.net.proto
Interface SeaLampV3DetailInfoOuterClass.SeaLampV3DetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeaLampV3DetailInfoOuterClass.SeaLampV3DetailInfo,SeaLampV3DetailInfoOuterClass.SeaLampV3DetailInfo.Builder
- Enclosing class:
- SeaLampV3DetailInfoOuterClass
public static interface SeaLampV3DetailInfoOuterClass.SeaLampV3DetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.SeaLampV3CampInfo camp_info = 2;.SeaLampV3CampInfo camp_info = 2;.SeaLampV3RaceInfo race_info = 3;.SeaLampV3RaceInfo race_info = 3;.SeaLampV3ShadowInfo shadow_info = 14;.SeaLampV3ShadowInfo shadow_info = 14;boolean.SeaLampV3CampInfo camp_info = 2;boolean.SeaLampV3RaceInfo race_info = 3;boolean.SeaLampV3ShadowInfo shadow_info = 14;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
-
hasShadowInfo
boolean hasShadowInfo().SeaLampV3ShadowInfo shadow_info = 14;- Returns:
- Whether the shadowInfo field is set.
-
getShadowInfo
SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfo getShadowInfo().SeaLampV3ShadowInfo shadow_info = 14;- Returns:
- The shadowInfo.
-
getShadowInfoOrBuilder
SeaLampV3ShadowInfoOuterClass.SeaLampV3ShadowInfoOrBuilder getShadowInfoOrBuilder().SeaLampV3ShadowInfo shadow_info = 14; -
hasRaceInfo
boolean hasRaceInfo().SeaLampV3RaceInfo race_info = 3;- Returns:
- Whether the raceInfo field is set.
-
getRaceInfo
SeaLampV3RaceInfoOuterClass.SeaLampV3RaceInfo getRaceInfo().SeaLampV3RaceInfo race_info = 3;- Returns:
- The raceInfo.
-
getRaceInfoOrBuilder
SeaLampV3RaceInfoOuterClass.SeaLampV3RaceInfoOrBuilder getRaceInfoOrBuilder().SeaLampV3RaceInfo race_info = 3; -
hasCampInfo
boolean hasCampInfo().SeaLampV3CampInfo camp_info = 2;- Returns:
- Whether the campInfo field is set.
-
getCampInfo
SeaLampV3CampInfoOuterClass.SeaLampV3CampInfo getCampInfo().SeaLampV3CampInfo camp_info = 2;- Returns:
- The campInfo.
-
getCampInfoOrBuilder
SeaLampV3CampInfoOuterClass.SeaLampV3CampInfoOrBuilder getCampInfoOrBuilder().SeaLampV3CampInfo camp_info = 2;
-