mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-08 21:15:54 +08:00
757 lines
24 KiB
Java
757 lines
24 KiB
Java
// 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 {
|
|
|
|
/**
|
|
* <code>uint32 play_id = 1;</code>
|
|
* @return The playId.
|
|
*/
|
|
int getPlayId();
|
|
|
|
/**
|
|
* <code>uint32 play_type = 3;</code>
|
|
* @return The playType.
|
|
*/
|
|
int getPlayType();
|
|
|
|
/**
|
|
* <code>uint32 entry_id = 14;</code>
|
|
* @return The entryId.
|
|
*/
|
|
int getEntryId();
|
|
|
|
/**
|
|
* <code>bool is_open = 5;</code>
|
|
* @return The isOpen.
|
|
*/
|
|
boolean getIsOpen();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: MGHLAJDMHHO
|
|
* </pre>
|
|
*
|
|
* 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_;
|
|
/**
|
|
* <code>uint32 play_id = 1;</code>
|
|
* @return The playId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayId() {
|
|
return playId_;
|
|
}
|
|
|
|
public static final int PLAY_TYPE_FIELD_NUMBER = 3;
|
|
private int playType_;
|
|
/**
|
|
* <code>uint32 play_type = 3;</code>
|
|
* @return The playType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayType() {
|
|
return playType_;
|
|
}
|
|
|
|
public static final int ENTRY_ID_FIELD_NUMBER = 14;
|
|
private int entryId_;
|
|
/**
|
|
* <code>uint32 entry_id = 14;</code>
|
|
* @return The entryId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEntryId() {
|
|
return entryId_;
|
|
}
|
|
|
|
public static final int IS_OPEN_FIELD_NUMBER = 5;
|
|
private boolean isOpen_;
|
|
/**
|
|
* <code>bool is_open = 5;</code>
|
|
* @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;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: MGHLAJDMHHO
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code ScenePlayInfo}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:ScenePlayInfo)
|
|
emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder {
|
|
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);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
playId_ = 0;
|
|
|
|
playType_ = 0;
|
|
|
|
entryId_ = 0;
|
|
|
|
isOpen_ = false;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.ScenePlayInfoOuterClass.internal_static_ScenePlayInfo_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo build() {
|
|
emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo buildPartial() {
|
|
emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo result = new emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo(this);
|
|
result.playId_ = playId_;
|
|
result.playType_ = playType_;
|
|
result.entryId_ = entryId_;
|
|
result.isOpen_ = isOpen_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearOneof(
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index, java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other instanceof emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo) {
|
|
return mergeFrom((emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo other) {
|
|
if (other == emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo.getDefaultInstance()) return this;
|
|
if (other.getPlayId() != 0) {
|
|
setPlayId(other.getPlayId());
|
|
}
|
|
if (other.getPlayType() != 0) {
|
|
setPlayType(other.getPlayType());
|
|
}
|
|
if (other.getEntryId() != 0) {
|
|
setEntryId(other.getEntryId());
|
|
}
|
|
if (other.getIsOpen() != false) {
|
|
setIsOpen(other.getIsOpen());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private int playId_ ;
|
|
/**
|
|
* <code>uint32 play_id = 1;</code>
|
|
* @return The playId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayId() {
|
|
return playId_;
|
|
}
|
|
/**
|
|
* <code>uint32 play_id = 1;</code>
|
|
* @param value The playId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPlayId(int value) {
|
|
|
|
playId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 play_id = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPlayId() {
|
|
|
|
playId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int playType_ ;
|
|
/**
|
|
* <code>uint32 play_type = 3;</code>
|
|
* @return The playType.
|
|
*/
|
|
@java.lang.Override
|
|
public int getPlayType() {
|
|
return playType_;
|
|
}
|
|
/**
|
|
* <code>uint32 play_type = 3;</code>
|
|
* @param value The playType to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setPlayType(int value) {
|
|
|
|
playType_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 play_type = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearPlayType() {
|
|
|
|
playType_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int entryId_ ;
|
|
/**
|
|
* <code>uint32 entry_id = 14;</code>
|
|
* @return The entryId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEntryId() {
|
|
return entryId_;
|
|
}
|
|
/**
|
|
* <code>uint32 entry_id = 14;</code>
|
|
* @param value The entryId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setEntryId(int value) {
|
|
|
|
entryId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 entry_id = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearEntryId() {
|
|
|
|
entryId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isOpen_ ;
|
|
/**
|
|
* <code>bool is_open = 5;</code>
|
|
* @return The isOpen.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsOpen() {
|
|
return isOpen_;
|
|
}
|
|
/**
|
|
* <code>bool is_open = 5;</code>
|
|
* @param value The isOpen to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsOpen(boolean value) {
|
|
|
|
isOpen_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_open = 5;</code>
|
|
* @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<ScenePlayInfo>
|
|
PARSER = new com.google.protobuf.AbstractParser<ScenePlayInfo>() {
|
|
@java.lang.Override
|
|
public ScenePlayInfo parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new ScenePlayInfo(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<ScenePlayInfo> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<ScenePlayInfo> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.ScenePlayInfoOuterClass.ScenePlayInfo getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_ScenePlayInfo_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_ScenePlayInfo_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\023ScenePlayInfo.proto\"V\n\rScenePlayInfo\022\017" +
|
|
"\n\007play_id\030\001 \001(\r\022\021\n\tplay_type\030\003 \001(\r\022\020\n\010en" +
|
|
"try_id\030\016 \001(\r\022\017\n\007is_open\030\005 \001(\010B\033\n\031emu.gra" +
|
|
"sscutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
});
|
|
internal_static_ScenePlayInfo_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_ScenePlayInfo_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_ScenePlayInfo_descriptor,
|
|
new java.lang.String[] { "PlayId", "PlayType", "EntryId", "IsOpen", });
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|