Package emu.grasscutter.net.proto
Interface PlatformInfoOuterClass.PlatformInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlatformInfoOuterClass.PlatformInfo,PlatformInfoOuterClass.PlatformInfo.Builder
- Enclosing class:
- PlatformInfoOuterClass
public static interface PlatformInfoOuterClass.PlatformInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_active = 14;booleanbool is_started = 8;.MovingPlatformType moving_platform_type = 13;int.MovingPlatformType moving_platform_type = 13;intuint32 point_id = 16;PGNBBMEBGIOPGNBBMEBGIODFEPLBHBKHGDFEPLBHBKHGgetRoute().Route route = 15;intuint32 route_id = 1;.Route route = 15;intint32 start_index = 2;PMCHNNEAMCOPMCHNNEAMCOPFJLOCMMIDOPFJLOCMMIDOintMGFMDFCMKDHintCOKDLJOELILintLJKOGHEMFPAbooleanPGNBBMEBGIObooleanDFEPLBHBKHGbooleanhasRoute().Route route = 15;booleanPMCHNNEAMCObooleanPFJLOCMMIDOMethods 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
-
getRouteId
int getRouteId()uint32 route_id = 1;- Returns:
- The routeId.
-
getStartIndex
int getStartIndex()int32 start_index = 2;- Returns:
- The startIndex.
-
getStartRouteTime
int getStartRouteTime()MGFMDFCMKDH
uint32 start_route_time = 3;- Returns:
- The startRouteTime.
-
getStartSceneTime
int getStartSceneTime()COKDLJOELIL
uint32 start_scene_time = 4;- Returns:
- The startSceneTime.
-
hasStartPos
boolean hasStartPos()PMCHNNEAMCO
.Vector start_pos = 7;- Returns:
- Whether the startPos field is set.
-
getStartPos
VectorOuterClass.Vector getStartPos()PMCHNNEAMCO
.Vector start_pos = 7;- Returns:
- The startPos.
-
getStartPosOrBuilder
VectorOuterClass.VectorOrBuilder getStartPosOrBuilder()PMCHNNEAMCO
.Vector start_pos = 7; -
getIsStarted
boolean getIsStarted()bool is_started = 8;- Returns:
- The isStarted.
-
hasStartRot
boolean hasStartRot()PFJLOCMMIDO
.MathQuaternion start_rot = 9;- Returns:
- Whether the startRot field is set.
-
getStartRot
MathQuaternionOuterClass.MathQuaternion getStartRot()PFJLOCMMIDO
.MathQuaternion start_rot = 9;- Returns:
- The startRot.
-
getStartRotOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getStartRotOrBuilder()PFJLOCMMIDO
.MathQuaternion start_rot = 9; -
getStopSceneTime
int getStopSceneTime()LJKOGHEMFPA
uint32 stop_scene_time = 10;- Returns:
- The stopSceneTime.
-
hasPosOffset
boolean hasPosOffset()PGNBBMEBGIO
.Vector pos_offset = 11;- Returns:
- Whether the posOffset field is set.
-
getPosOffset
VectorOuterClass.Vector getPosOffset()PGNBBMEBGIO
.Vector pos_offset = 11;- Returns:
- The posOffset.
-
getPosOffsetOrBuilder
VectorOuterClass.VectorOrBuilder getPosOffsetOrBuilder()PGNBBMEBGIO
.Vector pos_offset = 11; -
hasRotOffset
boolean hasRotOffset()DFEPLBHBKHG
.MathQuaternion rot_offset = 12;- Returns:
- Whether the rotOffset field is set.
-
getRotOffset
MathQuaternionOuterClass.MathQuaternion getRotOffset()DFEPLBHBKHG
.MathQuaternion rot_offset = 12;- Returns:
- The rotOffset.
-
getRotOffsetOrBuilder
MathQuaternionOuterClass.MathQuaternionOrBuilder getRotOffsetOrBuilder()DFEPLBHBKHG
.MathQuaternion rot_offset = 12; -
getMovingPlatformTypeValue
int getMovingPlatformTypeValue().MovingPlatformType moving_platform_type = 13;- Returns:
- The enum numeric value on the wire for movingPlatformType.
-
getMovingPlatformType
MovingPlatformTypeOuterClass.MovingPlatformType getMovingPlatformType().MovingPlatformType moving_platform_type = 13;- Returns:
- The movingPlatformType.
-
getIsActive
boolean getIsActive()bool is_active = 14;- Returns:
- The isActive.
-
hasRoute
boolean hasRoute().Route route = 15;- Returns:
- Whether the route field is set.
-
getRoute
RouteOuterClass.Route getRoute().Route route = 15;- Returns:
- The route.
-
getRouteOrBuilder
RouteOuterClass.RouteOrBuilder getRouteOrBuilder().Route route = 15; -
getPointId
int getPointId()uint32 point_id = 16;- Returns:
- The pointId.
-