Add new protocol definitions

This commit is contained in:
KingRainbow44
2023-08-14 18:57:07 -04:00
Unverified
parent 1bcb79840c
commit ceeaf3748a
3772 changed files with 448618 additions and 1108926 deletions
@@ -19,15 +19,15 @@ public final class PlayerFishingDataNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 last_fish_rod_id = 9;</code>
* <code>uint32 last_fish_rod_id = 12;</code>
* @return The lastFishRodId.
*/
int getLastFishRodId();
}
/**
* <pre>
* CmdId: 5843
* Obf: PAODNIBLDNN
* CmdId: 6317
* Obf: JPONLOAPCLH
* </pre>
*
* Protobuf type {@code PlayerFishingDataNotify}
@@ -74,7 +74,7 @@ public final class PlayerFishingDataNotifyOuterClass {
case 0:
done = true;
break;
case 72: {
case 96: {
lastFishRodId_ = input.readUInt32();
break;
@@ -111,10 +111,10 @@ public final class PlayerFishingDataNotifyOuterClass {
emu.grasscutter.net.proto.PlayerFishingDataNotifyOuterClass.PlayerFishingDataNotify.class, emu.grasscutter.net.proto.PlayerFishingDataNotifyOuterClass.PlayerFishingDataNotify.Builder.class);
}
public static final int LAST_FISH_ROD_ID_FIELD_NUMBER = 9;
public static final int LAST_FISH_ROD_ID_FIELD_NUMBER = 12;
private int lastFishRodId_;
/**
* <code>uint32 last_fish_rod_id = 9;</code>
* <code>uint32 last_fish_rod_id = 12;</code>
* @return The lastFishRodId.
*/
@java.lang.Override
@@ -137,7 +137,7 @@ public final class PlayerFishingDataNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (lastFishRodId_ != 0) {
output.writeUInt32(9, lastFishRodId_);
output.writeUInt32(12, lastFishRodId_);
}
unknownFields.writeTo(output);
}
@@ -150,7 +150,7 @@ public final class PlayerFishingDataNotifyOuterClass {
size = 0;
if (lastFishRodId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, lastFishRodId_);
.computeUInt32Size(12, lastFishRodId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -279,8 +279,8 @@ public final class PlayerFishingDataNotifyOuterClass {
}
/**
* <pre>
* CmdId: 5843
* Obf: PAODNIBLDNN
* CmdId: 6317
* Obf: JPONLOAPCLH
* </pre>
*
* Protobuf type {@code PlayerFishingDataNotify}
@@ -431,7 +431,7 @@ public final class PlayerFishingDataNotifyOuterClass {
private int lastFishRodId_ ;
/**
* <code>uint32 last_fish_rod_id = 9;</code>
* <code>uint32 last_fish_rod_id = 12;</code>
* @return The lastFishRodId.
*/
@java.lang.Override
@@ -439,7 +439,7 @@ public final class PlayerFishingDataNotifyOuterClass {
return lastFishRodId_;
}
/**
* <code>uint32 last_fish_rod_id = 9;</code>
* <code>uint32 last_fish_rod_id = 12;</code>
* @param value The lastFishRodId to set.
* @return This builder for chaining.
*/
@@ -450,7 +450,7 @@ public final class PlayerFishingDataNotifyOuterClass {
return this;
}
/**
* <code>uint32 last_fish_rod_id = 9;</code>
* <code>uint32 last_fish_rod_id = 12;</code>
* @return This builder for chaining.
*/
public Builder clearLastFishRodId() {
@@ -527,7 +527,7 @@ public final class PlayerFishingDataNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\035PlayerFishingDataNotify.proto\"3\n\027Playe" +
"rFishingDataNotify\022\030\n\020last_fish_rod_id\030\t" +
"rFishingDataNotify\022\030\n\020last_fish_rod_id\030\014" +
" \001(\rB\033\n\031emu.grasscutter.net.protob\006proto" +
"3"
};