mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-12 06:56:02 +08:00
* Remove more scene synchronized * Fix worktop options not appearing * Format code [skip actions] * Fix delay with server tasks * Format code [skip actions] * Fully fix fairy clock (#2146) * Fix scene transition * fully fix fairy clock * Re-add call to `Player#updatePlayerGameTime` * Format code [skip actions] * Initialize the script loader in `ResourceLoader#loadAll` * Fix region removal checking * Format code [skip actions] * Use Lombok's `EqualsAndHashCode` for comparing scene regions * Format code [skip actions] * Move 'invalid gather object' to `trace` * Add more information to the 'unknown condition handler' message * Move invalid ability action to trace * Make `KcpTunnel` public * Validate the NPC being talked to * Format code [skip actions] * NPCs are not spawned server side; change logic to handle it * Format code [skip actions] * unload scene when there are no players (#2147) * unload scene when there are no players * Update src/main/java/emu/grasscutter/game/world/Scene.java Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> --------- Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> * Check if a command should be copied or HTTP should be used * Lint Code [skip actions] * Fix character names rendering incorrectly * Add basic troubleshooting command * Implement handbook teleporting also a few formatting changes and sort data by logical sense * Fix listener `ConcurrentModificationException` issue * Add color change to `Join the Community!` * Lint Code [skip actions] * Make clickable buttons appear clickable * Remove 'Mechanicus' entities from the list of entities * Format code [skip actions] * Fix going back returning a blank screen * Implement entity spawning * Add setting level to entity card * Add support for 'plain text' mode * Make descriptions of objects scrollable * Lint Code [skip actions] * Format code [skip actions] * Change the way existing hooks work * Format code [skip actions] * Upgrade Javalin to 5.5.0 & Fix project warnings * Upgrade logging libraries * Fix gacha mappings static file issue * Add temporary backwards compatability for `ServerHelper` * Format code [skip actions] * Remove artifact signatures from VCS * Fix forge queue data protocol definition * Run `spotlessApply` * Format code [skip actions] * Download data required for building artifacts * Add call for Facebook logins * Add the wiki page as a submodule * Format code [skip actions] * Update translation (#2150) * Update translation * Update translation * Separate the dispatch and game servers (pt. 1) gacha is still broken, handbook still needs to be done * Format code [skip actions] * Separate the dispatch and game servers (pt. 2) this commit fixes the gacha page * Add description for '/troubleshoot' * Set default avatar talent level to 10 * Separate the dispatch and game servers (pt. 3) implement handbook across servers! * Format code [skip actions] * Update GitHub Actions to use 'download-file' over 'wget' * Gm handbook lmao (#2149) * Fix font issue * Fix avatars * Fix text overflow in commands * Fix virtualized lists and items page 😭😭 * magix why 💀 * use hover style in all minicards * button * remove console.log * lint * Add icons * magix asked * Fix overflow padding issue * Fix achievement text overflow * remove icons from repo * Change command icon * Add the wiki page as a submodule * total magix moment * fix text overflow in commands * Fix discord button * Make text scale on Minicard * import icons and font from another source * Add hover effects to siebar buttons * move font and readme to submodule repo * Make data folder a submodule * import icons and font from data submodule * Update README.md * total magix moment * magix moment v2 * submodule change * Import `.webp` files * Resize `HomeButton` * Fix 'Copy Command' reappearing after changing pages --------- Co-authored-by: KingRainbow44 <kobedo11@gmail.com> * Lint Code [skip actions] * Download data for the build, not for the lint * format imports this is really just to see if build handbook works kek * Implement proper handbook authentication (pt. 1) * Implement proper handbook authentication (pt. 2) * Format code [skip actions] * Add quest data dumping for the handbook * Change colors to fit _something suitable_ * Format code [skip actions] * Fix force pushing to branches after linting * Fix logic of `SetPlayerPropReq` * Move more group loading to `trace` * Add handbook IP authentication in hybrid mode * Fix player level up not displaying on the client properly * Format code [skip actions] * Fix game time locking * Format code [skip actions] * Update player properties * Format code [skip actions] * Move `warn`s for groups to `debug` * Fix player pausing * Move more logs to `trace` * Use `removeItemById` for deleting items via quests * Clean up logger more * Pause in-game time when the world is paused * Format code [skip actions] * More player property documentation * Multi-threaded resource loading * Format code [skip actions] * Add quest widgets * Add quests page (basic impl.) * Add/fix colors also fix tailwind * Remove banned packets client modifications already perform the job of blocking malicious packets from being executed, no point in having this if self-windy is wanted * Re-add `BeginCameraSceneLookNotify` * Fix being unable to attack (#2157) * Add `PlayerOpenChestEvent` * Add methods to get players from the server * Add static methods to register an event handler * Add `PlayerEnterDungeonEvent` * Remove legacy documentation from `PlayerMoveEvent` * Add `PlayerChatEvent` * Add defaults to `Position` * Clean up `.utils` * Revert `Multi-threaded resource loading` * Fix changing target UID when talking to the server * Lint Code [skip actions] * Format code [skip actions] * fix NPC talk triggering main quest in 46101 (#2158) Make it so that only talks where the param matches the talkId are checked. * Format code [skip actions] * Partially fix Chasing Shadows (#2159) * Partially fix Chasing Shadows * Go ahead and move it before the return before Magix tells me to. * Format code [skip actions] * Bring back period lol (#2160) * Disable SNI for the HTTPS server * Add `EntityCreationEvent` * Add initial startup message this is so the server appears like its preparing to start * Format code [skip actions] * Enable debug mode for plugin loggers if enabled for the primary logger * Add documentation about `WorldAreaConfigData` * Make more fields in excels accessible * Remove deprecated fields from `GetShopRsp` * Run `spotlessApply` on definitions * Add `PlayerEnterAreaEvent` * Optimize event calls * Fix event invokes * Format code [skip actions] * Remove manual autofinish for main quests. (#2162) * Add world areas to the textmap cache * Format code [skip actions] * Don't overdefine variables in extended classes (#2163) * Add dumper for world areas * Format code [skip actions] * instantiate personalLineList (#2165) * Fix protocol definitions thank you Nazrin! (+ hiro for raw definitions) * Fix the background color leaking from the character widget * Change HTML spacing to 2 spaces * Implement hiding widgets * Change scrollbar to a vibrant color * Add _some_ scaling to the home buttons and its text * Build the handbook with Gradle * Fix the 'finer details' with the handbook UI * Lint Code [skip actions] * Fix target destination for the Gradle-built handbook * Implement fetching a player across servers & Add a chainable JsonObject useful for plugins! might be used in grasscutter eventually * Fix GitHub actions * Fix event calling & canceling * Run `spotlessApply` * Rename fields (might be wrong) * Add/update all/more protocol definitions * Add/update all/more protocol definitions * Remove outdated packet * Fix protocol definitions * Format code [skip actions] * Implement some lua variables for less console spam (#2172) * Implement some lua variables for less console spam * Add GetHostQuestState This fixes some chapter 3 stuff. * Format code [skip actions] * Fix merge import * Format code [skip actions] * Fully fix fairy clock for real this time (#2167) * Fully fix fairy clock For real this time * Make it so relogging keeps the time lock state. * Refactor out questLockTime * Per Hartie, the client packet needs to be changed too * Update src/main/java/emu/grasscutter/game/world/World.java Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> * Update src/main/java/emu/grasscutter/server/packet/recv/HandlerClientLockGameTimeNotify.java * Remove all code not needed to get clock working --------- Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com> * Implement a proper ability system (#2166) * Apply fix `21dec2fe` * Apply fix `89d01d5f` * Apply fix `d900f154` this one was already implemented; updated to use call from previous commit * Ability changing commit TODO: change info to debug * Remove use of deprecated methods/fields * Temp commit v2 (Adding LoseHP and some fixes) * Oopsie * Probably fix monster battle * Fix issue with reflecting into fields * Fix some things * Fix ability names for 3.6 resources * Improve logging --------- Co-authored-by: StartForKiller <jesussanz2003@gmail.com> * Format code [skip actions] * Add system for sending messages between servers * Format some code * Remove protocol definitions from Spotless * Default debug to false; enable with `-debug` * Implement completely useless global value copying * HACK: Return the avatar which holds the weapon when the weapon is referred to by ID * Add properties to `AbilityModifier` * Change the way HTML is served after authentication * Use thread executors to speed up the database loading process * Format code [skip actions] * Add system for setting handbook address and port * Lint Code [skip actions] * Format code [skip actions] * Fix game-related data not saving * Format code [skip actions] * Fix handbook server details * Lint Code [skip actions] * Format code [skip actions] * Use the headers provided by a context to get the IP address should acknowledge #1975 * Format code [skip actions] * Move more logs to `trace` * Format code [skip actions] * more trace * Fix something and implement weapon entities * Format code [skip actions] * Fix `EntityWeapon` * Remove deprecated API & Fix resource checking * Fix unnecessary warning for first-time setup * Implement handbook request limiting * Format code [skip actions] * Fix new avatar weapons being null * Format code [skip actions] * Fix issue with 35303 being un-completable & Try to fix fulfilled quest conditions being met * Load activity config on server startup * Require plugins to specify an API version and match with the server * Add default open state ignore list * Format code [skip actions] * Quick fix for questing, needs more investigation This would make the questing work again * Remove existing hack for 35303 * Fix ignored open states from being set * Format code [skip actions] * fix the stupidest bug ive ever seen * Optimize player kicking on server close * Format code [skip actions] * Re-add hack to fix 35303 * Update GitHub actions * Format code [skip actions] * Potentially fix issues with regions * Download additional handbook data * Revert "Potentially fix issues with regions" This reverts commit 84e3823695a0e1ee761f486bf2e5a8d089aace82. --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: scooterboo <lewasite@yahoo.com> Co-authored-by: Tesutarin <105267106+Tesutarin@users.noreply.github.com> Co-authored-by: Scald <104459145+Arikatsu@users.noreply.github.com> Co-authored-by: StartForKiller <jesussanz2003@gmail.com>
3070 lines
109 KiB
Java
3070 lines
109 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GCGPlayerField.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class GCGPlayerFieldOuterClass {
|
|
private GCGPlayerFieldOuterClass() {}
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
}
|
|
|
|
public static void registerAllExtensions(
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
registerAllExtensions(
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
}
|
|
public interface GCGPlayerFieldOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:GCGPlayerField)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 EMBGKGCNFPE = 4;</code>
|
|
* @return The eMBGKGCNFPE.
|
|
*/
|
|
int getEMBGKGCNFPE();
|
|
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return Whether the pIOEBHEPAIC field is set.
|
|
*/
|
|
boolean hasPIOEBHEPAIC();
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return The pIOEBHEPAIC.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getPIOEBHEPAIC();
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getPIOEBHEPAICOrBuilder();
|
|
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return Whether the gNCOGNIKACN field is set.
|
|
*/
|
|
boolean hasGNCOGNIKACN();
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return The gNCOGNIKACN.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getGNCOGNIKACN();
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getGNCOGNIKACNOrBuilder();
|
|
|
|
/**
|
|
* <code>uint32 controller_id = 10;</code>
|
|
* @return The controllerId.
|
|
*/
|
|
int getControllerId();
|
|
|
|
/**
|
|
* <code>uint32 EEFLPHPIMDL = 12;</code>
|
|
* @return The eEFLPHPIMDL.
|
|
*/
|
|
int getEEFLPHPIMDL();
|
|
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return Whether the dPIINFPCNEK field is set.
|
|
*/
|
|
boolean hasDPIINFPCNEK();
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return The dPIINFPCNEK.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getDPIINFPCNEK();
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getDPIINFPCNEKOrBuilder();
|
|
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE>
|
|
getDNEEMCIDCAFList();
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE getDNEEMCIDCAF(int index);
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
int getDNEEMCIDCAFCount();
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder>
|
|
getDNEEMCIDCAFOrBuilderList();
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder getDNEEMCIDCAFOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return Whether the fPGFCMDIABG field is set.
|
|
*/
|
|
boolean hasFPGFCMDIABG();
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return The fPGFCMDIABG.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getFPGFCMDIABG();
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getFPGFCMDIABGOrBuilder();
|
|
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the diceSideList.
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType> getDiceSideListList();
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return The count of diceSideList.
|
|
*/
|
|
int getDiceSideListCount();
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The diceSideList at the given index.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType getDiceSideList(int index);
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the enum numeric values on the wire for diceSideList.
|
|
*/
|
|
java.util.List<java.lang.Integer>
|
|
getDiceSideListValueList();
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the value to return.
|
|
* @return The enum numeric value on the wire of diceSideList at the given index.
|
|
*/
|
|
int getDiceSideListValue(int index);
|
|
|
|
/**
|
|
* <code>uint32 KFDOPOINLPP = 5;</code>
|
|
* @return The kFDOPOINLPP.
|
|
*/
|
|
int getKFDOPOINLPP();
|
|
|
|
/**
|
|
* <code>uint32 ADCHOFHFPPC = 116;</code>
|
|
* @return The aDCHOFHFPPC.
|
|
*/
|
|
int getADCHOFHFPPC();
|
|
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
int getModifyZoneMapCount();
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
boolean containsModifyZoneMap(
|
|
int key);
|
|
/**
|
|
* Use {@link #getModifyZoneMapMap()} instead.
|
|
*/
|
|
@java.lang.Deprecated
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
getModifyZoneMap();
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
getModifyZoneMapMap();
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone defaultValue);
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrThrow(
|
|
int key);
|
|
|
|
/**
|
|
* <code>uint32 JAMNMKIOPEO = 7;</code>
|
|
* @return The jAMNMKIOPEO.
|
|
*/
|
|
int getJAMNMKIOPEO();
|
|
|
|
/**
|
|
* <code>bool is_passed = 13;</code>
|
|
* @return The isPassed.
|
|
*/
|
|
boolean getIsPassed();
|
|
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return Whether the jKEOEAIEALF field is set.
|
|
*/
|
|
boolean hasJKEOEAIEALF();
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return The jKEOEAIEALF.
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getJKEOEAIEALF();
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getJKEOEAIEALFOrBuilder();
|
|
|
|
/**
|
|
* <code>uint32 GNKGJFHDCDI = 3;</code>
|
|
* @return The gNKGJFHDCDI.
|
|
*/
|
|
int getGNKGJFHDCDI();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: CEGEHEEFNLJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GCGPlayerField}
|
|
*/
|
|
public static final class GCGPlayerField extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:GCGPlayerField)
|
|
GCGPlayerFieldOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use GCGPlayerField.newBuilder() to construct.
|
|
private GCGPlayerField(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private GCGPlayerField() {
|
|
dNEEMCIDCAF_ = java.util.Collections.emptyList();
|
|
diceSideList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new GCGPlayerField();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private GCGPlayerField(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
this();
|
|
if (extensionRegistry == null) {
|
|
throw new java.lang.NullPointerException();
|
|
}
|
|
int mutable_bitField0_ = 0;
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
try {
|
|
boolean done = false;
|
|
while (!done) {
|
|
int tag = input.readTag();
|
|
switch (tag) {
|
|
case 0:
|
|
done = true;
|
|
break;
|
|
case 10: {
|
|
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
|
|
modifyZoneMap_ = com.google.protobuf.MapField.newMapField(
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry);
|
|
mutable_bitField0_ |= 0x00000004;
|
|
}
|
|
com.google.protobuf.MapEntry<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
modifyZoneMap__ = input.readMessage(
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
modifyZoneMap_.getMutableMap().put(
|
|
modifyZoneMap__.getKey(), modifyZoneMap__.getValue());
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
dNEEMCIDCAF_ = new java.util.ArrayList<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
dNEEMCIDCAF_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 24: {
|
|
|
|
gNKGJFHDCDI_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
|
|
eMBGKGCNFPE_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
|
|
kFDOPOINLPP_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder subBuilder = null;
|
|
if (pIOEBHEPAIC_ != null) {
|
|
subBuilder = pIOEBHEPAIC_.toBuilder();
|
|
}
|
|
pIOEBHEPAIC_ = input.readMessage(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(pIOEBHEPAIC_);
|
|
pIOEBHEPAIC_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 56: {
|
|
|
|
jAMNMKIOPEO_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder subBuilder = null;
|
|
if (dPIINFPCNEK_ != null) {
|
|
subBuilder = dPIINFPCNEK_.toBuilder();
|
|
}
|
|
dPIINFPCNEK_ = input.readMessage(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(dPIINFPCNEK_);
|
|
dPIINFPCNEK_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 72: {
|
|
int rawValue = input.readEnum();
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
diceSideList_ = new java.util.ArrayList<java.lang.Integer>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
diceSideList_.add(rawValue);
|
|
break;
|
|
}
|
|
case 74: {
|
|
int length = input.readRawVarint32();
|
|
int oldLimit = input.pushLimit(length);
|
|
while(input.getBytesUntilLimit() > 0) {
|
|
int rawValue = input.readEnum();
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
diceSideList_ = new java.util.ArrayList<java.lang.Integer>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
diceSideList_.add(rawValue);
|
|
}
|
|
input.popLimit(oldLimit);
|
|
break;
|
|
}
|
|
case 80: {
|
|
|
|
controllerId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder subBuilder = null;
|
|
if (gNCOGNIKACN_ != null) {
|
|
subBuilder = gNCOGNIKACN_.toBuilder();
|
|
}
|
|
gNCOGNIKACN_ = input.readMessage(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(gNCOGNIKACN_);
|
|
gNCOGNIKACN_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 96: {
|
|
|
|
eEFLPHPIMDL_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
|
|
isPassed_ = input.readBool();
|
|
break;
|
|
}
|
|
case 114: {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder subBuilder = null;
|
|
if (jKEOEAIEALF_ != null) {
|
|
subBuilder = jKEOEAIEALF_.toBuilder();
|
|
}
|
|
jKEOEAIEALF_ = input.readMessage(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(jKEOEAIEALF_);
|
|
jKEOEAIEALF_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 122: {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder subBuilder = null;
|
|
if (fPGFCMDIABG_ != null) {
|
|
subBuilder = fPGFCMDIABG_.toBuilder();
|
|
}
|
|
fPGFCMDIABG_ = input.readMessage(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.parser(), extensionRegistry);
|
|
if (subBuilder != null) {
|
|
subBuilder.mergeFrom(fPGFCMDIABG_);
|
|
fPGFCMDIABG_ = subBuilder.buildPartial();
|
|
}
|
|
|
|
break;
|
|
}
|
|
case 928: {
|
|
|
|
aDCHOFHFPPC_ = input.readUInt32();
|
|
break;
|
|
}
|
|
default: {
|
|
if (!parseUnknownField(
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
e).setUnfinishedMessage(this);
|
|
} finally {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
dNEEMCIDCAF_ = java.util.Collections.unmodifiableList(dNEEMCIDCAF_);
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
diceSideList_ = java.util.Collections.unmodifiableList(diceSideList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_descriptor;
|
|
}
|
|
|
|
@SuppressWarnings({"rawtypes"})
|
|
@java.lang.Override
|
|
protected com.google.protobuf.MapField internalGetMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 1:
|
|
return internalGetModifyZoneMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.class, emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.Builder.class);
|
|
}
|
|
|
|
public static final int EMBGKGCNFPE_FIELD_NUMBER = 4;
|
|
private int eMBGKGCNFPE_;
|
|
/**
|
|
* <code>uint32 EMBGKGCNFPE = 4;</code>
|
|
* @return The eMBGKGCNFPE.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEMBGKGCNFPE() {
|
|
return eMBGKGCNFPE_;
|
|
}
|
|
|
|
public static final int PIOEBHEPAIC_FIELD_NUMBER = 6;
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone pIOEBHEPAIC_;
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return Whether the pIOEBHEPAIC field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasPIOEBHEPAIC() {
|
|
return pIOEBHEPAIC_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return The pIOEBHEPAIC.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getPIOEBHEPAIC() {
|
|
return pIOEBHEPAIC_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : pIOEBHEPAIC_;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getPIOEBHEPAICOrBuilder() {
|
|
return getPIOEBHEPAIC();
|
|
}
|
|
|
|
public static final int GNCOGNIKACN_FIELD_NUMBER = 11;
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone gNCOGNIKACN_;
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return Whether the gNCOGNIKACN field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasGNCOGNIKACN() {
|
|
return gNCOGNIKACN_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return The gNCOGNIKACN.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getGNCOGNIKACN() {
|
|
return gNCOGNIKACN_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : gNCOGNIKACN_;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getGNCOGNIKACNOrBuilder() {
|
|
return getGNCOGNIKACN();
|
|
}
|
|
|
|
public static final int CONTROLLER_ID_FIELD_NUMBER = 10;
|
|
private int controllerId_;
|
|
/**
|
|
* <code>uint32 controller_id = 10;</code>
|
|
* @return The controllerId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getControllerId() {
|
|
return controllerId_;
|
|
}
|
|
|
|
public static final int EEFLPHPIMDL_FIELD_NUMBER = 12;
|
|
private int eEFLPHPIMDL_;
|
|
/**
|
|
* <code>uint32 EEFLPHPIMDL = 12;</code>
|
|
* @return The eEFLPHPIMDL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEEFLPHPIMDL() {
|
|
return eEFLPHPIMDL_;
|
|
}
|
|
|
|
public static final int DPIINFPCNEK_FIELD_NUMBER = 8;
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone dPIINFPCNEK_;
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return Whether the dPIINFPCNEK field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasDPIINFPCNEK() {
|
|
return dPIINFPCNEK_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return The dPIINFPCNEK.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getDPIINFPCNEK() {
|
|
return dPIINFPCNEK_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : dPIINFPCNEK_;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getDPIINFPCNEKOrBuilder() {
|
|
return getDPIINFPCNEK();
|
|
}
|
|
|
|
public static final int DNEEMCIDCAF_FIELD_NUMBER = 2;
|
|
private java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE> dNEEMCIDCAF_;
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE> getDNEEMCIDCAFList() {
|
|
return dNEEMCIDCAF_;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder>
|
|
getDNEEMCIDCAFOrBuilderList() {
|
|
return dNEEMCIDCAF_;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getDNEEMCIDCAFCount() {
|
|
return dNEEMCIDCAF_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE getDNEEMCIDCAF(int index) {
|
|
return dNEEMCIDCAF_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder getDNEEMCIDCAFOrBuilder(
|
|
int index) {
|
|
return dNEEMCIDCAF_.get(index);
|
|
}
|
|
|
|
public static final int FPGFCMDIABG_FIELD_NUMBER = 15;
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone fPGFCMDIABG_;
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return Whether the fPGFCMDIABG field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasFPGFCMDIABG() {
|
|
return fPGFCMDIABG_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return The fPGFCMDIABG.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getFPGFCMDIABG() {
|
|
return fPGFCMDIABG_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : fPGFCMDIABG_;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getFPGFCMDIABGOrBuilder() {
|
|
return getFPGFCMDIABG();
|
|
}
|
|
|
|
public static final int DICE_SIDE_LIST_FIELD_NUMBER = 9;
|
|
private java.util.List<java.lang.Integer> diceSideList_;
|
|
private static final com.google.protobuf.Internal.ListAdapter.Converter<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType> diceSideList_converter_ =
|
|
new com.google.protobuf.Internal.ListAdapter.Converter<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType>() {
|
|
public emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType convert(java.lang.Integer from) {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType result = emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType.valueOf(from);
|
|
return result == null ? emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType.UNRECOGNIZED : result;
|
|
}
|
|
};
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the diceSideList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType> getDiceSideListList() {
|
|
return new com.google.protobuf.Internal.ListAdapter<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType>(diceSideList_, diceSideList_converter_);
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return The count of diceSideList.
|
|
*/
|
|
@java.lang.Override
|
|
public int getDiceSideListCount() {
|
|
return diceSideList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The diceSideList at the given index.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType getDiceSideList(int index) {
|
|
return diceSideList_converter_.convert(diceSideList_.get(index));
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the enum numeric values on the wire for diceSideList.
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<java.lang.Integer>
|
|
getDiceSideListValueList() {
|
|
return diceSideList_;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the value to return.
|
|
* @return The enum numeric value on the wire of diceSideList at the given index.
|
|
*/
|
|
@java.lang.Override
|
|
public int getDiceSideListValue(int index) {
|
|
return diceSideList_.get(index);
|
|
}
|
|
private int diceSideListMemoizedSerializedSize;
|
|
|
|
public static final int KFDOPOINLPP_FIELD_NUMBER = 5;
|
|
private int kFDOPOINLPP_;
|
|
/**
|
|
* <code>uint32 KFDOPOINLPP = 5;</code>
|
|
* @return The kFDOPOINLPP.
|
|
*/
|
|
@java.lang.Override
|
|
public int getKFDOPOINLPP() {
|
|
return kFDOPOINLPP_;
|
|
}
|
|
|
|
public static final int ADCHOFHFPPC_FIELD_NUMBER = 116;
|
|
private int aDCHOFHFPPC_;
|
|
/**
|
|
* <code>uint32 ADCHOFHFPPC = 116;</code>
|
|
* @return The aDCHOFHFPPC.
|
|
*/
|
|
@java.lang.Override
|
|
public int getADCHOFHFPPC() {
|
|
return aDCHOFHFPPC_;
|
|
}
|
|
|
|
public static final int MODIFY_ZONE_MAP_FIELD_NUMBER = 1;
|
|
private static final class ModifyZoneMapDefaultEntryHolder {
|
|
static final com.google.protobuf.MapEntry<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> defaultEntry =
|
|
com.google.protobuf.MapEntry
|
|
.<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>newDefaultInstance(
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_ModifyZoneMapEntry_descriptor,
|
|
com.google.protobuf.WireFormat.FieldType.UINT32,
|
|
0,
|
|
com.google.protobuf.WireFormat.FieldType.MESSAGE,
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance());
|
|
}
|
|
private com.google.protobuf.MapField<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> modifyZoneMap_;
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
internalGetModifyZoneMap() {
|
|
if (modifyZoneMap_ == null) {
|
|
return com.google.protobuf.MapField.emptyMapField(
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
return modifyZoneMap_;
|
|
}
|
|
|
|
public int getModifyZoneMapCount() {
|
|
return internalGetModifyZoneMap().getMap().size();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
@java.lang.Override
|
|
public boolean containsModifyZoneMap(
|
|
int key) {
|
|
|
|
return internalGetModifyZoneMap().getMap().containsKey(key);
|
|
}
|
|
/**
|
|
* Use {@link #getModifyZoneMapMap()} instead.
|
|
*/
|
|
@java.lang.Override
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> getModifyZoneMap() {
|
|
return getModifyZoneMapMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> getModifyZoneMapMap() {
|
|
return internalGetModifyZoneMap().getMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone defaultValue) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> map =
|
|
internalGetModifyZoneMap().getMap();
|
|
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrThrow(
|
|
int key) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> map =
|
|
internalGetModifyZoneMap().getMap();
|
|
if (!map.containsKey(key)) {
|
|
throw new java.lang.IllegalArgumentException();
|
|
}
|
|
return map.get(key);
|
|
}
|
|
|
|
public static final int JAMNMKIOPEO_FIELD_NUMBER = 7;
|
|
private int jAMNMKIOPEO_;
|
|
/**
|
|
* <code>uint32 JAMNMKIOPEO = 7;</code>
|
|
* @return The jAMNMKIOPEO.
|
|
*/
|
|
@java.lang.Override
|
|
public int getJAMNMKIOPEO() {
|
|
return jAMNMKIOPEO_;
|
|
}
|
|
|
|
public static final int IS_PASSED_FIELD_NUMBER = 13;
|
|
private boolean isPassed_;
|
|
/**
|
|
* <code>bool is_passed = 13;</code>
|
|
* @return The isPassed.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsPassed() {
|
|
return isPassed_;
|
|
}
|
|
|
|
public static final int JKEOEAIEALF_FIELD_NUMBER = 14;
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone jKEOEAIEALF_;
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return Whether the jKEOEAIEALF field is set.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean hasJKEOEAIEALF() {
|
|
return jKEOEAIEALF_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return The jKEOEAIEALF.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getJKEOEAIEALF() {
|
|
return jKEOEAIEALF_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : jKEOEAIEALF_;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getJKEOEAIEALFOrBuilder() {
|
|
return getJKEOEAIEALF();
|
|
}
|
|
|
|
public static final int GNKGJFHDCDI_FIELD_NUMBER = 3;
|
|
private int gNKGJFHDCDI_;
|
|
/**
|
|
* <code>uint32 GNKGJFHDCDI = 3;</code>
|
|
* @return The gNKGJFHDCDI.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGNKGJFHDCDI() {
|
|
return gNKGJFHDCDI_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
getSerializedSize();
|
|
com.google.protobuf.GeneratedMessageV3
|
|
.serializeIntegerMapTo(
|
|
output,
|
|
internalGetModifyZoneMap(),
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry,
|
|
1);
|
|
for (int i = 0; i < dNEEMCIDCAF_.size(); i++) {
|
|
output.writeMessage(2, dNEEMCIDCAF_.get(i));
|
|
}
|
|
if (gNKGJFHDCDI_ != 0) {
|
|
output.writeUInt32(3, gNKGJFHDCDI_);
|
|
}
|
|
if (eMBGKGCNFPE_ != 0) {
|
|
output.writeUInt32(4, eMBGKGCNFPE_);
|
|
}
|
|
if (kFDOPOINLPP_ != 0) {
|
|
output.writeUInt32(5, kFDOPOINLPP_);
|
|
}
|
|
if (pIOEBHEPAIC_ != null) {
|
|
output.writeMessage(6, getPIOEBHEPAIC());
|
|
}
|
|
if (jAMNMKIOPEO_ != 0) {
|
|
output.writeUInt32(7, jAMNMKIOPEO_);
|
|
}
|
|
if (dPIINFPCNEK_ != null) {
|
|
output.writeMessage(8, getDPIINFPCNEK());
|
|
}
|
|
if (getDiceSideListList().size() > 0) {
|
|
output.writeUInt32NoTag(74);
|
|
output.writeUInt32NoTag(diceSideListMemoizedSerializedSize);
|
|
}
|
|
for (int i = 0; i < diceSideList_.size(); i++) {
|
|
output.writeEnumNoTag(diceSideList_.get(i));
|
|
}
|
|
if (controllerId_ != 0) {
|
|
output.writeUInt32(10, controllerId_);
|
|
}
|
|
if (gNCOGNIKACN_ != null) {
|
|
output.writeMessage(11, getGNCOGNIKACN());
|
|
}
|
|
if (eEFLPHPIMDL_ != 0) {
|
|
output.writeUInt32(12, eEFLPHPIMDL_);
|
|
}
|
|
if (isPassed_ != false) {
|
|
output.writeBool(13, isPassed_);
|
|
}
|
|
if (jKEOEAIEALF_ != null) {
|
|
output.writeMessage(14, getJKEOEAIEALF());
|
|
}
|
|
if (fPGFCMDIABG_ != null) {
|
|
output.writeMessage(15, getFPGFCMDIABG());
|
|
}
|
|
if (aDCHOFHFPPC_ != 0) {
|
|
output.writeUInt32(116, aDCHOFHFPPC_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
for (java.util.Map.Entry<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> entry
|
|
: internalGetModifyZoneMap().getMap().entrySet()) {
|
|
com.google.protobuf.MapEntry<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
modifyZoneMap__ = ModifyZoneMapDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
.setKey(entry.getKey())
|
|
.setValue(entry.getValue())
|
|
.build();
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(1, modifyZoneMap__);
|
|
}
|
|
for (int i = 0; i < dNEEMCIDCAF_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(2, dNEEMCIDCAF_.get(i));
|
|
}
|
|
if (gNKGJFHDCDI_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(3, gNKGJFHDCDI_);
|
|
}
|
|
if (eMBGKGCNFPE_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(4, eMBGKGCNFPE_);
|
|
}
|
|
if (kFDOPOINLPP_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(5, kFDOPOINLPP_);
|
|
}
|
|
if (pIOEBHEPAIC_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(6, getPIOEBHEPAIC());
|
|
}
|
|
if (jAMNMKIOPEO_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(7, jAMNMKIOPEO_);
|
|
}
|
|
if (dPIINFPCNEK_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(8, getDPIINFPCNEK());
|
|
}
|
|
{
|
|
int dataSize = 0;
|
|
for (int i = 0; i < diceSideList_.size(); i++) {
|
|
dataSize += com.google.protobuf.CodedOutputStream
|
|
.computeEnumSizeNoTag(diceSideList_.get(i));
|
|
}
|
|
size += dataSize;
|
|
if (!getDiceSideListList().isEmpty()) { size += 1;
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32SizeNoTag(dataSize);
|
|
}diceSideListMemoizedSerializedSize = dataSize;
|
|
}
|
|
if (controllerId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(10, controllerId_);
|
|
}
|
|
if (gNCOGNIKACN_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(11, getGNCOGNIKACN());
|
|
}
|
|
if (eEFLPHPIMDL_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(12, eEFLPHPIMDL_);
|
|
}
|
|
if (isPassed_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(13, isPassed_);
|
|
}
|
|
if (jKEOEAIEALF_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(14, getJKEOEAIEALF());
|
|
}
|
|
if (fPGFCMDIABG_ != null) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(15, getFPGFCMDIABG());
|
|
}
|
|
if (aDCHOFHFPPC_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(116, aDCHOFHFPPC_);
|
|
}
|
|
size += unknownFields.getSerializedSize();
|
|
memoizedSize = size;
|
|
return size;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public boolean equals(final java.lang.Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField other = (emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField) obj;
|
|
|
|
if (getEMBGKGCNFPE()
|
|
!= other.getEMBGKGCNFPE()) return false;
|
|
if (hasPIOEBHEPAIC() != other.hasPIOEBHEPAIC()) return false;
|
|
if (hasPIOEBHEPAIC()) {
|
|
if (!getPIOEBHEPAIC()
|
|
.equals(other.getPIOEBHEPAIC())) return false;
|
|
}
|
|
if (hasGNCOGNIKACN() != other.hasGNCOGNIKACN()) return false;
|
|
if (hasGNCOGNIKACN()) {
|
|
if (!getGNCOGNIKACN()
|
|
.equals(other.getGNCOGNIKACN())) return false;
|
|
}
|
|
if (getControllerId()
|
|
!= other.getControllerId()) return false;
|
|
if (getEEFLPHPIMDL()
|
|
!= other.getEEFLPHPIMDL()) return false;
|
|
if (hasDPIINFPCNEK() != other.hasDPIINFPCNEK()) return false;
|
|
if (hasDPIINFPCNEK()) {
|
|
if (!getDPIINFPCNEK()
|
|
.equals(other.getDPIINFPCNEK())) return false;
|
|
}
|
|
if (!getDNEEMCIDCAFList()
|
|
.equals(other.getDNEEMCIDCAFList())) return false;
|
|
if (hasFPGFCMDIABG() != other.hasFPGFCMDIABG()) return false;
|
|
if (hasFPGFCMDIABG()) {
|
|
if (!getFPGFCMDIABG()
|
|
.equals(other.getFPGFCMDIABG())) return false;
|
|
}
|
|
if (!diceSideList_.equals(other.diceSideList_)) return false;
|
|
if (getKFDOPOINLPP()
|
|
!= other.getKFDOPOINLPP()) return false;
|
|
if (getADCHOFHFPPC()
|
|
!= other.getADCHOFHFPPC()) return false;
|
|
if (!internalGetModifyZoneMap().equals(
|
|
other.internalGetModifyZoneMap())) return false;
|
|
if (getJAMNMKIOPEO()
|
|
!= other.getJAMNMKIOPEO()) return false;
|
|
if (getIsPassed()
|
|
!= other.getIsPassed()) return false;
|
|
if (hasJKEOEAIEALF() != other.hasJKEOEAIEALF()) return false;
|
|
if (hasJKEOEAIEALF()) {
|
|
if (!getJKEOEAIEALF()
|
|
.equals(other.getJKEOEAIEALF())) return false;
|
|
}
|
|
if (getGNKGJFHDCDI()
|
|
!= other.getGNKGJFHDCDI()) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
hash = (37 * hash) + EMBGKGCNFPE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getEMBGKGCNFPE();
|
|
if (hasPIOEBHEPAIC()) {
|
|
hash = (37 * hash) + PIOEBHEPAIC_FIELD_NUMBER;
|
|
hash = (53 * hash) + getPIOEBHEPAIC().hashCode();
|
|
}
|
|
if (hasGNCOGNIKACN()) {
|
|
hash = (37 * hash) + GNCOGNIKACN_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGNCOGNIKACN().hashCode();
|
|
}
|
|
hash = (37 * hash) + CONTROLLER_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getControllerId();
|
|
hash = (37 * hash) + EEFLPHPIMDL_FIELD_NUMBER;
|
|
hash = (53 * hash) + getEEFLPHPIMDL();
|
|
if (hasDPIINFPCNEK()) {
|
|
hash = (37 * hash) + DPIINFPCNEK_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDPIINFPCNEK().hashCode();
|
|
}
|
|
if (getDNEEMCIDCAFCount() > 0) {
|
|
hash = (37 * hash) + DNEEMCIDCAF_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDNEEMCIDCAFList().hashCode();
|
|
}
|
|
if (hasFPGFCMDIABG()) {
|
|
hash = (37 * hash) + FPGFCMDIABG_FIELD_NUMBER;
|
|
hash = (53 * hash) + getFPGFCMDIABG().hashCode();
|
|
}
|
|
if (getDiceSideListCount() > 0) {
|
|
hash = (37 * hash) + DICE_SIDE_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + diceSideList_.hashCode();
|
|
}
|
|
hash = (37 * hash) + KFDOPOINLPP_FIELD_NUMBER;
|
|
hash = (53 * hash) + getKFDOPOINLPP();
|
|
hash = (37 * hash) + ADCHOFHFPPC_FIELD_NUMBER;
|
|
hash = (53 * hash) + getADCHOFHFPPC();
|
|
if (!internalGetModifyZoneMap().getMap().isEmpty()) {
|
|
hash = (37 * hash) + MODIFY_ZONE_MAP_FIELD_NUMBER;
|
|
hash = (53 * hash) + internalGetModifyZoneMap().hashCode();
|
|
}
|
|
hash = (37 * hash) + JAMNMKIOPEO_FIELD_NUMBER;
|
|
hash = (53 * hash) + getJAMNMKIOPEO();
|
|
hash = (37 * hash) + IS_PASSED_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsPassed());
|
|
if (hasJKEOEAIEALF()) {
|
|
hash = (37 * hash) + JKEOEAIEALF_FIELD_NUMBER;
|
|
hash = (53 * hash) + getJKEOEAIEALF().hashCode();
|
|
}
|
|
hash = (37 * hash) + GNKGJFHDCDI_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGNKGJFHDCDI();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
java.nio.ByteBuffer data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
com.google.protobuf.ByteString data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseDelimitedFrom(
|
|
java.io.InputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parseFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
public static Builder newBuilder() {
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
}
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField prototype) {
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
}
|
|
@java.lang.Override
|
|
public Builder toBuilder() {
|
|
return this == DEFAULT_INSTANCE
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected Builder newBuilderForType(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
Builder builder = new Builder(parent);
|
|
return builder;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* Obf: CEGEHEEFNLJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code GCGPlayerField}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:GCGPlayerField)
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerFieldOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_descriptor;
|
|
}
|
|
|
|
@SuppressWarnings({"rawtypes"})
|
|
protected com.google.protobuf.MapField internalGetMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 1:
|
|
return internalGetModifyZoneMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@SuppressWarnings({"rawtypes"})
|
|
protected com.google.protobuf.MapField internalGetMutableMapField(
|
|
int number) {
|
|
switch (number) {
|
|
case 1:
|
|
return internalGetMutableModifyZoneMap();
|
|
default:
|
|
throw new RuntimeException(
|
|
"Invalid map field number: " + number);
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.class, emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getDNEEMCIDCAFFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
eMBGKGCNFPE_ = 0;
|
|
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
pIOEBHEPAIC_ = null;
|
|
} else {
|
|
pIOEBHEPAIC_ = null;
|
|
pIOEBHEPAICBuilder_ = null;
|
|
}
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
gNCOGNIKACN_ = null;
|
|
} else {
|
|
gNCOGNIKACN_ = null;
|
|
gNCOGNIKACNBuilder_ = null;
|
|
}
|
|
controllerId_ = 0;
|
|
|
|
eEFLPHPIMDL_ = 0;
|
|
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
dPIINFPCNEK_ = null;
|
|
} else {
|
|
dPIINFPCNEK_ = null;
|
|
dPIINFPCNEKBuilder_ = null;
|
|
}
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
dNEEMCIDCAF_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.clear();
|
|
}
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
fPGFCMDIABG_ = null;
|
|
} else {
|
|
fPGFCMDIABG_ = null;
|
|
fPGFCMDIABGBuilder_ = null;
|
|
}
|
|
diceSideList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
kFDOPOINLPP_ = 0;
|
|
|
|
aDCHOFHFPPC_ = 0;
|
|
|
|
internalGetMutableModifyZoneMap().clear();
|
|
jAMNMKIOPEO_ = 0;
|
|
|
|
isPassed_ = false;
|
|
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
jKEOEAIEALF_ = null;
|
|
} else {
|
|
jKEOEAIEALF_ = null;
|
|
jKEOEAIEALFBuilder_ = null;
|
|
}
|
|
gNKGJFHDCDI_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.internal_static_GCGPlayerField_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField build() {
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField buildPartial() {
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField result = new emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.eMBGKGCNFPE_ = eMBGKGCNFPE_;
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
result.pIOEBHEPAIC_ = pIOEBHEPAIC_;
|
|
} else {
|
|
result.pIOEBHEPAIC_ = pIOEBHEPAICBuilder_.build();
|
|
}
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
result.gNCOGNIKACN_ = gNCOGNIKACN_;
|
|
} else {
|
|
result.gNCOGNIKACN_ = gNCOGNIKACNBuilder_.build();
|
|
}
|
|
result.controllerId_ = controllerId_;
|
|
result.eEFLPHPIMDL_ = eEFLPHPIMDL_;
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
result.dPIINFPCNEK_ = dPIINFPCNEK_;
|
|
} else {
|
|
result.dPIINFPCNEK_ = dPIINFPCNEKBuilder_.build();
|
|
}
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
dNEEMCIDCAF_ = java.util.Collections.unmodifiableList(dNEEMCIDCAF_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.dNEEMCIDCAF_ = dNEEMCIDCAF_;
|
|
} else {
|
|
result.dNEEMCIDCAF_ = dNEEMCIDCAFBuilder_.build();
|
|
}
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
result.fPGFCMDIABG_ = fPGFCMDIABG_;
|
|
} else {
|
|
result.fPGFCMDIABG_ = fPGFCMDIABGBuilder_.build();
|
|
}
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
diceSideList_ = java.util.Collections.unmodifiableList(diceSideList_);
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.diceSideList_ = diceSideList_;
|
|
result.kFDOPOINLPP_ = kFDOPOINLPP_;
|
|
result.aDCHOFHFPPC_ = aDCHOFHFPPC_;
|
|
result.modifyZoneMap_ = internalGetModifyZoneMap();
|
|
result.modifyZoneMap_.makeImmutable();
|
|
result.jAMNMKIOPEO_ = jAMNMKIOPEO_;
|
|
result.isPassed_ = isPassed_;
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
result.jKEOEAIEALF_ = jKEOEAIEALF_;
|
|
} else {
|
|
result.jKEOEAIEALF_ = jKEOEAIEALFBuilder_.build();
|
|
}
|
|
result.gNKGJFHDCDI_ = gNKGJFHDCDI_;
|
|
onBuilt();
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder clone() {
|
|
return super.clone();
|
|
}
|
|
@java.lang.Override
|
|
public Builder setField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.setField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
return super.clearField(field);
|
|
}
|
|
@java.lang.Override
|
|
public Builder clearOneof(
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
return super.clearOneof(oneof);
|
|
}
|
|
@java.lang.Override
|
|
public Builder setRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
int index, java.lang.Object value) {
|
|
return super.setRepeatedField(field, index, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder addRepeatedField(
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
java.lang.Object value) {
|
|
return super.addRepeatedField(field, value);
|
|
}
|
|
@java.lang.Override
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
if (other instanceof emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField) {
|
|
return mergeFrom((emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField other) {
|
|
if (other == emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField.getDefaultInstance()) return this;
|
|
if (other.getEMBGKGCNFPE() != 0) {
|
|
setEMBGKGCNFPE(other.getEMBGKGCNFPE());
|
|
}
|
|
if (other.hasPIOEBHEPAIC()) {
|
|
mergePIOEBHEPAIC(other.getPIOEBHEPAIC());
|
|
}
|
|
if (other.hasGNCOGNIKACN()) {
|
|
mergeGNCOGNIKACN(other.getGNCOGNIKACN());
|
|
}
|
|
if (other.getControllerId() != 0) {
|
|
setControllerId(other.getControllerId());
|
|
}
|
|
if (other.getEEFLPHPIMDL() != 0) {
|
|
setEEFLPHPIMDL(other.getEEFLPHPIMDL());
|
|
}
|
|
if (other.hasDPIINFPCNEK()) {
|
|
mergeDPIINFPCNEK(other.getDPIINFPCNEK());
|
|
}
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
if (!other.dNEEMCIDCAF_.isEmpty()) {
|
|
if (dNEEMCIDCAF_.isEmpty()) {
|
|
dNEEMCIDCAF_ = other.dNEEMCIDCAF_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.addAll(other.dNEEMCIDCAF_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.dNEEMCIDCAF_.isEmpty()) {
|
|
if (dNEEMCIDCAFBuilder_.isEmpty()) {
|
|
dNEEMCIDCAFBuilder_.dispose();
|
|
dNEEMCIDCAFBuilder_ = null;
|
|
dNEEMCIDCAF_ = other.dNEEMCIDCAF_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
dNEEMCIDCAFBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getDNEEMCIDCAFFieldBuilder() : null;
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addAllMessages(other.dNEEMCIDCAF_);
|
|
}
|
|
}
|
|
}
|
|
if (other.hasFPGFCMDIABG()) {
|
|
mergeFPGFCMDIABG(other.getFPGFCMDIABG());
|
|
}
|
|
if (!other.diceSideList_.isEmpty()) {
|
|
if (diceSideList_.isEmpty()) {
|
|
diceSideList_ = other.diceSideList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureDiceSideListIsMutable();
|
|
diceSideList_.addAll(other.diceSideList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
if (other.getKFDOPOINLPP() != 0) {
|
|
setKFDOPOINLPP(other.getKFDOPOINLPP());
|
|
}
|
|
if (other.getADCHOFHFPPC() != 0) {
|
|
setADCHOFHFPPC(other.getADCHOFHFPPC());
|
|
}
|
|
internalGetMutableModifyZoneMap().mergeFrom(
|
|
other.internalGetModifyZoneMap());
|
|
if (other.getJAMNMKIOPEO() != 0) {
|
|
setJAMNMKIOPEO(other.getJAMNMKIOPEO());
|
|
}
|
|
if (other.getIsPassed() != false) {
|
|
setIsPassed(other.getIsPassed());
|
|
}
|
|
if (other.hasJKEOEAIEALF()) {
|
|
mergeJKEOEAIEALF(other.getJKEOEAIEALF());
|
|
}
|
|
if (other.getGNKGJFHDCDI() != 0) {
|
|
setGNKGJFHDCDI(other.getGNKGJFHDCDI());
|
|
}
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public Builder mergeFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws java.io.IOException {
|
|
emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private int eMBGKGCNFPE_ ;
|
|
/**
|
|
* <code>uint32 EMBGKGCNFPE = 4;</code>
|
|
* @return The eMBGKGCNFPE.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEMBGKGCNFPE() {
|
|
return eMBGKGCNFPE_;
|
|
}
|
|
/**
|
|
* <code>uint32 EMBGKGCNFPE = 4;</code>
|
|
* @param value The eMBGKGCNFPE to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setEMBGKGCNFPE(int value) {
|
|
|
|
eMBGKGCNFPE_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 EMBGKGCNFPE = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearEMBGKGCNFPE() {
|
|
|
|
eMBGKGCNFPE_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone pIOEBHEPAIC_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder> pIOEBHEPAICBuilder_;
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return Whether the pIOEBHEPAIC field is set.
|
|
*/
|
|
public boolean hasPIOEBHEPAIC() {
|
|
return pIOEBHEPAICBuilder_ != null || pIOEBHEPAIC_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
* @return The pIOEBHEPAIC.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getPIOEBHEPAIC() {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
return pIOEBHEPAIC_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : pIOEBHEPAIC_;
|
|
} else {
|
|
return pIOEBHEPAICBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public Builder setPIOEBHEPAIC(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
pIOEBHEPAIC_ = value;
|
|
onChanged();
|
|
} else {
|
|
pIOEBHEPAICBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public Builder setPIOEBHEPAIC(
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder builderForValue) {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
pIOEBHEPAIC_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
pIOEBHEPAICBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public Builder mergePIOEBHEPAIC(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
if (pIOEBHEPAIC_ != null) {
|
|
pIOEBHEPAIC_ =
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.newBuilder(pIOEBHEPAIC_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
pIOEBHEPAIC_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
pIOEBHEPAICBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public Builder clearPIOEBHEPAIC() {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
pIOEBHEPAIC_ = null;
|
|
onChanged();
|
|
} else {
|
|
pIOEBHEPAIC_ = null;
|
|
pIOEBHEPAICBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder getPIOEBHEPAICBuilder() {
|
|
|
|
onChanged();
|
|
return getPIOEBHEPAICFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getPIOEBHEPAICOrBuilder() {
|
|
if (pIOEBHEPAICBuilder_ != null) {
|
|
return pIOEBHEPAICBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return pIOEBHEPAIC_ == null ?
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : pIOEBHEPAIC_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone PIOEBHEPAIC = 6;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>
|
|
getPIOEBHEPAICFieldBuilder() {
|
|
if (pIOEBHEPAICBuilder_ == null) {
|
|
pIOEBHEPAICBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>(
|
|
getPIOEBHEPAIC(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
pIOEBHEPAIC_ = null;
|
|
}
|
|
return pIOEBHEPAICBuilder_;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone gNCOGNIKACN_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder> gNCOGNIKACNBuilder_;
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return Whether the gNCOGNIKACN field is set.
|
|
*/
|
|
public boolean hasGNCOGNIKACN() {
|
|
return gNCOGNIKACNBuilder_ != null || gNCOGNIKACN_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
* @return The gNCOGNIKACN.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getGNCOGNIKACN() {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
return gNCOGNIKACN_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : gNCOGNIKACN_;
|
|
} else {
|
|
return gNCOGNIKACNBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public Builder setGNCOGNIKACN(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
gNCOGNIKACN_ = value;
|
|
onChanged();
|
|
} else {
|
|
gNCOGNIKACNBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public Builder setGNCOGNIKACN(
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder builderForValue) {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
gNCOGNIKACN_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
gNCOGNIKACNBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public Builder mergeGNCOGNIKACN(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
if (gNCOGNIKACN_ != null) {
|
|
gNCOGNIKACN_ =
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.newBuilder(gNCOGNIKACN_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
gNCOGNIKACN_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
gNCOGNIKACNBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public Builder clearGNCOGNIKACN() {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
gNCOGNIKACN_ = null;
|
|
onChanged();
|
|
} else {
|
|
gNCOGNIKACN_ = null;
|
|
gNCOGNIKACNBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder getGNCOGNIKACNBuilder() {
|
|
|
|
onChanged();
|
|
return getGNCOGNIKACNFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getGNCOGNIKACNOrBuilder() {
|
|
if (gNCOGNIKACNBuilder_ != null) {
|
|
return gNCOGNIKACNBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return gNCOGNIKACN_ == null ?
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : gNCOGNIKACN_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone GNCOGNIKACN = 11;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>
|
|
getGNCOGNIKACNFieldBuilder() {
|
|
if (gNCOGNIKACNBuilder_ == null) {
|
|
gNCOGNIKACNBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>(
|
|
getGNCOGNIKACN(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
gNCOGNIKACN_ = null;
|
|
}
|
|
return gNCOGNIKACNBuilder_;
|
|
}
|
|
|
|
private int controllerId_ ;
|
|
/**
|
|
* <code>uint32 controller_id = 10;</code>
|
|
* @return The controllerId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getControllerId() {
|
|
return controllerId_;
|
|
}
|
|
/**
|
|
* <code>uint32 controller_id = 10;</code>
|
|
* @param value The controllerId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setControllerId(int value) {
|
|
|
|
controllerId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 controller_id = 10;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearControllerId() {
|
|
|
|
controllerId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int eEFLPHPIMDL_ ;
|
|
/**
|
|
* <code>uint32 EEFLPHPIMDL = 12;</code>
|
|
* @return The eEFLPHPIMDL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getEEFLPHPIMDL() {
|
|
return eEFLPHPIMDL_;
|
|
}
|
|
/**
|
|
* <code>uint32 EEFLPHPIMDL = 12;</code>
|
|
* @param value The eEFLPHPIMDL to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setEEFLPHPIMDL(int value) {
|
|
|
|
eEFLPHPIMDL_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 EEFLPHPIMDL = 12;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearEEFLPHPIMDL() {
|
|
|
|
eEFLPHPIMDL_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone dPIINFPCNEK_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder> dPIINFPCNEKBuilder_;
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return Whether the dPIINFPCNEK field is set.
|
|
*/
|
|
public boolean hasDPIINFPCNEK() {
|
|
return dPIINFPCNEKBuilder_ != null || dPIINFPCNEK_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
* @return The dPIINFPCNEK.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getDPIINFPCNEK() {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
return dPIINFPCNEK_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : dPIINFPCNEK_;
|
|
} else {
|
|
return dPIINFPCNEKBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public Builder setDPIINFPCNEK(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
dPIINFPCNEK_ = value;
|
|
onChanged();
|
|
} else {
|
|
dPIINFPCNEKBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public Builder setDPIINFPCNEK(
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder builderForValue) {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
dPIINFPCNEK_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
dPIINFPCNEKBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public Builder mergeDPIINFPCNEK(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
if (dPIINFPCNEK_ != null) {
|
|
dPIINFPCNEK_ =
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.newBuilder(dPIINFPCNEK_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
dPIINFPCNEK_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
dPIINFPCNEKBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public Builder clearDPIINFPCNEK() {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
dPIINFPCNEK_ = null;
|
|
onChanged();
|
|
} else {
|
|
dPIINFPCNEK_ = null;
|
|
dPIINFPCNEKBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder getDPIINFPCNEKBuilder() {
|
|
|
|
onChanged();
|
|
return getDPIINFPCNEKFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getDPIINFPCNEKOrBuilder() {
|
|
if (dPIINFPCNEKBuilder_ != null) {
|
|
return dPIINFPCNEKBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return dPIINFPCNEK_ == null ?
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : dPIINFPCNEK_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone DPIINFPCNEK = 8;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>
|
|
getDPIINFPCNEKFieldBuilder() {
|
|
if (dPIINFPCNEKBuilder_ == null) {
|
|
dPIINFPCNEKBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>(
|
|
getDPIINFPCNEK(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
dPIINFPCNEK_ = null;
|
|
}
|
|
return dPIINFPCNEKBuilder_;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE> dNEEMCIDCAF_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureDNEEMCIDCAFIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
dNEEMCIDCAF_ = new java.util.ArrayList<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE>(dNEEMCIDCAF_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder> dNEEMCIDCAFBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE> getDNEEMCIDCAFList() {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(dNEEMCIDCAF_);
|
|
} else {
|
|
return dNEEMCIDCAFBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public int getDNEEMCIDCAFCount() {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
return dNEEMCIDCAF_.size();
|
|
} else {
|
|
return dNEEMCIDCAFBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE getDNEEMCIDCAF(int index) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
return dNEEMCIDCAF_.get(index);
|
|
} else {
|
|
return dNEEMCIDCAFBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder setDNEEMCIDCAF(
|
|
int index, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE value) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder setDNEEMCIDCAF(
|
|
int index, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder builderForValue) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder addDNEEMCIDCAF(emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE value) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.add(value);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder addDNEEMCIDCAF(
|
|
int index, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE value) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder addDNEEMCIDCAF(
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder builderForValue) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder addDNEEMCIDCAF(
|
|
int index, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder builderForValue) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder addAllDNEEMCIDCAF(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE> values) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, dNEEMCIDCAF_);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder clearDNEEMCIDCAF() {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
dNEEMCIDCAF_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public Builder removeDNEEMCIDCAF(int index) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
ensureDNEEMCIDCAFIsMutable();
|
|
dNEEMCIDCAF_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
dNEEMCIDCAFBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder getDNEEMCIDCAFBuilder(
|
|
int index) {
|
|
return getDNEEMCIDCAFFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder getDNEEMCIDCAFOrBuilder(
|
|
int index) {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
return dNEEMCIDCAF_.get(index); } else {
|
|
return dNEEMCIDCAFBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder>
|
|
getDNEEMCIDCAFOrBuilderList() {
|
|
if (dNEEMCIDCAFBuilder_ != null) {
|
|
return dNEEMCIDCAFBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(dNEEMCIDCAF_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder addDNEEMCIDCAFBuilder() {
|
|
return getDNEEMCIDCAFFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder addDNEEMCIDCAFBuilder(
|
|
int index) {
|
|
return getDNEEMCIDCAFFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .GABNJIGBIHE DNEEMCIDCAF = 2;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder>
|
|
getDNEEMCIDCAFBuilderList() {
|
|
return getDNEEMCIDCAFFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder>
|
|
getDNEEMCIDCAFFieldBuilder() {
|
|
if (dNEEMCIDCAFBuilder_ == null) {
|
|
dNEEMCIDCAFBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHE.Builder, emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.GABNJIGBIHEOrBuilder>(
|
|
dNEEMCIDCAF_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
dNEEMCIDCAF_ = null;
|
|
}
|
|
return dNEEMCIDCAFBuilder_;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone fPGFCMDIABG_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder> fPGFCMDIABGBuilder_;
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return Whether the fPGFCMDIABG field is set.
|
|
*/
|
|
public boolean hasFPGFCMDIABG() {
|
|
return fPGFCMDIABGBuilder_ != null || fPGFCMDIABG_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
* @return The fPGFCMDIABG.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getFPGFCMDIABG() {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
return fPGFCMDIABG_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : fPGFCMDIABG_;
|
|
} else {
|
|
return fPGFCMDIABGBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public Builder setFPGFCMDIABG(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
fPGFCMDIABG_ = value;
|
|
onChanged();
|
|
} else {
|
|
fPGFCMDIABGBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public Builder setFPGFCMDIABG(
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder builderForValue) {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
fPGFCMDIABG_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
fPGFCMDIABGBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public Builder mergeFPGFCMDIABG(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
if (fPGFCMDIABG_ != null) {
|
|
fPGFCMDIABG_ =
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.newBuilder(fPGFCMDIABG_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
fPGFCMDIABG_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
fPGFCMDIABGBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public Builder clearFPGFCMDIABG() {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
fPGFCMDIABG_ = null;
|
|
onChanged();
|
|
} else {
|
|
fPGFCMDIABG_ = null;
|
|
fPGFCMDIABGBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder getFPGFCMDIABGBuilder() {
|
|
|
|
onChanged();
|
|
return getFPGFCMDIABGFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getFPGFCMDIABGOrBuilder() {
|
|
if (fPGFCMDIABGBuilder_ != null) {
|
|
return fPGFCMDIABGBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return fPGFCMDIABG_ == null ?
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : fPGFCMDIABG_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone FPGFCMDIABG = 15;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>
|
|
getFPGFCMDIABGFieldBuilder() {
|
|
if (fPGFCMDIABGBuilder_ == null) {
|
|
fPGFCMDIABGBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>(
|
|
getFPGFCMDIABG(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
fPGFCMDIABG_ = null;
|
|
}
|
|
return fPGFCMDIABGBuilder_;
|
|
}
|
|
|
|
private java.util.List<java.lang.Integer> diceSideList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureDiceSideListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
diceSideList_ = new java.util.ArrayList<java.lang.Integer>(diceSideList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the diceSideList.
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType> getDiceSideListList() {
|
|
return new com.google.protobuf.Internal.ListAdapter<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType>(diceSideList_, diceSideList_converter_);
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return The count of diceSideList.
|
|
*/
|
|
public int getDiceSideListCount() {
|
|
return diceSideList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the element to return.
|
|
* @return The diceSideList at the given index.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType getDiceSideList(int index) {
|
|
return diceSideList_converter_.convert(diceSideList_.get(index));
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index to set the value at.
|
|
* @param value The diceSideList to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setDiceSideList(
|
|
int index, emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDiceSideListIsMutable();
|
|
diceSideList_.set(index, value.getNumber());
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param value The diceSideList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addDiceSideList(emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDiceSideListIsMutable();
|
|
diceSideList_.add(value.getNumber());
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param values The diceSideList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllDiceSideList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType> values) {
|
|
ensureDiceSideListIsMutable();
|
|
for (emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.GCGDiceSideType value : values) {
|
|
diceSideList_.add(value.getNumber());
|
|
}
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearDiceSideList() {
|
|
diceSideList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @return A list containing the enum numeric values on the wire for diceSideList.
|
|
*/
|
|
public java.util.List<java.lang.Integer>
|
|
getDiceSideListValueList() {
|
|
return java.util.Collections.unmodifiableList(diceSideList_);
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the value to return.
|
|
* @return The enum numeric value on the wire of diceSideList at the given index.
|
|
*/
|
|
public int getDiceSideListValue(int index) {
|
|
return diceSideList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param index The index of the value to return.
|
|
* @return The enum numeric value on the wire of diceSideList at the given index.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setDiceSideListValue(
|
|
int index, int value) {
|
|
ensureDiceSideListIsMutable();
|
|
diceSideList_.set(index, value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param value The enum numeric value on the wire for diceSideList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addDiceSideListValue(int value) {
|
|
ensureDiceSideListIsMutable();
|
|
diceSideList_.add(value);
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .GCGDiceSideType dice_side_list = 9;</code>
|
|
* @param values The enum numeric values on the wire for diceSideList to add.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder addAllDiceSideListValue(
|
|
java.lang.Iterable<java.lang.Integer> values) {
|
|
ensureDiceSideListIsMutable();
|
|
for (int value : values) {
|
|
diceSideList_.add(value);
|
|
}
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int kFDOPOINLPP_ ;
|
|
/**
|
|
* <code>uint32 KFDOPOINLPP = 5;</code>
|
|
* @return The kFDOPOINLPP.
|
|
*/
|
|
@java.lang.Override
|
|
public int getKFDOPOINLPP() {
|
|
return kFDOPOINLPP_;
|
|
}
|
|
/**
|
|
* <code>uint32 KFDOPOINLPP = 5;</code>
|
|
* @param value The kFDOPOINLPP to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setKFDOPOINLPP(int value) {
|
|
|
|
kFDOPOINLPP_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 KFDOPOINLPP = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearKFDOPOINLPP() {
|
|
|
|
kFDOPOINLPP_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int aDCHOFHFPPC_ ;
|
|
/**
|
|
* <code>uint32 ADCHOFHFPPC = 116;</code>
|
|
* @return The aDCHOFHFPPC.
|
|
*/
|
|
@java.lang.Override
|
|
public int getADCHOFHFPPC() {
|
|
return aDCHOFHFPPC_;
|
|
}
|
|
/**
|
|
* <code>uint32 ADCHOFHFPPC = 116;</code>
|
|
* @param value The aDCHOFHFPPC to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setADCHOFHFPPC(int value) {
|
|
|
|
aDCHOFHFPPC_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 ADCHOFHFPPC = 116;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearADCHOFHFPPC() {
|
|
|
|
aDCHOFHFPPC_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private com.google.protobuf.MapField<
|
|
java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> modifyZoneMap_;
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
internalGetModifyZoneMap() {
|
|
if (modifyZoneMap_ == null) {
|
|
return com.google.protobuf.MapField.emptyMapField(
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
return modifyZoneMap_;
|
|
}
|
|
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
internalGetMutableModifyZoneMap() {
|
|
onChanged();;
|
|
if (modifyZoneMap_ == null) {
|
|
modifyZoneMap_ = com.google.protobuf.MapField.newMapField(
|
|
ModifyZoneMapDefaultEntryHolder.defaultEntry);
|
|
}
|
|
if (!modifyZoneMap_.isMutable()) {
|
|
modifyZoneMap_ = modifyZoneMap_.copy();
|
|
}
|
|
return modifyZoneMap_;
|
|
}
|
|
|
|
public int getModifyZoneMapCount() {
|
|
return internalGetModifyZoneMap().getMap().size();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
@java.lang.Override
|
|
public boolean containsModifyZoneMap(
|
|
int key) {
|
|
|
|
return internalGetModifyZoneMap().getMap().containsKey(key);
|
|
}
|
|
/**
|
|
* Use {@link #getModifyZoneMapMap()} instead.
|
|
*/
|
|
@java.lang.Override
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> getModifyZoneMap() {
|
|
return getModifyZoneMapMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> getModifyZoneMapMap() {
|
|
return internalGetModifyZoneMap().getMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrDefault(
|
|
int key,
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone defaultValue) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> map =
|
|
internalGetModifyZoneMap().getMap();
|
|
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getModifyZoneMapOrThrow(
|
|
int key) {
|
|
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> map =
|
|
internalGetModifyZoneMap().getMap();
|
|
if (!map.containsKey(key)) {
|
|
throw new java.lang.IllegalArgumentException();
|
|
}
|
|
return map.get(key);
|
|
}
|
|
|
|
public Builder clearModifyZoneMap() {
|
|
internalGetMutableModifyZoneMap().getMutableMap()
|
|
.clear();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
public Builder removeModifyZoneMap(
|
|
int key) {
|
|
|
|
internalGetMutableModifyZoneMap().getMutableMap()
|
|
.remove(key);
|
|
return this;
|
|
}
|
|
/**
|
|
* Use alternate mutation accessors instead.
|
|
*/
|
|
@java.lang.Deprecated
|
|
public java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
|
|
getMutableModifyZoneMap() {
|
|
return internalGetMutableModifyZoneMap().getMutableMap();
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
public Builder putModifyZoneMap(
|
|
int key,
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
|
|
if (value == null) { throw new java.lang.NullPointerException(); }
|
|
internalGetMutableModifyZoneMap().getMutableMap()
|
|
.put(key, value);
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>map<uint32, .GCGZone> modify_zone_map = 1;</code>
|
|
*/
|
|
|
|
public Builder putAllModifyZoneMap(
|
|
java.util.Map<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> values) {
|
|
internalGetMutableModifyZoneMap().getMutableMap()
|
|
.putAll(values);
|
|
return this;
|
|
}
|
|
|
|
private int jAMNMKIOPEO_ ;
|
|
/**
|
|
* <code>uint32 JAMNMKIOPEO = 7;</code>
|
|
* @return The jAMNMKIOPEO.
|
|
*/
|
|
@java.lang.Override
|
|
public int getJAMNMKIOPEO() {
|
|
return jAMNMKIOPEO_;
|
|
}
|
|
/**
|
|
* <code>uint32 JAMNMKIOPEO = 7;</code>
|
|
* @param value The jAMNMKIOPEO to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setJAMNMKIOPEO(int value) {
|
|
|
|
jAMNMKIOPEO_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 JAMNMKIOPEO = 7;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearJAMNMKIOPEO() {
|
|
|
|
jAMNMKIOPEO_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isPassed_ ;
|
|
/**
|
|
* <code>bool is_passed = 13;</code>
|
|
* @return The isPassed.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsPassed() {
|
|
return isPassed_;
|
|
}
|
|
/**
|
|
* <code>bool is_passed = 13;</code>
|
|
* @param value The isPassed to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsPassed(boolean value) {
|
|
|
|
isPassed_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_passed = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsPassed() {
|
|
|
|
isPassed_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone jKEOEAIEALF_;
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder> jKEOEAIEALFBuilder_;
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return Whether the jKEOEAIEALF field is set.
|
|
*/
|
|
public boolean hasJKEOEAIEALF() {
|
|
return jKEOEAIEALFBuilder_ != null || jKEOEAIEALF_ != null;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
* @return The jKEOEAIEALF.
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone getJKEOEAIEALF() {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
return jKEOEAIEALF_ == null ? emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : jKEOEAIEALF_;
|
|
} else {
|
|
return jKEOEAIEALFBuilder_.getMessage();
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public Builder setJKEOEAIEALF(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
jKEOEAIEALF_ = value;
|
|
onChanged();
|
|
} else {
|
|
jKEOEAIEALFBuilder_.setMessage(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public Builder setJKEOEAIEALF(
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder builderForValue) {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
jKEOEAIEALF_ = builderForValue.build();
|
|
onChanged();
|
|
} else {
|
|
jKEOEAIEALFBuilder_.setMessage(builderForValue.build());
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public Builder mergeJKEOEAIEALF(emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone value) {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
if (jKEOEAIEALF_ != null) {
|
|
jKEOEAIEALF_ =
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.newBuilder(jKEOEAIEALF_).mergeFrom(value).buildPartial();
|
|
} else {
|
|
jKEOEAIEALF_ = value;
|
|
}
|
|
onChanged();
|
|
} else {
|
|
jKEOEAIEALFBuilder_.mergeFrom(value);
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public Builder clearJKEOEAIEALF() {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
jKEOEAIEALF_ = null;
|
|
onChanged();
|
|
} else {
|
|
jKEOEAIEALF_ = null;
|
|
jKEOEAIEALFBuilder_ = null;
|
|
}
|
|
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder getJKEOEAIEALFBuilder() {
|
|
|
|
onChanged();
|
|
return getJKEOEAIEALFFieldBuilder().getBuilder();
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder getJKEOEAIEALFOrBuilder() {
|
|
if (jKEOEAIEALFBuilder_ != null) {
|
|
return jKEOEAIEALFBuilder_.getMessageOrBuilder();
|
|
} else {
|
|
return jKEOEAIEALF_ == null ?
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.getDefaultInstance() : jKEOEAIEALF_;
|
|
}
|
|
}
|
|
/**
|
|
* <code>.GCGZone JKEOEAIEALF = 14;</code>
|
|
*/
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>
|
|
getJKEOEAIEALFFieldBuilder() {
|
|
if (jKEOEAIEALFBuilder_ == null) {
|
|
jKEOEAIEALFBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone.Builder, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZoneOrBuilder>(
|
|
getJKEOEAIEALF(),
|
|
getParentForChildren(),
|
|
isClean());
|
|
jKEOEAIEALF_ = null;
|
|
}
|
|
return jKEOEAIEALFBuilder_;
|
|
}
|
|
|
|
private int gNKGJFHDCDI_ ;
|
|
/**
|
|
* <code>uint32 GNKGJFHDCDI = 3;</code>
|
|
* @return The gNKGJFHDCDI.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGNKGJFHDCDI() {
|
|
return gNKGJFHDCDI_;
|
|
}
|
|
/**
|
|
* <code>uint32 GNKGJFHDCDI = 3;</code>
|
|
* @param value The gNKGJFHDCDI to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setGNKGJFHDCDI(int value) {
|
|
|
|
gNKGJFHDCDI_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 GNKGJFHDCDI = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearGNKGJFHDCDI() {
|
|
|
|
gNKGJFHDCDI_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:GCGPlayerField)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:GCGPlayerField)
|
|
private static final emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<GCGPlayerField>
|
|
PARSER = new com.google.protobuf.AbstractParser<GCGPlayerField>() {
|
|
@java.lang.Override
|
|
public GCGPlayerField parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new GCGPlayerField(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<GCGPlayerField> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<GCGPlayerField> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.GCGPlayerFieldOuterClass.GCGPlayerField getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GCGPlayerField_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GCGPlayerField_fieldAccessorTable;
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_GCGPlayerField_ModifyZoneMapEntry_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_GCGPlayerField_ModifyZoneMapEntry_fieldAccessorTable;
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
getDescriptor() {
|
|
return descriptor;
|
|
}
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
descriptor;
|
|
static {
|
|
java.lang.String[] descriptorData = {
|
|
"\n\024GCGPlayerField.proto\032\rGCGZone.proto\032\021G" +
|
|
"ABNJIGBIHE.proto\032\025GCGDiceSideType.proto\"" +
|
|
"\235\004\n\016GCGPlayerField\022\023\n\013EMBGKGCNFPE\030\004 \001(\r\022" +
|
|
"\035\n\013PIOEBHEPAIC\030\006 \001(\0132\010.GCGZone\022\035\n\013GNCOGN" +
|
|
"IKACN\030\013 \001(\0132\010.GCGZone\022\025\n\rcontroller_id\030\n" +
|
|
" \001(\r\022\023\n\013EEFLPHPIMDL\030\014 \001(\r\022\035\n\013DPIINFPCNEK" +
|
|
"\030\010 \001(\0132\010.GCGZone\022!\n\013DNEEMCIDCAF\030\002 \003(\0132\014." +
|
|
"GABNJIGBIHE\022\035\n\013FPGFCMDIABG\030\017 \001(\0132\010.GCGZo" +
|
|
"ne\022(\n\016dice_side_list\030\t \003(\0162\020.GCGDiceSide" +
|
|
"Type\022\023\n\013KFDOPOINLPP\030\005 \001(\r\022\023\n\013ADCHOFHFPPC" +
|
|
"\030t \001(\r\022;\n\017modify_zone_map\030\001 \003(\0132\".GCGPla" +
|
|
"yerField.ModifyZoneMapEntry\022\023\n\013JAMNMKIOP" +
|
|
"EO\030\007 \001(\r\022\021\n\tis_passed\030\r \001(\010\022\035\n\013JKEOEAIEA" +
|
|
"LF\030\016 \001(\0132\010.GCGZone\022\023\n\013GNKGJFHDCDI\030\003 \001(\r\032" +
|
|
">\n\022ModifyZoneMapEntry\022\013\n\003key\030\001 \001(\r\022\027\n\005va" +
|
|
"lue\030\002 \001(\0132\010.GCGZone:\0028\001B\033\n\031emu.grasscutt" +
|
|
"er.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_GCGPlayerField_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_GCGPlayerField_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GCGPlayerField_descriptor,
|
|
new java.lang.String[] { "EMBGKGCNFPE", "PIOEBHEPAIC", "GNCOGNIKACN", "ControllerId", "EEFLPHPIMDL", "DPIINFPCNEK", "DNEEMCIDCAF", "FPGFCMDIABG", "DiceSideList", "KFDOPOINLPP", "ADCHOFHFPPC", "ModifyZoneMap", "JAMNMKIOPEO", "IsPassed", "JKEOEAIEALF", "GNKGJFHDCDI", });
|
|
internal_static_GCGPlayerField_ModifyZoneMapEntry_descriptor =
|
|
internal_static_GCGPlayerField_descriptor.getNestedTypes().get(0);
|
|
internal_static_GCGPlayerField_ModifyZoneMapEntry_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_GCGPlayerField_ModifyZoneMapEntry_descriptor,
|
|
new java.lang.String[] { "Key", "Value", });
|
|
emu.grasscutter.net.proto.GCGZoneOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.GABNJIGBIHEOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.GCGDiceSideTypeOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|