Package emu.grasscutter.net.proto
Interface LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LunaRiteHintPointOuterClass.LunaRiteHintPoint,LunaRiteHintPointOuterClass.LunaRiteHintPoint.Builder
- Enclosing class:
- LunaRiteHintPointOuterClass
public static interface LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder
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
-
getTypeValue
int getTypeValue().LunaRiteHintPointType type = 5;- Returns:
- The enum numeric value on the wire for type.
-
getType
.LunaRiteHintPointType type = 5;- Returns:
- The type.
-
getIndex
int getIndex()uint32 index = 1;- Returns:
- The index.
-
getAreaId
int getAreaId()uint32 area_id = 14;- Returns:
- The areaId.
-
hasPos
boolean hasPos().Vector pos = 10;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 10;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 10;
-