mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 21:09:55 +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
+215
-102
@@ -19,11 +19,11 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
int getAvatarTeamMapCount();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
boolean containsAvatarTeamMap(
|
||||
int key);
|
||||
@@ -34,52 +34,42 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
||||
getAvatarTeamMap();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam>
|
||||
getAvatarTeamMapMap();
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrDefault(
|
||||
int key,
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam defaultValue);
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam getAvatarTeamMapOrThrow(
|
||||
int key);
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getTempAvatarGuidListList();
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
int getTempAvatarGuidListCount();
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
long getTempAvatarGuidList(int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1739;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarTeamUpdateNotify}
|
||||
*/
|
||||
public static final class AvatarTeamUpdateNotify extends
|
||||
@@ -126,28 +116,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 80: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 122: {
|
||||
case 50: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
avatarTeamMap_ = com.google.protobuf.MapField.newMapField(
|
||||
AvatarTeamMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -160,6 +129,27 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
avatarTeamMap__.getKey(), avatarTeamMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
tempAvatarGuidList_.addLong(input.readUInt64());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -192,7 +182,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 15:
|
||||
case 6:
|
||||
return internalGetAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -207,7 +197,138 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarTeamUpdateNotifyOuterClass.AvatarTeamUpdateNotify.class, emu.grasscutter.net.proto.AvatarTeamUpdateNotifyOuterClass.AvatarTeamUpdateNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_TEAM_MAP_FIELD_NUMBER = 15;
|
||||
/**
|
||||
* Protobuf enum {@code AvatarTeamUpdateNotify.KGKBPKDHFNL}
|
||||
*/
|
||||
public enum KGKBPKDHFNL
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1723;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1723),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final KGKBPKDHFNL DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1723;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1723;
|
||||
/**
|
||||
* <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 KGKBPKDHFNL 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 KGKBPKDHFNL forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1723: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<KGKBPKDHFNL>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
KGKBPKDHFNL> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<KGKBPKDHFNL>() {
|
||||
public KGKBPKDHFNL findValueByNumber(int number) {
|
||||
return KGKBPKDHFNL.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.AvatarTeamUpdateNotifyOuterClass.AvatarTeamUpdateNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final KGKBPKDHFNL[] VALUES = getStaticValuesArray();
|
||||
private static KGKBPKDHFNL[] getStaticValuesArray() {
|
||||
return new KGKBPKDHFNL[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static KGKBPKDHFNL 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 KGKBPKDHFNL(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarTeamUpdateNotify.KGKBPKDHFNL)
|
||||
}
|
||||
|
||||
public static final int AVATARTEAMMAP_FIELD_NUMBER = 6;
|
||||
private static final class AvatarTeamMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Integer, emu.grasscutter.net.proto.AvatarTeamOuterClass.AvatarTeam> defaultEntry =
|
||||
@@ -234,7 +355,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -252,7 +373,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return getAvatarTeamMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -260,7 +381,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -273,7 +394,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -288,10 +409,10 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int TEMP_AVATAR_GUID_LIST_FIELD_NUMBER = 10;
|
||||
public static final int TEMPAVATARGUIDLIST_FIELD_NUMBER = 8;
|
||||
private com.google.protobuf.Internal.LongList tempAvatarGuidList_;
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -300,14 +421,14 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return tempAvatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
public int getTempAvatarGuidListCount() {
|
||||
return tempAvatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
@@ -331,19 +452,19 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (getTempAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(82);
|
||||
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,
|
||||
15);
|
||||
6);
|
||||
if (getTempAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(66);
|
||||
output.writeUInt32NoTag(tempAvatarGuidListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
output.writeUInt64NoTag(tempAvatarGuidList_.getLong(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -353,6 +474,16 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
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>
|
||||
avatarTeamMap__ = AvatarTeamMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
||||
.setKey(entry.getKey())
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(6, avatarTeamMap__);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < tempAvatarGuidList_.size(); i++) {
|
||||
@@ -367,16 +498,6 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
}
|
||||
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>
|
||||
avatarTeamMap__ = AvatarTeamMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
||||
.setKey(entry.getKey())
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(15, avatarTeamMap__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -408,11 +529,11 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (!internalGetAvatarTeamMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + AVATAR_TEAM_MAP_FIELD_NUMBER;
|
||||
hash = (37 * hash) + AVATARTEAMMAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetAvatarTeamMap().hashCode();
|
||||
}
|
||||
if (getTempAvatarGuidListCount() > 0) {
|
||||
hash = (37 * hash) + TEMP_AVATAR_GUID_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TEMPAVATARGUIDLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTempAvatarGuidListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -511,16 +632,6 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1739;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarTeamUpdateNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -536,7 +647,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 15:
|
||||
case 6:
|
||||
return internalGetAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -547,7 +658,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 15:
|
||||
case 6:
|
||||
return internalGetMutableAvatarTeamMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -734,7 +845,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -752,7 +863,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return getAvatarTeamMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -760,7 +871,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return internalGetAvatarTeamMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -773,7 +884,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -794,7 +905,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
public Builder removeAvatarTeamMap(
|
||||
@@ -813,7 +924,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return internalGetMutableAvatarTeamMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
public Builder putAvatarTeamMap(
|
||||
int key,
|
||||
@@ -825,7 +936,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint32, .AvatarTeam> avatar_team_map = 15;</code>
|
||||
* <code>map<uint32, .AvatarTeam> avatarTeamMap = 6;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllAvatarTeamMap(
|
||||
@@ -843,7 +954,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return A list containing the tempAvatarGuidList.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
@@ -852,14 +963,14 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
java.util.Collections.unmodifiableList(tempAvatarGuidList_) : tempAvatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return The count of tempAvatarGuidList.
|
||||
*/
|
||||
public int getTempAvatarGuidListCount() {
|
||||
return tempAvatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The tempAvatarGuidList at the given index.
|
||||
*/
|
||||
@@ -867,7 +978,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return tempAvatarGuidList_.getLong(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The tempAvatarGuidList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -880,7 +991,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param value The tempAvatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -891,7 +1002,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @param values The tempAvatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -904,7 +1015,7 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 temp_avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 tempAvatarGuidList = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTempAvatarGuidList() {
|
||||
@@ -986,12 +1097,14 @@ public final class AvatarTeamUpdateNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\034AvatarTeamUpdateNotify.proto\032\020AvatarTe" +
|
||||
"am.proto\"\277\001\n\026AvatarTeamUpdateNotify\022C\n\017a" +
|
||||
"vatar_team_map\030\017 \003(\0132*.AvatarTeamUpdateN" +
|
||||
"otify.AvatarTeamMapEntry\022\035\n\025temp_avatar_" +
|
||||
"guid_list\030\n \003(\004\032A\n\022AvatarTeamMapEntry\022\013\n" +
|
||||
"\003key\030\001 \001(\r\022\032\n\005value\030\002 \001(\0132\013.AvatarTeam:\002" +
|
||||
"8\001B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"am.proto\"\213\002\n\026AvatarTeamUpdateNotify\022A\n\ra" +
|
||||
"vatarTeamMap\030\006 \003(\0132*.AvatarTeamUpdateNot" +
|
||||
"ify.AvatarTeamMapEntry\022\032\n\022tempAvatarGuid" +
|
||||
"List\030\010 \003(\004\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" +
|
||||
"\013KGKBPKDHFNL\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\273\r" +
|
||||
"\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033" +
|
||||
"\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user