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 = 4;.WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;.WindSeedClientNotify.AreaNotify area_notify = 12;.WindSeedClientNotify.AreaNotify area_notify = 12;.WindSeedClientNotify.RefreshNotify refresh_notify = 13;.WindSeedClientNotify.RefreshNotify refresh_notify = 13;boolean.WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;boolean.WindSeedClientNotify.AreaNotify area_notify = 12;boolean.WindSeedClientNotify.RefreshNotify refresh_notify = 13;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 = 13;- Returns:
- Whether the refreshNotify field is set.
-
getRefreshNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotify getRefreshNotify().WindSeedClientNotify.RefreshNotify refresh_notify = 13;- Returns:
- The refreshNotify.
-
getRefreshNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.RefreshNotifyOrBuilder getRefreshNotifyOrBuilder().WindSeedClientNotify.RefreshNotify refresh_notify = 13; -
hasAddWindBulletNotify
boolean hasAddWindBulletNotify().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;- Returns:
- Whether the addWindBulletNotify field is set.
-
getAddWindBulletNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotify getAddWindBulletNotify().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4;- Returns:
- The addWindBulletNotify.
-
getAddWindBulletNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotifyOrBuilder getAddWindBulletNotifyOrBuilder().WindSeedClientNotify.AddWindBulletNotify add_wind_bullet_notify = 4; -
hasAreaNotify
boolean hasAreaNotify().WindSeedClientNotify.AreaNotify area_notify = 12;- Returns:
- Whether the areaNotify field is set.
-
getAreaNotify
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotify getAreaNotify().WindSeedClientNotify.AreaNotify area_notify = 12;- Returns:
- The areaNotify.
-
getAreaNotifyOrBuilder
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AreaNotifyOrBuilder getAreaNotifyOrBuilder().WindSeedClientNotify.AreaNotify area_notify = 12; -
getNotifyCase
WindSeedClientNotifyOuterClass.WindSeedClientNotify.NotifyCase getNotifyCase()
-