emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SceneGalleryBrokenFloorInfo.proto
package emu.grasscutter.net.proto;
public final class SceneGalleryBrokenFloorInfoOuterClass {
private SceneGalleryBrokenFloorInfoOuterClass() {}
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 SceneGalleryBrokenFloorInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:SceneGalleryBrokenFloorInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 end_time = 4;
* @return The endTime.
*/
int getEndTime();
/**
* map<uint32, uint32> fall_count_map = 14;
*/
int getFallCountMapCount();
/**
* map<uint32, uint32> fall_count_map = 14;
*/
boolean containsFallCountMap(
int key);
/**
* Use {@link #getFallCountMapMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getFallCountMap();
/**
* map<uint32, uint32> fall_count_map = 14;
*/
java.util.Map
getFallCountMapMap();
/**
* map<uint32, uint32> fall_count_map = 14;
*/
int getFallCountMapOrDefault(
int key,
int defaultValue);
/**
* map<uint32, uint32> fall_count_map = 14;
*/
int getFallCountMapOrThrow(
int key);
}
/**
*
* Obf: FAPAGMKKDJG
*
*
* Protobuf type {@code SceneGalleryBrokenFloorInfo}
*/
public static final class SceneGalleryBrokenFloorInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:SceneGalleryBrokenFloorInfo)
SceneGalleryBrokenFloorInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use SceneGalleryBrokenFloorInfo.newBuilder() to construct.
private SceneGalleryBrokenFloorInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SceneGalleryBrokenFloorInfo() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new SceneGalleryBrokenFloorInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SceneGalleryBrokenFloorInfo(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
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: {
endTime_ = input.readUInt32();
break;
}
case 114: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
fallCountMap_ = com.google.protobuf.MapField.newMapField(
FallCountMapDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000001;
}
com.google.protobuf.MapEntry
fallCountMap__ = input.readMessage(
FallCountMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
fallCountMap_.getMutableMap().put(
fallCountMap__.getKey(), fallCountMap__.getValue());
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.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 14:
return internalGetFallCountMap();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.class, emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.Builder.class);
}
public static final int END_TIME_FIELD_NUMBER = 4;
private int endTime_;
/**
* uint32 end_time = 4;
* @return The endTime.
*/
@java.lang.Override
public int getEndTime() {
return endTime_;
}
public static final int FALL_COUNT_MAP_FIELD_NUMBER = 14;
private static final class FallCountMapDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.Integer, java.lang.Integer> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.UINT32,
0,
com.google.protobuf.WireFormat.FieldType.UINT32,
0);
}
private com.google.protobuf.MapField<
java.lang.Integer, java.lang.Integer> fallCountMap_;
private com.google.protobuf.MapField
internalGetFallCountMap() {
if (fallCountMap_ == null) {
return com.google.protobuf.MapField.emptyMapField(
FallCountMapDefaultEntryHolder.defaultEntry);
}
return fallCountMap_;
}
public int getFallCountMapCount() {
return internalGetFallCountMap().getMap().size();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public boolean containsFallCountMap(
int key) {
return internalGetFallCountMap().getMap().containsKey(key);
}
/**
* Use {@link #getFallCountMapMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getFallCountMap() {
return getFallCountMapMap();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public java.util.Map getFallCountMapMap() {
return internalGetFallCountMap().getMap();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public int getFallCountMapOrDefault(
int key,
int defaultValue) {
java.util.Map map =
internalGetFallCountMap().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public int getFallCountMapOrThrow(
int key) {
java.util.Map map =
internalGetFallCountMap().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
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 (endTime_ != 0) {
output.writeUInt32(4, endTime_);
}
com.google.protobuf.GeneratedMessageV3
.serializeIntegerMapTo(
output,
internalGetFallCountMap(),
FallCountMapDefaultEntryHolder.defaultEntry,
14);
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (endTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, endTime_);
}
for (java.util.Map.Entry entry
: internalGetFallCountMap().getMap().entrySet()) {
com.google.protobuf.MapEntry
fallCountMap__ = FallCountMapDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(14, fallCountMap__);
}
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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo other = (emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo) obj;
if (getEndTime()
!= other.getEndTime()) return false;
if (!internalGetFallCountMap().equals(
other.internalGetFallCountMap())) 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) + END_TIME_FIELD_NUMBER;
hash = (53 * hash) + getEndTime();
if (!internalGetFallCountMap().getMap().isEmpty()) {
hash = (37 * hash) + FALL_COUNT_MAP_FIELD_NUMBER;
hash = (53 * hash) + internalGetFallCountMap().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo 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: FAPAGMKKDJG
*
*
* Protobuf type {@code SceneGalleryBrokenFloorInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:SceneGalleryBrokenFloorInfo)
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 14:
return internalGetFallCountMap();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 14:
return internalGetMutableFallCountMap();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.class, emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.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();
endTime_ = 0;
internalGetMutableFallCountMap().clear();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.internal_static_SceneGalleryBrokenFloorInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo build() {
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo buildPartial() {
emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo result = new emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo(this);
int from_bitField0_ = bitField0_;
result.endTime_ = endTime_;
result.fallCountMap_ = internalGetFallCountMap();
result.fallCountMap_.makeImmutable();
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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo) {
return mergeFrom((emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo other) {
if (other == emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo.getDefaultInstance()) return this;
if (other.getEndTime() != 0) {
setEndTime(other.getEndTime());
}
internalGetMutableFallCountMap().mergeFrom(
other.internalGetFallCountMap());
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.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int endTime_ ;
/**
* uint32 end_time = 4;
* @return The endTime.
*/
@java.lang.Override
public int getEndTime() {
return endTime_;
}
/**
* uint32 end_time = 4;
* @param value The endTime to set.
* @return This builder for chaining.
*/
public Builder setEndTime(int value) {
endTime_ = value;
onChanged();
return this;
}
/**
* uint32 end_time = 4;
* @return This builder for chaining.
*/
public Builder clearEndTime() {
endTime_ = 0;
onChanged();
return this;
}
private com.google.protobuf.MapField<
java.lang.Integer, java.lang.Integer> fallCountMap_;
private com.google.protobuf.MapField
internalGetFallCountMap() {
if (fallCountMap_ == null) {
return com.google.protobuf.MapField.emptyMapField(
FallCountMapDefaultEntryHolder.defaultEntry);
}
return fallCountMap_;
}
private com.google.protobuf.MapField
internalGetMutableFallCountMap() {
onChanged();;
if (fallCountMap_ == null) {
fallCountMap_ = com.google.protobuf.MapField.newMapField(
FallCountMapDefaultEntryHolder.defaultEntry);
}
if (!fallCountMap_.isMutable()) {
fallCountMap_ = fallCountMap_.copy();
}
return fallCountMap_;
}
public int getFallCountMapCount() {
return internalGetFallCountMap().getMap().size();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public boolean containsFallCountMap(
int key) {
return internalGetFallCountMap().getMap().containsKey(key);
}
/**
* Use {@link #getFallCountMapMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getFallCountMap() {
return getFallCountMapMap();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public java.util.Map getFallCountMapMap() {
return internalGetFallCountMap().getMap();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public int getFallCountMapOrDefault(
int key,
int defaultValue) {
java.util.Map map =
internalGetFallCountMap().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
@java.lang.Override
public int getFallCountMapOrThrow(
int key) {
java.util.Map map =
internalGetFallCountMap().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearFallCountMap() {
internalGetMutableFallCountMap().getMutableMap()
.clear();
return this;
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
public Builder removeFallCountMap(
int key) {
internalGetMutableFallCountMap().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableFallCountMap() {
return internalGetMutableFallCountMap().getMutableMap();
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
public Builder putFallCountMap(
int key,
int value) {
internalGetMutableFallCountMap().getMutableMap()
.put(key, value);
return this;
}
/**
* map<uint32, uint32> fall_count_map = 14;
*/
public Builder putAllFallCountMap(
java.util.Map values) {
internalGetMutableFallCountMap().getMutableMap()
.putAll(values);
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:SceneGalleryBrokenFloorInfo)
}
// @@protoc_insertion_point(class_scope:SceneGalleryBrokenFloorInfo)
private static final emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo();
}
public static emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SceneGalleryBrokenFloorInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new SceneGalleryBrokenFloorInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.SceneGalleryBrokenFloorInfoOuterClass.SceneGalleryBrokenFloorInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_SceneGalleryBrokenFloorInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_SceneGalleryBrokenFloorInfo_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_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!SceneGalleryBrokenFloorInfo.proto\"\254\001\n\033" +
"SceneGalleryBrokenFloorInfo\022\020\n\010end_time\030" +
"\004 \001(\r\022F\n\016fall_count_map\030\016 \003(\0132..SceneGal" +
"leryBrokenFloorInfo.FallCountMapEntry\0323\n" +
"\021FallCountMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value" +
"\030\002 \001(\r:\0028\001B\033\n\031emu.grasscutter.net.protob" +
"\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_SceneGalleryBrokenFloorInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_SceneGalleryBrokenFloorInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_SceneGalleryBrokenFloorInfo_descriptor,
new java.lang.String[] { "EndTime", "FallCountMap", });
internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_descriptor =
internal_static_SceneGalleryBrokenFloorInfo_descriptor.getNestedTypes().get(0);
internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_SceneGalleryBrokenFloorInfo_FallCountMapEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
}
// @@protoc_insertion_point(outer_class_scope)
}