Package emu.grasscutter.net.proto
Interface ObstacleModifyNotifyOuterClass.ObstacleModifyNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObstacleModifyNotifyOuterClass.ObstacleModifyNotify,ObstacleModifyNotifyOuterClass.ObstacleModifyNotify.Builder
- Enclosing class:
- ObstacleModifyNotifyOuterClass
public static interface ObstacleModifyNotifyOuterClass.ObstacleModifyNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAddObstacles(int index) repeated .ObstacleInfo add_obstacles = 15;intrepeated .ObstacleInfo add_obstacles = 15;repeated .ObstacleInfo add_obstacles = 15;getAddObstaclesOrBuilder(int index) repeated .ObstacleInfo add_obstacles = 15;List<? extends ObstacleInfoOuterClass.ObstacleInfoOrBuilder>repeated .ObstacleInfo add_obstacles = 15;intgetRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 7;intrepeated int32 remove_obstacle_ids = 7;repeated int32 remove_obstacle_ids = 7;intuint32 scene_id = 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
-
getRemoveObstacleIdsList
repeated int32 remove_obstacle_ids = 7;- Returns:
- A list containing the removeObstacleIds.
-
getRemoveObstacleIdsCount
int getRemoveObstacleIdsCount()repeated int32 remove_obstacle_ids = 7;- Returns:
- The count of removeObstacleIds.
-
getRemoveObstacleIds
int getRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 7;- Parameters:
index- The index of the element to return.- Returns:
- The removeObstacleIds at the given index.
-
getAddObstaclesList
List<ObstacleInfoOuterClass.ObstacleInfo> getAddObstaclesList()repeated .ObstacleInfo add_obstacles = 15; -
getAddObstacles
repeated .ObstacleInfo add_obstacles = 15; -
getAddObstaclesCount
int getAddObstaclesCount()repeated .ObstacleInfo add_obstacles = 15; -
getAddObstaclesOrBuilderList
List<? extends ObstacleInfoOuterClass.ObstacleInfoOrBuilder> getAddObstaclesOrBuilderList()repeated .ObstacleInfo add_obstacles = 15; -
getAddObstaclesOrBuilder
repeated .ObstacleInfo add_obstacles = 15; -
getSceneId
int getSceneId()uint32 scene_id = 12;- Returns:
- The sceneId.
-