Package emu.grasscutter.net.proto
Interface WindSeedClientNotifyOuterClass.WindSeedClientNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WindSeedClientNotifyOuterClass.WindSeedClientNotify,WindSeedClientNotifyOuterClass.WindSeedClientNotify.Builder
- Enclosing class:
- WindSeedClientNotifyOuterClass
public static interface WindSeedClientNotifyOuterClass.WindSeedClientNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7;.WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7;.WindSeedClientNotify.AreaNotify area_notify = 5;.WindSeedClientNotify.AreaNotify area_notify = 5;.WindSeedClientNotify.RefreshNotify refresh_notify = 14;.WindSeedClientNotify.RefreshNotify refresh_notify = 14;boolean.WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7;boolean.WindSeedClientNotify.AreaNotify area_notify = 5;boolean.WindSeedClientNotify.RefreshNotify refresh_notify = 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
-
hasRefreshNotify
boolean hasRefreshNotify().WindSeedClientNotify.RefreshNotify refresh_notify = 14;- Returns:
- Whether the refreshNotify field is set.
-
getRefreshNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotify getRefreshNotify().WindSeedClientNotify.RefreshNotify refresh_notify = 14;- Returns:
- The refreshNotify.
-
getRefreshNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotifyOrBuilder getRefreshNotifyOrBuilder().WindSeedClientNotify.RefreshNotify refresh_notify = 14; -
hasAddWindBulletNotify
boolean hasAddWindBulletNotify().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7;- Returns:
- Whether the addWindBulletNotify field is set.
-
getAddWindBulletNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotify getAddWindBulletNotify().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7;- Returns:
- The addWindBulletNotify.
-
getAddWindBulletNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotifyOrBuilder getAddWindBulletNotifyOrBuilder().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 7; -
hasAreaNotify
boolean hasAreaNotify().WindSeedClientNotify.AreaNotify area_notify = 5;- Returns:
- Whether the areaNotify field is set.
-
getAreaNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify getAreaNotify().WindSeedClientNotify.AreaNotify area_notify = 5;- Returns:
- The areaNotify.
-
getAreaNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotifyOrBuilder getAreaNotifyOrBuilder().WindSeedClientNotify.AreaNotify area_notify = 5; -
getNotifyCase
WindSeedClientNotifyOuterClass.WindSeedClientNotify.NotifyCase getNotifyCase()
-