Package emu.grasscutter.net.proto
Interface DynamicSVONodeOuterClass.DynamicSVONodeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicSVONodeOuterClass.DynamicSVONode,DynamicSVONodeOuterClass.DynamicSVONode.Builder
- Enclosing class:
- DynamicSVONodeOuterClass
public static interface DynamicSVONodeOuterClass.DynamicSVONodeOrBuilder
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
-
getArea
int getArea()int32 area = 3;- Returns:
- The area.
-
hasReferPos
boolean hasReferPos().Vector refer_pos = 15;- Returns:
- Whether the referPos field is set.
-
getReferPos
VectorOuterClass.Vector getReferPos().Vector refer_pos = 15;- Returns:
- The referPos.
-
getReferPosOrBuilder
VectorOuterClass.VectorOrBuilder getReferPosOrBuilder().Vector refer_pos = 15; -
getIndex
long getIndex()int64 index = 2;- Returns:
- The index.
-