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