mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 05:49:54 +08:00
Remove protocol definitions from Spotless
This commit is contained in:
@@ -36,6 +36,11 @@ plugins {
|
||||
|
||||
spotless {
|
||||
java {
|
||||
target fileTree(rootDir) {
|
||||
include '**/*.java'
|
||||
exclude '**/generated/**/*.*'
|
||||
}
|
||||
|
||||
importOrder('io.grasscutter', '', 'java', 'javax', '\\#java', '\\#') // Configure import order.
|
||||
googleJavaFormat('1.15.0') // Use Google's Java formatter.
|
||||
formatAnnotations() // Reformat annotations.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -4,161 +4,194 @@
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AEIMLNONEAPOuterClass {
|
||||
private AEIMLNONEAPOuterClass() {}
|
||||
private AEIMLNONEAPOuterClass() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
/**
|
||||
* Protobuf enum {@code AEIMLNONEAP}
|
||||
*/
|
||||
public enum AEIMLNONEAP
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopNone = 0;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopNone(0),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopSuccess = 1;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopSuccess(1),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopTimeup = 2;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopTimeup(2),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopClientInterrupt = 3;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopClientInterrupt(3),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopCancel = 4;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopCancel(4),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopActivityClosed = 5;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopActivityClosed(5),
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopFail = 6;</code>
|
||||
*/
|
||||
AEIMLNONEAP_PacmanDungeonStopFail(6),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
|
||||
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
/** Protobuf enum {@code AEIMLNONEAP} */
|
||||
public enum AEIMLNONEAP implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopNone = 0;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopNone(0),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopSuccess = 1;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopSuccess(1),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopTimeup = 2;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopTimeup(2),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopClientInterrupt = 3;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopClientInterrupt(3),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopCancel = 4;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopCancel(4),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopActivityClosed = 5;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopActivityClosed(5),
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopFail = 6;</code> */
|
||||
AEIMLNONEAP_PacmanDungeonStopFail(6),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopNone = 0;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopNone_VALUE = 0;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopSuccess = 1;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopSuccess_VALUE = 1;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopTimeup = 2;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopTimeup_VALUE = 2;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopClientInterrupt = 3;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopClientInterrupt_VALUE = 3;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopCancel = 4;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopCancel_VALUE = 4;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopActivityClosed = 5;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopActivityClosed_VALUE = 5;
|
||||
/**
|
||||
* <code>AEIMLNONEAP_PacmanDungeonStopFail = 6;</code>
|
||||
*/
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopFail_VALUE = 6;
|
||||
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopNone = 0;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopNone_VALUE = 0;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopSuccess = 1;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopSuccess_VALUE = 1;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopTimeup = 2;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopTimeup_VALUE = 2;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopClientInterrupt = 3;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopClientInterrupt_VALUE = 3;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopCancel = 4;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopCancel_VALUE = 4;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopActivityClosed = 5;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopActivityClosed_VALUE = 5;
|
||||
/** <code>AEIMLNONEAP_PacmanDungeonStopFail = 6;</code> */
|
||||
public static final int AEIMLNONEAP_PacmanDungeonStopFail_VALUE = 6;
|
||||
|
||||
public final int getNumber() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AEIMLNONEAP valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AEIMLNONEAP forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0:
|
||||
return AEIMLNONEAP_PacmanDungeonStopNone;
|
||||
case 1:
|
||||
return AEIMLNONEAP_PacmanDungeonStopSuccess;
|
||||
case 2:
|
||||
return AEIMLNONEAP_PacmanDungeonStopTimeup;
|
||||
case 3:
|
||||
return AEIMLNONEAP_PacmanDungeonStopClientInterrupt;
|
||||
case 4:
|
||||
return AEIMLNONEAP_PacmanDungeonStopCancel;
|
||||
case 5:
|
||||
return AEIMLNONEAP_PacmanDungeonStopActivityClosed;
|
||||
case 6:
|
||||
return AEIMLNONEAP_PacmanDungeonStopFail;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AEIMLNONEAP> internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<AEIMLNONEAP> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AEIMLNONEAP>() {
|
||||
public AEIMLNONEAP findValueByNumber(int number) {
|
||||
return AEIMLNONEAP.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(ordinal());
|
||||
}
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AEIMLNONEAPOuterClass.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final AEIMLNONEAP[] VALUES = values();
|
||||
|
||||
public static AEIMLNONEAP valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int value;
|
||||
|
||||
private AEIMLNONEAP(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AEIMLNONEAP)
|
||||
public final int getNumber() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
|
||||
return descriptor;
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AEIMLNONEAP valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
|
||||
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021AEIMLNONEAP.proto*\272\002\n\013AEIMLNONEAP\022%\n!A"
|
||||
+ "EIMLNONEAP_PacmanDungeonStopNone\020\000\022(\n$AE"
|
||||
+ "IMLNONEAP_PacmanDungeonStopSuccess\020\001\022\'\n#"
|
||||
+ "AEIMLNONEAP_PacmanDungeonStopTimeup\020\002\0220\n"
|
||||
+ ",AEIMLNONEAP_PacmanDungeonStopClientInte"
|
||||
+ "rrupt\020\003\022\'\n#AEIMLNONEAP_PacmanDungeonStop"
|
||||
+ "Cancel\020\004\022/\n+AEIMLNONEAP_PacmanDungeonSto"
|
||||
+ "pActivityClosed\020\005\022%\n!AEIMLNONEAP_PacmanD"
|
||||
+ "ungeonStopFail\020\006B\033\n\031emu.grasscutter.net."
|
||||
+ "protob\006proto3"
|
||||
};
|
||||
descriptor =
|
||||
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
||||
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AEIMLNONEAP forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return AEIMLNONEAP_PacmanDungeonStopNone;
|
||||
case 1: return AEIMLNONEAP_PacmanDungeonStopSuccess;
|
||||
case 2: return AEIMLNONEAP_PacmanDungeonStopTimeup;
|
||||
case 3: return AEIMLNONEAP_PacmanDungeonStopClientInterrupt;
|
||||
case 4: return AEIMLNONEAP_PacmanDungeonStopCancel;
|
||||
case 5: return AEIMLNONEAP_PacmanDungeonStopActivityClosed;
|
||||
case 6: return AEIMLNONEAP_PacmanDungeonStopFail;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AEIMLNONEAP>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
AEIMLNONEAP> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AEIMLNONEAP>() {
|
||||
public AEIMLNONEAP findValueByNumber(int number) {
|
||||
return AEIMLNONEAP.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(ordinal());
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AEIMLNONEAPOuterClass.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final AEIMLNONEAP[] VALUES = values();
|
||||
|
||||
public static AEIMLNONEAP valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int value;
|
||||
|
||||
private AEIMLNONEAP(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AEIMLNONEAP)
|
||||
}
|
||||
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021AEIMLNONEAP.proto*\272\002\n\013AEIMLNONEAP\022%\n!A" +
|
||||
"EIMLNONEAP_PacmanDungeonStopNone\020\000\022(\n$AE" +
|
||||
"IMLNONEAP_PacmanDungeonStopSuccess\020\001\022\'\n#" +
|
||||
"AEIMLNONEAP_PacmanDungeonStopTimeup\020\002\0220\n" +
|
||||
",AEIMLNONEAP_PacmanDungeonStopClientInte" +
|
||||
"rrupt\020\003\022\'\n#AEIMLNONEAP_PacmanDungeonStop" +
|
||||
"Cancel\020\004\022/\n+AEIMLNONEAP_PacmanDungeonSto" +
|
||||
"pActivityClosed\020\005\022%\n!AEIMLNONEAP_PacmanD" +
|
||||
"ungeonStopFail\020\006B\033\n\031emu.grasscutter.net." +
|
||||
"protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -4,488 +4,470 @@
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AFKHBKBKGIGOuterClass {
|
||||
private AFKHBKBKGIGOuterClass() {}
|
||||
private AFKHBKBKGIGOuterClass() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
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 static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
public interface AFKHBKBKGIGOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AFKHBKBKGIG)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 7104
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AFKHBKBKGIG}
|
||||
*/
|
||||
public static final class AFKHBKBKGIG extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AFKHBKBKGIG)
|
||||
AFKHBKBKGIGOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AFKHBKBKGIG.newBuilder() to construct.
|
||||
private AFKHBKBKGIG(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AFKHBKBKGIG() {
|
||||
}
|
||||
|
||||
public interface AFKHBKBKGIGOrBuilder
|
||||
extends
|
||||
// @@protoc_insertion_point(interface_extends:AFKHBKBKGIG)
|
||||
com.google.protobuf.MessageOrBuilder {}
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AFKHBKBKGIG();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AFKHBKBKGIG(
|
||||
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;
|
||||
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.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.class, emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.Builder.class);
|
||||
}
|
||||
|
||||
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 {
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG other = (emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) obj;
|
||||
|
||||
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 = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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>
|
||||
* CmdId: 7104
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AFKHBKBKGIG}
|
||||
*/
|
||||
public static final class AFKHBKBKGIG extends com.google.protobuf.GeneratedMessageV3
|
||||
implements
|
||||
// @@protoc_insertion_point(message_implements:AFKHBKBKGIG)
|
||||
AFKHBKBKGIGOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AFKHBKBKGIG.newBuilder() to construct.
|
||||
private AFKHBKBKGIG(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AFKHBKBKGIG)
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIGOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.class, emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.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();
|
||||
return this;
|
||||
}
|
||||
|
||||
private AFKHBKBKGIG() {}
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
||||
return new AFKHBKBKGIG();
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG build() {
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG buildPartial() {
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG result = new emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG(this);
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
private AFKHBKBKGIG(
|
||||
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;
|
||||
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 Builder mergeFrom(emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG other) {
|
||||
if (other == emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.getDefaultInstance()) return this;
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass
|
||||
.internal_static_AFKHBKBKGIG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.class,
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.Builder.class);
|
||||
}
|
||||
|
||||
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 {
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG other =
|
||||
(emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) obj;
|
||||
|
||||
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 = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
java.io.InputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseDelimitedFrom(
|
||||
java.io.InputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parseFrom(
|
||||
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG 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>
|
||||
* CmdId: 7104
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AFKHBKBKGIG}
|
||||
*/
|
||||
public static final class Builder
|
||||
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:AFKHBKBKGIG)
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIGOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass
|
||||
.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass
|
||||
.internal_static_AFKHBKBKGIG_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.class,
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.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();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass
|
||||
.internal_static_AFKHBKBKGIG_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG
|
||||
getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG build() {
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG buildPartial() {
|
||||
emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG result =
|
||||
new emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG(this);
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG) other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG other) {
|
||||
if (other
|
||||
== emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG.getDefaultInstance())
|
||||
return this;
|
||||
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.AFKHBKBKGIGOuterClass.AFKHBKBKGIG parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage =
|
||||
(emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG)
|
||||
e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
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:AFKHBKBKGIG)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AFKHBKBKGIG)
|
||||
private static final emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG
|
||||
DEFAULT_INSTANCE;
|
||||
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AFKHBKBKGIG> PARSER =
|
||||
new com.google.protobuf.AbstractParser<AFKHBKBKGIG>() {
|
||||
@java.lang.Override
|
||||
public AFKHBKBKGIG parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AFKHBKBKGIG(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AFKHBKBKGIG> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AFKHBKBKGIG> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
// @@protoc_insertion_point(builder_scope:AFKHBKBKGIG)
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AFKHBKBKGIG_descriptor;
|
||||
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AFKHBKBKGIG_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AFKHBKBKGIG)
|
||||
private static final emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG DEFAULT_INSTANCE;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021AFKHBKBKGIG.proto\"\r\n\013AFKHBKBKGIGB\033\n\031em"
|
||||
+ "u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor =
|
||||
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
||||
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
||||
internal_static_AFKHBKBKGIG_descriptor = getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AFKHBKBKGIG_fieldAccessorTable =
|
||||
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AFKHBKBKGIG_descriptor, new java.lang.String[] {});
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
public static emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AFKHBKBKGIG>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AFKHBKBKGIG>() {
|
||||
@java.lang.Override
|
||||
public AFKHBKBKGIG parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AFKHBKBKGIG(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AFKHBKBKGIG> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AFKHBKBKGIG> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AFKHBKBKGIGOuterClass.AFKHBKBKGIG getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AFKHBKBKGIG_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AFKHBKBKGIG_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\021AFKHBKBKGIG.proto\"\r\n\013AFKHBKBKGIGB\033\n\031em" +
|
||||
"u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AFKHBKBKGIG_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AFKHBKBKGIG_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AFKHBKBKGIG_descriptor,
|
||||
new java.lang.String[] { });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -4,488 +4,470 @@
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AIEGMNDKMGNOuterClass {
|
||||
private AIEGMNDKMGNOuterClass() {}
|
||||
private AIEGMNDKMGNOuterClass() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
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 static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
public interface AIEGMNDKMGNOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:AIEGMNDKMGN)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 7850
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AIEGMNDKMGN}
|
||||
*/
|
||||
public static final class AIEGMNDKMGN extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:AIEGMNDKMGN)
|
||||
AIEGMNDKMGNOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AIEGMNDKMGN.newBuilder() to construct.
|
||||
private AIEGMNDKMGN(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private AIEGMNDKMGN() {
|
||||
}
|
||||
|
||||
public interface AIEGMNDKMGNOrBuilder
|
||||
extends
|
||||
// @@protoc_insertion_point(interface_extends:AIEGMNDKMGN)
|
||||
com.google.protobuf.MessageOrBuilder {}
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new AIEGMNDKMGN();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private AIEGMNDKMGN(
|
||||
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;
|
||||
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.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.class, emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.Builder.class);
|
||||
}
|
||||
|
||||
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 {
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN other = (emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) obj;
|
||||
|
||||
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 = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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>
|
||||
* CmdId: 7850
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AIEGMNDKMGN}
|
||||
*/
|
||||
public static final class AIEGMNDKMGN extends com.google.protobuf.GeneratedMessageV3
|
||||
implements
|
||||
// @@protoc_insertion_point(message_implements:AIEGMNDKMGN)
|
||||
AIEGMNDKMGNOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use AIEGMNDKMGN.newBuilder() to construct.
|
||||
private AIEGMNDKMGN(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:AIEGMNDKMGN)
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGNOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.class, emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.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();
|
||||
return this;
|
||||
}
|
||||
|
||||
private AIEGMNDKMGN() {}
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
||||
return new AIEGMNDKMGN();
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN build() {
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN buildPartial() {
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN result = new emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN(this);
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
private AIEGMNDKMGN(
|
||||
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;
|
||||
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 Builder mergeFrom(emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN other) {
|
||||
if (other == emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.getDefaultInstance()) return this;
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass
|
||||
.internal_static_AIEGMNDKMGN_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.class,
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.Builder.class);
|
||||
}
|
||||
|
||||
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 {
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN other =
|
||||
(emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) obj;
|
||||
|
||||
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 = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
java.io.InputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseDelimitedFrom(
|
||||
java.io.InputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parseFrom(
|
||||
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN 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>
|
||||
* CmdId: 7850
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AIEGMNDKMGN}
|
||||
*/
|
||||
public static final class Builder
|
||||
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:AIEGMNDKMGN)
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGNOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass
|
||||
.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass
|
||||
.internal_static_AIEGMNDKMGN_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.class,
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.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();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass
|
||||
.internal_static_AIEGMNDKMGN_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN
|
||||
getDefaultInstanceForType() {
|
||||
return emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN build() {
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN buildPartial() {
|
||||
emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN result =
|
||||
new emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN(this);
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) {
|
||||
return mergeFrom((emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN) other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN other) {
|
||||
if (other
|
||||
== emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN.getDefaultInstance())
|
||||
return this;
|
||||
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.AIEGMNDKMGNOuterClass.AIEGMNDKMGN parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage =
|
||||
(emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN)
|
||||
e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
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:AIEGMNDKMGN)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AIEGMNDKMGN)
|
||||
private static final emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN
|
||||
DEFAULT_INSTANCE;
|
||||
|
||||
static {
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN();
|
||||
}
|
||||
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AIEGMNDKMGN> PARSER =
|
||||
new com.google.protobuf.AbstractParser<AIEGMNDKMGN>() {
|
||||
@java.lang.Override
|
||||
public AIEGMNDKMGN parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AIEGMNDKMGN(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AIEGMNDKMGN> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AIEGMNDKMGN> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
// @@protoc_insertion_point(builder_scope:AIEGMNDKMGN)
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AIEGMNDKMGN_descriptor;
|
||||
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AIEGMNDKMGN_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
|
||||
|
||||
// @@protoc_insertion_point(class_scope:AIEGMNDKMGN)
|
||||
private static final emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN DEFAULT_INSTANCE;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021AIEGMNDKMGN.proto\"\r\n\013AIEGMNDKMGNB\033\n\031em"
|
||||
+ "u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor =
|
||||
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
||||
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
||||
internal_static_AIEGMNDKMGN_descriptor = getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AIEGMNDKMGN_fieldAccessorTable =
|
||||
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AIEGMNDKMGN_descriptor, new java.lang.String[] {});
|
||||
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
public static emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<AIEGMNDKMGN>
|
||||
PARSER = new com.google.protobuf.AbstractParser<AIEGMNDKMGN>() {
|
||||
@java.lang.Override
|
||||
public AIEGMNDKMGN parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new AIEGMNDKMGN(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<AIEGMNDKMGN> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<AIEGMNDKMGN> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AIEGMNDKMGNOuterClass.AIEGMNDKMGN getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_AIEGMNDKMGN_descriptor;
|
||||
private static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_AIEGMNDKMGN_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\021AIEGMNDKMGN.proto\"\r\n\013AIEGMNDKMGNB\033\n\031em" +
|
||||
"u.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_AIEGMNDKMGN_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_AIEGMNDKMGN_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AIEGMNDKMGN_descriptor,
|
||||
new java.lang.String[] { });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
|
||||
+1812
-1859
File diff suppressed because it is too large
Load Diff
+788
-880
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+909
-996
File diff suppressed because it is too large
Load Diff
+909
-1009
File diff suppressed because it is too large
Load Diff
+716
-806
File diff suppressed because it is too large
Load Diff
+1272
-1373
File diff suppressed because it is too large
Load Diff
+1866
-2044
File diff suppressed because it is too large
Load Diff
+786
-870
File diff suppressed because it is too large
Load Diff
+1029
-1070
File diff suppressed because it is too large
Load Diff
+716
-789
File diff suppressed because it is too large
Load Diff
+796
-826
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1102
-1183
File diff suppressed because it is too large
Load Diff
+646
-693
File diff suppressed because it is too large
Load Diff
+853
-913
File diff suppressed because it is too large
Load Diff
+863
-968
File diff suppressed because it is too large
Load Diff
+1619
-1834
File diff suppressed because it is too large
Load Diff
+798
-869
File diff suppressed because it is too large
Load Diff
+805
-613
File diff suppressed because it is too large
Load Diff
+923
-1001
File diff suppressed because it is too large
Load Diff
+1285
-1442
File diff suppressed because it is too large
Load Diff
+643
-723
File diff suppressed because it is too large
Load Diff
+1944
-2124
File diff suppressed because it is too large
Load Diff
+578
-663
File diff suppressed because it is too large
Load Diff
+797
-911
File diff suppressed because it is too large
Load Diff
+643
-773
File diff suppressed because it is too large
Load Diff
+784
-888
File diff suppressed because it is too large
Load Diff
+980
-1099
File diff suppressed because it is too large
Load Diff
+1959
-2282
File diff suppressed because it is too large
Load Diff
+505
-566
File diff suppressed because it is too large
Load Diff
+1629
-1770
File diff suppressed because it is too large
Load Diff
+1058
-1155
File diff suppressed because it is too large
Load Diff
+837
-928
File diff suppressed because it is too large
Load Diff
+2928
-3483
File diff suppressed because it is too large
Load Diff
+180
-156
@@ -4,172 +4,196 @@
|
||||
package emu.grasscutter.net.proto;
|
||||
|
||||
public final class AbilityScalarTypeOuterClass {
|
||||
private AbilityScalarTypeOuterClass() {}
|
||||
private AbilityScalarTypeOuterClass() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
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 static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Obf: EBCOKIIELIE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AbilityScalarType}
|
||||
*/
|
||||
public enum AbilityScalarType
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* <pre>
|
||||
* Obf: EBCOKIIELIE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf enum {@code AbilityScalarType}
|
||||
* <code>ABILITY_SCALAR_TYPE_UNKNOW = 0;</code>
|
||||
*/
|
||||
public enum AbilityScalarType implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/** <code>ABILITY_SCALAR_TYPE_UNKNOW = 0;</code> */
|
||||
ABILITY_SCALAR_TYPE_UNKNOW(0),
|
||||
/** <code>ABILITY_SCALAR_TYPE_FLOAT = 1;</code> */
|
||||
ABILITY_SCALAR_TYPE_FLOAT(1),
|
||||
/** <code>ABILITY_SCALAR_TYPE_INT = 2;</code> */
|
||||
ABILITY_SCALAR_TYPE_INT(2),
|
||||
/** <code>ABILITY_SCALAR_TYPE_BOOL = 3;</code> */
|
||||
ABILITY_SCALAR_TYPE_BOOL(3),
|
||||
/** <code>ABILITY_SCALAR_TYPE_TRIGGER = 4;</code> */
|
||||
ABILITY_SCALAR_TYPE_TRIGGER(4),
|
||||
/** <code>ABILITY_SCALAR_TYPE_STRING = 5;</code> */
|
||||
ABILITY_SCALAR_TYPE_STRING(5),
|
||||
/** <code>ABILITY_SCALAR_TYPE_UINT = 6;</code> */
|
||||
ABILITY_SCALAR_TYPE_UINT(6),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
ABILITY_SCALAR_TYPE_UNKNOW(0),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_FLOAT = 1;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_FLOAT(1),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_INT = 2;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_INT(2),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_BOOL = 3;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_BOOL(3),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_TRIGGER = 4;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_TRIGGER(4),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_STRING = 5;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_STRING(5),
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_UINT = 6;</code>
|
||||
*/
|
||||
ABILITY_SCALAR_TYPE_UINT(6),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
|
||||
/** <code>ABILITY_SCALAR_TYPE_UNKNOW = 0;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_UNKNOW_VALUE = 0;
|
||||
/** <code>ABILITY_SCALAR_TYPE_FLOAT = 1;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_FLOAT_VALUE = 1;
|
||||
/** <code>ABILITY_SCALAR_TYPE_INT = 2;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_INT_VALUE = 2;
|
||||
/** <code>ABILITY_SCALAR_TYPE_BOOL = 3;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_BOOL_VALUE = 3;
|
||||
/** <code>ABILITY_SCALAR_TYPE_TRIGGER = 4;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_TRIGGER_VALUE = 4;
|
||||
/** <code>ABILITY_SCALAR_TYPE_STRING = 5;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_STRING_VALUE = 5;
|
||||
/** <code>ABILITY_SCALAR_TYPE_UINT = 6;</code> */
|
||||
public static final int ABILITY_SCALAR_TYPE_UINT_VALUE = 6;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_UNKNOW = 0;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_UNKNOW_VALUE = 0;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_FLOAT = 1;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_FLOAT_VALUE = 1;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_INT = 2;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_INT_VALUE = 2;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_BOOL = 3;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_BOOL_VALUE = 3;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_TRIGGER = 4;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_TRIGGER_VALUE = 4;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_STRING = 5;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_STRING_VALUE = 5;
|
||||
/**
|
||||
* <code>ABILITY_SCALAR_TYPE_UINT = 6;</code>
|
||||
*/
|
||||
public static final int ABILITY_SCALAR_TYPE_UINT_VALUE = 6;
|
||||
|
||||
public final int getNumber() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AbilityScalarType valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AbilityScalarType forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0:
|
||||
return ABILITY_SCALAR_TYPE_UNKNOW;
|
||||
case 1:
|
||||
return ABILITY_SCALAR_TYPE_FLOAT;
|
||||
case 2:
|
||||
return ABILITY_SCALAR_TYPE_INT;
|
||||
case 3:
|
||||
return ABILITY_SCALAR_TYPE_BOOL;
|
||||
case 4:
|
||||
return ABILITY_SCALAR_TYPE_TRIGGER;
|
||||
case 5:
|
||||
return ABILITY_SCALAR_TYPE_STRING;
|
||||
case 6:
|
||||
return ABILITY_SCALAR_TYPE_UINT;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AbilityScalarType>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<AbilityScalarType>
|
||||
internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AbilityScalarType>() {
|
||||
public AbilityScalarType findValueByNumber(int number) {
|
||||
return AbilityScalarType.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(ordinal());
|
||||
}
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AbilityScalarTypeOuterClass.getDescriptor()
|
||||
.getEnumTypes()
|
||||
.get(0);
|
||||
}
|
||||
|
||||
private static final AbilityScalarType[] VALUES = values();
|
||||
|
||||
public static AbilityScalarType valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int value;
|
||||
|
||||
private AbilityScalarType(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AbilityScalarType)
|
||||
public final int getNumber() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"Can't get the number of an unknown enum value.");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
|
||||
return descriptor;
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static AbilityScalarType valueOf(int value) {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
|
||||
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\027AbilityScalarType.proto*\354\001\n\021AbilitySca"
|
||||
+ "larType\022\036\n\032ABILITY_SCALAR_TYPE_UNKNOW\020\000\022"
|
||||
+ "\035\n\031ABILITY_SCALAR_TYPE_FLOAT\020\001\022\033\n\027ABILIT"
|
||||
+ "Y_SCALAR_TYPE_INT\020\002\022\034\n\030ABILITY_SCALAR_TY"
|
||||
+ "PE_BOOL\020\003\022\037\n\033ABILITY_SCALAR_TYPE_TRIGGER"
|
||||
+ "\020\004\022\036\n\032ABILITY_SCALAR_TYPE_STRING\020\005\022\034\n\030AB"
|
||||
+ "ILITY_SCALAR_TYPE_UINT\020\006B\033\n\031emu.grasscut"
|
||||
+ "ter.net.protob\006proto3"
|
||||
};
|
||||
descriptor =
|
||||
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
||||
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static AbilityScalarType forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return ABILITY_SCALAR_TYPE_UNKNOW;
|
||||
case 1: return ABILITY_SCALAR_TYPE_FLOAT;
|
||||
case 2: return ABILITY_SCALAR_TYPE_INT;
|
||||
case 3: return ABILITY_SCALAR_TYPE_BOOL;
|
||||
case 4: return ABILITY_SCALAR_TYPE_TRIGGER;
|
||||
case 5: return ABILITY_SCALAR_TYPE_STRING;
|
||||
case 6: return ABILITY_SCALAR_TYPE_UINT;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<AbilityScalarType>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
AbilityScalarType> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<AbilityScalarType>() {
|
||||
public AbilityScalarType findValueByNumber(int number) {
|
||||
return AbilityScalarType.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (this == UNRECOGNIZED) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(ordinal());
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.AbilityScalarTypeOuterClass.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final AbilityScalarType[] VALUES = values();
|
||||
|
||||
public static AbilityScalarType valueOf(
|
||||
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
||||
if (desc.getType() != getDescriptor()) {
|
||||
throw new java.lang.IllegalArgumentException(
|
||||
"EnumValueDescriptor is not for this type.");
|
||||
}
|
||||
if (desc.getIndex() == -1) {
|
||||
return UNRECOGNIZED;
|
||||
}
|
||||
return VALUES[desc.getIndex()];
|
||||
}
|
||||
|
||||
private final int value;
|
||||
|
||||
private AbilityScalarType(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AbilityScalarType)
|
||||
}
|
||||
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\027AbilityScalarType.proto*\354\001\n\021AbilitySca" +
|
||||
"larType\022\036\n\032ABILITY_SCALAR_TYPE_UNKNOW\020\000\022" +
|
||||
"\035\n\031ABILITY_SCALAR_TYPE_FLOAT\020\001\022\033\n\027ABILIT" +
|
||||
"Y_SCALAR_TYPE_INT\020\002\022\034\n\030ABILITY_SCALAR_TY" +
|
||||
"PE_BOOL\020\003\022\037\n\033ABILITY_SCALAR_TYPE_TRIGGER" +
|
||||
"\020\004\022\036\n\032ABILITY_SCALAR_TYPE_STRING\020\005\022\034\n\030AB" +
|
||||
"ILITY_SCALAR_TYPE_UINT\020\006B\033\n\031emu.grasscut" +
|
||||
"ter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
|
||||
+1320
-1463
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2329
-2479
File diff suppressed because it is too large
Load Diff
+579
-674
File diff suppressed because it is too large
Load Diff
+648
-746
File diff suppressed because it is too large
Load Diff
+991
-1058
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+797
-845
File diff suppressed because it is too large
Load Diff
+507
-598
File diff suppressed because it is too large
Load Diff
+936
-1074
File diff suppressed because it is too large
Load Diff
+1132
-1061
File diff suppressed because it is too large
Load Diff
+579
-661
File diff suppressed because it is too large
Load Diff
+786
-915
File diff suppressed because it is too large
Load Diff
+579
-637
File diff suppressed because it is too large
Load Diff
+647
-708
File diff suppressed because it is too large
Load Diff
+579
-632
File diff suppressed because it is too large
Load Diff
+903
-888
File diff suppressed because it is too large
Load Diff
+1508
-1634
File diff suppressed because it is too large
Load Diff
+718
-826
File diff suppressed because it is too large
Load Diff
+647
-705
File diff suppressed because it is too large
Load Diff
+1339
-1358
File diff suppressed because it is too large
Load Diff
+507
-599
File diff suppressed because it is too large
Load Diff
+904
-917
File diff suppressed because it is too large
Load Diff
+507
-599
File diff suppressed because it is too large
Load Diff
+935
-1066
File diff suppressed because it is too large
Load Diff
+507
-591
File diff suppressed because it is too large
Load Diff
+934
-1030
File diff suppressed because it is too large
Load Diff
+903
-903
File diff suppressed because it is too large
Load Diff
+774
-870
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user