Package emu.grasscutter.net.proto
Class PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
emu.grasscutter.net.proto.PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder,Cloneable
- Enclosing class:
- PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify
public static final class PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
implements PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 4194;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
Protobuf type PlayerMatchSuccNotify-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()uint32 confirm_end_time = 13;uint32 dungeon_id = 3;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) .GCGMatchInfo gcg_match_info = 9;.GeneralMatchInfo general_match_info = 7;uint32 host_uid = 10;.MatchType match_type = 15;uint32 mechanicus_difficult_level = 5;uint32 mp_play_id = 11;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()intuint32 confirm_end_time = 13;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorintuint32 dungeon_id = 3;.GCGMatchInfo gcg_match_info = 9;.GCGMatchInfo gcg_match_info = 9;.GCGMatchInfo gcg_match_info = 9;.GeneralMatchInfo general_match_info = 7;.GeneralMatchInfo general_match_info = 7;.GeneralMatchInfo general_match_info = 7;intuint32 host_uid = 10;.MatchType match_type = 15;int.MatchType match_type = 15;intuint32 mechanicus_difficult_level = 5;intuint32 mp_play_id = 11;boolean.GCGMatchInfo gcg_match_info = 9;boolean.GeneralMatchInfo general_match_info = 7;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) .GCGMatchInfo gcg_match_info = 9;.GeneralMatchInfo general_match_info = 7;mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setConfirmEndTime(int value) uint32 confirm_end_time = 13;setDungeonId(int value) uint32 dungeon_id = 3;.GCGMatchInfo gcg_match_info = 9;setGcgMatchInfo(GCGMatchInfoOuterClass.GCGMatchInfo.Builder builderForValue) .GCGMatchInfo gcg_match_info = 9;.GeneralMatchInfo general_match_info = 7;setGeneralMatchInfo(GeneralMatchInfoOuterClass.GeneralMatchInfo.Builder builderForValue) .GeneralMatchInfo general_match_info = 7;setHostUid(int value) uint32 host_uid = 10;.MatchType match_type = 15;setMatchTypeValue(int value) .MatchType match_type = 15;setMechanicusDifficultLevel(int value) uint32 mechanicus_difficult_level = 5;setMpPlayId(int value) uint32 mp_play_id = 11;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
setField
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
clearField
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
clearOneof
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
setRepeatedField
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
addRepeatedField
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
mergeFrom
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
mergeFrom
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.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<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>- Throws:
IOException
-
hasGeneralMatchInfo
public boolean hasGeneralMatchInfo().GeneralMatchInfo general_match_info = 7;- Specified by:
hasGeneralMatchInfoin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- Whether the generalMatchInfo field is set.
-
getGeneralMatchInfo
.GeneralMatchInfo general_match_info = 7;- Specified by:
getGeneralMatchInfoin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The generalMatchInfo.
-
setGeneralMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setGeneralMatchInfo(GeneralMatchInfoOuterClass.GeneralMatchInfo value) .GeneralMatchInfo general_match_info = 7; -
setGeneralMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setGeneralMatchInfo(GeneralMatchInfoOuterClass.GeneralMatchInfo.Builder builderForValue) .GeneralMatchInfo general_match_info = 7; -
mergeGeneralMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder mergeGeneralMatchInfo(GeneralMatchInfoOuterClass.GeneralMatchInfo value) .GeneralMatchInfo general_match_info = 7; -
clearGeneralMatchInfo
.GeneralMatchInfo general_match_info = 7; -
getGeneralMatchInfoBuilder
.GeneralMatchInfo general_match_info = 7; -
getGeneralMatchInfoOrBuilder
.GeneralMatchInfo general_match_info = 7;- Specified by:
getGeneralMatchInfoOrBuilderin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder
-
getDungeonId
public int getDungeonId()uint32 dungeon_id = 3;- Specified by:
getDungeonIdin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The dungeonId.
-
setDungeonId
uint32 dungeon_id = 3;- Parameters:
value- The dungeonId to set.- Returns:
- This builder for chaining.
-
clearDungeonId
uint32 dungeon_id = 3;- Returns:
- This builder for chaining.
-
getMatchTypeValue
public int getMatchTypeValue().MatchType match_type = 15;- Specified by:
getMatchTypeValuein interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The enum numeric value on the wire for matchType.
-
setMatchTypeValue
.MatchType match_type = 15;- Parameters:
value- The enum numeric value on the wire for matchType to set.- Returns:
- This builder for chaining.
-
getMatchType
.MatchType match_type = 15;- Specified by:
getMatchTypein interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The matchType.
-
setMatchType
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setMatchType(MatchTypeOuterClass.MatchType value) .MatchType match_type = 15;- Parameters:
value- The matchType to set.- Returns:
- This builder for chaining.
-
clearMatchType
.MatchType match_type = 15;- Returns:
- This builder for chaining.
-
getMechanicusDifficultLevel
public int getMechanicusDifficultLevel()uint32 mechanicus_difficult_level = 5;- Specified by:
getMechanicusDifficultLevelin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The mechanicusDifficultLevel.
-
setMechanicusDifficultLevel
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setMechanicusDifficultLevel(int value) uint32 mechanicus_difficult_level = 5;- Parameters:
value- The mechanicusDifficultLevel to set.- Returns:
- This builder for chaining.
-
clearMechanicusDifficultLevel
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder clearMechanicusDifficultLevel()uint32 mechanicus_difficult_level = 5;- Returns:
- This builder for chaining.
-
getConfirmEndTime
public int getConfirmEndTime()uint32 confirm_end_time = 13;- Specified by:
getConfirmEndTimein interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The confirmEndTime.
-
setConfirmEndTime
uint32 confirm_end_time = 13;- Parameters:
value- The confirmEndTime to set.- Returns:
- This builder for chaining.
-
clearConfirmEndTime
uint32 confirm_end_time = 13;- Returns:
- This builder for chaining.
-
hasGcgMatchInfo
public boolean hasGcgMatchInfo().GCGMatchInfo gcg_match_info = 9;- Specified by:
hasGcgMatchInfoin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- Whether the gcgMatchInfo field is set.
-
getGcgMatchInfo
.GCGMatchInfo gcg_match_info = 9;- Specified by:
getGcgMatchInfoin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The gcgMatchInfo.
-
setGcgMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setGcgMatchInfo(GCGMatchInfoOuterClass.GCGMatchInfo value) .GCGMatchInfo gcg_match_info = 9; -
setGcgMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setGcgMatchInfo(GCGMatchInfoOuterClass.GCGMatchInfo.Builder builderForValue) .GCGMatchInfo gcg_match_info = 9; -
mergeGcgMatchInfo
public PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder mergeGcgMatchInfo(GCGMatchInfoOuterClass.GCGMatchInfo value) .GCGMatchInfo gcg_match_info = 9; -
clearGcgMatchInfo
.GCGMatchInfo gcg_match_info = 9; -
getGcgMatchInfoBuilder
.GCGMatchInfo gcg_match_info = 9; -
getGcgMatchInfoOrBuilder
.GCGMatchInfo gcg_match_info = 9;- Specified by:
getGcgMatchInfoOrBuilderin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder
-
getMpPlayId
public int getMpPlayId()uint32 mp_play_id = 11;- Specified by:
getMpPlayIdin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The mpPlayId.
-
setMpPlayId
uint32 mp_play_id = 11;- Parameters:
value- The mpPlayId to set.- Returns:
- This builder for chaining.
-
clearMpPlayId
uint32 mp_play_id = 11;- Returns:
- This builder for chaining.
-
getHostUid
public int getHostUid()uint32 host_uid = 10;- Specified by:
getHostUidin interfacePlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder- Returns:
- The hostUid.
-
setHostUid
uint32 host_uid = 10;- Parameters:
value- The hostUid to set.- Returns:
- This builder for chaining.
-
clearHostUid
uint32 host_uid = 10;- Returns:
- This builder for chaining.
-
setUnknownFields
public final PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-
mergeUnknownFields
public final PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder>
-