getLIACDMDJOEGList();
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return The count of lIACDMDJOEG.
*/
int getLIACDMDJOEGCount();
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param index The index of the element to return.
* @return The lIACDMDJOEG at the given index.
*/
int getLIACDMDJOEG(int index);
}
/**
*
* CmdId: 1309
* Obf: NNIHAPEMJIO
*
*
* Protobuf type {@code RogueDiaryDungeonInfoNotify}
*/
public static final class RogueDiaryDungeonInfoNotify extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:RogueDiaryDungeonInfoNotify)
RogueDiaryDungeonInfoNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use RogueDiaryDungeonInfoNotify.newBuilder() to construct.
private RogueDiaryDungeonInfoNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RogueDiaryDungeonInfoNotify() {
roomList_ = java.util.Collections.emptyList();
cLLHDAGJKPH_ = emptyIntList();
lIACDMDJOEG_ = emptyIntList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RogueDiaryDungeonInfoNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private RogueDiaryDungeonInfoNotify(
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 24: {
stageId_ = input.readUInt32();
break;
}
case 32: {
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
lIACDMDJOEG_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
lIACDMDJOEG_.addInt(input.readUInt32());
break;
}
case 34: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) {
lIACDMDJOEG_ = newIntList();
mutable_bitField0_ |= 0x00000004;
}
while (input.getBytesUntilLimit() > 0) {
lIACDMDJOEG_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 48: {
curRoom_ = input.readUInt32();
break;
}
case 56: {
curRound_ = input.readUInt32();
break;
}
case 72: {
difficulty_ = input.readUInt32();
break;
}
case 80: {
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
cLLHDAGJKPH_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
cLLHDAGJKPH_.addInt(input.readUInt32());
break;
}
case 82: {
int length = input.readRawVarint32();
int limit = input.pushLimit(length);
if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) {
cLLHDAGJKPH_ = newIntList();
mutable_bitField0_ |= 0x00000002;
}
while (input.getBytesUntilLimit() > 0) {
cLLHDAGJKPH_.addInt(input.readUInt32());
}
input.popLimit(limit);
break;
}
case 88: {
dungeonId_ = input.readUInt32();
break;
}
case 98: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
roomList_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
roomList_.add(
input.readMessage(emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.parser(), extensionRegistry));
break;
}
case 104: {
coin_ = input.readUInt32();
break;
}
case 112: {
time_ = input.readUInt32();
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_ & 0x00000004) != 0)) {
lIACDMDJOEG_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000002) != 0)) {
cLLHDAGJKPH_.makeImmutable(); // C
}
if (((mutable_bitField0_ & 0x00000001) != 0)) {
roomList_ = java.util.Collections.unmodifiableList(roomList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.internal_static_RogueDiaryDungeonInfoNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.internal_static_RogueDiaryDungeonInfoNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.class, emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.Builder.class);
}
public static final int TIME_FIELD_NUMBER = 14;
private int time_;
/**
* uint32 time = 14;
* @return The time.
*/
@java.lang.Override
public int getTime() {
return time_;
}
public static final int DUNGEON_ID_FIELD_NUMBER = 11;
private int dungeonId_;
/**
* uint32 dungeon_id = 11;
* @return The dungeonId.
*/
@java.lang.Override
public int getDungeonId() {
return dungeonId_;
}
public static final int ROOM_LIST_FIELD_NUMBER = 12;
private java.util.List roomList_;
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
@java.lang.Override
public java.util.List getRoomListList() {
return roomList_;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
@java.lang.Override
public java.util.List extends emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder>
getRoomListOrBuilderList() {
return roomList_;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
@java.lang.Override
public int getRoomListCount() {
return roomList_.size();
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo getRoomList(int index) {
return roomList_.get(index);
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder getRoomListOrBuilder(
int index) {
return roomList_.get(index);
}
public static final int CUR_ROUND_FIELD_NUMBER = 7;
private int curRound_;
/**
* uint32 cur_round = 7;
* @return The curRound.
*/
@java.lang.Override
public int getCurRound() {
return curRound_;
}
public static final int CUR_ROOM_FIELD_NUMBER = 6;
private int curRoom_;
/**
* uint32 cur_room = 6;
* @return The curRoom.
*/
@java.lang.Override
public int getCurRoom() {
return curRoom_;
}
public static final int STAGE_ID_FIELD_NUMBER = 3;
private int stageId_;
/**
* uint32 stage_id = 3;
* @return The stageId.
*/
@java.lang.Override
public int getStageId() {
return stageId_;
}
public static final int DIFFICULTY_FIELD_NUMBER = 9;
private int difficulty_;
/**
* uint32 difficulty = 9;
* @return The difficulty.
*/
@java.lang.Override
public int getDifficulty() {
return difficulty_;
}
public static final int COIN_FIELD_NUMBER = 13;
private int coin_;
/**
* uint32 coin = 13;
* @return The coin.
*/
@java.lang.Override
public int getCoin() {
return coin_;
}
public static final int CLLHDAGJKPH_FIELD_NUMBER = 10;
private com.google.protobuf.Internal.IntList cLLHDAGJKPH_;
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @return A list containing the cLLHDAGJKPH.
*/
@java.lang.Override
public java.util.List
getCLLHDAGJKPHList() {
return cLLHDAGJKPH_;
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @return The count of cLLHDAGJKPH.
*/
public int getCLLHDAGJKPHCount() {
return cLLHDAGJKPH_.size();
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @param index The index of the element to return.
* @return The cLLHDAGJKPH at the given index.
*/
public int getCLLHDAGJKPH(int index) {
return cLLHDAGJKPH_.getInt(index);
}
private int cLLHDAGJKPHMemoizedSerializedSize = -1;
public static final int LIACDMDJOEG_FIELD_NUMBER = 4;
private com.google.protobuf.Internal.IntList lIACDMDJOEG_;
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return A list containing the lIACDMDJOEG.
*/
@java.lang.Override
public java.util.List
getLIACDMDJOEGList() {
return lIACDMDJOEG_;
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return The count of lIACDMDJOEG.
*/
public int getLIACDMDJOEGCount() {
return lIACDMDJOEG_.size();
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param index The index of the element to return.
* @return The lIACDMDJOEG at the given index.
*/
public int getLIACDMDJOEG(int index) {
return lIACDMDJOEG_.getInt(index);
}
private int lIACDMDJOEGMemoizedSerializedSize = -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 (stageId_ != 0) {
output.writeUInt32(3, stageId_);
}
if (getLIACDMDJOEGList().size() > 0) {
output.writeUInt32NoTag(34);
output.writeUInt32NoTag(lIACDMDJOEGMemoizedSerializedSize);
}
for (int i = 0; i < lIACDMDJOEG_.size(); i++) {
output.writeUInt32NoTag(lIACDMDJOEG_.getInt(i));
}
if (curRoom_ != 0) {
output.writeUInt32(6, curRoom_);
}
if (curRound_ != 0) {
output.writeUInt32(7, curRound_);
}
if (difficulty_ != 0) {
output.writeUInt32(9, difficulty_);
}
if (getCLLHDAGJKPHList().size() > 0) {
output.writeUInt32NoTag(82);
output.writeUInt32NoTag(cLLHDAGJKPHMemoizedSerializedSize);
}
for (int i = 0; i < cLLHDAGJKPH_.size(); i++) {
output.writeUInt32NoTag(cLLHDAGJKPH_.getInt(i));
}
if (dungeonId_ != 0) {
output.writeUInt32(11, dungeonId_);
}
for (int i = 0; i < roomList_.size(); i++) {
output.writeMessage(12, roomList_.get(i));
}
if (coin_ != 0) {
output.writeUInt32(13, coin_);
}
if (time_ != 0) {
output.writeUInt32(14, time_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (stageId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, stageId_);
}
{
int dataSize = 0;
for (int i = 0; i < lIACDMDJOEG_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(lIACDMDJOEG_.getInt(i));
}
size += dataSize;
if (!getLIACDMDJOEGList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
lIACDMDJOEGMemoizedSerializedSize = dataSize;
}
if (curRoom_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, curRoom_);
}
if (curRound_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, curRound_);
}
if (difficulty_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, difficulty_);
}
{
int dataSize = 0;
for (int i = 0; i < cLLHDAGJKPH_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(cLLHDAGJKPH_.getInt(i));
}
size += dataSize;
if (!getCLLHDAGJKPHList().isEmpty()) {
size += 1;
size += com.google.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
cLLHDAGJKPHMemoizedSerializedSize = dataSize;
}
if (dungeonId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, dungeonId_);
}
for (int i = 0; i < roomList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, roomList_.get(i));
}
if (coin_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, coin_);
}
if (time_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(14, time_);
}
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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify other = (emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify) obj;
if (getTime()
!= other.getTime()) return false;
if (getDungeonId()
!= other.getDungeonId()) return false;
if (!getRoomListList()
.equals(other.getRoomListList())) return false;
if (getCurRound()
!= other.getCurRound()) return false;
if (getCurRoom()
!= other.getCurRoom()) return false;
if (getStageId()
!= other.getStageId()) return false;
if (getDifficulty()
!= other.getDifficulty()) return false;
if (getCoin()
!= other.getCoin()) return false;
if (!getCLLHDAGJKPHList()
.equals(other.getCLLHDAGJKPHList())) return false;
if (!getLIACDMDJOEGList()
.equals(other.getLIACDMDJOEGList())) 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) + TIME_FIELD_NUMBER;
hash = (53 * hash) + getTime();
hash = (37 * hash) + DUNGEON_ID_FIELD_NUMBER;
hash = (53 * hash) + getDungeonId();
if (getRoomListCount() > 0) {
hash = (37 * hash) + ROOM_LIST_FIELD_NUMBER;
hash = (53 * hash) + getRoomListList().hashCode();
}
hash = (37 * hash) + CUR_ROUND_FIELD_NUMBER;
hash = (53 * hash) + getCurRound();
hash = (37 * hash) + CUR_ROOM_FIELD_NUMBER;
hash = (53 * hash) + getCurRoom();
hash = (37 * hash) + STAGE_ID_FIELD_NUMBER;
hash = (53 * hash) + getStageId();
hash = (37 * hash) + DIFFICULTY_FIELD_NUMBER;
hash = (53 * hash) + getDifficulty();
hash = (37 * hash) + COIN_FIELD_NUMBER;
hash = (53 * hash) + getCoin();
if (getCLLHDAGJKPHCount() > 0) {
hash = (37 * hash) + CLLHDAGJKPH_FIELD_NUMBER;
hash = (53 * hash) + getCLLHDAGJKPHList().hashCode();
}
if (getLIACDMDJOEGCount() > 0) {
hash = (37 * hash) + LIACDMDJOEG_FIELD_NUMBER;
hash = (53 * hash) + getLIACDMDJOEGList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify 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: 1309
* Obf: NNIHAPEMJIO
*
*
* Protobuf type {@code RogueDiaryDungeonInfoNotify}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:RogueDiaryDungeonInfoNotify)
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotifyOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.internal_static_RogueDiaryDungeonInfoNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.internal_static_RogueDiaryDungeonInfoNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.class, emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.Builder.class);
}
// Construct using emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getRoomListFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
time_ = 0;
dungeonId_ = 0;
if (roomListBuilder_ == null) {
roomList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
roomListBuilder_.clear();
}
curRound_ = 0;
curRoom_ = 0;
stageId_ = 0;
difficulty_ = 0;
coin_ = 0;
cLLHDAGJKPH_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
lIACDMDJOEG_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.internal_static_RogueDiaryDungeonInfoNotify_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify getDefaultInstanceForType() {
return emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify build() {
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify buildPartial() {
emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify result = new emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify(this);
int from_bitField0_ = bitField0_;
result.time_ = time_;
result.dungeonId_ = dungeonId_;
if (roomListBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
roomList_ = java.util.Collections.unmodifiableList(roomList_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.roomList_ = roomList_;
} else {
result.roomList_ = roomListBuilder_.build();
}
result.curRound_ = curRound_;
result.curRoom_ = curRoom_;
result.stageId_ = stageId_;
result.difficulty_ = difficulty_;
result.coin_ = coin_;
if (((bitField0_ & 0x00000002) != 0)) {
cLLHDAGJKPH_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000002);
}
result.cLLHDAGJKPH_ = cLLHDAGJKPH_;
if (((bitField0_ & 0x00000004) != 0)) {
lIACDMDJOEG_.makeImmutable();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.lIACDMDJOEG_ = lIACDMDJOEG_;
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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify) {
return mergeFrom((emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify other) {
if (other == emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify.getDefaultInstance()) return this;
if (other.getTime() != 0) {
setTime(other.getTime());
}
if (other.getDungeonId() != 0) {
setDungeonId(other.getDungeonId());
}
if (roomListBuilder_ == null) {
if (!other.roomList_.isEmpty()) {
if (roomList_.isEmpty()) {
roomList_ = other.roomList_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureRoomListIsMutable();
roomList_.addAll(other.roomList_);
}
onChanged();
}
} else {
if (!other.roomList_.isEmpty()) {
if (roomListBuilder_.isEmpty()) {
roomListBuilder_.dispose();
roomListBuilder_ = null;
roomList_ = other.roomList_;
bitField0_ = (bitField0_ & ~0x00000001);
roomListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getRoomListFieldBuilder() : null;
} else {
roomListBuilder_.addAllMessages(other.roomList_);
}
}
}
if (other.getCurRound() != 0) {
setCurRound(other.getCurRound());
}
if (other.getCurRoom() != 0) {
setCurRoom(other.getCurRoom());
}
if (other.getStageId() != 0) {
setStageId(other.getStageId());
}
if (other.getDifficulty() != 0) {
setDifficulty(other.getDifficulty());
}
if (other.getCoin() != 0) {
setCoin(other.getCoin());
}
if (!other.cLLHDAGJKPH_.isEmpty()) {
if (cLLHDAGJKPH_.isEmpty()) {
cLLHDAGJKPH_ = other.cLLHDAGJKPH_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureCLLHDAGJKPHIsMutable();
cLLHDAGJKPH_.addAll(other.cLLHDAGJKPH_);
}
onChanged();
}
if (!other.lIACDMDJOEG_.isEmpty()) {
if (lIACDMDJOEG_.isEmpty()) {
lIACDMDJOEG_ = other.lIACDMDJOEG_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureLIACDMDJOEGIsMutable();
lIACDMDJOEG_.addAll(other.lIACDMDJOEG_);
}
onChanged();
}
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.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int time_ ;
/**
* uint32 time = 14;
* @return The time.
*/
@java.lang.Override
public int getTime() {
return time_;
}
/**
* uint32 time = 14;
* @param value The time to set.
* @return This builder for chaining.
*/
public Builder setTime(int value) {
time_ = value;
onChanged();
return this;
}
/**
* uint32 time = 14;
* @return This builder for chaining.
*/
public Builder clearTime() {
time_ = 0;
onChanged();
return this;
}
private int dungeonId_ ;
/**
* uint32 dungeon_id = 11;
* @return The dungeonId.
*/
@java.lang.Override
public int getDungeonId() {
return dungeonId_;
}
/**
* uint32 dungeon_id = 11;
* @param value The dungeonId to set.
* @return This builder for chaining.
*/
public Builder setDungeonId(int value) {
dungeonId_ = value;
onChanged();
return this;
}
/**
* uint32 dungeon_id = 11;
* @return This builder for chaining.
*/
public Builder clearDungeonId() {
dungeonId_ = 0;
onChanged();
return this;
}
private java.util.List roomList_ =
java.util.Collections.emptyList();
private void ensureRoomListIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
roomList_ = new java.util.ArrayList(roomList_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder> roomListBuilder_;
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public java.util.List getRoomListList() {
if (roomListBuilder_ == null) {
return java.util.Collections.unmodifiableList(roomList_);
} else {
return roomListBuilder_.getMessageList();
}
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public int getRoomListCount() {
if (roomListBuilder_ == null) {
return roomList_.size();
} else {
return roomListBuilder_.getCount();
}
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo getRoomList(int index) {
if (roomListBuilder_ == null) {
return roomList_.get(index);
} else {
return roomListBuilder_.getMessage(index);
}
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder setRoomList(
int index, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo value) {
if (roomListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRoomListIsMutable();
roomList_.set(index, value);
onChanged();
} else {
roomListBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder setRoomList(
int index, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder builderForValue) {
if (roomListBuilder_ == null) {
ensureRoomListIsMutable();
roomList_.set(index, builderForValue.build());
onChanged();
} else {
roomListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder addRoomList(emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo value) {
if (roomListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRoomListIsMutable();
roomList_.add(value);
onChanged();
} else {
roomListBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder addRoomList(
int index, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo value) {
if (roomListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRoomListIsMutable();
roomList_.add(index, value);
onChanged();
} else {
roomListBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder addRoomList(
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder builderForValue) {
if (roomListBuilder_ == null) {
ensureRoomListIsMutable();
roomList_.add(builderForValue.build());
onChanged();
} else {
roomListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder addRoomList(
int index, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder builderForValue) {
if (roomListBuilder_ == null) {
ensureRoomListIsMutable();
roomList_.add(index, builderForValue.build());
onChanged();
} else {
roomListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder addAllRoomList(
java.lang.Iterable extends emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo> values) {
if (roomListBuilder_ == null) {
ensureRoomListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, roomList_);
onChanged();
} else {
roomListBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder clearRoomList() {
if (roomListBuilder_ == null) {
roomList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
roomListBuilder_.clear();
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public Builder removeRoomList(int index) {
if (roomListBuilder_ == null) {
ensureRoomListIsMutable();
roomList_.remove(index);
onChanged();
} else {
roomListBuilder_.remove(index);
}
return this;
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder getRoomListBuilder(
int index) {
return getRoomListFieldBuilder().getBuilder(index);
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder getRoomListOrBuilder(
int index) {
if (roomListBuilder_ == null) {
return roomList_.get(index); } else {
return roomListBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public java.util.List extends emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder>
getRoomListOrBuilderList() {
if (roomListBuilder_ != null) {
return roomListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(roomList_);
}
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder addRoomListBuilder() {
return getRoomListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.getDefaultInstance());
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder addRoomListBuilder(
int index) {
return getRoomListFieldBuilder().addBuilder(
index, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.getDefaultInstance());
}
/**
* repeated .RogueDiaryRoomInfo room_list = 12;
*/
public java.util.List
getRoomListBuilderList() {
return getRoomListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder>
getRoomListFieldBuilder() {
if (roomListBuilder_ == null) {
roomListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfo.Builder, emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.RogueDiaryRoomInfoOrBuilder>(
roomList_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
roomList_ = null;
}
return roomListBuilder_;
}
private int curRound_ ;
/**
* uint32 cur_round = 7;
* @return The curRound.
*/
@java.lang.Override
public int getCurRound() {
return curRound_;
}
/**
* uint32 cur_round = 7;
* @param value The curRound to set.
* @return This builder for chaining.
*/
public Builder setCurRound(int value) {
curRound_ = value;
onChanged();
return this;
}
/**
* uint32 cur_round = 7;
* @return This builder for chaining.
*/
public Builder clearCurRound() {
curRound_ = 0;
onChanged();
return this;
}
private int curRoom_ ;
/**
* uint32 cur_room = 6;
* @return The curRoom.
*/
@java.lang.Override
public int getCurRoom() {
return curRoom_;
}
/**
* uint32 cur_room = 6;
* @param value The curRoom to set.
* @return This builder for chaining.
*/
public Builder setCurRoom(int value) {
curRoom_ = value;
onChanged();
return this;
}
/**
* uint32 cur_room = 6;
* @return This builder for chaining.
*/
public Builder clearCurRoom() {
curRoom_ = 0;
onChanged();
return this;
}
private int stageId_ ;
/**
* uint32 stage_id = 3;
* @return The stageId.
*/
@java.lang.Override
public int getStageId() {
return stageId_;
}
/**
* uint32 stage_id = 3;
* @param value The stageId to set.
* @return This builder for chaining.
*/
public Builder setStageId(int value) {
stageId_ = value;
onChanged();
return this;
}
/**
* uint32 stage_id = 3;
* @return This builder for chaining.
*/
public Builder clearStageId() {
stageId_ = 0;
onChanged();
return this;
}
private int difficulty_ ;
/**
* uint32 difficulty = 9;
* @return The difficulty.
*/
@java.lang.Override
public int getDifficulty() {
return difficulty_;
}
/**
* uint32 difficulty = 9;
* @param value The difficulty to set.
* @return This builder for chaining.
*/
public Builder setDifficulty(int value) {
difficulty_ = value;
onChanged();
return this;
}
/**
* uint32 difficulty = 9;
* @return This builder for chaining.
*/
public Builder clearDifficulty() {
difficulty_ = 0;
onChanged();
return this;
}
private int coin_ ;
/**
* uint32 coin = 13;
* @return The coin.
*/
@java.lang.Override
public int getCoin() {
return coin_;
}
/**
* uint32 coin = 13;
* @param value The coin to set.
* @return This builder for chaining.
*/
public Builder setCoin(int value) {
coin_ = value;
onChanged();
return this;
}
/**
* uint32 coin = 13;
* @return This builder for chaining.
*/
public Builder clearCoin() {
coin_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList cLLHDAGJKPH_ = emptyIntList();
private void ensureCLLHDAGJKPHIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
cLLHDAGJKPH_ = mutableCopy(cLLHDAGJKPH_);
bitField0_ |= 0x00000002;
}
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @return A list containing the cLLHDAGJKPH.
*/
public java.util.List
getCLLHDAGJKPHList() {
return ((bitField0_ & 0x00000002) != 0) ?
java.util.Collections.unmodifiableList(cLLHDAGJKPH_) : cLLHDAGJKPH_;
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @return The count of cLLHDAGJKPH.
*/
public int getCLLHDAGJKPHCount() {
return cLLHDAGJKPH_.size();
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @param index The index of the element to return.
* @return The cLLHDAGJKPH at the given index.
*/
public int getCLLHDAGJKPH(int index) {
return cLLHDAGJKPH_.getInt(index);
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @param index The index to set the value at.
* @param value The cLLHDAGJKPH to set.
* @return This builder for chaining.
*/
public Builder setCLLHDAGJKPH(
int index, int value) {
ensureCLLHDAGJKPHIsMutable();
cLLHDAGJKPH_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @param value The cLLHDAGJKPH to add.
* @return This builder for chaining.
*/
public Builder addCLLHDAGJKPH(int value) {
ensureCLLHDAGJKPHIsMutable();
cLLHDAGJKPH_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @param values The cLLHDAGJKPH to add.
* @return This builder for chaining.
*/
public Builder addAllCLLHDAGJKPH(
java.lang.Iterable extends java.lang.Integer> values) {
ensureCLLHDAGJKPHIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, cLLHDAGJKPH_);
onChanged();
return this;
}
/**
* repeated uint32 CLLHDAGJKPH = 10;
* @return This builder for chaining.
*/
public Builder clearCLLHDAGJKPH() {
cLLHDAGJKPH_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
private com.google.protobuf.Internal.IntList lIACDMDJOEG_ = emptyIntList();
private void ensureLIACDMDJOEGIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
lIACDMDJOEG_ = mutableCopy(lIACDMDJOEG_);
bitField0_ |= 0x00000004;
}
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return A list containing the lIACDMDJOEG.
*/
public java.util.List
getLIACDMDJOEGList() {
return ((bitField0_ & 0x00000004) != 0) ?
java.util.Collections.unmodifiableList(lIACDMDJOEG_) : lIACDMDJOEG_;
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return The count of lIACDMDJOEG.
*/
public int getLIACDMDJOEGCount() {
return lIACDMDJOEG_.size();
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param index The index of the element to return.
* @return The lIACDMDJOEG at the given index.
*/
public int getLIACDMDJOEG(int index) {
return lIACDMDJOEG_.getInt(index);
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param index The index to set the value at.
* @param value The lIACDMDJOEG to set.
* @return This builder for chaining.
*/
public Builder setLIACDMDJOEG(
int index, int value) {
ensureLIACDMDJOEGIsMutable();
lIACDMDJOEG_.setInt(index, value);
onChanged();
return this;
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param value The lIACDMDJOEG to add.
* @return This builder for chaining.
*/
public Builder addLIACDMDJOEG(int value) {
ensureLIACDMDJOEGIsMutable();
lIACDMDJOEG_.addInt(value);
onChanged();
return this;
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @param values The lIACDMDJOEG to add.
* @return This builder for chaining.
*/
public Builder addAllLIACDMDJOEG(
java.lang.Iterable extends java.lang.Integer> values) {
ensureLIACDMDJOEGIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, lIACDMDJOEG_);
onChanged();
return this;
}
/**
* repeated uint32 LIACDMDJOEG = 4;
* @return This builder for chaining.
*/
public Builder clearLIACDMDJOEG() {
lIACDMDJOEG_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000004);
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:RogueDiaryDungeonInfoNotify)
}
// @@protoc_insertion_point(class_scope:RogueDiaryDungeonInfoNotify)
private static final emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify();
}
public static emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RogueDiaryDungeonInfoNotify parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new RogueDiaryDungeonInfoNotify(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.RogueDiaryDungeonInfoNotifyOuterClass.RogueDiaryDungeonInfoNotify getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_RogueDiaryDungeonInfoNotify_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_RogueDiaryDungeonInfoNotify_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!RogueDiaryDungeonInfoNotify.proto\032\030Rog" +
"ueDiaryRoomInfo.proto\"\352\001\n\033RogueDiaryDung" +
"eonInfoNotify\022\014\n\004time\030\016 \001(\r\022\022\n\ndungeon_i" +
"d\030\013 \001(\r\022&\n\troom_list\030\014 \003(\0132\023.RogueDiaryR" +
"oomInfo\022\021\n\tcur_round\030\007 \001(\r\022\020\n\010cur_room\030\006" +
" \001(\r\022\020\n\010stage_id\030\003 \001(\r\022\022\n\ndifficulty\030\t \001" +
"(\r\022\014\n\004coin\030\r \001(\r\022\023\n\013CLLHDAGJKPH\030\n \003(\r\022\023\n" +
"\013LIACDMDJOEG\030\004 \003(\rB\033\n\031emu.grasscutter.ne" +
"t.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.getDescriptor(),
});
internal_static_RogueDiaryDungeonInfoNotify_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_RogueDiaryDungeonInfoNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_RogueDiaryDungeonInfoNotify_descriptor,
new java.lang.String[] { "Time", "DungeonId", "RoomList", "CurRound", "CurRoom", "StageId", "Difficulty", "Coin", "CLLHDAGJKPH", "LIACDMDJOEG", });
emu.grasscutter.net.proto.RogueDiaryRoomInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}