mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 02:59:49 +08:00
Add support for game version 3.6 (#2110)
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
This commit is contained in:
+75
-75
@@ -19,20 +19,20 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 json_climate_type = 1;</code>
|
||||
* @return The jsonClimateType.
|
||||
* <code>uint32 PBFMHLPEEPE = 1;</code>
|
||||
* @return The pBFMHLPEEPE.
|
||||
*/
|
||||
int getJsonClimateType();
|
||||
int getPBFMHLPEEPE();
|
||||
|
||||
/**
|
||||
* <code>uint32 climate_area_id = 2;</code>
|
||||
* @return The climateAreaId.
|
||||
* <code>uint32 NJDCDHDPMBE = 2;</code>
|
||||
* @return The nJDCDHDPMBE.
|
||||
*/
|
||||
int getClimateAreaId();
|
||||
int getNJDCDHDPMBE();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CPDBIKEOEDK
|
||||
* Name: FMNPHBGDPIP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code EntityEnvironmentInfo}
|
||||
@@ -81,12 +81,12 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
jsonClimateType_ = input.readUInt32();
|
||||
pBFMHLPEEPE_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
|
||||
climateAreaId_ = input.readUInt32();
|
||||
nJDCDHDPMBE_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
@@ -121,26 +121,26 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo.class, emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo.Builder.class);
|
||||
}
|
||||
|
||||
public static final int JSON_CLIMATE_TYPE_FIELD_NUMBER = 1;
|
||||
private int jsonClimateType_;
|
||||
public static final int PBFMHLPEEPE_FIELD_NUMBER = 1;
|
||||
private int pBFMHLPEEPE_;
|
||||
/**
|
||||
* <code>uint32 json_climate_type = 1;</code>
|
||||
* @return The jsonClimateType.
|
||||
* <code>uint32 PBFMHLPEEPE = 1;</code>
|
||||
* @return The pBFMHLPEEPE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getJsonClimateType() {
|
||||
return jsonClimateType_;
|
||||
public int getPBFMHLPEEPE() {
|
||||
return pBFMHLPEEPE_;
|
||||
}
|
||||
|
||||
public static final int CLIMATE_AREA_ID_FIELD_NUMBER = 2;
|
||||
private int climateAreaId_;
|
||||
public static final int NJDCDHDPMBE_FIELD_NUMBER = 2;
|
||||
private int nJDCDHDPMBE_;
|
||||
/**
|
||||
* <code>uint32 climate_area_id = 2;</code>
|
||||
* @return The climateAreaId.
|
||||
* <code>uint32 NJDCDHDPMBE = 2;</code>
|
||||
* @return The nJDCDHDPMBE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getClimateAreaId() {
|
||||
return climateAreaId_;
|
||||
public int getNJDCDHDPMBE() {
|
||||
return nJDCDHDPMBE_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@@ -157,11 +157,11 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (jsonClimateType_ != 0) {
|
||||
output.writeUInt32(1, jsonClimateType_);
|
||||
if (pBFMHLPEEPE_ != 0) {
|
||||
output.writeUInt32(1, pBFMHLPEEPE_);
|
||||
}
|
||||
if (climateAreaId_ != 0) {
|
||||
output.writeUInt32(2, climateAreaId_);
|
||||
if (nJDCDHDPMBE_ != 0) {
|
||||
output.writeUInt32(2, nJDCDHDPMBE_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -172,13 +172,13 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (jsonClimateType_ != 0) {
|
||||
if (pBFMHLPEEPE_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, jsonClimateType_);
|
||||
.computeUInt32Size(1, pBFMHLPEEPE_);
|
||||
}
|
||||
if (climateAreaId_ != 0) {
|
||||
if (nJDCDHDPMBE_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, climateAreaId_);
|
||||
.computeUInt32Size(2, nJDCDHDPMBE_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -195,10 +195,10 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo other = (emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo) obj;
|
||||
|
||||
if (getJsonClimateType()
|
||||
!= other.getJsonClimateType()) return false;
|
||||
if (getClimateAreaId()
|
||||
!= other.getClimateAreaId()) return false;
|
||||
if (getPBFMHLPEEPE()
|
||||
!= other.getPBFMHLPEEPE()) return false;
|
||||
if (getNJDCDHDPMBE()
|
||||
!= other.getNJDCDHDPMBE()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -210,10 +210,10 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + JSON_CLIMATE_TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getJsonClimateType();
|
||||
hash = (37 * hash) + CLIMATE_AREA_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getClimateAreaId();
|
||||
hash = (37 * hash) + PBFMHLPEEPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPBFMHLPEEPE();
|
||||
hash = (37 * hash) + NJDCDHDPMBE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getNJDCDHDPMBE();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -311,7 +311,7 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: CPDBIKEOEDK
|
||||
* Name: FMNPHBGDPIP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code EntityEnvironmentInfo}
|
||||
@@ -351,9 +351,9 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
jsonClimateType_ = 0;
|
||||
pBFMHLPEEPE_ = 0;
|
||||
|
||||
climateAreaId_ = 0;
|
||||
nJDCDHDPMBE_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -381,8 +381,8 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo buildPartial() {
|
||||
emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo result = new emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo(this);
|
||||
result.jsonClimateType_ = jsonClimateType_;
|
||||
result.climateAreaId_ = climateAreaId_;
|
||||
result.pBFMHLPEEPE_ = pBFMHLPEEPE_;
|
||||
result.nJDCDHDPMBE_ = nJDCDHDPMBE_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -431,11 +431,11 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo other) {
|
||||
if (other == emu.grasscutter.net.proto.EntityEnvironmentInfoOuterClass.EntityEnvironmentInfo.getDefaultInstance()) return this;
|
||||
if (other.getJsonClimateType() != 0) {
|
||||
setJsonClimateType(other.getJsonClimateType());
|
||||
if (other.getPBFMHLPEEPE() != 0) {
|
||||
setPBFMHLPEEPE(other.getPBFMHLPEEPE());
|
||||
}
|
||||
if (other.getClimateAreaId() != 0) {
|
||||
setClimateAreaId(other.getClimateAreaId());
|
||||
if (other.getNJDCDHDPMBE() != 0) {
|
||||
setNJDCDHDPMBE(other.getNJDCDHDPMBE());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
@@ -466,64 +466,64 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int jsonClimateType_ ;
|
||||
private int pBFMHLPEEPE_ ;
|
||||
/**
|
||||
* <code>uint32 json_climate_type = 1;</code>
|
||||
* @return The jsonClimateType.
|
||||
* <code>uint32 PBFMHLPEEPE = 1;</code>
|
||||
* @return The pBFMHLPEEPE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getJsonClimateType() {
|
||||
return jsonClimateType_;
|
||||
public int getPBFMHLPEEPE() {
|
||||
return pBFMHLPEEPE_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 json_climate_type = 1;</code>
|
||||
* @param value The jsonClimateType to set.
|
||||
* <code>uint32 PBFMHLPEEPE = 1;</code>
|
||||
* @param value The pBFMHLPEEPE to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJsonClimateType(int value) {
|
||||
public Builder setPBFMHLPEEPE(int value) {
|
||||
|
||||
jsonClimateType_ = value;
|
||||
pBFMHLPEEPE_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 json_climate_type = 1;</code>
|
||||
* <code>uint32 PBFMHLPEEPE = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJsonClimateType() {
|
||||
public Builder clearPBFMHLPEEPE() {
|
||||
|
||||
jsonClimateType_ = 0;
|
||||
pBFMHLPEEPE_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int climateAreaId_ ;
|
||||
private int nJDCDHDPMBE_ ;
|
||||
/**
|
||||
* <code>uint32 climate_area_id = 2;</code>
|
||||
* @return The climateAreaId.
|
||||
* <code>uint32 NJDCDHDPMBE = 2;</code>
|
||||
* @return The nJDCDHDPMBE.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getClimateAreaId() {
|
||||
return climateAreaId_;
|
||||
public int getNJDCDHDPMBE() {
|
||||
return nJDCDHDPMBE_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 climate_area_id = 2;</code>
|
||||
* @param value The climateAreaId to set.
|
||||
* <code>uint32 NJDCDHDPMBE = 2;</code>
|
||||
* @param value The nJDCDHDPMBE to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setClimateAreaId(int value) {
|
||||
public Builder setNJDCDHDPMBE(int value) {
|
||||
|
||||
climateAreaId_ = value;
|
||||
nJDCDHDPMBE_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 climate_area_id = 2;</code>
|
||||
* <code>uint32 NJDCDHDPMBE = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearClimateAreaId() {
|
||||
public Builder clearNJDCDHDPMBE() {
|
||||
|
||||
climateAreaId_ = 0;
|
||||
nJDCDHDPMBE_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@@ -594,10 +594,10 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033EntityEnvironmentInfo.proto\"K\n\025EntityE" +
|
||||
"nvironmentInfo\022\031\n\021json_climate_type\030\001 \001(" +
|
||||
"\r\022\027\n\017climate_area_id\030\002 \001(\rB\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
"\n\033EntityEnvironmentInfo.proto\"A\n\025EntityE" +
|
||||
"nvironmentInfo\022\023\n\013PBFMHLPEEPE\030\001 \001(\r\022\023\n\013N" +
|
||||
"JDCDHDPMBE\030\002 \001(\rB\033\n\031emu.grasscutter.net." +
|
||||
"protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -608,7 +608,7 @@ public final class EntityEnvironmentInfoOuterClass {
|
||||
internal_static_EntityEnvironmentInfo_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_EntityEnvironmentInfo_descriptor,
|
||||
new java.lang.String[] { "JsonClimateType", "ClimateAreaId", });
|
||||
new java.lang.String[] { "PBFMHLPEEPE", "NJDCDHDPMBE", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user