mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 21:49:54 +08:00
Protocol definition fixes
This commit is contained in:
+179
-178
@@ -36,21 +36,21 @@ public final class GetScenePointRspOuterClass {
|
||||
int getUnlockedPointList(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return A list containing the eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return A list containing the unhidePointList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getELDLGKEKABIList();
|
||||
java.util.List<java.lang.Integer> getUnhidePointListList();
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return The count of eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return The count of unhidePointList.
|
||||
*/
|
||||
int getELDLGKEKABICount();
|
||||
int getUnhidePointListCount();
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The eLDLGKEKABI at the given index.
|
||||
* @return The unhidePointList at the given index.
|
||||
*/
|
||||
int getELDLGKEKABI(int index);
|
||||
int getUnhidePointList(int index);
|
||||
|
||||
/**
|
||||
* <code>bool FBFJPEPMAOF = 9;</code>
|
||||
@@ -65,21 +65,21 @@ public final class GetScenePointRspOuterClass {
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return A list containing the gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return A list containing the unlockAreaList.
|
||||
*/
|
||||
java.util.List<java.lang.Integer> getGILIFDOOHFFList();
|
||||
java.util.List<java.lang.Integer> getUnlockAreaListList();
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return The count of gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return The count of unlockAreaList.
|
||||
*/
|
||||
int getGILIFDOOHFFCount();
|
||||
int getUnlockAreaListCount();
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The gILIFDOOHFF at the given index.
|
||||
* @return The unlockAreaList at the given index.
|
||||
*/
|
||||
int getGILIFDOOHFF(int index);
|
||||
int getUnlockAreaList(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated uint32 PPDDIADEDIC = 8;</code>
|
||||
@@ -214,8 +214,8 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
private GetScenePointRsp() {
|
||||
unlockedPointList_ = emptyIntList();
|
||||
eLDLGKEKABI_ = emptyIntList();
|
||||
gILIFDOOHFF_ = emptyIntList();
|
||||
unhidePointList_ = emptyIntList();
|
||||
unlockAreaList_ = emptyIntList();
|
||||
pPDDIADEDIC_ = emptyIntList();
|
||||
oGKCOCBLNLF_ = emptyIntList();
|
||||
eBIFELCKPEA_ = emptyIntList();
|
||||
@@ -325,21 +325,21 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
case 48: {
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
eLDLGKEKABI_ = newIntList();
|
||||
unhidePointList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
eLDLGKEKABI_.addInt(input.readUInt32());
|
||||
unhidePointList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
eLDLGKEKABI_ = newIntList();
|
||||
unhidePointList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000002;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
eLDLGKEKABI_.addInt(input.readUInt32());
|
||||
unhidePointList_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
@@ -419,21 +419,21 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
case 96: {
|
||||
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
||||
gILIFDOOHFF_ = newIntList();
|
||||
unlockAreaList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000004;
|
||||
}
|
||||
gILIFDOOHFF_.addInt(input.readUInt32());
|
||||
unlockAreaList_.addInt(input.readUInt32());
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
gILIFDOOHFF_ = newIntList();
|
||||
unlockAreaList_ = newIntList();
|
||||
mutable_bitField0_ |= 0x00000004;
|
||||
}
|
||||
while (input.getBytesUntilLimit() > 0) {
|
||||
gILIFDOOHFF_.addInt(input.readUInt32());
|
||||
unlockAreaList_.addInt(input.readUInt32());
|
||||
}
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
@@ -489,7 +489,7 @@ public final class GetScenePointRspOuterClass {
|
||||
jJOHJDFINFN_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
||||
eLDLGKEKABI_.makeImmutable(); // C
|
||||
unhidePointList_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000020) != 0)) {
|
||||
eBIFELCKPEA_.makeImmutable(); // C
|
||||
@@ -501,7 +501,7 @@ public final class GetScenePointRspOuterClass {
|
||||
oGKCOCBLNLF_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000004) != 0)) {
|
||||
gILIFDOOHFF_.makeImmutable(); // C
|
||||
unlockAreaList_.makeImmutable(); // C
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000080) != 0)) {
|
||||
jCLHNODLPOH_.makeImmutable(); // C
|
||||
@@ -551,33 +551,33 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
private int unlockedPointListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int ELDLGKEKABI_FIELD_NUMBER = 6;
|
||||
private com.google.protobuf.Internal.IntList eLDLGKEKABI_;
|
||||
public static final int UNHIDE_POINT_LIST_FIELD_NUMBER = 6;
|
||||
private com.google.protobuf.Internal.IntList unhidePointList_;
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return A list containing the eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return A list containing the unhidePointList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<java.lang.Integer>
|
||||
getELDLGKEKABIList() {
|
||||
return eLDLGKEKABI_;
|
||||
getUnhidePointListList() {
|
||||
return unhidePointList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return The count of eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return The count of unhidePointList.
|
||||
*/
|
||||
public int getELDLGKEKABICount() {
|
||||
return eLDLGKEKABI_.size();
|
||||
public int getUnhidePointListCount() {
|
||||
return unhidePointList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The eLDLGKEKABI at the given index.
|
||||
* @return The unhidePointList at the given index.
|
||||
*/
|
||||
public int getELDLGKEKABI(int index) {
|
||||
return eLDLGKEKABI_.getInt(index);
|
||||
public int getUnhidePointList(int index) {
|
||||
return unhidePointList_.getInt(index);
|
||||
}
|
||||
private int eLDLGKEKABIMemoizedSerializedSize = -1;
|
||||
private int unhidePointListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int FBFJPEPMAOF_FIELD_NUMBER = 9;
|
||||
private boolean fBFJPEPMAOF_;
|
||||
@@ -601,33 +601,33 @@ public final class GetScenePointRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int GILIFDOOHFF_FIELD_NUMBER = 12;
|
||||
private com.google.protobuf.Internal.IntList gILIFDOOHFF_;
|
||||
public static final int UNLOCK_AREA_LIST_FIELD_NUMBER = 12;
|
||||
private com.google.protobuf.Internal.IntList unlockAreaList_;
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return A list containing the gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return A list containing the unlockAreaList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<java.lang.Integer>
|
||||
getGILIFDOOHFFList() {
|
||||
return gILIFDOOHFF_;
|
||||
getUnlockAreaListList() {
|
||||
return unlockAreaList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return The count of gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return The count of unlockAreaList.
|
||||
*/
|
||||
public int getGILIFDOOHFFCount() {
|
||||
return gILIFDOOHFF_.size();
|
||||
public int getUnlockAreaListCount() {
|
||||
return unlockAreaList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The gILIFDOOHFF at the given index.
|
||||
* @return The unlockAreaList at the given index.
|
||||
*/
|
||||
public int getGILIFDOOHFF(int index) {
|
||||
return gILIFDOOHFF_.getInt(index);
|
||||
public int getUnlockAreaList(int index) {
|
||||
return unlockAreaList_.getInt(index);
|
||||
}
|
||||
private int gILIFDOOHFFMemoizedSerializedSize = -1;
|
||||
private int unlockAreaListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int PPDDIADEDIC_FIELD_NUMBER = 8;
|
||||
private com.google.protobuf.Internal.IntList pPDDIADEDIC_;
|
||||
@@ -858,12 +858,12 @@ public final class GetScenePointRspOuterClass {
|
||||
for (int i = 0; i < jJOHJDFINFN_.size(); i++) {
|
||||
output.writeUInt32NoTag(jJOHJDFINFN_.getInt(i));
|
||||
}
|
||||
if (getELDLGKEKABIList().size() > 0) {
|
||||
if (getUnhidePointListList().size() > 0) {
|
||||
output.writeUInt32NoTag(50);
|
||||
output.writeUInt32NoTag(eLDLGKEKABIMemoizedSerializedSize);
|
||||
output.writeUInt32NoTag(unhidePointListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < eLDLGKEKABI_.size(); i++) {
|
||||
output.writeUInt32NoTag(eLDLGKEKABI_.getInt(i));
|
||||
for (int i = 0; i < unhidePointList_.size(); i++) {
|
||||
output.writeUInt32NoTag(unhidePointList_.getInt(i));
|
||||
}
|
||||
if (getEBIFELCKPEAList().size() > 0) {
|
||||
output.writeUInt32NoTag(58);
|
||||
@@ -892,12 +892,12 @@ public final class GetScenePointRspOuterClass {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(11, retcode_);
|
||||
}
|
||||
if (getGILIFDOOHFFList().size() > 0) {
|
||||
if (getUnlockAreaListList().size() > 0) {
|
||||
output.writeUInt32NoTag(98);
|
||||
output.writeUInt32NoTag(gILIFDOOHFFMemoizedSerializedSize);
|
||||
output.writeUInt32NoTag(unlockAreaListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < gILIFDOOHFF_.size(); i++) {
|
||||
output.writeUInt32NoTag(gILIFDOOHFF_.getInt(i));
|
||||
for (int i = 0; i < unlockAreaList_.size(); i++) {
|
||||
output.writeUInt32NoTag(unlockAreaList_.getInt(i));
|
||||
}
|
||||
if (getJCLHNODLPOHList().size() > 0) {
|
||||
output.writeUInt32NoTag(106);
|
||||
@@ -966,17 +966,17 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < eLDLGKEKABI_.size(); i++) {
|
||||
for (int i = 0; i < unhidePointList_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32SizeNoTag(eLDLGKEKABI_.getInt(i));
|
||||
.computeUInt32SizeNoTag(unhidePointList_.getInt(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getELDLGKEKABIList().isEmpty()) {
|
||||
if (!getUnhidePointListList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
eLDLGKEKABIMemoizedSerializedSize = dataSize;
|
||||
unhidePointListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -1030,17 +1030,17 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < gILIFDOOHFF_.size(); i++) {
|
||||
for (int i = 0; i < unlockAreaList_.size(); i++) {
|
||||
dataSize += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32SizeNoTag(gILIFDOOHFF_.getInt(i));
|
||||
.computeUInt32SizeNoTag(unlockAreaList_.getInt(i));
|
||||
}
|
||||
size += dataSize;
|
||||
if (!getGILIFDOOHFFList().isEmpty()) {
|
||||
if (!getUnlockAreaListList().isEmpty()) {
|
||||
size += 1;
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32SizeNoTag(dataSize);
|
||||
}
|
||||
gILIFDOOHFFMemoizedSerializedSize = dataSize;
|
||||
unlockAreaListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -1077,14 +1077,14 @@ public final class GetScenePointRspOuterClass {
|
||||
|
||||
if (!getUnlockedPointListList()
|
||||
.equals(other.getUnlockedPointListList())) return false;
|
||||
if (!getELDLGKEKABIList()
|
||||
.equals(other.getELDLGKEKABIList())) return false;
|
||||
if (!getUnhidePointListList()
|
||||
.equals(other.getUnhidePointListList())) return false;
|
||||
if (getFBFJPEPMAOF()
|
||||
!= other.getFBFJPEPMAOF()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getGILIFDOOHFFList()
|
||||
.equals(other.getGILIFDOOHFFList())) return false;
|
||||
if (!getUnlockAreaListList()
|
||||
.equals(other.getUnlockAreaListList())) return false;
|
||||
if (!getPPDDIADEDICList()
|
||||
.equals(other.getPPDDIADEDICList())) return false;
|
||||
if (!getOGKCOCBLNLFList()
|
||||
@@ -1116,18 +1116,18 @@ public final class GetScenePointRspOuterClass {
|
||||
hash = (37 * hash) + UNLOCKED_POINT_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnlockedPointListList().hashCode();
|
||||
}
|
||||
if (getELDLGKEKABICount() > 0) {
|
||||
hash = (37 * hash) + ELDLGKEKABI_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getELDLGKEKABIList().hashCode();
|
||||
if (getUnhidePointListCount() > 0) {
|
||||
hash = (37 * hash) + UNHIDE_POINT_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnhidePointListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + FBFJPEPMAOF_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getFBFJPEPMAOF());
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (getGILIFDOOHFFCount() > 0) {
|
||||
hash = (37 * hash) + GILIFDOOHFF_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getGILIFDOOHFFList().hashCode();
|
||||
if (getUnlockAreaListCount() > 0) {
|
||||
hash = (37 * hash) + UNLOCK_AREA_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUnlockAreaListList().hashCode();
|
||||
}
|
||||
if (getPPDDIADEDICCount() > 0) {
|
||||
hash = (37 * hash) + PPDDIADEDIC_FIELD_NUMBER;
|
||||
@@ -1297,13 +1297,13 @@ public final class GetScenePointRspOuterClass {
|
||||
super.clear();
|
||||
unlockedPointList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
eLDLGKEKABI_ = emptyIntList();
|
||||
unhidePointList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
fBFJPEPMAOF_ = false;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
gILIFDOOHFF_ = emptyIntList();
|
||||
unlockAreaList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
pPDDIADEDIC_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
@@ -1354,17 +1354,17 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
result.unlockedPointList_ = unlockedPointList_;
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
eLDLGKEKABI_.makeImmutable();
|
||||
unhidePointList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
}
|
||||
result.eLDLGKEKABI_ = eLDLGKEKABI_;
|
||||
result.unhidePointList_ = unhidePointList_;
|
||||
result.fBFJPEPMAOF_ = fBFJPEPMAOF_;
|
||||
result.retcode_ = retcode_;
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
gILIFDOOHFF_.makeImmutable();
|
||||
unlockAreaList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
}
|
||||
result.gILIFDOOHFF_ = gILIFDOOHFF_;
|
||||
result.unlockAreaList_ = unlockAreaList_;
|
||||
if (((bitField0_ & 0x00000008) != 0)) {
|
||||
pPDDIADEDIC_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
@@ -1455,13 +1455,13 @@ public final class GetScenePointRspOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (!other.eLDLGKEKABI_.isEmpty()) {
|
||||
if (eLDLGKEKABI_.isEmpty()) {
|
||||
eLDLGKEKABI_ = other.eLDLGKEKABI_;
|
||||
if (!other.unhidePointList_.isEmpty()) {
|
||||
if (unhidePointList_.isEmpty()) {
|
||||
unhidePointList_ = other.unhidePointList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
} else {
|
||||
ensureELDLGKEKABIIsMutable();
|
||||
eLDLGKEKABI_.addAll(other.eLDLGKEKABI_);
|
||||
ensureUnhidePointListIsMutable();
|
||||
unhidePointList_.addAll(other.unhidePointList_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
@@ -1471,13 +1471,13 @@ public final class GetScenePointRspOuterClass {
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (!other.gILIFDOOHFF_.isEmpty()) {
|
||||
if (gILIFDOOHFF_.isEmpty()) {
|
||||
gILIFDOOHFF_ = other.gILIFDOOHFF_;
|
||||
if (!other.unlockAreaList_.isEmpty()) {
|
||||
if (unlockAreaList_.isEmpty()) {
|
||||
unlockAreaList_ = other.unlockAreaList_;
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
} else {
|
||||
ensureGILIFDOOHFFIsMutable();
|
||||
gILIFDOOHFF_.addAll(other.gILIFDOOHFF_);
|
||||
ensureUnlockAreaListIsMutable();
|
||||
unlockAreaList_.addAll(other.unlockAreaList_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
@@ -1656,80 +1656,80 @@ public final class GetScenePointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList eLDLGKEKABI_ = emptyIntList();
|
||||
private void ensureELDLGKEKABIIsMutable() {
|
||||
private com.google.protobuf.Internal.IntList unhidePointList_ = emptyIntList();
|
||||
private void ensureUnhidePointListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000002) != 0)) {
|
||||
eLDLGKEKABI_ = mutableCopy(eLDLGKEKABI_);
|
||||
unhidePointList_ = mutableCopy(unhidePointList_);
|
||||
bitField0_ |= 0x00000002;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return A list containing the eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return A list containing the unhidePointList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
getELDLGKEKABIList() {
|
||||
getUnhidePointListList() {
|
||||
return ((bitField0_ & 0x00000002) != 0) ?
|
||||
java.util.Collections.unmodifiableList(eLDLGKEKABI_) : eLDLGKEKABI_;
|
||||
java.util.Collections.unmodifiableList(unhidePointList_) : unhidePointList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @return The count of eLDLGKEKABI.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return The count of unhidePointList.
|
||||
*/
|
||||
public int getELDLGKEKABICount() {
|
||||
return eLDLGKEKABI_.size();
|
||||
public int getUnhidePointListCount() {
|
||||
return unhidePointList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The eLDLGKEKABI at the given index.
|
||||
* @return The unhidePointList at the given index.
|
||||
*/
|
||||
public int getELDLGKEKABI(int index) {
|
||||
return eLDLGKEKABI_.getInt(index);
|
||||
public int getUnhidePointList(int index) {
|
||||
return unhidePointList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The eLDLGKEKABI to set.
|
||||
* @param value The unhidePointList to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setELDLGKEKABI(
|
||||
public Builder setUnhidePointList(
|
||||
int index, int value) {
|
||||
ensureELDLGKEKABIIsMutable();
|
||||
eLDLGKEKABI_.setInt(index, value);
|
||||
ensureUnhidePointListIsMutable();
|
||||
unhidePointList_.setInt(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @param value The eLDLGKEKABI to add.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param value The unhidePointList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addELDLGKEKABI(int value) {
|
||||
ensureELDLGKEKABIIsMutable();
|
||||
eLDLGKEKABI_.addInt(value);
|
||||
public Builder addUnhidePointList(int value) {
|
||||
ensureUnhidePointListIsMutable();
|
||||
unhidePointList_.addInt(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* @param values The eLDLGKEKABI to add.
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @param values The unhidePointList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllELDLGKEKABI(
|
||||
public Builder addAllUnhidePointList(
|
||||
java.lang.Iterable<? extends java.lang.Integer> values) {
|
||||
ensureELDLGKEKABIIsMutable();
|
||||
ensureUnhidePointListIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, eLDLGKEKABI_);
|
||||
values, unhidePointList_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 ELDLGKEKABI = 6;</code>
|
||||
* <code>repeated uint32 unhide_point_list = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearELDLGKEKABI() {
|
||||
eLDLGKEKABI_ = emptyIntList();
|
||||
public Builder clearUnhidePointList() {
|
||||
unhidePointList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -1797,80 +1797,80 @@ public final class GetScenePointRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.IntList gILIFDOOHFF_ = emptyIntList();
|
||||
private void ensureGILIFDOOHFFIsMutable() {
|
||||
private com.google.protobuf.Internal.IntList unlockAreaList_ = emptyIntList();
|
||||
private void ensureUnlockAreaListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000004) != 0)) {
|
||||
gILIFDOOHFF_ = mutableCopy(gILIFDOOHFF_);
|
||||
unlockAreaList_ = mutableCopy(unlockAreaList_);
|
||||
bitField0_ |= 0x00000004;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return A list containing the gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return A list containing the unlockAreaList.
|
||||
*/
|
||||
public java.util.List<java.lang.Integer>
|
||||
getGILIFDOOHFFList() {
|
||||
getUnlockAreaListList() {
|
||||
return ((bitField0_ & 0x00000004) != 0) ?
|
||||
java.util.Collections.unmodifiableList(gILIFDOOHFF_) : gILIFDOOHFF_;
|
||||
java.util.Collections.unmodifiableList(unlockAreaList_) : unlockAreaList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @return The count of gILIFDOOHFF.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return The count of unlockAreaList.
|
||||
*/
|
||||
public int getGILIFDOOHFFCount() {
|
||||
return gILIFDOOHFF_.size();
|
||||
public int getUnlockAreaListCount() {
|
||||
return unlockAreaList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The gILIFDOOHFF at the given index.
|
||||
* @return The unlockAreaList at the given index.
|
||||
*/
|
||||
public int getGILIFDOOHFF(int index) {
|
||||
return gILIFDOOHFF_.getInt(index);
|
||||
public int getUnlockAreaList(int index) {
|
||||
return unlockAreaList_.getInt(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The gILIFDOOHFF to set.
|
||||
* @param value The unlockAreaList to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setGILIFDOOHFF(
|
||||
public Builder setUnlockAreaList(
|
||||
int index, int value) {
|
||||
ensureGILIFDOOHFFIsMutable();
|
||||
gILIFDOOHFF_.setInt(index, value);
|
||||
ensureUnlockAreaListIsMutable();
|
||||
unlockAreaList_.setInt(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @param value The gILIFDOOHFF to add.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param value The unlockAreaList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addGILIFDOOHFF(int value) {
|
||||
ensureGILIFDOOHFFIsMutable();
|
||||
gILIFDOOHFF_.addInt(value);
|
||||
public Builder addUnlockAreaList(int value) {
|
||||
ensureUnlockAreaListIsMutable();
|
||||
unlockAreaList_.addInt(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* @param values The gILIFDOOHFF to add.
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @param values The unlockAreaList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllGILIFDOOHFF(
|
||||
public Builder addAllUnlockAreaList(
|
||||
java.lang.Iterable<? extends java.lang.Integer> values) {
|
||||
ensureGILIFDOOHFFIsMutable();
|
||||
ensureUnlockAreaListIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, gILIFDOOHFF_);
|
||||
values, unlockAreaList_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint32 GILIFDOOHFF = 12;</code>
|
||||
* <code>repeated uint32 unlock_area_list = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGILIFDOOHFF() {
|
||||
gILIFDOOHFF_ = emptyIntList();
|
||||
public Builder clearUnlockAreaList() {
|
||||
unlockAreaList_ = emptyIntList();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -2478,15 +2478,16 @@ public final class GetScenePointRspOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\026GetScenePointRsp.proto\"\243\002\n\020GetScenePoi" +
|
||||
"ntRsp\022\033\n\023unlocked_point_list\030\001 \003(\r\022\023\n\013EL" +
|
||||
"DLGKEKABI\030\006 \003(\r\022\023\n\013FBFJPEPMAOF\030\t \001(\010\022\017\n\007" +
|
||||
"retcode\030\013 \001(\005\022\023\n\013GILIFDOOHFF\030\014 \003(\r\022\023\n\013PP" +
|
||||
"DDIADEDIC\030\010 \003(\r\022\023\n\013OGKCOCBLNLF\030\n \003(\r\022\023\n\013" +
|
||||
"EBIFELCKPEA\030\007 \003(\r\022\023\n\013JJOHJDFINFN\030\004 \003(\r\022\022" +
|
||||
"\n\nbelong_uid\030\016 \001(\r\022\023\n\013JCLHNODLPOH\030\r \003(\r\022" +
|
||||
"\020\n\010scene_id\030\002 \001(\r\022\023\n\013KOPAHGHMECF\030\003 \003(\rB\033" +
|
||||
"\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"\n\026GetScenePointRsp.proto\"\256\002\n\020GetScenePoi" +
|
||||
"ntRsp\022\033\n\023unlocked_point_list\030\001 \003(\r\022\031\n\021un" +
|
||||
"hide_point_list\030\006 \003(\r\022\023\n\013FBFJPEPMAOF\030\t \001" +
|
||||
"(\010\022\017\n\007retcode\030\013 \001(\005\022\030\n\020unlock_area_list\030" +
|
||||
"\014 \003(\r\022\023\n\013PPDDIADEDIC\030\010 \003(\r\022\023\n\013OGKCOCBLNL" +
|
||||
"F\030\n \003(\r\022\023\n\013EBIFELCKPEA\030\007 \003(\r\022\023\n\013JJOHJDFI" +
|
||||
"NFN\030\004 \003(\r\022\022\n\nbelong_uid\030\016 \001(\r\022\023\n\013JCLHNOD" +
|
||||
"LPOH\030\r \003(\r\022\020\n\010scene_id\030\002 \001(\r\022\023\n\013KOPAHGHM" +
|
||||
"ECF\030\003 \003(\rB\033\n\031emu.grasscutter.net.protob\006" +
|
||||
"proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -2497,7 +2498,7 @@ public final class GetScenePointRspOuterClass {
|
||||
internal_static_GetScenePointRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_GetScenePointRsp_descriptor,
|
||||
new java.lang.String[] { "UnlockedPointList", "ELDLGKEKABI", "FBFJPEPMAOF", "Retcode", "GILIFDOOHFF", "PPDDIADEDIC", "OGKCOCBLNLF", "EBIFELCKPEA", "JJOHJDFINFN", "BelongUid", "JCLHNODLPOH", "SceneId", "KOPAHGHMECF", });
|
||||
new java.lang.String[] { "UnlockedPointList", "UnhidePointList", "FBFJPEPMAOF", "Retcode", "UnlockAreaList", "PPDDIADEDIC", "OGKCOCBLNLF", "EBIFELCKPEA", "JJOHJDFINFN", "BelongUid", "JCLHNODLPOH", "SceneId", "KOPAHGHMECF", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user