mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 11:33:35 +08:00
Add new protocol definitions
This commit is contained in:
+307
-307
@@ -19,62 +19,62 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>bool is_allow_copy = 10;</code>
|
||||
* @return The isAllowCopy.
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
boolean getIsAllowCopy();
|
||||
int getSceneId();
|
||||
|
||||
/**
|
||||
* <code>uint32 module_id = 11;</code>
|
||||
* <code>uint32 module_id = 6;</code>
|
||||
* @return The moduleId.
|
||||
*/
|
||||
int getModuleId();
|
||||
|
||||
/**
|
||||
* <code>uint32 block_id = 9;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
int getBlockId();
|
||||
|
||||
/**
|
||||
* <code>uint32 slot_id = 13;</code>
|
||||
* <code>uint32 slot_id = 2;</code>
|
||||
* @return The slotId.
|
||||
*/
|
||||
int getSlotId();
|
||||
|
||||
/**
|
||||
* <code>uint32 create_time = 1;</code>
|
||||
* @return The createTime.
|
||||
* <code>uint32 block_id = 8;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
int getCreateTime();
|
||||
int getBlockId();
|
||||
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>bool JGNOGOODOKE = 7;</code>
|
||||
* @return The jGNOGOODOKE.
|
||||
*/
|
||||
boolean getJGNOGOODOKE();
|
||||
|
||||
/**
|
||||
* <code>bool is_allow_copy = 4;</code>
|
||||
* @return The isAllowCopy.
|
||||
*/
|
||||
boolean getIsAllowCopy();
|
||||
|
||||
/**
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The shareCode.
|
||||
*/
|
||||
java.lang.String getShareCode();
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The bytes for shareCode.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getShareCodeBytes();
|
||||
|
||||
/**
|
||||
* <code>bool NCBFPACJLNB = 3;</code>
|
||||
* @return The nCBFPACJLNB.
|
||||
* <code>uint32 create_time = 5;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
boolean getNCBFPACJLNB();
|
||||
|
||||
/**
|
||||
* <code>uint32 scene_id = 12;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
int getSceneId();
|
||||
int getCreateTime();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Obf: HOMJCBCKHOK
|
||||
* Obf: AAAADHDHBLA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeBlueprintSlotInfo}
|
||||
@@ -124,43 +124,43 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
createTime_ = input.readUInt32();
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
case 16: {
|
||||
|
||||
nCBFPACJLNB_ = input.readBool();
|
||||
slotId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
shareCode_ = s;
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
blockId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 32: {
|
||||
|
||||
isAllowCopy_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 40: {
|
||||
|
||||
createTime_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
|
||||
moduleId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
case 56: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
jGNOGOODOKE_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
case 64: {
|
||||
|
||||
slotId_ = input.readUInt32();
|
||||
blockId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
shareCode_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -195,21 +195,21 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.class, emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int IS_ALLOW_COPY_FIELD_NUMBER = 10;
|
||||
private boolean isAllowCopy_;
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 1;
|
||||
private int sceneId_;
|
||||
/**
|
||||
* <code>bool is_allow_copy = 10;</code>
|
||||
* @return The isAllowCopy.
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsAllowCopy() {
|
||||
return isAllowCopy_;
|
||||
public int getSceneId() {
|
||||
return sceneId_;
|
||||
}
|
||||
|
||||
public static final int MODULE_ID_FIELD_NUMBER = 11;
|
||||
public static final int MODULE_ID_FIELD_NUMBER = 6;
|
||||
private int moduleId_;
|
||||
/**
|
||||
* <code>uint32 module_id = 11;</code>
|
||||
* <code>uint32 module_id = 6;</code>
|
||||
* @return The moduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -217,21 +217,10 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return moduleId_;
|
||||
}
|
||||
|
||||
public static final int BLOCK_ID_FIELD_NUMBER = 9;
|
||||
private int blockId_;
|
||||
/**
|
||||
* <code>uint32 block_id = 9;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBlockId() {
|
||||
return blockId_;
|
||||
}
|
||||
|
||||
public static final int SLOT_ID_FIELD_NUMBER = 13;
|
||||
public static final int SLOT_ID_FIELD_NUMBER = 2;
|
||||
private int slotId_;
|
||||
/**
|
||||
* <code>uint32 slot_id = 13;</code>
|
||||
* <code>uint32 slot_id = 2;</code>
|
||||
* @return The slotId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -239,21 +228,43 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return slotId_;
|
||||
}
|
||||
|
||||
public static final int CREATE_TIME_FIELD_NUMBER = 1;
|
||||
private int createTime_;
|
||||
public static final int BLOCK_ID_FIELD_NUMBER = 8;
|
||||
private int blockId_;
|
||||
/**
|
||||
* <code>uint32 create_time = 1;</code>
|
||||
* @return The createTime.
|
||||
* <code>uint32 block_id = 8;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCreateTime() {
|
||||
return createTime_;
|
||||
public int getBlockId() {
|
||||
return blockId_;
|
||||
}
|
||||
|
||||
public static final int SHARE_CODE_FIELD_NUMBER = 7;
|
||||
public static final int JGNOGOODOKE_FIELD_NUMBER = 7;
|
||||
private boolean jGNOGOODOKE_;
|
||||
/**
|
||||
* <code>bool JGNOGOODOKE = 7;</code>
|
||||
* @return The jGNOGOODOKE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getJGNOGOODOKE() {
|
||||
return jGNOGOODOKE_;
|
||||
}
|
||||
|
||||
public static final int IS_ALLOW_COPY_FIELD_NUMBER = 4;
|
||||
private boolean isAllowCopy_;
|
||||
/**
|
||||
* <code>bool is_allow_copy = 4;</code>
|
||||
* @return The isAllowCopy.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsAllowCopy() {
|
||||
return isAllowCopy_;
|
||||
}
|
||||
|
||||
public static final int SHARE_CODE_FIELD_NUMBER = 13;
|
||||
private volatile java.lang.Object shareCode_;
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The shareCode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -270,7 +281,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The bytes for shareCode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -288,26 +299,15 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
}
|
||||
|
||||
public static final int NCBFPACJLNB_FIELD_NUMBER = 3;
|
||||
private boolean nCBFPACJLNB_;
|
||||
public static final int CREATE_TIME_FIELD_NUMBER = 5;
|
||||
private int createTime_;
|
||||
/**
|
||||
* <code>bool NCBFPACJLNB = 3;</code>
|
||||
* @return The nCBFPACJLNB.
|
||||
* <code>uint32 create_time = 5;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getNCBFPACJLNB() {
|
||||
return nCBFPACJLNB_;
|
||||
}
|
||||
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 12;
|
||||
private int sceneId_;
|
||||
/**
|
||||
* <code>uint32 scene_id = 12;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSceneId() {
|
||||
return sceneId_;
|
||||
public int getCreateTime() {
|
||||
return createTime_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -324,29 +324,29 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (createTime_ != 0) {
|
||||
output.writeUInt32(1, createTime_);
|
||||
}
|
||||
if (nCBFPACJLNB_ != false) {
|
||||
output.writeBool(3, nCBFPACJLNB_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareCode_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, shareCode_);
|
||||
}
|
||||
if (blockId_ != 0) {
|
||||
output.writeUInt32(9, blockId_);
|
||||
}
|
||||
if (isAllowCopy_ != false) {
|
||||
output.writeBool(10, isAllowCopy_);
|
||||
}
|
||||
if (moduleId_ != 0) {
|
||||
output.writeUInt32(11, moduleId_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(12, sceneId_);
|
||||
output.writeUInt32(1, sceneId_);
|
||||
}
|
||||
if (slotId_ != 0) {
|
||||
output.writeUInt32(13, slotId_);
|
||||
output.writeUInt32(2, slotId_);
|
||||
}
|
||||
if (isAllowCopy_ != false) {
|
||||
output.writeBool(4, isAllowCopy_);
|
||||
}
|
||||
if (createTime_ != 0) {
|
||||
output.writeUInt32(5, createTime_);
|
||||
}
|
||||
if (moduleId_ != 0) {
|
||||
output.writeUInt32(6, moduleId_);
|
||||
}
|
||||
if (jGNOGOODOKE_ != false) {
|
||||
output.writeBool(7, jGNOGOODOKE_);
|
||||
}
|
||||
if (blockId_ != 0) {
|
||||
output.writeUInt32(8, blockId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareCode_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, shareCode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -357,36 +357,36 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (createTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, createTime_);
|
||||
}
|
||||
if (nCBFPACJLNB_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(3, nCBFPACJLNB_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareCode_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, shareCode_);
|
||||
}
|
||||
if (blockId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, blockId_);
|
||||
}
|
||||
if (isAllowCopy_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(10, isAllowCopy_);
|
||||
}
|
||||
if (moduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, moduleId_);
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, sceneId_);
|
||||
.computeUInt32Size(1, sceneId_);
|
||||
}
|
||||
if (slotId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(13, slotId_);
|
||||
.computeUInt32Size(2, slotId_);
|
||||
}
|
||||
if (isAllowCopy_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(4, isAllowCopy_);
|
||||
}
|
||||
if (createTime_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(5, createTime_);
|
||||
}
|
||||
if (moduleId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, moduleId_);
|
||||
}
|
||||
if (jGNOGOODOKE_ != false) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(7, jGNOGOODOKE_);
|
||||
}
|
||||
if (blockId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, blockId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareCode_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, shareCode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -403,22 +403,22 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo other = (emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo) obj;
|
||||
|
||||
if (getIsAllowCopy()
|
||||
!= other.getIsAllowCopy()) return false;
|
||||
if (getModuleId()
|
||||
!= other.getModuleId()) return false;
|
||||
if (getBlockId()
|
||||
!= other.getBlockId()) return false;
|
||||
if (getSlotId()
|
||||
!= other.getSlotId()) return false;
|
||||
if (getCreateTime()
|
||||
!= other.getCreateTime()) return false;
|
||||
if (!getShareCode()
|
||||
.equals(other.getShareCode())) return false;
|
||||
if (getNCBFPACJLNB()
|
||||
!= other.getNCBFPACJLNB()) return false;
|
||||
if (getSceneId()
|
||||
!= other.getSceneId()) return false;
|
||||
if (getModuleId()
|
||||
!= other.getModuleId()) return false;
|
||||
if (getSlotId()
|
||||
!= other.getSlotId()) return false;
|
||||
if (getBlockId()
|
||||
!= other.getBlockId()) return false;
|
||||
if (getJGNOGOODOKE()
|
||||
!= other.getJGNOGOODOKE()) return false;
|
||||
if (getIsAllowCopy()
|
||||
!= other.getIsAllowCopy()) return false;
|
||||
if (!getShareCode()
|
||||
.equals(other.getShareCode())) return false;
|
||||
if (getCreateTime()
|
||||
!= other.getCreateTime()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -430,24 +430,24 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
hash = (37 * hash) + MODULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModuleId();
|
||||
hash = (37 * hash) + SLOT_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSlotId();
|
||||
hash = (37 * hash) + BLOCK_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBlockId();
|
||||
hash = (37 * hash) + JGNOGOODOKE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getJGNOGOODOKE());
|
||||
hash = (37 * hash) + IS_ALLOW_COPY_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsAllowCopy());
|
||||
hash = (37 * hash) + MODULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModuleId();
|
||||
hash = (37 * hash) + BLOCK_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBlockId();
|
||||
hash = (37 * hash) + SLOT_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSlotId();
|
||||
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCreateTime();
|
||||
hash = (37 * hash) + SHARE_CODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getShareCode().hashCode();
|
||||
hash = (37 * hash) + NCBFPACJLNB_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getNCBFPACJLNB());
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCreateTime();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -545,7 +545,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Obf: HOMJCBCKHOK
|
||||
* Obf: AAAADHDHBLA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code HomeBlueprintSlotInfo}
|
||||
@@ -585,21 +585,21 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
isAllowCopy_ = false;
|
||||
sceneId_ = 0;
|
||||
|
||||
moduleId_ = 0;
|
||||
|
||||
blockId_ = 0;
|
||||
|
||||
slotId_ = 0;
|
||||
|
||||
createTime_ = 0;
|
||||
blockId_ = 0;
|
||||
|
||||
jGNOGOODOKE_ = false;
|
||||
|
||||
isAllowCopy_ = false;
|
||||
|
||||
shareCode_ = "";
|
||||
|
||||
nCBFPACJLNB_ = false;
|
||||
|
||||
sceneId_ = 0;
|
||||
createTime_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -627,14 +627,14 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo result = new emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo(this);
|
||||
result.isAllowCopy_ = isAllowCopy_;
|
||||
result.moduleId_ = moduleId_;
|
||||
result.blockId_ = blockId_;
|
||||
result.slotId_ = slotId_;
|
||||
result.createTime_ = createTime_;
|
||||
result.shareCode_ = shareCode_;
|
||||
result.nCBFPACJLNB_ = nCBFPACJLNB_;
|
||||
result.sceneId_ = sceneId_;
|
||||
result.moduleId_ = moduleId_;
|
||||
result.slotId_ = slotId_;
|
||||
result.blockId_ = blockId_;
|
||||
result.jGNOGOODOKE_ = jGNOGOODOKE_;
|
||||
result.isAllowCopy_ = isAllowCopy_;
|
||||
result.shareCode_ = shareCode_;
|
||||
result.createTime_ = createTime_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -683,30 +683,30 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.getDefaultInstance()) return this;
|
||||
if (other.getIsAllowCopy() != false) {
|
||||
setIsAllowCopy(other.getIsAllowCopy());
|
||||
if (other.getSceneId() != 0) {
|
||||
setSceneId(other.getSceneId());
|
||||
}
|
||||
if (other.getModuleId() != 0) {
|
||||
setModuleId(other.getModuleId());
|
||||
}
|
||||
if (other.getBlockId() != 0) {
|
||||
setBlockId(other.getBlockId());
|
||||
}
|
||||
if (other.getSlotId() != 0) {
|
||||
setSlotId(other.getSlotId());
|
||||
}
|
||||
if (other.getCreateTime() != 0) {
|
||||
setCreateTime(other.getCreateTime());
|
||||
if (other.getBlockId() != 0) {
|
||||
setBlockId(other.getBlockId());
|
||||
}
|
||||
if (other.getJGNOGOODOKE() != false) {
|
||||
setJGNOGOODOKE(other.getJGNOGOODOKE());
|
||||
}
|
||||
if (other.getIsAllowCopy() != false) {
|
||||
setIsAllowCopy(other.getIsAllowCopy());
|
||||
}
|
||||
if (!other.getShareCode().isEmpty()) {
|
||||
shareCode_ = other.shareCode_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getNCBFPACJLNB() != false) {
|
||||
setNCBFPACJLNB(other.getNCBFPACJLNB());
|
||||
}
|
||||
if (other.getSceneId() != 0) {
|
||||
setSceneId(other.getSceneId());
|
||||
if (other.getCreateTime() != 0) {
|
||||
setCreateTime(other.getCreateTime());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -737,40 +737,40 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isAllowCopy_ ;
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>bool is_allow_copy = 10;</code>
|
||||
* @return The isAllowCopy.
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsAllowCopy() {
|
||||
return isAllowCopy_;
|
||||
public int getSceneId() {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_allow_copy = 10;</code>
|
||||
* @param value The isAllowCopy to set.
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsAllowCopy(boolean value) {
|
||||
public Builder setSceneId(int value) {
|
||||
|
||||
isAllowCopy_ = value;
|
||||
sceneId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_allow_copy = 10;</code>
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsAllowCopy() {
|
||||
public Builder clearSceneId() {
|
||||
|
||||
isAllowCopy_ = false;
|
||||
sceneId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int moduleId_ ;
|
||||
/**
|
||||
* <code>uint32 module_id = 11;</code>
|
||||
* <code>uint32 module_id = 6;</code>
|
||||
* @return The moduleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -778,7 +778,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return moduleId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 module_id = 11;</code>
|
||||
* <code>uint32 module_id = 6;</code>
|
||||
* @param value The moduleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -789,7 +789,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 module_id = 11;</code>
|
||||
* <code>uint32 module_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearModuleId() {
|
||||
@@ -799,40 +799,9 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int blockId_ ;
|
||||
/**
|
||||
* <code>uint32 block_id = 9;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getBlockId() {
|
||||
return blockId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 block_id = 9;</code>
|
||||
* @param value The blockId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBlockId(int value) {
|
||||
|
||||
blockId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 block_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBlockId() {
|
||||
|
||||
blockId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int slotId_ ;
|
||||
/**
|
||||
* <code>uint32 slot_id = 13;</code>
|
||||
* <code>uint32 slot_id = 2;</code>
|
||||
* @return The slotId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -840,7 +809,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return slotId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 slot_id = 13;</code>
|
||||
* <code>uint32 slot_id = 2;</code>
|
||||
* @param value The slotId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -851,7 +820,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 slot_id = 13;</code>
|
||||
* <code>uint32 slot_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSlotId() {
|
||||
@@ -861,40 +830,102 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int createTime_ ;
|
||||
private int blockId_ ;
|
||||
/**
|
||||
* <code>uint32 create_time = 1;</code>
|
||||
* @return The createTime.
|
||||
* <code>uint32 block_id = 8;</code>
|
||||
* @return The blockId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getCreateTime() {
|
||||
return createTime_;
|
||||
public int getBlockId() {
|
||||
return blockId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 create_time = 1;</code>
|
||||
* @param value The createTime to set.
|
||||
* <code>uint32 block_id = 8;</code>
|
||||
* @param value The blockId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCreateTime(int value) {
|
||||
public Builder setBlockId(int value) {
|
||||
|
||||
createTime_ = value;
|
||||
blockId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 create_time = 1;</code>
|
||||
* <code>uint32 block_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCreateTime() {
|
||||
public Builder clearBlockId() {
|
||||
|
||||
createTime_ = 0;
|
||||
blockId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean jGNOGOODOKE_ ;
|
||||
/**
|
||||
* <code>bool JGNOGOODOKE = 7;</code>
|
||||
* @return The jGNOGOODOKE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getJGNOGOODOKE() {
|
||||
return jGNOGOODOKE_;
|
||||
}
|
||||
/**
|
||||
* <code>bool JGNOGOODOKE = 7;</code>
|
||||
* @param value The jGNOGOODOKE to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJGNOGOODOKE(boolean value) {
|
||||
|
||||
jGNOGOODOKE_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool JGNOGOODOKE = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJGNOGOODOKE() {
|
||||
|
||||
jGNOGOODOKE_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean isAllowCopy_ ;
|
||||
/**
|
||||
* <code>bool is_allow_copy = 4;</code>
|
||||
* @return The isAllowCopy.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsAllowCopy() {
|
||||
return isAllowCopy_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_allow_copy = 4;</code>
|
||||
* @param value The isAllowCopy to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsAllowCopy(boolean value) {
|
||||
|
||||
isAllowCopy_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_allow_copy = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsAllowCopy() {
|
||||
|
||||
isAllowCopy_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object shareCode_ = "";
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The shareCode.
|
||||
*/
|
||||
public java.lang.String getShareCode() {
|
||||
@@ -910,7 +941,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return The bytes for shareCode.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
@@ -927,7 +958,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @param value The shareCode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -942,7 +973,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearShareCode() {
|
||||
@@ -952,7 +983,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string share_code = 7;</code>
|
||||
* <code>string share_code = 13;</code>
|
||||
* @param value The bytes for shareCode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -968,64 +999,33 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private boolean nCBFPACJLNB_ ;
|
||||
private int createTime_ ;
|
||||
/**
|
||||
* <code>bool NCBFPACJLNB = 3;</code>
|
||||
* @return The nCBFPACJLNB.
|
||||
* <code>uint32 create_time = 5;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getNCBFPACJLNB() {
|
||||
return nCBFPACJLNB_;
|
||||
public int getCreateTime() {
|
||||
return createTime_;
|
||||
}
|
||||
/**
|
||||
* <code>bool NCBFPACJLNB = 3;</code>
|
||||
* @param value The nCBFPACJLNB to set.
|
||||
* <code>uint32 create_time = 5;</code>
|
||||
* @param value The createTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNCBFPACJLNB(boolean value) {
|
||||
public Builder setCreateTime(int value) {
|
||||
|
||||
nCBFPACJLNB_ = value;
|
||||
createTime_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>bool NCBFPACJLNB = 3;</code>
|
||||
* <code>uint32 create_time = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearNCBFPACJLNB() {
|
||||
public Builder clearCreateTime() {
|
||||
|
||||
nCBFPACJLNB_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>uint32 scene_id = 12;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSceneId() {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 12;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSceneId(int value) {
|
||||
|
||||
sceneId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneId() {
|
||||
|
||||
sceneId_ = 0;
|
||||
createTime_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -1097,11 +1097,11 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033HomeBlueprintSlotInfo.proto\"\264\001\n\025HomeBl" +
|
||||
"ueprintSlotInfo\022\025\n\ris_allow_copy\030\n \001(\010\022\021" +
|
||||
"\n\tmodule_id\030\013 \001(\r\022\020\n\010block_id\030\t \001(\r\022\017\n\007s" +
|
||||
"lot_id\030\r \001(\r\022\023\n\013create_time\030\001 \001(\r\022\022\n\nsha" +
|
||||
"re_code\030\007 \001(\t\022\023\n\013NCBFPACJLNB\030\003 \001(\010\022\020\n\010sc" +
|
||||
"ene_id\030\014 \001(\rB\033\n\031emu.grasscutter.net.prot" +
|
||||
"ueprintSlotInfo\022\020\n\010scene_id\030\001 \001(\r\022\021\n\tmod" +
|
||||
"ule_id\030\006 \001(\r\022\017\n\007slot_id\030\002 \001(\r\022\020\n\010block_i" +
|
||||
"d\030\010 \001(\r\022\023\n\013JGNOGOODOKE\030\007 \001(\010\022\025\n\ris_allow" +
|
||||
"_copy\030\004 \001(\010\022\022\n\nshare_code\030\r \001(\t\022\023\n\013creat" +
|
||||
"e_time\030\005 \001(\rB\033\n\031emu.grasscutter.net.prot" +
|
||||
"ob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
@@ -1113,7 +1113,7 @@ public final class HomeBlueprintSlotInfoOuterClass {
|
||||
internal_static_HomeBlueprintSlotInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_HomeBlueprintSlotInfo_descriptor,
|
||||
new java.lang.String[] { "IsAllowCopy", "ModuleId", "BlockId", "SlotId", "CreateTime", "ShareCode", "NCBFPACJLNB", "SceneId", });
|
||||
new java.lang.String[] { "SceneId", "ModuleId", "SlotId", "BlockId", "JGNOGOODOKE", "IsAllowCopy", "ShareCode", "CreateTime", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user