mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 01:13:35 +08:00
1213 lines
47 KiB
Java
1213 lines
47 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: BattlePassMission.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class BattlePassMissionOuterClass {
|
|
private BattlePassMissionOuterClass() {}
|
|
|
|
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
|
|
|
|
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
|
|
public interface BattlePassMissionOrBuilder
|
|
extends
|
|
// @@protoc_insertion_point(interface_extends:BattlePassMission)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* CGCJJAMPFME
|
|
* </pre>
|
|
*
|
|
* <code>uint32 reward_battle_pass_point = 11;</code>
|
|
*
|
|
* @return The rewardBattlePassPoint.
|
|
*/
|
|
int getRewardBattlePassPoint();
|
|
|
|
/**
|
|
* <code>uint32 cur_progress = 1;</code>
|
|
*
|
|
* @return The curProgress.
|
|
*/
|
|
int getCurProgress();
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* INNGDEGBMHO
|
|
* </pre>
|
|
*
|
|
* <code>uint32 mission_type = 10;</code>
|
|
*
|
|
* @return The missionType.
|
|
*/
|
|
int getMissionType();
|
|
|
|
/**
|
|
* <code>uint32 total_progress = 5;</code>
|
|
*
|
|
* @return The totalProgress.
|
|
*/
|
|
int getTotalProgress();
|
|
|
|
/**
|
|
* <code>uint32 mission_id = 12;</code>
|
|
*
|
|
* @return The missionId.
|
|
*/
|
|
int getMissionId();
|
|
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The enum numeric value on the wire for missionStatus.
|
|
*/
|
|
int getMissionStatusValue();
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The missionStatus.
|
|
*/
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
getMissionStatus();
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: KHPANMIGJGL
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code BattlePassMission}
|
|
*/
|
|
public static final class BattlePassMission extends com.google.protobuf.GeneratedMessageV3
|
|
implements
|
|
// @@protoc_insertion_point(message_implements:BattlePassMission)
|
|
BattlePassMissionOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use BattlePassMission.newBuilder() to construct.
|
|
private BattlePassMission(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
|
|
private BattlePassMission() {
|
|
missionStatus_ = 0;
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
|
return new BattlePassMission();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
|
|
private BattlePassMission(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
try {
|
|
boolean done = false;
|
|
while (!done) {
|
|
int tag = input.readTag();
|
|
switch (tag) {
|
|
case 0:
|
|
done = true;
|
|
break;
|
|
case 8:
|
|
{
|
|
curProgress_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 24:
|
|
{
|
|
int rawValue = input.readEnum();
|
|
|
|
missionStatus_ = rawValue;
|
|
break;
|
|
}
|
|
case 40:
|
|
{
|
|
totalProgress_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 80:
|
|
{
|
|
missionType_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 88:
|
|
{
|
|
rewardBattlePassPoint_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 96:
|
|
{
|
|
missionId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
default:
|
|
{
|
|
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
|
|
} finally {
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass
|
|
.internal_static_BattlePassMission_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass
|
|
.internal_static_BattlePassMission_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.class,
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.Builder
|
|
.class);
|
|
}
|
|
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: MLHPECMMCJI
|
|
* </pre>
|
|
*
|
|
* Protobuf enum {@code BattlePassMission.MissionStatus}
|
|
*/
|
|
public enum MissionStatus implements com.google.protobuf.ProtocolMessageEnum {
|
|
/** <code>MISSION_STATUS_INVALID = 0;</code> */
|
|
MISSION_STATUS_INVALID(0),
|
|
/** <code>MISSION_STATUS_UNFINISHED = 1;</code> */
|
|
MISSION_STATUS_UNFINISHED(1),
|
|
/** <code>MISSION_STATUS_FINISHED = 2;</code> */
|
|
MISSION_STATUS_FINISHED(2),
|
|
/** <code>MISSION_STATUS_POINT_TAKEN = 3;</code> */
|
|
MISSION_STATUS_POINT_TAKEN(3),
|
|
UNRECOGNIZED(-1),
|
|
;
|
|
|
|
/** <code>MISSION_STATUS_INVALID = 0;</code> */
|
|
public static final int MISSION_STATUS_INVALID_VALUE = 0;
|
|
/** <code>MISSION_STATUS_UNFINISHED = 1;</code> */
|
|
public static final int MISSION_STATUS_UNFINISHED_VALUE = 1;
|
|
/** <code>MISSION_STATUS_FINISHED = 2;</code> */
|
|
public static final int MISSION_STATUS_FINISHED_VALUE = 2;
|
|
/** <code>MISSION_STATUS_POINT_TAKEN = 3;</code> */
|
|
public static final int MISSION_STATUS_POINT_TAKEN_VALUE = 3;
|
|
|
|
public final int getNumber() {
|
|
if (this == UNRECOGNIZED) {
|
|
throw new java.lang.IllegalArgumentException(
|
|
"Can't get the number of an unknown enum value.");
|
|
}
|
|
return value;
|
|
}
|
|
|
|
/**
|
|
* @param value The numeric wire value of the corresponding enum entry.
|
|
* @return The enum associated with the given numeric wire value.
|
|
* @deprecated Use {@link #forNumber(int)} instead.
|
|
*/
|
|
@java.lang.Deprecated
|
|
public static MissionStatus valueOf(int value) {
|
|
return forNumber(value);
|
|
}
|
|
|
|
/**
|
|
* @param value The numeric wire value of the corresponding enum entry.
|
|
* @return The enum associated with the given numeric wire value.
|
|
*/
|
|
public static MissionStatus forNumber(int value) {
|
|
switch (value) {
|
|
case 0:
|
|
return MISSION_STATUS_INVALID;
|
|
case 1:
|
|
return MISSION_STATUS_UNFINISHED;
|
|
case 2:
|
|
return MISSION_STATUS_FINISHED;
|
|
case 3:
|
|
return MISSION_STATUS_POINT_TAKEN;
|
|
default:
|
|
return null;
|
|
}
|
|
}
|
|
|
|
public static com.google.protobuf.Internal.EnumLiteMap<MissionStatus> internalGetValueMap() {
|
|
return internalValueMap;
|
|
}
|
|
|
|
private static final com.google.protobuf.Internal.EnumLiteMap<MissionStatus>
|
|
internalValueMap =
|
|
new com.google.protobuf.Internal.EnumLiteMap<MissionStatus>() {
|
|
public MissionStatus findValueByNumber(int number) {
|
|
return MissionStatus.forNumber(number);
|
|
}
|
|
};
|
|
|
|
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
|
|
if (this == UNRECOGNIZED) {
|
|
throw new java.lang.IllegalStateException(
|
|
"Can't get the descriptor of an unrecognized enum value.");
|
|
}
|
|
return getDescriptor().getValues().get(ordinal());
|
|
}
|
|
|
|
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
|
|
return getDescriptor();
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
.getDescriptor()
|
|
.getEnumTypes()
|
|
.get(0);
|
|
}
|
|
|
|
private static final MissionStatus[] VALUES = values();
|
|
|
|
public static MissionStatus valueOf(
|
|
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
|
if (desc.getType() != getDescriptor()) {
|
|
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
|
|
}
|
|
if (desc.getIndex() == -1) {
|
|
return UNRECOGNIZED;
|
|
}
|
|
return VALUES[desc.getIndex()];
|
|
}
|
|
|
|
private final int value;
|
|
|
|
private MissionStatus(int value) {
|
|
this.value = value;
|
|
}
|
|
|
|
// @@protoc_insertion_point(enum_scope:BattlePassMission.MissionStatus)
|
|
}
|
|
|
|
public static final int REWARD_BATTLE_PASS_POINT_FIELD_NUMBER = 11;
|
|
private int rewardBattlePassPoint_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* CGCJJAMPFME
|
|
* </pre>
|
|
*
|
|
* <code>uint32 reward_battle_pass_point = 11;</code>
|
|
*
|
|
* @return The rewardBattlePassPoint.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRewardBattlePassPoint() {
|
|
return rewardBattlePassPoint_;
|
|
}
|
|
|
|
public static final int CUR_PROGRESS_FIELD_NUMBER = 1;
|
|
private int curProgress_;
|
|
/**
|
|
* <code>uint32 cur_progress = 1;</code>
|
|
*
|
|
* @return The curProgress.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurProgress() {
|
|
return curProgress_;
|
|
}
|
|
|
|
public static final int MISSION_TYPE_FIELD_NUMBER = 10;
|
|
private int missionType_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* INNGDEGBMHO
|
|
* </pre>
|
|
*
|
|
* <code>uint32 mission_type = 10;</code>
|
|
*
|
|
* @return The missionType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionType() {
|
|
return missionType_;
|
|
}
|
|
|
|
public static final int TOTAL_PROGRESS_FIELD_NUMBER = 5;
|
|
private int totalProgress_;
|
|
/**
|
|
* <code>uint32 total_progress = 5;</code>
|
|
*
|
|
* @return The totalProgress.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTotalProgress() {
|
|
return totalProgress_;
|
|
}
|
|
|
|
public static final int MISSION_ID_FIELD_NUMBER = 12;
|
|
private int missionId_;
|
|
/**
|
|
* <code>uint32 mission_id = 12;</code>
|
|
*
|
|
* @return The missionId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionId() {
|
|
return missionId_;
|
|
}
|
|
|
|
public static final int MISSION_STATUS_FIELD_NUMBER = 3;
|
|
private int missionStatus_;
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The enum numeric value on the wire for missionStatus.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionStatusValue() {
|
|
return missionStatus_;
|
|
}
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The missionStatus.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
getMissionStatus() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus result =
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
.valueOf(missionStatus_);
|
|
return result == null
|
|
? emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
.UNRECOGNIZED
|
|
: result;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
|
|
if (curProgress_ != 0) {
|
|
output.writeUInt32(1, curProgress_);
|
|
}
|
|
if (missionStatus_
|
|
!= emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
.MISSION_STATUS_INVALID
|
|
.getNumber()) {
|
|
output.writeEnum(3, missionStatus_);
|
|
}
|
|
if (totalProgress_ != 0) {
|
|
output.writeUInt32(5, totalProgress_);
|
|
}
|
|
if (missionType_ != 0) {
|
|
output.writeUInt32(10, missionType_);
|
|
}
|
|
if (rewardBattlePassPoint_ != 0) {
|
|
output.writeUInt32(11, rewardBattlePassPoint_);
|
|
}
|
|
if (missionId_ != 0) {
|
|
output.writeUInt32(12, missionId_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (curProgress_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, curProgress_);
|
|
}
|
|
if (missionStatus_
|
|
!= emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
.MISSION_STATUS_INVALID
|
|
.getNumber()) {
|
|
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, missionStatus_);
|
|
}
|
|
if (totalProgress_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(5, totalProgress_);
|
|
}
|
|
if (missionType_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(10, missionType_);
|
|
}
|
|
if (rewardBattlePassPoint_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(11, rewardBattlePassPoint_);
|
|
}
|
|
if (missionId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(12, missionId_);
|
|
}
|
|
size += unknownFields.getSerializedSize();
|
|
memoizedSize = size;
|
|
return size;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public boolean equals(final java.lang.Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj
|
|
instanceof emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission other =
|
|
(emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission) obj;
|
|
|
|
if (getRewardBattlePassPoint() != other.getRewardBattlePassPoint()) return false;
|
|
if (getCurProgress() != other.getCurProgress()) return false;
|
|
if (getMissionType() != other.getMissionType()) return false;
|
|
if (getTotalProgress() != other.getTotalProgress()) return false;
|
|
if (getMissionId() != other.getMissionId()) return false;
|
|
if (missionStatus_ != other.missionStatus_) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
hash = (37 * hash) + REWARD_BATTLE_PASS_POINT_FIELD_NUMBER;
|
|
hash = (53 * hash) + getRewardBattlePassPoint();
|
|
hash = (37 * hash) + CUR_PROGRESS_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCurProgress();
|
|
hash = (37 * hash) + MISSION_TYPE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getMissionType();
|
|
hash = (37 * hash) + TOTAL_PROGRESS_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTotalProgress();
|
|
hash = (37 * hash) + MISSION_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getMissionId();
|
|
hash = (37 * hash) + MISSION_STATUS_FIELD_NUMBER;
|
|
hash = (53 * hash) + missionStatus_;
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
|
|
PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
parseDelimitedFrom(
|
|
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
|
|
PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
|
|
PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder newBuilderForType() {
|
|
return newBuilder();
|
|
}
|
|
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
|
|
public static Builder newBuilder(
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* Name: KHPANMIGJGL
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code BattlePassMission}
|
|
*/
|
|
public static final class Builder
|
|
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
|
implements
|
|
// @@protoc_insertion_point(builder_implements:BattlePassMission)
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMissionOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass
|
|
.internal_static_BattlePassMission_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass
|
|
.internal_static_BattlePassMission_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.class,
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.Builder
|
|
.class);
|
|
}
|
|
|
|
// Construct using
|
|
// emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
rewardBattlePassPoint_ = 0;
|
|
|
|
curProgress_ = 0;
|
|
|
|
missionType_ = 0;
|
|
|
|
totalProgress_ = 0;
|
|
|
|
missionId_ = 0;
|
|
|
|
missionStatus_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass
|
|
.internal_static_BattlePassMission_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission build() {
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission result =
|
|
buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
buildPartial() {
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission result =
|
|
new emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission(this);
|
|
result.rewardBattlePassPoint_ = rewardBattlePassPoint_;
|
|
result.curProgress_ = curProgress_;
|
|
result.missionType_ = missionType_;
|
|
result.totalProgress_ = totalProgress_;
|
|
result.missionId_ = missionId_;
|
|
result.missionStatus_ = missionStatus_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index,
|
|
java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other
|
|
instanceof emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission) {
|
|
return mergeFrom(
|
|
(emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission) other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission other) {
|
|
if (other
|
|
== emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
.getDefaultInstance()) return this;
|
|
if (other.getRewardBattlePassPoint() != 0) {
|
|
setRewardBattlePassPoint(other.getRewardBattlePassPoint());
|
|
}
|
|
if (other.getCurProgress() != 0) {
|
|
setCurProgress(other.getCurProgress());
|
|
}
|
|
if (other.getMissionType() != 0) {
|
|
setMissionType(other.getMissionType());
|
|
}
|
|
if (other.getTotalProgress() != 0) {
|
|
setTotalProgress(other.getTotalProgress());
|
|
}
|
|
if (other.getMissionId() != 0) {
|
|
setMissionId(other.getMissionId());
|
|
}
|
|
if (other.missionStatus_ != 0) {
|
|
setMissionStatusValue(other.getMissionStatusValue());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission parsedMessage =
|
|
null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage =
|
|
(emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission)
|
|
e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private int rewardBattlePassPoint_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* CGCJJAMPFME
|
|
* </pre>
|
|
*
|
|
* <code>uint32 reward_battle_pass_point = 11;</code>
|
|
*
|
|
* @return The rewardBattlePassPoint.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRewardBattlePassPoint() {
|
|
return rewardBattlePassPoint_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* CGCJJAMPFME
|
|
* </pre>
|
|
*
|
|
* <code>uint32 reward_battle_pass_point = 11;</code>
|
|
*
|
|
* @param value The rewardBattlePassPoint to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setRewardBattlePassPoint(int value) {
|
|
|
|
rewardBattlePassPoint_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* CGCJJAMPFME
|
|
* </pre>
|
|
*
|
|
* <code>uint32 reward_battle_pass_point = 11;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearRewardBattlePassPoint() {
|
|
|
|
rewardBattlePassPoint_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int curProgress_;
|
|
/**
|
|
* <code>uint32 cur_progress = 1;</code>
|
|
*
|
|
* @return The curProgress.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCurProgress() {
|
|
return curProgress_;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_progress = 1;</code>
|
|
*
|
|
* @param value The curProgress to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setCurProgress(int value) {
|
|
|
|
curProgress_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 cur_progress = 1;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearCurProgress() {
|
|
|
|
curProgress_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int missionType_;
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* INNGDEGBMHO
|
|
* </pre>
|
|
*
|
|
* <code>uint32 mission_type = 10;</code>
|
|
*
|
|
* @return The missionType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionType() {
|
|
return missionType_;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* INNGDEGBMHO
|
|
* </pre>
|
|
*
|
|
* <code>uint32 mission_type = 10;</code>
|
|
*
|
|
* @param value The missionType to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMissionType(int value) {
|
|
|
|
missionType_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
*
|
|
*
|
|
* <pre>
|
|
* INNGDEGBMHO
|
|
* </pre>
|
|
*
|
|
* <code>uint32 mission_type = 10;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearMissionType() {
|
|
|
|
missionType_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int totalProgress_;
|
|
/**
|
|
* <code>uint32 total_progress = 5;</code>
|
|
*
|
|
* @return The totalProgress.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTotalProgress() {
|
|
return totalProgress_;
|
|
}
|
|
/**
|
|
* <code>uint32 total_progress = 5;</code>
|
|
*
|
|
* @param value The totalProgress to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTotalProgress(int value) {
|
|
|
|
totalProgress_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 total_progress = 5;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTotalProgress() {
|
|
|
|
totalProgress_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int missionId_;
|
|
/**
|
|
* <code>uint32 mission_id = 12;</code>
|
|
*
|
|
* @return The missionId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionId() {
|
|
return missionId_;
|
|
}
|
|
/**
|
|
* <code>uint32 mission_id = 12;</code>
|
|
*
|
|
* @param value The missionId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMissionId(int value) {
|
|
|
|
missionId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 mission_id = 12;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearMissionId() {
|
|
|
|
missionId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int missionStatus_ = 0;
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The enum numeric value on the wire for missionStatus.
|
|
*/
|
|
@java.lang.Override
|
|
public int getMissionStatusValue() {
|
|
return missionStatus_;
|
|
}
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @param value The enum numeric value on the wire for missionStatus to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMissionStatusValue(int value) {
|
|
|
|
missionStatus_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return The missionStatus.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
getMissionStatus() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
result =
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
.MissionStatus.valueOf(missionStatus_);
|
|
return result == null
|
|
? emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
.UNRECOGNIZED
|
|
: result;
|
|
}
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @param value The missionStatus to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setMissionStatus(
|
|
emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission.MissionStatus
|
|
value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
missionStatus_ = value.getNumber();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.BattlePassMission.MissionStatus mission_status = 3;</code>
|
|
*
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearMissionStatus() {
|
|
|
|
missionStatus_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
// @@protoc_insertion_point(builder_scope:BattlePassMission)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:BattlePassMission)
|
|
private static final emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
DEFAULT_INSTANCE =
|
|
new emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<BattlePassMission> PARSER =
|
|
new com.google.protobuf.AbstractParser<BattlePassMission>() {
|
|
@java.lang.Override
|
|
public BattlePassMission parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new BattlePassMission(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<BattlePassMission> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<BattlePassMission> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.BattlePassMissionOuterClass.BattlePassMission
|
|
getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_BattlePassMission_descriptor;
|
|
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_BattlePassMission_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
|
|
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
|
|
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\027BattlePassMission.proto\"\321\002\n\021BattlePass"
|
|
+ "Mission\022 \n\030reward_battle_pass_point\030\013 \001("
|
|
+ "\r\022\024\n\014cur_progress\030\001 \001(\r\022\024\n\014mission_type\030"
|
|
+ "\n \001(\r\022\026\n\016total_progress\030\005 \001(\r\022\022\n\nmission"
|
|
+ "_id\030\014 \001(\r\0228\n\016mission_status\030\003 \001(\0162 .Batt"
|
|
+ "lePassMission.MissionStatus\"\207\001\n\rMissionS"
|
|
+ "tatus\022\032\n\026MISSION_STATUS_INVALID\020\000\022\035\n\031MIS"
|
|
+ "SION_STATUS_UNFINISHED\020\001\022\033\n\027MISSION_STAT"
|
|
+ "US_FINISHED\020\002\022\036\n\032MISSION_STATUS_POINT_TA"
|
|
+ "KEN\020\003B\033\n\031emu.grasscutter.net.protob\006prot"
|
|
+ "o3"
|
|
};
|
|
descriptor =
|
|
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
|
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
|
internal_static_BattlePassMission_descriptor = getDescriptor().getMessageTypes().get(0);
|
|
internal_static_BattlePassMission_fieldAccessorTable =
|
|
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_BattlePassMission_descriptor,
|
|
new java.lang.String[] {
|
|
"RewardBattlePassPoint",
|
|
"CurProgress",
|
|
"MissionType",
|
|
"TotalProgress",
|
|
"MissionId",
|
|
"MissionStatus",
|
|
});
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|