Package emu.grasscutter.net.proto
Interface SceneEntityAppearNotifyOuterClass.SceneEntityAppearNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneEntityAppearNotifyOuterClass.SceneEntityAppearNotify,SceneEntityAppearNotifyOuterClass.SceneEntityAppearNotify.Builder
- Enclosing class:
- SceneEntityAppearNotifyOuterClass
public static interface SceneEntityAppearNotifyOuterClass.SceneEntityAppearNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.VisionType appear_type = 5;int.VisionType appear_type = 5;getEntityList(int index) repeated .SceneEntityInfo entity_list = 14;intrepeated .SceneEntityInfo entity_list = 14;repeated .SceneEntityInfo entity_list = 14;getEntityListOrBuilder(int index) repeated .SceneEntityInfo entity_list = 14;repeated .SceneEntityInfo entity_list = 14;intgetParam()uint32 param = 9;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
-
getEntityListList
List<SceneEntityInfoOuterClass.SceneEntityInfo> getEntityListList()repeated .SceneEntityInfo entity_list = 14; -
getEntityList
repeated .SceneEntityInfo entity_list = 14; -
getEntityListCount
int getEntityListCount()repeated .SceneEntityInfo entity_list = 14; -
getEntityListOrBuilderList
List<? extends SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder> getEntityListOrBuilderList()repeated .SceneEntityInfo entity_list = 14; -
getEntityListOrBuilder
repeated .SceneEntityInfo entity_list = 14; -
getParam
int getParam()uint32 param = 9;- Returns:
- The param.
-
getAppearTypeValue
int getAppearTypeValue().VisionType appear_type = 5;- Returns:
- The enum numeric value on the wire for appearType.
-
getAppearType
VisionTypeOuterClass.VisionType getAppearType().VisionType appear_type = 5;- Returns:
- The appearType.
-