mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 19:49:50 +08:00
Add support for v3.5.0 (#2090)
* Fix Dvalin battle See https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/25. This is entirely untested and there's a 99% chance it's broken, I'm just submitting it as a draft PR so that I don't forget about its existence. Co-Authored-By: mjolsic <21289772+mjolsic@users.noreply.github.com> * Update protos * 3.4 protos * Fix Now builds successfully, don't have the time to check if I should have specified true instead of false for withChildQuests, or if this functions as intended. * Change from false to true Per what smileoflove has been told on Discord * 3.5 * Remove the Dvalin crap from this PR Git is so confusing * Update version * Apply README changes from `origin/development` * Remove unnecessary debugging information --------- Co-authored-by: mjolsic <21289772+mjolsic@users.noreply.github.com> Co-authored-by: KingRainbow44 <kobedo11@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
922f7bca51
commit
516e5975e1
+107
-238
@@ -19,33 +19,38 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 dungeonId = 2;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
int getDungeonId();
|
||||
|
||||
/**
|
||||
* <code>uint32 pointId = 9;</code>
|
||||
* <code>uint32 point_id = 15;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
int getPointId();
|
||||
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return Whether the enterPosInfo field is set.
|
||||
*/
|
||||
boolean hasEnterPosInfo();
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return The enterPosInfo.
|
||||
*/
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo getEnterPosInfo();
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder getEnterPosInfoOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 4;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
int getDungeonId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GDNFLHKNFHC
|
||||
* CmdId: 954
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PlayerEnterDungeonReq}
|
||||
*/
|
||||
public static final class PlayerEnterDungeonReq extends
|
||||
@@ -90,12 +95,12 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 16: {
|
||||
case 32: {
|
||||
|
||||
dungeonId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
case 98: {
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.Builder subBuilder = null;
|
||||
if (enterPosInfo_ != null) {
|
||||
subBuilder = enterPosInfo_.toBuilder();
|
||||
@@ -108,7 +113,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 120: {
|
||||
|
||||
pointId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -145,160 +150,10 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq.class, emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq.Builder.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Protobuf enum {@code PlayerEnterDungeonReq.IGBPMBLKBOF}
|
||||
*/
|
||||
public enum IGBPMBLKBOF
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 987;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 987),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final IGBPMBLKBOF DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final IGBPMBLKBOF EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 987;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 987;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final int EAJIABGAOCI_VALUE = 1;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static IGBPMBLKBOF valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static IGBPMBLKBOF forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 987: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<IGBPMBLKBOF>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
IGBPMBLKBOF> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<IGBPMBLKBOF>() {
|
||||
public IGBPMBLKBOF findValueByNumber(int number) {
|
||||
return IGBPMBLKBOF.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(index);
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final IGBPMBLKBOF[] VALUES = getStaticValuesArray();
|
||||
private static IGBPMBLKBOF[] getStaticValuesArray() {
|
||||
return new IGBPMBLKBOF[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static IGBPMBLKBOF valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int index;
|
||||
private final int value;
|
||||
|
||||
private IGBPMBLKBOF(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:PlayerEnterDungeonReq.IGBPMBLKBOF)
|
||||
}
|
||||
|
||||
public static final int DUNGEONID_FIELD_NUMBER = 2;
|
||||
private int dungeonId_;
|
||||
/**
|
||||
* <code>uint32 dungeonId = 2;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
|
||||
public static final int POINTID_FIELD_NUMBER = 9;
|
||||
public static final int POINT_ID_FIELD_NUMBER = 15;
|
||||
private int pointId_;
|
||||
/**
|
||||
* <code>uint32 pointId = 9;</code>
|
||||
* <code>uint32 point_id = 15;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -306,10 +161,10 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return pointId_;
|
||||
}
|
||||
|
||||
public static final int ENTERPOSINFO_FIELD_NUMBER = 4;
|
||||
public static final int ENTER_POS_INFO_FIELD_NUMBER = 12;
|
||||
private emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo enterPosInfo_;
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return Whether the enterPosInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -317,7 +172,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return enterPosInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return The enterPosInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -325,13 +180,24 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return enterPosInfo_ == null ? emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.getDefaultInstance() : enterPosInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder getEnterPosInfoOrBuilder() {
|
||||
return getEnterPosInfo();
|
||||
}
|
||||
|
||||
public static final int DUNGEON_ID_FIELD_NUMBER = 4;
|
||||
private int dungeonId_;
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 4;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -347,13 +213,13 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (dungeonId_ != 0) {
|
||||
output.writeUInt32(2, dungeonId_);
|
||||
output.writeUInt32(4, dungeonId_);
|
||||
}
|
||||
if (enterPosInfo_ != null) {
|
||||
output.writeMessage(4, getEnterPosInfo());
|
||||
output.writeMessage(12, getEnterPosInfo());
|
||||
}
|
||||
if (pointId_ != 0) {
|
||||
output.writeUInt32(9, pointId_);
|
||||
output.writeUInt32(15, pointId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -366,15 +232,15 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
size = 0;
|
||||
if (dungeonId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, dungeonId_);
|
||||
.computeUInt32Size(4, dungeonId_);
|
||||
}
|
||||
if (enterPosInfo_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(4, getEnterPosInfo());
|
||||
.computeMessageSize(12, getEnterPosInfo());
|
||||
}
|
||||
if (pointId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, pointId_);
|
||||
.computeUInt32Size(15, pointId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -391,8 +257,6 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq other = (emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq) obj;
|
||||
|
||||
if (getDungeonId()
|
||||
!= other.getDungeonId()) return false;
|
||||
if (getPointId()
|
||||
!= other.getPointId()) return false;
|
||||
if (hasEnterPosInfo() != other.hasEnterPosInfo()) return false;
|
||||
@@ -400,6 +264,8 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
if (!getEnterPosInfo()
|
||||
.equals(other.getEnterPosInfo())) return false;
|
||||
}
|
||||
if (getDungeonId()
|
||||
!= other.getDungeonId()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -411,14 +277,14 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + DUNGEONID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDungeonId();
|
||||
hash = (37 * hash) + POINTID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + POINT_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPointId();
|
||||
if (hasEnterPosInfo()) {
|
||||
hash = (37 * hash) + ENTERPOSINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + ENTER_POS_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEnterPosInfo().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + DUNGEON_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDungeonId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -515,6 +381,11 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: GDNFLHKNFHC
|
||||
* CmdId: 954
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PlayerEnterDungeonReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -552,8 +423,6 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
dungeonId_ = 0;
|
||||
|
||||
pointId_ = 0;
|
||||
|
||||
if (enterPosInfoBuilder_ == null) {
|
||||
@@ -562,6 +431,8 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
enterPosInfo_ = null;
|
||||
enterPosInfoBuilder_ = null;
|
||||
}
|
||||
dungeonId_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -588,13 +459,13 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq buildPartial() {
|
||||
emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq result = new emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq(this);
|
||||
result.dungeonId_ = dungeonId_;
|
||||
result.pointId_ = pointId_;
|
||||
if (enterPosInfoBuilder_ == null) {
|
||||
result.enterPosInfo_ = enterPosInfo_;
|
||||
} else {
|
||||
result.enterPosInfo_ = enterPosInfoBuilder_.build();
|
||||
}
|
||||
result.dungeonId_ = dungeonId_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -643,15 +514,15 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq other) {
|
||||
if (other == emu.grasscutter.net.proto.PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq.getDefaultInstance()) return this;
|
||||
if (other.getDungeonId() != 0) {
|
||||
setDungeonId(other.getDungeonId());
|
||||
}
|
||||
if (other.getPointId() != 0) {
|
||||
setPointId(other.getPointId());
|
||||
}
|
||||
if (other.hasEnterPosInfo()) {
|
||||
mergeEnterPosInfo(other.getEnterPosInfo());
|
||||
}
|
||||
if (other.getDungeonId() != 0) {
|
||||
setDungeonId(other.getDungeonId());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -681,40 +552,9 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int dungeonId_ ;
|
||||
/**
|
||||
* <code>uint32 dungeonId = 2;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeonId = 2;</code>
|
||||
* @param value The dungeonId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDungeonId(int value) {
|
||||
|
||||
dungeonId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeonId = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDungeonId() {
|
||||
|
||||
dungeonId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int pointId_ ;
|
||||
/**
|
||||
* <code>uint32 pointId = 9;</code>
|
||||
* <code>uint32 point_id = 15;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -722,7 +562,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return pointId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 pointId = 9;</code>
|
||||
* <code>uint32 point_id = 15;</code>
|
||||
* @param value The pointId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -733,7 +573,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 pointId = 9;</code>
|
||||
* <code>uint32 point_id = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPointId() {
|
||||
@@ -747,14 +587,14 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo, emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.Builder, emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder> enterPosInfoBuilder_;
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return Whether the enterPosInfo field is set.
|
||||
*/
|
||||
public boolean hasEnterPosInfo() {
|
||||
return enterPosInfoBuilder_ != null || enterPosInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
* @return The enterPosInfo.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo getEnterPosInfo() {
|
||||
@@ -765,7 +605,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public Builder setEnterPosInfo(emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo value) {
|
||||
if (enterPosInfoBuilder_ == null) {
|
||||
@@ -781,7 +621,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public Builder setEnterPosInfo(
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.Builder builderForValue) {
|
||||
@@ -795,7 +635,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public Builder mergeEnterPosInfo(emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo value) {
|
||||
if (enterPosInfoBuilder_ == null) {
|
||||
@@ -813,7 +653,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public Builder clearEnterPosInfo() {
|
||||
if (enterPosInfoBuilder_ == null) {
|
||||
@@ -827,7 +667,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.Builder getEnterPosInfoBuilder() {
|
||||
|
||||
@@ -835,7 +675,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
return getEnterPosInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder getEnterPosInfoOrBuilder() {
|
||||
if (enterPosInfoBuilder_ != null) {
|
||||
@@ -846,7 +686,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.DungeonEnterPosInfo enterPosInfo = 4;</code>
|
||||
* <code>.DungeonEnterPosInfo enter_pos_info = 12;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo, emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo.Builder, emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder>
|
||||
@@ -861,6 +701,37 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
}
|
||||
return enterPosInfoBuilder_;
|
||||
}
|
||||
|
||||
private int dungeonId_ ;
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 4;</code>
|
||||
* @return The dungeonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getDungeonId() {
|
||||
return dungeonId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 4;</code>
|
||||
* @param value The dungeonId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDungeonId(int value) {
|
||||
|
||||
dungeonId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 dungeon_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDungeonId() {
|
||||
|
||||
dungeonId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -929,13 +800,11 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033PlayerEnterDungeonReq.proto\032\031DungeonEn" +
|
||||
"terPosInfo.proto\"\311\001\n\025PlayerEnterDungeonR" +
|
||||
"eq\022\021\n\tdungeonId\030\002 \001(\r\022\017\n\007pointId\030\t \001(\r\022*" +
|
||||
"\n\014enterPosInfo\030\004 \001(\0132\024.DungeonEnterPosIn" +
|
||||
"fo\"`\n\013IGBPMBLKBOF\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJ" +
|
||||
"OJ\020\333\007\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\022" +
|
||||
"\017\n\013EAJIABGAOCI\020\001\032\002\020\001B\033\n\031emu.grasscutter." +
|
||||
"net.protob\006proto3"
|
||||
"terPosInfo.proto\"k\n\025PlayerEnterDungeonRe" +
|
||||
"q\022\020\n\010point_id\030\017 \001(\r\022,\n\016enter_pos_info\030\014 " +
|
||||
"\001(\0132\024.DungeonEnterPosInfo\022\022\n\ndungeon_id\030" +
|
||||
"\004 \001(\rB\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"o3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -947,7 +816,7 @@ public final class PlayerEnterDungeonReqOuterClass {
|
||||
internal_static_PlayerEnterDungeonReq_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_PlayerEnterDungeonReq_descriptor,
|
||||
new java.lang.String[] { "DungeonId", "PointId", "EnterPosInfo", });
|
||||
new java.lang.String[] { "PointId", "EnterPosInfo", "DungeonId", });
|
||||
emu.grasscutter.net.proto.DungeonEnterPosInfoOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user