Package emu.grasscutter.net.proto
Class GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
emu.grasscutter.net.proto.GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder,Cloneable
- Enclosing class:
- GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify
public static final class GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
implements GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 839;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
Protobuf type GadgetPlayUidOpNotify-
Method Summary
Modifier and TypeMethodDescriptionaddAllParamList(Iterable<? extends Integer> values) repeated uint32 param_list = 12;addAllUidList(Iterable<? extends Integer> values) repeated uint32 uid_list = 5;addParamList(int value) repeated uint32 param_list = 12;addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addUidList(int value) repeated uint32 uid_list = 5;build()clear()uint32 entity_id = 10;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clearOp()uint32 op = 2;repeated uint32 param_list = 12;string param_str = 14;uint32 play_type = 9;repeated uint32 uid_list = 5;clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorintuint32 entity_id = 10;intgetOp()uint32 op = 2;intgetParamList(int index) repeated uint32 param_list = 12;intrepeated uint32 param_list = 12;repeated uint32 param_list = 12;string param_str = 14;com.google.protobuf.ByteStringstring param_str = 14;intuint32 play_type = 9;intgetUidList(int index) repeated uint32 uid_list = 5;intrepeated uint32 uid_list = 5;repeated uint32 uid_list = 5;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 = 10;setOp(int value) uint32 op = 2;setParamList(int index, int value) repeated uint32 param_list = 12;setParamStr(String value) string param_str = 14;setParamStrBytes(com.google.protobuf.ByteString value) string param_str = 14;setPlayType(int value) uint32 play_type = 9;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUidList(int index, int value) repeated uint32 uid_list = 5;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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
setField
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
clearField
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
clearOneof
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
setRepeatedField
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
addRepeatedField
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
mergeFrom
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
mergeFrom
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.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<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>- Throws:
IOException
-
getParamStr
string param_str = 14;- Specified by:
getParamStrin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The paramStr.
-
getParamStrBytes
public com.google.protobuf.ByteString getParamStrBytes()string param_str = 14;- Specified by:
getParamStrBytesin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The bytes for paramStr.
-
setParamStr
string param_str = 14;- Parameters:
value- The paramStr to set.- Returns:
- This builder for chaining.
-
clearParamStr
string param_str = 14;- Returns:
- This builder for chaining.
-
setParamStrBytes
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder setParamStrBytes(com.google.protobuf.ByteString value) string param_str = 14;- Parameters:
value- The bytes for paramStr to set.- Returns:
- This builder for chaining.
-
getOp
public int getOp()uint32 op = 2;- Specified by:
getOpin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The op.
-
setOp
uint32 op = 2;- Parameters:
value- The op to set.- Returns:
- This builder for chaining.
-
clearOp
uint32 op = 2;- Returns:
- This builder for chaining.
-
getEntityId
public int getEntityId()uint32 entity_id = 10;- Specified by:
getEntityIdin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The entityId.
-
setEntityId
uint32 entity_id = 10;- Parameters:
value- The entityId to set.- Returns:
- This builder for chaining.
-
clearEntityId
uint32 entity_id = 10;- Returns:
- This builder for chaining.
-
getParamListList
repeated uint32 param_list = 12;- Specified by:
getParamListListin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- A list containing the paramList.
-
getParamListCount
public int getParamListCount()repeated uint32 param_list = 12;- Specified by:
getParamListCountin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The count of paramList.
-
getParamList
public int getParamList(int index) repeated uint32 param_list = 12;- Specified by:
getParamListin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
setParamList
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder setParamList(int index, int value) repeated uint32 param_list = 12;- Parameters:
index- The index to set the value at.value- The paramList to set.- Returns:
- This builder for chaining.
-
addParamList
repeated uint32 param_list = 12;- Parameters:
value- The paramList to add.- Returns:
- This builder for chaining.
-
addAllParamList
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder addAllParamList(Iterable<? extends Integer> values) repeated uint32 param_list = 12;- Parameters:
values- The paramList to add.- Returns:
- This builder for chaining.
-
clearParamList
repeated uint32 param_list = 12;- Returns:
- This builder for chaining.
-
getPlayType
public int getPlayType()uint32 play_type = 9;- Specified by:
getPlayTypein interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The playType.
-
setPlayType
uint32 play_type = 9;- Parameters:
value- The playType to set.- Returns:
- This builder for chaining.
-
clearPlayType
uint32 play_type = 9;- Returns:
- This builder for chaining.
-
getUidListList
repeated uint32 uid_list = 5;- Specified by:
getUidListListin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- A list containing the uidList.
-
getUidListCount
public int getUidListCount()repeated uint32 uid_list = 5;- Specified by:
getUidListCountin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Returns:
- The count of uidList.
-
getUidList
public int getUidList(int index) repeated uint32 uid_list = 5;- Specified by:
getUidListin interfaceGadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
setUidList
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder setUidList(int index, int value) repeated uint32 uid_list = 5;- Parameters:
index- The index to set the value at.value- The uidList to set.- Returns:
- This builder for chaining.
-
addUidList
repeated uint32 uid_list = 5;- Parameters:
value- The uidList to add.- Returns:
- This builder for chaining.
-
addAllUidList
public GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder addAllUidList(Iterable<? extends Integer> values) repeated uint32 uid_list = 5;- Parameters:
values- The uidList to add.- Returns:
- This builder for chaining.
-
clearUidList
repeated uint32 uid_list = 5;- Returns:
- This builder for chaining.
-
setUnknownFields
public final GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-
mergeUnknownFields
public final GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder>
-