mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 05:43:33 +08:00
Add new protocol definitions
This commit is contained in:
+146
-146
@@ -19,57 +19,57 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 level_id = 13;</code>
|
||||
* <code>uint32 level_id = 3;</code>
|
||||
* @return The levelId.
|
||||
*/
|
||||
int getLevelId();
|
||||
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 3;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
int getDifficultyLevel();
|
||||
|
||||
/**
|
||||
* <code>uint32 mode_id = 14;</code>
|
||||
* <code>uint32 mode_id = 9;</code>
|
||||
* @return The modeId.
|
||||
*/
|
||||
int getModeId();
|
||||
|
||||
/**
|
||||
* <code>uint32 stage_id = 10;</code>
|
||||
* <code>uint32 difficulty_level = 6;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
int getDifficultyLevel();
|
||||
|
||||
/**
|
||||
* <code>uint32 stage_id = 7;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
int getStageId();
|
||||
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar>
|
||||
getDungeonAvatarListList();
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar getDungeonAvatarList(int index);
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
int getDungeonAvatarListCount();
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder>
|
||||
getDungeonAvatarListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder getDungeonAvatarListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8386
|
||||
* Obf: DCHODDBCBDO
|
||||
* CmdId: 21097
|
||||
* Obf: FIIKFAIKOOE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PotionEnterDungeonNotify}
|
||||
@@ -118,12 +118,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 24: {
|
||||
|
||||
difficultyLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
case 18: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
dungeonAvatarList_ = new java.util.ArrayList<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -132,17 +127,22 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
stageId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 24: {
|
||||
|
||||
levelId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 112: {
|
||||
case 48: {
|
||||
|
||||
difficultyLevel_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
stageId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
modeId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -182,10 +182,10 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.PotionEnterDungeonNotifyOuterClass.PotionEnterDungeonNotify.class, emu.grasscutter.net.proto.PotionEnterDungeonNotifyOuterClass.PotionEnterDungeonNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int LEVEL_ID_FIELD_NUMBER = 13;
|
||||
public static final int LEVEL_ID_FIELD_NUMBER = 3;
|
||||
private int levelId_;
|
||||
/**
|
||||
* <code>uint32 level_id = 13;</code>
|
||||
* <code>uint32 level_id = 3;</code>
|
||||
* @return The levelId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -193,21 +193,10 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return levelId_;
|
||||
}
|
||||
|
||||
public static final int DIFFICULTY_LEVEL_FIELD_NUMBER = 3;
|
||||
private int difficultyLevel_;
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 3;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDifficultyLevel() {
|
||||
return difficultyLevel_;
|
||||
}
|
||||
|
||||
public static final int MODE_ID_FIELD_NUMBER = 14;
|
||||
public static final int MODE_ID_FIELD_NUMBER = 9;
|
||||
private int modeId_;
|
||||
/**
|
||||
* <code>uint32 mode_id = 14;</code>
|
||||
* <code>uint32 mode_id = 9;</code>
|
||||
* @return The modeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -215,10 +204,21 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return modeId_;
|
||||
}
|
||||
|
||||
public static final int STAGE_ID_FIELD_NUMBER = 10;
|
||||
public static final int DIFFICULTY_LEVEL_FIELD_NUMBER = 6;
|
||||
private int difficultyLevel_;
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 6;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDifficultyLevel() {
|
||||
return difficultyLevel_;
|
||||
}
|
||||
|
||||
public static final int STAGE_ID_FIELD_NUMBER = 7;
|
||||
private int stageId_;
|
||||
/**
|
||||
* <code>uint32 stage_id = 10;</code>
|
||||
* <code>uint32 stage_id = 7;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -226,17 +226,17 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return stageId_;
|
||||
}
|
||||
|
||||
public static final int DUNGEON_AVATAR_LIST_FIELD_NUMBER = 4;
|
||||
public static final int DUNGEON_AVATAR_LIST_FIELD_NUMBER = 2;
|
||||
private java.util.List<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar> dungeonAvatarList_;
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar> getDungeonAvatarListList() {
|
||||
return dungeonAvatarList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder>
|
||||
@@ -244,21 +244,21 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return dungeonAvatarList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonAvatarListCount() {
|
||||
return dungeonAvatarList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar getDungeonAvatarList(int index) {
|
||||
return dungeonAvatarList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder getDungeonAvatarListOrBuilder(
|
||||
@@ -280,20 +280,20 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (difficultyLevel_ != 0) {
|
||||
output.writeUInt32(3, difficultyLevel_);
|
||||
}
|
||||
for (int i = 0; i < dungeonAvatarList_.size(); i++) {
|
||||
output.writeMessage(4, dungeonAvatarList_.get(i));
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
output.writeUInt32(10, stageId_);
|
||||
output.writeMessage(2, dungeonAvatarList_.get(i));
|
||||
}
|
||||
if (levelId_ != 0) {
|
||||
output.writeUInt32(13, levelId_);
|
||||
output.writeUInt32(3, levelId_);
|
||||
}
|
||||
if (difficultyLevel_ != 0) {
|
||||
output.writeUInt32(6, difficultyLevel_);
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
output.writeUInt32(7, stageId_);
|
||||
}
|
||||
if (modeId_ != 0) {
|
||||
output.writeUInt32(14, modeId_);
|
||||
output.writeUInt32(9, modeId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -304,25 +304,25 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (difficultyLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, difficultyLevel_);
|
||||
}
|
||||
for (int i = 0; i < dungeonAvatarList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(4, dungeonAvatarList_.get(i));
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(10, stageId_);
|
||||
.computeMessageSize(2, dungeonAvatarList_.get(i));
|
||||
}
|
||||
if (levelId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, levelId_);
|
||||
.computeUInt32Size(3, levelId_);
|
||||
}
|
||||
if (difficultyLevel_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, difficultyLevel_);
|
||||
}
|
||||
if (stageId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, stageId_);
|
||||
}
|
||||
if (modeId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, modeId_);
|
||||
.computeUInt32Size(9, modeId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -341,10 +341,10 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
|
||||
if (getLevelId()
|
||||
!= other.getLevelId()) return false;
|
||||
if (getDifficultyLevel()
|
||||
!= other.getDifficultyLevel()) return false;
|
||||
if (getModeId()
|
||||
!= other.getModeId()) return false;
|
||||
if (getDifficultyLevel()
|
||||
!= other.getDifficultyLevel()) return false;
|
||||
if (getStageId()
|
||||
!= other.getStageId()) return false;
|
||||
if (!getDungeonAvatarListList()
|
||||
@@ -362,10 +362,10 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + LEVEL_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLevelId();
|
||||
hash = (37 * hash) + DIFFICULTY_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDifficultyLevel();
|
||||
hash = (37 * hash) + MODE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModeId();
|
||||
hash = (37 * hash) + DIFFICULTY_LEVEL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDifficultyLevel();
|
||||
hash = (37 * hash) + STAGE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStageId();
|
||||
if (getDungeonAvatarListCount() > 0) {
|
||||
@@ -469,8 +469,8 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8386
|
||||
* Obf: DCHODDBCBDO
|
||||
* CmdId: 21097
|
||||
* Obf: FIIKFAIKOOE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PotionEnterDungeonNotify}
|
||||
@@ -513,10 +513,10 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
super.clear();
|
||||
levelId_ = 0;
|
||||
|
||||
difficultyLevel_ = 0;
|
||||
|
||||
modeId_ = 0;
|
||||
|
||||
difficultyLevel_ = 0;
|
||||
|
||||
stageId_ = 0;
|
||||
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -553,8 +553,8 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.PotionEnterDungeonNotifyOuterClass.PotionEnterDungeonNotify result = new emu.grasscutter.net.proto.PotionEnterDungeonNotifyOuterClass.PotionEnterDungeonNotify(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.levelId_ = levelId_;
|
||||
result.difficultyLevel_ = difficultyLevel_;
|
||||
result.modeId_ = modeId_;
|
||||
result.difficultyLevel_ = difficultyLevel_;
|
||||
result.stageId_ = stageId_;
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
@@ -616,12 +616,12 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
if (other.getLevelId() != 0) {
|
||||
setLevelId(other.getLevelId());
|
||||
}
|
||||
if (other.getDifficultyLevel() != 0) {
|
||||
setDifficultyLevel(other.getDifficultyLevel());
|
||||
}
|
||||
if (other.getModeId() != 0) {
|
||||
setModeId(other.getModeId());
|
||||
}
|
||||
if (other.getDifficultyLevel() != 0) {
|
||||
setDifficultyLevel(other.getDifficultyLevel());
|
||||
}
|
||||
if (other.getStageId() != 0) {
|
||||
setStageId(other.getStageId());
|
||||
}
|
||||
@@ -683,7 +683,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
|
||||
private int levelId_ ;
|
||||
/**
|
||||
* <code>uint32 level_id = 13;</code>
|
||||
* <code>uint32 level_id = 3;</code>
|
||||
* @return The levelId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -691,7 +691,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return levelId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level_id = 13;</code>
|
||||
* <code>uint32 level_id = 3;</code>
|
||||
* @param value The levelId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -702,7 +702,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 level_id = 13;</code>
|
||||
* <code>uint32 level_id = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLevelId() {
|
||||
@@ -712,40 +712,9 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int difficultyLevel_ ;
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 3;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDifficultyLevel() {
|
||||
return difficultyLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 3;</code>
|
||||
* @param value The difficultyLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDifficultyLevel(int value) {
|
||||
|
||||
difficultyLevel_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDifficultyLevel() {
|
||||
|
||||
difficultyLevel_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int modeId_ ;
|
||||
/**
|
||||
* <code>uint32 mode_id = 14;</code>
|
||||
* <code>uint32 mode_id = 9;</code>
|
||||
* @return The modeId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -753,7 +722,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return modeId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 mode_id = 14;</code>
|
||||
* <code>uint32 mode_id = 9;</code>
|
||||
* @param value The modeId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -764,7 +733,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 mode_id = 14;</code>
|
||||
* <code>uint32 mode_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearModeId() {
|
||||
@@ -774,9 +743,40 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int difficultyLevel_ ;
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 6;</code>
|
||||
* @return The difficultyLevel.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDifficultyLevel() {
|
||||
return difficultyLevel_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 6;</code>
|
||||
* @param value The difficultyLevel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDifficultyLevel(int value) {
|
||||
|
||||
difficultyLevel_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 difficulty_level = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDifficultyLevel() {
|
||||
|
||||
difficultyLevel_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int stageId_ ;
|
||||
/**
|
||||
* <code>uint32 stage_id = 10;</code>
|
||||
* <code>uint32 stage_id = 7;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -784,7 +784,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return stageId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 10;</code>
|
||||
* <code>uint32 stage_id = 7;</code>
|
||||
* @param value The stageId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -795,7 +795,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 10;</code>
|
||||
* <code>uint32 stage_id = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStageId() {
|
||||
@@ -818,7 +818,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder> dungeonAvatarListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar> getDungeonAvatarListList() {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -828,7 +828,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public int getDungeonAvatarListCount() {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -838,7 +838,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar getDungeonAvatarList(int index) {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -848,7 +848,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder setDungeonAvatarList(
|
||||
int index, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar value) {
|
||||
@@ -865,7 +865,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder setDungeonAvatarList(
|
||||
int index, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder builderForValue) {
|
||||
@@ -879,7 +879,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder addDungeonAvatarList(emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar value) {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -895,7 +895,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder addDungeonAvatarList(
|
||||
int index, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar value) {
|
||||
@@ -912,7 +912,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder addDungeonAvatarList(
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder builderForValue) {
|
||||
@@ -926,7 +926,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder addDungeonAvatarList(
|
||||
int index, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder builderForValue) {
|
||||
@@ -940,7 +940,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder addAllDungeonAvatarList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar> values) {
|
||||
@@ -955,7 +955,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder clearDungeonAvatarList() {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -968,7 +968,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public Builder removeDungeonAvatarList(int index) {
|
||||
if (dungeonAvatarListBuilder_ == null) {
|
||||
@@ -981,14 +981,14 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder getDungeonAvatarListBuilder(
|
||||
int index) {
|
||||
return getDungeonAvatarListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder getDungeonAvatarListOrBuilder(
|
||||
int index) {
|
||||
@@ -998,7 +998,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatarOrBuilder>
|
||||
getDungeonAvatarListOrBuilderList() {
|
||||
@@ -1009,14 +1009,14 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder addDungeonAvatarListBuilder() {
|
||||
return getDungeonAvatarListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder addDungeonAvatarListBuilder(
|
||||
int index) {
|
||||
@@ -1024,7 +1024,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 4;</code>
|
||||
* <code>repeated .PotionDungeonAvatar dungeon_avatar_list = 2;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.PotionDungeonAvatar.Builder>
|
||||
getDungeonAvatarListBuilderList() {
|
||||
@@ -1113,9 +1113,9 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036PotionEnterDungeonNotify.proto\032\031Potion" +
|
||||
"DungeonAvatar.proto\"\234\001\n\030PotionEnterDunge" +
|
||||
"onNotify\022\020\n\010level_id\030\r \001(\r\022\030\n\020difficulty" +
|
||||
"_level\030\003 \001(\r\022\017\n\007mode_id\030\016 \001(\r\022\020\n\010stage_i" +
|
||||
"d\030\n \001(\r\0221\n\023dungeon_avatar_list\030\004 \003(\0132\024.P" +
|
||||
"onNotify\022\020\n\010level_id\030\003 \001(\r\022\017\n\007mode_id\030\t " +
|
||||
"\001(\r\022\030\n\020difficulty_level\030\006 \001(\r\022\020\n\010stage_i" +
|
||||
"d\030\007 \001(\r\0221\n\023dungeon_avatar_list\030\002 \003(\0132\024.P" +
|
||||
"otionDungeonAvatarB\033\n\031emu.grasscutter.ne" +
|
||||
"t.protob\006proto3"
|
||||
};
|
||||
@@ -1129,7 +1129,7 @@ public final class PotionEnterDungeonNotifyOuterClass {
|
||||
internal_static_PotionEnterDungeonNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_PotionEnterDungeonNotify_descriptor,
|
||||
new java.lang.String[] { "LevelId", "DifficultyLevel", "ModeId", "StageId", "DungeonAvatarList", });
|
||||
new java.lang.String[] { "LevelId", "ModeId", "DifficultyLevel", "StageId", "DungeonAvatarList", });
|
||||
emu.grasscutter.net.proto.PotionDungeonAvatarOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user