mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 10:33:34 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+180
-67
@@ -19,46 +19,36 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo>
|
||||
getTeamEntityInfoListList();
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo getTeamEntityInfoList(int index);
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
int getTeamEntityInfoListCount();
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder>
|
||||
getTeamEntityInfoListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder getTeamEntityInfoListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* <code>uint32 sceneId = 5;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
int getSceneId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 391;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SyncTeamEntityNotify}
|
||||
*/
|
||||
public static final class SyncTeamEntityNotify extends
|
||||
@@ -105,12 +95,12 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
case 40: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
case 114: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
teamEntityInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -154,17 +144,148 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.SyncTeamEntityNotifyOuterClass.SyncTeamEntityNotify.class, emu.grasscutter.net.proto.SyncTeamEntityNotifyOuterClass.SyncTeamEntityNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TEAM_ENTITY_INFO_LIST_FIELD_NUMBER = 10;
|
||||
/**
|
||||
* Protobuf enum {@code SyncTeamEntityNotify.BGFILLLPAFC}
|
||||
*/
|
||||
public enum BGFILLLPAFC
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 327;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 327),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final BGFILLLPAFC DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 327;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 327;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
if (index == -1) {
|
||||
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 BGFILLLPAFC 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 BGFILLLPAFC forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 327: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<BGFILLLPAFC>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
BGFILLLPAFC> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<BGFILLLPAFC>() {
|
||||
public BGFILLLPAFC findValueByNumber(int number) {
|
||||
return BGFILLLPAFC.forNumber(number);
|
||||
}
|
||||
};
|
||||
|
||||
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
||||
getValueDescriptor() {
|
||||
if (index == -1) {
|
||||
throw new java.lang.IllegalStateException(
|
||||
"Can't get the descriptor of an unrecognized enum value.");
|
||||
}
|
||||
return getDescriptor().getValues().get(index);
|
||||
}
|
||||
public final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptorForType() {
|
||||
return getDescriptor();
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
||||
getDescriptor() {
|
||||
return emu.grasscutter.net.proto.SyncTeamEntityNotifyOuterClass.SyncTeamEntityNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final BGFILLLPAFC[] VALUES = getStaticValuesArray();
|
||||
private static BGFILLLPAFC[] getStaticValuesArray() {
|
||||
return new BGFILLLPAFC[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static BGFILLLPAFC 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 index;
|
||||
private final int value;
|
||||
|
||||
private BGFILLLPAFC(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:SyncTeamEntityNotify.BGFILLLPAFC)
|
||||
}
|
||||
|
||||
public static final int TEAMENTITYINFOLIST_FIELD_NUMBER = 14;
|
||||
private java.util.List<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo> teamEntityInfoList_;
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo> getTeamEntityInfoListList() {
|
||||
return teamEntityInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder>
|
||||
@@ -172,21 +293,21 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return teamEntityInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTeamEntityInfoListCount() {
|
||||
return teamEntityInfoList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo getTeamEntityInfoList(int index) {
|
||||
return teamEntityInfoList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder getTeamEntityInfoListOrBuilder(
|
||||
@@ -194,10 +315,10 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return teamEntityInfoList_.get(index);
|
||||
}
|
||||
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 1;
|
||||
public static final int SCENEID_FIELD_NUMBER = 5;
|
||||
private int sceneId_;
|
||||
/**
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* <code>uint32 sceneId = 5;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -220,10 +341,10 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(1, sceneId_);
|
||||
output.writeUInt32(5, sceneId_);
|
||||
}
|
||||
for (int i = 0; i < teamEntityInfoList_.size(); i++) {
|
||||
output.writeMessage(10, teamEntityInfoList_.get(i));
|
||||
output.writeMessage(14, teamEntityInfoList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -236,11 +357,11 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
size = 0;
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, sceneId_);
|
||||
.computeUInt32Size(5, sceneId_);
|
||||
}
|
||||
for (int i = 0; i < teamEntityInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(10, teamEntityInfoList_.get(i));
|
||||
.computeMessageSize(14, teamEntityInfoList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -273,10 +394,10 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getTeamEntityInfoListCount() > 0) {
|
||||
hash = (37 * hash) + TEAM_ENTITY_INFO_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TEAMENTITYINFOLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTeamEntityInfoListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SCENEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
@@ -374,16 +495,6 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 391;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SyncTeamEntityNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -587,7 +698,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder> teamEntityInfoListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo> getTeamEntityInfoListList() {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -597,7 +708,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public int getTeamEntityInfoListCount() {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -607,7 +718,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo getTeamEntityInfoList(int index) {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -617,7 +728,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder setTeamEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo value) {
|
||||
@@ -634,7 +745,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder setTeamEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder builderForValue) {
|
||||
@@ -648,7 +759,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addTeamEntityInfoList(emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo value) {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -664,7 +775,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addTeamEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo value) {
|
||||
@@ -681,7 +792,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addTeamEntityInfoList(
|
||||
emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder builderForValue) {
|
||||
@@ -695,7 +806,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addTeamEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder builderForValue) {
|
||||
@@ -709,7 +820,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addAllTeamEntityInfoList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo> values) {
|
||||
@@ -724,7 +835,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder clearTeamEntityInfoList() {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -737,7 +848,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder removeTeamEntityInfoList(int index) {
|
||||
if (teamEntityInfoListBuilder_ == null) {
|
||||
@@ -750,14 +861,14 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder getTeamEntityInfoListBuilder(
|
||||
int index) {
|
||||
return getTeamEntityInfoListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder getTeamEntityInfoListOrBuilder(
|
||||
int index) {
|
||||
@@ -767,7 +878,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfoOrBuilder>
|
||||
getTeamEntityInfoListOrBuilderList() {
|
||||
@@ -778,14 +889,14 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder addTeamEntityInfoListBuilder() {
|
||||
return getTeamEntityInfoListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder addTeamEntityInfoListBuilder(
|
||||
int index) {
|
||||
@@ -793,7 +904,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .TeamEntityInfo team_entity_info_list = 10;</code>
|
||||
* <code>repeated .TeamEntityInfo teamEntityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.TeamEntityInfoOuterClass.TeamEntityInfo.Builder>
|
||||
getTeamEntityInfoListBuilderList() {
|
||||
@@ -816,7 +927,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* <code>uint32 sceneId = 5;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -824,7 +935,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* <code>uint32 sceneId = 5;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -835,7 +946,7 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 1;</code>
|
||||
* <code>uint32 sceneId = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneId() {
|
||||
@@ -912,10 +1023,12 @@ public final class SyncTeamEntityNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032SyncTeamEntityNotify.proto\032\024TeamEntity" +
|
||||
"Info.proto\"X\n\024SyncTeamEntityNotify\022.\n\025te" +
|
||||
"am_entity_info_list\030\n \003(\0132\017.TeamEntityIn" +
|
||||
"fo\022\020\n\010scene_id\030\001 \001(\rB\033\n\031emu.grasscutter." +
|
||||
"net.protob\006proto3"
|
||||
"Info.proto\"\245\001\n\024SyncTeamEntityNotify\022+\n\022t" +
|
||||
"eamEntityInfoList\030\016 \003(\0132\017.TeamEntityInfo" +
|
||||
"\022\017\n\007sceneId\030\005 \001(\r\"O\n\013BGFILLLPAFC\022\010\n\004NONE" +
|
||||
"\020\000\022\020\n\013PEPPOHPHJOJ\020\307\002\022\017\n\013DCDNILFDFLB\020\000\022\017\n" +
|
||||
"\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscutter.ne" +
|
||||
"t.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user