Package emu.grasscutter.net.proto
Class ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
emu.grasscutter.net.proto.ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder,Cloneable
- Enclosing class:
- ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify
public static final class ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
implements ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 4449;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
Protobuf type ScenePlayBattleUidOpNotify-
Method Summary
Modifier and TypeMethodDescriptionaddAllParamList(Iterable<? extends Integer> values) repeated uint32 param_list = 9;addAllParamTargetList(Iterable<? extends Integer> values) repeated uint32 param_target_list = 12;addAllUidList(Iterable<? extends Integer> values) repeated uint32 uid_list = 6;addParamList(int value) repeated uint32 param_list = 9;addParamTargetList(int value) repeated uint32 param_target_list = 12;addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addUidList(int value) repeated uint32 uid_list = 6;build()clear()uint32 entity_id = 2;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clearOp()uint32 op = 5;uint32 param_duration = 10;uint32 param_index = 15;repeated uint32 param_list = 9;string param_str = 11;repeated uint32 param_target_list = 12;uint32 play_id = 13;uint32 play_type = 14;repeated uint32 uid_list = 6;clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorintuint32 entity_id = 2;intgetOp()uint32 op = 5;intuint32 param_duration = 10;intuint32 param_index = 15;intgetParamList(int index) repeated uint32 param_list = 9;intrepeated uint32 param_list = 9;repeated uint32 param_list = 9;string param_str = 11;com.google.protobuf.ByteStringstring param_str = 11;intgetParamTargetList(int index) repeated uint32 param_target_list = 12;intrepeated uint32 param_target_list = 12;repeated uint32 param_target_list = 12;intuint32 play_id = 13;intuint32 play_type = 14;intgetUidList(int index) repeated uint32 uid_list = 6;intrepeated uint32 uid_list = 6;repeated uint32 uid_list = 6;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setEntityId(int value) uint32 entity_id = 2;setOp(int value) uint32 op = 5;setParamDuration(int value) uint32 param_duration = 10;setParamIndex(int value) uint32 param_index = 15;setParamList(int index, int value) repeated uint32 param_list = 9;setParamStr(String value) string param_str = 11;setParamStrBytes(com.google.protobuf.ByteString value) string param_str = 11;setParamTargetList(int index, int value) repeated uint32 param_target_list = 12;setPlayId(int value) uint32 play_id = 13;setPlayType(int value) uint32 play_type = 14;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUidList(int index, int value) repeated uint32 uid_list = 6;setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
setField
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
clearField
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
clearOneof
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
setRepeatedField
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
addRepeatedField
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
mergeFrom
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
mergeFrom
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>- Throws:
IOException
-
getOp
public int getOp()uint32 op = 5;- Specified by:
getOpin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The op.
-
setOp
uint32 op = 5;- Parameters:
value- The op to set.- Returns:
- This builder for chaining.
-
clearOp
uint32 op = 5;- Returns:
- This builder for chaining.
-
getParamDuration
public int getParamDuration()uint32 param_duration = 10;- Specified by:
getParamDurationin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The paramDuration.
-
setParamDuration
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamDuration(int value) uint32 param_duration = 10;- Parameters:
value- The paramDuration to set.- Returns:
- This builder for chaining.
-
clearParamDuration
uint32 param_duration = 10;- Returns:
- This builder for chaining.
-
getPlayId
public int getPlayId()uint32 play_id = 13;- Specified by:
getPlayIdin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The playId.
-
setPlayId
uint32 play_id = 13;- Parameters:
value- The playId to set.- Returns:
- This builder for chaining.
-
clearPlayId
uint32 play_id = 13;- Returns:
- This builder for chaining.
-
getParamTargetListList
repeated uint32 param_target_list = 12;- Specified by:
getParamTargetListListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- A list containing the paramTargetList.
-
getParamTargetListCount
public int getParamTargetListCount()repeated uint32 param_target_list = 12;- Specified by:
getParamTargetListCountin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The count of paramTargetList.
-
getParamTargetList
public int getParamTargetList(int index) repeated uint32 param_target_list = 12;- Specified by:
getParamTargetListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The paramTargetList at the given index.
-
setParamTargetList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamTargetList(int index, int value) repeated uint32 param_target_list = 12;- Parameters:
index- The index to set the value at.value- The paramTargetList to set.- Returns:
- This builder for chaining.
-
addParamTargetList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addParamTargetList(int value) repeated uint32 param_target_list = 12;- Parameters:
value- The paramTargetList to add.- Returns:
- This builder for chaining.
-
addAllParamTargetList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addAllParamTargetList(Iterable<? extends Integer> values) repeated uint32 param_target_list = 12;- Parameters:
values- The paramTargetList to add.- Returns:
- This builder for chaining.
-
clearParamTargetList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder clearParamTargetList()repeated uint32 param_target_list = 12;- Returns:
- This builder for chaining.
-
getEntityId
public int getEntityId()uint32 entity_id = 2;- Specified by:
getEntityIdin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The entityId.
-
setEntityId
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setEntityId(int value) uint32 entity_id = 2;- Parameters:
value- The entityId to set.- Returns:
- This builder for chaining.
-
clearEntityId
uint32 entity_id = 2;- Returns:
- This builder for chaining.
-
getParamListList
repeated uint32 param_list = 9;- Specified by:
getParamListListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- A list containing the paramList.
-
getParamListCount
public int getParamListCount()repeated uint32 param_list = 9;- Specified by:
getParamListCountin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The count of paramList.
-
getParamList
public int getParamList(int index) repeated uint32 param_list = 9;- Specified by:
getParamListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
setParamList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamList(int index, int value) repeated uint32 param_list = 9;- Parameters:
index- The index to set the value at.value- The paramList to set.- Returns:
- This builder for chaining.
-
addParamList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addParamList(int value) repeated uint32 param_list = 9;- Parameters:
value- The paramList to add.- Returns:
- This builder for chaining.
-
addAllParamList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addAllParamList(Iterable<? extends Integer> values) repeated uint32 param_list = 9;- Parameters:
values- The paramList to add.- Returns:
- This builder for chaining.
-
clearParamList
repeated uint32 param_list = 9;- Returns:
- This builder for chaining.
-
getParamStr
string param_str = 11;- Specified by:
getParamStrin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The paramStr.
-
getParamStrBytes
public com.google.protobuf.ByteString getParamStrBytes()string param_str = 11;- Specified by:
getParamStrBytesin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The bytes for paramStr.
-
setParamStr
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamStr(String value) string param_str = 11;- Parameters:
value- The paramStr to set.- Returns:
- This builder for chaining.
-
clearParamStr
string param_str = 11;- Returns:
- This builder for chaining.
-
setParamStrBytes
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamStrBytes(com.google.protobuf.ByteString value) string param_str = 11;- Parameters:
value- The bytes for paramStr to set.- Returns:
- This builder for chaining.
-
getParamIndex
public int getParamIndex()uint32 param_index = 15;- Specified by:
getParamIndexin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The paramIndex.
-
setParamIndex
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setParamIndex(int value) uint32 param_index = 15;- Parameters:
value- The paramIndex to set.- Returns:
- This builder for chaining.
-
clearParamIndex
uint32 param_index = 15;- Returns:
- This builder for chaining.
-
getUidListList
repeated uint32 uid_list = 6;- Specified by:
getUidListListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- A list containing the uidList.
-
getUidListCount
public int getUidListCount()repeated uint32 uid_list = 6;- Specified by:
getUidListCountin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The count of uidList.
-
getUidList
public int getUidList(int index) repeated uint32 uid_list = 6;- Specified by:
getUidListin interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
setUidList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setUidList(int index, int value) repeated uint32 uid_list = 6;- Parameters:
index- The index to set the value at.value- The uidList to set.- Returns:
- This builder for chaining.
-
addUidList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addUidList(int value) repeated uint32 uid_list = 6;- Parameters:
value- The uidList to add.- Returns:
- This builder for chaining.
-
addAllUidList
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder addAllUidList(Iterable<? extends Integer> values) repeated uint32 uid_list = 6;- Parameters:
values- The uidList to add.- Returns:
- This builder for chaining.
-
clearUidList
repeated uint32 uid_list = 6;- Returns:
- This builder for chaining.
-
getPlayType
public int getPlayType()uint32 play_type = 14;- Specified by:
getPlayTypein interfaceScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotifyOrBuilder- Returns:
- The playType.
-
setPlayType
public ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setPlayType(int value) uint32 play_type = 14;- Parameters:
value- The playType to set.- Returns:
- This builder for chaining.
-
clearPlayType
uint32 play_type = 14;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-
mergeUnknownFields
public final ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ScenePlayBattleUidOpNotifyOuterClass.ScenePlayBattleUidOpNotify.Builder>
-