Package emu.grasscutter.net.proto
Interface MarkEntityInMinMapNotifyOuterClass.MarkEntityInMinMapNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkEntityInMinMapNotifyOuterClass.MarkEntityInMinMapNotify,MarkEntityInMinMapNotifyOuterClass.MarkEntityInMinMapNotify.Builder
- Enclosing class:
- MarkEntityInMinMapNotifyOuterClass
public static interface MarkEntityInMinMapNotifyOuterClass.MarkEntityInMinMapNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 3;intuint32 monster_id = 14;.Vector position = 4;.Vector position = 4;boolean.Vector position = 4;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
-
hasPosition
boolean hasPosition().Vector position = 4;- Returns:
- Whether the position field is set.
-
getPosition
VectorOuterClass.Vector getPosition().Vector position = 4;- Returns:
- The position.
-
getPositionOrBuilder
VectorOuterClass.VectorOrBuilder getPositionOrBuilder().Vector position = 4; -
getEntityId
int getEntityId()uint32 entity_id = 3;- Returns:
- The entityId.
-
getMonsterId
int getMonsterId()uint32 monster_id = 14;- Returns:
- The monsterId.
-