org/jetbrains/exposed/v1/core/BasicVectorColumnType formatToString (Ljava/lang/Object;)Ljava/lang/String; var1
org/jetbrains/exposed/v1/core/ColumnSet crossJoin (Lorg/jetbrains/exposed/v1/core/ColumnSet;)Lorg/jetbrains/exposed/v1/core/Join; var1
org/jetbrains/exposed/v1/core/ColumnSet describe (Lorg/jetbrains/exposed/v1/core/Transaction;Lorg/jetbrains/exposed/v1/core/QueryBuilder;)V var1 var2
org/jetbrains/exposed/v1/core/ColumnSet fullJoin (Lorg/jetbrains/exposed/v1/core/ColumnSet;)Lorg/jetbrains/exposed/v1/core/Join; var1
org/jetbrains/exposed/v1/core/ColumnSet innerJoin (Lorg/jetbrains/exposed/v1/core/ColumnSet;)Lorg/jetbrains/exposed/v1/core/Join; var1
org/jetbrains/exposed/v1/core/ColumnSet join (Lorg/jetbrains/exposed/v1/core/ColumnSet;Lorg/jetbrains/exposed/v1/core/JoinType;Lorg/jetbrains/exposed/v1/core/Expression;Lorg/jetbrains/exposed/v1/core/Expression;ZLkotlin/jvm/functions/Function0;)Lorg/jetbrains/exposed/v1/core/Join; var1 var2 var3 var4 var5 var6
org/jetbrains/exposed/v1/core/ColumnSet leftJoin (Lorg/jetbrains/exposed/v1/core/ColumnSet;)Lorg/jetbrains/exposed/v1/core/Join; var1
org/jetbrains/exposed/v1/core/ColumnSet rightJoin (Lorg/jetbrains/exposed/v1/core/ColumnSet;)Lorg/jetbrains/exposed/v1/core/Join; var1
org/jetbrains/exposed/v1/core/ColumnTransformer unwrap (Ljava/lang/Object;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/ColumnTransformer wrap (Ljava/lang/Object;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/CompositeColumn getRealColumnsWithValues (Ljava/lang/Object;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/core/CompositeColumn restoreValueFromParts (Ljava/util/Map;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/Expression toQueryBuilder (Lorg/jetbrains/exposed/v1/core/QueryBuilder;)V var1
org/jetbrains/exposed/v1/core/IColumnType setNullable (Z)V var1
org/jetbrains/exposed/v1/core/IColumnType valueFromDB (Ljava/lang/Object;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/SqlLogger log (Lorg/jetbrains/exposed/v1/core/statements/StatementContext;Lorg/jetbrains/exposed/v1/core/Transaction;)V var1 var2
org/jetbrains/exposed/v1/core/WindowFrameBound toQueryBuilder (Lorg/jetbrains/exposed/v1/core/QueryBuilder;)V var1
org/jetbrains/exposed/v1/core/WindowFunction toQueryBuilder (Lorg/jetbrains/exposed/v1/core/QueryBuilder;)V var1
org/jetbrains/exposed/v1/core/dao/id/EntityIDFactory createEntityID (Ljava/lang/Object;Lorg/jetbrains/exposed/v1/core/dao/id/IdTable;)Lorg/jetbrains/exposed/v1/core/dao/id/EntityID; var1 var2
org/jetbrains/exposed/v1/core/datetime/DurationColumnType fromDuration-LRDsOJo (J)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/DurationColumnType toDuration-5sfh64U (Ljava/lang/Object;)J var1
org/jetbrains/exposed/v1/core/datetime/InstantColumnType fromInstant (Lkotlin/time/Instant;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/InstantColumnType toInstant (Ljava/lang/Object;)Lkotlin/time/Instant; var1
org/jetbrains/exposed/v1/core/datetime/LocalDateColumnType fromLocalDate (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalDate;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/LocalDateColumnType toLocalDate (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalDate; var1
org/jetbrains/exposed/v1/core/datetime/LocalDateTimeColumnType fromLocalDateTime (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalDateTime;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/LocalDateTimeColumnType toLocalDateTime (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalDateTime; var1
org/jetbrains/exposed/v1/core/datetime/LocalTimeColumnType fromLocalTime (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalTime;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/LocalTimeColumnType toLocalTime (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/LocalTime; var1
org/jetbrains/exposed/v1/core/datetime/OffsetDateTimeColumnType fromOffsetDateTime (Ljava/time/OffsetDateTime;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/datetime/OffsetDateTimeColumnType toOffsetDateTime (Ljava/lang/Object;)Ljava/time/OffsetDateTime; var1
org/jetbrains/exposed/v1/core/ops/AllAnyFromBaseOp registerSubSearchArgument (Lorg/jetbrains/exposed/v1/core/QueryBuilder;Ljava/lang/Object;)V var1 var2
org/jetbrains/exposed/v1/core/ops/InListOrNotInListBaseOp registerValues (Lorg/jetbrains/exposed/v1/core/QueryBuilder;Ljava/lang/Object;)V var1 var2
org/jetbrains/exposed/v1/core/statements/Statement prepareSQL (Lorg/jetbrains/exposed/v1/core/Transaction;Z)Ljava/lang/String; var1 var2
org/jetbrains/exposed/v1/core/statements/api/ExposedDatabaseMetadata resolveReferenceOption (Ljava/lang/String;)Lorg/jetbrains/exposed/v1/core/ReferenceOption; var1
org/jetbrains/exposed/v1/core/statements/api/PreparedStatementApi set (ILjava/lang/Object;Lorg/jetbrains/exposed/v1/core/IColumnType;)V var1 var2 var3
org/jetbrains/exposed/v1/core/statements/api/PreparedStatementApi setArray (ILorg/jetbrains/exposed/v1/core/ArrayColumnType;[Ljava/lang/Object;)V var1 var2 var3
org/jetbrains/exposed/v1/core/statements/api/PreparedStatementApi setInputStream (ILjava/io/InputStream;Z)V var1 var2 var3
org/jetbrains/exposed/v1/core/statements/api/PreparedStatementApi setNull (ILorg/jetbrains/exposed/v1/core/IColumnType;)V var1 var2
org/jetbrains/exposed/v1/core/statements/api/ResultApi mapRows (Lkotlin/jvm/functions/Function1;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/Flow; var1
org/jetbrains/exposed/v1/core/statements/api/RowApi getObject (I)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/statements/api/RowApi getObject (ILjava/lang/Class;)Ljava/lang/Object; var1 var2
org/jetbrains/exposed/v1/core/statements/api/RowApi getObject (Ljava/lang/String;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/statements/api/RowApi getObject (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object; var1 var2
org/jetbrains/exposed/v1/core/statements/api/RowApi getString (I)Ljava/lang/String; var1
org/jetbrains/exposed/v1/core/transactions/DatabasesManager addDatabase (Lorg/jetbrains/exposed/v1/core/DatabaseApi;)V var1
org/jetbrains/exposed/v1/core/transactions/DatabasesManager removeDatabase (Lorg/jetbrains/exposed/v1/core/DatabaseApi;)V var1
org/jetbrains/exposed/v1/core/transactions/DatabasesManager setDefaultDatabase (Lorg/jetbrains/exposed/v1/core/DatabaseApi;)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagerApi setDefaultMaxAttempts (I)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagerApi setDefaultMaxRetryDelay (J)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagerApi setDefaultMinRetryDelay (J)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagerApi setDefaultReadOnly (Z)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagersContainer closeAndUnregisterDatabase (Lorg/jetbrains/exposed/v1/core/DatabaseApi;)V var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagersContainer getTransactionManager (Lorg/jetbrains/exposed/v1/core/DatabaseApi;)Lorg/jetbrains/exposed/v1/core/transactions/TransactionManagerApi; var1
org/jetbrains/exposed/v1/core/transactions/TransactionManagersContainer registerDatabaseManager (Lorg/jetbrains/exposed/v1/core/DatabaseApi;Lorg/jetbrains/exposed/v1/core/transactions/TransactionManagerApi;)V var1 var2
org/jetbrains/exposed/v1/core/utils/CacheWithDefault get (Ljava/lang/Object;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/core/utils/CacheWithSuspendableDefault get (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
org/jetbrains/exposed/v1/core/vendors/DataTypeProvider hexToDb (Ljava/lang/String;)Ljava/lang/String; var1
org/jetbrains/exposed/v1/core/vendors/DatabaseDialect addPrimaryKey (Lorg/jetbrains/exposed/v1/core/Table;Ljava/lang/String;[Lorg/jetbrains/exposed/v1/core/Column;)Ljava/lang/String; var1 var2 var3
org/jetbrains/exposed/v1/core/vendors/DatabaseDialect createIndex (Lorg/jetbrains/exposed/v1/core/Index;)Ljava/lang/String; var1
org/jetbrains/exposed/v1/core/vendors/DatabaseDialect dropIndex (Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/lang/String; var1 var2 var3 var4
org/jetbrains/exposed/v1/core/vendors/DatabaseDialect modifyColumn (Lorg/jetbrains/exposed/v1/core/Column;Lorg/jetbrains/exposed/v1/core/ColumnDiff;)Ljava/util/List; var1 var2
org/jetbrains/exposed/v1/jdbc/LazySizedIterable setLoadedResult (Ljava/util/List;)V var1
org/jetbrains/exposed/v1/jdbc/SizedIterable limit (I)Lorg/jetbrains/exposed/v1/jdbc/SizedIterable; var1
org/jetbrains/exposed/v1/jdbc/SizedIterable offset (J)Lorg/jetbrains/exposed/v1/jdbc/SizedIterable; var1
org/jetbrains/exposed/v1/jdbc/SizedIterable orderBy ([Lkotlin/Pair;)Lorg/jetbrains/exposed/v1/jdbc/SizedIterable; var1
org/jetbrains/exposed/v1/jdbc/statements/BlockingExecutable executeInternal (Lorg/jetbrains/exposed/v1/jdbc/statements/api/JdbcPreparedStatementApi;Lorg/jetbrains/exposed/v1/jdbc/JdbcTransaction;)Ljava/lang/Object; var1 var2
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection executeInBatch (Ljava/util/List;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection metadata (Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection prepareStatement (Ljava/lang/String;Z)Lorg/jetbrains/exposed/v1/jdbc/statements/api/JdbcPreparedStatementApi; var1 var2
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection prepareStatement (Ljava/lang/String;[Ljava/lang/String;)Lorg/jetbrains/exposed/v1/jdbc/statements/api/JdbcPreparedStatementApi; var1 var2
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection releaseSavepoint (Lorg/jetbrains/exposed/v1/core/statements/api/ExposedSavepoint;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection rollback (Lorg/jetbrains/exposed/v1/core/statements/api/ExposedSavepoint;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setAutoCommit (Z)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setCatalog (Ljava/lang/String;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setReadOnly (Z)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setSavepoint (Ljava/lang/String;)Lorg/jetbrains/exposed/v1/core/statements/api/ExposedSavepoint; var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setSchema (Ljava/lang/String;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/ExposedConnection setTransactionIsolation (I)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata columns ([Lorg/jetbrains/exposed/v1/core/Table;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata existingCheckConstraints ([Lorg/jetbrains/exposed/v1/core/Table;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata existingIndices ([Lorg/jetbrains/exposed/v1/core/Table;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata existingPrimaryKeys ([Lorg/jetbrains/exposed/v1/core/Table;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata existingSequences ([Lorg/jetbrains/exposed/v1/core/Table;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata tableConstraints (Ljava/util/List;)Ljava/util/Map; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcExposedDatabaseMetadata tableNamesByCurrentSchema (Lorg/jetbrains/exposed/v1/core/utils/CacheWithDefault;)Lorg/jetbrains/exposed/v1/core/vendors/SchemaMetadata; var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcPreparedStatementApi setFetchSize (Ljava/lang/Integer;)V var1
org/jetbrains/exposed/v1/jdbc/statements/api/JdbcPreparedStatementApi setTimeout (Ljava/lang/Integer;)V var1
org/jetbrains/exposed/v1/jdbc/transactions/JdbcTransactionManager newTransaction (IZLorg/jetbrains/exposed/v1/jdbc/JdbcTransaction;)Lorg/jetbrains/exposed/v1/jdbc/JdbcTransaction; var1 var2 var3
org/jetbrains/exposed/v1/jdbc/transactions/JdbcTransactionManager setDefaultIsolationLevel (I)V var1
ru/astrainteractive/soulkeeper/core/platform/EffectEmitter playSoundForPlayer (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/location/KLocation;Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Lru/astrainteractive/soulkeeper/core/plugin/SoulsConfig$Sounds$SoundConfig;)V var1 var2 var3
ru/astrainteractive/soulkeeper/core/platform/EffectEmitter spawnParticleForPlayer (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/location/KLocation;Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Lru/astrainteractive/soulkeeper/core/plugin/SoulsConfig$Particles$Particle;)V var1 var2 var3
ru/astrainteractive/soulkeeper/core/platform/Experienced giveExperience (I)V var1
ru/astrainteractive/soulkeeper/core/platform/Experienced$Factory create (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/core/platform/Experienced; var1
ru/astrainteractive/soulkeeper/core/platform/IsDeadPlayerProvider isDead (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;)Z var1
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao deleteSoul-gIAlu-s (JLkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var3
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao getPlayerSouls-gIAlu-s (Ljava/util/UUID;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao getSoul-gIAlu-s (JLkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var3
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao getSouls-IoAF18A (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao getSoulsNear-0E7RQCE (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/location/KLocation;ILkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao insertSoul-gIAlu-s (Lru/astrainteractive/soulkeeper/module/souls/database/model/DefaultSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao toItemDatabaseSoul-gIAlu-s (Lru/astrainteractive/soulkeeper/module/souls/database/model/DatabaseSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao updateSoul-gIAlu-s (Lru/astrainteractive/soulkeeper/module/souls/database/model/DatabaseSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/dao/SoulsDao updateSoul-gIAlu-s (Lru/astrainteractive/soulkeeper/module/souls/database/model/ItemDatabaseSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/domain/AddSoulItemsIntoInventoryUseCase invoke (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Lru/astrainteractive/soulkeeper/module/souls/database/model/DefaultSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/module/souls/domain/PickUpItemsUseCase invoke (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Lru/astrainteractive/soulkeeper/module/souls/database/model/ItemDatabaseSoul;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/module/souls/domain/armorstand/ShowArmorStandUseCase destroy (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Ljava/util/Collection;)V var1 var2
ru/astrainteractive/soulkeeper/module/souls/domain/armorstand/ShowArmorStandUseCase show (ILru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Lru/astrainteractive/soulkeeper/module/souls/database/model/Soul;)V var1 var2 var3
ru/astrainteractive/soulkeeper/module/souls/migration/core/DatabaseMigration migrate (Lorg/jetbrains/exposed/v1/jdbc/Database;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/module/souls/migration/core/FileMigration migrate (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/module/souls/renderer/api/SoulEffectRenderer renderOnce (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer;Ljava/util/List;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/ComponentContextFactory invoke (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/lifecycle/Lifecycle;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/StateKeeper;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackHandler;)Ljava/lang/Object; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/backhandler/ChildBackHandler setEnabled (Z)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/backhandler/ChildBackHandler setPriority (I)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/children/ChildItemFactory invoke (Ljava/lang/Object;Ljava/lang/String;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/SerializableContainer;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeperDispatcher;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/children/ChildItem$Created; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/children/NavStateSaver restoreState (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/SerializableContainer;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/children/NavStateSaver saveState (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/SerializableContainer; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/children/NavigationSource subscribe (Lkotlin/jvm/functions/Function1;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/Cancellation; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/items/ItemsNavigator navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/items/LazyChildItems get (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/items/LazyChildItems navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/pages/PagesNavigator navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/panels/PanelsNavigator navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/slot/SlotNavigator navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/stack/StackNavigator navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/stack/webhistory/WebHistoryController attach (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/stack/StackNavigator;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/value/Value;Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V var1 var2 var3 var4 var5 var6
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/router/webhistory/WebNavigation navigate (Ljava/util/List;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/value/MutableValue compareAndSet (Ljava/lang/Object;Ljava/lang/Object;)Z var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/value/MutableValue setValue (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/value/Value subscribe (Lkotlin/jvm/functions/Function1;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/decompose/Cancellation; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackDispatcher addEnabledChangedListener (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackDispatcher progressPredictiveBack (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackEvent;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackDispatcher removeEnabledChangedListener (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackDispatcher startPredictiveBack (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackEvent;)Z var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackHandler isRegistered (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackCallback;)Z var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackHandler register (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackCallback;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackHandler unregister (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/backhandler/BackCallback;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper get (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper put (Ljava/lang/Object;Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance;)V var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper remove (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/instancekeeper/InstanceKeeper$Instance; var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/lifecycle/Lifecycle subscribe (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/lifecycle/Lifecycle$Callbacks;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/lifecycle/Lifecycle unsubscribe (Lru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/lifecycle/Lifecycle$Callbacks;)V var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/StateKeeper consume (Ljava/lang/String;Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/StateKeeper isRegistered (Ljava/lang/String;)Z var1
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/StateKeeper register (Ljava/lang/String;Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy;Lkotlin/jvm/functions/Function0;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/com/arkivanov/essenty/statekeeper/StateKeeper unregister (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlContentPolymorphicSerializer selectDeserializer (Lru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNode;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy; var1
ru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNamingStrategy serialNameForYaml (Ljava/lang/String;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNode equivalentContentTo (Lru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNode;)Z var1
ru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNode withPath (Lru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlPath;)Lru/astrainteractive/soulkeeper/shade/com/charleskorn/kaml/YamlNode; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/ConstructNode construct (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Node;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$CollectionProvider invoke (I)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$SpecVersionMutator invoke (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/SpecVersion;)Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/SpecVersion; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setAnchorGenerator (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/serializer/AnchorGenerator;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setBestLineBreak (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setCanonical (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setCustomProperties (Ljava/util/Map;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setDefaultFlowStyle (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/FlowStyle;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setDefaultScalarStyle (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/ScalarStyle;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setDereferenceAliases (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setDumpComments (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setExplicitEnd (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setExplicitRootTag (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Tag;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setExplicitStart (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setIndent (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setIndentWithIndicator (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setIndicatorIndent (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setMaxSimpleKeyLength (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setMultiLineFlow (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setNonPrintableStyle (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/NonPrintableStyle;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setSchema (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/schema/Schema;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setSplitLines (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setTagDirective (Ljava/util/Map;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setUseUnicodeEncoding (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setWidth (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableDumpSettings setYamlDirective (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/SpecVersion;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setAllowDuplicateKeys (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setAllowRecursiveKeys (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setBufferSize (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setCodePointLimit (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setCustomProperties (Ljava/util/Map;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setDefaultList (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$CollectionProvider;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setDefaultMap (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$CollectionProvider;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setDefaultSet (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$CollectionProvider;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setEnvConfig (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/env/EnvConfig;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setLabel (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setMaxAliasesForCollections (I)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setParseComments (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setSchema (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/schema/Schema;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setTagConstructors (Ljava/util/Map;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setUseMarks (Z)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/MutableLoadSettings setVersionFunction (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/LoadSettings$SpecVersionMutator;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/RepresentToNode representData (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Node; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/StreamDataWriter write (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/StreamDataWriter write (Ljava/lang/String;II)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/api/YamlUnicodeReader$CodepointReader readCodepoint (Lru/astrainteractive/soulkeeper/shade/okio/BufferedSource;)I var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/emitter/Emitable emit (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/events/Event;)V var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/parser/Parser checkEvent (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/events/Event$ID;)Z var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/representer/Representer represent (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Node; var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/resolver/ScalarResolver resolve (Ljava/lang/String;Z)Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Tag; var1 var2
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/scanner/Scanner checkToken ([Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/tokens/Token$ID;)Z var1
ru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/serializer/AnchorGenerator nextAnchor (Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/nodes/Node;)Lru/astrainteractive/soulkeeper/shade/it/krzeminski/snakeyaml/engine/kmp/common/Anchor; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/AbstractTimeSource parkNanos (Ljava/lang/Object;J)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/AbstractTimeSource unpark (Ljava/lang/Thread;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/AbstractTimeSource wrapTask (Ljava/lang/Runnable;)Ljava/lang/Runnable; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancelHandler invoke (Ljava/lang/Throwable;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation cancel (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation completeResume (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation invokeOnCancellation (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation resume (Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation resume (Ljava/lang/Object;Lkotlin/jvm/functions/Function3;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation resumeUndispatched (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation resumeUndispatchedWithException (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineDispatcher;Ljava/lang/Throwable;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation tryResume (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation tryResume (Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation tryResumeWithException (Ljava/lang/Throwable;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ChildHandle childCancelled (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ChildJob parentCancelled (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ParentJob;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CompletableDeferred complete (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CompletableDeferred completeExceptionally (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CompletableJob completeExceptionally (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CopyableThreadContextElement mergeForChild (Lkotlin/coroutines/CoroutineContext$Element;)Lkotlin/coroutines/CoroutineContext; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineDispatcher dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineExceptionHandler handleException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Deferred await (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Delay scheduleResumeAfterDelay (JLru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CancellableContinuation;)V var1 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/DelayWithTimeoutDiagnostics timeoutMessage-LRDsOJo (J)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job attachChild (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ChildJob;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ChildHandle; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job cancel (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job cancel (Ljava/util/concurrent/CancellationException;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job invokeOnCompletion (Lkotlin/jvm/functions/Function1;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/DisposableHandle; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job invokeOnCompletion (ZZLkotlin/jvm/functions/Function1;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/DisposableHandle; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Job join (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/JobNode invoke (Ljava/lang/Throwable;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ThreadContextElement restoreThreadContext (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/ThreadContextElement updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/Waiter invokeOnCancellation (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/Segment;I)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/BroadcastChannel cancel (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/BroadcastChannel cancel (Ljava/util/concurrent/CancellationException;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ChannelIterator hasNext (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ReceiveChannel cancel (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ReceiveChannel cancel (Ljava/util/concurrent/CancellationException;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ReceiveChannel receive (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ReceiveChannel receiveCatching-JP2dKIU (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/SendChannel close (Ljava/lang/Throwable;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/SendChannel invokeOnClose (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/SendChannel send (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/SendChannel trySend-JP2dKIU (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/AbstractFlow collectSafely (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/FlowCollector;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/Flow collect (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/FlowCollector;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/FlowCollector emit (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/MutableSharedFlow emit (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/MutableSharedFlow tryEmit (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/MutableStateFlow compareAndSet (Ljava/lang/Object;Ljava/lang/Object;)Z var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/MutableStateFlow setValue (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/SharedFlow collect (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/FlowCollector;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/SharingStarted command (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/StateFlow;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/Flow; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/AbstractSharedFlow createSlotArray (I)[Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/AbstractSharedFlowSlot; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/AbstractSharedFlowSlot allocateLocked (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/AbstractSharedFlowSlot freeLocked (Ljava/lang/Object;)[Lkotlin/coroutines/Continuation; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/ChannelFlow collectTo (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/ProducerScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/ChannelFlow create (Lkotlin/coroutines/CoroutineContext;ILru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/BufferOverflow;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/ChannelFlow; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/ChannelFlowOperator flowCollect (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/FlowCollector;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/internal/FusibleFlow fuse (Lkotlin/coroutines/CoroutineContext;ILru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/channels/BufferOverflow;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/Flow; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/CtorCache get (Ljava/lang/Class;)Lkotlin/jvm/functions/Function1; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/MainDispatcherFactory createDispatcher (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/MainCoroutineDispatcher; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/Segment onCancellation (ILjava/lang/Throwable;Lkotlin/coroutines/CoroutineContext;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/ThreadSafeHeapNode setHeap (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/ThreadSafeHeap;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/internal/ThreadSafeHeapNode setIndex (I)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectBuilder invoke (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectClause0;Lkotlin/jvm/functions/Function1;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectBuilder invoke (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectClause1;Lkotlin/jvm/functions/Function2;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectBuilder invoke (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectClause2;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectInstance disposeOnCompletion (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/DisposableHandle;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectInstance selectInRegistrationPhase (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/selects/SelectInstance trySelect (Ljava/lang/Object;Ljava/lang/Object;)Z var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/sync/Mutex holdsLock (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/sync/Mutex lock (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/sync/Mutex tryLock (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/sync/Mutex unlock (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/sync/Semaphore acquire (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/DateTimeUnit times (I)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/DateTimeUnit; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractDateTimeFormat intermediateFromValue (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/Copyable; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractDateTimeFormat valueFromIntermediate (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/Copyable;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractWithDateBuilder addFormatStructureForDate (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FormatStructure;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractWithDateTimeBuilder addFormatStructureForDateTime (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FormatStructure;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractWithOffsetBuilder addFormatStructureForOffset (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FormatStructure;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractWithTimeBuilder addFormatStructureForTime (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FormatStructure;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AbstractWithYearMonthBuilder addFormatStructureForYearMonth (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FormatStructure;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateFieldContainer setDay (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateFieldContainer setDayOfWeek (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateFieldContainer setDayOfYear (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat format (Ljava/lang/Object;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat formatTo (Ljava/lang/Appendable;Ljava/lang/Object;)Ljava/lang/Appendable; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat parse (Ljava/lang/CharSequence;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat parseOrNull (Ljava/lang/CharSequence;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder chars (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate date (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate day (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate dayOfWeek (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DayOfWeekNames;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate dayOfYear (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTime dateTime (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents dateTimeComponents (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime amPmHour (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime amPmMarker (Ljava/lang/String;Ljava/lang/String;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime hour (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime minute (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime second (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime secondFraction (II)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime time (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset offset (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset offsetHours (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset offsetMinutesOfHour (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset offsetSecondsOfMinute (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth monthName (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/MonthNames;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth monthNumber (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth year (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/Padding;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth yearMonth (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormat;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth yearTwoDigits (I)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setAmPm (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/AmPmMarker;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setHour (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setHourOfAmPm (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setMinute (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setNanosecond (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/TimeFieldContainer setSecond (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UnicodeFormat$Directive$DateBased addToFormat (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UnicodeFormat$Directive$OffsetBased addToFormat (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UnicodeFormat$Directive$TimeBased addToFormat (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UnicodeFormat$Directive$YearMonthBased addToFormat (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UnicodeFormat$Directive$ZoneBased addToFormat (Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UtcOffsetFieldContainer setOffsetHours (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UtcOffsetFieldContainer setOffsetIsNegative (Ljava/lang/Boolean;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UtcOffsetFieldContainer setOffsetMinutesOfHour (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/UtcOffsetFieldContainer setOffsetSecondsOfMinute (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/YearMonthFieldContainer setMonthNumber (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/format/YearMonthFieldContainer setYear (Ljava/lang/Integer;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/Accessor getter (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/FieldSign isZero (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/Predicate test (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/formatter/FormatterStructure format (Ljava/lang/Object;Ljava/lang/Appendable;Z)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/AssignableField trySetWithoutReassigning (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/NumberConsumer consume (Ljava/lang/Object;Ljava/lang/CharSequence;II)Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/NumberConsumptionError; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/datetime/internal/format/parser/ParserOperation consume-FANa98k (Ljava/lang/Object;Ljava/lang/CharSequence;I)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/BinaryFormat decodeFromByteArray (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy;[B)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/BinaryFormat encodeToByteArray (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy;Ljava/lang/Object;)[B var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy deserialize (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy serialize (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/StringFormat decodeFromString (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy;Ljava/lang/String;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/StringFormat encodeToString (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy;Ljava/lang/Object;)Ljava/lang/String; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor getElementAnnotations (I)Ljava/util/List; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor getElementDescriptor (I)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor getElementIndex (Ljava/lang/String;)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor getElementName (I)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor isElementOptional (I)Z var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/ChunkedDecoder decodeStringChunked (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeBooleanElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Z var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeByteElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)B var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeCharElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)C var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeDoubleElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)D var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeElementIndex (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeFloatElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)F var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeInlineElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeIntElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)I var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeLongElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)J var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeNullableSerializableElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy;Ljava/lang/Object;)Ljava/lang/Object; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeSerializableElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy;Ljava/lang/Object;)Ljava/lang/Object; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeShortElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)S var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder decodeStringElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Ljava/lang/String; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder endStructure (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeBooleanElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IZ)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeByteElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IB)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeCharElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IC)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeDoubleElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ID)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeFloatElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IF)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeInlineElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeIntElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;II)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeLongElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IJ)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeNullableSerializableElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy;Ljava/lang/Object;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeSerializableElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy;Ljava/lang/Object;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeShortElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;IS)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder encodeStringElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILjava/lang/String;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder endStructure (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder beginStructure (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder decodeEnum (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder decodeInline (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Decoder; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder beginStructure (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeBoolean (Z)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeByte (B)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeChar (C)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeDouble (D)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeEnum (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeFloat (F)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeInline (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeInt (I)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeLong (J)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeShort (S)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder encodeString (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer builderSize (Ljava/lang/Object;)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer checkCapacity (Ljava/lang/Object;I)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer collectionIterator (Ljava/lang/Object;)Ljava/util/Iterator; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer collectionSize (Ljava/lang/Object;)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer readAll (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder;Ljava/lang/Object;II)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer readElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder;ILjava/lang/Object;Z)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer serialize (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer toBuilder (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/AbstractCollectionSerializer toResult (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/CollectionLikeSerializer insert (Ljava/lang/Object;ILjava/lang/Object;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/KeyValueSerializer getKey (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/KeyValueSerializer getValue (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/KeyValueSerializer toResult (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/MapLikeSerializer insertKeyValuePair (Ljava/util/Map;ILjava/lang/Object;Ljava/lang/Object;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/ParametrizedSerializerCache get-gIAlu-s (Lkotlin/reflect/KClass;Ljava/util/List;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/PrimitiveArrayBuilder ensureCapacity$kotlinx_serialization_core (I)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/PrimitiveArraySerializer readElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeDecoder;ILru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/PrimitiveArrayBuilder;Z)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/PrimitiveArraySerializer writeContent (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/encoding/CompositeEncoder;Ljava/lang/Object;I)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/SerializerCache get (Lkotlin/reflect/KClass;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/SerializerFactory serializer ([Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/TaggedDecoder getTag (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/internal/TaggedEncoder getTag (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;I)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonContentPolymorphicSerializer selectDeserializer (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonElement;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonEncoder encodeJsonElement (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonElement;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonNamingStrategy serialNameForJson (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/descriptors/SerialDescriptor;ILjava/lang/String;)Ljava/lang/String; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/AbstractJsonLexer consumeNextToken (C)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/AbstractJsonLexer peekLeadingMatchingValue (Ljava/lang/String;Z)Ljava/lang/String; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/AbstractJsonLexer prefetchOrEof (I)I var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/AbstractJsonTreeDecoder currentElement (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonElement; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/AbstractJsonTreeEncoder putElement (Ljava/lang/String;Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/JsonElement;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/InternalJsonReader read ([CII)I var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/InternalJsonWriter write (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/InternalJsonWriter writeChar (C)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/InternalJsonWriter writeLong (J)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/json/internal/InternalJsonWriter writeQuoted (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/ContextualProvider invoke (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer; var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModule dumpTo (Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModuleCollector;)V var1
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModule getContextual (Lkotlin/reflect/KClass;Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModule getPolymorphic (Lkotlin/reflect/KClass;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/SerializationStrategy; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModule getPolymorphic (Lkotlin/reflect/KClass;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/DeserializationStrategy; var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModuleCollector contextual (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModuleCollector polymorphic (Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;Lru/astrainteractive/soulkeeper/shade/kotlinx/serialization/KSerializer;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModuleCollector polymorphicDefaultDeserializer (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V var1 var2
ru/astrainteractive/soulkeeper/shade/kotlinx/serialization/modules/SerializersModuleCollector polymorphicDefaultSerializer (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar addFlag (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Flag;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar addFlags (Ljava/lang/Iterable;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar addFlags ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Flag;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar addListener (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Listener;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar color (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Color;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar flags (Ljava/util/Set;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar hasFlag (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Flag;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar name (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar overlay (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Overlay;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar progress (F)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar removeFlag (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Flag;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar removeFlags (Ljava/lang/Iterable;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar removeFlags ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Flag;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar removeListener (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar$Listener;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBarImplementation$Provider create (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBar;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/bossbar/BossBarImplementation; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/internal/properties/AdventureProperties$DefaultOverrideProvider overrideDefault (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/internal/properties/AdventureProperties$Property;Ljava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book author (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book pages (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book title (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder addPage (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder author (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder pages (Ljava/util/Collection;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder pages ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder title (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/inventory/Book$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/nbt/api/BinaryTagHolder get (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/permission/PermissionChecker value (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/TriState; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointers get (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;)Ljava/util/Optional; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointers supports (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointers$Builder withDynamic (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;Ljava/util/function/Supplier;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointers$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier resolver (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;)Ljava/util/function/Function; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier supports (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier view (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointers; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier$Builder parent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier$Builder resolving (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/Pointer;Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/pointer/PointersSupplier$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackCallback packEventReceived (Ljava/util/UUID;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackStatus;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/audience/Audience;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder computeHashAndBuild (Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder hash (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder id (Ljava/util/UUID;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder uri (Ljava/net/URI;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfo$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest callback (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackCallback;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest packs (Ljava/lang/Iterable;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest replace (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder callback (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackCallback;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder packs (Ljava/lang/Iterable;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder packs (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfoLike;[Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackInfoLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder prompt (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder replace (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder required (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/resource/ResourcePackRequest$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder pitch (F)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder seed (J)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder seed (Ljava/util/OptionalLong;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder source (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Source$Provider;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder source (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Source;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder type (Ljava/util/function/Supplier;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder type (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder type (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Type;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder volume (F)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/sound/Sound$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent pos (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent$Pos;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent$Builder pos (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent$Pos;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component children (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component style (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentApplicable componentApply (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder append (Ljava/lang/Iterable;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder append (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder append ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder append ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder applyDeep (Ljava/util/function/Consumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder clickEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickEvent;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder color (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder colorIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder decorationIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder font (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder hoverEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEventSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder insertion (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder mapChildren (Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder mapChildrenDeep (Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder mergeStyle (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Ljava/util/Set;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder style (Ljava/util/function/Consumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder style (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilderApplicable componentBuilderApply (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentBuilder;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentIteratorType populate (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Ljava/util/Deque;Ljava/util/Set;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/EntityNBTComponent selector (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/EntityNBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/EntityNBTComponent$Builder selector (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/EntityNBTComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder convertor (Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder lastSeparator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder lastSeparatorIfSerial (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder parentStyle (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder predicate (Ljava/util/function/Predicate;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder prefix (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder separator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder suffix (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/JoinConfiguration$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/KeybindComponent keybind (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/KeybindComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/KeybindComponent$Builder keybind (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/KeybindComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent interpret (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent nbtPath (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent plain (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent separator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder interpret (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder nbtPath (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder plain (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder separator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/NBTComponentBuilder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent contents (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/ObjectContents;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent fallback (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent$Builder contents (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/ObjectContents;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent$Builder fallback (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScopedComponent children (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScopedComponent style (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent name (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent objective (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent value (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder name (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder objective (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder value (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent pattern (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent separator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent$Builder pattern (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent$Builder separator (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/StorageNBTComponent storage (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/StorageNBTComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/StorageNBTComponent$Builder storage (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/StorageNBTComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent content (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent$Builder content (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder condition (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Condition;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder match (Ljava/util/regex/Pattern;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder replaceInsideHoverEvents (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder replacement (Ljava/util/function/BiFunction;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextReplacementConfig$Condition shouldReplace (Ljava/util/regex/MatchResult;II)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/PatternReplacementResult; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent arguments (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent arguments ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent fallback (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent key (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder arguments (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder arguments ([Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder fallback (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder key (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/VirtualComponentRenderer apply (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ComponentLike; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback accept (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/audience/Audience;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Options$Builder lifetime (Ljava/time/temporal/TemporalAmount;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Options$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Options$Builder uses (I)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Options$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Provider create (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickCallback$Options;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickEvent; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/DataComponentValueConverterRegistry$Conversion convert (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;Ljava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent$Action$Renderer render (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/ComponentRenderer;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEventSource asHoverEvent (Ljava/util/function/UnaryOperator;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener flatten (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/FlattenerListener;)V var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder complexMapper (Ljava/lang/Class;Ljava/util/function/BiConsumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder mapper (Ljava/lang/Class;Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder nestingLimit (I)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder unknownMapper (Ljava/util/function/Function;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattenerImpl$Handler handle (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattenerImpl;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/FlattenerListener;II)V var1 var2 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/FlattenerListener component (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style clickEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickEvent;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style color (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style colorIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style decorationIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style decorations (Ljava/util/Map;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style font (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style hoverEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEventSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style insertion (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style merge (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Merge$Strategy;Ljava/util/Set;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style unmerge (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder clickEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickEvent;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder color (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder colorIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder decorationIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder font (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder hoverEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEventSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder insertion (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder merge (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Merge$Strategy;Ljava/util/Set;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleBuilderApplicable styleApply (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style$Builder;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleGetter decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter clickEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/ClickEvent;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter color (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter colorIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextColor;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter decoration (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter decorationIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/TextDecoration$State;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter decorations (Ljava/util/Map;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter font (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter hoverEvent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEventSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter insertion (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter shadowColor (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/ARGBLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter shadowColorIfAbsent (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/ARGBLike;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/StyleSetter; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder hat (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder id (Ljava/util/UUID;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder name (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder profileProperties (Ljava/util/Collection;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder profileProperty (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$ProfileProperty;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder skin (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$SkinSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder texture (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/key/Key;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$SkinSource applySkinToPlayerHeadContents (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/object/PlayerHeadObjectContents$Builder;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderBlockNbt (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/BlockNBTComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderEntityNbt (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/EntityNBTComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderKeybind (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/KeybindComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderObject (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ObjectComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderScore (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/ScoreComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderSelector (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/SelectorComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderStorageNbt (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/StorageNBTComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderText (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/AbstractComponentRenderer renderTranslatable (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TranslatableComponent;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/renderer/ComponentRenderer render (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/ComponentDecoder deserialize (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/ComponentEncoder serialize (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/ComponentSerializer deserialize (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/ComponentSerializer serialize (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer deserializeFromTree (Lcom/google/gson/JsonElement;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer serializeToTree (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lcom/google/gson/JsonElement; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder editOptions (Ljava/util/function/Consumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder legacyHoverEventSerializer (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder options (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/gson/GsonComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder editOptions (Ljava/util/function/Consumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder legacyHoverEventSerializer (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder options (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/JSONComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer deserializeShowEntity (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec$Decoder;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent$ShowEntity; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer deserializeShowItem (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent$ShowItem; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer serializeShowEntity (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent$ShowEntity;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec$Encoder;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/json/LegacyHoverEventSerializer serializeShowItem (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/event/HoverEvent$ShowItem;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer deserialize (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/TextComponent; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer serialize (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder character (C)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder extractUrls (Ljava/util/regex/Pattern;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder extractUrls (Ljava/util/regex/Pattern;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder extractUrls (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/format/Style;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder flattener (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder formats (Ljava/util/List;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder hexCharacter (C)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/legacy/LegacyComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/plain/PlainTextComponentSerializer serialize (Ljava/lang/StringBuilder;Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)V var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/plain/PlainTextComponentSerializer$Builder flattener (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/flattener/ComponentFlattener;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/serializer/plain/PlainTextComponentSerializer$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/title/Title part (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/title/TitlePart;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/AbstractTranslationStore$StringBased parse (Ljava/lang/String;Ljava/util/Locale;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/GlobalTranslator addSource (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/Translator;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/GlobalTranslator removeSource (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/Translator;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore contains (Ljava/lang/String;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore contains (Ljava/lang/String;Ljava/util/Locale;)Z var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore defaultLocale (Ljava/util/Locale;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore register (Ljava/lang/String;Ljava/util/Locale;Ljava/lang/Object;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore registerAll (Ljava/util/Locale;Ljava/util/Map;)V var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore registerAll (Ljava/util/Locale;Ljava/util/Set;Ljava/util/function/Function;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore unregister (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore$StringBased registerAll (Ljava/util/Locale;Ljava/nio/file/Path;Z)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/TranslationStore$StringBased registerAll (Ljava/util/Locale;Ljava/util/ResourceBundle;Z)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/translation/Translator translate (Ljava/lang/String;Ljava/util/Locale;)Ljava/text/MessageFormat; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec decode (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec encode (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec$Decoder decode (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/Codec$Encoder encode (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap containsKey (Ljava/lang/Class;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap get (Ljava/lang/Class;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap with (Ljava/lang/Class;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap without (Ljava/lang/Class;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder put (Ljava/lang/Class;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder putAll (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder remove (Ljava/lang/Class;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder strict (Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/InheritanceAwareMap$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/adventure/util/IntFunction2 apply (II)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema has (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema$Mutable booleanOption (Ljava/lang/String;Z)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema$Mutable doubleOption (Ljava/lang/String;D)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema$Mutable enumOption (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Enum;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema$Mutable intOption (Ljava/lang/String;I)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionSchema$Mutable stringOption (Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState has (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option;)Z var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState value (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder value (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder values (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder values (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/value/ValueSource;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Builder; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Versioned at (I)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$Versioned; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$VersionedBuilder version (ILjava/util/function/Consumer;)Lru/astrainteractive/soulkeeper/shade/net/kyori/option/OptionState$VersionedBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/net/kyori/option/value/ValueSource value (Lru/astrainteractive/soulkeeper/shade/net/kyori/option/Option;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/net/kyori/option/value/ValueType parse (Ljava/lang/String;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink write (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink write (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;II)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink write (Lru/astrainteractive/soulkeeper/shade/okio/Source;J)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink write ([B)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink write ([BII)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeAll (Lru/astrainteractive/soulkeeper/shade/okio/Source;)J var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeByte (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeDecimalLong (J)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeHexadecimalUnsignedLong (J)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeInt (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeIntLe (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeLong (J)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeLongLe (J)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeShort (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeShortLe (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeString (Ljava/lang/String;IILjava/nio/charset/Charset;)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeString (Ljava/lang/String;Ljava/nio/charset/Charset;)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeUtf8 (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeUtf8 (Ljava/lang/String;II)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSink writeUtf8CodePoint (I)Lru/astrainteractive/soulkeeper/shade/okio/BufferedSink; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (B)J var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (BJ)J var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (BJJ)J var1 var2 var4
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;)J var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;J)J var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOf (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;JJ)J var1 var2 var4
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOfElement (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;)J var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource indexOfElement (Lru/astrainteractive/soulkeeper/shade/okio/ByteString;J)J var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource rangeEquals (JLru/astrainteractive/soulkeeper/shade/okio/ByteString;)Z var1 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource rangeEquals (JLru/astrainteractive/soulkeeper/shade/okio/ByteString;II)Z var1 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource read ([B)I var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource read ([BII)I var1 var2 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readAll (Lru/astrainteractive/soulkeeper/shade/okio/Sink;)J var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readByteArray (J)[B var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readByteString (J)Lru/astrainteractive/soulkeeper/shade/okio/ByteString; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readFully (Lru/astrainteractive/soulkeeper/shade/okio/Buffer;J)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readFully ([B)V var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readString (JLjava/nio/charset/Charset;)Ljava/lang/String; var1 var3
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readString (Ljava/nio/charset/Charset;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readUtf8 (J)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource readUtf8LineStrict (J)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource request (J)Z var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource require (J)V var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource select (Lru/astrainteractive/soulkeeper/shade/okio/Options;)I var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource select (Lru/astrainteractive/soulkeeper/shade/okio/TypedOptions;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/okio/BufferedSource skip (J)V var1
ru/astrainteractive/soulkeeper/shade/okio/FileHandle protectedRead (J[BII)I var1 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/okio/FileHandle protectedResize (J)V var1
ru/astrainteractive/soulkeeper/shade/okio/FileHandle protectedWrite (J[BII)V var1 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/okio/FileSystem appendingSink (Lru/astrainteractive/soulkeeper/shade/okio/Path;Z)Lru/astrainteractive/soulkeeper/shade/okio/Sink; var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem atomicMove (Lru/astrainteractive/soulkeeper/shade/okio/Path;Lru/astrainteractive/soulkeeper/shade/okio/Path;)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem canonicalize (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Lru/astrainteractive/soulkeeper/shade/okio/Path; var1
ru/astrainteractive/soulkeeper/shade/okio/FileSystem createDirectory (Lru/astrainteractive/soulkeeper/shade/okio/Path;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem createSymlink (Lru/astrainteractive/soulkeeper/shade/okio/Path;Lru/astrainteractive/soulkeeper/shade/okio/Path;)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem delete (Lru/astrainteractive/soulkeeper/shade/okio/Path;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem list (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Ljava/util/List; var1
ru/astrainteractive/soulkeeper/shade/okio/FileSystem listOrNull (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Ljava/util/List; var1
ru/astrainteractive/soulkeeper/shade/okio/FileSystem metadataOrNull (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Lru/astrainteractive/soulkeeper/shade/okio/FileMetadata; var1
ru/astrainteractive/soulkeeper/shade/okio/FileSystem openReadOnly (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Lru/astrainteractive/soulkeeper/shade/okio/FileHandle; var1
ru/astrainteractive/soulkeeper/shade/okio/FileSystem openReadWrite (Lru/astrainteractive/soulkeeper/shade/okio/Path;ZZ)Lru/astrainteractive/soulkeeper/shade/okio/FileHandle; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/okio/FileSystem sink (Lru/astrainteractive/soulkeeper/shade/okio/Path;Z)Lru/astrainteractive/soulkeeper/shade/okio/Sink; var1 var2
ru/astrainteractive/soulkeeper/shade/okio/FileSystem source (Lru/astrainteractive/soulkeeper/shade/okio/Path;)Lru/astrainteractive/soulkeeper/shade/okio/Source; var1
ru/astrainteractive/soulkeeper/shade/okio/Sink write (Lru/astrainteractive/soulkeeper/shade/okio/Buffer;J)V var1 var2
ru/astrainteractive/soulkeeper/shade/okio/Source read (Lru/astrainteractive/soulkeeper/shade/okio/Buffer;J)J var1 var2
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/file/Counters$Counter add (J)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/file/PathFilter accept (Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; var1 var2
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/ConditionalFileFilter addFileFilter (Lru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/IOFileFilter;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/ConditionalFileFilter removeFileFilter (Lru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/IOFileFilter;)Z var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/ConditionalFileFilter setFileFilters (Ljava/util/List;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/IOFileFilter accept (Ljava/io/File;)Z var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/filefilter/IOFileFilter accept (Ljava/io/File;Ljava/lang/String;)Z var1 var2
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/function/IOConsumer accept (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/function/IOFunction apply (Ljava/lang/Object;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/input/TailerListener handle (Ljava/lang/Exception;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/input/TailerListener handle (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/input/TailerListener init (Lru/astrainteractive/soulkeeper/shade/org/apache/commons/io/input/Tailer;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onDirectoryChange (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onDirectoryCreate (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onDirectoryDelete (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onFileChange (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onFileCreate (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onFileDelete (Ljava/io/File;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onStart (Lru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationObserver;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationListener onStop (Lru/astrainteractive/soulkeeper/shade/org/apache/commons/io/monitor/FileAlterationObserver;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/output/AbstractByteArrayOutputStream write (I)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/output/AbstractByteArrayOutputStream write (Ljava/io/InputStream;)I var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/output/AbstractByteArrayOutputStream write ([BII)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/output/AbstractByteArrayOutputStream writeTo (Ljava/io/OutputStream;)V var1
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/output/AbstractByteArrayOutputStream$InputStreamConstructor construct ([BII)Ljava/io/InputStream; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/apache/commons/io/serialization/ClassNameMatcher matches (Ljava/lang/String;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/Aggregate add (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/Aggregate getInternalType ([I)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/AggregateFunction add (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/AggregateFunction getType ([I)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/CredentialsValidator validateCredentials (Lru/astrainteractive/soulkeeper/shade/org/h2/security/auth/AuthenticationInfo;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/JavaObjectSerializer deserialize ([B)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/JavaObjectSerializer serialize (Ljava/lang/Object;)[B var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/TableEngine createTable (Lru/astrainteractive/soulkeeper/shade/org/h2/command/ddl/CreateTableData;)Lru/astrainteractive/soulkeeper/shade/org/h2/table/Table; var1
ru/astrainteractive/soulkeeper/shade/org/h2/api/Trigger fire (Ljava/sql/Connection;[Ljava/lang/Object;[Ljava/lang/Object;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/api/UserToRolesMapper mapUserToRoles (Lru/astrainteractive/soulkeeper/shade/org/h2/security/auth/AuthenticationInfo;)Ljava/util/Collection; var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleElement (ZLjava/lang/String;Lru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleExtension (Lru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleFixed (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleList (ZLjava/util/ArrayList;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleOptional (Ljava/util/ArrayList;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleOptional (Lru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor visitRuleRepeat (ZLru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule accept (Lru/astrainteractive/soulkeeper/shade/org/h2/bnf/BnfVisitor;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule autoComplete (Lru/astrainteractive/soulkeeper/shade/org/h2/bnf/Sentence;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/bnf/Rule setLinks (Ljava/util/HashMap;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/Command invalidateCachedResult (Lru/astrainteractive/soulkeeper/shade/org/h2/table/Table;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/Command query (J)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/Command update (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultWithGeneratedKeys; var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/CommandInterface executeBatchUpdate (Ljava/util/ArrayList;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/BatchResult; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/command/CommandInterface executeQuery (JIZ)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/command/CommandInterface executeUpdate (Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultWithGeneratedKeys; var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/CommandInterface stop (Z)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/ddl/AlterDomain update (Lru/astrainteractive/soulkeeper/shade/org/h2/schema/Schema;Lru/astrainteractive/soulkeeper/shade/org/h2/schema/Domain;)J var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/command/ddl/AlterTable update (Lru/astrainteractive/soulkeeper/shade/org/h2/table/Table;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/ddl/CommandWithColumns addColumn (Lru/astrainteractive/soulkeeper/shade/org/h2/table/Column;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/ddl/SchemaOwnerCommand update (Lru/astrainteractive/soulkeeper/shade/org/h2/schema/Schema;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/dml/DataChangeStatement update (Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultTarget;Lru/astrainteractive/soulkeeper/shade/org/h2/table/DataChangeDeltaTable$ResultOption;)J var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/command/dml/MergeUsing$When merge (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultTarget;Lru/astrainteractive/soulkeeper/shade/org/h2/table/DataChangeDeltaTable$ResultOption;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/command/dml/SetClauseList$SetAction update (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query addGlobalCondition (Lru/astrainteractive/soulkeeper/shade/org/h2/expression/Parameter;II)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query isEverything (Lru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionVisitor;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query mapColumns (Lru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnResolver;IZ)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query queryWithoutCache (JLru/astrainteractive/soulkeeper/shade/org/h2/result/ResultTarget;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var3
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query setEvaluatable (Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query setForUpdate (Lru/astrainteractive/soulkeeper/shade/org/h2/command/query/ForUpdate;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/command/query/Query updateAggregate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;I)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/compress/Compressor compress ([BII[BI)I var1 var2 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/org/h2/compress/Compressor expand ([BII[BII)V var1 var2 var3 var4 var5 var6
ru/astrainteractive/soulkeeper/shade/org/h2/compress/Compressor setOptions (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/constraint/Constraint checkExistingData (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/constraint/Constraint checkRow (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/table/Table;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/constraint/Constraint getReferencedColumns (Lru/astrainteractive/soulkeeper/shade/org/h2/table/Table;)Ljava/util/HashSet; var1
ru/astrainteractive/soulkeeper/shade/org/h2/constraint/Constraint setIndexOwner (Lru/astrainteractive/soulkeeper/shade/org/h2/index/Index;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/constraint/Constraint usesIndex (Lru/astrainteractive/soulkeeper/shade/org/h2/index/Index;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/DbObject removeChildrenAndResources (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session addTemporaryLob (Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob; var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session prepareCommand (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/command/CommandInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session setAutoCommit (Z)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session setCurrentSchemaName (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session setIsolationLevel (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/IsolationLevel;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/engine/Session setNetworkConnectionInfo (Lru/astrainteractive/soulkeeper/shade/org/h2/util/NetworkConnectionInfo;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression getUnenclosedSQL (Ljava/lang/StringBuilder;I)Ljava/lang/StringBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression getValue (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression isEverything (Lru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionVisitor;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression mapColumns (Lru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnResolver;II)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression optimize (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression; var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression setEvaluatable (Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression updateAggregate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;I)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionWithFlags setFlags (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionWithVariableParameters addParameter (Lru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/ParameterInterface setValue (Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/aggregate/AbstractAggregate updateAggregate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/aggregate/AbstractAggregate updateFromExpressions (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Ljava/lang/Object;[Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/expression/aggregate/AggregateData add (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/aggregate/AggregateData getValue (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/aggregate/AggregateDataBinarySet add (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/expression/analysis/DataAnalysisOperation getAggregatedValue (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/analysis/DataAnalysisOperation getOrderedResultLoop (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Ljava/util/HashMap;Ljava/util/ArrayList;I)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/expression/analysis/DataAnalysisOperation rememberExpressions (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;[Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/analysis/DataAnalysisOperation updateAggregate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/command/query/SelectGroups;I)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/expression/condition/ConditionIn createIndexConditions (Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;Lru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionColumn;Ljava/util/ArrayList;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/expression/condition/ConditionIn createUniqueIndexConditions (Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;Lru/astrainteractive/soulkeeper/shade/org/h2/expression/ExpressionList;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/condition/ConditionIn getValue (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/expression/function/table/TableFunction getValue (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/expression/function/table/TableFunction getValueTemplate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index add (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index close (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index find (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;Z)Lru/astrainteractive/soulkeeper/shade/org/h2/index/Cursor; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index getCost (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;[I[Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;ILru/astrainteractive/soulkeeper/shade/org/h2/result/SortOrder;Lru/astrainteractive/soulkeeper/shade/org/h2/command/query/AllColumnsForPlan;Z)D var1 var2 var3 var4 var5 var6 var7
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index getRowCount (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index getRowCountApproximation (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index remove (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index remove (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/index/Index truncate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/index/SpatialIndex findByGeometry (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;ZLru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;)Lru/astrainteractive/soulkeeper/shade/org/h2/index/Cursor; var1 var2 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/JdbcException setSQL (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getAttributes (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getBestRowIdentifier (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZ)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getColumnPrivileges (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getColumns (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getCrossReference (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4 var5 var6
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getExportedKeys (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getFunctionColumns (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getFunctions (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getImportedKeys (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getIndexInfo (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4 var5
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getPrimaryKeys (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getProcedureColumns (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getProcedures (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getPseudoColumns (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getSchemas (Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getSuperTables (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getSuperTypes (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getTablePrivileges (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getTables (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getUDTs (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/jdbc/meta/DatabaseMeta getVersionColumns (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/jmx/DatabaseInfoMBean setCacheSizeMax (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/jmx/DatabaseInfoMBean setTraceLevel (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/message/TraceWriter isEnabled (I)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/message/TraceWriter setName (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/message/TraceWriter write (IILjava/lang/String;Ljava/lang/Throwable;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/message/TraceWriter write (ILjava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mode/ToDateTokenizer$ToDateParslet parse (Lru/astrainteractive/soulkeeper/shade/org/h2/mode/ToDateParser;Lru/astrainteractive/soulkeeper/shade/org/h2/mode/ToDateTokenizer$FormatTokenEnum;Ljava/lang/String;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk readFully (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore;JI)Ljava/nio/ByteBuffer; var1 var2 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore allocateChunkSpace (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore backup (Ljava/util/zip/ZipOutputStream;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore compactStore (IJILru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVStore;)V var1 var2 var4 var5
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore createChunk (I)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore createChunk (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore createChunk (Ljava/util/Map;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore doHousekeeping (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVStore;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore freeChunkSpace (Ljava/lang/Iterable;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore initializeStoreHeader (J)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore markUsed (JI)V var1 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore open (Ljava/lang/String;Z)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore open (Ljava/lang/String;Z[C)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore readFully (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk;JI)Ljava/nio/ByteBuffer; var1 var2 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore readStoreHeader (Z)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore shouldSaveNow (II)Z var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore shrinkStoreIfPossible (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore validateFileLength (Ljava/lang/String;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore writeChunk (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore writeFully (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Chunk;JLjava/nio/ByteBuffer;)V var1 var2 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$BasicBuilder create (Ljava/util/Map;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$DecisionMaker decide (Ljava/lang/Object;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$Decision; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$MapBuilder create (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVStore;Ljava/util/Map;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$MapBuilder setKeyType (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap$MapBuilder setValueType (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page copy (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap;Z)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page expand (I[Ljava/lang/Object;[Ljava/lang/Object;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getAppendCursorPos (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/CursorPos;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/CursorPos; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getChildPage (I)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getChildPagePos (I)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getCounts (I)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getPrependCursorPos (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/CursorPos;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/CursorPos; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page getValue (I)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page insertLeaf (ILjava/lang/Object;Ljava/lang/Object;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page insertNode (ILjava/lang/Object;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page readPayLoad (Ljava/nio/ByteBuffer;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page removeAllRecursive (J)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page setChild (ILru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page setValue (ILjava/lang/Object;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page split (I)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page writeChildren (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page writeUnsavedRecursive (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/FileStore$PageSerializationManager;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/Page writeValues (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/RandomAccessStore truncate (J)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/db/MVIndex addBufferedRows (Ljava/util/List;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/db/MVIndex addRowsToBuffer (Ljava/util/List;Ljava/lang/String;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/MVRTreeMap$RTreeCursor check (ZLru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial;)Z var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial clone (J)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial equalsIgnoringId (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial max (I)F var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial min (I)F var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial setMax (IF)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/rtree/Spatial setMin (IF)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/tx/TransactionStore$RollbackListener onRollback (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/MVMap;Ljava/lang/Object;Lru/astrainteractive/soulkeeper/shade/org/h2/value/VersionedValue;Lru/astrainteractive/soulkeeper/shade/org/h2/value/VersionedValue;)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/BasicDataType getMemory (Ljava/lang/Object;)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/BasicDataType read (Ljava/nio/ByteBuffer;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/BasicDataType write (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType binarySearch (Ljava/lang/Object;Ljava/lang/Object;II)I var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType compare (Ljava/lang/Object;Ljava/lang/Object;)I var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType createStorage (I)[Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType getMemory (Ljava/lang/Object;)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType read (Ljava/nio/ByteBuffer;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType read (Ljava/nio/ByteBuffer;Ljava/lang/Object;I)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType write (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;Ljava/lang/Object;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType write (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;Ljava/lang/Object;I)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/ObjectDataType$AutoDetectDataType read (Ljava/nio/ByteBuffer;I)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/StatefulDataType save (Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/WriteBuffer;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/MetaType;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/StatefulDataType$Factory create (Ljava/nio/ByteBuffer;Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/MetaType;Ljava/lang/Object;)Lru/astrainteractive/soulkeeper/shade/org/h2/mvstore/type/DataType; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultExternal addRow ([Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultExternal addRows (Ljava/util/Collection;)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultExternal contains ([Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultExternal removeRow ([Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface createShallowCopy (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/Session;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getAlias (I)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getColumnName (I)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getColumnType (I)Lru/astrainteractive/soulkeeper/shade/org/h2/value/TypeInfo; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getNullable (I)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getSchemaName (I)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface getTableName (I)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface isIdentity (I)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface setFetchSize (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/ResultTarget addRow ([Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/RowFactory createRow ([Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;I)Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow copyFrom (Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow getValue (I)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1
ru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow setValue (ILru/astrainteractive/soulkeeper/shade/org/h2/value/Value;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/schema/MetaSchema getMap (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Ljava/util/Map; var1
ru/astrainteractive/soulkeeper/shade/org/h2/security/BlockCipher decrypt ([BII)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/security/BlockCipher encrypt ([BII)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/security/BlockCipher setKey ([B)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/security/auth/Authenticator authenticate (Lru/astrainteractive/soulkeeper/shade/org/h2/security/auth/AuthenticationInfo;Lru/astrainteractive/soulkeeper/shade/org/h2/engine/Database;)Lru/astrainteractive/soulkeeper/shade/org/h2/engine/User; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/security/auth/Authenticator init (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/Database;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/security/auth/Configurable configure (Lru/astrainteractive/soulkeeper/shade/org/h2/security/auth/ConfigProperties;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/server/Service init ([Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/server/Service isRunning (Z)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/DataHandler openFile (Ljava/lang/String;Ljava/lang/String;Z)Lru/astrainteractive/soulkeeper/shade/org/h2/store/FileStore; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/store/DataHandler readLob (J[BJ[BII)I var1 var3 var4 var6 var7 var8
ru/astrainteractive/soulkeeper/shade/org/h2/store/InDoubtTransaction setState (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface copyLob (Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob;I)Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface createBlob (Ljava/io/InputStream;J)Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueBlob; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface createClob (Ljava/io/Reader;J)Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueClob; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface getInputStream (JIJ)Ljava/io/InputStream; var1 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface getInputStream (JJ)Ljava/io/InputStream; var1 var3
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface removeAllForTable (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/LobStorageInterface removeLob (Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FileBaseDefault implTruncate (J)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FilePath getPath (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FilePath; var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FilePath moveTo (Lru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FilePath;Z)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/store/fs/FilePath open (Ljava/lang/String;)Ljava/nio/channels/FileChannel; var1
ru/astrainteractive/soulkeeper/shade/org/h2/store/fs/Recorder log (ILjava/lang/String;[BJ)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnResolver findColumn (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/table/Column; var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnResolver getValue (Lru/astrainteractive/soulkeeper/shade/org/h2/table/Column;)Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value; var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnTemplate prepareExpressions (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnTemplate setDefaultExpression (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnTemplate setDomain (Lru/astrainteractive/soulkeeper/shade/org/h2/schema/Domain;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/ColumnTemplate setOnUpdateExpression (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/expression/Expression;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/table/MetaTable generateRows (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;Lru/astrainteractive/soulkeeper/shade/org/h2/result/SearchRow;)Ljava/util/ArrayList; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/table/QueryExpressionTable createIndex (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;[I)Lru/astrainteractive/soulkeeper/shade/org/h2/index/QueryExpressionIndex; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table addIndex (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Ljava/lang/String;I[Lru/astrainteractive/soulkeeper/shade/org/h2/table/IndexColumn;ILru/astrainteractive/soulkeeper/shade/org/h2/index/IndexType;ZLjava/lang/String;)Lru/astrainteractive/soulkeeper/shade/org/h2/index/Index; var1 var2 var3 var4 var5 var6 var7 var8
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table addRow (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table canGetRowCount (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table close (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table getRowCount (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table getRowCountApproximation (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table getScanIndex (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/index/Index; var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table removeRow (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;Lru/astrainteractive/soulkeeper/shade/org/h2/result/Row;)V var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/table/Table truncate (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)J var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter$TableFilterVisitor accept (Lru/astrainteractive/soulkeeper/shade/org/h2/table/TableFilter;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/table/VirtualConstructedTable getResult (Lru/astrainteractive/soulkeeper/shade/org/h2/engine/SessionLocal;)Lru/astrainteractive/soulkeeper/shade/org/h2/result/ResultInterface; var1
ru/astrainteractive/soulkeeper/shade/org/h2/tools/TriggerAdapter fire (Ljava/sql/Connection;Ljava/sql/ResultSet;Ljava/sql/ResultSet;)V var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache find (I)Lru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject; var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache get (I)Lru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject; var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache put (Lru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache remove (I)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache setMaxMemory (I)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Cache update (ILru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject;)Lru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/util/CacheWriter writeBack (Lru/astrainteractive/soulkeeper/shade/org/h2/util/CacheObject;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/DateTimeTemplate$Part format (Ljava/lang/StringBuilder;JJI)V var1 var2 var4 var6
ru/astrainteractive/soulkeeper/shade/org/h2/util/DateTimeTemplate$Part parse ([ILru/astrainteractive/soulkeeper/shade/org/h2/util/DateTimeTemplate$Scanner;ZI)V var1 var2 var3 var4
ru/astrainteractive/soulkeeper/shade/org/h2/util/HasSQL getSQL (Ljava/lang/StringBuilder;I)Ljava/lang/StringBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/util/TimeZoneProvider getEpochSecondsFromLocal (JJ)J var1 var3
ru/astrainteractive/soulkeeper/shade/org/h2/util/TimeZoneProvider getShortId (J)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/TimeZoneProvider getTimeZoneOffsetLocal (JJ)I var1 var3
ru/astrainteractive/soulkeeper/shade/org/h2/util/TimeZoneProvider getTimeZoneOffsetUTC (J)I var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Tool runTool ([Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Utils$ClassFactory loadClass (Ljava/lang/String;)Ljava/lang/Class; var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/Utils$ClassFactory match (Ljava/lang/String;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/geometry/GeometryUtils$Target addCoordinate (DDDDII)V var1 var3 var5 var7 var9 var10
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTarget member (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTarget valueNumber (Ljava/math/BigDecimal;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTarget valueString (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTextSource parseNumber (Z)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTextSource readKeyword1 (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONValue addTo (Lru/astrainteractive/soulkeeper/shade/org/h2/util/json/JSONTarget;)V var1
ru/astrainteractive/soulkeeper/shade/org/h2/value/Value compareTypeSafe (Lru/astrainteractive/soulkeeper/shade/org/h2/value/Value;Lru/astrainteractive/soulkeeper/shade/org/h2/value/CompareMode;Lru/astrainteractive/soulkeeper/shade/org/h2/engine/CastDataProvider;)I var1 var2 var3
ru/astrainteractive/soulkeeper/shade/org/h2/value/Value equals (Ljava/lang/Object;)Z var1
ru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob copy (Lru/astrainteractive/soulkeeper/shade/org/h2/store/DataHandler;I)Lru/astrainteractive/soulkeeper/shade/org/h2/value/ValueLob; var1 var2
ru/astrainteractive/soulkeeper/shade/org/h2/value/lob/LobData getInputStream (J)Ljava/io/InputStream; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/argumenttype/ArgumentConverter transform (Ljava/lang/String;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/brigadier/command/MultiplatformCommands argument (Ljava/lang/String;Lcom/mojang/brigadier/arguments/ArgumentType;)Lcom/mojang/brigadier/builder/RequiredArgumentBuilder; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/brigadier/command/MultiplatformCommands getSender (Lcom/mojang/brigadier/context/CommandContext;)Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/brigadier/sender/KCommandSender; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/brigadier/command/MultiplatformCommands literal (Ljava/lang/String;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/command/api/registrar/CommandRegistrarContext registerWhenReady (Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/economy/EconomyFacade addMoney (Ljava/util/UUID;DLkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var4
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/economy/EconomyFacade getBalance (Ljava/util/UUID;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/economy/EconomyFacade hasAtLeast (Ljava/util/UUID;DLkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var4
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/economy/EconomyFacade takeMoney (Ljava/util/UUID;DLkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2 var4
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/encoder/ObjectEncoder fromBase64-CKlV2bY (Ljava/lang/String;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/encoder/ObjectEncoder fromByteArray-Uj-iJcM ([B)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/encoder/ObjectEncoder toBase64-uUhPjqs (Ljava/lang/Object;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/encoder/ObjectEncoder toByteArray-d1hkZdU (Ljava/lang/Object;)[B var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/factory/ObjectStreamFactory createInputStream (Ljava/io/ByteArrayInputStream;)Ljava/io/ObjectInputStream; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/encoding/factory/ObjectStreamFactory createOutputStream (Ljava/io/ByteArrayOutputStream;)Ljava/io/ObjectOutputStream; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/kyori/KyoriComponentSerializer toComponent (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/KAudience sendMessage (Lru/astrainteractive/soulkeeper/shade/net/kyori/adventure/text/Component;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/KCommandDispatcher dispatchCommand (Ljava/lang/String;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/Teleportable teleport (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/location/KLocation;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/bridge/PlatformServer findOfflinePlayer (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/KPlayer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/bridge/PlatformServer findOfflinePlayer (Ljava/util/UUID;)Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/KPlayer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/bridge/PlatformServer findOnlinePlayer (Ljava/lang/String;)Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/bridge/PlatformServer findOnlinePlayer (Ljava/util/UUID;)Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/player/OnlineKPlayer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/KPermissible hasPermission (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/Permission;)Z var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/KPermissible maxPermissionSize (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/Permission;)Ljava/lang/Integer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/KPermissible minPermissionSize (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/Permission;)Ljava/lang/Integer; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/KPermissible permissionSizes (Lru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/server/permission/Permission;)Ljava/util/List; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/astralibs/service/ServiceExecutor doWork (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/api/MutableKrate save (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/api/MutableKrate save (Lkotlin/jvm/functions/Function1;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/api/MutableKrate saveAndGet (Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/api/value/ValueSaver save (Ljava/lang/Object;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/internal/lock/Lock withLock (Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/internal/lock/Lock withSuspendLock (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/FlowKrate stateFlow (Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineScope;Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/SharingStarted;Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/CoroutineDispatcher;)Lru/astrainteractive/soulkeeper/shade/kotlinx/coroutines/flow/StateFlow; var1 var2 var3
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendKrate getValue (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendMutableKrate reset (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendMutableKrate resetAndGet (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendMutableKrate save (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendMutableKrate save (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/SuspendMutableKrate saveAndGet (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/value/SuspendValueLoader loadAndGet (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/kstorage/suspend/value/SuspendValueSaver save (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger debug (Lkotlin/jvm/functions/Function0;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger error (Ljava/lang/Throwable;Lkotlin/jvm/functions/Function0;)V var1 var2
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger error (Lkotlin/jvm/functions/Function0;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger info (Lkotlin/jvm/functions/Function0;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger verbose (Lkotlin/jvm/functions/Function0;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/logging/Logger warn (Lkotlin/jvm/functions/Function0;)V var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/core/threading/Lock synchronized (Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/extensions/StringProvider toString (Lru/astrainteractive/soulkeeper/shade/dev/icerock/moko/resources/StringResource;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/extensions/StringProvider toString (Lru/astrainteractive/soulkeeper/shade/dev/icerock/moko/resources/desc/StringDesc;)Ljava/lang/String; var1
ru/astrainteractive/soulkeeper/shade/ru/astrainteractive/klibs/mikro/extensions/TimeFormatter format (Lkotlin/time/Instant;Ljava/lang/String;Lru/astrainteractive/soulkeeper/shade/kotlinx/datetime/TimeZone;)Ljava/lang/String; var1 var2 var3