// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EffigyChallengeV2LevelData.proto
package emu.grasscutter.net.proto;
public final class EffigyChallengeV2LevelDataOuterClass {
private EffigyChallengeV2LevelDataOuterClass() {}
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 EffigyChallengeV2LevelDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:EffigyChallengeV2LevelData)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 AFLGHGHAOMC = 4;
* @return The aFLGHGHAOMC.
*/
int getAFLGHGHAOMC();
/**
* bool is_level_open = 5;
* @return The isLevelOpen.
*/
boolean getIsLevelOpen();
/**
* uint32 level_id = 10;
* @return The levelId.
*/
int getLevelId();
/**
* uint32 DBHOBFBBONG = 9;
* @return The dBHOBFBBONG.
*/
int getDBHOBFBBONG();
/**
* uint32 NIIPDHJEGDE = 7;
* @return The nIIPDHJEGDE.
*/
int getNIIPDHJEGDE();
/**
* uint32 PJIHHFHLOGM = 6;
* @return The pJIHHFHLOGM.
*/
int getPJIHHFHLOGM();
}
/**
*
* Obf: MNPIDOGLIAN ** * Protobuf type {@code EffigyChallengeV2LevelData} */ public static final class EffigyChallengeV2LevelData extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:EffigyChallengeV2LevelData) EffigyChallengeV2LevelDataOrBuilder { private static final long serialVersionUID = 0L; // Use EffigyChallengeV2LevelData.newBuilder() to construct. private EffigyChallengeV2LevelData(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private EffigyChallengeV2LevelData() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new EffigyChallengeV2LevelData(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EffigyChallengeV2LevelData( 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 32: { aFLGHGHAOMC_ = input.readUInt32(); break; } case 40: { isLevelOpen_ = input.readBool(); break; } case 48: { pJIHHFHLOGM_ = input.readUInt32(); break; } case 56: { nIIPDHJEGDE_ = input.readUInt32(); break; } case 72: { dBHOBFBBONG_ = input.readUInt32(); break; } case 80: { levelId_ = input.readUInt32(); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.internal_static_EffigyChallengeV2LevelData_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.internal_static_EffigyChallengeV2LevelData_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData.class, emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData.Builder.class); } public static final int AFLGHGHAOMC_FIELD_NUMBER = 4; private int aFLGHGHAOMC_; /** *
uint32 AFLGHGHAOMC = 4;
* @return The aFLGHGHAOMC.
*/
@java.lang.Override
public int getAFLGHGHAOMC() {
return aFLGHGHAOMC_;
}
public static final int IS_LEVEL_OPEN_FIELD_NUMBER = 5;
private boolean isLevelOpen_;
/**
* bool is_level_open = 5;
* @return The isLevelOpen.
*/
@java.lang.Override
public boolean getIsLevelOpen() {
return isLevelOpen_;
}
public static final int LEVEL_ID_FIELD_NUMBER = 10;
private int levelId_;
/**
* uint32 level_id = 10;
* @return The levelId.
*/
@java.lang.Override
public int getLevelId() {
return levelId_;
}
public static final int DBHOBFBBONG_FIELD_NUMBER = 9;
private int dBHOBFBBONG_;
/**
* uint32 DBHOBFBBONG = 9;
* @return The dBHOBFBBONG.
*/
@java.lang.Override
public int getDBHOBFBBONG() {
return dBHOBFBBONG_;
}
public static final int NIIPDHJEGDE_FIELD_NUMBER = 7;
private int nIIPDHJEGDE_;
/**
* uint32 NIIPDHJEGDE = 7;
* @return The nIIPDHJEGDE.
*/
@java.lang.Override
public int getNIIPDHJEGDE() {
return nIIPDHJEGDE_;
}
public static final int PJIHHFHLOGM_FIELD_NUMBER = 6;
private int pJIHHFHLOGM_;
/**
* uint32 PJIHHFHLOGM = 6;
* @return The pJIHHFHLOGM.
*/
@java.lang.Override
public int getPJIHHFHLOGM() {
return pJIHHFHLOGM_;
}
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 (aFLGHGHAOMC_ != 0) {
output.writeUInt32(4, aFLGHGHAOMC_);
}
if (isLevelOpen_ != false) {
output.writeBool(5, isLevelOpen_);
}
if (pJIHHFHLOGM_ != 0) {
output.writeUInt32(6, pJIHHFHLOGM_);
}
if (nIIPDHJEGDE_ != 0) {
output.writeUInt32(7, nIIPDHJEGDE_);
}
if (dBHOBFBBONG_ != 0) {
output.writeUInt32(9, dBHOBFBBONG_);
}
if (levelId_ != 0) {
output.writeUInt32(10, levelId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (aFLGHGHAOMC_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, aFLGHGHAOMC_);
}
if (isLevelOpen_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, isLevelOpen_);
}
if (pJIHHFHLOGM_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, pJIHHFHLOGM_);
}
if (nIIPDHJEGDE_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, nIIPDHJEGDE_);
}
if (dBHOBFBBONG_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, dBHOBFBBONG_);
}
if (levelId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, levelId_);
}
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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData other = (emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData) obj;
if (getAFLGHGHAOMC()
!= other.getAFLGHGHAOMC()) return false;
if (getIsLevelOpen()
!= other.getIsLevelOpen()) return false;
if (getLevelId()
!= other.getLevelId()) return false;
if (getDBHOBFBBONG()
!= other.getDBHOBFBBONG()) return false;
if (getNIIPDHJEGDE()
!= other.getNIIPDHJEGDE()) return false;
if (getPJIHHFHLOGM()
!= other.getPJIHHFHLOGM()) 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) + AFLGHGHAOMC_FIELD_NUMBER;
hash = (53 * hash) + getAFLGHGHAOMC();
hash = (37 * hash) + IS_LEVEL_OPEN_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsLevelOpen());
hash = (37 * hash) + LEVEL_ID_FIELD_NUMBER;
hash = (53 * hash) + getLevelId();
hash = (37 * hash) + DBHOBFBBONG_FIELD_NUMBER;
hash = (53 * hash) + getDBHOBFBBONG();
hash = (37 * hash) + NIIPDHJEGDE_FIELD_NUMBER;
hash = (53 * hash) + getNIIPDHJEGDE();
hash = (37 * hash) + PJIHHFHLOGM_FIELD_NUMBER;
hash = (53 * hash) + getPJIHHFHLOGM();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData 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: MNPIDOGLIAN ** * Protobuf type {@code EffigyChallengeV2LevelData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 AFLGHGHAOMC = 4;
* @return The aFLGHGHAOMC.
*/
@java.lang.Override
public int getAFLGHGHAOMC() {
return aFLGHGHAOMC_;
}
/**
* uint32 AFLGHGHAOMC = 4;
* @param value The aFLGHGHAOMC to set.
* @return This builder for chaining.
*/
public Builder setAFLGHGHAOMC(int value) {
aFLGHGHAOMC_ = value;
onChanged();
return this;
}
/**
* uint32 AFLGHGHAOMC = 4;
* @return This builder for chaining.
*/
public Builder clearAFLGHGHAOMC() {
aFLGHGHAOMC_ = 0;
onChanged();
return this;
}
private boolean isLevelOpen_ ;
/**
* bool is_level_open = 5;
* @return The isLevelOpen.
*/
@java.lang.Override
public boolean getIsLevelOpen() {
return isLevelOpen_;
}
/**
* bool is_level_open = 5;
* @param value The isLevelOpen to set.
* @return This builder for chaining.
*/
public Builder setIsLevelOpen(boolean value) {
isLevelOpen_ = value;
onChanged();
return this;
}
/**
* bool is_level_open = 5;
* @return This builder for chaining.
*/
public Builder clearIsLevelOpen() {
isLevelOpen_ = false;
onChanged();
return this;
}
private int levelId_ ;
/**
* uint32 level_id = 10;
* @return The levelId.
*/
@java.lang.Override
public int getLevelId() {
return levelId_;
}
/**
* uint32 level_id = 10;
* @param value The levelId to set.
* @return This builder for chaining.
*/
public Builder setLevelId(int value) {
levelId_ = value;
onChanged();
return this;
}
/**
* uint32 level_id = 10;
* @return This builder for chaining.
*/
public Builder clearLevelId() {
levelId_ = 0;
onChanged();
return this;
}
private int dBHOBFBBONG_ ;
/**
* uint32 DBHOBFBBONG = 9;
* @return The dBHOBFBBONG.
*/
@java.lang.Override
public int getDBHOBFBBONG() {
return dBHOBFBBONG_;
}
/**
* uint32 DBHOBFBBONG = 9;
* @param value The dBHOBFBBONG to set.
* @return This builder for chaining.
*/
public Builder setDBHOBFBBONG(int value) {
dBHOBFBBONG_ = value;
onChanged();
return this;
}
/**
* uint32 DBHOBFBBONG = 9;
* @return This builder for chaining.
*/
public Builder clearDBHOBFBBONG() {
dBHOBFBBONG_ = 0;
onChanged();
return this;
}
private int nIIPDHJEGDE_ ;
/**
* uint32 NIIPDHJEGDE = 7;
* @return The nIIPDHJEGDE.
*/
@java.lang.Override
public int getNIIPDHJEGDE() {
return nIIPDHJEGDE_;
}
/**
* uint32 NIIPDHJEGDE = 7;
* @param value The nIIPDHJEGDE to set.
* @return This builder for chaining.
*/
public Builder setNIIPDHJEGDE(int value) {
nIIPDHJEGDE_ = value;
onChanged();
return this;
}
/**
* uint32 NIIPDHJEGDE = 7;
* @return This builder for chaining.
*/
public Builder clearNIIPDHJEGDE() {
nIIPDHJEGDE_ = 0;
onChanged();
return this;
}
private int pJIHHFHLOGM_ ;
/**
* uint32 PJIHHFHLOGM = 6;
* @return The pJIHHFHLOGM.
*/
@java.lang.Override
public int getPJIHHFHLOGM() {
return pJIHHFHLOGM_;
}
/**
* uint32 PJIHHFHLOGM = 6;
* @param value The pJIHHFHLOGM to set.
* @return This builder for chaining.
*/
public Builder setPJIHHFHLOGM(int value) {
pJIHHFHLOGM_ = value;
onChanged();
return this;
}
/**
* uint32 PJIHHFHLOGM = 6;
* @return This builder for chaining.
*/
public Builder clearPJIHHFHLOGM() {
pJIHHFHLOGM_ = 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:EffigyChallengeV2LevelData)
}
// @@protoc_insertion_point(class_scope:EffigyChallengeV2LevelData)
private static final emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData();
}
public static emu.grasscutter.net.proto.EffigyChallengeV2LevelDataOuterClass.EffigyChallengeV2LevelData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser