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