Package emu.grasscutter.net.proto
Interface RedPointDataOuterClass.RedPointDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedPointDataOuterClass.RedPointData,RedPointDataOuterClass.RedPointData.Builder
- Enclosing class:
- RedPointDataOuterClass
public static interface RedPointDataOuterClass.RedPointDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 content_id = 3;booleanbool is_show = 2;intuint32 red_point_type = 1;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
-
getRedPointType
int getRedPointType()uint32 red_point_type = 1;- Returns:
- The redPointType.
-
getIsShow
boolean getIsShow()bool is_show = 2;- Returns:
- The isShow.
-
getContentId
int getContentId()uint32 content_id = 3;- Returns:
- The contentId.
-