mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 21:15:54 +08:00
2496 lines
86 KiB
Java
2496 lines
86 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetScenePointRsp.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class GetScenePointRspOuterClass {
|
|
private GetScenePointRspOuterClass() {}
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
}
|
|
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions(
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
public interface GetScenePointRspOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:GetScenePointRsp)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return A list containing the unlockedPointList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getUnlockedPointListList();
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return The count of unlockedPointList.
|
|
*/
|
|
int getUnlockedPointListCount();
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockedPointList at the given index.
|
|
*/
|
|
int getUnlockedPointList(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return A list containing the fELMBEACBLB.
|
|
*/
|
|
java.util.List<java.lang.Integer> getFELMBEACBLBList();
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return The count of fELMBEACBLB.
|
|
*/
|
|
int getFELMBEACBLBCount();
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fELMBEACBLB at the given index.
|
|
*/
|
|
int getFELMBEACBLB(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return A list containing the lockedPointList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getLockedPointListList();
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return The count of lockedPointList.
|
|
*/
|
|
int getLockedPointListCount();
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The lockedPointList at the given index.
|
|
*/
|
|
int getLockedPointList(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return A list containing the pointList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getPointListList();
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return The count of pointList.
|
|
*/
|
|
int getPointListCount();
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The pointList at the given index.
|
|
*/
|
|
int getPointList(int index);
|
|
|
|
/**
|
|
* <code>uint32 belong_uid = 6;</code>
|
|
* @return The belongUid.
|
|
*/
|
|
int getBelongUid();
|
|
|
|
/**
|
|
* <code>int32 retcode = 8;</code>
|
|
* @return The retcode.
|
|
*/
|
|
int getRetcode();
|
|
|
|
/**
|
|
* <code>uint32 scene_id = 9;</code>
|
|
* @return The sceneId.
|
|
*/
|
|
int getSceneId();
|
|
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return A list containing the unhidePointList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getUnhidePointListList();
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return The count of unhidePointList.
|
|
*/
|
|
int getUnhidePointListCount();
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unhidePointList at the given index.
|
|
*/
|
|
int getUnhidePointList(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return A list containing the bEOCPMCPHJH.
|
|
*/
|
|
java.util.List<java.lang.Integer> getBEOCPMCPHJHList();
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return The count of bEOCPMCPHJH.
|
|
*/
|
|
int getBEOCPMCPHJHCount();
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The bEOCPMCPHJH at the given index.
|
|
*/
|
|
int getBEOCPMCPHJH(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return A list containing the dOGJLOBEEPC.
|
|
*/
|
|
java.util.List<java.lang.Integer> getDOGJLOBEEPCList();
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return The count of dOGJLOBEEPC.
|
|
*/
|
|
int getDOGJLOBEEPCCount();
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The dOGJLOBEEPC at the given index.
|
|
*/
|
|
int getDOGJLOBEEPC(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return A list containing the unlockAreaList.
|
|
*/
|
|
java.util.List<java.lang.Integer> getUnlockAreaListList();
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return The count of unlockAreaList.
|
|
*/
|
|
int getUnlockAreaListCount();
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockAreaList at the given index.
|
|
*/
|
|
int getUnlockAreaList(int index);
|
|
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return A list containing the oGLOLEOEAGD.
|
|
*/
|
|
java.util.List<java.lang.Integer> getOGLOLEOEAGDList();
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return The count of oGLOLEOEAGD.
|
|
*/
|
|
int getOGLOLEOEAGDCount();
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oGLOLEOEAGD at the given index.
|
|
*/
|
|
int getOGLOLEOEAGD(int index);
|
|
|
|
/**
|
|
* <code>bool is_new_player = 15;</code>
|
|
* @return The isNewPlayer.
|
|
*/
|
|
boolean getIsNewPlayer();
|
|
}
|
|
/**
|
|
* Protobuf type {@code GetScenePointRsp}
|
|
*/
|
|
public static final class GetScenePointRsp extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:GetScenePointRsp)
|
|
GetScenePointRspOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use GetScenePointRsp.newBuilder() to construct.
|
|
private GetScenePointRsp(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private GetScenePointRsp() {
|
|
unlockedPointList_ = emptyIntList();
|
|
fELMBEACBLB_ = emptyIntList();
|
|
lockedPointList_ = emptyIntList();
|
|
pointList_ = emptyIntList();
|
|
unhidePointList_ = emptyIntList();
|
|
bEOCPMCPHJH_ = emptyIntList();
|
|
dOGJLOBEEPC_ = emptyIntList();
|
|
unlockAreaList_ = emptyIntList();
|
|
oGLOLEOEAGD_ = emptyIntList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new GetScenePointRsp();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private GetScenePointRsp(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
try {
|
|
boolean done = false;
|
|
while (!done) {
|
|
int tag = input.readTag();
|
|
switch (tag) {
|
|
case 0:
|
|
done = true;
|
|
break;
|
|
case 8: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
unlockedPointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
unlockedPointList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 10: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
|
unlockedPointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
unlockedPointList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 16: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
fELMBEACBLB_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
fELMBEACBLB_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 18: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
|
|
fELMBEACBLB_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
fELMBEACBLB_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 32: {
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
lockedPointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
lockedPointList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 34: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
|
|
lockedPointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
lockedPointList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 40: {
|
|
if (!((mutable_bitField0_ & 0x00000008) != 0)) {
|
|
pointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000008;
|
|
}
|
|
pointList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 42: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) {
|
|
pointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000008;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
pointList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 48: {
|
|
|
|
belongUid_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
|
|
retcode_ = input.readInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
sceneId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
if (!((mutable_bitField0_ & 0x00000010) != 0)) {
|
|
unhidePointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000010;
|
|
}
|
|
unhidePointList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 82: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000010) != 0) && input.getBytesUntilLimit() > 0) {
|
|
unhidePointList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000010;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
unhidePointList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 88: {
|
|
if (!((mutable_bitField0_ & 0x00000020) != 0)) {
|
|
bEOCPMCPHJH_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000020;
|
|
}
|
|
bEOCPMCPHJH_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 90: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000020) != 0) && input.getBytesUntilLimit() > 0) {
|
|
bEOCPMCPHJH_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000020;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
bEOCPMCPHJH_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 96: {
|
|
if (!((mutable_bitField0_ & 0x00000040) != 0)) {
|
|
dOGJLOBEEPC_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000040;
|
|
}
|
|
dOGJLOBEEPC_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 98: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000040) != 0) && input.getBytesUntilLimit() > 0) {
|
|
dOGJLOBEEPC_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000040;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
dOGJLOBEEPC_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 104: {
|
|
if (!((mutable_bitField0_ & 0x00000080) != 0)) {
|
|
unlockAreaList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000080;
|
|
}
|
|
unlockAreaList_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 106: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000080) != 0) && input.getBytesUntilLimit() > 0) {
|
|
unlockAreaList_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000080;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
unlockAreaList_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 112: {
|
|
if (!((mutable_bitField0_ & 0x00000100) != 0)) {
|
|
oGLOLEOEAGD_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000100;
|
|
}
|
|
oGLOLEOEAGD_.addInt(input.readUInt32());
|
|
break;
|
|
}
|
|
case 114: {
|
|
int length = input.readRawVarint32();
|
|
int limit = input.pushLimit(length);
|
|
if (!((mutable_bitField0_ & 0x00000100) != 0) && input.getBytesUntilLimit() > 0) {
|
|
oGLOLEOEAGD_ = newIntList();
|
|
mutable_bitField0_ |= 0x00000100;
|
|
}
|
|
while (input.getBytesUntilLimit() > 0) {
|
|
oGLOLEOEAGD_.addInt(input.readUInt32());
|
|
}
|
|
input.popLimit(limit);
|
|
break;
|
|
}
|
|
case 120: {
|
|
|
|
isNewPlayer_ = input.readBool();
|
|
break;
|
|
}
|
|
default: {
|
|
if (!parseUnknownField(
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
e).setUnfinishedMessage(this);
|
|
} finally {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
unlockedPointList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
fELMBEACBLB_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
lockedPointList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000008) != 0)) {
|
|
pointList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000010) != 0)) {
|
|
unhidePointList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000020) != 0)) {
|
|
bEOCPMCPHJH_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000040) != 0)) {
|
|
dOGJLOBEEPC_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000080) != 0)) {
|
|
unlockAreaList_.makeImmutable(); // C
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000100) != 0)) {
|
|
oGLOLEOEAGD_.makeImmutable(); // C
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.internal_static_GetScenePointRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.internal_static_GetScenePointRsp_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.class, emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.Builder.class);
|
|
}
|
|
|
|
public static final int UNLOCKED_POINT_LIST_FIELD_NUMBER = 1;
|
|
private com.google.protobuf.Internal.IntList unlockedPointList_;
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return A list containing the unlockedPointList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockedPointListList() {
|
|
return unlockedPointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return The count of unlockedPointList.
|
|
*/
|
|
public int getUnlockedPointListCount() {
|
|
return unlockedPointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockedPointList at the given index.
|
|
*/
|
|
public int getUnlockedPointList(int index) {
|
|
return unlockedPointList_.getInt(index);
|
|
}
|
|
private int unlockedPointListMemoizedSerializedSize = -1;
|
|
|
|
public static final int FELMBEACBLB_FIELD_NUMBER = 2;
|
|
private com.google.protobuf.Internal.IntList fELMBEACBLB_;
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return A list containing the fELMBEACBLB.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getFELMBEACBLBList() {
|
|
return fELMBEACBLB_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return The count of fELMBEACBLB.
|
|
*/
|
|
public int getFELMBEACBLBCount() {
|
|
return fELMBEACBLB_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fELMBEACBLB at the given index.
|
|
*/
|
|
public int getFELMBEACBLB(int index) {
|
|
return fELMBEACBLB_.getInt(index);
|
|
}
|
|
private int fELMBEACBLBMemoizedSerializedSize = -1;
|
|
|
|
public static final int LOCKED_POINT_LIST_FIELD_NUMBER = 4;
|
|
private com.google.protobuf.Internal.IntList lockedPointList_;
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return A list containing the lockedPointList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getLockedPointListList() {
|
|
return lockedPointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return The count of lockedPointList.
|
|
*/
|
|
public int getLockedPointListCount() {
|
|
return lockedPointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The lockedPointList at the given index.
|
|
*/
|
|
public int getLockedPointList(int index) {
|
|
return lockedPointList_.getInt(index);
|
|
}
|
|
private int lockedPointListMemoizedSerializedSize = -1;
|
|
|
|
public static final int POINT_LIST_FIELD_NUMBER = 5;
|
|
private com.google.protobuf.Internal.IntList pointList_;
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return A list containing the pointList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getPointListList() {
|
|
return pointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return The count of pointList.
|
|
*/
|
|
public int getPointListCount() {
|
|
return pointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The pointList at the given index.
|
|
*/
|
|
public int getPointList(int index) {
|
|
return pointList_.getInt(index);
|
|
}
|
|
private int pointListMemoizedSerializedSize = -1;
|
|
|
|
public static final int BELONG_UID_FIELD_NUMBER = 6;
|
|
private int belongUid_;
|
|
/**
|
|
* <code>uint32 belong_uid = 6;</code>
|
|
* @return The belongUid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getBelongUid() {
|
|
return belongUid_;
|
|
}
|
|
|
|
public static final int RETCODE_FIELD_NUMBER = 8;
|
|
private int retcode_;
|
|
/**
|
|
* <code>int32 retcode = 8;</code>
|
|
* @return The retcode.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRetcode() {
|
|
return retcode_;
|
|
}
|
|
|
|
public static final int SCENE_ID_FIELD_NUMBER = 9;
|
|
private int sceneId_;
|
|
/**
|
|
* <code>uint32 scene_id = 9;</code>
|
|
* @return The sceneId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getSceneId() {
|
|
return sceneId_;
|
|
}
|
|
|
|
public static final int UNHIDE_POINT_LIST_FIELD_NUMBER = 10;
|
|
private com.google.protobuf.Internal.IntList unhidePointList_;
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return A list containing the unhidePointList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getUnhidePointListList() {
|
|
return unhidePointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return The count of unhidePointList.
|
|
*/
|
|
public int getUnhidePointListCount() {
|
|
return unhidePointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unhidePointList at the given index.
|
|
*/
|
|
public int getUnhidePointList(int index) {
|
|
return unhidePointList_.getInt(index);
|
|
}
|
|
private int unhidePointListMemoizedSerializedSize = -1;
|
|
|
|
public static final int BEOCPMCPHJH_FIELD_NUMBER = 11;
|
|
private com.google.protobuf.Internal.IntList bEOCPMCPHJH_;
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return A list containing the bEOCPMCPHJH.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getBEOCPMCPHJHList() {
|
|
return bEOCPMCPHJH_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return The count of bEOCPMCPHJH.
|
|
*/
|
|
public int getBEOCPMCPHJHCount() {
|
|
return bEOCPMCPHJH_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The bEOCPMCPHJH at the given index.
|
|
*/
|
|
public int getBEOCPMCPHJH(int index) {
|
|
return bEOCPMCPHJH_.getInt(index);
|
|
}
|
|
private int bEOCPMCPHJHMemoizedSerializedSize = -1;
|
|
|
|
public static final int DOGJLOBEEPC_FIELD_NUMBER = 12;
|
|
private com.google.protobuf.Internal.IntList dOGJLOBEEPC_;
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return A list containing the dOGJLOBEEPC.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getDOGJLOBEEPCList() {
|
|
return dOGJLOBEEPC_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return The count of dOGJLOBEEPC.
|
|
*/
|
|
public int getDOGJLOBEEPCCount() {
|
|
return dOGJLOBEEPC_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The dOGJLOBEEPC at the given index.
|
|
*/
|
|
public int getDOGJLOBEEPC(int index) {
|
|
return dOGJLOBEEPC_.getInt(index);
|
|
}
|
|
private int dOGJLOBEEPCMemoizedSerializedSize = -1;
|
|
|
|
public static final int UNLOCK_AREA_LIST_FIELD_NUMBER = 13;
|
|
private com.google.protobuf.Internal.IntList unlockAreaList_;
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return A list containing the unlockAreaList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockAreaListList() {
|
|
return unlockAreaList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return The count of unlockAreaList.
|
|
*/
|
|
public int getUnlockAreaListCount() {
|
|
return unlockAreaList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockAreaList at the given index.
|
|
*/
|
|
public int getUnlockAreaList(int index) {
|
|
return unlockAreaList_.getInt(index);
|
|
}
|
|
private int unlockAreaListMemoizedSerializedSize = -1;
|
|
|
|
public static final int OGLOLEOEAGD_FIELD_NUMBER = 14;
|
|
private com.google.protobuf.Internal.IntList oGLOLEOEAGD_;
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return A list containing the oGLOLEOEAGD.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getOGLOLEOEAGDList() {
|
|
return oGLOLEOEAGD_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return The count of oGLOLEOEAGD.
|
|
*/
|
|
public int getOGLOLEOEAGDCount() {
|
|
return oGLOLEOEAGD_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oGLOLEOEAGD at the given index.
|
|
*/
|
|
public int getOGLOLEOEAGD(int index) {
|
|
return oGLOLEOEAGD_.getInt(index);
|
|
}
|
|
private int oGLOLEOEAGDMemoizedSerializedSize = -1;
|
|
|
|
public static final int IS_NEW_PLAYER_FIELD_NUMBER = 15;
|
|
private boolean isNewPlayer_;
|
|
/**
|
|
* <code>bool is_new_player = 15;</code>
|
|
* @return The isNewPlayer.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewPlayer() {
|
|
return isNewPlayer_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
getSerializedSize();
|
|
if (getUnlockedPointListList().size() > 0) {
|
|
output.writeUInt32NoTag(10);
|
|
output.writeUInt32NoTag(unlockedPointListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < unlockedPointList_.size(); i++) {
|
|
output.writeUInt32NoTag(unlockedPointList_.getInt(i));
|
|
}
|
|
if (getFELMBEACBLBList().size() > 0) {
|
|
output.writeUInt32NoTag(18);
|
|
output.writeUInt32NoTag(fELMBEACBLBMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < fELMBEACBLB_.size(); i++) {
|
|
output.writeUInt32NoTag(fELMBEACBLB_.getInt(i));
|
|
}
|
|
if (getLockedPointListList().size() > 0) {
|
|
output.writeUInt32NoTag(34);
|
|
output.writeUInt32NoTag(lockedPointListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < lockedPointList_.size(); i++) {
|
|
output.writeUInt32NoTag(lockedPointList_.getInt(i));
|
|
}
|
|
if (getPointListList().size() > 0) {
|
|
output.writeUInt32NoTag(42);
|
|
output.writeUInt32NoTag(pointListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < pointList_.size(); i++) {
|
|
output.writeUInt32NoTag(pointList_.getInt(i));
|
|
}
|
|
if (belongUid_ != 0) {
|
|
output.writeUInt32(6, belongUid_);
|
|
}
|
|
if (retcode_ != 0) {
|
|
output.writeInt32(8, retcode_);
|
|
}
|
|
if (sceneId_ != 0) {
|
|
output.writeUInt32(9, sceneId_);
|
|
}
|
|
if (getUnhidePointListList().size() > 0) {
|
|
output.writeUInt32NoTag(82);
|
|
output.writeUInt32NoTag(unhidePointListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < unhidePointList_.size(); i++) {
|
|
output.writeUInt32NoTag(unhidePointList_.getInt(i));
|
|
}
|
|
if (getBEOCPMCPHJHList().size() > 0) {
|
|
output.writeUInt32NoTag(90);
|
|
output.writeUInt32NoTag(bEOCPMCPHJHMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < bEOCPMCPHJH_.size(); i++) {
|
|
output.writeUInt32NoTag(bEOCPMCPHJH_.getInt(i));
|
|
}
|
|
if (getDOGJLOBEEPCList().size() > 0) {
|
|
output.writeUInt32NoTag(98);
|
|
output.writeUInt32NoTag(dOGJLOBEEPCMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < dOGJLOBEEPC_.size(); i++) {
|
|
output.writeUInt32NoTag(dOGJLOBEEPC_.getInt(i));
|
|
}
|
|
if (getUnlockAreaListList().size() > 0) {
|
|
output.writeUInt32NoTag(106);
|
|
output.writeUInt32NoTag(unlockAreaListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < unlockAreaList_.size(); i++) {
|
|
output.writeUInt32NoTag(unlockAreaList_.getInt(i));
|
|
}
|
|
if (getOGLOLEOEAGDList().size() > 0) {
|
|
output.writeUInt32NoTag(114);
|
|
output.writeUInt32NoTag(oGLOLEOEAGDMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < oGLOLEOEAGD_.size(); i++) {
|
|
output.writeUInt32NoTag(oGLOLEOEAGD_.getInt(i));
|
|
}
|
|
if (isNewPlayer_ != false) {
|
|
output.writeBool(15, isNewPlayer_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < unlockedPointList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(unlockedPointList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getUnlockedPointListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
unlockedPointListMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < fELMBEACBLB_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(fELMBEACBLB_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getFELMBEACBLBList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
fELMBEACBLBMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < lockedPointList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(lockedPointList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getLockedPointListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
lockedPointListMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < pointList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(pointList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getPointListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
pointListMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (belongUid_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(6, belongUid_);
|
|
}
|
|
if (retcode_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32Size(8, retcode_);
|
|
}
|
|
if (sceneId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, sceneId_);
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < unhidePointList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(unhidePointList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getUnhidePointListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
unhidePointListMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < bEOCPMCPHJH_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(bEOCPMCPHJH_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getBEOCPMCPHJHList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
bEOCPMCPHJHMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < dOGJLOBEEPC_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(dOGJLOBEEPC_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getDOGJLOBEEPCList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
dOGJLOBEEPCMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < unlockAreaList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(unlockAreaList_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getUnlockAreaListList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
unlockAreaListMemoizedSerializedSize = dataSize;
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < oGLOLEOEAGD_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(oGLOLEOEAGD_.getInt(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getOGLOLEOEAGDList().isEmpty()) {
|
|
size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeInt32SizeNoTag(dataSize);
|
|
}
|
|
oGLOLEOEAGDMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (isNewPlayer_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(15, isNewPlayer_);
|
|
}
|
|
size += unknownFields.getSerializedSize();
|
|
memoizedSize = size;
|
|
return size;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public boolean equals(final java.lang.Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp other = (emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp) obj;
|
|
|
|
if (!getUnlockedPointListList()
|
|
.equals(other.getUnlockedPointListList())) return false;
|
|
if (!getFELMBEACBLBList()
|
|
.equals(other.getFELMBEACBLBList())) return false;
|
|
if (!getLockedPointListList()
|
|
.equals(other.getLockedPointListList())) return false;
|
|
if (!getPointListList()
|
|
.equals(other.getPointListList())) return false;
|
|
if (getBelongUid()
|
|
!= other.getBelongUid()) return false;
|
|
if (getRetcode()
|
|
!= other.getRetcode()) return false;
|
|
if (getSceneId()
|
|
!= other.getSceneId()) return false;
|
|
if (!getUnhidePointListList()
|
|
.equals(other.getUnhidePointListList())) return false;
|
|
if (!getBEOCPMCPHJHList()
|
|
.equals(other.getBEOCPMCPHJHList())) return false;
|
|
if (!getDOGJLOBEEPCList()
|
|
.equals(other.getDOGJLOBEEPCList())) return false;
|
|
if (!getUnlockAreaListList()
|
|
.equals(other.getUnlockAreaListList())) return false;
|
|
if (!getOGLOLEOEAGDList()
|
|
.equals(other.getOGLOLEOEAGDList())) return false;
|
|
if (getIsNewPlayer()
|
|
!= other.getIsNewPlayer()) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
if (getUnlockedPointListCount() > 0) {
|
|
hash = (37 * hash) + UNLOCKED_POINT_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUnlockedPointListList().hashCode();
|
|
}
|
|
if (getFELMBEACBLBCount() > 0) {
|
|
hash = (37 * hash) + FELMBEACBLB_FIELD_NUMBER;
|
|
hash = (53 * hash) + getFELMBEACBLBList().hashCode();
|
|
}
|
|
if (getLockedPointListCount() > 0) {
|
|
hash = (37 * hash) + LOCKED_POINT_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getLockedPointListList().hashCode();
|
|
}
|
|
if (getPointListCount() > 0) {
|
|
hash = (37 * hash) + POINT_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPointListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + BELONG_UID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getBelongUid();
|
|
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getRetcode();
|
|
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getSceneId();
|
|
if (getUnhidePointListCount() > 0) {
|
|
hash = (37 * hash) + UNHIDE_POINT_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUnhidePointListList().hashCode();
|
|
}
|
|
if (getBEOCPMCPHJHCount() > 0) {
|
|
hash = (37 * hash) + BEOCPMCPHJH_FIELD_NUMBER;
|
|
hash = (53 * hash) + getBEOCPMCPHJHList().hashCode();
|
|
}
|
|
if (getDOGJLOBEEPCCount() > 0) {
|
|
hash = (37 * hash) + DOGJLOBEEPC_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDOGJLOBEEPCList().hashCode();
|
|
}
|
|
if (getUnlockAreaListCount() > 0) {
|
|
hash = (37 * hash) + UNLOCK_AREA_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getUnlockAreaListList().hashCode();
|
|
}
|
|
if (getOGLOLEOEAGDCount() > 0) {
|
|
hash = (37 * hash) + OGLOLEOEAGD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getOGLOLEOEAGDList().hashCode();
|
|
}
|
|
hash = (37 * hash) + IS_NEW_PLAYER_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsNewPlayer());
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
java.nio.ByteBuffer data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseDelimitedFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
* Protobuf type {@code GetScenePointRsp}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:GetScenePointRsp)
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRspOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.internal_static_GetScenePointRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.internal_static_GetScenePointRsp_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.class, emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
unlockedPointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
fELMBEACBLB_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
lockedPointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
pointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
belongUid_ = 0;
|
|
|
|
retcode_ = 0;
|
|
|
|
sceneId_ = 0;
|
|
|
|
unhidePointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
bEOCPMCPHJH_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
dOGJLOBEEPC_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
unlockAreaList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
oGLOLEOEAGD_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000100);
|
|
isNewPlayer_ = false;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.internal_static_GetScenePointRsp_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp build() {
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp buildPartial() {
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp result = new emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
unlockedPointList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.unlockedPointList_ = unlockedPointList_;
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
fELMBEACBLB_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.fELMBEACBLB_ = fELMBEACBLB_;
|
|
if (((bitField0_ & 0x00000004) != 0)) {
|
|
lockedPointList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
}
|
|
result.lockedPointList_ = lockedPointList_;
|
|
if (((bitField0_ & 0x00000008) != 0)) {
|
|
pointList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
}
|
|
result.pointList_ = pointList_;
|
|
result.belongUid_ = belongUid_;
|
|
result.retcode_ = retcode_;
|
|
result.sceneId_ = sceneId_;
|
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
unhidePointList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
}
|
|
result.unhidePointList_ = unhidePointList_;
|
|
if (((bitField0_ & 0x00000020) != 0)) {
|
|
bEOCPMCPHJH_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
}
|
|
result.bEOCPMCPHJH_ = bEOCPMCPHJH_;
|
|
if (((bitField0_ & 0x00000040) != 0)) {
|
|
dOGJLOBEEPC_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
}
|
|
result.dOGJLOBEEPC_ = dOGJLOBEEPC_;
|
|
if (((bitField0_ & 0x00000080) != 0)) {
|
|
unlockAreaList_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
}
|
|
result.unlockAreaList_ = unlockAreaList_;
|
|
if (((bitField0_ & 0x00000100) != 0)) {
|
|
oGLOLEOEAGD_.makeImmutable();
|
|
bitField0_ = (bitField0_ & ~0x00000100);
|
|
}
|
|
result.oGLOLEOEAGD_ = oGLOLEOEAGD_;
|
|
result.isNewPlayer_ = isNewPlayer_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearOneof(
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index, java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other instanceof emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp) {
|
|
return mergeFrom((emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp other) {
|
|
if (other == emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp.getDefaultInstance()) return this;
|
|
if (!other.unlockedPointList_.isEmpty()) {
|
|
if (unlockedPointList_.isEmpty()) {
|
|
unlockedPointList_ = other.unlockedPointList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureUnlockedPointListIsMutable();
|
|
unlockedPointList_.addAll(other.unlockedPointList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.fELMBEACBLB_.isEmpty()) {
|
|
if (fELMBEACBLB_.isEmpty()) {
|
|
fELMBEACBLB_ = other.fELMBEACBLB_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureFELMBEACBLBIsMutable();
|
|
fELMBEACBLB_.addAll(other.fELMBEACBLB_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.lockedPointList_.isEmpty()) {
|
|
if (lockedPointList_.isEmpty()) {
|
|
lockedPointList_ = other.lockedPointList_;
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
} else {
|
|
ensureLockedPointListIsMutable();
|
|
lockedPointList_.addAll(other.lockedPointList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.pointList_.isEmpty()) {
|
|
if (pointList_.isEmpty()) {
|
|
pointList_ = other.pointList_;
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
} else {
|
|
ensurePointListIsMutable();
|
|
pointList_.addAll(other.pointList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getBelongUid() != 0) {
|
|
setBelongUid(other.getBelongUid());
|
|
}
|
|
if (other.getRetcode() != 0) {
|
|
setRetcode(other.getRetcode());
|
|
}
|
|
if (other.getSceneId() != 0) {
|
|
setSceneId(other.getSceneId());
|
|
}
|
|
if (!other.unhidePointList_.isEmpty()) {
|
|
if (unhidePointList_.isEmpty()) {
|
|
unhidePointList_ = other.unhidePointList_;
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
} else {
|
|
ensureUnhidePointListIsMutable();
|
|
unhidePointList_.addAll(other.unhidePointList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.bEOCPMCPHJH_.isEmpty()) {
|
|
if (bEOCPMCPHJH_.isEmpty()) {
|
|
bEOCPMCPHJH_ = other.bEOCPMCPHJH_;
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
} else {
|
|
ensureBEOCPMCPHJHIsMutable();
|
|
bEOCPMCPHJH_.addAll(other.bEOCPMCPHJH_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.dOGJLOBEEPC_.isEmpty()) {
|
|
if (dOGJLOBEEPC_.isEmpty()) {
|
|
dOGJLOBEEPC_ = other.dOGJLOBEEPC_;
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
} else {
|
|
ensureDOGJLOBEEPCIsMutable();
|
|
dOGJLOBEEPC_.addAll(other.dOGJLOBEEPC_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.unlockAreaList_.isEmpty()) {
|
|
if (unlockAreaList_.isEmpty()) {
|
|
unlockAreaList_ = other.unlockAreaList_;
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
} else {
|
|
ensureUnlockAreaListIsMutable();
|
|
unlockAreaList_.addAll(other.unlockAreaList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (!other.oGLOLEOEAGD_.isEmpty()) {
|
|
if (oGLOLEOEAGD_.isEmpty()) {
|
|
oGLOLEOEAGD_ = other.oGLOLEOEAGD_;
|
|
bitField0_ = (bitField0_ & ~0x00000100);
|
|
} else {
|
|
ensureOGLOLEOEAGDIsMutable();
|
|
oGLOLEOEAGD_.addAll(other.oGLOLEOEAGD_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getIsNewPlayer() != false) {
|
|
setIsNewPlayer(other.getIsNewPlayer());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private com.google.protobuf.Internal.IntList unlockedPointList_ = emptyIntList();
|
|
private void ensureUnlockedPointListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
unlockedPointList_ = mutableCopy(unlockedPointList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return A list containing the unlockedPointList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockedPointListList() {
|
|
return ((bitField0_ & 0x00000001) != 0) ?
|
|
java.util.Collections.unmodifiableList(unlockedPointList_) : unlockedPointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return The count of unlockedPointList.
|
|
*/
|
|
public int getUnlockedPointListCount() {
|
|
return unlockedPointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockedPointList at the given index.
|
|
*/
|
|
public int getUnlockedPointList(int index) {
|
|
return unlockedPointList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The unlockedPointList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUnlockedPointList(
|
|
int index, int value) {
|
|
ensureUnlockedPointListIsMutable();
|
|
unlockedPointList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param value The unlockedPointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addUnlockedPointList(int value) {
|
|
ensureUnlockedPointListIsMutable();
|
|
unlockedPointList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @param values The unlockedPointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllUnlockedPointList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureUnlockedPointListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, unlockedPointList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlocked_point_list = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUnlockedPointList() {
|
|
unlockedPointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList fELMBEACBLB_ = emptyIntList();
|
|
private void ensureFELMBEACBLBIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
fELMBEACBLB_ = mutableCopy(fELMBEACBLB_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return A list containing the fELMBEACBLB.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getFELMBEACBLBList() {
|
|
return ((bitField0_ & 0x00000002) != 0) ?
|
|
java.util.Collections.unmodifiableList(fELMBEACBLB_) : fELMBEACBLB_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return The count of fELMBEACBLB.
|
|
*/
|
|
public int getFELMBEACBLBCount() {
|
|
return fELMBEACBLB_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The fELMBEACBLB at the given index.
|
|
*/
|
|
public int getFELMBEACBLB(int index) {
|
|
return fELMBEACBLB_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The fELMBEACBLB to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setFELMBEACBLB(
|
|
int index, int value) {
|
|
ensureFELMBEACBLBIsMutable();
|
|
fELMBEACBLB_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param value The fELMBEACBLB to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addFELMBEACBLB(int value) {
|
|
ensureFELMBEACBLBIsMutable();
|
|
fELMBEACBLB_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @param values The fELMBEACBLB to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllFELMBEACBLB(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureFELMBEACBLBIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, fELMBEACBLB_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 FELMBEACBLB = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearFELMBEACBLB() {
|
|
fELMBEACBLB_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList lockedPointList_ = emptyIntList();
|
|
private void ensureLockedPointListIsMutable() {
|
|
if (!((bitField0_ & 0x00000004) != 0)) {
|
|
lockedPointList_ = mutableCopy(lockedPointList_);
|
|
bitField0_ |= 0x00000004;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return A list containing the lockedPointList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getLockedPointListList() {
|
|
return ((bitField0_ & 0x00000004) != 0) ?
|
|
java.util.Collections.unmodifiableList(lockedPointList_) : lockedPointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return The count of lockedPointList.
|
|
*/
|
|
public int getLockedPointListCount() {
|
|
return lockedPointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The lockedPointList at the given index.
|
|
*/
|
|
public int getLockedPointList(int index) {
|
|
return lockedPointList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The lockedPointList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setLockedPointList(
|
|
int index, int value) {
|
|
ensureLockedPointListIsMutable();
|
|
lockedPointList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param value The lockedPointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addLockedPointList(int value) {
|
|
ensureLockedPointListIsMutable();
|
|
lockedPointList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @param values The lockedPointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllLockedPointList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureLockedPointListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, lockedPointList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 locked_point_list = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearLockedPointList() {
|
|
lockedPointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList pointList_ = emptyIntList();
|
|
private void ensurePointListIsMutable() {
|
|
if (!((bitField0_ & 0x00000008) != 0)) {
|
|
pointList_ = mutableCopy(pointList_);
|
|
bitField0_ |= 0x00000008;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return A list containing the pointList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getPointListList() {
|
|
return ((bitField0_ & 0x00000008) != 0) ?
|
|
java.util.Collections.unmodifiableList(pointList_) : pointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return The count of pointList.
|
|
*/
|
|
public int getPointListCount() {
|
|
return pointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The pointList at the given index.
|
|
*/
|
|
public int getPointList(int index) {
|
|
return pointList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The pointList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPointList(
|
|
int index, int value) {
|
|
ensurePointListIsMutable();
|
|
pointList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param value The pointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addPointList(int value) {
|
|
ensurePointListIsMutable();
|
|
pointList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @param values The pointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllPointList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensurePointListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, pointList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 point_list = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPointList() {
|
|
pointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int belongUid_ ;
|
|
/**
|
|
* <code>uint32 belong_uid = 6;</code>
|
|
* @return The belongUid.
|
|
*/
|
|
@java.lang.Override
|
|
public int getBelongUid() {
|
|
return belongUid_;
|
|
}
|
|
/**
|
|
* <code>uint32 belong_uid = 6;</code>
|
|
* @param value The belongUid to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setBelongUid(int value) {
|
|
|
|
belongUid_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 belong_uid = 6;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearBelongUid() {
|
|
|
|
belongUid_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int retcode_ ;
|
|
/**
|
|
* <code>int32 retcode = 8;</code>
|
|
* @return The retcode.
|
|
*/
|
|
@java.lang.Override
|
|
public int getRetcode() {
|
|
return retcode_;
|
|
}
|
|
/**
|
|
* <code>int32 retcode = 8;</code>
|
|
* @param value The retcode to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setRetcode(int value) {
|
|
|
|
retcode_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>int32 retcode = 8;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearRetcode() {
|
|
|
|
retcode_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int sceneId_ ;
|
|
/**
|
|
* <code>uint32 scene_id = 9;</code>
|
|
* @return The sceneId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getSceneId() {
|
|
return sceneId_;
|
|
}
|
|
/**
|
|
* <code>uint32 scene_id = 9;</code>
|
|
* @param value The sceneId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setSceneId(int value) {
|
|
|
|
sceneId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 scene_id = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearSceneId() {
|
|
|
|
sceneId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList unhidePointList_ = emptyIntList();
|
|
private void ensureUnhidePointListIsMutable() {
|
|
if (!((bitField0_ & 0x00000010) != 0)) {
|
|
unhidePointList_ = mutableCopy(unhidePointList_);
|
|
bitField0_ |= 0x00000010;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return A list containing the unhidePointList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getUnhidePointListList() {
|
|
return ((bitField0_ & 0x00000010) != 0) ?
|
|
java.util.Collections.unmodifiableList(unhidePointList_) : unhidePointList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return The count of unhidePointList.
|
|
*/
|
|
public int getUnhidePointListCount() {
|
|
return unhidePointList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unhidePointList at the given index.
|
|
*/
|
|
public int getUnhidePointList(int index) {
|
|
return unhidePointList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The unhidePointList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUnhidePointList(
|
|
int index, int value) {
|
|
ensureUnhidePointListIsMutable();
|
|
unhidePointList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param value The unhidePointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addUnhidePointList(int value) {
|
|
ensureUnhidePointListIsMutable();
|
|
unhidePointList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @param values The unhidePointList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllUnhidePointList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureUnhidePointListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, unhidePointList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unhide_point_list = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUnhidePointList() {
|
|
unhidePointList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList bEOCPMCPHJH_ = emptyIntList();
|
|
private void ensureBEOCPMCPHJHIsMutable() {
|
|
if (!((bitField0_ & 0x00000020) != 0)) {
|
|
bEOCPMCPHJH_ = mutableCopy(bEOCPMCPHJH_);
|
|
bitField0_ |= 0x00000020;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return A list containing the bEOCPMCPHJH.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getBEOCPMCPHJHList() {
|
|
return ((bitField0_ & 0x00000020) != 0) ?
|
|
java.util.Collections.unmodifiableList(bEOCPMCPHJH_) : bEOCPMCPHJH_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return The count of bEOCPMCPHJH.
|
|
*/
|
|
public int getBEOCPMCPHJHCount() {
|
|
return bEOCPMCPHJH_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The bEOCPMCPHJH at the given index.
|
|
*/
|
|
public int getBEOCPMCPHJH(int index) {
|
|
return bEOCPMCPHJH_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The bEOCPMCPHJH to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setBEOCPMCPHJH(
|
|
int index, int value) {
|
|
ensureBEOCPMCPHJHIsMutable();
|
|
bEOCPMCPHJH_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param value The bEOCPMCPHJH to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addBEOCPMCPHJH(int value) {
|
|
ensureBEOCPMCPHJHIsMutable();
|
|
bEOCPMCPHJH_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @param values The bEOCPMCPHJH to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllBEOCPMCPHJH(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureBEOCPMCPHJHIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, bEOCPMCPHJH_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 BEOCPMCPHJH = 11;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearBEOCPMCPHJH() {
|
|
bEOCPMCPHJH_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000020);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList dOGJLOBEEPC_ = emptyIntList();
|
|
private void ensureDOGJLOBEEPCIsMutable() {
|
|
if (!((bitField0_ & 0x00000040) != 0)) {
|
|
dOGJLOBEEPC_ = mutableCopy(dOGJLOBEEPC_);
|
|
bitField0_ |= 0x00000040;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return A list containing the dOGJLOBEEPC.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getDOGJLOBEEPCList() {
|
|
return ((bitField0_ & 0x00000040) != 0) ?
|
|
java.util.Collections.unmodifiableList(dOGJLOBEEPC_) : dOGJLOBEEPC_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return The count of dOGJLOBEEPC.
|
|
*/
|
|
public int getDOGJLOBEEPCCount() {
|
|
return dOGJLOBEEPC_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The dOGJLOBEEPC at the given index.
|
|
*/
|
|
public int getDOGJLOBEEPC(int index) {
|
|
return dOGJLOBEEPC_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The dOGJLOBEEPC to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setDOGJLOBEEPC(
|
|
int index, int value) {
|
|
ensureDOGJLOBEEPCIsMutable();
|
|
dOGJLOBEEPC_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param value The dOGJLOBEEPC to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addDOGJLOBEEPC(int value) {
|
|
ensureDOGJLOBEEPCIsMutable();
|
|
dOGJLOBEEPC_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @param values The dOGJLOBEEPC to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllDOGJLOBEEPC(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureDOGJLOBEEPCIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, dOGJLOBEEPC_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 DOGJLOBEEPC = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearDOGJLOBEEPC() {
|
|
dOGJLOBEEPC_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000040);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList unlockAreaList_ = emptyIntList();
|
|
private void ensureUnlockAreaListIsMutable() {
|
|
if (!((bitField0_ & 0x00000080) != 0)) {
|
|
unlockAreaList_ = mutableCopy(unlockAreaList_);
|
|
bitField0_ |= 0x00000080;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return A list containing the unlockAreaList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getUnlockAreaListList() {
|
|
return ((bitField0_ & 0x00000080) != 0) ?
|
|
java.util.Collections.unmodifiableList(unlockAreaList_) : unlockAreaList_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return The count of unlockAreaList.
|
|
*/
|
|
public int getUnlockAreaListCount() {
|
|
return unlockAreaList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The unlockAreaList at the given index.
|
|
*/
|
|
public int getUnlockAreaList(int index) {
|
|
return unlockAreaList_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The unlockAreaList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setUnlockAreaList(
|
|
int index, int value) {
|
|
ensureUnlockAreaListIsMutable();
|
|
unlockAreaList_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param value The unlockAreaList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addUnlockAreaList(int value) {
|
|
ensureUnlockAreaListIsMutable();
|
|
unlockAreaList_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @param values The unlockAreaList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllUnlockAreaList(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureUnlockAreaListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, unlockAreaList_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 unlock_area_list = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearUnlockAreaList() {
|
|
unlockAreaList_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000080);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.Internal.IntList oGLOLEOEAGD_ = emptyIntList();
|
|
private void ensureOGLOLEOEAGDIsMutable() {
|
|
if (!((bitField0_ & 0x00000100) != 0)) {
|
|
oGLOLEOEAGD_ = mutableCopy(oGLOLEOEAGD_);
|
|
bitField0_ |= 0x00000100;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return A list containing the oGLOLEOEAGD.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getOGLOLEOEAGDList() {
|
|
return ((bitField0_ & 0x00000100) != 0) ?
|
|
java.util.Collections.unmodifiableList(oGLOLEOEAGD_) : oGLOLEOEAGD_;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return The count of oGLOLEOEAGD.
|
|
*/
|
|
public int getOGLOLEOEAGDCount() {
|
|
return oGLOLEOEAGD_.size();
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The oGLOLEOEAGD at the given index.
|
|
*/
|
|
public int getOGLOLEOEAGD(int index) {
|
|
return oGLOLEOEAGD_.getInt(index);
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The oGLOLEOEAGD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setOGLOLEOEAGD(
|
|
int index, int value) {
|
|
ensureOGLOLEOEAGDIsMutable();
|
|
oGLOLEOEAGD_.setInt(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param value The oGLOLEOEAGD to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addOGLOLEOEAGD(int value) {
|
|
ensureOGLOLEOEAGDIsMutable();
|
|
oGLOLEOEAGD_.addInt(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @param values The oGLOLEOEAGD to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllOGLOLEOEAGD(
|
|
java.lang.Iterable<? extends java.lang.Integer> values) {
|
|
ensureOGLOLEOEAGDIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, oGLOLEOEAGD_);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated uint32 OGLOLEOEAGD = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearOGLOLEOEAGD() {
|
|
oGLOLEOEAGD_ = emptyIntList();
|
|
bitField0_ = (bitField0_ & ~0x00000100);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isNewPlayer_ ;
|
|
/**
|
|
* <code>bool is_new_player = 15;</code>
|
|
* @return The isNewPlayer.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewPlayer() {
|
|
return isNewPlayer_;
|
|
}
|
|
/**
|
|
* <code>bool is_new_player = 15;</code>
|
|
* @param value The isNewPlayer to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsNewPlayer(boolean value) {
|
|
|
|
isNewPlayer_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_new_player = 15;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsNewPlayer() {
|
|
|
|
isNewPlayer_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:GetScenePointRsp)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:GetScenePointRsp)
|
|
private static final emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<GetScenePointRsp>
|
|
PARSER = new com.google.protobuf.AbstractParser<GetScenePointRsp>() {
|
|
@java.lang.Override
|
|
public GetScenePointRsp parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new GetScenePointRsp(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<GetScenePointRsp> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<GetScenePointRsp> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GetScenePointRspOuterClass.GetScenePointRsp getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GetScenePointRsp_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GetScenePointRsp_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\026GetScenePointRsp.proto\"\265\002\n\020GetScenePoi" +
|
|
"ntRsp\022\033\n\023unlocked_point_list\030\001 \003(\r\022\023\n\013FE" +
|
|
"LMBEACBLB\030\002 \003(\r\022\031\n\021locked_point_list\030\004 \003" +
|
|
"(\r\022\022\n\npoint_list\030\005 \003(\r\022\022\n\nbelong_uid\030\006 \001" +
|
|
"(\r\022\017\n\007retcode\030\010 \001(\005\022\020\n\010scene_id\030\t \001(\r\022\031\n" +
|
|
"\021unhide_point_list\030\n \003(\r\022\023\n\013BEOCPMCPHJH\030" +
|
|
"\013 \003(\r\022\023\n\013DOGJLOBEEPC\030\014 \003(\r\022\030\n\020unlock_are" +
|
|
"a_list\030\r \003(\r\022\023\n\013OGLOLEOEAGD\030\016 \003(\r\022\025\n\ris_" +
|
|
"new_player\030\017 \001(\010B\033\n\031emu.grasscutter.net." +
|
|
"protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
});
|
|
internal_static_GetScenePointRsp_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_GetScenePointRsp_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GetScenePointRsp_descriptor,
|
|
new java.lang.String[] { "UnlockedPointList", "FELMBEACBLB", "LockedPointList", "PointList", "BelongUid", "Retcode", "SceneId", "UnhidePointList", "BEOCPMCPHJH", "DOGJLOBEEPC", "UnlockAreaList", "OGLOLEOEAGD", "IsNewPlayer", });
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|