Package emu.grasscutter.net.proto
Interface ToTheMoonObstaclesModifyNotifyOuterClass.ToTheMoonObstaclesModifyNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToTheMoonObstaclesModifyNotifyOuterClass.ToTheMoonObstaclesModifyNotify,ToTheMoonObstaclesModifyNotifyOuterClass.ToTheMoonObstaclesModifyNotify.Builder
- Enclosing class:
- ToTheMoonObstaclesModifyNotifyOuterClass
public static interface ToTheMoonObstaclesModifyNotifyOuterClass.ToTheMoonObstaclesModifyNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAddObstacles(int index) repeated .ToTheMoonObstacleInfo add_obstacles = 3;intrepeated .ToTheMoonObstacleInfo add_obstacles = 3;repeated .ToTheMoonObstacleInfo add_obstacles = 3;getAddObstaclesOrBuilder(int index) repeated .ToTheMoonObstacleInfo add_obstacles = 3;repeated .ToTheMoonObstacleInfo add_obstacles = 3;intgetRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 5;intrepeated int32 remove_obstacle_ids = 5;repeated int32 remove_obstacle_ids = 5;intuint32 scene_id = 4;booleanbool use_edge = 7;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
-
getAddObstaclesList
List<ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfo> getAddObstaclesList()repeated .ToTheMoonObstacleInfo add_obstacles = 3; -
getAddObstacles
repeated .ToTheMoonObstacleInfo add_obstacles = 3; -
getAddObstaclesCount
int getAddObstaclesCount()repeated .ToTheMoonObstacleInfo add_obstacles = 3; -
getAddObstaclesOrBuilderList
List<? extends ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfoOrBuilder> getAddObstaclesOrBuilderList()repeated .ToTheMoonObstacleInfo add_obstacles = 3; -
getAddObstaclesOrBuilder
repeated .ToTheMoonObstacleInfo add_obstacles = 3; -
getUseEdge
boolean getUseEdge()bool use_edge = 7;- Returns:
- The useEdge.
-
getSceneId
int getSceneId()uint32 scene_id = 4;- Returns:
- The sceneId.
-
getRemoveObstacleIdsList
repeated int32 remove_obstacle_ids = 5;- Returns:
- A list containing the removeObstacleIds.
-
getRemoveObstacleIdsCount
int getRemoveObstacleIdsCount()repeated int32 remove_obstacle_ids = 5;- Returns:
- The count of removeObstacleIds.
-
getRemoveObstacleIds
int getRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 5;- Parameters:
index- The index of the element to return.- Returns:
- The removeObstacleIds at the given index.
-