Package emu.grasscutter.net.proto
Interface WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotify,WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotify.Builder
- Enclosing class:
- WindSeedClientNotifyOuterClass.WindSeedClientNotify
public static interface WindSeedClientNotifyOuterClass.WindSeedClientNotify.AddWindBulletNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 EAIILHENDGN = 13;intuint32 ICPHHBKENBN = 12;.Vector seed_pos = 7;.Vector seed_pos = 7;boolean.Vector seed_pos = 7;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
-
getICPHHBKENBN
int getICPHHBKENBN()uint32 ICPHHBKENBN = 12;- Returns:
- The iCPHHBKENBN.
-
getEAIILHENDGN
int getEAIILHENDGN()uint32 EAIILHENDGN = 13;- Returns:
- The eAIILHENDGN.
-
hasSeedPos
boolean hasSeedPos().Vector seed_pos = 7;- Returns:
- Whether the seedPos field is set.
-
getSeedPos
VectorOuterClass.Vector getSeedPos().Vector seed_pos = 7;- Returns:
- The seedPos.
-
getSeedPosOrBuilder
VectorOuterClass.VectorOrBuilder getSeedPosOrBuilder().Vector seed_pos = 7;
-