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 ALLPEAAMOLB = 3;intuint32 JGDLMEEEBIM = 10;.Vector seed_pos = 8;.Vector seed_pos = 8;boolean.Vector seed_pos = 8;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
-
hasSeedPos
boolean hasSeedPos().Vector seed_pos = 8;- Returns:
- Whether the seedPos field is set.
-
getSeedPos
VectorOuterClass.Vector getSeedPos().Vector seed_pos = 8;- Returns:
- The seedPos.
-
getSeedPosOrBuilder
VectorOuterClass.VectorOrBuilder getSeedPosOrBuilder().Vector seed_pos = 8; -
getJGDLMEEEBIM
int getJGDLMEEEBIM()uint32 JGDLMEEEBIM = 10;- Returns:
- The jGDLMEEEBIM.
-
getALLPEAAMOLB
int getALLPEAAMOLB()uint32 ALLPEAAMOLB = 3;- Returns:
- The aLLPEAAMOLB.
-