Package emu.grasscutter.net.proto
Interface DeathZoneInfoNotifyOuterClass.DeathZoneInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeathZoneInfoNotifyOuterClass.DeathZoneInfoNotify,DeathZoneInfoNotifyOuterClass.DeathZoneInfoNotify.Builder
- Enclosing class:
- DeathZoneInfoNotifyOuterClass
public static interface DeathZoneInfoNotifyOuterClass.DeathZoneInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeathZoneInfoList(int index) repeated .DeathZoneInfo death_zone_info_list = 15;intrepeated .DeathZoneInfo death_zone_info_list = 15;repeated .DeathZoneInfo death_zone_info_list = 15;getDeathZoneInfoListOrBuilder(int index) repeated .DeathZoneInfo death_zone_info_list = 15;repeated .DeathZoneInfo death_zone_info_list = 15;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
-
getDeathZoneInfoListList
List<DeathZoneInfoOuterClass.DeathZoneInfo> getDeathZoneInfoListList()repeated .DeathZoneInfo death_zone_info_list = 15; -
getDeathZoneInfoList
repeated .DeathZoneInfo death_zone_info_list = 15; -
getDeathZoneInfoListCount
int getDeathZoneInfoListCount()repeated .DeathZoneInfo death_zone_info_list = 15; -
getDeathZoneInfoListOrBuilderList
List<? extends DeathZoneInfoOuterClass.DeathZoneInfoOrBuilder> getDeathZoneInfoListOrBuilderList()repeated .DeathZoneInfo death_zone_info_list = 15; -
getDeathZoneInfoListOrBuilder
repeated .DeathZoneInfo death_zone_info_list = 15;
-