Package emu.grasscutter.net.proto
Interface WindSeedType1NotifyOuterClass.WindSeedType1NotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WindSeedType1NotifyOuterClass.WindSeedType1Notify,WindSeedType1NotifyOuterClass.WindSeedType1Notify.Builder
- Enclosing class:
- WindSeedType1NotifyOuterClass
public static interface WindSeedType1NotifyOuterClass.WindSeedType1NotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 7;com.google.protobuf.ByteStringbytes payload = 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
-
getPayload
com.google.protobuf.ByteString getPayload()bytes payload = 12;- Returns:
- The payload.
-
getConfigId
int getConfigId()uint32 config_id = 7;- Returns:
- The configId.
-