Fix protocol definitions

thank you Nazrin! (+ hiro for raw definitions)
This commit is contained in:
KingRainbow44
2023-05-26 11:10:58 -04:00
parent 883dcef054
commit 77fa859caa
3 changed files with 3811 additions and 4138 deletions

View File

@@ -5,61 +5,44 @@ package emu.grasscutter.net.proto;
public final class PlayerCookReqOuterClass { public final class PlayerCookReqOuterClass {
private PlayerCookReqOuterClass() {} private PlayerCookReqOuterClass() {}
public static void registerAllExtensions(
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} com.google.protobuf.ExtensionRegistryLite registry) {
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
} }
public interface PlayerCookReqOrBuilder public static void registerAllExtensions(
extends com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface PlayerCookReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:PlayerCookReq) // @@protoc_insertion_point(interface_extends:PlayerCookReq)
com.google.protobuf.MessageOrBuilder { com.google.protobuf.MessageOrBuilder {
/** /**
* * <code>uint32 cook_count = 13;</code>
*
* <pre>
* AIBLNBAFJOL
* </pre>
*
* <code>uint32 qte_quality = 13;</code>
*
* @return The qteQuality.
*/
int getQteQuality();
/**
* <code>uint32 assist_avatar = 1;</code>
*
* @return The assistAvatar.
*/
int getAssistAvatar();
/**
*
*
* <pre>
* EHPKNEPMOAO
* </pre>
*
* <code>uint32 cook_count = 6;</code>
*
* @return The cookCount. * @return The cookCount.
*/ */
int getCookCount(); int getCookCount();
/**
* <code>uint32 assist_avatar = 1;</code>
* @return The assistAvatar.
*/
int getAssistAvatar();
/**
* <code>uint32 qte_quality = 6;</code>
* @return The qteQuality.
*/
int getQteQuality();
/** /**
* <code>uint32 recipe_id = 7;</code> * <code>uint32 recipe_id = 7;</code>
*
* @return The recipeId. * @return The recipeId.
*/ */
int getRecipeId(); int getRecipeId();
} }
/** /**
*
*
* <pre> * <pre>
* CmdId: 150 * CmdId: 150
* Name: IMAKIKFJHOM * Name: IMAKIKFJHOM
@@ -67,8 +50,8 @@ public final class PlayerCookReqOuterClass {
* *
* Protobuf type {@code PlayerCookReq} * Protobuf type {@code PlayerCookReq}
*/ */
public static final class PlayerCookReq extends com.google.protobuf.GeneratedMessageV3 public static final class PlayerCookReq extends
implements com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:PlayerCookReq) // @@protoc_insertion_point(message_implements:PlayerCookReq)
PlayerCookReqOrBuilder { PlayerCookReqOrBuilder {
private static final long serialVersionUID = 0L; private static final long serialVersionUID = 0L;
@@ -76,20 +59,21 @@ public final class PlayerCookReqOuterClass {
private PlayerCookReq(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { private PlayerCookReq(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder); super(builder);
} }
private PlayerCookReq() {
private PlayerCookReq() {} }
@java.lang.Override @java.lang.Override
@SuppressWarnings({"unused"}) @SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) { protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PlayerCookReq(); return new PlayerCookReq();
} }
@java.lang.Override @java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() { public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields; return this.unknownFields;
} }
private PlayerCookReq( private PlayerCookReq(
com.google.protobuf.CodedInputStream input, com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -108,29 +92,29 @@ public final class PlayerCookReqOuterClass {
case 0: case 0:
done = true; done = true;
break; break;
case 8: case 8: {
{
assistAvatar_ = input.readUInt32(); assistAvatar_ = input.readUInt32();
break; break;
} }
case 48: case 48: {
{
cookCount_ = input.readUInt32();
break;
}
case 56:
{
recipeId_ = input.readUInt32();
break;
}
case 104:
{
qteQuality_ = input.readUInt32(); qteQuality_ = input.readUInt32();
break; break;
} }
default: case 56: {
{
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { recipeId_ = input.readUInt32();
break;
}
case 104: {
cookCount_ = input.readUInt32();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true; done = true;
} }
break; break;
@@ -140,69 +124,30 @@ public final class PlayerCookReqOuterClass {
} catch (com.google.protobuf.InvalidProtocolBufferException e) { } catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this); throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) { } catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally { } finally {
this.unknownFields = unknownFields.build(); this.unknownFields = unknownFields.build();
makeExtensionsImmutable(); makeExtensionsImmutable();
} }
} }
public static final com.google.protobuf.Descriptors.Descriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { getDescriptor() {
return emu.grasscutter.net.proto.PlayerCookReqOuterClass return emu.grasscutter.net.proto.PlayerCookReqOuterClass.internal_static_PlayerCookReq_descriptor;
.internal_static_PlayerCookReq_descriptor;
} }
@java.lang.Override @java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() { internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.PlayerCookReqOuterClass return emu.grasscutter.net.proto.PlayerCookReqOuterClass.internal_static_PlayerCookReq_fieldAccessorTable
.internal_static_PlayerCookReq_fieldAccessorTable
.ensureFieldAccessorsInitialized( .ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.class, emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.class, emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.Builder.class);
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.Builder.class);
} }
public static final int QTE_QUALITY_FIELD_NUMBER = 13; public static final int COOK_COUNT_FIELD_NUMBER = 13;
private int qteQuality_;
/**
*
*
* <pre>
* AIBLNBAFJOL
* </pre>
*
* <code>uint32 qte_quality = 13;</code>
*
* @return The qteQuality.
*/
@java.lang.Override
public int getQteQuality() {
return qteQuality_;
}
public static final int ASSIST_AVATAR_FIELD_NUMBER = 1;
private int assistAvatar_;
/**
* <code>uint32 assist_avatar = 1;</code>
*
* @return The assistAvatar.
*/
@java.lang.Override
public int getAssistAvatar() {
return assistAvatar_;
}
public static final int COOK_COUNT_FIELD_NUMBER = 6;
private int cookCount_; private int cookCount_;
/** /**
* * <code>uint32 cook_count = 13;</code>
*
* <pre>
* EHPKNEPMOAO
* </pre>
*
* <code>uint32 cook_count = 6;</code>
*
* @return The cookCount. * @return The cookCount.
*/ */
@java.lang.Override @java.lang.Override
@@ -210,11 +155,32 @@ public final class PlayerCookReqOuterClass {
return cookCount_; return cookCount_;
} }
public static final int ASSIST_AVATAR_FIELD_NUMBER = 1;
private int assistAvatar_;
/**
* <code>uint32 assist_avatar = 1;</code>
* @return The assistAvatar.
*/
@java.lang.Override
public int getAssistAvatar() {
return assistAvatar_;
}
public static final int QTE_QUALITY_FIELD_NUMBER = 6;
private int qteQuality_;
/**
* <code>uint32 qte_quality = 6;</code>
* @return The qteQuality.
*/
@java.lang.Override
public int getQteQuality() {
return qteQuality_;
}
public static final int RECIPE_ID_FIELD_NUMBER = 7; public static final int RECIPE_ID_FIELD_NUMBER = 7;
private int recipeId_; private int recipeId_;
/** /**
* <code>uint32 recipe_id = 7;</code> * <code>uint32 recipe_id = 7;</code>
*
* @return The recipeId. * @return The recipeId.
*/ */
@java.lang.Override @java.lang.Override
@@ -223,7 +189,6 @@ public final class PlayerCookReqOuterClass {
} }
private byte memoizedIsInitialized = -1; private byte memoizedIsInitialized = -1;
@java.lang.Override @java.lang.Override
public final boolean isInitialized() { public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized; byte isInitialized = memoizedIsInitialized;
@@ -235,18 +200,19 @@ public final class PlayerCookReqOuterClass {
} }
@java.lang.Override @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (assistAvatar_ != 0) { if (assistAvatar_ != 0) {
output.writeUInt32(1, assistAvatar_); output.writeUInt32(1, assistAvatar_);
} }
if (cookCount_ != 0) { if (qteQuality_ != 0) {
output.writeUInt32(6, cookCount_); output.writeUInt32(6, qteQuality_);
} }
if (recipeId_ != 0) { if (recipeId_ != 0) {
output.writeUInt32(7, recipeId_); output.writeUInt32(7, recipeId_);
} }
if (qteQuality_ != 0) { if (cookCount_ != 0) {
output.writeUInt32(13, qteQuality_); output.writeUInt32(13, cookCount_);
} }
unknownFields.writeTo(output); unknownFields.writeTo(output);
} }
@@ -258,16 +224,20 @@ public final class PlayerCookReqOuterClass {
size = 0; size = 0;
if (assistAvatar_ != 0) { if (assistAvatar_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(1, assistAvatar_); size += com.google.protobuf.CodedOutputStream
} .computeUInt32Size(1, assistAvatar_);
if (cookCount_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(6, cookCount_);
}
if (recipeId_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, recipeId_);
} }
if (qteQuality_ != 0) { if (qteQuality_ != 0) {
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, qteQuality_); size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, qteQuality_);
}
if (recipeId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, recipeId_);
}
if (cookCount_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, cookCount_);
} }
size += unknownFields.getSerializedSize(); size += unknownFields.getSerializedSize();
memoizedSize = size; memoizedSize = size;
@@ -282,13 +252,16 @@ public final class PlayerCookReqOuterClass {
if (!(obj instanceof emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq)) { if (!(obj instanceof emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq)) {
return super.equals(obj); return super.equals(obj);
} }
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq other = emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq other = (emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) obj;
(emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) obj;
if (getQteQuality() != other.getQteQuality()) return false; if (getCookCount()
if (getAssistAvatar() != other.getAssistAvatar()) return false; != other.getCookCount()) return false;
if (getCookCount() != other.getCookCount()) return false; if (getAssistAvatar()
if (getRecipeId() != other.getRecipeId()) return false; != other.getAssistAvatar()) return false;
if (getQteQuality()
!= other.getQteQuality()) return false;
if (getRecipeId()
!= other.getRecipeId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false; if (!unknownFields.equals(other.unknownFields)) return false;
return true; return true;
} }
@@ -300,12 +273,12 @@ public final class PlayerCookReqOuterClass {
} }
int hash = 41; int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode(); hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + QTE_QUALITY_FIELD_NUMBER;
hash = (53 * hash) + getQteQuality();
hash = (37 * hash) + ASSIST_AVATAR_FIELD_NUMBER;
hash = (53 * hash) + getAssistAvatar();
hash = (37 * hash) + COOK_COUNT_FIELD_NUMBER; hash = (37 * hash) + COOK_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getCookCount(); hash = (53 * hash) + getCookCount();
hash = (37 * hash) + ASSIST_AVATAR_FIELD_NUMBER;
hash = (53 * hash) + getAssistAvatar();
hash = (37 * hash) + QTE_QUALITY_FIELD_NUMBER;
hash = (53 * hash) + getQteQuality();
hash = (37 * hash) + RECIPE_ID_FIELD_NUMBER; hash = (37 * hash) + RECIPE_ID_FIELD_NUMBER;
hash = (53 * hash) + getRecipeId(); hash = (53 * hash) + getRecipeId();
hash = (29 * hash) + unknownFields.hashCode(); hash = (29 * hash) + unknownFields.hashCode();
@@ -314,95 +287,87 @@ public final class PlayerCookReqOuterClass {
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data); return PARSER.parseFrom(data);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException { throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry); return PARSER.parseFrom(data, extensionRegistry);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
com.google.protobuf.ByteString data) com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException { throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data); return PARSER.parseFrom(data);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
com.google.protobuf.ByteString data, com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException { throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry); return PARSER.parseFrom(data, extensionRegistry);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(byte[] data)
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( throws com.google.protobuf.InvalidProtocolBufferException {
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data); return PARSER.parseFrom(data);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException { throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry); return PARSER.parseFrom(data, extensionRegistry);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(java.io.InputStream input)
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException { throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException( return com.google.protobuf.GeneratedMessageV3
PARSER, input, extensionRegistry); .parseWithIOException(PARSER, input);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq
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.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException { java.io.InputStream input,
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, 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.PlayerCookReqOuterClass.PlayerCookReq parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq 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.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom( public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq parseFrom(
com.google.protobuf.CodedInputStream input, com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException { throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException( return com.google.protobuf.GeneratedMessageV3
PARSER, input, extensionRegistry); .parseWithIOException(PARSER, input, extensionRegistry);
} }
@java.lang.Override @java.lang.Override
public Builder newBuilderForType() { public Builder newBuilderForType() { return newBuilder(); }
return newBuilder();
}
public static Builder newBuilder() { public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder(); return DEFAULT_INSTANCE.toBuilder();
} }
public static Builder newBuilder(emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq prototype) {
public static Builder newBuilder(
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
} }
@java.lang.Override @java.lang.Override
public Builder toBuilder() { public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
} }
@java.lang.Override @java.lang.Override
@@ -412,8 +377,6 @@ public final class PlayerCookReqOuterClass {
return builder; return builder;
} }
/** /**
*
*
* <pre> * <pre>
* CmdId: 150 * CmdId: 150
* Name: IMAKIKFJHOM * Name: IMAKIKFJHOM
@@ -421,49 +384,46 @@ public final class PlayerCookReqOuterClass {
* *
* Protobuf type {@code PlayerCookReq} * Protobuf type {@code PlayerCookReq}
*/ */
public static final class Builder public static final class Builder extends
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder> com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
implements
// @@protoc_insertion_point(builder_implements:PlayerCookReq) // @@protoc_insertion_point(builder_implements:PlayerCookReq)
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReqOrBuilder { emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReqOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final com.google.protobuf.Descriptors.Descriptor
return emu.grasscutter.net.proto.PlayerCookReqOuterClass getDescriptor() {
.internal_static_PlayerCookReq_descriptor; return emu.grasscutter.net.proto.PlayerCookReqOuterClass.internal_static_PlayerCookReq_descriptor;
} }
@java.lang.Override @java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() { internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.PlayerCookReqOuterClass return emu.grasscutter.net.proto.PlayerCookReqOuterClass.internal_static_PlayerCookReq_fieldAccessorTable
.internal_static_PlayerCookReq_fieldAccessorTable
.ensureFieldAccessorsInitialized( .ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.class, emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.class, emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.Builder.class);
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.Builder.class);
} }
// Construct using // Construct using emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.newBuilder()
// emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.newBuilder()
private Builder() { private Builder() {
maybeForceBuilderInitialization(); maybeForceBuilderInitialization();
} }
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent); super(parent);
maybeForceBuilderInitialization(); maybeForceBuilderInitialization();
} }
private void maybeForceBuilderInitialization() { private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
} }
@java.lang.Override @java.lang.Override
public Builder clear() { public Builder clear() {
super.clear(); super.clear();
qteQuality_ = 0; cookCount_ = 0;
assistAvatar_ = 0; assistAvatar_ = 0;
cookCount_ = 0; qteQuality_ = 0;
recipeId_ = 0; recipeId_ = 0;
@@ -471,14 +431,13 @@ public final class PlayerCookReqOuterClass {
} }
@java.lang.Override @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { public com.google.protobuf.Descriptors.Descriptor
return emu.grasscutter.net.proto.PlayerCookReqOuterClass getDescriptorForType() {
.internal_static_PlayerCookReq_descriptor; return emu.grasscutter.net.proto.PlayerCookReqOuterClass.internal_static_PlayerCookReq_descriptor;
} }
@java.lang.Override @java.lang.Override
public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq getDefaultInstanceForType() {
getDefaultInstanceForType() {
return emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.getDefaultInstance(); return emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.getDefaultInstance();
} }
@@ -493,11 +452,10 @@ public final class PlayerCookReqOuterClass {
@java.lang.Override @java.lang.Override
public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq buildPartial() { public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq buildPartial() {
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq result = emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq result = new emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq(this);
new emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq(this);
result.qteQuality_ = qteQuality_;
result.assistAvatar_ = assistAvatar_;
result.cookCount_ = cookCount_; result.cookCount_ = cookCount_;
result.assistAvatar_ = assistAvatar_;
result.qteQuality_ = qteQuality_;
result.recipeId_ = recipeId_; result.recipeId_ = recipeId_;
onBuilt(); onBuilt();
return result; return result;
@@ -507,60 +465,54 @@ public final class PlayerCookReqOuterClass {
public Builder clone() { public Builder clone() {
return super.clone(); return super.clone();
} }
@java.lang.Override @java.lang.Override
public Builder setField( public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value); return super.setField(field, value);
} }
@java.lang.Override @java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field); return super.clearField(field);
} }
@java.lang.Override @java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof); return super.clearOneof(oneof);
} }
@java.lang.Override @java.lang.Override
public Builder setRepeatedField( public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, com.google.protobuf.Descriptors.FieldDescriptor field,
int index, int index, java.lang.Object value) {
java.lang.Object value) {
return super.setRepeatedField(field, index, value); return super.setRepeatedField(field, index, value);
} }
@java.lang.Override @java.lang.Override
public Builder addRepeatedField( public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value); return super.addRepeatedField(field, value);
} }
@java.lang.Override @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) { if (other instanceof emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) {
return mergeFrom((emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) other); return mergeFrom((emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq)other);
} else { } else {
super.mergeFrom(other); super.mergeFrom(other);
return this; return this;
} }
} }
public Builder mergeFrom( public Builder mergeFrom(emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq other) {
emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq other) { if (other == emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.getDefaultInstance()) return this;
if (other if (other.getCookCount() != 0) {
== emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq.getDefaultInstance()) setCookCount(other.getCookCount());
return this;
if (other.getQteQuality() != 0) {
setQteQuality(other.getQteQuality());
} }
if (other.getAssistAvatar() != 0) { if (other.getAssistAvatar() != 0) {
setAssistAvatar(other.getAssistAvatar()); setAssistAvatar(other.getAssistAvatar());
} }
if (other.getCookCount() != 0) { if (other.getQteQuality() != 0) {
setCookCount(other.getCookCount()); setQteQuality(other.getQteQuality());
} }
if (other.getRecipeId() != 0) { if (other.getRecipeId() != 0) {
setRecipeId(other.getRecipeId()); setRecipeId(other.getRecipeId());
@@ -584,9 +536,7 @@ public final class PlayerCookReqOuterClass {
try { try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) { } catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = parsedMessage = (emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq) e.getUnfinishedMessage();
(emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq)
e.getUnfinishedMessage();
throw e.unwrapIOException(); throw e.unwrapIOException();
} finally { } finally {
if (parsedMessage != null) { if (parsedMessage != null) {
@@ -596,62 +546,40 @@ public final class PlayerCookReqOuterClass {
return this; return this;
} }
private int qteQuality_; private int cookCount_ ;
/** /**
* * <code>uint32 cook_count = 13;</code>
* * @return The cookCount.
* <pre>
* AIBLNBAFJOL
* </pre>
*
* <code>uint32 qte_quality = 13;</code>
*
* @return The qteQuality.
*/ */
@java.lang.Override @java.lang.Override
public int getQteQuality() { public int getCookCount() {
return qteQuality_; return cookCount_;
} }
/** /**
* * <code>uint32 cook_count = 13;</code>
* * @param value The cookCount to set.
* <pre>
* AIBLNBAFJOL
* </pre>
*
* <code>uint32 qte_quality = 13;</code>
*
* @param value The qteQuality to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setQteQuality(int value) { public Builder setCookCount(int value) {
qteQuality_ = value; cookCount_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* * <code>uint32 cook_count = 13;</code>
*
* <pre>
* AIBLNBAFJOL
* </pre>
*
* <code>uint32 qte_quality = 13;</code>
*
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearQteQuality() { public Builder clearCookCount() {
qteQuality_ = 0; cookCount_ = 0;
onChanged(); onChanged();
return this; return this;
} }
private int assistAvatar_; private int assistAvatar_ ;
/** /**
* <code>uint32 assist_avatar = 1;</code> * <code>uint32 assist_avatar = 1;</code>
*
* @return The assistAvatar. * @return The assistAvatar.
*/ */
@java.lang.Override @java.lang.Override
@@ -660,7 +588,6 @@ public final class PlayerCookReqOuterClass {
} }
/** /**
* <code>uint32 assist_avatar = 1;</code> * <code>uint32 assist_avatar = 1;</code>
*
* @param value The assistAvatar to set. * @param value The assistAvatar to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
@@ -672,7 +599,6 @@ public final class PlayerCookReqOuterClass {
} }
/** /**
* <code>uint32 assist_avatar = 1;</code> * <code>uint32 assist_avatar = 1;</code>
*
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearAssistAvatar() { public Builder clearAssistAvatar() {
@@ -682,62 +608,40 @@ public final class PlayerCookReqOuterClass {
return this; return this;
} }
private int cookCount_; private int qteQuality_ ;
/** /**
* * <code>uint32 qte_quality = 6;</code>
* * @return The qteQuality.
* <pre>
* EHPKNEPMOAO
* </pre>
*
* <code>uint32 cook_count = 6;</code>
*
* @return The cookCount.
*/ */
@java.lang.Override @java.lang.Override
public int getCookCount() { public int getQteQuality() {
return cookCount_; return qteQuality_;
} }
/** /**
* * <code>uint32 qte_quality = 6;</code>
* * @param value The qteQuality to set.
* <pre>
* EHPKNEPMOAO
* </pre>
*
* <code>uint32 cook_count = 6;</code>
*
* @param value The cookCount to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder setCookCount(int value) { public Builder setQteQuality(int value) {
cookCount_ = value; qteQuality_ = value;
onChanged(); onChanged();
return this; return this;
} }
/** /**
* * <code>uint32 qte_quality = 6;</code>
*
* <pre>
* EHPKNEPMOAO
* </pre>
*
* <code>uint32 cook_count = 6;</code>
*
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearCookCount() { public Builder clearQteQuality() {
cookCount_ = 0; qteQuality_ = 0;
onChanged(); onChanged();
return this; return this;
} }
private int recipeId_; private int recipeId_ ;
/** /**
* <code>uint32 recipe_id = 7;</code> * <code>uint32 recipe_id = 7;</code>
*
* @return The recipeId. * @return The recipeId.
*/ */
@java.lang.Override @java.lang.Override
@@ -746,7 +650,6 @@ public final class PlayerCookReqOuterClass {
} }
/** /**
* <code>uint32 recipe_id = 7;</code> * <code>uint32 recipe_id = 7;</code>
*
* @param value The recipeId to set. * @param value The recipeId to set.
* @return This builder for chaining. * @return This builder for chaining.
*/ */
@@ -758,7 +661,6 @@ public final class PlayerCookReqOuterClass {
} }
/** /**
* <code>uint32 recipe_id = 7;</code> * <code>uint32 recipe_id = 7;</code>
*
* @return This builder for chaining. * @return This builder for chaining.
*/ */
public Builder clearRecipeId() { public Builder clearRecipeId() {
@@ -767,7 +669,6 @@ public final class PlayerCookReqOuterClass {
onChanged(); onChanged();
return this; return this;
} }
@java.lang.Override @java.lang.Override
public final Builder setUnknownFields( public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) { final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -780,24 +681,22 @@ public final class PlayerCookReqOuterClass {
return super.mergeUnknownFields(unknownFields); return super.mergeUnknownFields(unknownFields);
} }
// @@protoc_insertion_point(builder_scope:PlayerCookReq) // @@protoc_insertion_point(builder_scope:PlayerCookReq)
} }
// @@protoc_insertion_point(class_scope:PlayerCookReq) // @@protoc_insertion_point(class_scope:PlayerCookReq)
private static final emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq private static final emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq DEFAULT_INSTANCE;
DEFAULT_INSTANCE;
static { static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq(); DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq();
} }
public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq public static emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq getDefaultInstance() {
getDefaultInstance() {
return DEFAULT_INSTANCE; return DEFAULT_INSTANCE;
} }
private static final com.google.protobuf.Parser<PlayerCookReq> PARSER = private static final com.google.protobuf.Parser<PlayerCookReq>
new com.google.protobuf.AbstractParser<PlayerCookReq>() { PARSER = new com.google.protobuf.AbstractParser<PlayerCookReq>() {
@java.lang.Override @java.lang.Override
public PlayerCookReq parsePartialFrom( public PlayerCookReq parsePartialFrom(
com.google.protobuf.CodedInputStream input, com.google.protobuf.CodedInputStream input,
@@ -817,41 +716,41 @@ public final class PlayerCookReqOuterClass {
} }
@java.lang.Override @java.lang.Override
public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq public emu.grasscutter.net.proto.PlayerCookReqOuterClass.PlayerCookReq getDefaultInstanceForType() {
getDefaultInstanceForType() {
return DEFAULT_INSTANCE; return DEFAULT_INSTANCE;
} }
} }
private static final com.google.protobuf.Descriptors.Descriptor private static final com.google.protobuf.Descriptors.Descriptor
internal_static_PlayerCookReq_descriptor; internal_static_PlayerCookReq_descriptor;
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_PlayerCookReq_fieldAccessorTable; internal_static_PlayerCookReq_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor; return descriptor;
} }
private static com.google.protobuf.Descriptors.FileDescriptor
private static com.google.protobuf.Descriptors.FileDescriptor descriptor; descriptor;
static { static {
java.lang.String[] descriptorData = { java.lang.String[] descriptorData = {
"\n\023PlayerCookReq.proto\"b\n\rPlayerCookReq\022\023" "\n\023PlayerCookReq.proto\"b\n\rPlayerCookReq\022\022" +
+ "\n\013qte_quality\030\r \001(\r\022\025\n\rassist_avatar\030\001 \001" "\n\ncook_count\030\r \001(\r\022\025\n\rassist_avatar\030\001 \001(" +
+ "(\r\022\022\n\ncook_count\030\006 \001(\r\022\021\n\trecipe_id\030\007 \001(" "\r\022\023\n\013qte_quality\030\006 \001(\r\022\021\n\trecipe_id\030\007 \001(" +
+ "\rB!\n\031emu.grasscutter.net.protoZ\004/genb\006pr" "\rB\033\n\031emu.grasscutter.net.protob\006proto3"
+ "oto3"
}; };
descriptor = descriptor = com.google.protobuf.Descriptors.FileDescriptor
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( .internalBuildGeneratedFileFrom(descriptorData,
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); new com.google.protobuf.Descriptors.FileDescriptor[] {
internal_static_PlayerCookReq_descriptor = getDescriptor().getMessageTypes().get(0);
internal_static_PlayerCookReq_fieldAccessorTable =
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_PlayerCookReq_descriptor,
new java.lang.String[] {
"QteQuality", "AssistAvatar", "CookCount", "RecipeId",
}); });
internal_static_PlayerCookReq_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_PlayerCookReq_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_PlayerCookReq_descriptor,
new java.lang.String[] { "CookCount", "AssistAvatar", "QteQuality", "RecipeId", });
} }
// @@protoc_insertion_point(outer_class_scope) // @@protoc_insertion_point(outer_class_scope)