// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ScenePlayInfo.proto
package emu.grasscutter.net.proto;
public final class ScenePlayInfoOuterClass {
private ScenePlayInfoOuterClass() {}
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 ScenePlayInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:ScenePlayInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 play_id = 1;
* @return The playId.
*/
int getPlayId();
/**
* uint32 play_type = 3;
* @return The playType.
*/
int getPlayType();
/**
* uint32 entry_id = 14;
* @return The entryId.
*/
int getEntryId();
/**
* bool is_open = 5;
* @return The isOpen.
*/
boolean getIsOpen();
}
/**
*
* Obf: MGHLAJDMHHO ** * Protobuf type {@code ScenePlayInfo} */ public static final class ScenePlayInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:ScenePlayInfo) ScenePlayInfoOrBuilder { private static final long serialVersionUID = 0L; // Use ScenePlayInfo.newBuilder() to construct. private ScenePlayInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private ScenePlayInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ScenePlayInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ScenePlayInfo( 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: { playId_ = input.readUInt32(); break; } case 24: { playType_ = input.readUInt32(); break; } case 40: { isOpen_ = input.readBool(); break; } case 112: { entryId_ = 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.ScenePlayInfoOuterClass.internal_static_ScenePlayInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.ScenePlayInfoOuterClass.internal_static_ScenePlayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo.class, emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo.Builder.class); } public static final int PLAY_ID_FIELD_NUMBER = 1; private int playId_; /** *
uint32 play_id = 1;
* @return The playId.
*/
@java.lang.Override
public int getPlayId() {
return playId_;
}
public static final int PLAY_TYPE_FIELD_NUMBER = 3;
private int playType_;
/**
* uint32 play_type = 3;
* @return The playType.
*/
@java.lang.Override
public int getPlayType() {
return playType_;
}
public static final int ENTRY_ID_FIELD_NUMBER = 14;
private int entryId_;
/**
* uint32 entry_id = 14;
* @return The entryId.
*/
@java.lang.Override
public int getEntryId() {
return entryId_;
}
public static final int IS_OPEN_FIELD_NUMBER = 5;
private boolean isOpen_;
/**
* bool is_open = 5;
* @return The isOpen.
*/
@java.lang.Override
public boolean getIsOpen() {
return isOpen_;
}
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 (playId_ != 0) {
output.writeUInt32(1, playId_);
}
if (playType_ != 0) {
output.writeUInt32(3, playType_);
}
if (isOpen_ != false) {
output.writeBool(5, isOpen_);
}
if (entryId_ != 0) {
output.writeUInt32(14, entryId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (playId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, playId_);
}
if (playType_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, playType_);
}
if (isOpen_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, isOpen_);
}
if (entryId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(14, entryId_);
}
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.ScenePlayInfoOuterClass.ScenePlayInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo other = (emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo) obj;
if (getPlayId()
!= other.getPlayId()) return false;
if (getPlayType()
!= other.getPlayType()) return false;
if (getEntryId()
!= other.getEntryId()) return false;
if (getIsOpen()
!= other.getIsOpen()) 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) + PLAY_ID_FIELD_NUMBER;
hash = (53 * hash) + getPlayId();
hash = (37 * hash) + PLAY_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getPlayType();
hash = (37 * hash) + ENTRY_ID_FIELD_NUMBER;
hash = (53 * hash) + getEntryId();
hash = (37 * hash) + IS_OPEN_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsOpen());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo 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.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo 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.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo 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.ScenePlayInfoOuterClass.ScenePlayInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo 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.ScenePlayInfoOuterClass.ScenePlayInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo 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.ScenePlayInfoOuterClass.ScenePlayInfo 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: MGHLAJDMHHO ** * Protobuf type {@code ScenePlayInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 play_id = 1;
* @return The playId.
*/
@java.lang.Override
public int getPlayId() {
return playId_;
}
/**
* uint32 play_id = 1;
* @param value The playId to set.
* @return This builder for chaining.
*/
public Builder setPlayId(int value) {
playId_ = value;
onChanged();
return this;
}
/**
* uint32 play_id = 1;
* @return This builder for chaining.
*/
public Builder clearPlayId() {
playId_ = 0;
onChanged();
return this;
}
private int playType_ ;
/**
* uint32 play_type = 3;
* @return The playType.
*/
@java.lang.Override
public int getPlayType() {
return playType_;
}
/**
* uint32 play_type = 3;
* @param value The playType to set.
* @return This builder for chaining.
*/
public Builder setPlayType(int value) {
playType_ = value;
onChanged();
return this;
}
/**
* uint32 play_type = 3;
* @return This builder for chaining.
*/
public Builder clearPlayType() {
playType_ = 0;
onChanged();
return this;
}
private int entryId_ ;
/**
* uint32 entry_id = 14;
* @return The entryId.
*/
@java.lang.Override
public int getEntryId() {
return entryId_;
}
/**
* uint32 entry_id = 14;
* @param value The entryId to set.
* @return This builder for chaining.
*/
public Builder setEntryId(int value) {
entryId_ = value;
onChanged();
return this;
}
/**
* uint32 entry_id = 14;
* @return This builder for chaining.
*/
public Builder clearEntryId() {
entryId_ = 0;
onChanged();
return this;
}
private boolean isOpen_ ;
/**
* bool is_open = 5;
* @return The isOpen.
*/
@java.lang.Override
public boolean getIsOpen() {
return isOpen_;
}
/**
* bool is_open = 5;
* @param value The isOpen to set.
* @return This builder for chaining.
*/
public Builder setIsOpen(boolean value) {
isOpen_ = value;
onChanged();
return this;
}
/**
* bool is_open = 5;
* @return This builder for chaining.
*/
public Builder clearIsOpen() {
isOpen_ = false;
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:ScenePlayInfo)
}
// @@protoc_insertion_point(class_scope:ScenePlayInfo)
private static final emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo();
}
public static emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser