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 = 1;int.VisionType appear_type = 1;getEntityList(int index) repeated .SceneEntityInfo entity_list = 15;intrepeated .SceneEntityInfo entity_list = 15;repeated .SceneEntityInfo entity_list = 15;getEntityListOrBuilder(int index) repeated .SceneEntityInfo entity_list = 15;repeated .SceneEntityInfo entity_list = 15;intgetParam()uint32 param = 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
-
getEntityListList
List<SceneEntityInfoOuterClass.SceneEntityInfo> getEntityListList()repeated .SceneEntityInfo entity_list = 15; -
getEntityList
repeated .SceneEntityInfo entity_list = 15; -
getEntityListCount
int getEntityListCount()repeated .SceneEntityInfo entity_list = 15; -
getEntityListOrBuilderList
List<? extends SceneEntityInfoOuterClass.SceneEntityInfoOrBuilder> getEntityListOrBuilderList()repeated .SceneEntityInfo entity_list = 15; -
getEntityListOrBuilder
repeated .SceneEntityInfo entity_list = 15; -
getAppearTypeValue
int getAppearTypeValue().VisionType appear_type = 1;- Returns:
- The enum numeric value on the wire for appearType.
-
getAppearType
VisionTypeOuterClass.VisionType getAppearType().VisionType appear_type = 1;- Returns:
- The appearType.
-
getParam
int getParam()uint32 param = 7;- Returns:
- The param.
-