mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 23:10:00 +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
+189
-76
@@ -19,46 +19,36 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 scene_id = 7;</code>
|
||||
* <code>uint32 sceneId = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
int getSceneId();
|
||||
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo>
|
||||
getEntityInfoListList();
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo getEntityInfoList(int index);
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
int getEntityInfoListCount();
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder>
|
||||
getEntityInfoListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder getEntityInfoListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 3393;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SyncScenePlayTeamEntityNotify}
|
||||
*/
|
||||
public static final class SyncScenePlayTeamEntityNotify extends
|
||||
@@ -105,7 +95,12 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 26: {
|
||||
case 8: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
entityInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -114,11 +109,6 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 56: {
|
||||
|
||||
sceneId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -154,10 +144,141 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.SyncScenePlayTeamEntityNotifyOuterClass.SyncScenePlayTeamEntityNotify.class, emu.grasscutter.net.proto.SyncScenePlayTeamEntityNotifyOuterClass.SyncScenePlayTeamEntityNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SCENE_ID_FIELD_NUMBER = 7;
|
||||
/**
|
||||
* Protobuf enum {@code SyncScenePlayTeamEntityNotify.NNDMFHOFFGI}
|
||||
*/
|
||||
public enum NNDMFHOFFGI
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 3227;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 3227),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final NNDMFHOFFGI DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 3227;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 3227;
|
||||
/**
|
||||
* <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 NNDMFHOFFGI 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 NNDMFHOFFGI forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 3227: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<NNDMFHOFFGI>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
NNDMFHOFFGI> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<NNDMFHOFFGI>() {
|
||||
public NNDMFHOFFGI findValueByNumber(int number) {
|
||||
return NNDMFHOFFGI.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.SyncScenePlayTeamEntityNotifyOuterClass.SyncScenePlayTeamEntityNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final NNDMFHOFFGI[] VALUES = getStaticValuesArray();
|
||||
private static NNDMFHOFFGI[] getStaticValuesArray() {
|
||||
return new NNDMFHOFFGI[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static NNDMFHOFFGI 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 NNDMFHOFFGI(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:SyncScenePlayTeamEntityNotify.NNDMFHOFFGI)
|
||||
}
|
||||
|
||||
public static final int SCENEID_FIELD_NUMBER = 1;
|
||||
private int sceneId_;
|
||||
/**
|
||||
* <code>uint32 scene_id = 7;</code>
|
||||
* <code>uint32 sceneId = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -165,17 +286,17 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return sceneId_;
|
||||
}
|
||||
|
||||
public static final int ENTITY_INFO_LIST_FIELD_NUMBER = 3;
|
||||
public static final int ENTITYINFOLIST_FIELD_NUMBER = 14;
|
||||
private java.util.List<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo> entityInfoList_;
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo> getEntityInfoListList() {
|
||||
return entityInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder>
|
||||
@@ -183,21 +304,21 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return entityInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityInfoListCount() {
|
||||
return entityInfoList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo getEntityInfoList(int index) {
|
||||
return entityInfoList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder getEntityInfoListOrBuilder(
|
||||
@@ -219,11 +340,11 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < entityInfoList_.size(); i++) {
|
||||
output.writeMessage(3, entityInfoList_.get(i));
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
output.writeUInt32(7, sceneId_);
|
||||
output.writeUInt32(1, sceneId_);
|
||||
}
|
||||
for (int i = 0; i < entityInfoList_.size(); i++) {
|
||||
output.writeMessage(14, entityInfoList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -234,13 +355,13 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
for (int i = 0; i < entityInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(3, entityInfoList_.get(i));
|
||||
}
|
||||
if (sceneId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, sceneId_);
|
||||
.computeUInt32Size(1, sceneId_);
|
||||
}
|
||||
for (int i = 0; i < entityInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(14, entityInfoList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -272,10 +393,10 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SCENEID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSceneId();
|
||||
if (getEntityInfoListCount() > 0) {
|
||||
hash = (37 * hash) + ENTITY_INFO_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + ENTITYINFOLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityInfoListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -374,16 +495,6 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 3393;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SyncScenePlayTeamEntityNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -576,7 +687,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
|
||||
private int sceneId_ ;
|
||||
/**
|
||||
* <code>uint32 scene_id = 7;</code>
|
||||
* <code>uint32 sceneId = 1;</code>
|
||||
* @return The sceneId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -584,7 +695,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return sceneId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 7;</code>
|
||||
* <code>uint32 sceneId = 1;</code>
|
||||
* @param value The sceneId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -595,7 +706,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 scene_id = 7;</code>
|
||||
* <code>uint32 sceneId = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneId() {
|
||||
@@ -618,7 +729,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder> entityInfoListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo> getEntityInfoListList() {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -628,7 +739,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public int getEntityInfoListCount() {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -638,7 +749,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo getEntityInfoList(int index) {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -648,7 +759,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder setEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo value) {
|
||||
@@ -665,7 +776,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder setEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder builderForValue) {
|
||||
@@ -679,7 +790,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addEntityInfoList(emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo value) {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -695,7 +806,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo value) {
|
||||
@@ -712,7 +823,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addEntityInfoList(
|
||||
emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder builderForValue) {
|
||||
@@ -726,7 +837,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addEntityInfoList(
|
||||
int index, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder builderForValue) {
|
||||
@@ -740,7 +851,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder addAllEntityInfoList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo> values) {
|
||||
@@ -755,7 +866,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder clearEntityInfoList() {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -768,7 +879,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public Builder removeEntityInfoList(int index) {
|
||||
if (entityInfoListBuilder_ == null) {
|
||||
@@ -781,14 +892,14 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder getEntityInfoListBuilder(
|
||||
int index) {
|
||||
return getEntityInfoListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder getEntityInfoListOrBuilder(
|
||||
int index) {
|
||||
@@ -798,7 +909,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfoOrBuilder>
|
||||
getEntityInfoListOrBuilderList() {
|
||||
@@ -809,14 +920,14 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder addEntityInfoListBuilder() {
|
||||
return getEntityInfoListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder addEntityInfoListBuilder(
|
||||
int index) {
|
||||
@@ -824,7 +935,7 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .PlayTeamEntityInfo entity_info_list = 3;</code>
|
||||
* <code>repeated .PlayTeamEntityInfo entityInfoList = 14;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.PlayTeamEntityInfoOuterClass.PlayTeamEntityInfo.Builder>
|
||||
getEntityInfoListBuilderList() {
|
||||
@@ -912,10 +1023,12 @@ public final class SyncScenePlayTeamEntityNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n#SyncScenePlayTeamEntityNotify.proto\032\030P" +
|
||||
"layTeamEntityInfo.proto\"`\n\035SyncScenePlay" +
|
||||
"TeamEntityNotify\022\020\n\010scene_id\030\007 \001(\r\022-\n\020en" +
|
||||
"tity_info_list\030\003 \003(\0132\023.PlayTeamEntityInf" +
|
||||
"oB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"layTeamEntityInfo.proto\"\256\001\n\035SyncScenePla" +
|
||||
"yTeamEntityNotify\022\017\n\007sceneId\030\001 \001(\r\022+\n\016en" +
|
||||
"tityInfoList\030\016 \003(\0132\023.PlayTeamEntityInfo\"" +
|
||||
"O\n\013NNDMFHOFFGI\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020" +
|
||||
"\233\031\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001" +
|
||||
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user