mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-06-20 22:45:02 +08:00
1209 lines
42 KiB
Java
1209 lines
42 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GadgetPlayStopNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class GadgetPlayStopNotifyOuterClass {
|
|
private GadgetPlayStopNotifyOuterClass() {}
|
|
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 GadgetPlayStopNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:GadgetPlayStopNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 cost_time = 5;</code>
|
|
* @return The costTime.
|
|
*/
|
|
int getCostTime();
|
|
|
|
/**
|
|
* <code>uint32 play_type = 1;</code>
|
|
* @return The playType.
|
|
*/
|
|
int getPlayType();
|
|
|
|
/**
|
|
* <code>bool is_win = 6;</code>
|
|
* @return The isWin.
|
|
*/
|
|
boolean getIsWin();
|
|
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo>
|
|
getUidInfoListList();
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo getUidInfoList(int index);
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
int getUidInfoListCount();
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder>
|
|
getUidInfoListOrBuilderList();
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder getUidInfoListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 score = 13;</code>
|
|
* @return The score.
|
|
*/
|
|
int getScore();
|
|
|
|
/**
|
|
* <code>uint32 entity_id = 2;</code>
|
|
* @return The entityId.
|
|
*/
|
|
int getEntityId();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 29757
|
|
* Obf: KPJBODHCLKA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GadgetPlayStopNotify}
|
|
*/
|
|
public static final class GadgetPlayStopNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:GadgetPlayStopNotify)
|
|
GadgetPlayStopNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use GadgetPlayStopNotify.newBuilder() to construct.
|
|
private GadgetPlayStopNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private GadgetPlayStopNotify() {
|
|
uidInfoList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new GadgetPlayStopNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private GadgetPlayStopNotify(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
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: {
|
|
|
|
playType_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
|
|
entityId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
|
|
costTime_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
|
|
isWin_ = input.readBool();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
uidInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
uidInfoList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 104: {
|
|
|
|
score_ = 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 {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
uidInfoList_ = java.util.Collections.unmodifiableList(uidInfoList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.internal_static_GadgetPlayStopNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.internal_static_GadgetPlayStopNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.class, emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.Builder.class);
|
|
}
|
|
|
|
public static final int COST_TIME_FIELD_NUMBER = 5;
|
|
private int costTime_;
|
|
/**
|
|
* <code>uint32 cost_time = 5;</code>
|
|
* @return The costTime.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCostTime() {
|
|
return costTime_;
|
|
}
|
|
|
|
public static final int PLAY_TYPE_FIELD_NUMBER = 1;
|
|
private int playType_;
|
|
/**
|
|
* <code>uint32 play_type = 1;</code>
|
|
* @return The playType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayType() {
|
|
return playType_;
|
|
}
|
|
|
|
public static final int IS_WIN_FIELD_NUMBER = 6;
|
|
private boolean isWin_;
|
|
/**
|
|
* <code>bool is_win = 6;</code>
|
|
* @return The isWin.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsWin() {
|
|
return isWin_;
|
|
}
|
|
|
|
public static final int UID_INFO_LIST_FIELD_NUMBER = 7;
|
|
private java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> uidInfoList_;
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> getUidInfoListList() {
|
|
return uidInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder>
|
|
getUidInfoListOrBuilderList() {
|
|
return uidInfoList_;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getUidInfoListCount() {
|
|
return uidInfoList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo getUidInfoList(int index) {
|
|
return uidInfoList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder getUidInfoListOrBuilder(
|
|
int index) {
|
|
return uidInfoList_.get(index);
|
|
}
|
|
|
|
public static final int SCORE_FIELD_NUMBER = 13;
|
|
private int score_;
|
|
/**
|
|
* <code>uint32 score = 13;</code>
|
|
* @return The score.
|
|
*/
|
|
@java.lang.Override
|
|
public int getScore() {
|
|
return score_;
|
|
}
|
|
|
|
public static final int ENTITY_ID_FIELD_NUMBER = 2;
|
|
private int entityId_;
|
|
/**
|
|
* <code>uint32 entity_id = 2;</code>
|
|
* @return The entityId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEntityId() {
|
|
return entityId_;
|
|
}
|
|
|
|
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 (playType_ != 0) {
|
|
output.writeUInt32(1, playType_);
|
|
}
|
|
if (entityId_ != 0) {
|
|
output.writeUInt32(2, entityId_);
|
|
}
|
|
if (costTime_ != 0) {
|
|
output.writeUInt32(5, costTime_);
|
|
}
|
|
if (isWin_ != false) {
|
|
output.writeBool(6, isWin_);
|
|
}
|
|
for (int i = 0; i < uidInfoList_.size(); i++) {
|
|
output.writeMessage(7, uidInfoList_.get(i));
|
|
}
|
|
if (score_ != 0) {
|
|
output.writeUInt32(13, score_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (playType_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(1, playType_);
|
|
}
|
|
if (entityId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(2, entityId_);
|
|
}
|
|
if (costTime_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(5, costTime_);
|
|
}
|
|
if (isWin_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(6, isWin_);
|
|
}
|
|
for (int i = 0; i < uidInfoList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(7, uidInfoList_.get(i));
|
|
}
|
|
if (score_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(13, score_);
|
|
}
|
|
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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify other = (emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify) obj;
|
|
|
|
if (getCostTime()
|
|
!= other.getCostTime()) return false;
|
|
if (getPlayType()
|
|
!= other.getPlayType()) return false;
|
|
if (getIsWin()
|
|
!= other.getIsWin()) return false;
|
|
if (!getUidInfoListList()
|
|
.equals(other.getUidInfoListList())) return false;
|
|
if (getScore()
|
|
!= other.getScore()) return false;
|
|
if (getEntityId()
|
|
!= other.getEntityId()) 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) + COST_TIME_FIELD_NUMBER;
|
|
hash = (53 * hash) + getCostTime();
|
|
hash = (37 * hash) + PLAY_TYPE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPlayType();
|
|
hash = (37 * hash) + IS_WIN_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsWin());
|
|
if (getUidInfoListCount() > 0) {
|
|
hash = (37 * hash) + UID_INFO_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUidInfoListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + SCORE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getScore();
|
|
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getEntityId();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify 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>
|
|
* CmdId: 29757
|
|
* Obf: KPJBODHCLKA
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GadgetPlayStopNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:GadgetPlayStopNotify)
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.internal_static_GadgetPlayStopNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.internal_static_GadgetPlayStopNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.class, emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getUidInfoListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
costTime_ = 0;
|
|
|
|
playType_ = 0;
|
|
|
|
isWin_ = false;
|
|
|
|
if (uidInfoListBuilder_ == null) {
|
|
uidInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
uidInfoListBuilder_.clear();
|
|
}
|
|
score_ = 0;
|
|
|
|
entityId_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.internal_static_GadgetPlayStopNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify build() {
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify buildPartial() {
|
|
emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify result = new emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.costTime_ = costTime_;
|
|
result.playType_ = playType_;
|
|
result.isWin_ = isWin_;
|
|
if (uidInfoListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
uidInfoList_ = java.util.Collections.unmodifiableList(uidInfoList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.uidInfoList_ = uidInfoList_;
|
|
} else {
|
|
result.uidInfoList_ = uidInfoListBuilder_.build();
|
|
}
|
|
result.score_ = score_;
|
|
result.entityId_ = entityId_;
|
|
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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify other) {
|
|
if (other == emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify.getDefaultInstance()) return this;
|
|
if (other.getCostTime() != 0) {
|
|
setCostTime(other.getCostTime());
|
|
}
|
|
if (other.getPlayType() != 0) {
|
|
setPlayType(other.getPlayType());
|
|
}
|
|
if (other.getIsWin() != false) {
|
|
setIsWin(other.getIsWin());
|
|
}
|
|
if (uidInfoListBuilder_ == null) {
|
|
if (!other.uidInfoList_.isEmpty()) {
|
|
if (uidInfoList_.isEmpty()) {
|
|
uidInfoList_ = other.uidInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.addAll(other.uidInfoList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.uidInfoList_.isEmpty()) {
|
|
if (uidInfoListBuilder_.isEmpty()) {
|
|
uidInfoListBuilder_.dispose();
|
|
uidInfoListBuilder_ = null;
|
|
uidInfoList_ = other.uidInfoList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
uidInfoListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getUidInfoListFieldBuilder() : null;
|
|
} else {
|
|
uidInfoListBuilder_.addAllMessages(other.uidInfoList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getScore() != 0) {
|
|
setScore(other.getScore());
|
|
}
|
|
if (other.getEntityId() != 0) {
|
|
setEntityId(other.getEntityId());
|
|
}
|
|
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.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private int costTime_ ;
|
|
/**
|
|
* <code>uint32 cost_time = 5;</code>
|
|
* @return The costTime.
|
|
*/
|
|
@java.lang.Override
|
|
public int getCostTime() {
|
|
return costTime_;
|
|
}
|
|
/**
|
|
* <code>uint32 cost_time = 5;</code>
|
|
* @param value The costTime to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setCostTime(int value) {
|
|
|
|
costTime_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 cost_time = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearCostTime() {
|
|
|
|
costTime_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int playType_ ;
|
|
/**
|
|
* <code>uint32 play_type = 1;</code>
|
|
* @return The playType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayType() {
|
|
return playType_;
|
|
}
|
|
/**
|
|
* <code>uint32 play_type = 1;</code>
|
|
* @param value The playType to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPlayType(int value) {
|
|
|
|
playType_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 play_type = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPlayType() {
|
|
|
|
playType_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isWin_ ;
|
|
/**
|
|
* <code>bool is_win = 6;</code>
|
|
* @return The isWin.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsWin() {
|
|
return isWin_;
|
|
}
|
|
/**
|
|
* <code>bool is_win = 6;</code>
|
|
* @param value The isWin to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsWin(boolean value) {
|
|
|
|
isWin_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_win = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsWin() {
|
|
|
|
isWin_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> uidInfoList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureUidInfoListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
uidInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo>(uidInfoList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder> uidInfoListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> getUidInfoListList() {
|
|
if (uidInfoListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(uidInfoList_);
|
|
} else {
|
|
return uidInfoListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public int getUidInfoListCount() {
|
|
if (uidInfoListBuilder_ == null) {
|
|
return uidInfoList_.size();
|
|
} else {
|
|
return uidInfoListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo getUidInfoList(int index) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
return uidInfoList_.get(index);
|
|
} else {
|
|
return uidInfoListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder setUidInfoList(
|
|
int index, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo value) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder setUidInfoList(
|
|
int index, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder builderForValue) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder addUidInfoList(emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo value) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder addUidInfoList(
|
|
int index, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo value) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder addUidInfoList(
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder builderForValue) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder addUidInfoList(
|
|
int index, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder builderForValue) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder addAllUidInfoList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo> values) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
ensureUidInfoListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, uidInfoList_);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder clearUidInfoList() {
|
|
if (uidInfoListBuilder_ == null) {
|
|
uidInfoList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public Builder removeUidInfoList(int index) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
ensureUidInfoListIsMutable();
|
|
uidInfoList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
uidInfoListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder getUidInfoListBuilder(
|
|
int index) {
|
|
return getUidInfoListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder getUidInfoListOrBuilder(
|
|
int index) {
|
|
if (uidInfoListBuilder_ == null) {
|
|
return uidInfoList_.get(index); } else {
|
|
return uidInfoListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder>
|
|
getUidInfoListOrBuilderList() {
|
|
if (uidInfoListBuilder_ != null) {
|
|
return uidInfoListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(uidInfoList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder addUidInfoListBuilder() {
|
|
return getUidInfoListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder addUidInfoListBuilder(
|
|
int index) {
|
|
return getUidInfoListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .GadgetPlayUidInfo uid_info_list = 7;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder>
|
|
getUidInfoListBuilderList() {
|
|
return getUidInfoListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder>
|
|
getUidInfoListFieldBuilder() {
|
|
if (uidInfoListBuilder_ == null) {
|
|
uidInfoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfo.Builder, emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.GadgetPlayUidInfoOrBuilder>(
|
|
uidInfoList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
uidInfoList_ = null;
|
|
}
|
|
return uidInfoListBuilder_;
|
|
}
|
|
|
|
private int score_ ;
|
|
/**
|
|
* <code>uint32 score = 13;</code>
|
|
* @return The score.
|
|
*/
|
|
@java.lang.Override
|
|
public int getScore() {
|
|
return score_;
|
|
}
|
|
/**
|
|
* <code>uint32 score = 13;</code>
|
|
* @param value The score to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setScore(int value) {
|
|
|
|
score_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 score = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearScore() {
|
|
|
|
score_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int entityId_ ;
|
|
/**
|
|
* <code>uint32 entity_id = 2;</code>
|
|
* @return The entityId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEntityId() {
|
|
return entityId_;
|
|
}
|
|
/**
|
|
* <code>uint32 entity_id = 2;</code>
|
|
* @param value The entityId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setEntityId(int value) {
|
|
|
|
entityId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 entity_id = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearEntityId() {
|
|
|
|
entityId_ = 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:GadgetPlayStopNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:GadgetPlayStopNotify)
|
|
private static final emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<GadgetPlayStopNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<GadgetPlayStopNotify>() {
|
|
@java.lang.Override
|
|
public GadgetPlayStopNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new GadgetPlayStopNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<GadgetPlayStopNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<GadgetPlayStopNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GadgetPlayStopNotifyOuterClass.GadgetPlayStopNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GadgetPlayStopNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GadgetPlayStopNotify_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\032GadgetPlayStopNotify.proto\032\027GadgetPlay" +
|
|
"UidInfo.proto\"\231\001\n\024GadgetPlayStopNotify\022\021" +
|
|
"\n\tcost_time\030\005 \001(\r\022\021\n\tplay_type\030\001 \001(\r\022\016\n\006" +
|
|
"is_win\030\006 \001(\010\022)\n\ruid_info_list\030\007 \003(\0132\022.Ga" +
|
|
"dgetPlayUidInfo\022\r\n\005score\030\r \001(\r\022\021\n\tentity" +
|
|
"_id\030\002 \001(\rB\033\n\031emu.grasscutter.net.protob\006" +
|
|
"proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_GadgetPlayStopNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_GadgetPlayStopNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GadgetPlayStopNotify_descriptor,
|
|
new java.lang.String[] { "CostTime", "PlayType", "IsWin", "UidInfoList", "Score", "EntityId", });
|
|
emu.grasscutter.net.proto.GadgetPlayUidInfoOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|