Package emu.grasscutter.net.proto
Interface RegionSearchChangeRegionNotifyOuterClass.RegionSearchChangeRegionNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionSearchChangeRegionNotifyOuterClass.RegionSearchChangeRegionNotify,RegionSearchChangeRegionNotifyOuterClass.RegionSearchChangeRegionNotify.Builder
- Enclosing class:
- RegionSearchChangeRegionNotifyOuterClass
public static interface RegionSearchChangeRegionNotifyOuterClass.RegionSearchChangeRegionNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvent().RegionSearchChangeRegionNotify.RegionEvent event = 11;int.RegionSearchChangeRegionNotify.RegionEvent event = 11;intuint32 region_id = 6;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
-
getRegionId
int getRegionId()uint32 region_id = 6;- Returns:
- The regionId.
-
getEventValue
int getEventValue().RegionSearchChangeRegionNotify.RegionEvent event = 11;- Returns:
- The enum numeric value on the wire for event.
-
getEvent
.RegionSearchChangeRegionNotify.RegionEvent event = 11;- Returns:
- The event.
-