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,14 +19,14 @@ public final class WidgetCameraInfoOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 target_entity_id = 5;</code>
* <code>uint32 target_entity_id = 4;</code>
* @return The targetEntityId.
*/
int getTargetEntityId();
}
/**
* <pre>
* Obf: CNJMNIJCIAA
* Obf: OHOKHLNOBNM
* </pre>
*
* Protobuf type {@code WidgetCameraInfo}
@@ -73,7 +73,7 @@ public final class WidgetCameraInfoOuterClass {
case 0:
done = true;
break;
case 40: {
case 32: {
targetEntityId_ = input.readUInt32();
break;
@@ -110,10 +110,10 @@ public final class WidgetCameraInfoOuterClass {
emu.grasscutter.net.proto.WidgetCameraInfoOuterClass.WidgetCameraInfo.class, emu.grasscutter.net.proto.WidgetCameraInfoOuterClass.WidgetCameraInfo.Builder.class);
}
public static final int TARGET_ENTITY_ID_FIELD_NUMBER = 5;
public static final int TARGET_ENTITY_ID_FIELD_NUMBER = 4;
private int targetEntityId_;
/**
* <code>uint32 target_entity_id = 5;</code>
* <code>uint32 target_entity_id = 4;</code>
* @return The targetEntityId.
*/
@java.lang.Override
@@ -136,7 +136,7 @@ public final class WidgetCameraInfoOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (targetEntityId_ != 0) {
output.writeUInt32(5, targetEntityId_);
output.writeUInt32(4, targetEntityId_);
}
unknownFields.writeTo(output);
}
@@ -149,7 +149,7 @@ public final class WidgetCameraInfoOuterClass {
size = 0;
if (targetEntityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, targetEntityId_);
.computeUInt32Size(4, targetEntityId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -278,7 +278,7 @@ public final class WidgetCameraInfoOuterClass {
}
/**
* <pre>
* Obf: CNJMNIJCIAA
* Obf: OHOKHLNOBNM
* </pre>
*
* Protobuf type {@code WidgetCameraInfo}
@@ -429,7 +429,7 @@ public final class WidgetCameraInfoOuterClass {
private int targetEntityId_ ;
/**
* <code>uint32 target_entity_id = 5;</code>
* <code>uint32 target_entity_id = 4;</code>
* @return The targetEntityId.
*/
@java.lang.Override
@@ -437,7 +437,7 @@ public final class WidgetCameraInfoOuterClass {
return targetEntityId_;
}
/**
* <code>uint32 target_entity_id = 5;</code>
* <code>uint32 target_entity_id = 4;</code>
* @param value The targetEntityId to set.
* @return This builder for chaining.
*/
@@ -448,7 +448,7 @@ public final class WidgetCameraInfoOuterClass {
return this;
}
/**
* <code>uint32 target_entity_id = 5;</code>
* <code>uint32 target_entity_id = 4;</code>
* @return This builder for chaining.
*/
public Builder clearTargetEntityId() {
@@ -525,7 +525,7 @@ public final class WidgetCameraInfoOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\026WidgetCameraInfo.proto\",\n\020WidgetCamera" +
"Info\022\030\n\020target_entity_id\030\005 \001(\rB\033\n\031emu.gr" +
"Info\022\030\n\020target_entity_id\030\004 \001(\rB\033\n\031emu.gr" +
"asscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor