@@ -531,4 +531,57 @@ public boolean wardenSpawnTracker() {
531531 public void wardenSpawnTracker (final boolean enabled ) {
532532 this .wardenSpawnTracker = enabled ;
533533 }
534+
535+ @ Override
536+ public GroupSettings copyFrom (final GroupSettings other ) {
537+ this .absorption = other .absorption ();
538+ this .advancementMessages = other .advancementMessages ();
539+ this .advancements = other .advancements ();
540+ this .arrowsInBody = other .arrowsInBody ();
541+ this .attributes = other .attributes ();
542+ this .beeStingersInBody = other .beeStingersInBody ();
543+ this .chat = other .chat ();
544+ this .deathMessages = other .deathMessages ();
545+ this .difficulty = other .difficulty ();
546+ this .enabled = other .enabled ();
547+ this .endCredits = other .endCredits ();
548+ this .enderChest = other .enderChest ();
549+ this .exhaustion = other .exhaustion ();
550+ this .experience = other .experience ();
551+ this .fallDistance = other .fallDistance ();
552+ this .fireTicks = other .fireTicks ();
553+ this .flySpeed = other .flySpeed ();
554+ this .flyState = other .flyState ();
555+ this .foodLevel = other .foodLevel ();
556+ this .freezeTicks = other .freezeTicks ();
557+ this .gameMode = other .gameMode ();
558+ this .gameRules = other .gameRules ();
559+ this .gliding = other .gliding ();
560+ this .health = other .health ();
561+ this .hotbarSlot = other .hotbarSlot ();
562+ this .inventory = other .inventory ();
563+ this .invulnerable = other .invulnerable ();
564+ this .joinMessages = other .joinMessages ();
565+ this .lastDeathLocation = other .lastDeathLocation ();
566+ this .lastLocation = other .lastLocation ();
567+ this .lockFreezeTicks = other .lockFreezeTicks ();
568+ this .portalCooldown = other .portalCooldown ();
569+ this .potionEffects = other .potionEffects ();
570+ this .quitMessages = other .quitMessages ();
571+ this .recipes = other .recipes ();
572+ this .remainingAir = other .remainingAir ();
573+ this .respawnLocation = other .respawnLocation ();
574+ this .saturation = other .saturation ();
575+ this .score = other .score ();
576+ this .statistics = other .statistics ();
577+ this .tabList = other .tabList ();
578+ this .time = other .time ();
579+ this .velocity = other .velocity ();
580+ this .visualFire = other .visualFire ();
581+ this .walkSpeed = other .walkSpeed ();
582+ this .wardenSpawnTracker = other .wardenSpawnTracker ();
583+ this .weather = other .weather ();
584+ this .worldBorder = other .worldBorder ();
585+ return this ;
586+ }
534587}
0 commit comments