Package emu.grasscutter.net.proto
Interface GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupLinkBundleOuterClass.GroupLinkBundle,GroupLinkBundleOuterClass.GroupLinkBundle.Builder
- Enclosing class:
- GroupLinkBundleOuterClass
public static interface GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 bundle_id = 1;.Vector center = 12;.Vector center = 12;booleanbool is_activated = 10;booleanbool is_show_mark = 11;intuint32 radius = 4;intuint32 scene_id = 2;boolean.Vector center = 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
-
getBundleId
int getBundleId()uint32 bundle_id = 1;- Returns:
- The bundleId.
-
hasCenter
boolean hasCenter().Vector center = 12;- Returns:
- Whether the center field is set.
-
getCenter
VectorOuterClass.Vector getCenter().Vector center = 12;- Returns:
- The center.
-
getCenterOrBuilder
VectorOuterClass.VectorOrBuilder getCenterOrBuilder().Vector center = 12; -
getIsShowMark
boolean getIsShowMark()bool is_show_mark = 11;- Returns:
- The isShowMark.
-
getSceneId
int getSceneId()uint32 scene_id = 2;- Returns:
- The sceneId.
-
getIsActivated
boolean getIsActivated()bool is_activated = 10;- Returns:
- The isActivated.
-
getRadius
int getRadius()uint32 radius = 4;- Returns:
- The radius.
-