view team info
parent
a2b6955507
commit
589138f8a1
|
@ -137,9 +137,9 @@ public final class ChatProto {
|
|||
com.google.protobuf.ByteString
|
||||
getMsgBytes();
|
||||
|
||||
// optional string head = 8;
|
||||
// optional int32 head = 8;
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
|
@ -147,22 +147,13 @@ public final class ChatProto {
|
|||
*/
|
||||
boolean hasHead();
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
java.lang.String getHead();
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getHeadBytes();
|
||||
int getHead();
|
||||
|
||||
// optional int32 frame = 9;
|
||||
/**
|
||||
|
@ -425,9 +416,9 @@ public final class ChatProto {
|
|||
msg_ = input.readBytes();
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
case 64: {
|
||||
bitField0_ |= 0x00000040;
|
||||
head_ = input.readBytes();
|
||||
head_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
@ -726,11 +717,11 @@ public final class ChatProto {
|
|||
}
|
||||
}
|
||||
|
||||
// optional string head = 8;
|
||||
// optional int32 head = 8;
|
||||
public static final int HEAD_FIELD_NUMBER = 8;
|
||||
private java.lang.Object head_;
|
||||
private int head_;
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
|
@ -740,45 +731,14 @@ public final class ChatProto {
|
|||
return ((bitField0_ & 0x00000040) == 0x00000040);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
if (bs.isValidUtf8()) {
|
||||
head_ = s;
|
||||
}
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
|
||||
// optional int32 frame = 9;
|
||||
|
@ -1028,7 +988,7 @@ public final class ChatProto {
|
|||
sendervip_ = 0;
|
||||
times_ = 0L;
|
||||
msg_ = "";
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
frame_ = 0;
|
||||
soulVal_ = 0;
|
||||
messageId_ = 0L;
|
||||
|
@ -1071,7 +1031,7 @@ public final class ChatProto {
|
|||
output.writeBytes(7, getMsgBytes());
|
||||
}
|
||||
if (((bitField0_ & 0x00000040) == 0x00000040)) {
|
||||
output.writeBytes(8, getHeadBytes());
|
||||
output.writeInt32(8, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000080) == 0x00000080)) {
|
||||
output.writeInt32(9, frame_);
|
||||
|
@ -1138,7 +1098,7 @@ public final class ChatProto {
|
|||
}
|
||||
if (((bitField0_ & 0x00000040) == 0x00000040)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(8, getHeadBytes());
|
||||
.computeInt32Size(8, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000080) == 0x00000080)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
|
@ -1308,7 +1268,7 @@ public final class ChatProto {
|
|||
bitField0_ = (bitField0_ & ~0x00000010);
|
||||
msg_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000040);
|
||||
frame_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000080);
|
||||
|
@ -1465,9 +1425,7 @@ public final class ChatProto {
|
|||
onChanged();
|
||||
}
|
||||
if (other.hasHead()) {
|
||||
bitField0_ |= 0x00000040;
|
||||
head_ = other.head_;
|
||||
onChanged();
|
||||
setHead(other.getHead());
|
||||
}
|
||||
if (other.hasFrame()) {
|
||||
setFrame(other.getFrame());
|
||||
|
@ -1918,10 +1876,10 @@ public final class ChatProto {
|
|||
return this;
|
||||
}
|
||||
|
||||
// optional string head = 8;
|
||||
private java.lang.Object head_ = "";
|
||||
// optional int32 head = 8;
|
||||
private int head_ ;
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
|
@ -1931,62 +1889,30 @@ public final class ChatProto {
|
|||
return ((bitField0_ & 0x00000040) == 0x00000040);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
java.lang.String s = ((com.google.protobuf.ByteString) ref)
|
||||
.toStringUtf8();
|
||||
head_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setHead(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000040;
|
||||
public Builder setHead(int value) {
|
||||
bitField0_ |= 0x00000040;
|
||||
head_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
* <code>optional int32 head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
|
@ -1994,24 +1920,7 @@ public final class ChatProto {
|
|||
*/
|
||||
public Builder clearHead() {
|
||||
bitField0_ = (bitField0_ & ~0x00000040);
|
||||
head_ = getDefaultInstance().getHead();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 8;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setHeadBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000040;
|
||||
head_ = value;
|
||||
head_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
@ -5647,7 +5556,7 @@ public final class ChatProto {
|
|||
"ocols\"\266\002\n\010ChatInfo\022\020\n\010senderId\030\001 \001(\005\022\022\n\n" +
|
||||
"senderName\030\002 \001(\t\022\023\n\013senderlevel\030\003 \001(\005\022\021\n" +
|
||||
"\tsendervip\030\005 \001(\005\022\r\n\005times\030\006 \001(\004\022\013\n\003msg\030\007" +
|
||||
" \001(\t\022\014\n\004head\030\010 \001(\t\022\r\n\005frame\030\t \001(\005\022\017\n\007sou" +
|
||||
" \001(\t\022\014\n\004head\030\010 \001(\005\022\r\n\005frame\030\t \001(\005\022\017\n\007sou" +
|
||||
"lVal\030\n \001(\005\022\021\n\tmessageId\030\013 \001(\004\022\023\n\013message" +
|
||||
"Type\030\r \001(\005\022\016\n\006itemId\030\016 \001(\005\022\014\n\004type\030\017 \001(\005" +
|
||||
"\022\021\n\tstartTime\030\020 \001(\005\022\017\n\007endTime\030\021 \001(\005\022\025\n\r" +
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -164,9 +164,9 @@ public final class Family {
|
|||
*/
|
||||
int getSoulForce();
|
||||
|
||||
// optional string head = 9;
|
||||
// optional int32 head = 9;
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
|
@ -174,22 +174,13 @@ public final class Family {
|
|||
*/
|
||||
boolean hasHead();
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
java.lang.String getHead();
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getHeadBytes();
|
||||
int getHead();
|
||||
|
||||
// optional int32 frame = 10;
|
||||
/**
|
||||
|
@ -300,9 +291,9 @@ public final class Family {
|
|||
soulForce_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 74: {
|
||||
case 72: {
|
||||
bitField0_ |= 0x00000100;
|
||||
head_ = input.readBytes();
|
||||
head_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
@ -573,11 +564,11 @@ public final class Family {
|
|||
return soulForce_;
|
||||
}
|
||||
|
||||
// optional string head = 9;
|
||||
// optional int32 head = 9;
|
||||
public static final int HEAD_FIELD_NUMBER = 9;
|
||||
private java.lang.Object head_;
|
||||
private int head_;
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
|
@ -587,45 +578,14 @@ public final class Family {
|
|||
return ((bitField0_ & 0x00000100) == 0x00000100);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
if (bs.isValidUtf8()) {
|
||||
head_ = s;
|
||||
}
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
|
||||
// optional int32 frame = 10;
|
||||
|
@ -661,7 +621,7 @@ public final class Family {
|
|||
seconds_ = 0;
|
||||
contributeToday_ = 0;
|
||||
soulForce_ = 0;
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
frame_ = 0;
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
|
@ -721,7 +681,7 @@ public final class Family {
|
|||
output.writeInt32(8, soulForce_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000100) == 0x00000100)) {
|
||||
output.writeBytes(9, getHeadBytes());
|
||||
output.writeInt32(9, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000200) == 0x00000200)) {
|
||||
output.writeInt32(10, frame_);
|
||||
|
@ -769,7 +729,7 @@ public final class Family {
|
|||
}
|
||||
if (((bitField0_ & 0x00000100) == 0x00000100)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(9, getHeadBytes());
|
||||
.computeInt32Size(9, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000200) == 0x00000200)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
|
@ -907,7 +867,7 @@ public final class Family {
|
|||
bitField0_ = (bitField0_ & ~0x00000040);
|
||||
soulForce_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000080);
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000100);
|
||||
frame_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000200);
|
||||
|
@ -1022,9 +982,7 @@ public final class Family {
|
|||
setSoulForce(other.getSoulForce());
|
||||
}
|
||||
if (other.hasHead()) {
|
||||
bitField0_ |= 0x00000100;
|
||||
head_ = other.head_;
|
||||
onChanged();
|
||||
setHead(other.getHead());
|
||||
}
|
||||
if (other.hasFrame()) {
|
||||
setFrame(other.getFrame());
|
||||
|
@ -1517,10 +1475,10 @@ public final class Family {
|
|||
return this;
|
||||
}
|
||||
|
||||
// optional string head = 9;
|
||||
private java.lang.Object head_ = "";
|
||||
// optional int32 head = 9;
|
||||
private int head_ ;
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
|
@ -1530,62 +1488,30 @@ public final class Family {
|
|||
return ((bitField0_ & 0x00000100) == 0x00000100);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
java.lang.String s = ((com.google.protobuf.ByteString) ref)
|
||||
.toStringUtf8();
|
||||
head_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setHead(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000100;
|
||||
public Builder setHead(int value) {
|
||||
bitField0_ |= 0x00000100;
|
||||
head_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
* <code>optional int32 head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
|
@ -1593,24 +1519,7 @@ public final class Family {
|
|||
*/
|
||||
public Builder clearHead() {
|
||||
bitField0_ = (bitField0_ & ~0x00000100);
|
||||
head_ = getDefaultInstance().getHead();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 9;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 新头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setHeadBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000100;
|
||||
head_ = value;
|
||||
head_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
@ -36264,7 +36173,7 @@ public final class Family {
|
|||
"serLevel\030\003 \002(\005\022\020\n\010position\030\004 \002(\005\022\022\n\ncont" +
|
||||
"ribute\030\005 \002(\005\022\017\n\007seconds\030\006 \001(\005\022\027\n\017contrib" +
|
||||
"uteToday\030\007 \001(\005\022\021\n\tsoulForce\030\010 \001(\005\022\014\n\004hea" +
|
||||
"d\030\t \001(\t\022\r\n\005frame\030\n \001(\005\"9\n\rFamilyLogInfo\022" +
|
||||
"d\030\t \001(\005\022\r\n\005frame\030\n \001(\005\"9\n\rFamilyLogInfo\022" +
|
||||
"\014\n\004name\030\001 \001(\t\022\014\n\004info\030\002 \001(\t\022\014\n\004time\030\003 \001(" +
|
||||
"\005\"O\n\024FamilyWalkIndicaiton\022\014\n\004path\030\001 \003(\005\022" +
|
||||
"\016\n\006curPos\030\002 \001(\005\022\013\n\003uid\030\003 \001(\005\022\014\n\004name\030\004 \001",
|
||||
|
|
|
@ -17443,20 +17443,15 @@ public final class MapInfoProto {
|
|||
*/
|
||||
int getHeroIds(int index);
|
||||
|
||||
// optional string head = 4;
|
||||
// optional int32 head = 4;
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
boolean hasHead();
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
java.lang.String getHead();
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getHeadBytes();
|
||||
int getHead();
|
||||
|
||||
// optional int32 level = 5;
|
||||
/**
|
||||
|
@ -17599,9 +17594,9 @@ public final class MapInfoProto {
|
|||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
case 32: {
|
||||
bitField0_ |= 0x00000004;
|
||||
head_ = input.readBytes();
|
||||
head_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
|
@ -17746,47 +17741,20 @@ public final class MapInfoProto {
|
|||
return heroIds_.get(index);
|
||||
}
|
||||
|
||||
// optional string head = 4;
|
||||
// optional int32 head = 4;
|
||||
public static final int HEAD_FIELD_NUMBER = 4;
|
||||
private java.lang.Object head_;
|
||||
private int head_;
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public boolean hasHead() {
|
||||
return ((bitField0_ & 0x00000004) == 0x00000004);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
if (bs.isValidUtf8()) {
|
||||
head_ = s;
|
||||
}
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
|
||||
// optional int32 level = 5;
|
||||
|
@ -17907,7 +17875,7 @@ public final class MapInfoProto {
|
|||
uid_ = 0;
|
||||
forces_ = 0;
|
||||
heroIds_ = java.util.Collections.emptyList();
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
level_ = 0;
|
||||
rank_ = 0;
|
||||
time_ = 0;
|
||||
|
@ -17936,7 +17904,7 @@ public final class MapInfoProto {
|
|||
output.writeInt32(3, heroIds_.get(i));
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
output.writeBytes(4, getHeadBytes());
|
||||
output.writeInt32(4, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
||||
output.writeInt32(5, level_);
|
||||
|
@ -17981,7 +17949,7 @@ public final class MapInfoProto {
|
|||
}
|
||||
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBytesSize(4, getHeadBytes());
|
||||
.computeInt32Size(4, head_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
|
@ -18130,7 +18098,7 @@ public final class MapInfoProto {
|
|||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
heroIds_ = java.util.Collections.emptyList();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
head_ = "";
|
||||
head_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
level_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000010);
|
||||
|
@ -18241,9 +18209,7 @@ public final class MapInfoProto {
|
|||
onChanged();
|
||||
}
|
||||
if (other.hasHead()) {
|
||||
bitField0_ |= 0x00000008;
|
||||
head_ = other.head_;
|
||||
onChanged();
|
||||
setHead(other.getHead());
|
||||
}
|
||||
if (other.hasLevel()) {
|
||||
setLevel(other.getLevel());
|
||||
|
@ -18428,76 +18394,35 @@ public final class MapInfoProto {
|
|||
return this;
|
||||
}
|
||||
|
||||
// optional string head = 4;
|
||||
private java.lang.Object head_ = "";
|
||||
// optional int32 head = 4;
|
||||
private int head_ ;
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public boolean hasHead() {
|
||||
return ((bitField0_ & 0x00000008) == 0x00000008);
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public java.lang.String getHead() {
|
||||
java.lang.Object ref = head_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
java.lang.String s = ((com.google.protobuf.ByteString) ref)
|
||||
.toStringUtf8();
|
||||
head_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
public int getHead() {
|
||||
return head_;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getHeadBytes() {
|
||||
java.lang.Object ref = head_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
head_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
*/
|
||||
public Builder setHead(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000008;
|
||||
public Builder setHead(int value) {
|
||||
bitField0_ |= 0x00000008;
|
||||
head_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
* <code>optional int32 head = 4;</code>
|
||||
*/
|
||||
public Builder clearHead() {
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
head_ = getDefaultInstance().getHead();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string head = 4;</code>
|
||||
*/
|
||||
public Builder setHeadBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000008;
|
||||
head_ = value;
|
||||
head_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
@ -33368,7 +33293,7 @@ public final class MapInfoProto {
|
|||
"eling.protocols.DifficultMapOption\"&\n\025Ma" +
|
||||
"pGetRankInfoRequest\022\r\n\005mapId\030\001 \001(\005\"\226\001\n\013M" +
|
||||
"apRankInfo\022\013\n\003uid\030\001 \001(\005\022\016\n\006forces\030\002 \001(\005\022",
|
||||
"\017\n\007heroIds\030\003 \003(\005\022\014\n\004head\030\004 \001(\t\022\r\n\005level\030" +
|
||||
"\017\n\007heroIds\030\003 \003(\005\022\014\n\004head\030\004 \001(\005\022\r\n\005level\030" +
|
||||
"\005 \001(\005\022\014\n\004rank\030\006 \001(\005\022\014\n\004time\030\007 \001(\005\022\014\n\004nam" +
|
||||
"e\030\010 \001(\t\022\022\n\npokemonIds\030\t \003(\005\"V\n\026MapGetRan" +
|
||||
"kInfoResponse\022<\n\013mapRankInfo\030\001 \003(\0132\'.com" +
|
||||
|
|
|
@ -1789,17 +1789,17 @@ public final class MessageTypeProto {
|
|||
*/
|
||||
MAP_TOWER_USEBUFF_RESPONSE(286, 11232),
|
||||
/**
|
||||
* <code>MODIFY_HEAD_FRAME_REQUEST = 11233;</code>
|
||||
* <code>MODIFY_HEAD_REQUEST = 11233;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头或头像框
|
||||
* </pre>
|
||||
*/
|
||||
MODIFY_HEAD_FRAME_REQUEST(287, 11233),
|
||||
MODIFY_HEAD_REQUEST(287, 11233),
|
||||
/**
|
||||
* <code>MODIFY_HEAD_FRAME_RESPONSE = 11234;</code>
|
||||
* <code>MODIFY_HEAD_RESPONSE = 11234;</code>
|
||||
*/
|
||||
MODIFY_HEAD_FRAME_RESPONSE(288, 11234),
|
||||
MODIFY_HEAD_RESPONSE(288, 11234),
|
||||
/**
|
||||
* <code>MAP_OUT_INDICATION = 11235;</code>
|
||||
*
|
||||
|
@ -4563,17 +4563,17 @@ public final class MessageTypeProto {
|
|||
*/
|
||||
public static final int MAP_TOWER_USEBUFF_RESPONSE_VALUE = 11232;
|
||||
/**
|
||||
* <code>MODIFY_HEAD_FRAME_REQUEST = 11233;</code>
|
||||
* <code>MODIFY_HEAD_REQUEST = 11233;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public static final int MODIFY_HEAD_FRAME_REQUEST_VALUE = 11233;
|
||||
public static final int MODIFY_HEAD_REQUEST_VALUE = 11233;
|
||||
/**
|
||||
* <code>MODIFY_HEAD_FRAME_RESPONSE = 11234;</code>
|
||||
* <code>MODIFY_HEAD_RESPONSE = 11234;</code>
|
||||
*/
|
||||
public static final int MODIFY_HEAD_FRAME_RESPONSE_VALUE = 11234;
|
||||
public static final int MODIFY_HEAD_RESPONSE_VALUE = 11234;
|
||||
/**
|
||||
* <code>MAP_OUT_INDICATION = 11235;</code>
|
||||
*
|
||||
|
@ -5852,8 +5852,8 @@ public final class MessageTypeProto {
|
|||
case 11230: return MAP_TOWER_USEBOMB_RESPONSE;
|
||||
case 11231: return MAP_TOWER_USEBUFF_REQUEST;
|
||||
case 11232: return MAP_TOWER_USEBUFF_RESPONSE;
|
||||
case 11233: return MODIFY_HEAD_FRAME_REQUEST;
|
||||
case 11234: return MODIFY_HEAD_FRAME_RESPONSE;
|
||||
case 11233: return MODIFY_HEAD_REQUEST;
|
||||
case 11234: return MODIFY_HEAD_RESPONSE;
|
||||
case 11235: return MAP_OUT_INDICATION;
|
||||
case 11236: return MAIN_LEVEL_GET_INFO_REQUEST;
|
||||
case 11237: return MAIN_LEVEL_GET_INFO_RESPONSE;
|
||||
|
@ -6070,7 +6070,7 @@ public final class MessageTypeProto {
|
|||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026MessageTypeProto.proto\022\032com.ljsd.jieli" +
|
||||
"ng.protocols*\216o\n\013MessageType\022\027\n\022HEART_BE" +
|
||||
"ng.protocols*\202o\n\013MessageType\022\027\n\022HEART_BE" +
|
||||
"AT_REQUEST\020\350\007\022\030\n\023HEART_BEAT_RESPONSE\020\351\007\022" +
|
||||
"\036\n\031ACTIVITE_WORKSHOP_REQUEST\020\224N\022\037\n\032ACTIV" +
|
||||
"ITE_WORKSHOP_RESPONSE\020\225N\022\027\n\022ARENA_INFO_R" +
|
||||
|
@ -6299,134 +6299,133 @@ public final class MessageTypeProto {
|
|||
"\n\031MAP_TOWER_USEBOMB_REQUEST\020\335W\022\037\n\032MAP_TO" +
|
||||
"WER_USEBOMB_RESPONSE\020\336W\022\036\n\031MAP_TOWER_USE" +
|
||||
"BUFF_REQUEST\020\337W\022\037\n\032MAP_TOWER_USEBUFF_RES",
|
||||
"PONSE\020\340W\022\036\n\031MODIFY_HEAD_FRAME_REQUEST\020\341W" +
|
||||
"\022\037\n\032MODIFY_HEAD_FRAME_RESPONSE\020\342W\022\027\n\022MAP" +
|
||||
"_OUT_INDICATION\020\343W\022 \n\033MAIN_LEVEL_GET_INF" +
|
||||
"O_REQUEST\020\344W\022!\n\034MAIN_LEVEL_GET_INFO_RESP" +
|
||||
"ONSE\020\345W\022)\n$MAIN_LEVEL_TAKE_STATE_REWARD_" +
|
||||
"REQUEST\020\346W\022*\n%MAIN_LEVEL_TAKE_STATE_REWA" +
|
||||
"RD_RESPONSE\020\347W\022 \n\033MAIN_LEVEL_GET_RANK_RE" +
|
||||
"QUEST\020\350W\022!\n\034MAIN_LEVEL_GET_RANK_RESPONSE" +
|
||||
"\020\351W\022\030\n\023MAIL_DELETE_REQUEST\020\352W\022\031\n\024MAIL_DE" +
|
||||
"LETE_RESPONSE\020\353W\022\"\n\035NOTIFY_PAY_SUCCESS_I",
|
||||
"NDICATION\020\244X\022&\n!POKEMON_COMONPENT_LEVELU" +
|
||||
"P_REQUEST\020\354Y\022\'\n\"POKEMON_COMONPENT_LEVELU" +
|
||||
"P_RESPONSE\020\355Y\022\035\n\030POKEMON_ADVANCED_REQUES" +
|
||||
"T\020\356Y\022\036\n\031POKEMON_ADVANCED_RESPONSE\020\357Y\022 \n\033" +
|
||||
"PLAYER_BACKCINFO_INDICATION\020\360Y\022\031\n\024PLAY_W" +
|
||||
"ITH_SB_REQUEST\020\361Y\022\032\n\025PLAY_WITH_SB_RESPON" +
|
||||
"SE\020\362Y\022\030\n\023QUESTION_INDICATION\020\320Z\022\'\n\"QUICK" +
|
||||
"_START_MONSTERFIGHTER_REQUEST\020\321Z\022\'\n\"QUIC" +
|
||||
"K_START_MONSTERFIGHTER_REPONSE\020\322Z\022\026\n\021REC" +
|
||||
"ONNECT_REQUEST\020\264[\022\027\n\022RECONNECT_RESPONSE\020",
|
||||
"\265[\022\027\n\022RANDOMNAME_REQUEST\020\266[\022\030\n\023RANDOMNAM" +
|
||||
"E_RESPONSE\020\267[\022\023\n\016RENAME_REQUEST\020\270[\022\024\n\017RE" +
|
||||
"NAME_RESPONSE\020\271[\022\032\n\025RINGFIRE_LOAD_REQUES" +
|
||||
"T\020\272[\022\033\n\026RINGFIRE_LOAD_RESPONSE\020\273[\022\036\n\031RIN" +
|
||||
"GFIRE_ADVANCED_REQUEST\020\274[\022\037\n\032RINGFIRE_AD" +
|
||||
"VANCED_RESPONSE\020\275[\022!\n\034REFRESH_FRIEND_STA" +
|
||||
"TE_REQEUST\020\276[\022\"\n\035REFRESH_FRIEND_STATE_RE" +
|
||||
"SPONSE\020\277[\022\027\n\022ROOM_MATCH_REQUEST\020\300[\022\030\n\023RO" +
|
||||
"OM_MATCH_RESPONSE\020\301[\022\036\n\031ROOM_CANCEL_MATC" +
|
||||
"H_REQUEST\020\302[\022\037\n\032ROOM_CANCEL_MATCH_RESPON",
|
||||
"SE\020\303[\022\"\n\035ROOM_MATCH_SUCCESS_INDICATION\020\304" +
|
||||
"[\022\"\n\035ROOM_START_GAME_READY_REQUEST\020\306[\022#\n" +
|
||||
"\036ROOM_START_GAME_READY_RESPONSE\020\307[\022\037\n\032RO" +
|
||||
"OM_START_GAME_INDICATION\020\310[\022\034\n\027ROOM_GAME" +
|
||||
"_START_REQUEST\020\312[\022\035\n\030ROOM_GAME_START_RES" +
|
||||
"PONSE\020\313[\022\035\n\030ROOM_GAME_END_INDICATION\020\314[\022" +
|
||||
"\"\n\035ROOM_SYNC_MYSELF_MOVE_REQUEST\020\316[\022#\n\036R" +
|
||||
"OOM_SYNC_MYSELF_MOVE_RESPONSE\020\317[\022#\n\036ROOM" +
|
||||
"_SYNC_OTHER_MOVE_INDICTION\020\320[\022\"\n\035ROOM_TR" +
|
||||
"IGGER_FIGHT_INDICATION\020\322[\022\037\n\032ROOM_GET_FU",
|
||||
"LL_INFO_REQEUST\020\323[\022 \n\033ROOM_GET_FULL_INFO" +
|
||||
"_RESPONSE\020\324[\022\"\n\035ROOM_MAP_UPDATE_EVENT_RE" +
|
||||
"QUEST\020\325[\022#\n\036ROOM_MAP_UPDATE_EVENT_RESPON" +
|
||||
"SE\020\326[\022\036\n\031ROOM_MAP_POINT_INDICATION\020\327[\022#\n" +
|
||||
"\036ROOM_PLAY_HP_UPDATE_INDICATION\020\330[\022\035\n\030RE" +
|
||||
"FRESH_ITEM_NUM_REQUEST\020\331[\022\036\n\031REFRESH_ITE" +
|
||||
"M_NUM_RESPONSE\020\332[\022\034\n\027ROOM_ADDRESS_INDICA" +
|
||||
"TION\020\333[\022\027\n\022ROOM_LOGIN_REQEUST\020\334[\022\030\n\023ROOM" +
|
||||
"_LOGIN_RESPONSE\020\346[\022\036\n\031REFRESH_LUCKWHEEL_" +
|
||||
"REQUEST\020\347[\022\037\n\032REFRESH_LUCKWHEEL_RESPONSE",
|
||||
"\020\350[\022\025\n\020SUCCESS_RESPONSE\020\230\\\022 \n\033SWITCH_WOR" +
|
||||
"LDCHANNEL_REQUEST\020\232\\\022!\n\034SWITCH_WORLDCHAN" +
|
||||
"NEL_RESPONSE\020\233\\\022\033\n\026SEND_CHAT_INFO_REQUES" +
|
||||
"T\020\234\\\022\034\n\027SEND_CHAT_INFO_RESPONSE\020\235\\\022\036\n\031SE" +
|
||||
"ND_RED_POINT_INDICATION\020\236\\\022(\n#SAVE_NEW_P" +
|
||||
"LAYER_GUIDE_POINT_REQUEST\020\237\\\022)\n$SAVE_NEW" +
|
||||
"_PLAYER_GUIDE_POINT_RESPONSE\020\240\\\022\030\n\023SWEEP" +
|
||||
"_RIGHT_REQUEST\020\241\\\022\031\n\024SWEEP_RIGHT_RESPONS" +
|
||||
"E\020\242\\\022\035\n\030SECRETBOX_RANDOM_REQUEST\020\243\\\022\036\n\031S" +
|
||||
"ECRETBOX_RANDOM_RESPONSE\020\244\\\022 \n\033STORE_GOO",
|
||||
"DS_REFRESH_REQUEST\020\245\\\022!\n\034STORE_GOODS_REF" +
|
||||
"RESH_RESPONSE\020\246\\\022\032\n\025RECHARGE_INFO_REQUES" +
|
||||
"T\020\247\\\022\033\n\026RECHARGE_INFO_RESPONSE\020\250\\\022 \n\033SEN" +
|
||||
"D_FRIEND_INFO_INDICATION\020\251\\\022\036\n\031SEND_CHAT" +
|
||||
"_INFO_INDICATION\020\252\\\022!\n\034SEND_FRIEND_STATE" +
|
||||
"_INDICATION\020\253\\\022 \n\033SCENE_MSG_UPDATE_INDIC" +
|
||||
"ATION\020\254\\\022\037\n\032SCENE_GET_FULL_MSG_REQUEST\020\255" +
|
||||
"\\\022 \n\033SCENE_GET_FULL_MSG_RESPONSE\020\256\\\022\032\n\025S" +
|
||||
"CENE_COMMAND_REQUEST\020\257\\\022\033\n\026SCENE_COMMAND" +
|
||||
"_RESPONSE\020\260\\\022\030\n\023SERVER_ZERO_REQUEST\020\261\\\022\034",
|
||||
"\n\027STORE_UPDATE_INDICATION\020\262\\\022\024\n\017SIGN_IN_" +
|
||||
"REQUEST\020\263\\\022\025\n\020SIGN_IN_RESPONSE\020\264\\\022%\n SCE" +
|
||||
"NE_GAME_OVER_READY_INDICATION\020\265\\\022\037\n\032SCEN" +
|
||||
"E_GAME_OVER_INDICATION\020\266\\\022\034\n\027SOUL_EQUIP_" +
|
||||
"WEAR_REQUEST\020\267\\\022\035\n\030SOUL_EQUIP_WEAR_RESPO" +
|
||||
"NSE\020\270\\\022\"\n\035SOUL_EQUIP_UNLOAD_OPT_REQUEST\020" +
|
||||
"\271\\\022#\n\036SOUL_EQUIP_UNLOAD_OPT_RESPONSE\020\272\\\022" +
|
||||
"\034\n\027SOUL_RAND_EQUIP_REQUEST\020\273\\\022\035\n\030SOUL_RA" +
|
||||
"ND_EQUIP_RESPONSE\020\274\\\022\"\n\035SOUL_FORCE_RAND_" +
|
||||
"EQUIP_REQUEST\020\275\\\022#\n\036SOUL_FORCE_RAND_EQUI",
|
||||
"P_RESPONSE\020\276\\\022\032\n\025TRIGGER_EVENT_REQUEST\020\374" +
|
||||
"\\\022\033\n\026TRIGGER_EVENT_RESPONSE\020\375\\\022\032\n\025TEAM_P" +
|
||||
"OS_SAVE_REQUEST\020\376\\\022\033\n\026TEAM_POS_SAVE_RESP" +
|
||||
"ONSE\020\377\\\022!\n\034TAKE_ACTIVITY_REWARD_REQUEST\020" +
|
||||
"\200]\022\"\n\035TAKE_ACTIVITY_REWARD_RESPONSE\020\201]\022 " +
|
||||
"\n\033TAKE_MISSION_REWARD_REQUEST\020\202]\022!\n\034TAKE" +
|
||||
"_MISSION_REWARD_RESPONSE\020\203]\022 \n\033TEST_BUY_" +
|
||||
"GIGT_GOODS_REQEUST\020\204]\022!\n\034TEST_BUY_GIGT_G" +
|
||||
"OODS_RESPONSE\020\205]\022\036\n\031TAKE_TOWER_REWARD_RE" +
|
||||
"QUEST\020\206]\022\037\n\032TAKE_TOWER_REWARD_RESPONSE\020\207",
|
||||
"]\022$\n\037TAKE_SEVEN_HAPPY_REWARD_REQUEST\020\210]\022" +
|
||||
"%\n TAKE_SEVEN_HAPPY_REWARD_RESPONSE\020\211]\022\033" +
|
||||
"\n\026TO_BE_STRONGER_REQUEST\020\212]\022\034\n\027TO_BE_STR" +
|
||||
"ONGER_RESPONSE\020\213]\022 \n\033TREASURE_REFRESH_IN" +
|
||||
"DICATION\020\214]\022 \n\033TREASURE_LEVELUP_INDICATI" +
|
||||
"ON\020\215]\022\032\n\025UP_HERO_LEVEL_REQUEST\020\340]\022\033\n\026UP_" +
|
||||
"HERO_LEVEL_RESPONSE\020\341]\022\031\n\024UP_HERO_STAR_R" +
|
||||
"EQUEST\020\342]\022\032\n\025UP_HERO_STAR_RESPONSE\020\343]\022 \n" +
|
||||
"\033USER_AND_PRICE_ITEM_REQUEST\020\344]\022!\n\034USER_" +
|
||||
"AND_PRICE_ITEM_RESPONSE\020\345]\022\036\n\031USER_FORCE",
|
||||
"_CHANGE_REQUEST\020\346]\022\037\n\032USER_FORCE_CHANGE_" +
|
||||
"RESPONSE\020\347]\022\032\n\025UPDATE_BAG_INDICATION\020\350]\022" +
|
||||
"\031\n\024UPDATE_STATE_REQUEST\020\351]\022\032\n\025UPDATE_STA" +
|
||||
"TE_RESPONSE\020\352]\022\037\n\032UPDATE_USER_EXP_INDICA" +
|
||||
"TION\020\353]\022(\n#UPDATE_SECRET_BOX_SEASON_INDI" +
|
||||
"CATION\020\354]\022\036\n\031UPDATE_PHONE_INFO_REQUEST\020\355" +
|
||||
"]\022\037\n\032UPDATE_PHONE_INFO_RESPONSE\020\356]\022\034\n\027UP" +
|
||||
"DATE_QUESTION_REQUEST\020\357]\022\035\n\030UPDATE_QUEST" +
|
||||
"ION_RESPONSE\020\360]\022 \n\033UP_SOUL_EQUIP_QUICK_R" +
|
||||
"EQUEST\020\362]\022\033\n\026UP_SOUL_EQUIP_RESPONSE\020\363]\022\035",
|
||||
"\n\030VIEW_FIGHTREPLAY_REQUEST\020\304^\022\036\n\031VIEW_FI" +
|
||||
"GHTREPLAY_RESPONSE\020\305^\022\030\n\023VIP_LEVELUP_REQ" +
|
||||
"EUST\020\306^\022\031\n\024VIP_LEVELUP_RESPONSE\020\307^\022\034\n\027VI" +
|
||||
"P_TAKE_REWARD_REQUEST\020\310^\022\035\n\030VIP_TAKE_REW" +
|
||||
"ARD_RESPONSE\020\311^\022 \n\033WORKSHOP_FOUNDATION_R" +
|
||||
"EQUEST\020\250_\022!\n\034WORKSHOP_FOUNDATION_RESPONS" +
|
||||
"E\020\251_\022\"\n\035WORKSHOP_EQUIP_CREATE_REQUEST\020\252_" +
|
||||
"\022#\n\036WORKSHOP_EQUIP_CREATE_RESPONSE\020\253_\022\035\n" +
|
||||
"\030WORKSHOP_REBUILD_REQUEST\020\254_\022\036\n\031WORKSHOP" +
|
||||
"_REBUILD_RESPONSE\020\255_\022%\n WORKSHOP_REBUILD",
|
||||
"_CONFIRM_REQUEST\020\256_\022%\n WORKSHOP_REBUILD_" +
|
||||
"CONFIRM_RESONSE\020\257_\022\035\n\030WORKSHOP_LEVELUP_R" +
|
||||
"EQUEST\020\260_\022\036\n\031WORKSHOP_LEVELUP_RESPONSE\020\261" +
|
||||
"_\022&\n!WORKSHOP_TECHNOLOGY_LEVEL_REQUEST\020\262" +
|
||||
"_\022!\n\034WORKSHOP_TECHNOLOGY_RESPONSE\020\263_\022&\n!" +
|
||||
"WORKSHOP_TECHNOLOGY_RESET_REQUEST\020\264_\022\'\n\"" +
|
||||
"WORKSHOP_TECHNOLOGY_RESET_RESPONSE\020\265_B\002H" +
|
||||
"\001"
|
||||
"PONSE\020\340W\022\030\n\023MODIFY_HEAD_REQUEST\020\341W\022\031\n\024MO" +
|
||||
"DIFY_HEAD_RESPONSE\020\342W\022\027\n\022MAP_OUT_INDICAT" +
|
||||
"ION\020\343W\022 \n\033MAIN_LEVEL_GET_INFO_REQUEST\020\344W" +
|
||||
"\022!\n\034MAIN_LEVEL_GET_INFO_RESPONSE\020\345W\022)\n$M" +
|
||||
"AIN_LEVEL_TAKE_STATE_REWARD_REQUEST\020\346W\022*" +
|
||||
"\n%MAIN_LEVEL_TAKE_STATE_REWARD_RESPONSE\020" +
|
||||
"\347W\022 \n\033MAIN_LEVEL_GET_RANK_REQUEST\020\350W\022!\n\034" +
|
||||
"MAIN_LEVEL_GET_RANK_RESPONSE\020\351W\022\030\n\023MAIL_" +
|
||||
"DELETE_REQUEST\020\352W\022\031\n\024MAIL_DELETE_RESPONS" +
|
||||
"E\020\353W\022\"\n\035NOTIFY_PAY_SUCCESS_INDICATION\020\244X",
|
||||
"\022&\n!POKEMON_COMONPENT_LEVELUP_REQUEST\020\354Y" +
|
||||
"\022\'\n\"POKEMON_COMONPENT_LEVELUP_RESPONSE\020\355" +
|
||||
"Y\022\035\n\030POKEMON_ADVANCED_REQUEST\020\356Y\022\036\n\031POKE" +
|
||||
"MON_ADVANCED_RESPONSE\020\357Y\022 \n\033PLAYER_BACKC" +
|
||||
"INFO_INDICATION\020\360Y\022\031\n\024PLAY_WITH_SB_REQUE" +
|
||||
"ST\020\361Y\022\032\n\025PLAY_WITH_SB_RESPONSE\020\362Y\022\030\n\023QUE" +
|
||||
"STION_INDICATION\020\320Z\022\'\n\"QUICK_START_MONST" +
|
||||
"ERFIGHTER_REQUEST\020\321Z\022\'\n\"QUICK_START_MONS" +
|
||||
"TERFIGHTER_REPONSE\020\322Z\022\026\n\021RECONNECT_REQUE" +
|
||||
"ST\020\264[\022\027\n\022RECONNECT_RESPONSE\020\265[\022\027\n\022RANDOM",
|
||||
"NAME_REQUEST\020\266[\022\030\n\023RANDOMNAME_RESPONSE\020\267" +
|
||||
"[\022\023\n\016RENAME_REQUEST\020\270[\022\024\n\017RENAME_RESPONS" +
|
||||
"E\020\271[\022\032\n\025RINGFIRE_LOAD_REQUEST\020\272[\022\033\n\026RING" +
|
||||
"FIRE_LOAD_RESPONSE\020\273[\022\036\n\031RINGFIRE_ADVANC" +
|
||||
"ED_REQUEST\020\274[\022\037\n\032RINGFIRE_ADVANCED_RESPO" +
|
||||
"NSE\020\275[\022!\n\034REFRESH_FRIEND_STATE_REQEUST\020\276" +
|
||||
"[\022\"\n\035REFRESH_FRIEND_STATE_RESPONSE\020\277[\022\027\n" +
|
||||
"\022ROOM_MATCH_REQUEST\020\300[\022\030\n\023ROOM_MATCH_RES" +
|
||||
"PONSE\020\301[\022\036\n\031ROOM_CANCEL_MATCH_REQUEST\020\302[" +
|
||||
"\022\037\n\032ROOM_CANCEL_MATCH_RESPONSE\020\303[\022\"\n\035ROO",
|
||||
"M_MATCH_SUCCESS_INDICATION\020\304[\022\"\n\035ROOM_ST" +
|
||||
"ART_GAME_READY_REQUEST\020\306[\022#\n\036ROOM_START_" +
|
||||
"GAME_READY_RESPONSE\020\307[\022\037\n\032ROOM_START_GAM" +
|
||||
"E_INDICATION\020\310[\022\034\n\027ROOM_GAME_START_REQUE" +
|
||||
"ST\020\312[\022\035\n\030ROOM_GAME_START_RESPONSE\020\313[\022\035\n\030" +
|
||||
"ROOM_GAME_END_INDICATION\020\314[\022\"\n\035ROOM_SYNC" +
|
||||
"_MYSELF_MOVE_REQUEST\020\316[\022#\n\036ROOM_SYNC_MYS" +
|
||||
"ELF_MOVE_RESPONSE\020\317[\022#\n\036ROOM_SYNC_OTHER_" +
|
||||
"MOVE_INDICTION\020\320[\022\"\n\035ROOM_TRIGGER_FIGHT_" +
|
||||
"INDICATION\020\322[\022\037\n\032ROOM_GET_FULL_INFO_REQE",
|
||||
"UST\020\323[\022 \n\033ROOM_GET_FULL_INFO_RESPONSE\020\324[" +
|
||||
"\022\"\n\035ROOM_MAP_UPDATE_EVENT_REQUEST\020\325[\022#\n\036" +
|
||||
"ROOM_MAP_UPDATE_EVENT_RESPONSE\020\326[\022\036\n\031ROO" +
|
||||
"M_MAP_POINT_INDICATION\020\327[\022#\n\036ROOM_PLAY_H" +
|
||||
"P_UPDATE_INDICATION\020\330[\022\035\n\030REFRESH_ITEM_N" +
|
||||
"UM_REQUEST\020\331[\022\036\n\031REFRESH_ITEM_NUM_RESPON" +
|
||||
"SE\020\332[\022\034\n\027ROOM_ADDRESS_INDICATION\020\333[\022\027\n\022R" +
|
||||
"OOM_LOGIN_REQEUST\020\334[\022\030\n\023ROOM_LOGIN_RESPO" +
|
||||
"NSE\020\346[\022\036\n\031REFRESH_LUCKWHEEL_REQUEST\020\347[\022\037" +
|
||||
"\n\032REFRESH_LUCKWHEEL_RESPONSE\020\350[\022\025\n\020SUCCE",
|
||||
"SS_RESPONSE\020\230\\\022 \n\033SWITCH_WORLDCHANNEL_RE" +
|
||||
"QUEST\020\232\\\022!\n\034SWITCH_WORLDCHANNEL_RESPONSE" +
|
||||
"\020\233\\\022\033\n\026SEND_CHAT_INFO_REQUEST\020\234\\\022\034\n\027SEND" +
|
||||
"_CHAT_INFO_RESPONSE\020\235\\\022\036\n\031SEND_RED_POINT" +
|
||||
"_INDICATION\020\236\\\022(\n#SAVE_NEW_PLAYER_GUIDE_" +
|
||||
"POINT_REQUEST\020\237\\\022)\n$SAVE_NEW_PLAYER_GUID" +
|
||||
"E_POINT_RESPONSE\020\240\\\022\030\n\023SWEEP_RIGHT_REQUE" +
|
||||
"ST\020\241\\\022\031\n\024SWEEP_RIGHT_RESPONSE\020\242\\\022\035\n\030SECR" +
|
||||
"ETBOX_RANDOM_REQUEST\020\243\\\022\036\n\031SECRETBOX_RAN" +
|
||||
"DOM_RESPONSE\020\244\\\022 \n\033STORE_GOODS_REFRESH_R",
|
||||
"EQUEST\020\245\\\022!\n\034STORE_GOODS_REFRESH_RESPONS" +
|
||||
"E\020\246\\\022\032\n\025RECHARGE_INFO_REQUEST\020\247\\\022\033\n\026RECH" +
|
||||
"ARGE_INFO_RESPONSE\020\250\\\022 \n\033SEND_FRIEND_INF" +
|
||||
"O_INDICATION\020\251\\\022\036\n\031SEND_CHAT_INFO_INDICA" +
|
||||
"TION\020\252\\\022!\n\034SEND_FRIEND_STATE_INDICATION\020" +
|
||||
"\253\\\022 \n\033SCENE_MSG_UPDATE_INDICATION\020\254\\\022\037\n\032" +
|
||||
"SCENE_GET_FULL_MSG_REQUEST\020\255\\\022 \n\033SCENE_G" +
|
||||
"ET_FULL_MSG_RESPONSE\020\256\\\022\032\n\025SCENE_COMMAND" +
|
||||
"_REQUEST\020\257\\\022\033\n\026SCENE_COMMAND_RESPONSE\020\260\\" +
|
||||
"\022\030\n\023SERVER_ZERO_REQUEST\020\261\\\022\034\n\027STORE_UPDA",
|
||||
"TE_INDICATION\020\262\\\022\024\n\017SIGN_IN_REQUEST\020\263\\\022\025" +
|
||||
"\n\020SIGN_IN_RESPONSE\020\264\\\022%\n SCENE_GAME_OVER" +
|
||||
"_READY_INDICATION\020\265\\\022\037\n\032SCENE_GAME_OVER_" +
|
||||
"INDICATION\020\266\\\022\034\n\027SOUL_EQUIP_WEAR_REQUEST" +
|
||||
"\020\267\\\022\035\n\030SOUL_EQUIP_WEAR_RESPONSE\020\270\\\022\"\n\035SO" +
|
||||
"UL_EQUIP_UNLOAD_OPT_REQUEST\020\271\\\022#\n\036SOUL_E" +
|
||||
"QUIP_UNLOAD_OPT_RESPONSE\020\272\\\022\034\n\027SOUL_RAND" +
|
||||
"_EQUIP_REQUEST\020\273\\\022\035\n\030SOUL_RAND_EQUIP_RES" +
|
||||
"PONSE\020\274\\\022\"\n\035SOUL_FORCE_RAND_EQUIP_REQUES" +
|
||||
"T\020\275\\\022#\n\036SOUL_FORCE_RAND_EQUIP_RESPONSE\020\276",
|
||||
"\\\022\032\n\025TRIGGER_EVENT_REQUEST\020\374\\\022\033\n\026TRIGGER" +
|
||||
"_EVENT_RESPONSE\020\375\\\022\032\n\025TEAM_POS_SAVE_REQU" +
|
||||
"EST\020\376\\\022\033\n\026TEAM_POS_SAVE_RESPONSE\020\377\\\022!\n\034T" +
|
||||
"AKE_ACTIVITY_REWARD_REQUEST\020\200]\022\"\n\035TAKE_A" +
|
||||
"CTIVITY_REWARD_RESPONSE\020\201]\022 \n\033TAKE_MISSI" +
|
||||
"ON_REWARD_REQUEST\020\202]\022!\n\034TAKE_MISSION_REW" +
|
||||
"ARD_RESPONSE\020\203]\022 \n\033TEST_BUY_GIGT_GOODS_R" +
|
||||
"EQEUST\020\204]\022!\n\034TEST_BUY_GIGT_GOODS_RESPONS" +
|
||||
"E\020\205]\022\036\n\031TAKE_TOWER_REWARD_REQUEST\020\206]\022\037\n\032" +
|
||||
"TAKE_TOWER_REWARD_RESPONSE\020\207]\022$\n\037TAKE_SE",
|
||||
"VEN_HAPPY_REWARD_REQUEST\020\210]\022%\n TAKE_SEVE" +
|
||||
"N_HAPPY_REWARD_RESPONSE\020\211]\022\033\n\026TO_BE_STRO" +
|
||||
"NGER_REQUEST\020\212]\022\034\n\027TO_BE_STRONGER_RESPON" +
|
||||
"SE\020\213]\022 \n\033TREASURE_REFRESH_INDICATION\020\214]\022" +
|
||||
" \n\033TREASURE_LEVELUP_INDICATION\020\215]\022\032\n\025UP_" +
|
||||
"HERO_LEVEL_REQUEST\020\340]\022\033\n\026UP_HERO_LEVEL_R" +
|
||||
"ESPONSE\020\341]\022\031\n\024UP_HERO_STAR_REQUEST\020\342]\022\032\n" +
|
||||
"\025UP_HERO_STAR_RESPONSE\020\343]\022 \n\033USER_AND_PR" +
|
||||
"ICE_ITEM_REQUEST\020\344]\022!\n\034USER_AND_PRICE_IT" +
|
||||
"EM_RESPONSE\020\345]\022\036\n\031USER_FORCE_CHANGE_REQU",
|
||||
"EST\020\346]\022\037\n\032USER_FORCE_CHANGE_RESPONSE\020\347]\022" +
|
||||
"\032\n\025UPDATE_BAG_INDICATION\020\350]\022\031\n\024UPDATE_ST" +
|
||||
"ATE_REQUEST\020\351]\022\032\n\025UPDATE_STATE_RESPONSE\020" +
|
||||
"\352]\022\037\n\032UPDATE_USER_EXP_INDICATION\020\353]\022(\n#U" +
|
||||
"PDATE_SECRET_BOX_SEASON_INDICATION\020\354]\022\036\n" +
|
||||
"\031UPDATE_PHONE_INFO_REQUEST\020\355]\022\037\n\032UPDATE_" +
|
||||
"PHONE_INFO_RESPONSE\020\356]\022\034\n\027UPDATE_QUESTIO" +
|
||||
"N_REQUEST\020\357]\022\035\n\030UPDATE_QUESTION_RESPONSE" +
|
||||
"\020\360]\022 \n\033UP_SOUL_EQUIP_QUICK_REQUEST\020\362]\022\033\n" +
|
||||
"\026UP_SOUL_EQUIP_RESPONSE\020\363]\022\035\n\030VIEW_FIGHT",
|
||||
"REPLAY_REQUEST\020\304^\022\036\n\031VIEW_FIGHTREPLAY_RE" +
|
||||
"SPONSE\020\305^\022\030\n\023VIP_LEVELUP_REQEUST\020\306^\022\031\n\024V" +
|
||||
"IP_LEVELUP_RESPONSE\020\307^\022\034\n\027VIP_TAKE_REWAR" +
|
||||
"D_REQUEST\020\310^\022\035\n\030VIP_TAKE_REWARD_RESPONSE" +
|
||||
"\020\311^\022 \n\033WORKSHOP_FOUNDATION_REQUEST\020\250_\022!\n" +
|
||||
"\034WORKSHOP_FOUNDATION_RESPONSE\020\251_\022\"\n\035WORK" +
|
||||
"SHOP_EQUIP_CREATE_REQUEST\020\252_\022#\n\036WORKSHOP" +
|
||||
"_EQUIP_CREATE_RESPONSE\020\253_\022\035\n\030WORKSHOP_RE" +
|
||||
"BUILD_REQUEST\020\254_\022\036\n\031WORKSHOP_REBUILD_RES" +
|
||||
"PONSE\020\255_\022%\n WORKSHOP_REBUILD_CONFIRM_REQ",
|
||||
"UEST\020\256_\022%\n WORKSHOP_REBUILD_CONFIRM_RESO" +
|
||||
"NSE\020\257_\022\035\n\030WORKSHOP_LEVELUP_REQUEST\020\260_\022\036\n" +
|
||||
"\031WORKSHOP_LEVELUP_RESPONSE\020\261_\022&\n!WORKSHO" +
|
||||
"P_TECHNOLOGY_LEVEL_REQUEST\020\262_\022!\n\034WORKSHO" +
|
||||
"P_TECHNOLOGY_RESPONSE\020\263_\022&\n!WORKSHOP_TEC" +
|
||||
"HNOLOGY_RESET_REQUEST\020\264_\022\'\n\"WORKSHOP_TEC" +
|
||||
"HNOLOGY_RESET_RESPONSE\020\265_B\002H\001"
|
||||
};
|
||||
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
||||
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
|
||||
|
|
|
@ -47847,7 +47847,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
boolean hasType();
|
||||
|
@ -47855,7 +47855,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
int getType();
|
||||
|
@ -47986,7 +47986,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasType() {
|
||||
|
@ -47996,7 +47996,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public int getType() {
|
||||
|
@ -48277,7 +48277,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasType() {
|
||||
|
@ -48287,7 +48287,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public int getType() {
|
||||
|
@ -48297,7 +48297,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setType(int value) {
|
||||
|
@ -48310,7 +48310,7 @@ public final class PlayerInfoProto {
|
|||
* <code>optional int32 type = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单
|
||||
* 操作类型 : 1 加入黑名单 2 解除黑名单 3一键移除
|
||||
* </pre>
|
||||
*/
|
||||
public Builder clearType() {
|
||||
|
@ -54704,46 +54704,64 @@ public final class PlayerInfoProto {
|
|||
// @@protoc_insertion_point(class_scope:com.ljsd.jieling.protocols.UpdateBagIndication)
|
||||
}
|
||||
|
||||
public interface modifyHeadFrameRequestOrBuilder
|
||||
public interface ModifyHeadRequestOrBuilder
|
||||
extends com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
// optional int32 headFrameId = 1;
|
||||
// optional int32 headId = 1;
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
boolean hasHeadFrameId();
|
||||
boolean hasHeadId();
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
int getHeadFrameId();
|
||||
int getHeadId();
|
||||
|
||||
// optional int32 type = 2;
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
boolean hasType();
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
int getType();
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code com.ljsd.jieling.protocols.modifyHeadFrameRequest}
|
||||
* Protobuf type {@code com.ljsd.jieling.protocols.ModifyHeadRequest}
|
||||
*/
|
||||
public static final class modifyHeadFrameRequest extends
|
||||
public static final class ModifyHeadRequest extends
|
||||
com.google.protobuf.GeneratedMessage
|
||||
implements modifyHeadFrameRequestOrBuilder {
|
||||
// Use modifyHeadFrameRequest.newBuilder() to construct.
|
||||
private modifyHeadFrameRequest(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
implements ModifyHeadRequestOrBuilder {
|
||||
// Use ModifyHeadRequest.newBuilder() to construct.
|
||||
private ModifyHeadRequest(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
this.unknownFields = builder.getUnknownFields();
|
||||
}
|
||||
private modifyHeadFrameRequest(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
|
||||
private ModifyHeadRequest(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
|
||||
|
||||
private static final modifyHeadFrameRequest defaultInstance;
|
||||
public static modifyHeadFrameRequest getDefaultInstance() {
|
||||
private static final ModifyHeadRequest defaultInstance;
|
||||
public static ModifyHeadRequest getDefaultInstance() {
|
||||
return defaultInstance;
|
||||
}
|
||||
|
||||
public modifyHeadFrameRequest getDefaultInstanceForType() {
|
||||
public ModifyHeadRequest getDefaultInstanceForType() {
|
||||
return defaultInstance;
|
||||
}
|
||||
|
||||
|
@ -54753,7 +54771,7 @@ public final class PlayerInfoProto {
|
|||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private modifyHeadFrameRequest(
|
||||
private ModifyHeadRequest(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
|
@ -54778,7 +54796,12 @@ public final class PlayerInfoProto {
|
|||
}
|
||||
case 8: {
|
||||
bitField0_ |= 0x00000001;
|
||||
headFrameId_ = input.readInt32();
|
||||
headId_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
bitField0_ |= 0x00000002;
|
||||
type_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -54795,58 +54818,83 @@ public final class PlayerInfoProto {
|
|||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor;
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor;
|
||||
}
|
||||
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_fieldAccessorTable
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.class, com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.Builder.class);
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.class, com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.Builder.class);
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Parser<modifyHeadFrameRequest> PARSER =
|
||||
new com.google.protobuf.AbstractParser<modifyHeadFrameRequest>() {
|
||||
public modifyHeadFrameRequest parsePartialFrom(
|
||||
public static com.google.protobuf.Parser<ModifyHeadRequest> PARSER =
|
||||
new com.google.protobuf.AbstractParser<ModifyHeadRequest>() {
|
||||
public ModifyHeadRequest parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new modifyHeadFrameRequest(input, extensionRegistry);
|
||||
return new ModifyHeadRequest(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<modifyHeadFrameRequest> getParserForType() {
|
||||
public com.google.protobuf.Parser<ModifyHeadRequest> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
// optional int32 headFrameId = 1;
|
||||
public static final int HEADFRAMEID_FIELD_NUMBER = 1;
|
||||
private int headFrameId_;
|
||||
// optional int32 headId = 1;
|
||||
public static final int HEADID_FIELD_NUMBER = 1;
|
||||
private int headId_;
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasHeadFrameId() {
|
||||
public boolean hasHeadId() {
|
||||
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public int getHeadFrameId() {
|
||||
return headFrameId_;
|
||||
public int getHeadId() {
|
||||
return headId_;
|
||||
}
|
||||
|
||||
// optional int32 type = 2;
|
||||
public static final int TYPE_FIELD_NUMBER = 2;
|
||||
private int type_;
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasType() {
|
||||
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public int getType() {
|
||||
return type_;
|
||||
}
|
||||
|
||||
private void initFields() {
|
||||
headFrameId_ = 0;
|
||||
headId_ = 0;
|
||||
type_ = 0;
|
||||
}
|
||||
private byte memoizedIsInitialized = -1;
|
||||
public final boolean isInitialized() {
|
||||
|
@ -54861,7 +54909,10 @@ public final class PlayerInfoProto {
|
|||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||||
output.writeInt32(1, headFrameId_);
|
||||
output.writeInt32(1, headId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||||
output.writeInt32(2, type_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
@ -54874,7 +54925,11 @@ public final class PlayerInfoProto {
|
|||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) == 0x00000001)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(1, headFrameId_);
|
||||
.computeInt32Size(1, headId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(2, type_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSerializedSize = size;
|
||||
|
@ -54888,53 +54943,53 @@ public final class PlayerInfoProto {
|
|||
return super.writeReplace();
|
||||
}
|
||||
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(byte[] data)
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(java.io.InputStream input)
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return PARSER.parseFrom(input);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return PARSER.parseFrom(input, extensionRegistry);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseDelimitedFrom(java.io.InputStream input)
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return PARSER.parseDelimitedFrom(input);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseDelimitedFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return PARSER.parseDelimitedFrom(input, extensionRegistry);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return PARSER.parseFrom(input);
|
||||
}
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parseFrom(
|
||||
public static com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
|
@ -54943,7 +54998,7 @@ public final class PlayerInfoProto {
|
|||
|
||||
public static Builder newBuilder() { return Builder.create(); }
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder(com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest prototype) {
|
||||
public static Builder newBuilder(com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest prototype) {
|
||||
return newBuilder().mergeFrom(prototype);
|
||||
}
|
||||
public Builder toBuilder() { return newBuilder(this); }
|
||||
|
@ -54955,24 +55010,24 @@ public final class PlayerInfoProto {
|
|||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code com.ljsd.jieling.protocols.modifyHeadFrameRequest}
|
||||
* Protobuf type {@code com.ljsd.jieling.protocols.ModifyHeadRequest}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessage.Builder<Builder>
|
||||
implements com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequestOrBuilder {
|
||||
implements com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequestOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor;
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor;
|
||||
}
|
||||
|
||||
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_fieldAccessorTable
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.class, com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.Builder.class);
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.class, com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.newBuilder()
|
||||
// Construct using com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
@ -54992,8 +55047,10 @@ public final class PlayerInfoProto {
|
|||
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
headFrameId_ = 0;
|
||||
headId_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
type_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
@ -55003,47 +55060,54 @@ public final class PlayerInfoProto {
|
|||
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor;
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor;
|
||||
}
|
||||
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest getDefaultInstanceForType() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.getDefaultInstance();
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest getDefaultInstanceForType() {
|
||||
return com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.getDefaultInstance();
|
||||
}
|
||||
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest build() {
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest result = buildPartial();
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest build() {
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest buildPartial() {
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest result = new com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest(this);
|
||||
public com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest buildPartial() {
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest result = new com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
result.headFrameId_ = headFrameId_;
|
||||
result.headId_ = headId_;
|
||||
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.type_ = type_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest) {
|
||||
return mergeFrom((com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest)other);
|
||||
if (other instanceof com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest) {
|
||||
return mergeFrom((com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest other) {
|
||||
if (other == com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest.getDefaultInstance()) return this;
|
||||
if (other.hasHeadFrameId()) {
|
||||
setHeadFrameId(other.getHeadFrameId());
|
||||
public Builder mergeFrom(com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest other) {
|
||||
if (other == com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest.getDefaultInstance()) return this;
|
||||
if (other.hasHeadId()) {
|
||||
setHeadId(other.getHeadId());
|
||||
}
|
||||
if (other.hasType()) {
|
||||
setType(other.getType());
|
||||
}
|
||||
this.mergeUnknownFields(other.getUnknownFields());
|
||||
return this;
|
||||
|
@ -55057,11 +55121,11 @@ public final class PlayerInfoProto {
|
|||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest parsedMessage = null;
|
||||
com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (com.ljsd.jieling.protocols.PlayerInfoProto.modifyHeadFrameRequest) e.getUnfinishedMessage();
|
||||
parsedMessage = (com.ljsd.jieling.protocols.PlayerInfoProto.ModifyHeadRequest) e.getUnfinishedMessage();
|
||||
throw e;
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
|
@ -55072,64 +55136,113 @@ public final class PlayerInfoProto {
|
|||
}
|
||||
private int bitField0_;
|
||||
|
||||
// optional int32 headFrameId = 1;
|
||||
private int headFrameId_ ;
|
||||
// optional int32 headId = 1;
|
||||
private int headId_ ;
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasHeadFrameId() {
|
||||
public boolean hasHeadId() {
|
||||
return ((bitField0_ & 0x00000001) == 0x00000001);
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public int getHeadFrameId() {
|
||||
return headFrameId_;
|
||||
public int getHeadId() {
|
||||
return headId_;
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setHeadFrameId(int value) {
|
||||
public Builder setHeadId(int value) {
|
||||
bitField0_ |= 0x00000001;
|
||||
headFrameId_ = value;
|
||||
headId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 headFrameId = 1;</code>
|
||||
* <code>optional int32 headId = 1;</code>
|
||||
*
|
||||
* <pre>
|
||||
*修改头像框
|
||||
*修改头像或头像框
|
||||
* </pre>
|
||||
*/
|
||||
public Builder clearHeadFrameId() {
|
||||
public Builder clearHeadId() {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
headFrameId_ = 0;
|
||||
headId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:com.ljsd.jieling.protocols.modifyHeadFrameRequest)
|
||||
// optional int32 type = 2;
|
||||
private int type_ ;
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasType() {
|
||||
return ((bitField0_ & 0x00000002) == 0x00000002);
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public int getType() {
|
||||
return type_;
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setType(int value) {
|
||||
bitField0_ |= 0x00000002;
|
||||
type_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional int32 type = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0头像框,1头像
|
||||
* </pre>
|
||||
*/
|
||||
public Builder clearType() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
type_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:com.ljsd.jieling.protocols.ModifyHeadRequest)
|
||||
}
|
||||
|
||||
static {
|
||||
defaultInstance = new modifyHeadFrameRequest(true);
|
||||
defaultInstance = new ModifyHeadRequest(true);
|
||||
defaultInstance.initFields();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:com.ljsd.jieling.protocols.modifyHeadFrameRequest)
|
||||
// @@protoc_insertion_point(class_scope:com.ljsd.jieling.protocols.ModifyHeadRequest)
|
||||
}
|
||||
|
||||
public interface blessResponseOrBuilder
|
||||
|
@ -84606,10 +84719,10 @@ public final class PlayerInfoProto {
|
|||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_com_ljsd_jieling_protocols_UpdateBagIndication_fieldAccessorTable;
|
||||
private static com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor;
|
||||
internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor;
|
||||
private static
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_fieldAccessorTable;
|
||||
internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_fieldAccessorTable;
|
||||
private static com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_com_ljsd_jieling_protocols_blessResponse_descriptor;
|
||||
private static
|
||||
|
@ -85031,98 +85144,98 @@ public final class PlayerInfoProto {
|
|||
"\003(\0132$.com.ljsd.jieling.protocols.ItemInf" +
|
||||
"o\"S\n\023UpdateBagIndication\022\014\n\004type\030\001 \001(\005\022." +
|
||||
"\n\004item\030\002 \003(\0132 .com.ljsd.jieling.protocol" +
|
||||
"s.Item\"-\n\026modifyHeadFrameRequest\022\023\n\013head" +
|
||||
"FrameId\030\001 \001(\005\"\336\002\n\rblessResponse\022:\n\tfixRe" +
|
||||
"ward\030\001 \003(\0132\'.com.ljsd.jieling.protocols.",
|
||||
"blessReward\022=\n\014legendReward\030\002 \003(\0132\'.com." +
|
||||
"ljsd.jieling.protocols.blessReward\022>\n\rsu" +
|
||||
"premeReward\030\003 \003(\0132\'.com.ljsd.jieling.pro" +
|
||||
"tocols.blessReward\022<\n\013countReward\030\004 \003(\0132" +
|
||||
"\'.com.ljsd.jieling.protocols.blessReward" +
|
||||
"\022;\n\nrewardView\030\005 \003(\0132\'.com.ljsd.jieling." +
|
||||
"protocols.blessReward\022\027\n\017lastRefreshTime" +
|
||||
"\030\006 \001(\005\"%\n\020blessSaveRequest\022\021\n\trewardIds\030" +
|
||||
"\001 \003(\005\"(\n\022blessChooseRequest\022\022\n\nlocationI" +
|
||||
"d\030\001 \001(\005\"_\n\023blessChooseResponse\0220\n\006reward",
|
||||
"\030\001 \001(\0132 .com.ljsd.jieling.protocols.Drop" +
|
||||
"\022\026\n\016chooseRewardId\030\002 \001(\005\"I\n\014blessRefresh" +
|
||||
"\0229\n\006reward\030\001 \001(\0132).com.ljsd.jieling.prot" +
|
||||
"ocols.blessResponse\"Q\n\025storeUpdateIndica" +
|
||||
"tion\0228\n\tstoreInfo\030\001 \003(\0132%.com.ljsd.jieli" +
|
||||
"ng.protocols.StoreInfo\"%\n\tLockEquip\022\n\n\002i" +
|
||||
"d\030\001 \003(\t\022\014\n\004type\030\002 \001(\005\"r\n\027ActivityUpateIn" +
|
||||
"dication\022>\n\014activityInfo\030\001 \003(\0132(.com.ljs" +
|
||||
"d.jieling.protocols.ActivityInfo\022\027\n\017clos" +
|
||||
"eActivityId\030\002 \003(\005\";\n\027GetForceRankInfoReq",
|
||||
"uest\022\014\n\004page\030\001 \001(\005\022\022\n\nactiviteId\030\002 \001(\005\"{" +
|
||||
"\n\030GetForceRankInfoResponse\022>\n\014useForceIn" +
|
||||
"fo\030\001 \003(\0132(.com.ljsd.jieling.protocols.Us" +
|
||||
"eForceInfo\022\017\n\007myForce\030\002 \001(\005\022\016\n\006myRank\030\003 " +
|
||||
"\001(\005\"a\n\037ActivityUpateProgressIndication\022>" +
|
||||
"\n\014activityInfo\030\001 \002(\0132(.com.ljsd.jieling." +
|
||||
"protocols.ActivityInfo\"*\n\024GetExpertInfoR" +
|
||||
"equest\022\022\n\nactiviteId\030\001 \001(\005\"p\n\025GetExpertI" +
|
||||
"nfoResponse\0226\n\006expert\030\001 \003(\0132&.com.ljsd.j" +
|
||||
"ieling.protocols.ExpertInfo\022\017\n\007myScore\030\002",
|
||||
" \001(\005\022\016\n\006myRank\030\003 \001(\005\"!\n\rSignInRequest\022\020\n" +
|
||||
"\010dayIndex\030\001 \001(\005\"@\n\016SignInResponse\022.\n\004dro" +
|
||||
"p\030\001 \001(\0132 .com.ljsd.jieling.protocols.Dro" +
|
||||
"p\"?\n\033GetPlayerOneTeamInfoRequest\022\020\n\010play" +
|
||||
"erId\030\001 \001(\005\022\016\n\006teamId\030\002 \001(\005\"Y\n\034GetPlayerO" +
|
||||
"neTeamInfoResponse\0229\n\010teamInfo\030\001 \001(\0132\'.c" +
|
||||
"om.ljsd.jieling.protocols.TeamOneInfo\"O\n" +
|
||||
"\035TakeSenvenScoreRewardResponse\022.\n\004drop\030\001" +
|
||||
" \001(\0132 .com.ljsd.jieling.protocols.Drop\"\"" +
|
||||
"\n\022UpdateStateRequest\022\014\n\004type\030\001 \001(\005\"5\n\027Up",
|
||||
"dateUserExpIndicaiton\022\r\n\005level\030\001 \001(\005\022\013\n\003" +
|
||||
"exp\030\002 \001(\005\"6\n\037UpdateSecretBoxSeasonIndica" +
|
||||
"tion\022\023\n\013newSeasonId\030\001 \001(\005\"\033\n\031GetMonsterR" +
|
||||
"ankInfoRequest\"{\n\032GetMonsterRankInfoResp" +
|
||||
"onse\022<\n\007monster\030\001 \003(\0132+.com.ljsd.jieling" +
|
||||
".protocols.MonsterRankInfo\022\017\n\007myScore\030\002 " +
|
||||
"\001(\005\022\016\n\006myRank\030\003 \001(\005\"-\n\031PlayerBackCInfoIn" +
|
||||
"dication\022\020\n\010nickName\030\001 \001(\t\"*\n\026UpdatePhon" +
|
||||
"einfoRequest\022\020\n\010phoneNum\030\001 \001(\t\"(\n\027Update" +
|
||||
"PhoneinfoResponse\022\r\n\005state\030\001 \001(\005\"\027\n\025GetP",
|
||||
"honeRewardRequest\"H\n\026GetPhoneRewardRespo" +
|
||||
"nse\022.\n\004drop\030\001 \001(\0132 .com.ljsd.jieling.pro" +
|
||||
"tocols.Drop\"#\n\022QuestionIndication\022\r\n\005sta" +
|
||||
"te\030\001 \001(\005\"\024\n\022GetQuestionRequest\"\226\001\n\023GetQu" +
|
||||
"estionResponse\022\n\n\002id\030\001 \001(\t\022\020\n\010questDes\030\002" +
|
||||
" \001(\t\022\r\n\005start\030\003 \001(\t\022\017\n\007endtime\030\004 \001(\t\022A\n\014" +
|
||||
"questOptions\030\005 \003(\0132+.com.ljsd.jieling.pr" +
|
||||
"otocols.QuestionOptions\"(\n\025upDataQuestio" +
|
||||
"nRequest\022\017\n\007options\030\001 \003(\t\"(\n\026upDataQuest" +
|
||||
"ionResponse\022\016\n\006result\030\001 \001(\005\"\013\n\tBloodRank",
|
||||
"\"!\n\022ExchangeCdkRequest\022\013\n\003key\030\001 \001(\t\"0\n\035N" +
|
||||
"otifyPaySuccessfulIndicaiton\022\017\n\007goodsId\030" +
|
||||
"\001 \001(\005\"V\n\023DirectBuyIndication\022\017\n\007goodsId\030" +
|
||||
"\001 \001(\005\022.\n\004drop\030\002 \001(\0132 .com.ljsd.jieling.p" +
|
||||
"rotocols.Drop\"=\n\027RefreshLuckWheelRequest" +
|
||||
"\022\022\n\nactivityId\030\001 \001(\005\022\016\n\006isFree\030\002 \001(\010\"`\n\030" +
|
||||
"RefreshLuckWheelResponse\022D\n\010posInfos\030\001 \003" +
|
||||
"s.Item\"1\n\021ModifyHeadRequest\022\016\n\006headId\030\001 " +
|
||||
"\001(\005\022\014\n\004type\030\002 \001(\005\"\336\002\n\rblessResponse\022:\n\tf" +
|
||||
"ixReward\030\001 \003(\0132\'.com.ljsd.jieling.protoc",
|
||||
"ols.blessReward\022=\n\014legendReward\030\002 \003(\0132\'." +
|
||||
"com.ljsd.jieling.protocols.blessReward\022>" +
|
||||
"\n\rsupremeReward\030\003 \003(\0132\'.com.ljsd.jieling" +
|
||||
".protocols.blessReward\022<\n\013countReward\030\004 " +
|
||||
"\003(\0132\'.com.ljsd.jieling.protocols.blessRe" +
|
||||
"ward\022;\n\nrewardView\030\005 \003(\0132\'.com.ljsd.jiel" +
|
||||
"ing.protocols.blessReward\022\027\n\017lastRefresh" +
|
||||
"Time\030\006 \001(\005\"%\n\020blessSaveRequest\022\021\n\treward" +
|
||||
"Ids\030\001 \003(\005\"(\n\022blessChooseRequest\022\022\n\nlocat" +
|
||||
"ionId\030\001 \001(\005\"_\n\023blessChooseResponse\0220\n\006re",
|
||||
"ward\030\001 \001(\0132 .com.ljsd.jieling.protocols." +
|
||||
"Drop\022\026\n\016chooseRewardId\030\002 \001(\005\"I\n\014blessRef" +
|
||||
"resh\0229\n\006reward\030\001 \001(\0132).com.ljsd.jieling." +
|
||||
"protocols.blessResponse\"Q\n\025storeUpdateIn" +
|
||||
"dication\0228\n\tstoreInfo\030\001 \003(\0132%.com.ljsd.j" +
|
||||
"ieling.protocols.StoreInfo\"%\n\tLockEquip\022" +
|
||||
"\n\n\002id\030\001 \003(\t\022\014\n\004type\030\002 \001(\005\"r\n\027ActivityUpa" +
|
||||
"teIndication\022>\n\014activityInfo\030\001 \003(\0132(.com" +
|
||||
".ljsd.jieling.protocols.ActivityInfo\022\027\n\017" +
|
||||
"closeActivityId\030\002 \003(\005\";\n\027GetForceRankInf",
|
||||
"oRequest\022\014\n\004page\030\001 \001(\005\022\022\n\nactiviteId\030\002 \001" +
|
||||
"(\005\"{\n\030GetForceRankInfoResponse\022>\n\014useFor" +
|
||||
"ceInfo\030\001 \003(\0132(.com.ljsd.jieling.protocol" +
|
||||
"s.UseForceInfo\022\017\n\007myForce\030\002 \001(\005\022\016\n\006myRan" +
|
||||
"k\030\003 \001(\005\"a\n\037ActivityUpateProgressIndicati" +
|
||||
"on\022>\n\014activityInfo\030\001 \002(\0132(.com.ljsd.jiel" +
|
||||
"ing.protocols.ActivityInfo\"*\n\024GetExpertI" +
|
||||
"nfoRequest\022\022\n\nactiviteId\030\001 \001(\005\"p\n\025GetExp" +
|
||||
"ertInfoResponse\0226\n\006expert\030\001 \003(\0132&.com.lj" +
|
||||
"sd.jieling.protocols.ExpertInfo\022\017\n\007mySco",
|
||||
"re\030\002 \001(\005\022\016\n\006myRank\030\003 \001(\005\"!\n\rSignInReques" +
|
||||
"t\022\020\n\010dayIndex\030\001 \001(\005\"@\n\016SignInResponse\022.\n" +
|
||||
"\004drop\030\001 \001(\0132 .com.ljsd.jieling.protocols" +
|
||||
".Drop\"?\n\033GetPlayerOneTeamInfoRequest\022\020\n\010" +
|
||||
"playerId\030\001 \001(\005\022\016\n\006teamId\030\002 \001(\005\"Y\n\034GetPla" +
|
||||
"yerOneTeamInfoResponse\0229\n\010teamInfo\030\001 \001(\013" +
|
||||
"2\'.com.ljsd.jieling.protocols.TeamOneInf" +
|
||||
"o\"O\n\035TakeSenvenScoreRewardResponse\022.\n\004dr" +
|
||||
"op\030\001 \001(\0132 .com.ljsd.jieling.protocols.Dr" +
|
||||
"op\"\"\n\022UpdateStateRequest\022\014\n\004type\030\001 \001(\005\"5",
|
||||
"\n\027UpdateUserExpIndicaiton\022\r\n\005level\030\001 \001(\005" +
|
||||
"\022\013\n\003exp\030\002 \001(\005\"6\n\037UpdateSecretBoxSeasonIn" +
|
||||
"dication\022\023\n\013newSeasonId\030\001 \001(\005\"\033\n\031GetMons" +
|
||||
"terRankInfoRequest\"{\n\032GetMonsterRankInfo" +
|
||||
"Response\022<\n\007monster\030\001 \003(\0132+.com.ljsd.jie" +
|
||||
"ling.protocols.MonsterRankInfo\022\017\n\007myScor" +
|
||||
"e\030\002 \001(\005\022\016\n\006myRank\030\003 \001(\005\"-\n\031PlayerBackCIn" +
|
||||
"foIndication\022\020\n\010nickName\030\001 \001(\t\"*\n\026Update" +
|
||||
"PhoneinfoRequest\022\020\n\010phoneNum\030\001 \001(\t\"(\n\027Up" +
|
||||
"datePhoneinfoResponse\022\r\n\005state\030\001 \001(\005\"\027\n\025",
|
||||
"GetPhoneRewardRequest\"H\n\026GetPhoneRewardR" +
|
||||
"esponse\022.\n\004drop\030\001 \001(\0132 .com.ljsd.jieling" +
|
||||
".protocols.Drop\"#\n\022QuestionIndication\022\r\n" +
|
||||
"\005state\030\001 \001(\005\"\024\n\022GetQuestionRequest\"\226\001\n\023G" +
|
||||
"etQuestionResponse\022\n\n\002id\030\001 \001(\t\022\020\n\010questD" +
|
||||
"es\030\002 \001(\t\022\r\n\005start\030\003 \001(\t\022\017\n\007endtime\030\004 \001(\t" +
|
||||
"\022A\n\014questOptions\030\005 \003(\0132+.com.ljsd.jielin" +
|
||||
"g.protocols.QuestionOptions\"(\n\025upDataQue" +
|
||||
"stionRequest\022\017\n\007options\030\001 \003(\t\"(\n\026upDataQ" +
|
||||
"uestionResponse\022\016\n\006result\030\001 \001(\005\"\013\n\tBlood",
|
||||
"Rank\"!\n\022ExchangeCdkRequest\022\013\n\003key\030\001 \001(\t\"" +
|
||||
"0\n\035NotifyPaySuccessfulIndicaiton\022\017\n\007good" +
|
||||
"sId\030\001 \001(\005\"V\n\023DirectBuyIndication\022\017\n\007good" +
|
||||
"sId\030\001 \001(\005\022.\n\004drop\030\002 \001(\0132 .com.ljsd.jieli" +
|
||||
"ng.protocols.Drop\"=\n\027RefreshLuckWheelReq" +
|
||||
"uest\022\022\n\nactivityId\030\001 \001(\005\022\016\n\006isFree\030\002 \001(\010" +
|
||||
"\"`\n\030RefreshLuckWheelResponse\022D\n\010posInfos" +
|
||||
"\030\001 \003(\01322.com.ljsd.jieling.protocols.Luck" +
|
||||
"WheelRewardPosInfo\"E\n\035GetLuckWheelRandRe" +
|
||||
"wardRequest\022\022\n\nactivityId\030\001 \001(\005\022\020\n\010repea",
|
||||
"ted\030\002 \001(\010\"\252\001\n\036GetLuckWheelRandRewardResp" +
|
||||
"onse\022\022\n\nactivityId\030\001 \001(\005\022D\n\010posInfos\030\002 \003" +
|
||||
"(\01322.com.ljsd.jieling.protocols.LuckWhee" +
|
||||
"lRewardPosInfo\"E\n\035GetLuckWheelRandReward" +
|
||||
"Request\022\022\n\nactivityId\030\001 \001(\005\022\020\n\010repeated\030",
|
||||
"\002 \001(\010\"\252\001\n\036GetLuckWheelRandRewardResponse" +
|
||||
"\022\022\n\nactivityId\030\001 \001(\005\022D\n\010posInfos\030\002 \003(\01322" +
|
||||
".com.ljsd.jieling.protocols.LuckWheelRew" +
|
||||
"ardPosInfo\022.\n\004drop\030\003 \001(\0132 .com.ljsd.jiel" +
|
||||
"ing.protocols.Drop\"\250\001\n\023LuckWheelIndicati" +
|
||||
"on\022D\n\010posInfos\030\001 \003(\01322.com.ljsd.jieling." +
|
||||
"protocols.LuckWheelRewardPosInfo\022K\n\017posI" +
|
||||
"nfosAdvance\030\002 \003(\01322.com.ljsd.jieling.pro" +
|
||||
"tocols.LuckWheelRewardPosInfo\"\242\001\n\030GetMai" +
|
||||
"nLevelInfoResponse\022\017\n\007fightId\030\001 \001(\005\022\r\n\005s",
|
||||
"tate\030\002 \001(\005\022\020\n\010duration\030\003 \001(\005\022T\n\027adventur" +
|
||||
"eBossSimpleInfo\030\004 \003(\01323.com.ljsd.jieling" +
|
||||
".protocols.AdventureBossSimpleInfo\"-\n\034Qu" +
|
||||
"ickBuyTreasureLevelRequest\022\r\n\005level\030\001 \001(" +
|
||||
"\005\"S\n\031TreasureRefreshIndication\0226\n\005tasks\030" +
|
||||
"\001 \003(\0132\'.com.ljsd.jieling.protocols.Refre" +
|
||||
"shTask\"*\n\031TreasureLevelUpIndication\022\r\n\005l" +
|
||||
"evel\030\001 \001(\005\" \n\016MailDelRequest\022\016\n\006mailId\030\001" +
|
||||
" \003(\tB\002H\001"
|
||||
"lRewardPosInfo\022.\n\004drop\030\003 \001(\0132 .com.ljsd." +
|
||||
"jieling.protocols.Drop\"\250\001\n\023LuckWheelIndi" +
|
||||
"cation\022D\n\010posInfos\030\001 \003(\01322.com.ljsd.jiel" +
|
||||
"ing.protocols.LuckWheelRewardPosInfo\022K\n\017" +
|
||||
"posInfosAdvance\030\002 \003(\01322.com.ljsd.jieling" +
|
||||
".protocols.LuckWheelRewardPosInfo\"\242\001\n\030Ge" +
|
||||
"tMainLevelInfoResponse\022\017\n\007fightId\030\001 \001(\005\022",
|
||||
"\r\n\005state\030\002 \001(\005\022\020\n\010duration\030\003 \001(\005\022T\n\027adve" +
|
||||
"ntureBossSimpleInfo\030\004 \003(\01323.com.ljsd.jie" +
|
||||
"ling.protocols.AdventureBossSimpleInfo\"-" +
|
||||
"\n\034QuickBuyTreasureLevelRequest\022\r\n\005level\030" +
|
||||
"\001 \001(\005\"S\n\031TreasureRefreshIndication\0226\n\005ta" +
|
||||
"sks\030\001 \003(\0132\'.com.ljsd.jieling.protocols.R" +
|
||||
"efreshTask\"*\n\031TreasureLevelUpIndication\022" +
|
||||
"\r\n\005level\030\001 \001(\005\" \n\016MailDelRequest\022\016\n\006mail" +
|
||||
"Id\030\001 \003(\tB\002H\001"
|
||||
};
|
||||
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
||||
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
|
||||
|
@ -85573,12 +85686,12 @@ public final class PlayerInfoProto {
|
|||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_com_ljsd_jieling_protocols_UpdateBagIndication_descriptor,
|
||||
new java.lang.String[] { "Type", "Item", });
|
||||
internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor =
|
||||
internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor =
|
||||
getDescriptor().getMessageTypes().get(74);
|
||||
internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_fieldAccessorTable = new
|
||||
internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_com_ljsd_jieling_protocols_modifyHeadFrameRequest_descriptor,
|
||||
new java.lang.String[] { "HeadFrameId", });
|
||||
internal_static_com_ljsd_jieling_protocols_ModifyHeadRequest_descriptor,
|
||||
new java.lang.String[] { "HeadId", "Type", });
|
||||
internal_static_com_ljsd_jieling_protocols_blessResponse_descriptor =
|
||||
getDescriptor().getMessageTypes().get(75);
|
||||
internal_static_com_ljsd_jieling_protocols_blessResponse_fieldAccessorTable = new
|
||||
|
|
|
@ -68,7 +68,7 @@ public class BloodLogic {
|
|||
heroAttributeMap = CombatLogic.getInstance().bufferOneHeroAttrAfterEat(heroAttributeMap,buffInfo[i]);
|
||||
}
|
||||
}
|
||||
heroAllAttribute.put(heroInfo.getHeroId(), new FamilyHeroInfo(hero.getTemplateId(), hero.getLevel(), heroAttributeMap));
|
||||
heroAllAttribute.put(heroInfo.getHeroId(), new FamilyHeroInfo(hero.getTemplateId(), hero.getLevel(),hero.getStar(), heroAttributeMap));
|
||||
}
|
||||
return heroAllAttribute;
|
||||
}
|
||||
|
@ -91,7 +91,6 @@ public class BloodLogic {
|
|||
|
||||
/**
|
||||
* 战斗数据组装
|
||||
* @param user
|
||||
* @param heroInfo
|
||||
* @return
|
||||
*/
|
||||
|
@ -109,12 +108,11 @@ public class BloodLogic {
|
|||
.build();
|
||||
heroDefendFightInfos.add(heroFightInfo);
|
||||
}
|
||||
CommonProto.FightTeamInfo fightDefendTeamInfo = CommonProto.FightTeamInfo.
|
||||
return CommonProto.FightTeamInfo.
|
||||
newBuilder()
|
||||
.addAllFightUnitList(heroDefendFightInfos)
|
||||
.setTeamSkillList(pokmanSkill)
|
||||
.build();
|
||||
return fightDefendTeamInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -7,6 +7,7 @@ public class FamilyHeroInfo {
|
|||
|
||||
private int templeteId;
|
||||
private int level;
|
||||
private int star;
|
||||
private Map<Integer,Integer> attribute;
|
||||
|
||||
public int getTempleteId() {
|
||||
|
@ -17,6 +18,10 @@ public class FamilyHeroInfo {
|
|||
return level;
|
||||
}
|
||||
|
||||
public int getStar() {
|
||||
return star;
|
||||
}
|
||||
|
||||
public Map<Integer, Integer> getAttribute() {
|
||||
return attribute;
|
||||
}
|
||||
|
@ -33,10 +38,11 @@ public class FamilyHeroInfo {
|
|||
this.attribute = attribute;
|
||||
}
|
||||
|
||||
public FamilyHeroInfo(int templeteId, int level, Map<Integer, Integer> attribute) {
|
||||
public FamilyHeroInfo(int templeteId, int level, int star,Map<Integer, Integer> attribute) {
|
||||
this.templeteId = templeteId;
|
||||
this.level = level;
|
||||
this.attribute = attribute;
|
||||
this.star = star;
|
||||
}
|
||||
|
||||
public FamilyHeroInfo() {
|
||||
|
|
|
@ -101,12 +101,17 @@ public class GuildFightLogic {
|
|||
public static void viewDefendDetailInfo(ISession session, int uid,int gid ,MessageTypeProto.MessageType messageType) throws Exception {
|
||||
|
||||
FamilyFightInfo fightInfo = RedisUtil.getInstence().getMapEntry(RedisKey.FAMILY_FIGHT, String.valueOf(gid), String.valueOf(uid), FamilyFightInfo.class);
|
||||
CommonProto.Team.Builder team = CommonProto.Team.newBuilder();
|
||||
CommonProto.TeamOneTeamInfo.Builder oneInfo = CommonProto.TeamOneTeamInfo.newBuilder();
|
||||
if(fightInfo!=null){
|
||||
for(Map.Entry<String, FamilyHeroInfo> entry:fightInfo.getHeroAttribute().entrySet()){
|
||||
int templateId = entry.getValue().getTempleteId();
|
||||
team.addHeroTid(templateId);
|
||||
FamilyHeroInfo familyHeroInfo = entry.getValue();
|
||||
oneInfo.addTeam(CommonProto.TeamSimpleInfo.newBuilder()
|
||||
.setHeroid(entry.getKey())
|
||||
.setHeroTid(familyHeroInfo.getTempleteId())
|
||||
.setStar(familyHeroInfo.getStar())
|
||||
.setLevel(familyHeroInfo.getLevel())
|
||||
.build()
|
||||
);
|
||||
Map<Integer, Integer> attribute = entry.getValue().getAttribute();
|
||||
if(status==3){
|
||||
int remainHp = attribute.get(HeroAttributeEnum.CurHP.getPropertyId())*100/attribute.get(HeroAttributeEnum.Hp.getPropertyId());
|
||||
|
@ -123,7 +128,8 @@ public class GuildFightLogic {
|
|||
teamPosHeroInfos = teamPosManager.getTeamPosForHero().get(1);
|
||||
}
|
||||
for(TeamPosHeroInfo heroInfo:teamPosHeroInfos){
|
||||
team.addHeroTid(user.getHeroManager().getHero(heroInfo.getHeroId()).getTemplateId());
|
||||
Hero hero = user.getHeroManager().getHero(heroInfo.getHeroId());
|
||||
oneInfo.addTeam(CBean2Proto.getSimpleTeamInfoByHero(hero));
|
||||
}
|
||||
int force = HeroLogic.getInstance().calTeamTotalForce(user, 501, false);
|
||||
if(force==0){
|
||||
|
@ -136,7 +142,6 @@ public class GuildFightLogic {
|
|||
}
|
||||
}
|
||||
}
|
||||
oneInfo.setTeam(team);
|
||||
Family.FamilyDefendDetailViewResponse.Builder response = Family.FamilyDefendDetailViewResponse.newBuilder();
|
||||
response.setTeamInfo(oneInfo);
|
||||
MessageUtil.sendMessage(session, 1, messageType.getNumber(), response.build(), true);
|
||||
|
|
|
@ -460,7 +460,7 @@ public class PlayerLogic {
|
|||
if(teamPosManager.getTeamPosForHero().containsKey(teamId)){
|
||||
for (TeamPosHeroInfo heroInfo:teamPosManager.getTeamPosForHero().get(teamId)) {
|
||||
Hero hero = user.getHeroManager().getHero(heroInfo.getHeroId());
|
||||
teamInfo.addTeam(CommonProto.TeamInfoDeatail.newBuilder().setHeroTid(hero.getTemplateId()).setLevel(hero.getLevel()).setStar(hero.getStar()).build());
|
||||
teamInfo.addTeam(CBean2Proto.getSimpleTeamInfoByHero(hero));
|
||||
}
|
||||
}
|
||||
oneInfo.setTeam(teamInfo);
|
||||
|
|
|
@ -495,4 +495,9 @@ public class CBean2Proto {
|
|||
}
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
|
||||
public static CommonProto.TeamSimpleInfo getSimpleTeamInfoByHero(Hero hero){
|
||||
return CommonProto.TeamSimpleInfo.newBuilder().setHeroid(hero.getId()).setHeroTid(hero.getTemplateId()).setLevel(hero.getLevel()).setStar(hero.getStar()).build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue