Package emu.grasscutter.net.proto
Interface RegionSimpleInfoOuterClass.RegionSimpleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionSimpleInfoOuterClass.RegionSimpleInfo,RegionSimpleInfoOuterClass.RegionSimpleInfo.Builder
- Enclosing class:
- RegionSimpleInfoOuterClass
public static interface RegionSimpleInfoOuterClass.RegionSimpleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring dispatch_url = 4;com.google.protobuf.ByteStringstring dispatch_url = 4;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getTitle()string title = 2;com.google.protobuf.ByteStringstring title = 2;getType()string type = 3;com.google.protobuf.ByteStringstring type = 3;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
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getTitle
String getTitle()string title = 2;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 2;- Returns:
- The bytes for title.
-
getType
String getType()string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 3;- Returns:
- The bytes for type.
-
getDispatchUrl
String getDispatchUrl()string dispatch_url = 4;- Returns:
- The dispatchUrl.
-
getDispatchUrlBytes
com.google.protobuf.ByteString getDispatchUrlBytes()string dispatch_url = 4;- Returns:
- The bytes for dispatchUrl.
-