// 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 {
/**
* uint32 scene_id = 3;
* @return The sceneId.
*/
int getSceneId();
/**
*
* JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return A list containing the notInteractDungeonEntryList.
*/
java.util.List* JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return The count of notInteractDungeonEntryList.
*/
int getNotInteractDungeonEntryListCount();
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param index The index of the element to return.
* @return The notInteractDungeonEntryList at the given index.
*/
int getNotInteractDungeonEntryList(int index);
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return A list containing the toBeExploreDungeonEntryList.
*/
java.util.List* ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return The count of toBeExploreDungeonEntryList.
*/
int getToBeExploreDungeonEntryListCount();
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param index The index of the element to return.
* @return The toBeExploreDungeonEntryList at the given index.
*/
int getToBeExploreDungeonEntryList(int index);
/**
* uint32 belong_uid = 4;
* @return The belongUid.
*/
int getBelongUid();
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return A list containing the hidePointList.
*/
java.util.List* GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return The count of hidePointList.
*/
int getHidePointListCount();
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param index The index of the element to return.
* @return The hidePointList at the given index.
*/
int getHidePointList(int index);
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return A list containing the lockedPointList.
*/
java.util.List* OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return The count of lockedPointList.
*/
int getLockedPointListCount();
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @param index The index of the element to return.
* @return The lockedPointList at the given index.
*/
int getLockedPointList(int index);
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return A list containing the notExploredDungeonEntryList.
*/
java.util.List* CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return The count of notExploredDungeonEntryList.
*/
int getNotExploredDungeonEntryListCount();
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param index The index of the element to return.
* @return The notExploredDungeonEntryList at the given index.
*/
int getNotExploredDungeonEntryList(int index);
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return A list containing the unlockAreaList.
*/
java.util.List* MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return The count of unlockAreaList.
*/
int getUnlockAreaListCount();
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @param index The index of the element to return.
* @return The unlockAreaList at the given index.
*/
int getUnlockAreaList(int index);
/**
* bool BJLCFHHIGJD = 10;
* @return The bJLCFHHIGJD.
*/
boolean getBJLCFHHIGJD();
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return A list containing the unhidePointList.
*/
java.util.List* BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return The count of unhidePointList.
*/
int getUnhidePointListCount();
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @param index The index of the element to return.
* @return The unhidePointList at the given index.
*/
int getUnhidePointList(int index);
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return A list containing the groupUnlimitPointList.
*/
java.util.List* MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return The count of groupUnlimitPointList.
*/
int getGroupUnlimitPointListCount();
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param index The index of the element to return.
* @return The groupUnlimitPointList at the given index.
*/
int getGroupUnlimitPointList(int index);
/**
* int32 retcode = 6;
* @return The retcode.
*/
int getRetcode();
/**
* repeated uint32 unlocked_point_list = 12;
* @return A list containing the unlockedPointList.
*/
java.util.Listrepeated uint32 unlocked_point_list = 12;
* @return The count of unlockedPointList.
*/
int getUnlockedPointListCount();
/**
* repeated uint32 unlocked_point_list = 12;
* @param index The index of the element to return.
* @return The unlockedPointList at the given index.
*/
int getUnlockedPointList(int index);
}
/**
* * CmdId: 299 * Name: GKBGCPGCPAE (3.5, help) ** * 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() { notInteractDungeonEntryList_ = emptyIntList(); toBeExploreDungeonEntryList_ = emptyIntList(); hidePointList_ = emptyIntList(); lockedPointList_ = emptyIntList(); notExploredDungeonEntryList_ = emptyIntList(); unlockAreaList_ = emptyIntList(); unhidePointList_ = emptyIntList(); groupUnlimitPointList_ = emptyIntList(); unlockedPointList_ = 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_ & 0x00000010) != 0)) { notExploredDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000010; } notExploredDungeonEntryList_.addInt(input.readUInt32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000010) != 0) && input.getBytesUntilLimit() > 0) { notExploredDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000010; } while (input.getBytesUntilLimit() > 0) { notExploredDungeonEntryList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 16: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { lockedPointList_ = newIntList(); mutable_bitField0_ |= 0x00000008; } lockedPointList_.addInt(input.readUInt32()); break; } case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000008) != 0) && input.getBytesUntilLimit() > 0) { lockedPointList_ = newIntList(); mutable_bitField0_ |= 0x00000008; } while (input.getBytesUntilLimit() > 0) { lockedPointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 24: { sceneId_ = input.readUInt32(); break; } case 32: { belongUid_ = input.readUInt32(); break; } case 48: { retcode_ = input.readInt32(); break; } case 56: { if (!((mutable_bitField0_ & 0x00000020) != 0)) { unlockAreaList_ = newIntList(); mutable_bitField0_ |= 0x00000020; } unlockAreaList_.addInt(input.readUInt32()); break; } case 58: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000020) != 0) && input.getBytesUntilLimit() > 0) { unlockAreaList_ = newIntList(); mutable_bitField0_ |= 0x00000020; } while (input.getBytesUntilLimit() > 0) { unlockAreaList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 64: { if (!((mutable_bitField0_ & 0x00000080) != 0)) { groupUnlimitPointList_ = newIntList(); mutable_bitField0_ |= 0x00000080; } groupUnlimitPointList_.addInt(input.readUInt32()); break; } case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000080) != 0) && input.getBytesUntilLimit() > 0) { groupUnlimitPointList_ = newIntList(); mutable_bitField0_ |= 0x00000080; } while (input.getBytesUntilLimit() > 0) { groupUnlimitPointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 72: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { notInteractDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } notInteractDungeonEntryList_.addInt(input.readUInt32()); break; } case 74: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { notInteractDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { notInteractDungeonEntryList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 80: { bJLCFHHIGJD_ = input.readBool(); break; } case 88: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { hidePointList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } hidePointList_.addInt(input.readUInt32()); break; } case 90: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { hidePointList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { hidePointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 96: { if (!((mutable_bitField0_ & 0x00000100) != 0)) { unlockedPointList_ = newIntList(); mutable_bitField0_ |= 0x00000100; } unlockedPointList_.addInt(input.readUInt32()); break; } case 98: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000100) != 0) && input.getBytesUntilLimit() > 0) { unlockedPointList_ = newIntList(); mutable_bitField0_ |= 0x00000100; } while (input.getBytesUntilLimit() > 0) { unlockedPointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 104: { if (!((mutable_bitField0_ & 0x00000040) != 0)) { unhidePointList_ = newIntList(); mutable_bitField0_ |= 0x00000040; } unhidePointList_.addInt(input.readUInt32()); break; } case 106: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000040) != 0) && input.getBytesUntilLimit() > 0) { unhidePointList_ = newIntList(); mutable_bitField0_ |= 0x00000040; } while (input.getBytesUntilLimit() > 0) { unhidePointList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 112: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { toBeExploreDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } toBeExploreDungeonEntryList_.addInt(input.readUInt32()); break; } case 114: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { toBeExploreDungeonEntryList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { toBeExploreDungeonEntryList_.addInt(input.readUInt32()); } input.popLimit(limit); 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_ & 0x00000010) != 0)) { notExploredDungeonEntryList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000008) != 0)) { lockedPointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000020) != 0)) { unlockAreaList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000080) != 0)) { groupUnlimitPointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { notInteractDungeonEntryList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000004) != 0)) { hidePointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000100) != 0)) { unlockedPointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000040) != 0)) { unhidePointList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000002) != 0)) { toBeExploreDungeonEntryList_.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 SCENE_ID_FIELD_NUMBER = 3; private int sceneId_; /** *
uint32 scene_id = 3;
* @return The sceneId.
*/
@java.lang.Override
public int getSceneId() {
return sceneId_;
}
public static final int NOTINTERACTDUNGEONENTRYLIST_FIELD_NUMBER = 9;
private com.google.protobuf.Internal.IntList notInteractDungeonEntryList_;
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return A list containing the notInteractDungeonEntryList.
*/
@java.lang.Override
public java.util.List* JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return The count of notInteractDungeonEntryList.
*/
public int getNotInteractDungeonEntryListCount() {
return notInteractDungeonEntryList_.size();
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param index The index of the element to return.
* @return The notInteractDungeonEntryList at the given index.
*/
public int getNotInteractDungeonEntryList(int index) {
return notInteractDungeonEntryList_.getInt(index);
}
private int notInteractDungeonEntryListMemoizedSerializedSize = -1;
public static final int TOBEEXPLOREDUNGEONENTRYLIST_FIELD_NUMBER = 14;
private com.google.protobuf.Internal.IntList toBeExploreDungeonEntryList_;
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return A list containing the toBeExploreDungeonEntryList.
*/
@java.lang.Override
public java.util.List* ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return The count of toBeExploreDungeonEntryList.
*/
public int getToBeExploreDungeonEntryListCount() {
return toBeExploreDungeonEntryList_.size();
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param index The index of the element to return.
* @return The toBeExploreDungeonEntryList at the given index.
*/
public int getToBeExploreDungeonEntryList(int index) {
return toBeExploreDungeonEntryList_.getInt(index);
}
private int toBeExploreDungeonEntryListMemoizedSerializedSize = -1;
public static final int BELONG_UID_FIELD_NUMBER = 4;
private int belongUid_;
/**
* uint32 belong_uid = 4;
* @return The belongUid.
*/
@java.lang.Override
public int getBelongUid() {
return belongUid_;
}
public static final int HIDE_POINT_LIST_FIELD_NUMBER = 11;
private com.google.protobuf.Internal.IntList hidePointList_;
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return A list containing the hidePointList.
*/
@java.lang.Override
public java.util.List* GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return The count of hidePointList.
*/
public int getHidePointListCount() {
return hidePointList_.size();
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param index The index of the element to return.
* @return The hidePointList at the given index.
*/
public int getHidePointList(int index) {
return hidePointList_.getInt(index);
}
private int hidePointListMemoizedSerializedSize = -1;
public static final int LOCKED_POINT_LIST_FIELD_NUMBER = 2;
private com.google.protobuf.Internal.IntList lockedPointList_;
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return A list containing the lockedPointList.
*/
@java.lang.Override
public java.util.List* OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return The count of lockedPointList.
*/
public int getLockedPointListCount() {
return lockedPointList_.size();
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @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 NOTEXPLOREDDUNGEONENTRYLIST_FIELD_NUMBER = 1;
private com.google.protobuf.Internal.IntList notExploredDungeonEntryList_;
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return A list containing the notExploredDungeonEntryList.
*/
@java.lang.Override
public java.util.List* CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return The count of notExploredDungeonEntryList.
*/
public int getNotExploredDungeonEntryListCount() {
return notExploredDungeonEntryList_.size();
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param index The index of the element to return.
* @return The notExploredDungeonEntryList at the given index.
*/
public int getNotExploredDungeonEntryList(int index) {
return notExploredDungeonEntryList_.getInt(index);
}
private int notExploredDungeonEntryListMemoizedSerializedSize = -1;
public static final int UNLOCKAREALIST_FIELD_NUMBER = 7;
private com.google.protobuf.Internal.IntList unlockAreaList_;
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return A list containing the unlockAreaList.
*/
@java.lang.Override
public java.util.List* MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return The count of unlockAreaList.
*/
public int getUnlockAreaListCount() {
return unlockAreaList_.size();
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @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 BJLCFHHIGJD_FIELD_NUMBER = 10;
private boolean bJLCFHHIGJD_;
/**
* bool BJLCFHHIGJD = 10;
* @return The bJLCFHHIGJD.
*/
@java.lang.Override
public boolean getBJLCFHHIGJD() {
return bJLCFHHIGJD_;
}
public static final int UNHIDE_POINT_LIST_FIELD_NUMBER = 13;
private com.google.protobuf.Internal.IntList unhidePointList_;
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return A list containing the unhidePointList.
*/
@java.lang.Override
public java.util.List* BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return The count of unhidePointList.
*/
public int getUnhidePointListCount() {
return unhidePointList_.size();
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @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 GROUPUNLIMITPOINTLIST_FIELD_NUMBER = 8;
private com.google.protobuf.Internal.IntList groupUnlimitPointList_;
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return A list containing the groupUnlimitPointList.
*/
@java.lang.Override
public java.util.List* MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return The count of groupUnlimitPointList.
*/
public int getGroupUnlimitPointListCount() {
return groupUnlimitPointList_.size();
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param index The index of the element to return.
* @return The groupUnlimitPointList at the given index.
*/
public int getGroupUnlimitPointList(int index) {
return groupUnlimitPointList_.getInt(index);
}
private int groupUnlimitPointListMemoizedSerializedSize = -1;
public static final int RETCODE_FIELD_NUMBER = 6;
private int retcode_;
/**
* int32 retcode = 6;
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
public static final int UNLOCKED_POINT_LIST_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.IntList unlockedPointList_;
/**
* repeated uint32 unlocked_point_list = 12;
* @return A list containing the unlockedPointList.
*/
@java.lang.Override
public java.util.Listrepeated uint32 unlocked_point_list = 12;
* @return The count of unlockedPointList.
*/
public int getUnlockedPointListCount() {
return unlockedPointList_.size();
}
/**
* repeated uint32 unlocked_point_list = 12;
* @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;
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 (getNotExploredDungeonEntryListList().size() > 0) {
output.writeUInt32NoTag(10);
output.writeUInt32NoTag(notExploredDungeonEntryListMemoizedSerializedSize);
}
for (int i = 0; i < notExploredDungeonEntryList_.size(); i++) {
output.writeUInt32NoTag(notExploredDungeonEntryList_.getInt(i));
}
if (getLockedPointListList().size() > 0) {
output.writeUInt32NoTag(18);
output.writeUInt32NoTag(lockedPointListMemoizedSerializedSize);
}
for (int i = 0; i < lockedPointList_.size(); i++) {
output.writeUInt32NoTag(lockedPointList_.getInt(i));
}
if (sceneId_ != 0) {
output.writeUInt32(3, sceneId_);
}
if (belongUid_ != 0) {
output.writeUInt32(4, belongUid_);
}
if (retcode_ != 0) {
output.writeInt32(6, retcode_);
}
if (getUnlockAreaListList().size() > 0) {
output.writeUInt32NoTag(58);
output.writeUInt32NoTag(unlockAreaListMemoizedSerializedSize);
}
for (int i = 0; i < unlockAreaList_.size(); i++) {
output.writeUInt32NoTag(unlockAreaList_.getInt(i));
}
if (getGroupUnlimitPointListList().size() > 0) {
output.writeUInt32NoTag(66);
output.writeUInt32NoTag(groupUnlimitPointListMemoizedSerializedSize);
}
for (int i = 0; i < groupUnlimitPointList_.size(); i++) {
output.writeUInt32NoTag(groupUnlimitPointList_.getInt(i));
}
if (getNotInteractDungeonEntryListList().size() > 0) {
output.writeUInt32NoTag(74);
output.writeUInt32NoTag(notInteractDungeonEntryListMemoizedSerializedSize);
}
for (int i = 0; i < notInteractDungeonEntryList_.size(); i++) {
output.writeUInt32NoTag(notInteractDungeonEntryList_.getInt(i));
}
if (bJLCFHHIGJD_ != false) {
output.writeBool(10, bJLCFHHIGJD_);
}
if (getHidePointListList().size() > 0) {
output.writeUInt32NoTag(90);
output.writeUInt32NoTag(hidePointListMemoizedSerializedSize);
}
for (int i = 0; i < hidePointList_.size(); i++) {
output.writeUInt32NoTag(hidePointList_.getInt(i));
}
if (getUnlockedPointListList().size() > 0) {
output.writeUInt32NoTag(98);
output.writeUInt32NoTag(unlockedPointListMemoizedSerializedSize);
}
for (int i = 0; i < unlockedPointList_.size(); i++) {
output.writeUInt32NoTag(unlockedPointList_.getInt(i));
}
if (getUnhidePointListList().size() > 0) {
output.writeUInt32NoTag(106);
output.writeUInt32NoTag(unhidePointListMemoizedSerializedSize);
}
for (int i = 0; i < unhidePointList_.size(); i++) {
output.writeUInt32NoTag(unhidePointList_.getInt(i));
}
if (getToBeExploreDungeonEntryListList().size() > 0) {
output.writeUInt32NoTag(114);
output.writeUInt32NoTag(toBeExploreDungeonEntryListMemoizedSerializedSize);
}
for (int i = 0; i < toBeExploreDungeonEntryList_.size(); i++) {
output.writeUInt32NoTag(toBeExploreDungeonEntryList_.getInt(i));
}
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 < notExploredDungeonEntryList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(notExploredDungeonEntryList_.getInt(i));
}
size += dataSize;
if (!getNotExploredDungeonEntryListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
notExploredDungeonEntryListMemoizedSerializedSize = 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;
}
if (sceneId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, sceneId_);
}
if (belongUid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, belongUid_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, retcode_);
}
{
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 < groupUnlimitPointList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(groupUnlimitPointList_.getInt(i));
}
size += dataSize;
if (!getGroupUnlimitPointListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
groupUnlimitPointListMemoizedSerializedSize = dataSize;
}
{
int dataSize = 0;
for (int i = 0; i < notInteractDungeonEntryList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(notInteractDungeonEntryList_.getInt(i));
}
size += dataSize;
if (!getNotInteractDungeonEntryListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
notInteractDungeonEntryListMemoizedSerializedSize = dataSize;
}
if (bJLCFHHIGJD_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(10, bJLCFHHIGJD_);
}
{
int dataSize = 0;
for (int i = 0; i < hidePointList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(hidePointList_.getInt(i));
}
size += dataSize;
if (!getHidePointListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
hidePointListMemoizedSerializedSize = dataSize;
}
{
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 < 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 < toBeExploreDungeonEntryList_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(toBeExploreDungeonEntryList_.getInt(i));
}
size += dataSize;
if (!getToBeExploreDungeonEntryListList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
toBeExploreDungeonEntryListMemoizedSerializedSize = dataSize;
}
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 (getSceneId()
!= other.getSceneId()) return false;
if (!getNotInteractDungeonEntryListList()
.equals(other.getNotInteractDungeonEntryListList())) return false;
if (!getToBeExploreDungeonEntryListList()
.equals(other.getToBeExploreDungeonEntryListList())) return false;
if (getBelongUid()
!= other.getBelongUid()) return false;
if (!getHidePointListList()
.equals(other.getHidePointListList())) return false;
if (!getLockedPointListList()
.equals(other.getLockedPointListList())) return false;
if (!getNotExploredDungeonEntryListList()
.equals(other.getNotExploredDungeonEntryListList())) return false;
if (!getUnlockAreaListList()
.equals(other.getUnlockAreaListList())) return false;
if (getBJLCFHHIGJD()
!= other.getBJLCFHHIGJD()) return false;
if (!getUnhidePointListList()
.equals(other.getUnhidePointListList())) return false;
if (!getGroupUnlimitPointListList()
.equals(other.getGroupUnlimitPointListList())) return false;
if (getRetcode()
!= other.getRetcode()) return false;
if (!getUnlockedPointListList()
.equals(other.getUnlockedPointListList())) 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();
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
hash = (53 * hash) + getSceneId();
if (getNotInteractDungeonEntryListCount() > 0) {
hash = (37 * hash) + NOTINTERACTDUNGEONENTRYLIST_FIELD_NUMBER;
hash = (53 * hash) + getNotInteractDungeonEntryListList().hashCode();
}
if (getToBeExploreDungeonEntryListCount() > 0) {
hash = (37 * hash) + TOBEEXPLOREDUNGEONENTRYLIST_FIELD_NUMBER;
hash = (53 * hash) + getToBeExploreDungeonEntryListList().hashCode();
}
hash = (37 * hash) + BELONG_UID_FIELD_NUMBER;
hash = (53 * hash) + getBelongUid();
if (getHidePointListCount() > 0) {
hash = (37 * hash) + HIDE_POINT_LIST_FIELD_NUMBER;
hash = (53 * hash) + getHidePointListList().hashCode();
}
if (getLockedPointListCount() > 0) {
hash = (37 * hash) + LOCKED_POINT_LIST_FIELD_NUMBER;
hash = (53 * hash) + getLockedPointListList().hashCode();
}
if (getNotExploredDungeonEntryListCount() > 0) {
hash = (37 * hash) + NOTEXPLOREDDUNGEONENTRYLIST_FIELD_NUMBER;
hash = (53 * hash) + getNotExploredDungeonEntryListList().hashCode();
}
if (getUnlockAreaListCount() > 0) {
hash = (37 * hash) + UNLOCKAREALIST_FIELD_NUMBER;
hash = (53 * hash) + getUnlockAreaListList().hashCode();
}
hash = (37 * hash) + BJLCFHHIGJD_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getBJLCFHHIGJD());
if (getUnhidePointListCount() > 0) {
hash = (37 * hash) + UNHIDE_POINT_LIST_FIELD_NUMBER;
hash = (53 * hash) + getUnhidePointListList().hashCode();
}
if (getGroupUnlimitPointListCount() > 0) {
hash = (37 * hash) + GROUPUNLIMITPOINTLIST_FIELD_NUMBER;
hash = (53 * hash) + getGroupUnlimitPointListList().hashCode();
}
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
if (getUnlockedPointListCount() > 0) {
hash = (37 * hash) + UNLOCKED_POINT_LIST_FIELD_NUMBER;
hash = (53 * hash) + getUnlockedPointListList().hashCode();
}
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;
}
/**
* * CmdId: 299 * Name: GKBGCPGCPAE (3.5, help) ** * Protobuf type {@code GetScenePointRsp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 scene_id = 3;
* @return The sceneId.
*/
@java.lang.Override
public int getSceneId() {
return sceneId_;
}
/**
* uint32 scene_id = 3;
* @param value The sceneId to set.
* @return This builder for chaining.
*/
public Builder setSceneId(int value) {
sceneId_ = value;
onChanged();
return this;
}
/**
* uint32 scene_id = 3;
* @return This builder for chaining.
*/
public Builder clearSceneId() {
sceneId_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList notInteractDungeonEntryList_ = emptyIntList();
private void ensureNotInteractDungeonEntryListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
notInteractDungeonEntryList_ = mutableCopy(notInteractDungeonEntryList_);
bitField0_ |= 0x00000001;
}
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return A list containing the notInteractDungeonEntryList.
*/
public java.util.List* JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return The count of notInteractDungeonEntryList.
*/
public int getNotInteractDungeonEntryListCount() {
return notInteractDungeonEntryList_.size();
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param index The index of the element to return.
* @return The notInteractDungeonEntryList at the given index.
*/
public int getNotInteractDungeonEntryList(int index) {
return notInteractDungeonEntryList_.getInt(index);
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param index The index to set the value at.
* @param value The notInteractDungeonEntryList to set.
* @return This builder for chaining.
*/
public Builder setNotInteractDungeonEntryList(
int index, int value) {
ensureNotInteractDungeonEntryListIsMutable();
notInteractDungeonEntryList_.setInt(index, value);
onChanged();
return this;
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param value The notInteractDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addNotInteractDungeonEntryList(int value) {
ensureNotInteractDungeonEntryListIsMutable();
notInteractDungeonEntryList_.addInt(value);
onChanged();
return this;
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @param values The notInteractDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addAllNotInteractDungeonEntryList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureNotInteractDungeonEntryListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, notInteractDungeonEntryList_);
onChanged();
return this;
}
/**
* * JECOFNNDAJP ** *
repeated uint32 notInteractDungeonEntryList = 9;
* @return This builder for chaining.
*/
public Builder clearNotInteractDungeonEntryList() {
notInteractDungeonEntryList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList toBeExploreDungeonEntryList_ = emptyIntList();
private void ensureToBeExploreDungeonEntryListIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
toBeExploreDungeonEntryList_ = mutableCopy(toBeExploreDungeonEntryList_);
bitField0_ |= 0x00000002;
}
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return A list containing the toBeExploreDungeonEntryList.
*/
public java.util.List* ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return The count of toBeExploreDungeonEntryList.
*/
public int getToBeExploreDungeonEntryListCount() {
return toBeExploreDungeonEntryList_.size();
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param index The index of the element to return.
* @return The toBeExploreDungeonEntryList at the given index.
*/
public int getToBeExploreDungeonEntryList(int index) {
return toBeExploreDungeonEntryList_.getInt(index);
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param index The index to set the value at.
* @param value The toBeExploreDungeonEntryList to set.
* @return This builder for chaining.
*/
public Builder setToBeExploreDungeonEntryList(
int index, int value) {
ensureToBeExploreDungeonEntryListIsMutable();
toBeExploreDungeonEntryList_.setInt(index, value);
onChanged();
return this;
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param value The toBeExploreDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addToBeExploreDungeonEntryList(int value) {
ensureToBeExploreDungeonEntryListIsMutable();
toBeExploreDungeonEntryList_.addInt(value);
onChanged();
return this;
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @param values The toBeExploreDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addAllToBeExploreDungeonEntryList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureToBeExploreDungeonEntryListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, toBeExploreDungeonEntryList_);
onChanged();
return this;
}
/**
* * ELNACLNNKIO ** *
repeated uint32 toBeExploreDungeonEntryList = 14;
* @return This builder for chaining.
*/
public Builder clearToBeExploreDungeonEntryList() {
toBeExploreDungeonEntryList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private int belongUid_ ;
/**
* uint32 belong_uid = 4;
* @return The belongUid.
*/
@java.lang.Override
public int getBelongUid() {
return belongUid_;
}
/**
* uint32 belong_uid = 4;
* @param value The belongUid to set.
* @return This builder for chaining.
*/
public Builder setBelongUid(int value) {
belongUid_ = value;
onChanged();
return this;
}
/**
* uint32 belong_uid = 4;
* @return This builder for chaining.
*/
public Builder clearBelongUid() {
belongUid_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList hidePointList_ = emptyIntList();
private void ensureHidePointListIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
hidePointList_ = mutableCopy(hidePointList_);
bitField0_ |= 0x00000004;
}
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return A list containing the hidePointList.
*/
public java.util.List* GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return The count of hidePointList.
*/
public int getHidePointListCount() {
return hidePointList_.size();
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param index The index of the element to return.
* @return The hidePointList at the given index.
*/
public int getHidePointList(int index) {
return hidePointList_.getInt(index);
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param index The index to set the value at.
* @param value The hidePointList to set.
* @return This builder for chaining.
*/
public Builder setHidePointList(
int index, int value) {
ensureHidePointListIsMutable();
hidePointList_.setInt(index, value);
onChanged();
return this;
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param value The hidePointList to add.
* @return This builder for chaining.
*/
public Builder addHidePointList(int value) {
ensureHidePointListIsMutable();
hidePointList_.addInt(value);
onChanged();
return this;
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @param values The hidePointList to add.
* @return This builder for chaining.
*/
public Builder addAllHidePointList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureHidePointListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, hidePointList_);
onChanged();
return this;
}
/**
* * GNNBFLNNODN ** *
repeated uint32 hide_point_list = 11;
* @return This builder for chaining.
*/
public Builder clearHidePointList() {
hidePointList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList lockedPointList_ = emptyIntList();
private void ensureLockedPointListIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
lockedPointList_ = mutableCopy(lockedPointList_);
bitField0_ |= 0x00000008;
}
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return A list containing the lockedPointList.
*/
public java.util.List* OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return The count of lockedPointList.
*/
public int getLockedPointListCount() {
return lockedPointList_.size();
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @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);
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @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;
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @param value The lockedPointList to add.
* @return This builder for chaining.
*/
public Builder addLockedPointList(int value) {
ensureLockedPointListIsMutable();
lockedPointList_.addInt(value);
onChanged();
return this;
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @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;
}
/**
* * OLIIBIKADBB ** *
repeated uint32 locked_point_list = 2;
* @return This builder for chaining.
*/
public Builder clearLockedPointList() {
lockedPointList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList notExploredDungeonEntryList_ = emptyIntList();
private void ensureNotExploredDungeonEntryListIsMutable() {
if (!((bitField0_ & 0x00000010) != 0)) {
notExploredDungeonEntryList_ = mutableCopy(notExploredDungeonEntryList_);
bitField0_ |= 0x00000010;
}
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return A list containing the notExploredDungeonEntryList.
*/
public java.util.List* CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return The count of notExploredDungeonEntryList.
*/
public int getNotExploredDungeonEntryListCount() {
return notExploredDungeonEntryList_.size();
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param index The index of the element to return.
* @return The notExploredDungeonEntryList at the given index.
*/
public int getNotExploredDungeonEntryList(int index) {
return notExploredDungeonEntryList_.getInt(index);
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param index The index to set the value at.
* @param value The notExploredDungeonEntryList to set.
* @return This builder for chaining.
*/
public Builder setNotExploredDungeonEntryList(
int index, int value) {
ensureNotExploredDungeonEntryListIsMutable();
notExploredDungeonEntryList_.setInt(index, value);
onChanged();
return this;
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param value The notExploredDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addNotExploredDungeonEntryList(int value) {
ensureNotExploredDungeonEntryListIsMutable();
notExploredDungeonEntryList_.addInt(value);
onChanged();
return this;
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @param values The notExploredDungeonEntryList to add.
* @return This builder for chaining.
*/
public Builder addAllNotExploredDungeonEntryList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureNotExploredDungeonEntryListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, notExploredDungeonEntryList_);
onChanged();
return this;
}
/**
* * CBNONONIPKH ** *
repeated uint32 notExploredDungeonEntryList = 1;
* @return This builder for chaining.
*/
public Builder clearNotExploredDungeonEntryList() {
notExploredDungeonEntryList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList unlockAreaList_ = emptyIntList();
private void ensureUnlockAreaListIsMutable() {
if (!((bitField0_ & 0x00000020) != 0)) {
unlockAreaList_ = mutableCopy(unlockAreaList_);
bitField0_ |= 0x00000020;
}
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return A list containing the unlockAreaList.
*/
public java.util.List* MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return The count of unlockAreaList.
*/
public int getUnlockAreaListCount() {
return unlockAreaList_.size();
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @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);
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @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;
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @param value The unlockAreaList to add.
* @return This builder for chaining.
*/
public Builder addUnlockAreaList(int value) {
ensureUnlockAreaListIsMutable();
unlockAreaList_.addInt(value);
onChanged();
return this;
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @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;
}
/**
* * MLBGHEBJAOH ** *
repeated uint32 unlockAreaList = 7;
* @return This builder for chaining.
*/
public Builder clearUnlockAreaList() {
unlockAreaList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
private boolean bJLCFHHIGJD_ ;
/**
* bool BJLCFHHIGJD = 10;
* @return The bJLCFHHIGJD.
*/
@java.lang.Override
public boolean getBJLCFHHIGJD() {
return bJLCFHHIGJD_;
}
/**
* bool BJLCFHHIGJD = 10;
* @param value The bJLCFHHIGJD to set.
* @return This builder for chaining.
*/
public Builder setBJLCFHHIGJD(boolean value) {
bJLCFHHIGJD_ = value;
onChanged();
return this;
}
/**
* bool BJLCFHHIGJD = 10;
* @return This builder for chaining.
*/
public Builder clearBJLCFHHIGJD() {
bJLCFHHIGJD_ = false;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList unhidePointList_ = emptyIntList();
private void ensureUnhidePointListIsMutable() {
if (!((bitField0_ & 0x00000040) != 0)) {
unhidePointList_ = mutableCopy(unhidePointList_);
bitField0_ |= 0x00000040;
}
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return A list containing the unhidePointList.
*/
public java.util.List* BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return The count of unhidePointList.
*/
public int getUnhidePointListCount() {
return unhidePointList_.size();
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @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);
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @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;
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @param value The unhidePointList to add.
* @return This builder for chaining.
*/
public Builder addUnhidePointList(int value) {
ensureUnhidePointListIsMutable();
unhidePointList_.addInt(value);
onChanged();
return this;
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @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;
}
/**
* * BHLFAJLFEGC ** *
repeated uint32 unhide_point_list = 13;
* @return This builder for chaining.
*/
public Builder clearUnhidePointList() {
unhidePointList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList groupUnlimitPointList_ = emptyIntList();
private void ensureGroupUnlimitPointListIsMutable() {
if (!((bitField0_ & 0x00000080) != 0)) {
groupUnlimitPointList_ = mutableCopy(groupUnlimitPointList_);
bitField0_ |= 0x00000080;
}
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return A list containing the groupUnlimitPointList.
*/
public java.util.List* MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return The count of groupUnlimitPointList.
*/
public int getGroupUnlimitPointListCount() {
return groupUnlimitPointList_.size();
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param index The index of the element to return.
* @return The groupUnlimitPointList at the given index.
*/
public int getGroupUnlimitPointList(int index) {
return groupUnlimitPointList_.getInt(index);
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param index The index to set the value at.
* @param value The groupUnlimitPointList to set.
* @return This builder for chaining.
*/
public Builder setGroupUnlimitPointList(
int index, int value) {
ensureGroupUnlimitPointListIsMutable();
groupUnlimitPointList_.setInt(index, value);
onChanged();
return this;
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param value The groupUnlimitPointList to add.
* @return This builder for chaining.
*/
public Builder addGroupUnlimitPointList(int value) {
ensureGroupUnlimitPointListIsMutable();
groupUnlimitPointList_.addInt(value);
onChanged();
return this;
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @param values The groupUnlimitPointList to add.
* @return This builder for chaining.
*/
public Builder addAllGroupUnlimitPointList(
java.lang.Iterable extends java.lang.Integer> values) {
ensureGroupUnlimitPointListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, groupUnlimitPointList_);
onChanged();
return this;
}
/**
* * MNOLEGHOAOB ** *
repeated uint32 groupUnlimitPointList = 8;
* @return This builder for chaining.
*/
public Builder clearGroupUnlimitPointList() {
groupUnlimitPointList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
private int retcode_ ;
/**
* int32 retcode = 6;
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* int32 retcode = 6;
* @param value The retcode to set.
* @return This builder for chaining.
*/
public Builder setRetcode(int value) {
retcode_ = value;
onChanged();
return this;
}
/**
* int32 retcode = 6;
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList unlockedPointList_ = emptyIntList();
private void ensureUnlockedPointListIsMutable() {
if (!((bitField0_ & 0x00000100) != 0)) {
unlockedPointList_ = mutableCopy(unlockedPointList_);
bitField0_ |= 0x00000100;
}
}
/**
* repeated uint32 unlocked_point_list = 12;
* @return A list containing the unlockedPointList.
*/
public java.util.Listrepeated uint32 unlocked_point_list = 12;
* @return The count of unlockedPointList.
*/
public int getUnlockedPointListCount() {
return unlockedPointList_.size();
}
/**
* repeated uint32 unlocked_point_list = 12;
* @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);
}
/**
* repeated uint32 unlocked_point_list = 12;
* @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;
}
/**
* repeated uint32 unlocked_point_list = 12;
* @param value The unlockedPointList to add.
* @return This builder for chaining.
*/
public Builder addUnlockedPointList(int value) {
ensureUnlockedPointListIsMutable();
unlockedPointList_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 unlocked_point_list = 12;
* @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;
}
/**
* repeated uint32 unlocked_point_list = 12;
* @return This builder for chaining.
*/
public Builder clearUnlockedPointList() {
unlockedPointList_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000100);
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