Package emu.grasscutter.net.proto
Interface UgcNotifyOuterClass.UgcNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UgcNotifyOuterClass.UgcNotify,UgcNotifyOuterClass.UgcNotify.Builder
- Enclosing class:
- UgcNotifyOuterClass
public static interface UgcNotifyOuterClass.UgcNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_ugc_feature_closed = 15;booleanbool is_ugc_publish_ban = 12;booleanbool is_ugc_publish_feature_closed = 8;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
-
getIsUgcPublishBan
boolean getIsUgcPublishBan()bool is_ugc_publish_ban = 12;- Returns:
- The isUgcPublishBan.
-
getIsUgcPublishFeatureClosed
boolean getIsUgcPublishFeatureClosed()bool is_ugc_publish_feature_closed = 8;- Returns:
- The isUgcPublishFeatureClosed.
-
getIsUgcFeatureClosed
boolean getIsUgcFeatureClosed()bool is_ugc_feature_closed = 15;- Returns:
- The isUgcFeatureClosed.
-