Package emu.grasscutter.net.proto
Interface AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotify,AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotify.Builder
- Enclosing class:
- AddRandTaskInfoNotifyOuterClass
public static interface AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getRandTaskId
int getRandTaskId()uint32 rand_task_id = 7;- Returns:
- The randTaskId.
-
hasPos
boolean hasPos().Vector pos = 2;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 2;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 2;
-