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 = 5;intrepeated .ObstacleInfo add_obstacles = 5;repeated .ObstacleInfo add_obstacles = 5;getAddObstaclesOrBuilder(int index) repeated .ObstacleInfo add_obstacles = 5;List<? extends ObstacleInfoOuterClass.ObstacleInfoOrBuilder>repeated .ObstacleInfo add_obstacles = 5;intgetRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 2;intrepeated int32 remove_obstacle_ids = 2;repeated int32 remove_obstacle_ids = 2;intuint32 scene_id = 8;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<ObstacleInfoOuterClass.ObstacleInfo> getAddObstaclesList()repeated .ObstacleInfo add_obstacles = 5; -
getAddObstacles
repeated .ObstacleInfo add_obstacles = 5; -
getAddObstaclesCount
int getAddObstaclesCount()repeated .ObstacleInfo add_obstacles = 5; -
getAddObstaclesOrBuilderList
List<? extends ObstacleInfoOuterClass.ObstacleInfoOrBuilder> getAddObstaclesOrBuilderList()repeated .ObstacleInfo add_obstacles = 5; -
getAddObstaclesOrBuilder
repeated .ObstacleInfo add_obstacles = 5; -
getSceneId
int getSceneId()uint32 scene_id = 8;- Returns:
- The sceneId.
-
getRemoveObstacleIdsList
repeated int32 remove_obstacle_ids = 2;- Returns:
- A list containing the removeObstacleIds.
-
getRemoveObstacleIdsCount
int getRemoveObstacleIdsCount()repeated int32 remove_obstacle_ids = 2;- Returns:
- The count of removeObstacleIds.
-
getRemoveObstacleIds
int getRemoveObstacleIds(int index) repeated int32 remove_obstacle_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The removeObstacleIds at the given index.
-