mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 14:10:40 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+242
-130
@@ -19,45 +19,45 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getTempAvatarGuidListList();
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
int getTempAvatarGuidListCount();
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
long getTempAvatarGuidList(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return A list containing the backupAvatarTeamOrderList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getBackupAvatarTeamOrderListList();
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return The count of backupAvatarTeamOrderList.
|
||||
*/
|
||||
int getBackupAvatarTeamOrderListCount();
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The backupAvatarTeamOrderList at the given index.
|
||||
*/
|
||||
int getBackupAvatarTeamOrderList(int index);
|
||||
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
int getAvatarTeamMapCount();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
boolean containsAvatarTeamMap(
|
||||
int key);
|
||||
@@ -68,35 +68,25 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
||||
getAvatarTeamMap();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
||||
getAvatarTeamMapMap();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault(
|
||||
int key,
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow(
|
||||
int key);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1615;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarTeamAllDataNotify}
|
||||
*/
|
||||
public static final class AvatarTeamAllDataNotify extends
|
||||
@@ -144,28 +134,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 42: {
|
||||
case 98: {
|
||||
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
||||
avatarTeamMap_ = com.google.protobuf.MapField.newMapField(
|
||||
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -178,7 +147,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
avatarTeamMap__.getKey(), avatarTeamMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 112: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
backupAvatarTeamOrderList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
@@ -186,7 +155,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
backupAvatarTeamOrderList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
case 114: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -199,6 +168,27 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -214,12 +204,12 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
tempAvatarGuidList_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
backupAvatarTeamOrderList_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
tempAvatarGuidList_.makeImmutable(); // C
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
@@ -234,7 +224,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 12:
|
||||
return internalGetAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -249,10 +239,141 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarTeamAllDataNotifyOuterClass.AvatarTeamAllDataNotify.class, emu.grasscutter.net.proto.AvatarTeamAllDataNotifyOuterClass.AvatarTeamAllDataNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TEMP_AVATAR_GUID_LIST_FIELD_NUMBER = 2;
|
||||
/**
|
||||
* Protobuf enum {@code AvatarTeamAllDataNotify.AMCELHNAEJK}
|
||||
*/
|
||||
public enum AMCELHNAEJK
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1763;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1763),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final AMCELHNAEJK DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1763;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1763;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AMCELHNAEJK valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AMCELHNAEJK forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1763: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AMCELHNAEJK>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
AMCELHNAEJK> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AMCELHNAEJK>() {
|
||||
public AMCELHNAEJK findValueByNumber(int number) {
|
||||
return AMCELHNAEJK.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(index);
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AvatarTeamAllDataNotifyOuterClass.AvatarTeamAllDataNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final AMCELHNAEJK[] VALUES = getStaticValuesArray();
|
||||
private static AMCELHNAEJK[] getStaticValuesArray() {
|
||||
return new AMCELHNAEJK[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static AMCELHNAEJK valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int index;
|
||||
private final int value;
|
||||
|
||||
private AMCELHNAEJK(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarTeamAllDataNotify.AMCELHNAEJK)
|
||||
}
|
||||
|
||||
public static final int TEMPAVATARGUIDLIST_FIELD_NUMBER = 15;
|
||||
private com.google.protobuf.Internal.LongList tempAvatarGuidList_;
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -261,14 +382,14 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return tempAvatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
public int getTempAvatarGuidListCount() {
|
||||
return tempAvatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
@@ -277,10 +398,10 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
}
|
||||
private int tempAvatarGuidListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int BACKUP_AVATAR_TEAM_ORDER_LIST_FIELD_NUMBER = 10;
|
||||
public static final int BACKUPAVATARTEAMORDERLIST_FIELD_NUMBER = 14;
|
||||
private com.google.protobuf.Internal.IntList backupAvatarTeamOrderList_;
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return A list containing the backupAvatarTeamOrderList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -289,14 +410,14 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return backupAvatarTeamOrderList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return The count of backupAvatarTeamOrderList.
|
||||
*/
|
||||
public int getBackupAvatarTeamOrderListCount() {
|
||||
return backupAvatarTeamOrderList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The backupAvatarTeamOrderList at the given index.
|
||||
*/
|
||||
@@ -305,7 +426,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
}
|
||||
private int backupAvatarTeamOrderListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int AVATAR_TEAM_MAP_FIELD_NUMBER = 5;
|
||||
public static final int AVATARTEAMMAP_FIELD_NUMBER = 12;
|
||||
private static final class AvatarTeamMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> defaultEntry =
|
||||
@@ -332,7 +453,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -350,7 +471,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return getAvatarTeamMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -358,7 +479,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -371,7 +492,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -401,26 +522,26 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getTempAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(18);
|
||||
output.writeUInt32NoTag(tempAvatarGuidListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
output.writeUInt64NoTag(tempAvatarGuidList_.getLong(i));
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeIntegerMapTo(
|
||||
output,
|
||||
internalGetAvatarTeamMap(),
|
||||
AvatarTeamMapDefaultEntryHolder.defaultEntry,
|
||||
5);
|
||||
12);
|
||||
if (getBackupAvatarTeamOrderListList().size() > 0) {
|
||||
output.writeUInt32NoTag(82);
|
||||
output.writeUInt32NoTag(114);
|
||||
output.writeUInt32NoTag(backupAvatarTeamOrderListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < backupAvatarTeamOrderList_.size(); i++) {
|
||||
output.writeUInt32NoTag(backupAvatarTeamOrderList_.getInt(i));
|
||||
}
|
||||
if (getTempAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(122);
|
||||
output.writeUInt32NoTag(tempAvatarGuidListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
output.writeUInt64NoTag(tempAvatarGuidList_.getLong(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -430,20 +551,6 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64SizeNoTag(tempAvatarGuidList_.getLong(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getTempAvatarGuidListList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
tempAvatarGuidListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> entry
|
||||
: internalGetAvatarTeamMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
||||
@@ -452,7 +559,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(5, avatarTeamMap__);
|
||||
.computeMessageSize(12, avatarTeamMap__);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -468,6 +575,20 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
}
|
||||
backupAvatarTeamOrderListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64SizeNoTag(tempAvatarGuidList_.getLong(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getTempAvatarGuidListList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
tempAvatarGuidListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -501,15 +622,15 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getTempAvatarGuidListCount() > 0) {
|
||||
hash = (37 * hash) + TEMP_AVATAR_GUID_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TEMPAVATARGUIDLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTempAvatarGuidListList().hashCode();
|
||||
}
|
||||
if (getBackupAvatarTeamOrderListCount() > 0) {
|
||||
hash = (37 * hash) + BACKUP_AVATAR_TEAM_ORDER_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + BACKUPAVATARTEAMORDERLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBackupAvatarTeamOrderListList().hashCode();
|
||||
}
|
||||
if (!internalGetAvatarTeamMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + AVATAR_TEAM_MAP_FIELD_NUMBER;
|
||||
hash = (37 * hash) + AVATARTEAMMAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetAvatarTeamMap().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -608,16 +729,6 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1615;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarTeamAllDataNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -633,7 +744,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 12:
|
||||
return internalGetAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -644,7 +755,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 5:
|
||||
case 12:
|
||||
return internalGetMutableAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -829,7 +940,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
@@ -838,14 +949,14 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
java.util.Collections.unmodifiableList(tempAvatarGuidList_) : tempAvatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
public int getTempAvatarGuidListCount() {
|
||||
return tempAvatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
@@ -853,7 +964,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return tempAvatarGuidList_.getLong(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The tempAvatarGuidList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -866,7 +977,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param value The tempAvatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -877,7 +988,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @param values The tempAvatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -890,7 +1001,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 2;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTempAvatarGuidList() {
|
||||
@@ -908,7 +1019,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return A list containing the backupAvatarTeamOrderList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
@@ -917,14 +1028,14 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
java.util.Collections.unmodifiableList(backupAvatarTeamOrderList_) : backupAvatarTeamOrderList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return The count of backupAvatarTeamOrderList.
|
||||
*/
|
||||
public int getBackupAvatarTeamOrderListCount() {
|
||||
return backupAvatarTeamOrderList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The backupAvatarTeamOrderList at the given index.
|
||||
*/
|
||||
@@ -932,7 +1043,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return backupAvatarTeamOrderList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The backupAvatarTeamOrderList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -945,7 +1056,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param value The backupAvatarTeamOrderList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -956,7 +1067,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @param values The backupAvatarTeamOrderList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -969,7 +1080,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 backup_avatar_team_order_list = 10;</code>
|
||||
* <code>repeated uint32 backupAvatarTeamOrderList = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBackupAvatarTeamOrderList() {
|
||||
@@ -1006,7 +1117,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -1024,7 +1135,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return getAvatarTeamMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -1032,7 +1143,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -1045,7 +1156,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -1066,7 +1177,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
public Builder removeAvatarTeamMap(
|
||||
@@ -1085,7 +1196,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return internalGetMutableAvatarTeamMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
public Builder putAvatarTeamMap(
|
||||
int key,
|
||||
@@ -1097,7 +1208,7 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 5;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 12;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllAvatarTeamMap(
|
||||
@@ -1179,14 +1290,15 @@ public final class AvatarTeamAllDataNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035AvatarTeamAllDataNotify.proto\032\020AvatarT" +
|
||||
"eam.proto\"\350\001\n\027AvatarTeamAllDataNotify\022\035\n" +
|
||||
"\025temp_avatar_guid_list\030\002 \003(\004\022%\n\035backup_a" +
|
||||
"vatar_team_order_list\030\n \003(\r\022D\n\017avatar_te" +
|
||||
"am_map\030\005 \003(\0132+.AvatarTeamAllDataNotify.A" +
|
||||
"vatarTeamMapEntry\032A\n\022AvatarTeamMapEntry\022" +
|
||||
"\013\n\003key\030\001 \001(\r\022\032\n\005value\030\002 \001(\0132\013.AvatarTeam" +
|
||||
":\0028\001B\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
"eam.proto\"\260\002\n\027AvatarTeamAllDataNotify\022\032\n" +
|
||||
"\022tempAvatarGuidList\030\017 \003(\004\022!\n\031backupAvata" +
|
||||
"rTeamOrderList\030\016 \003(\r\022B\n\ravatarTeamMap\030\014 " +
|
||||
"\003(\0132+.AvatarTeamAllDataNotify.AvatarTeam" +
|
||||
"MapEntry\032A\n\022AvatarTeamMapEntry\022\013\n\003key\030\001 " +
|
||||
"\001(\r\022\032\n\005value\030\002 \001(\0132\013.AvatarTeam:\0028\001\"O\n\013A" +
|
||||
"MCELHNAEJK\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\343\r\022\017" +
|
||||
"\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031" +
|
||||
"emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user