// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HomeBlueprintSlotInfo.proto
package emu.grasscutter.net.proto;
public final class HomeBlueprintSlotInfoOuterClass {
private HomeBlueprintSlotInfoOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface HomeBlueprintSlotInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:HomeBlueprintSlotInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 scene_id = 1;
* @return The sceneId.
*/
int getSceneId();
/**
* uint32 module_id = 6;
* @return The moduleId.
*/
int getModuleId();
/**
* uint32 slot_id = 2;
* @return The slotId.
*/
int getSlotId();
/**
* uint32 block_id = 8;
* @return The blockId.
*/
int getBlockId();
/**
* bool JGNOGOODOKE = 7;
* @return The jGNOGOODOKE.
*/
boolean getJGNOGOODOKE();
/**
* bool is_allow_copy = 4;
* @return The isAllowCopy.
*/
boolean getIsAllowCopy();
/**
* string share_code = 13;
* @return The shareCode.
*/
java.lang.String getShareCode();
/**
* string share_code = 13;
* @return The bytes for shareCode.
*/
com.google.protobuf.ByteString
getShareCodeBytes();
/**
* uint32 create_time = 5;
* @return The createTime.
*/
int getCreateTime();
}
/**
*
* Obf: AAAADHDHBLA ** * Protobuf type {@code HomeBlueprintSlotInfo} */ public static final class HomeBlueprintSlotInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:HomeBlueprintSlotInfo) HomeBlueprintSlotInfoOrBuilder { private static final long serialVersionUID = 0L; // Use HomeBlueprintSlotInfo.newBuilder() to construct. private HomeBlueprintSlotInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private HomeBlueprintSlotInfo() { shareCode_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new HomeBlueprintSlotInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HomeBlueprintSlotInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { sceneId_ = input.readUInt32(); break; } case 16: { slotId_ = input.readUInt32(); break; } case 32: { isAllowCopy_ = input.readBool(); break; } case 40: { createTime_ = input.readUInt32(); break; } case 48: { moduleId_ = input.readUInt32(); break; } case 56: { jGNOGOODOKE_ = input.readBool(); break; } case 64: { blockId_ = input.readUInt32(); break; } case 106: { java.lang.String s = input.readStringRequireUtf8(); shareCode_ = s; 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 { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.internal_static_HomeBlueprintSlotInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.internal_static_HomeBlueprintSlotInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.class, emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.Builder.class); } public static final int SCENE_ID_FIELD_NUMBER = 1; private int sceneId_; /** *
uint32 scene_id = 1;
* @return The sceneId.
*/
@java.lang.Override
public int getSceneId() {
return sceneId_;
}
public static final int MODULE_ID_FIELD_NUMBER = 6;
private int moduleId_;
/**
* uint32 module_id = 6;
* @return The moduleId.
*/
@java.lang.Override
public int getModuleId() {
return moduleId_;
}
public static final int SLOT_ID_FIELD_NUMBER = 2;
private int slotId_;
/**
* uint32 slot_id = 2;
* @return The slotId.
*/
@java.lang.Override
public int getSlotId() {
return slotId_;
}
public static final int BLOCK_ID_FIELD_NUMBER = 8;
private int blockId_;
/**
* uint32 block_id = 8;
* @return The blockId.
*/
@java.lang.Override
public int getBlockId() {
return blockId_;
}
public static final int JGNOGOODOKE_FIELD_NUMBER = 7;
private boolean jGNOGOODOKE_;
/**
* bool JGNOGOODOKE = 7;
* @return The jGNOGOODOKE.
*/
@java.lang.Override
public boolean getJGNOGOODOKE() {
return jGNOGOODOKE_;
}
public static final int IS_ALLOW_COPY_FIELD_NUMBER = 4;
private boolean isAllowCopy_;
/**
* bool is_allow_copy = 4;
* @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_;
/**
* string share_code = 13;
* @return The shareCode.
*/
@java.lang.Override
public java.lang.String getShareCode() {
java.lang.Object ref = shareCode_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
shareCode_ = s;
return s;
}
}
/**
* string share_code = 13;
* @return The bytes for shareCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getShareCodeBytes() {
java.lang.Object ref = shareCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shareCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CREATE_TIME_FIELD_NUMBER = 5;
private int createTime_;
/**
* uint32 create_time = 5;
* @return The createTime.
*/
@java.lang.Override
public int getCreateTime() {
return createTime_;
}
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 {
if (sceneId_ != 0) {
output.writeUInt32(1, sceneId_);
}
if (slotId_ != 0) {
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);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (sceneId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, sceneId_);
}
if (slotId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.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;
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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo other = (emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo) obj;
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;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
hash = (53 * hash) + getSceneId();
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) + SHARE_CODE_FIELD_NUMBER;
hash = (53 * hash) + getShareCode().hashCode();
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getCreateTime();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo 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;
}
/**
*
* Obf: AAAADHDHBLA
*
*
* Protobuf type {@code HomeBlueprintSlotInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderuint32 scene_id = 1;
* @return The sceneId.
*/
@java.lang.Override
public int getSceneId() {
return sceneId_;
}
/**
* uint32 scene_id = 1;
* @param value The sceneId to set.
* @return This builder for chaining.
*/
public Builder setSceneId(int value) {
sceneId_ = value;
onChanged();
return this;
}
/**
* uint32 scene_id = 1;
* @return This builder for chaining.
*/
public Builder clearSceneId() {
sceneId_ = 0;
onChanged();
return this;
}
private int moduleId_ ;
/**
* uint32 module_id = 6;
* @return The moduleId.
*/
@java.lang.Override
public int getModuleId() {
return moduleId_;
}
/**
* uint32 module_id = 6;
* @param value The moduleId to set.
* @return This builder for chaining.
*/
public Builder setModuleId(int value) {
moduleId_ = value;
onChanged();
return this;
}
/**
* uint32 module_id = 6;
* @return This builder for chaining.
*/
public Builder clearModuleId() {
moduleId_ = 0;
onChanged();
return this;
}
private int slotId_ ;
/**
* uint32 slot_id = 2;
* @return The slotId.
*/
@java.lang.Override
public int getSlotId() {
return slotId_;
}
/**
* uint32 slot_id = 2;
* @param value The slotId to set.
* @return This builder for chaining.
*/
public Builder setSlotId(int value) {
slotId_ = value;
onChanged();
return this;
}
/**
* uint32 slot_id = 2;
* @return This builder for chaining.
*/
public Builder clearSlotId() {
slotId_ = 0;
onChanged();
return this;
}
private int blockId_ ;
/**
* uint32 block_id = 8;
* @return The blockId.
*/
@java.lang.Override
public int getBlockId() {
return blockId_;
}
/**
* uint32 block_id = 8;
* @param value The blockId to set.
* @return This builder for chaining.
*/
public Builder setBlockId(int value) {
blockId_ = value;
onChanged();
return this;
}
/**
* uint32 block_id = 8;
* @return This builder for chaining.
*/
public Builder clearBlockId() {
blockId_ = 0;
onChanged();
return this;
}
private boolean jGNOGOODOKE_ ;
/**
* bool JGNOGOODOKE = 7;
* @return The jGNOGOODOKE.
*/
@java.lang.Override
public boolean getJGNOGOODOKE() {
return jGNOGOODOKE_;
}
/**
* bool JGNOGOODOKE = 7;
* @param value The jGNOGOODOKE to set.
* @return This builder for chaining.
*/
public Builder setJGNOGOODOKE(boolean value) {
jGNOGOODOKE_ = value;
onChanged();
return this;
}
/**
* bool JGNOGOODOKE = 7;
* @return This builder for chaining.
*/
public Builder clearJGNOGOODOKE() {
jGNOGOODOKE_ = false;
onChanged();
return this;
}
private boolean isAllowCopy_ ;
/**
* bool is_allow_copy = 4;
* @return The isAllowCopy.
*/
@java.lang.Override
public boolean getIsAllowCopy() {
return isAllowCopy_;
}
/**
* bool is_allow_copy = 4;
* @param value The isAllowCopy to set.
* @return This builder for chaining.
*/
public Builder setIsAllowCopy(boolean value) {
isAllowCopy_ = value;
onChanged();
return this;
}
/**
* bool is_allow_copy = 4;
* @return This builder for chaining.
*/
public Builder clearIsAllowCopy() {
isAllowCopy_ = false;
onChanged();
return this;
}
private java.lang.Object shareCode_ = "";
/**
* string share_code = 13;
* @return The shareCode.
*/
public java.lang.String getShareCode() {
java.lang.Object ref = shareCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
shareCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string share_code = 13;
* @return The bytes for shareCode.
*/
public com.google.protobuf.ByteString
getShareCodeBytes() {
java.lang.Object ref = shareCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shareCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string share_code = 13;
* @param value The shareCode to set.
* @return This builder for chaining.
*/
public Builder setShareCode(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
shareCode_ = value;
onChanged();
return this;
}
/**
* string share_code = 13;
* @return This builder for chaining.
*/
public Builder clearShareCode() {
shareCode_ = getDefaultInstance().getShareCode();
onChanged();
return this;
}
/**
* string share_code = 13;
* @param value The bytes for shareCode to set.
* @return This builder for chaining.
*/
public Builder setShareCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
shareCode_ = value;
onChanged();
return this;
}
private int createTime_ ;
/**
* uint32 create_time = 5;
* @return The createTime.
*/
@java.lang.Override
public int getCreateTime() {
return createTime_;
}
/**
* uint32 create_time = 5;
* @param value The createTime to set.
* @return This builder for chaining.
*/
public Builder setCreateTime(int value) {
createTime_ = value;
onChanged();
return this;
}
/**
* uint32 create_time = 5;
* @return This builder for chaining.
*/
public Builder clearCreateTime() {
createTime_ = 0;
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:HomeBlueprintSlotInfo)
}
// @@protoc_insertion_point(class_scope:HomeBlueprintSlotInfo)
private static final emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo();
}
public static emu.grasscutter.net.proto.HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser