@wunk/lb-script-api-types 0.38.4 → 0.38.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ambient/ambient.d.ts +2 -2
- package/ambient-full.d.ts +15 -0
- package/package.json +5 -1
- package/registry-full/index.d.ts +245 -1
- package/registry-lb/index.d.ts +3 -1
- package/types/ai/djl/BaseModel.d.ts +1 -0
- package/types/ai/djl/Model.d.ts +1 -0
- package/types/ai/djl/engine/rpc/RpcModel.d.ts +1 -0
- package/types/ai/djl/inference/streaming/StreamingBlock.d.ts +12 -0
- package/types/ai/djl/modality/audio/AudioFactory.d.ts +1 -0
- package/types/ai/djl/modality/audio/SampledAudioFactory.d.ts +1 -0
- package/types/ai/djl/modality/cv/BufferedImageFactory.d.ts +1 -0
- package/types/ai/djl/modality/cv/ImageFactory.d.ts +1 -0
- package/types/ai/djl/modality/cv/translator/wrapper/FileImagePreProcessor.d.ts +1 -0
- package/types/ai/djl/modality/nlp/DefaultVocabulary$Builder.d.ts +1 -0
- package/types/ai/djl/ndarray/BaseNDManager.d.ts +6 -0
- package/types/ai/djl/ndarray/LazyNDArray.d.ts +172 -0
- package/types/ai/djl/ndarray/NDArray.d.ts +4 -0
- package/types/ai/djl/ndarray/NDArrayAdapter.d.ts +3 -0
- package/types/ai/djl/ndarray/NDManager.d.ts +1 -0
- package/types/ai/djl/ndarray/SparseNDArray.d.ts +172 -0
- package/types/ai/djl/nn/BlockFactory.d.ts +1 -0
- package/types/ai/djl/nn/IdentityBlockFactory.d.ts +1 -0
- package/types/ai/djl/nn/OnesBlockFactory.d.ts +1 -0
- package/types/ai/djl/nn/SymbolBlock.d.ts +12 -0
- package/types/ai/djl/pytorch/engine/PtModel.d.ts +1 -0
- package/types/ai/djl/pytorch/jni/JniUtils.d.ts +1 -0
- package/types/ai/djl/pytorch/jni/LibUtils$LibTorch.d.ts +1 -0
- package/types/ai/djl/repository/AbstractRepository.d.ts +4 -0
- package/types/ai/djl/repository/JarRepository.d.ts +1 -0
- package/types/ai/djl/repository/LocalRepository.d.ts +1 -0
- package/types/ai/djl/repository/Repository.d.ts +1 -0
- package/types/ai/djl/repository/RepositoryFactoryImpl$LocalRepositoryFactory.d.ts +1 -0
- package/types/ai/djl/repository/RpcRepository.d.ts +1 -0
- package/types/ai/djl/repository/SimpleRepository.d.ts +1 -0
- package/types/ai/djl/repository/SimpleUrlRepository.d.ts +1 -0
- package/types/ai/djl/repository/zoo/BaseModelLoader.d.ts +1 -0
- package/types/ai/djl/repository/zoo/Criteria$Builder.d.ts +1 -0
- package/types/ai/djl/repository/zoo/ZooModel.d.ts +1 -0
- package/types/ai/djl/training/dataset/RandomAccessDataset.d.ts +2 -0
- package/types/ai/djl/training/dataset/RawDataset.d.ts +2 -0
- package/types/ai/djl/training/hyperparameter/optimizer/BaseHpOptimizer.d.ts +1 -0
- package/types/ai/djl/training/util/DownloadUtils.d.ts +1 -0
- package/types/ai/djl/translate/ServingTranslatorFactory.d.ts +1 -0
- package/types/ai/djl/util/ClassLoaderUtils.d.ts +1 -0
- package/types/ai/djl/util/TarUtils.d.ts +1 -0
- package/types/ai/djl/util/Utils.d.ts +1 -0
- package/types/ai/djl/util/ZipUtils.d.ts +1 -0
- package/types/ai/djl/util/passthrough/PassthroughNDManager.d.ts +1 -0
- package/types/com/azure/json/implementation/jackson/core/TokenStreamFactory.d.ts +2 -0
- package/types/com/google/common/base/FinalizablePhantomReference.d.ts +1 -0
- package/types/com/google/common/base/FinalizableSoftReference.d.ts +1 -0
- package/types/com/google/common/base/FinalizableWeakReference.d.ts +1 -0
- package/types/com/google/common/collect/ImmutableClassToInstanceMap$Builder.d.ts +1 -1
- package/types/com/google/common/collect/Maps.d.ts +1 -1
- package/types/com/google/common/hash/AbstractHashFunction.d.ts +2 -0
- package/types/com/google/common/hash/AbstractHasher.d.ts +5 -0
- package/types/com/google/common/hash/BloomFilterStrategies.d.ts +1 -0
- package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +1 -0
- package/types/com/google/common/io/MoreFiles$PathByteSink.d.ts +1 -0
- package/types/com/google/common/io/MoreFiles$PathByteSource.d.ts +1 -0
- package/types/com/google/common/io/MoreFiles.d.ts +1 -0
- package/types/com/google/common/reflect/ImmutableTypeToInstanceMap$Builder.d.ts +1 -1
- package/types/com/google/common/util/concurrent/AbstractListeningExecutorService.d.ts +6 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner.d.ts +1 -1
- package/types/com/google/common/util/concurrent/ClosingFuture$DeferredCloser.d.ts +2 -2
- package/types/com/google/common/util/concurrent/ClosingFuture$Peeker.d.ts +2 -2
- package/types/com/google/common/util/concurrent/ClosingFuture.d.ts +3 -3
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ListeningExecutorService.d.ts +5 -0
- package/types/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
- package/types/com/google/gson/FieldNamingPolicy.d.ts +1 -0
- package/types/com/google/gson/ToNumberPolicy.d.ts +3 -0
- package/types/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
- package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
- package/types/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
- package/types/com/ibm/icu/text/FormattedValue.d.ts +2 -0
- package/types/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
- package/types/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/injector/MixinExtrasLateInjectionInfo.d.ts +1 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CharStream.d.ts +7 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/TokenStream.d.ts +7 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/WritableToken.d.ts +10 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/ErrorNode.d.ts +5 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/RuleNode.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNode.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/grammar/expressions/ExpressionParserListener.d.ts +7 -0
- package/types/com/microsoft/aad/msal4j/AuthenticationResultSupplier.d.ts +1 -1
- package/types/com/microsoft/aad/msal4j/AzureArcManagedIdentitySource.d.ts +1 -0
- package/types/com/microsoft/aad/msal4j/EventKey.d.ts +1 -1
- package/types/com/microsoft/aad/msal4j/HttpHelper.d.ts +2 -2
- package/types/com/microsoft/aad/msal4j/IClientApplicationBase.d.ts +8 -0
- package/types/com/microsoft/aad/msal4j/IConfidentialClientApplication.d.ts +14 -0
- package/types/com/microsoft/aad/msal4j/IManagedIdentityApplication.d.ts +8 -0
- package/types/com/microsoft/aad/msal4j/IPublicClientApplication.d.ts +14 -0
- package/types/com/microsoft/aad/msal4j/ITelemetry.d.ts +2 -2
- package/types/com/microsoft/aad/msal4j/ITelemetryManager.d.ts +1 -1
- package/types/com/microsoft/aad/msal4j/TelemetryHelper.d.ts +2 -2
- package/types/com/microsoft/aad/msal4j/TelemetryManager.d.ts +7 -7
- package/types/com/mojang/authlib/HttpAuthenticationService.d.ts +4 -0
- package/types/com/mojang/authlib/minecraft/TelemetryEvent.d.ts +4 -0
- package/types/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.d.ts +1 -0
- package/types/com/mojang/blaze3d/font/SpaceProvider.d.ts +1 -2
- package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +2 -0
- package/types/com/mojang/blaze3d/opengl/GlStateManager$BooleanState.d.ts +1 -0
- package/types/com/mojang/blaze3d/opengl/GlTexture.d.ts +1 -1
- package/types/com/mojang/blaze3d/opengl/GlTextureView.d.ts +1 -1
- package/types/com/mojang/blaze3d/platform/InputConstants$Type.d.ts +1 -1
- package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +2 -0
- package/types/com/mojang/blaze3d/platform/ScreenManager.d.ts +1 -1
- package/types/com/mojang/blaze3d/platform/TextureUtil.d.ts +1 -0
- package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +1 -0
- package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +2 -0
- package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +3 -0
- package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +1 -0
- package/types/com/mojang/datafixers/DataFixerBuilder.d.ts +1 -1
- package/types/com/mojang/datafixers/DataFixerUpper.d.ts +3 -3
- package/types/com/mojang/datafixers/schemas/Schema.d.ts +1 -1
- package/types/com/mojang/datafixers/types/families/RecursiveTypeFamily.d.ts +1 -1
- package/types/com/mojang/jtracy/Loader.d.ts +1 -0
- package/types/com/mojang/realmsclient/client/worldupload/RealmsUploadWorldPacker.d.ts +1 -0
- package/types/com/mojang/realmsclient/client/worldupload/RealmsWorldUpload.d.ts +1 -0
- package/types/com/mojang/realmsclient/util/task/LongRunningTask.d.ts +1 -0
- package/types/com/mojang/serialization/KeyCompressor.d.ts +3 -3
- package/types/com/nikoverflow/exploitpreventer/Utils.d.ts +1 -0
- package/types/com/oracle/js/parser/ParserContextBreakableNode.d.ts +6 -0
- package/types/com/oracle/js/parser/ParserContextScopableNode.d.ts +6 -0
- package/types/com/oracle/truffle/api/InternalResource$Env.d.ts +2 -1
- package/types/com/oracle/truffle/api/InternalResource.d.ts +1 -0
- package/types/com/oracle/truffle/api/LanguageAccessor$LanguageImpl.d.ts +1 -0
- package/types/com/oracle/truffle/api/TruffleFile$AllFiles.d.ts +1 -0
- package/types/com/oracle/truffle/api/TruffleFile.d.ts +1 -0
- package/types/com/oracle/truffle/api/TruffleLanguage$Env$TruffleFileFactory.d.ts +1 -0
- package/types/com/oracle/truffle/api/bytecode/TagTreeNode.d.ts +2 -0
- package/types/com/oracle/truffle/api/frame/MaterializedFrame.d.ts +3 -0
- package/types/com/oracle/truffle/api/frame/VirtualFrame.d.ts +4 -0
- package/types/com/oracle/truffle/api/impl/AbstractAssumption.d.ts +3 -0
- package/types/com/oracle/truffle/api/impl/Accessor$EngineSupport.d.ts +1 -0
- package/types/com/oracle/truffle/api/impl/Accessor$LanguageSupport.d.ts +1 -0
- package/types/com/oracle/truffle/api/impl/Accessor$RuntimeSupport.d.ts +1 -0
- package/types/com/oracle/truffle/api/impl/DefaultRuntimeAccessor$DefaultRuntimeSupport.d.ts +1 -0
- package/types/com/oracle/truffle/api/impl/asm/commons/JSRInlinerAdapter.d.ts +1 -1
- package/types/com/oracle/truffle/api/object/ShapeBasic.d.ts +2 -2
- package/types/com/oracle/truffle/api/object/ShapeExt.d.ts +2 -2
- package/types/com/oracle/truffle/api/object/ShapeImpl.d.ts +5 -5
- package/types/com/oracle/truffle/host/HostClassLoader$Loader.d.ts +1 -0
- package/types/com/oracle/truffle/js/nodes/access/JSTargetableWriteNode.d.ts +2 -0
- package/types/com/oracle/truffle/js/nodes/access/JSWriteFrameSlotNode.d.ts +2 -0
- package/types/com/oracle/truffle/js/nodes/control/AbstractRepeatingNode.d.ts +1 -0
- package/types/com/oracle/truffle/js/parser/JSParser.d.ts +29 -0
- package/types/com/oracle/truffle/js/runtime/Symbol.d.ts +3 -3
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default$WithSpecies.d.ts +4 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default.d.ts +3 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctions.d.ts +3 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctionsAndSpecies.d.ts +4 -0
- package/types/com/oracle/truffle/js/runtime/builtins/intl/JSSegmenter$Granularity.d.ts +3 -0
- package/types/com/oracle/truffle/polyglot/EngineAccessor$EngineImpl.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$CompositeFileSystem$FileSystemInfo.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$CompositeFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$DeniedIOFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$ForwardingFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$InternalResourcesSelector.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$InvalidFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$NIOFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$PathOperationsOnlyFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$PolyglotFileSystem.d.ts +6 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/FileSystems$ReadOnlyFileSystem.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/InternalResourceCache.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/InternalResourceRoots$ResolvedCacheFolder.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/InternalResourceRoots$Root.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/InternalResourceRoots.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/JDKSupport$LibTruffleAttachResource.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/PolyglotEngineDispatch.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/PolyglotEngineImpl.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/PolyglotImpl.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/PolyglotLoggers$SharedFileHandler.d.ts +1 -0
- package/types/com/oracle/truffle/regex/charset/RangesBuffer.d.ts +4 -0
- package/types/com/oracle/truffle/regex/tregex/nodes/dfa/DFAAbstractStateNode.d.ts +2 -0
- package/types/com/oracle/truffle/regex/tregex/parser/ast/RegexASTNode.d.ts +2 -0
- package/types/com/oracle/truffle/regex/tregex/string/AbstractStringIterator.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$JoinableThreadFactory.d.ts +4 -1
- package/types/com/oracle/truffle/runtime/EngineCacheSupport$Disabled.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/EngineCacheSupport.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/EngineData.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/OptimizedRuntimeSupport.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/jfr/CompilationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/CompilationStatisticsEvent.d.ts +2 -0
- package/types/com/oracle/truffle/runtime/jfr/DeoptimizationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/InvalidationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/RootFunctionEvent.d.ts +2 -0
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorExecutionContext$CancellableRunnable.d.ts +1 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/WebSocketAdapter.d.ts +14 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/WrappedByteChannel.d.ts +4 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshake.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshakeBuilder.d.ts +4 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/HandshakeBuilder.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshake.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshakeBuilder.d.ts +5 -0
- package/types/com/seedfinding/mccore/block/Block.d.ts +1 -1
- package/types/com/seedfinding/mccore/block/Blocks.d.ts +2 -2
- package/types/com/sun/jna/TypeConverter.d.ts +4 -0
- package/types/com/sun/jna/platform/linux/LibC.d.ts +22 -0
- package/types/com/sun/jna/platform/unix/LibC.d.ts +22 -0
- package/types/com/sun/jna/platform/unix/LibCAPI.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IConnectionPoint.d.ts +5 -0
- package/types/com/sun/jna/platform/win32/COM/IConnectionPointContainer.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/IDispatch.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/IDispatchCallback.d.ts +20 -0
- package/types/com/sun/jna/platform/win32/COM/IEnumMoniker.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IEnumVariant.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/IMoniker.d.ts +13 -0
- package/types/com/sun/jna/platform/win32/COM/IPersist.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/IPersistStream.d.ts +8 -0
- package/types/com/sun/jna/platform/win32/COM/IRecordInfo.d.ts +5 -0
- package/types/com/sun/jna/platform/win32/COM/IRunningObjectTable.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeComp.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeInfo.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeLib.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IUnknownCallback.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/tlb/TlbImp.d.ts +1 -1
- package/types/com/sun/jna/platform/win32/COM/util/AbstractComEventCallbackListener.d.ts +2 -0
- package/types/com/sun/jna/platform/win32/COM/util/IConnectionPointContainer.d.ts +2 -0
- package/types/com/sun/jna/platform/win32/DdemlUtil$IDdeClient.d.ts +1 -0
- package/types/com/sun/net/httpserver/HttpExchange.d.ts +2 -2
- package/types/com/sun/net/httpserver/Request.d.ts +1 -1
- package/types/com/terraformersmc/modmenu/gui/ModsScreen.d.ts +1 -0
- package/types/com/terraformersmc/modmenu/util/mod/fabric/FabricIconHandler.d.ts +1 -0
- package/types/com/viaversion/nbt/io/TagReader.d.ts +1 -0
- package/types/com/viaversion/nbt/io/TagWriter.d.ts +1 -0
- package/types/com/viaversion/nbt/tag/NumberArrayTag.d.ts +5 -0
- package/types/com/viaversion/nbt/tag/NumberTag.d.ts +4 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/entities/EntityTypes25w14craftmine.d.ts +1 -0
- package/types/com/viaversion/viaaprilfools/platform/ViaAprilFoolsConfig.d.ts +3 -0
- package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ClientboundPackets20w14infinite.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ServerboundPackets20w14infinite.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ClientboundPackets3D_Shareware.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ServerboundPackets3D_Shareware.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPacket25w14craftmine.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPackets25w14craftmine.d.ts +4 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPacket25w14craftmine.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPackets25w14craftmine.d.ts +4 -0
- package/types/com/viaversion/viabackwards/api/ViaBackwardsConfig.d.ts +3 -0
- package/types/com/viaversion/viabackwards/api/data/BackwardsMappingData.d.ts +4 -4
- package/types/com/viaversion/viabackwards/api/rewriters/EntityRewriterBase.d.ts +1 -1
- package/types/com/viaversion/viabackwards/api/rewriters/LegacyBlockItemRewriter.d.ts +4 -4
- package/types/com/viaversion/viabackwards/api/rewriters/LegacySoundRewriter.d.ts +1 -1
- package/types/com/viaversion/viabackwards/api/rewriters/text/TranslatableRewriter.d.ts +8 -0
- package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/block_entity_handlers/PistonHandler.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/data/BackwardsMappingData1_13.d.ts +2 -2
- package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/storage/NoteBlockStorage.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_14to1_13_2/storage/ChunkLightStorage.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_16_2to1_16_1/storage/BiomeStorage.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_17_1to1_17/storage/InventoryStateIds.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_18to1_17_1/data/BackwardsMappingData1_18.d.ts +2 -2
- package/types/com/viaversion/viabackwards/protocol/v1_19_1to1_19/storage/ChatRegistryStorage.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/data/BackwardsMappingData1_19.d.ts +1 -1
- package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/storage/DimensionRegistryStorage.d.ts +1 -1
- package/types/com/viaversion/viafabricplus/ViaFabricPlusImpl.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/api/ViaFabricPlusBase.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/features/entity/metadata/WolfHealthTracker1_14_4.d.ts +1 -1
- package/types/com/viaversion/viafabricplus/protocoltranslator/ProtocolTranslator.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/protocoltranslator/impl/command/VFPSubCommand.d.ts +2 -0
- package/types/com/viaversion/viafabricplus/save/AbstractSave.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/util/ClassLoaderPriorityUtil.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/configuration/ViaVersionConfig.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/data/BiMappings.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/data/FullIdentityMappings.d.ts +2 -2
- package/types/com/viaversion/viaversion/api/data/FullMappings.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/data/FullMappingsBase.d.ts +3 -3
- package/types/com/viaversion/viaversion/api/data/Int2IntMapBiMappings.d.ts +4 -4
- package/types/com/viaversion/viaversion/api/data/Int2IntMapMappings.d.ts +3 -3
- package/types/com/viaversion/viaversion/api/data/MappingDataLoader.d.ts +2 -2
- package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl.d.ts +1 -1
- package/types/com/viaversion/viaversion/api/minecraft/codec/hash/Hasher.d.ts +11 -0
- package/types/com/viaversion/viaversion/api/minecraft/data/StructuredData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_10$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_11$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_12$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_13$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_14.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_15.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_17.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_3.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_4.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_3.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_11.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_4.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_6.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_9.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_8$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_9$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/HashedItem.d.ts +5 -1
- package/types/com/viaversion/viaversion/api/minecraft/item/HashedStructuredItem.d.ts +3 -3
- package/types/com/viaversion/viaversion/api/minecraft/item/Item.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantments.d.ts +2 -2
- package/types/com/viaversion/viaversion/api/platform/ProtocolDetectorService.d.ts +1 -1
- package/types/com/viaversion/viaversion/api/protocol/SimpleProtocol$DummyPacketTypes.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/protocol/packet/ClientboundPacketType.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/protocol/packet/ServerboundPacketType.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/protocol/packet/provider/PacketTypeArrayMap.d.ts +1 -1
- package/types/com/viaversion/viaversion/api/protocol/packet/provider/PacketTypeMapMap.d.ts +3 -3
- package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType.d.ts +2 -3
- package/types/com/viaversion/viaversion/codec/OpsBase.d.ts +9 -0
- package/types/com/viaversion/viaversion/data/entity/EntityTrackerBase.d.ts +1 -1
- package/types/com/viaversion/viaversion/data/item/OriginalHashedItem.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntStack.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntMaps.d.ts +8 -8
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectMaps.d.ts +9 -9
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntIntSortedPair.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableInputStream.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableOutputStream.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongStack.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectMaps.d.ts +9 -9
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLongSortedPair.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntMaps.d.ts +9 -9
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntSortedMaps.d.ts +10 -10
- package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/v1_20_3/TextCodecs_v1_20_3$TextComponentType.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/AbstractConstruct.d.ts +1 -0
- package/types/com/viaversion/viaversion/platform/AbstractProtocolDetectorService.d.ts +3 -2
- package/types/com/viaversion/viaversion/platform/LegacyViaInjector.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/base/ClientboundLoginPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ClientboundStatusPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundHandshakePackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundLoginPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundStatusPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/packet/BaseClientboundPacket.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/packet/BaseServerboundPacket.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ClientboundPackets1_12.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ServerboundPackets1_12.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/BlockData.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/ConnectionData.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/BlockIdData.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/EntityIdMappings1_13.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ClientboundPackets1_13.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ServerboundPackets1_13.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/storage/BlockConnectionStorage.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/storage/BlockStorage.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ClientboundPackets1_12_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ServerboundPackets1_12_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ClientboundPackets1_14.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ServerboundPackets1_14.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/storage/EntityTracker1_14.d.ts +3 -3
- package/types/com/viaversion/viaversion/protocols/v1_14_3to1_14_4/packet/ClientboundPackets1_14_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_14_4to1_15/packet/ClientboundPackets1_15.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ClientboundPackets1_16.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ServerboundPackets1_16.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ClientboundPackets1_16_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ServerboundPackets1_16_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ClientboundPackets1_17.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ServerboundPackets1_17.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/data/BlockEntities1_18.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/packet/ClientboundPackets1_18.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/storage/ChunkLightStorage.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_17to1_17_1/packet/ClientboundPackets1_17_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/data/MappingData1_19.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ClientboundPackets1_19.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ServerboundPackets1_19.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ClientboundPackets1_19_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ServerboundPackets1_19_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ClientboundPackets1_19_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ServerboundPackets1_19_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ClientboundPackets1_19_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ServerboundPackets1_19_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/storage/ChatTypeStorage.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundConfigurationPackets1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPacket1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPackets1_20_3.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPacket1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPackets1_20_3.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPacket1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPackets1_20_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPacket1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPackets1_20_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPacket1_21.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPackets1_21.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundConfigurationPackets1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPacket1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPackets1_20_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundConfigurationPackets1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPacket1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPackets1_20_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPacket26_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPackets26_1.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPacket26_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPackets26_1.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPacket1_21_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPackets1_21_4.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPacket1_21_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPackets1_21_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPacket1_21_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPackets1_21_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundConfigurationPackets1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPacket1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPackets1_21_6.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundConfigurationPackets1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPacket1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPackets1_21_6.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundConfigurationPackets1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPacket1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPackets1_21_9.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundConfigurationPackets1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundPacket1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPacket1_21_11.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPackets1_21_11.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPacket1_21_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPackets1_21_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPacket1_21_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPackets1_21_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/storage/EntityTracker1_21_2.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/data/PotionIdMappings1_9.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_8.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_8.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/provider/CompressionProvider$CompressionHandler.d.ts +5 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/rewriter/ItemPacketRewriter1_9.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/storage/EntityTracker1_9.d.ts +6 -7
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/storage/InventoryTracker.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ClientboundPackets1_9_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ServerboundPackets1_9_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/util/KeyMappings.d.ts +1 -1
- package/types/de/odysseus/ithaka/digraph/MapDigraph$EdgeMapFactory.d.ts +1 -1
- package/types/de/odysseus/ithaka/digraph/MapDigraph$VertexMapFactory.d.ts +1 -1
- package/types/de/odysseus/ithaka/digraph/MapDigraph.d.ts +1 -1
- package/types/dev/kastle/netty/channel/nethernet/signaling/AbstractNetherNetXboxSignaling.d.ts +1 -0
- package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetClientSignaling.d.ts +6 -0
- package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling.d.ts +6 -0
- package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +17 -0
- package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +13 -0
- package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +1 -0
- package/types/eu/pb4/placeholders/api/parsers/LegacyFormattingParser.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/GLSLParserListener.d.ts +7 -0
- package/types/io/github/douira/glsl_transformer/ast/query/index/PrefixExternalDeclarationIndex.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/ast/query/index/PrefixIdentifierIndex.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/ast/transform/ASTParser.d.ts +3 -3
- package/types/io/github/douira/glsl_transformer/parser/CachingParser.d.ts +2 -3
- package/types/io/github/douira/glsl_transformer/parser/TwoTierCachingParser.d.ts +1 -2
- package/types/io/jsonwebtoken/ClaimJwtException.d.ts +6 -6
- package/types/io/jsonwebtoken/ClaimsBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/CompressionCodec.d.ts +1 -0
- package/types/io/jsonwebtoken/CompressionCodecResolver.d.ts +1 -1
- package/types/io/jsonwebtoken/ExpiredJwtException.d.ts +2 -2
- package/types/io/jsonwebtoken/IncorrectClaimException.d.ts +2 -2
- package/types/io/jsonwebtoken/InvalidClaimException.d.ts +2 -2
- package/types/io/jsonwebtoken/Jwe.d.ts +1 -1
- package/types/io/jsonwebtoken/Jws.d.ts +1 -1
- package/types/io/jsonwebtoken/Jwt.d.ts +1 -1
- package/types/io/jsonwebtoken/JwtBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/JwtHandler.d.ts +4 -4
- package/types/io/jsonwebtoken/JwtHandlerAdapter.d.ts +8 -8
- package/types/io/jsonwebtoken/JwtParser.d.ts +9 -9
- package/types/io/jsonwebtoken/JwtParserBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/Jwts$HeaderBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/Jwts.d.ts +1 -1
- package/types/io/jsonwebtoken/Locator.d.ts +1 -1
- package/types/io/jsonwebtoken/LocatorAdapter.d.ts +2 -5
- package/types/io/jsonwebtoken/MissingClaimException.d.ts +2 -2
- package/types/io/jsonwebtoken/PrematureJwtException.d.ts +2 -2
- package/types/io/jsonwebtoken/ProtectedHeaderMutator.d.ts +1 -1
- package/types/io/jsonwebtoken/ProtectedJwt.d.ts +1 -1
- package/types/io/jsonwebtoken/SigningKeyResolver.d.ts +2 -2
- package/types/io/jsonwebtoken/SigningKeyResolverAdapter.d.ts +4 -4
- package/types/io/jsonwebtoken/SupportedJwtVisitor.d.ts +4 -4
- package/types/io/jsonwebtoken/impl/CompressionCodecLocator.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/DefaultJwe.d.ts +5 -5
- package/types/io/jsonwebtoken/impl/DefaultJws.d.ts +5 -5
- package/types/io/jsonwebtoken/impl/DefaultJwt.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/DefaultJwtBuilder.d.ts +6 -6
- package/types/io/jsonwebtoken/impl/DefaultJwtParser.d.ts +18 -18
- package/types/io/jsonwebtoken/impl/DefaultJwtParserBuilder.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/DefaultProtectedJwt.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/DefaultTokenizedJwe.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/DefaultTokenizedJwt.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/IdLocator.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/Payload.d.ts +4 -4
- package/types/io/jsonwebtoken/impl/TokenizedJwe.d.ts +3 -0
- package/types/io/jsonwebtoken/impl/TokenizedJwt.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/X509Context.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/io/AbstractParserBuilder.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/lang/LocatorFunction.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/lang/Parameter.d.ts +1 -0
- package/types/io/jsonwebtoken/impl/lang/RequiredParameterReader.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/AbstractEcJwkFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/AbstractFamilyJwkFactory.d.ts +10 -10
- package/types/io/jsonwebtoken/impl/security/AbstractSecurityBuilder.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/AbstractSignatureAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/security/AsymmetricJwkFactory.d.ts +7 -7
- package/types/io/jsonwebtoken/impl/security/ConstantKeyLocator.d.ts +3 -6
- package/types/io/jsonwebtoken/impl/security/DefaultAeadRequest.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/DefaultDecryptionKeyRequest.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/DefaultDynamicJwkBuilder$Supplier.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/DefaultJwkParserBuilder.d.ts +2 -3
- package/types/io/jsonwebtoken/impl/security/DefaultJwkSetBuilder.d.ts +8 -8
- package/types/io/jsonwebtoken/impl/security/DefaultJwkSetParserBuilder.d.ts +2 -3
- package/types/io/jsonwebtoken/impl/security/DefaultKeyRequest.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/DefaultRequest.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/DefaultSecureRequest.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/DefaultVerifyDigestRequest.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/DefaultVerifySecureDigestRequest.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/DispatchingJwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/EcPrivateJwkFactory.d.ts +5 -6
- package/types/io/jsonwebtoken/impl/security/EcPublicJwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/EcdhKeyAlgorithm.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/EdwardsCurve.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/EdwardsPublicKeyDeriver$ConstantRandom.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/FamilyJwkFactory.d.ts +3 -2
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$AlgorithmParametersFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$CertificateFactoryFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$CipherFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$InstanceFactory.d.ts +2 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$JcaInstanceFactory.d.ts +4 -4
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyAgreementFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyFactoryFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyGeneratorFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyPairGeneratorFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$MacFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$MessageDigestFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$SecretKeyFactoryFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$SignatureFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/JcaTemplate.d.ts +5 -5
- package/types/io/jsonwebtoken/impl/security/JwkBuilderSupplier.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/JwkConverter.d.ts +6 -6
- package/types/io/jsonwebtoken/impl/security/JwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/JwkSetConverter.d.ts +6 -6
- package/types/io/jsonwebtoken/impl/security/JwksBridge.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/security/LocatingKeyResolver.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/OctetJwkFactory.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/OctetPrivateJwkFactory.d.ts +3 -4
- package/types/io/jsonwebtoken/impl/security/OctetPublicJwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/ProviderKey.d.ts +4 -4
- package/types/io/jsonwebtoken/impl/security/ProviderPrivateKey.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/ProviderSecretKey.d.ts +2 -2
- package/types/io/jsonwebtoken/impl/security/RsaPrivateJwkFactory.d.ts +6 -7
- package/types/io/jsonwebtoken/impl/security/RsaPublicJwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/SecretJwkFactory.d.ts +3 -3
- package/types/io/jsonwebtoken/impl/security/X509BuilderSupport.d.ts +2 -2
- package/types/io/jsonwebtoken/io/CompressionAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/io/ParserBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/lang/Collections.d.ts +1 -1
- package/types/io/jsonwebtoken/lang/Strings.d.ts +2 -2
- package/types/io/jsonwebtoken/security/AeadAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/AeadRequest.d.ts +1 -0
- package/types/io/jsonwebtoken/security/AsymmetricJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/Curve.d.ts +3 -0
- package/types/io/jsonwebtoken/security/DecryptAeadRequest.d.ts +2 -0
- package/types/io/jsonwebtoken/security/DigestAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/DynamicJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/EcPrivateJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/EcPublicJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/HashAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/JwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/JwkParserBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/JwkSetBuilder.d.ts +4 -4
- package/types/io/jsonwebtoken/security/JwkSetParserBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/Jwks.d.ts +2 -2
- package/types/io/jsonwebtoken/security/KeyAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/KeyOperation.d.ts +1 -0
- package/types/io/jsonwebtoken/security/KeyRequest.d.ts +1 -1
- package/types/io/jsonwebtoken/security/MacAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/OctetPrivateJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/OctetPublicJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/Password.d.ts +2 -0
- package/types/io/jsonwebtoken/security/PrivateJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/PublicJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/Request.d.ts +1 -1
- package/types/io/jsonwebtoken/security/RsaPrivateJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/RsaPublicJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/SecretJwkBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/SecretKeyAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/SecureDigestAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/SecurityBuilder.d.ts +1 -1
- package/types/io/jsonwebtoken/security/SignatureAlgorithm.d.ts +3 -0
- package/types/io/netty/buffer/AbstractByteBufAllocator.d.ts +1 -0
- package/types/io/netty/buffer/ByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/ByteBufHolder.d.ts +3 -0
- package/types/io/netty/buffer/ByteBufProcessor.d.ts +1 -0
- package/types/io/netty/buffer/PoolArenaMetric.d.ts +8 -0
- package/types/io/netty/buffer/search/AbstractMultiSearchProcessorFactory.d.ts +4 -0
- package/types/io/netty/buffer/search/AbstractSearchProcessorFactory.d.ts +2 -0
- package/types/io/netty/buffer/search/MultiSearchProcessor.d.ts +2 -0
- package/types/io/netty/buffer/search/SearchProcessor.d.ts +1 -0
- package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +1 -0
- package/types/io/netty/channel/AbstractChannel.d.ts +6 -0
- package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -0
- package/types/io/netty/channel/AbstractServerChannel.d.ts +4 -0
- package/types/io/netty/channel/AddressedEnvelope.d.ts +3 -0
- package/types/io/netty/channel/ChannelHandlerContext.d.ts +14 -0
- package/types/io/netty/channel/ChannelInboundHandler.d.ts +2 -0
- package/types/io/netty/channel/ChannelOutboundHandler.d.ts +4 -0
- package/types/io/netty/channel/ChannelProgressiveFuture.d.ts +3 -0
- package/types/io/netty/channel/ChannelProgressivePromise.d.ts +4 -0
- package/types/io/netty/channel/ChannelPromise.d.ts +1 -0
- package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerCallback.d.ts +1 -0
- package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +1 -0
- package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/FileRegion.d.ts +3 -0
- package/types/io/netty/channel/MaxBytesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/MaxMessagesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/RecvByteBufAllocator$ExtendedHandle.d.ts +13 -0
- package/types/io/netty/channel/ServerChannel.d.ts +15 -0
- package/types/io/netty/channel/epoll/AbstractEpollServerChannel.d.ts +2 -0
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel.d.ts +2 -0
- package/types/io/netty/channel/epoll/EpollIoHandle.d.ts +4 -0
- package/types/io/netty/channel/epoll/EpollIoHandler.d.ts +1 -2
- package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel.d.ts +2 -0
- package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel.d.ts +2 -0
- package/types/io/netty/channel/kqueue/KQueueIoHandle.d.ts +4 -0
- package/types/io/netty/channel/kqueue/KQueueIoHandler.d.ts +1 -1
- package/types/io/netty/channel/local/LocalIoHandle.d.ts +4 -0
- package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +1 -0
- package/types/io/netty/channel/nio/AbstractNioChannel$NioUnsafe.d.ts +18 -0
- package/types/io/netty/channel/nio/NioIoHandle.d.ts +4 -0
- package/types/io/netty/channel/pool/AbstractChannelPoolHandler.d.ts +1 -0
- package/types/io/netty/channel/socket/DatagramChannel.d.ts +11 -0
- package/types/io/netty/channel/socket/DatagramChannelConfig.d.ts +12 -0
- package/types/io/netty/channel/socket/DuplexChannel.d.ts +15 -0
- package/types/io/netty/channel/socket/DuplexChannelConfig.d.ts +13 -0
- package/types/io/netty/channel/socket/ServerSocketChannel.d.ts +13 -0
- package/types/io/netty/channel/socket/ServerSocketChannelConfig.d.ts +11 -0
- package/types/io/netty/channel/socket/SocketChannel.d.ts +21 -0
- package/types/io/netty/channel/socket/SocketChannelConfig.d.ts +14 -0
- package/types/io/netty/channel/socket/SocketProtocolFamily.d.ts +1 -0
- package/types/io/netty/channel/socket/oio/OioDatagramChannelConfig.d.ts +19 -0
- package/types/io/netty/channel/socket/oio/OioServerSocketChannelConfig.d.ts +13 -0
- package/types/io/netty/channel/socket/oio/OioSocketChannelConfig.d.ts +18 -0
- package/types/io/netty/channel/unix/DomainDatagramChannel.d.ts +13 -0
- package/types/io/netty/channel/unix/DomainDatagramChannelConfig.d.ts +12 -0
- package/types/io/netty/channel/unix/DomainSocketChannel.d.ts +25 -0
- package/types/io/netty/channel/unix/DomainSocketChannelConfig.d.ts +10 -0
- package/types/io/netty/channel/unix/ServerDomainSocketChannel.d.ts +17 -0
- package/types/io/netty/channel/unix/UnixChannel.d.ts +15 -0
- package/types/io/netty/handler/codec/compression/ByteBufChecksum.d.ts +2 -0
- package/types/io/netty/handler/codec/http/Cookie.d.ts +13 -0
- package/types/io/netty/handler/codec/http/FullHttpMessage.d.ts +12 -0
- package/types/io/netty/handler/codec/http/FullHttpRequest.d.ts +14 -0
- package/types/io/netty/handler/codec/http/FullHttpResponse.d.ts +12 -0
- package/types/io/netty/handler/codec/http/HttpContent.d.ts +8 -0
- package/types/io/netty/handler/codec/http/HttpMessage.d.ts +4 -0
- package/types/io/netty/handler/codec/http/HttpObject.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage.d.ts +6 -0
- package/types/io/netty/handler/codec/http/HttpRequest.d.ts +6 -0
- package/types/io/netty/handler/codec/http/HttpResponse.d.ts +6 -0
- package/types/io/netty/handler/codec/http/LastHttpContent.d.ts +8 -0
- package/types/io/netty/handler/codec/http/multipart/AbstractHttpData.d.ts +25 -0
- package/types/io/netty/handler/codec/http/multipart/Attribute.d.ts +30 -0
- package/types/io/netty/handler/codec/http/multipart/FileUpload.d.ts +30 -0
- package/types/io/netty/handler/codec/http/multipart/HttpData.d.ts +7 -0
- package/types/io/netty/handler/codec/http/multipart/InterfaceHttpData.d.ts +3 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.d.ts +13 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.d.ts +15 -0
- package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.d.ts +5 -0
- package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/AbstractSocksMessage.d.ts +2 -0
- package/types/io/netty/handler/codec/socksx/SocksMessage.d.ts +3 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4CommandRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4CommandResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4Message.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5CommandRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5CommandResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5InitialRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5InitialResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5Message.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyDataFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyHeadersFrame.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdyRstStreamFrame.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdySynReplyFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdySynStreamFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyUnknownFrame.d.ts +4 -0
- package/types/io/netty/handler/ssl/AsyncRunnable.d.ts +1 -0
- package/types/io/netty/handler/ssl/JdkSslClientContext.d.ts +2 -2
- package/types/io/netty/handler/ssl/JdkSslContext$Defaults.d.ts +1 -1
- package/types/io/netty/handler/ssl/JdkSslServerContext.d.ts +2 -2
- package/types/io/netty/handler/ssl/OpenSslCachingX509KeyManagerFactory.d.ts +1 -1
- package/types/io/netty/handler/ssl/OpenSslInternalSession.d.ts +21 -0
- package/types/io/netty/handler/ssl/OpenSslKeyMaterial.d.ts +1 -0
- package/types/io/netty/handler/ssl/OpenSslSession.d.ts +16 -0
- package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory$OpenSslKeyStore.d.ts +1 -1
- package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory.d.ts +3 -3
- package/types/io/netty/handler/ssl/PemEncoded.d.ts +4 -0
- package/types/io/netty/handler/ssl/PemX509Certificate.d.ts +1 -1
- package/types/io/netty/handler/ssl/SslContextBuilder.d.ts +2 -2
- package/types/io/netty/handler/ssl/SslProvider.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/BouncyCastleUtil.d.ts +2 -2
- package/types/io/netty/handler/ssl/util/FingerprintTrustManagerFactory.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/InsecureTrustManagerFactory.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/KeyManagerFactoryWrapper.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/LazyX509Certificate.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/SimpleKeyManagerFactory.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/SimpleTrustManagerFactory.d.ts +1 -1
- package/types/io/netty/handler/ssl/util/ThreadLocalInsecureRandom.d.ts +2 -2
- package/types/io/netty/handler/ssl/util/TrustManagerFactoryWrapper.d.ts +1 -1
- package/types/io/netty/util/AbstractReferenceCounted.d.ts +1 -0
- package/types/io/netty/util/collection/ByteCollections.d.ts +2 -2
- package/types/io/netty/util/collection/CharCollections.d.ts +2 -2
- package/types/io/netty/util/collection/IntCollections.d.ts +2 -2
- package/types/io/netty/util/collection/LongCollections.d.ts +2 -2
- package/types/io/netty/util/collection/ShortCollections.d.ts +2 -2
- package/types/io/netty/util/concurrent/AbstractEventExecutor$LazyRunnable.d.ts +1 -0
- package/types/io/netty/util/concurrent/MockTicker.d.ts +2 -0
- package/types/io/netty/util/concurrent/ScheduledFuture.d.ts +2 -0
- package/types/io/netty/util/concurrent/SingleThreadEventExecutor$NonWakeupRunnable.d.ts +1 -0
- package/types/io/netty/util/concurrent/ThreadAwareExecutor.d.ts +3 -1
- package/types/io/netty/util/internal/logging/AbstractInternalLogger.d.ts +20 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractBytePriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/bytes/ByteBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteByteSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/chars/CharBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/CharBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharCharSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoublePriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleDoubleSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/floats/FloatBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatFloatSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/ints/IntBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntIntSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/io/MeasurableInputStream.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/io/MeasurableOutputStream.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/longs/LongBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongLongSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2CharMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2CharSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2IntMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2IntSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2LongMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2LongSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceSortedMaps.d.ts +11 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortMaps.d.ts +9 -9
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortSortedMaps.d.ts +10 -10
- package/types/it/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortShortSortedPair.d.ts +2 -0
- package/types/java/awt/AlphaComposite.d.ts +1 -1
- package/types/java/awt/Color.d.ts +1 -1
- package/types/java/awt/Composite.d.ts +1 -1
- package/types/java/awt/Graphics2D.d.ts +1 -1
- package/types/java/awt/Paint.d.ts +2 -1
- package/types/java/awt/Toolkit.d.ts +1 -1
- package/types/java/awt/geom/Line2D.d.ts +1 -0
- package/types/java/awt/geom/Path2D.d.ts +2 -0
- package/types/java/awt/geom/RectangularShape.d.ts +5 -0
- package/types/java/awt/image/BufferedImageOp.d.ts +1 -1
- package/types/java/awt/image/WritableRenderedImage.d.ts +22 -0
- package/types/java/awt/image/renderable/RenderContext.d.ts +5 -5
- package/types/java/awt/image/renderable/RenderableImage.d.ts +1 -1
- package/types/java/awt/peer/ButtonPeer.d.ts +54 -0
- package/types/java/awt/peer/CanvasPeer.d.ts +53 -0
- package/types/java/awt/peer/CheckboxMenuItemPeer.d.ts +5 -0
- package/types/java/awt/peer/CheckboxPeer.d.ts +54 -0
- package/types/java/awt/peer/ChoicePeer.d.ts +54 -0
- package/types/java/awt/peer/ContainerPeer.d.ts +53 -0
- package/types/java/awt/peer/DialogPeer.d.ts +73 -0
- package/types/java/awt/peer/FileDialogPeer.d.ts +75 -0
- package/types/java/awt/peer/FramePeer.d.ts +73 -0
- package/types/java/awt/peer/LabelPeer.d.ts +54 -0
- package/types/java/awt/peer/LightweightPeer.d.ts +54 -0
- package/types/java/awt/peer/ListPeer.d.ts +53 -0
- package/types/java/awt/peer/MenuBarPeer.d.ts +3 -0
- package/types/java/awt/peer/MenuItemPeer.d.ts +3 -0
- package/types/java/awt/peer/MenuPeer.d.ts +5 -0
- package/types/java/awt/peer/PanelPeer.d.ts +60 -0
- package/types/java/awt/peer/PopupMenuPeer.d.ts +8 -0
- package/types/java/awt/peer/ScrollPanePeer.d.ts +60 -0
- package/types/java/awt/peer/ScrollbarPeer.d.ts +54 -0
- package/types/java/awt/peer/TextAreaPeer.d.ts +64 -0
- package/types/java/awt/peer/TextComponentPeer.d.ts +54 -0
- package/types/java/awt/peer/TextFieldPeer.d.ts +64 -0
- package/types/java/awt/peer/WindowPeer.d.ts +59 -0
- package/types/java/io/File.d.ts +1 -0
- package/types/java/io/ObjectInput.d.ts +13 -0
- package/types/java/io/ObjectOutput.d.ts +11 -0
- package/types/java/io/ObjectStreamClass.d.ts +1 -1
- package/types/java/lang/Class.d.ts +1 -1
- package/types/java/lang/Thread$Builder$OfPlatform.d.ts +5 -0
- package/types/java/lang/Thread$Builder$OfVirtual.d.ts +5 -0
- package/types/java/lang/constant/DirectMethodHandleDesc.d.ts +5 -0
- package/types/java/lang/foreign/AddressLayout.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfBoolean.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfByte.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfChar.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfDouble.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfFloat.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfInt.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfLong.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfShort.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout.d.ts +5 -0
- package/types/java/lang/invoke/TypeDescriptor$OfField.d.ts +1 -0
- package/types/java/lang/invoke/TypeDescriptor$OfMethod.d.ts +1 -0
- package/types/java/lang/management/MemoryMXBean.d.ts +2 -0
- package/types/java/nio/channels/AsynchronousChannel.d.ts +1 -0
- package/types/java/nio/channels/AsynchronousFileChannel.d.ts +3 -0
- package/types/java/nio/channels/ByteChannel.d.ts +5 -0
- package/types/java/nio/channels/DatagramChannel.d.ts +5 -0
- package/types/java/nio/channels/FileChannel.d.ts +1 -0
- package/types/java/nio/channels/GatheringByteChannel.d.ts +2 -0
- package/types/java/nio/channels/InterruptibleChannel.d.ts +1 -0
- package/types/java/nio/channels/MulticastChannel.d.ts +4 -0
- package/types/java/nio/channels/NetworkChannel.d.ts +2 -0
- package/types/java/nio/channels/Pipe$SinkChannel.d.ts +2 -0
- package/types/java/nio/channels/Pipe$SourceChannel.d.ts +2 -0
- package/types/java/nio/channels/ReadableByteChannel.d.ts +2 -0
- package/types/java/nio/channels/ScatteringByteChannel.d.ts +2 -0
- package/types/java/nio/channels/SeekableByteChannel.d.ts +2 -0
- package/types/java/nio/channels/WritableByteChannel.d.ts +2 -0
- package/types/java/nio/file/FileSystem.d.ts +1 -0
- package/types/java/nio/file/Path.d.ts +42 -0
- package/types/java/nio/file/PathMatcher.d.ts +1 -0
- package/types/java/nio/file/Paths.d.ts +1 -0
- package/types/java/nio/file/attribute/AclFileAttributeView.d.ts +3 -0
- package/types/java/nio/file/attribute/DosFileAttributeView.d.ts +2 -0
- package/types/java/nio/file/attribute/DosFileAttributes.d.ts +10 -0
- package/types/java/nio/file/attribute/FileAttributeView.d.ts +1 -0
- package/types/java/nio/file/attribute/FileStoreAttributeView.d.ts +1 -0
- package/types/java/nio/file/attribute/GroupPrincipal.d.ts +1 -0
- package/types/java/nio/file/attribute/PosixFileAttributeView.d.ts +5 -0
- package/types/java/nio/file/attribute/PosixFileAttributes.d.ts +10 -0
- package/types/java/nio/file/attribute/UserPrincipal.d.ts +1 -0
- package/types/java/nio/file/spi/FileSystemProvider.d.ts +1 -0
- package/types/java/security/AlgorithmParameters.d.ts +4 -4
- package/types/java/security/AsymmetricKey.d.ts +2 -0
- package/types/java/security/KeyFactory.d.ts +4 -4
- package/types/java/security/KeyPairGenerator.d.ts +3 -3
- package/types/java/security/KeyStore.d.ts +4 -4
- package/types/java/security/MessageDigest.d.ts +4 -4
- package/types/java/security/PrivateKey.d.ts +2 -0
- package/types/java/security/Provider$Service.d.ts +4 -4
- package/types/java/security/PublicKey.d.ts +2 -0
- package/types/java/security/SecureRandom.d.ts +6 -6
- package/types/java/security/Signature.d.ts +3 -3
- package/types/java/security/cert/Certificate.d.ts +1 -1
- package/types/java/security/cert/CertificateFactory.d.ts +4 -4
- package/types/java/security/cert/X509CRL.d.ts +2 -1
- package/types/java/security/cert/X509CRLEntry.d.ts +1 -0
- package/types/java/security/cert/X509Certificate.d.ts +2 -1
- package/types/java/security/interfaces/ECPrivateKey.d.ts +2 -0
- package/types/java/security/interfaces/ECPublicKey.d.ts +2 -0
- package/types/java/security/interfaces/RSAPrivateKey.d.ts +3 -0
- package/types/java/security/interfaces/RSAPublicKey.d.ts +3 -0
- package/types/java/sql/CallableStatement.d.ts +50 -0
- package/types/java/sql/Connection.d.ts +2 -2
- package/types/java/sql/NClob.d.ts +17 -0
- package/types/java/sql/PreparedStatement.d.ts +37 -0
- package/types/java/text/AttributedCharacterIterator.d.ts +10 -0
- package/types/java/time/chrono/AbstractChronology.d.ts +11 -0
- package/types/java/time/chrono/ChronoLocalDate.d.ts +1 -0
- package/types/java/time/chrono/ChronoLocalDateTime.d.ts +2 -0
- package/types/java/time/chrono/ChronoZonedDateTime.d.ts +1 -0
- package/types/java/time/temporal/Temporal.d.ts +1 -0
- package/types/java/util/Scanner.d.ts +1 -0
- package/types/java/util/concurrent/AbstractExecutorService.d.ts +5 -0
- package/types/java/util/concurrent/ExecutorService.d.ts +1 -0
- package/types/java/util/concurrent/RunnableScheduledFuture.d.ts +3 -0
- package/types/java/util/concurrent/ScheduledExecutorService.d.ts +5 -0
- package/types/java/util/concurrent/ScheduledFuture.d.ts +2 -0
- package/types/java/util/jar/JarEntry.d.ts +2 -2
- package/types/java/util/jar/Manifest.d.ts +6 -6
- package/types/java/util/logging/LogManager.d.ts +1 -1
- package/types/java/util/random/RandomGenerator$SplittableGenerator.d.ts +1 -0
- package/types/java/util/random/RandomGenerator$StreamableGenerator.d.ts +1 -0
- package/types/java/util/regex/Pattern$BmpCharPredicate.d.ts +1 -0
- package/types/java/util/stream/DoubleStream.d.ts +1 -0
- package/types/java/util/stream/IntStream.d.ts +1 -0
- package/types/java/util/stream/LongStream.d.ts +1 -0
- package/types/java/util/stream/Stream.d.ts +1 -0
- package/types/javax/accessibility/AccessibleEditableText.d.ts +13 -0
- package/types/javax/crypto/Cipher.d.ts +4 -4
- package/types/javax/crypto/ExemptionMechanism.d.ts +4 -4
- package/types/javax/crypto/KeyAgreement.d.ts +4 -4
- package/types/javax/crypto/KeyGenerator.d.ts +4 -4
- package/types/javax/crypto/Mac.d.ts +4 -4
- package/types/javax/crypto/SecretKey.d.ts +2 -0
- package/types/javax/crypto/SecretKeyFactory.d.ts +4 -4
- package/types/javax/lang/model/element/ExecutableElement.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$ExportsDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$OpensDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$ProvidesDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$RequiresDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$UsesDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement.d.ts +2 -0
- package/types/javax/lang/model/element/Name.d.ts +2 -0
- package/types/javax/lang/model/element/PackageElement.d.ts +2 -0
- package/types/javax/lang/model/element/Parameterizable.d.ts +7 -0
- package/types/javax/lang/model/element/QualifiedNameable.d.ts +6 -0
- package/types/javax/lang/model/element/RecordComponentElement.d.ts +2 -0
- package/types/javax/lang/model/element/TypeElement.d.ts +2 -0
- package/types/javax/lang/model/element/TypeParameterElement.d.ts +4 -0
- package/types/javax/lang/model/element/VariableElement.d.ts +2 -0
- package/types/javax/lang/model/type/ArrayType.d.ts +2 -0
- package/types/javax/lang/model/type/DeclaredType.d.ts +2 -0
- package/types/javax/lang/model/type/ErrorType.d.ts +6 -0
- package/types/javax/lang/model/type/ExecutableType.d.ts +2 -0
- package/types/javax/lang/model/type/IntersectionType.d.ts +2 -0
- package/types/javax/lang/model/type/NoType.d.ts +2 -0
- package/types/javax/lang/model/type/NullType.d.ts +2 -0
- package/types/javax/lang/model/type/PrimitiveType.d.ts +2 -0
- package/types/javax/lang/model/type/ReferenceType.d.ts +2 -0
- package/types/javax/lang/model/type/TypeVariable.d.ts +2 -0
- package/types/javax/lang/model/type/UnionType.d.ts +2 -0
- package/types/javax/lang/model/type/WildcardType.d.ts +2 -0
- package/types/javax/management/NotificationEmitter.d.ts +2 -0
- package/types/javax/net/ssl/ExtendedSSLSession.d.ts +18 -0
- package/types/javax/net/ssl/KeyManagerFactory.d.ts +4 -4
- package/types/javax/net/ssl/SSLContext.d.ts +4 -4
- package/types/javax/net/ssl/TrustManagerFactory.d.ts +4 -4
- package/types/javax/net/ssl/X509ExtendedKeyManager.d.ts +2 -0
- package/types/javax/print/MimeType.d.ts +1 -1
- package/types/javax/print/attribute/DocAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintJobAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintRequestAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintServiceAttribute.d.ts +1 -0
- package/types/javax/print/attribute/PrintServiceAttributeSet.d.ts +5 -0
- package/types/javax/script/CompiledScript.d.ts +1 -1
- package/types/javax/script/ScriptContext.d.ts +2 -2
- package/types/javax/script/ScriptEngine.d.ts +5 -5
- package/types/javax/script/ScriptEngineManager.d.ts +3 -3
- package/types/javax/sound/sampled/DataLine.d.ts +12 -0
- package/types/javax/sound/sampled/TargetDataLine.d.ts +25 -0
- package/types/javax/sql/DataSource.d.ts +2 -0
- package/types/javax/swing/Action.d.ts +2 -0
- package/types/javax/swing/text/MutableAttributeSet.d.ts +8 -0
- package/types/javax/swing/tree/TreeCellEditor.d.ts +9 -0
- package/types/javax/tools/JavaFileObject.d.ts +15 -0
- package/types/javax/xml/stream/events/Attribute.d.ts +21 -0
- package/types/javax/xml/stream/events/Characters.d.ts +21 -0
- package/types/javax/xml/stream/events/EndElement.d.ts +20 -0
- package/types/javax/xml/stream/events/Namespace.d.ts +26 -0
- package/types/javax/xml/stream/events/StartElement.d.ts +20 -0
- package/types/javax/xml/transform/Templates.d.ts +1 -1
- package/types/javax/xml/transform/Transformer.d.ts +2 -2
- package/types/javax/xml/transform/sax/TemplatesHandler.d.ts +11 -0
- package/types/javax/xml/transform/sax/TransformerHandler.d.ts +19 -0
- package/types/javax/xml/validation/ValidatorHandler.d.ts +11 -0
- package/types/jdk/internal/foreign/AbstractMemorySegmentImpl.d.ts +2 -0
- package/types/jdk/internal/util/ClassFileDumper.d.ts +1 -0
- package/types/jdk/internal/util/random/RandomSupport$AbstractSpliteratorGenerator.d.ts +1 -0
- package/types/jdk/internal/util/random/RandomSupport$AbstractSplittableGenerator.d.ts +2 -0
- package/types/jdk/jfr/Configuration.d.ts +1 -0
- package/types/jdk/jfr/Recording.d.ts +1 -0
- package/types/jdk/jfr/internal/PlatformRecorder.d.ts +1 -0
- package/types/jdk/jfr/internal/PlatformRecording.d.ts +1 -0
- package/types/jdk/jfr/internal/Repository.d.ts +1 -0
- package/types/jdk/jfr/internal/RepositoryChunk.d.ts +1 -0
- package/types/jdk/jfr/internal/WriteablePath.d.ts +1 -0
- package/types/jdk/jfr/internal/consumer/RecordingInput.d.ts +1 -0
- package/types/jdk/jfr/internal/management/ChunkFilename.d.ts +1 -0
- package/types/joptsimple/AbstractOptionSpec.d.ts +5 -0
- package/types/joptsimple/util/PathConverter.d.ts +1 -0
- package/types/joptsimple/util/PathProperties.d.ts +1 -0
- package/types/kotlin/collections/EmptyMap.d.ts +1 -1
- package/types/kotlin/contracts/Returns.d.ts +2 -0
- package/types/kotlin/contracts/ReturnsNotNull.d.ts +2 -0
- package/types/kotlin/io/path/DirectoryEntriesReader.d.ts +1 -0
- package/types/kotlin/io/path/ExceptionsCollector.d.ts +1 -0
- package/types/kotlin/io/path/FileVisitorBuilder.d.ts +1 -0
- package/types/kotlin/io/path/FileVisitorBuilderImpl.d.ts +1 -0
- package/types/kotlin/io/path/FileVisitorImpl.d.ts +1 -0
- package/types/kotlin/io/path/IllegalFileNameException.d.ts +1 -0
- package/types/kotlin/io/path/PathNode.d.ts +1 -0
- package/types/kotlin/io/path/PathRelativizer.d.ts +1 -0
- package/types/kotlin/io/path/PathTreeWalk.d.ts +1 -0
- package/types/kotlin/io/path/PathsKt.d.ts +1 -0
- package/types/kotlin/io/path/PathsKt__PathReadWriteKt.d.ts +1 -0
- package/types/kotlin/io/path/PathsKt__PathRecursiveFunctionsKt.d.ts +1 -0
- package/types/kotlin/io/path/PathsKt__PathUtilsKt.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/BuiltInsPackageFragment.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/FunctionInterfacePackageFragment.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassConstructorDescriptor.d.ts +37 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassDescriptor.d.ts +10 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassOrPackageFragmentDescriptor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptorWithTypeParameters.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ConstructorDescriptor.d.ts +33 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorNonRoot.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithSource.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithVisibility.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeserializedDescriptor.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/MemberDescriptor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageViewDescriptor.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ParameterDescriptor.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyAccessorDescriptor.d.ts +39 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyDescriptor.d.ts +27 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyGetterDescriptor.d.ts +42 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertySetterDescriptor.d.ts +42 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ReceiverParameterDescriptor.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/SimpleFunctionDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeAliasDescriptor.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterDescriptor.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueDescriptor.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueParameterDescriptor.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableAccessorDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptor.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptorWithAccessors.d.ts +23 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractReceiverParameterDescriptor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/DeclarationDescriptorImpl.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageFragmentDescriptorImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyAccessorDescriptorImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptor.d.ts +45 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/VariableDescriptorImpl.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwner.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaModifierListOwner.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmClassExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmConstructorExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmEnumEntryExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmFunctionExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmModuleFragmentExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPackageExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPropertyExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeAliasExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeParameterExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmValueParameterExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaCallableMemberDescriptor.d.ts +25 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaClassDescriptor.d.ts +40 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/PossiblyExternalAnnotationDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElement.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationAsAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassObjectAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaConstructor.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaEnumValueAnnotationArgument.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaField.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaLiteralAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts +11 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPackage.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPrimitiveType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaRecordComponent.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameter.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaWildcardType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MethodAnnotationVisitor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$ValueOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$ArgumentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$AnnotationOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ClassOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginDataOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ConstructorOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ContractOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EffectOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ExpressionOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$FunctionOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragmentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PropertyOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$ArgumentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAliasOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameterOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameterOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$RecordOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypesOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite$Builder.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitContextReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/SuperCallReceiverValue.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ThisClassReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DescriptorWithContainerSource.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedCallableMemberDescriptor.d.ts +34 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerSource.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberDescriptor.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/ClassifierBasedTypeConstructor.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/NotNullTypeParameter.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeProjectionBase.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeSystemCommonBackendContext.d.ts +85 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +90 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewTypeVariableConstructor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +92 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +92 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemTypeFactoryContext.d.ts +90 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/types/ReflectTypeSystemContext.d.ts +80 -0
- package/types/kotlin/time/ComparableTimeMark.d.ts +1 -0
- package/types/kotlinx/coroutines/ChildHandle.d.ts +1 -0
- package/types/kotlinx/coroutines/ChildJob.d.ts +9 -0
- package/types/kotlinx/coroutines/CompletableDeferred.d.ts +9 -0
- package/types/kotlinx/coroutines/CompletableJob.d.ts +9 -0
- package/types/kotlinx/coroutines/Deferred.d.ts +9 -0
- package/types/kotlinx/coroutines/EventLoopImplBase$DelayedTask.d.ts +1 -0
- package/types/kotlinx/coroutines/ParentJob.d.ts +9 -0
- package/types/kotlinx/coroutines/scheduling/Task.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithDateBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithDateTimeBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithOffsetBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithTimeBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithYearMonthBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate.d.ts +6 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTime.d.ts +16 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents.d.ts +20 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth.d.ts +1 -0
- package/types/kotlinx/io/Sink.d.ts +1 -0
- package/types/kotlinx/io/Source.d.ts +2 -0
- package/types/kotlinx/io/files/SystemFileSystemImpl.d.ts +12 -0
- package/types/kotlinx/io/unsafe/BufferIterationContext.d.ts +1 -0
- package/types/kotlinx/serialization/cbor/CborDecoder.d.ts +16 -0
- package/types/kotlinx/serialization/cbor/CborEncoder.d.ts +13 -0
- package/types/kotlinx/serialization/encoding/AbstractDecoder.d.ts +1 -0
- package/types/kotlinx/serialization/internal/TaggedDecoder.d.ts +1 -0
- package/types/kotlinx/serialization/json/JsonDecoder.d.ts +26 -0
- package/types/kotlinx/serialization/json/JsonElementBuildersKt.d.ts +1 -1
- package/types/kotlinx/serialization/json/JsonElementKt.d.ts +1 -1
- package/types/kotlinx/serialization/json/JsonEncoder.d.ts +24 -0
- package/types/kotlinx/serialization/json/JsonObject$Companion.d.ts +1 -1
- package/types/kotlinx/serialization/json/JsonObjectBuilder.d.ts +1 -1
- package/types/kotlinx/serialization/json/JsonObjectSerializer.d.ts +3 -3
- package/types/kotlinx/serialization/json/internal/AbstractJsonTreeDecoder.d.ts +1 -0
- package/types/kotlinx/serialization/json/internal/JsonTreeDecoder.d.ts +2 -2
- package/types/kotlinx/serialization/json/internal/JsonTreeMapDecoder.d.ts +2 -2
- package/types/kotlinx/serialization/json/internal/JsonTreeReader.d.ts +1 -1
- package/types/kotlinx/serialization/json/internal/TreeJsonDecoderKt.d.ts +1 -1
- package/types/kroppeb/stareval/expression/ConstantExpression.d.ts +1 -0
- package/types/kroppeb/stareval/expression/VariableExpression.d.ts +1 -0
- package/types/kroppeb/stareval/parser/ParserOptions$Builder.d.ts +2 -3
- package/types/kroppeb/stareval/parser/ParserOptions.d.ts +3 -3
- package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeTracker.d.ts +6 -0
- package/types/net/caffeinemc/mods/lithium/common/config/LithiumConfig.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/common/config/Option.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/common/entity/EntityClassGroup.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/common/services/PlatformRuntimeInformation.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/tracking/VicinityCache.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/common/tracking/entity/MovementTrackerHelper.d.ts +1 -2
- package/types/net/caffeinemc/mods/lithium/common/world/GameEventDispatcherStorage.d.ts +6 -7
- package/types/net/caffeinemc/mods/lithium/common/world/LithiumData$Data.d.ts +3 -4
- package/types/net/caffeinemc/mods/lithium/common/world/chunk/LithiumHashPalette.d.ts +2 -2
- package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumBlockCounter.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/fabric/FabricRuntimeInformation.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/builder/IntegerOptionBuilderImpl.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/builder/OptionBuilderImpl.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/data/config/MixinConfig.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +3 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/prompt/ScreenPromptable.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/AbstractWidget.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/model/light/data/HashLightDataCache.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/model/quad/ModelQuadViewMutable.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/msgbox/MsgBoxCallback.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer.d.ts +2 -3
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionManager.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +4 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/ShapeComparisonCache.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TreeSectionCollector.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/map/ChunkTracker.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/PresentSorter.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/Sorter.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/DirectTriggers.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/NormalList.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +6 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableMultiForest.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/ImprovedItemModelBuilderBase$FaceStorage.d.ts +9 -10
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatRegistryImpl.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/buffer/BufferBuilderExtension.d.ts +3 -0
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/serializers/VertexSerializerRegistryImpl.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/services/PlatformRuntimeInformation.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/services/SodiumModelDataContainer.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/util/FileUtil.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/util/FrameTimeStatistics.d.ts +3 -4
- package/types/net/caffeinemc/mods/sodium/client/util/GameRendererStorage.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters$AbstractSorter.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/world/LevelSlice.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/world/cloned/ClonedChunkSection.d.ts +4 -5
- package/types/net/caffeinemc/mods/sodium/client/world/cloned/ClonedChunkSectionCache.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/fabric/FabricRuntimeInformation.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorMode.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/deeplearn/models/ModelWrapper.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalPostAttackTracker.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead$CrystalTracker.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/NotebotScanner$BlocksAndRequirements.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/NotebotScanner.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleNotifier.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTargetLock$Temporary.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TrackedInventory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/AntiBotMode.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatRecorder.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/ModuleInventoryMove.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/ModuleAutoQueue$PauseCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopInventoryManager.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/serializable/conditions/ConditionCalculator.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura$PauseCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/CleanupPlanGenerator.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ModuleInventoryCleaner$AmountConstraintProvider.d.ts +3 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCombineMobs.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDamageParticles.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleStrongholdFinder.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +6 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/MacAcceleratedPaintBackend.d.ts +20 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +7 -2
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RetryablePartDownloadException.d.ts +6 -0
- package/types/net/ccbluex/liquidbounce/render/engine/font/FontGlyphPageManager$FontGlyphRegistry.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/font/FontGlyphPageManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/DynamicGlyphPage.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/gui/element/PoseReusableGuiElementRenderState.d.ts +9 -0
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/block/placer/BlockPlacer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/input/InputBind$Modifier$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/input/InputTracker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/inventory/ArmorItemSlot.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/utils/kotlin/MapExtensionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderHandler.d.ts +3 -5
- package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderer.d.ts +1 -2
- package/types/net/ccbluex/netty/http/util/Base64Kt.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/datagen/v1/provider/FabricSoundsProvider.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/context/ClientGameTestContext.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/context/TestDedicatedServerContext.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/screenshot/TestScreenshotCommonOptions.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/world/TestWorldBuilder.d.ts +1 -1
- package/types/net/fabricmc/fabric/api/client/gametest/v1/world/TestWorldSave.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel$Unbaked.d.ts +5 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CustomUnbakedBlockStateModel.d.ts +5 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/UnbakedExtraModel.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/particle/v1/FabricSpriteSet.d.ts +4 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/Mesh.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableMesh.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.d.ts +34 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/QuadEmitter.d.ts +34 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Background.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Frame.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Icon.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +8 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelTerrainRenderContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/FabricPackOutput.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricAdvancementProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricCodecDataProvider.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLanguageProvider$TranslationBuilder.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLanguageProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLootTableSubProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState.d.ts +1 -1
- package/types/net/fabricmc/fabric/api/menu/v1/ExtendedMenuProvider.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/networking/v1/LoginPacketSender.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/permission/v1/MutablePermissionContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/resource/ModResourcePack.d.ts +7 -1
- package/types/net/fabricmc/fabric/api/resource/SimpleResourceReloadListener.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/resource/SimpleSynchronousResourceReloadListener.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/resource/v1/DataResourceLoader.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/resource/v1/pack/ModPackResources.d.ts +7 -1
- package/types/net/fabricmc/fabric/api/transfer/v1/transaction/Transaction.d.ts +9 -1
- package/types/net/fabricmc/fabric/impl/blockgetter/client/RenderDataMapConsumer.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/client/gametest/context/ClientGameTestContextImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotCommonOptionsImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/gametest/util/DedicatedServerImplUtil.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/client/gametest/world/TestWorldBuilderImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/client/gametest/world/TestWorldSaveImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/datagen/FabricDataGenHelper.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/datagen/client/FabricItemAssetDefinitions.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/networking/PayloadTypeRegistryImpl.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/registry/sync/RegistryMapSerializer.d.ts +2 -2
- package/types/net/fabricmc/fabric/impl/registry/sync/RegistrySyncManager$SyncConfigurationTask.d.ts +3 -3
- package/types/net/fabricmc/fabric/impl/registry/sync/RegistrySyncManager.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/registry/sync/RemapStateImpl.d.ts +5 -5
- package/types/net/fabricmc/fabric/impl/registry/sync/RemappableRegistry.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/registry/sync/RemovableIdMapper.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/registry/sync/packet/RegistrySyncPayload.d.ts +4 -4
- package/types/net/fabricmc/fabric/impl/registry/sync/trackers/Int2ObjectMapTracker.d.ts +3 -3
- package/types/net/fabricmc/fabric/impl/resource/ServerLanguageUtil.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/resource/pack/ModNioPackResources.d.ts +1 -0
- package/types/net/fabricmc/fabric/mixin/networking/accessor/ChunkMapAccessor.d.ts +1 -2
- package/types/net/fabricmc/loader/FabricLoader.d.ts +15 -0
- package/types/net/fabricmc/loader/ModContainer.d.ts +7 -0
- package/types/net/fabricmc/loader/api/FabricLoader.d.ts +1 -0
- package/types/net/fabricmc/loader/api/ModContainer.d.ts +1 -0
- package/types/net/fabricmc/loader/api/SemanticVersion.d.ts +1 -0
- package/types/net/fabricmc/loader/api/metadata/ModOrigin.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/FabricLoaderImpl.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/ModContainerImpl.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/DirectoryModCandidateFinder.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/DomainObject$Mod.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/ModCandidateFinder$ModCandidateConsumer.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/ModCandidateImpl.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer$ModScanTask.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper$RemapInfo.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/GameProvider$BuiltinMod.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/GameProvider.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/GameProviderHelper$FindResult.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/GameProviderHelper.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/LibClassifier.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/LoaderLibrary.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/minecraft/McVersionLookup.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/minecraft/MinecraftGameProvider.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/game/patch/GameTransformer.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/FabricLauncher.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/FabricLauncherBase.d.ts +11 -0
- package/types/net/fabricmc/loader/impl/launch/MappingConfiguration$MappingSource.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/knot/Knot.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/knot/KnotClassDelegate.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/knot/KnotClassLoaderInterface.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$ClassAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$FieldAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MethodAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MutableAccess.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/MappingReader.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/MappingWriter.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$ClassSupport.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$LocalSupport.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$MemberSupport.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/enigma/EnigmaDirReader.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ClassMapping.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ElementMapping.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$FieldMapping.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MemberMapping.d.ts +9 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MetadataEntry.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodArgMapping.d.ts +10 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodMapping.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodVarMapping.d.ts +12 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$ClassMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$FieldMappingView.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MemberMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodArgMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodMappingView.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodVarMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MemoryMappingTree$Entry.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/VisitableMappingTree.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/AbstractDataStructureFactory.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/BinaryClause.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/HTClause.d.ts +7 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/WLClause.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ActivityListener.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ICDCL.d.ts +29 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/RestartStrategy.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/IPBSolver.d.ts +20 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/IWatchPb.d.ts +21 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/PBConstr.d.ts +21 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPb.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPbLong.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/IPBCDCLSolver.d.ts +34 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/PBDataStructureFactory.d.ts +11 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/orders/IOrderObjective.d.ts +12 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IOptimizationProblem.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IProblem.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/ISolver.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/SearchListener.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/ClassInstance.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/FileSystemReference.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/MetaInfFixer.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/MetaInfRemover.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath$Builder.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath$ResourceRemapper.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrField.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrMethod.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/metadata/AbstractModMetadata.d.ts +10 -0
- package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/metadata/DependencyOverrides.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/metadata/LoaderModMetadata.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/metadata/ModOriginImpl.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/FileSystemUtil.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/LoaderUtil.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/ManifestUtil.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/SimpleClassPath$CpEntry.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/SimpleClassPath.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/util/UrlUtil.d.ts +1 -0
- package/types/net/fabricmc/loader/metadata/LoaderModMetadata.d.ts +14 -0
- package/types/net/fabricmc/loader/util/UrlUtil.d.ts +1 -0
- package/types/net/irisshaders/iris/Iris.d.ts +2 -1
- package/types/net/irisshaders/iris/config/IrisConfig.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/buffer/ShaderStorageBufferHolder.d.ts +1 -2
- package/types/net/irisshaders/iris/gl/framebuffer/GlFramebuffer.d.ts +1 -1
- package/types/net/irisshaders/iris/gl/uniform/DynamicLocationalUniformHolder.d.ts +6 -0
- package/types/net/irisshaders/iris/gl/uniform/DynamicUniformHolder.d.ts +5 -0
- package/types/net/irisshaders/iris/gl/uniform/LocationalUniformHolder.d.ts +1 -0
- package/types/net/irisshaders/iris/gui/FileDialogUtil.d.ts +1 -0
- package/types/net/irisshaders/iris/gui/screen/ShaderPackScreen.d.ts +1 -0
- package/types/net/irisshaders/iris/mixin/LevelRendererAccessor.d.ts +1 -2
- package/types/net/irisshaders/iris/pbr/TextureInfoCache.d.ts +1 -1
- package/types/net/irisshaders/iris/pbr/TextureTracker.d.ts +1 -1
- package/types/net/irisshaders/iris/pbr/texture/PBRAtlasTexture.d.ts +1 -0
- package/types/net/irisshaders/iris/pbr/texture/PBRDumpable.d.ts +2 -0
- package/types/net/irisshaders/iris/pbr/texture/PBRTextureManager.d.ts +2 -1
- package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +51 -0
- package/types/net/irisshaders/iris/pipeline/transform/transformer/LayoutTransformer.d.ts +2 -2
- package/types/net/irisshaders/iris/platform/IrisFabricHelpers.d.ts +1 -0
- package/types/net/irisshaders/iris/platform/IrisPlatformHelpers.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/IdMap.d.ts +7 -8
- package/types/net/irisshaders/iris/shaderpack/LanguageMap.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/ShaderPack.d.ts +4 -4
- package/types/net/irisshaders/iris/shaderpack/discovery/ShaderpackDirectoryManager.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/include/AbsolutePackPath.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/include/IncludeGraph.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/include/ShaderPackSourceNames.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/materialmap/BlockMaterialMapping.d.ts +1 -4
- package/types/net/irisshaders/iris/shaderpack/materialmap/LegacyIdMap.d.ts +1 -2
- package/types/net/irisshaders/iris/shaderpack/materialmap/WorldRenderingSettings.d.ts +3 -4
- package/types/net/irisshaders/iris/shaderpack/properties/PackDirectives.d.ts +1 -1
- package/types/net/irisshaders/iris/shaderpack/properties/PackRenderTargetDirectives.d.ts +1 -1
- package/types/net/irisshaders/iris/shaderpack/properties/PackShadowDirectives.d.ts +3 -4
- package/types/net/irisshaders/iris/shaderpack/properties/ShaderProperties.d.ts +4 -5
- package/types/net/irisshaders/iris/uniforms/BiomeUniforms.d.ts +1 -3
- package/types/net/irisshaders/iris/uniforms/custom/CustomUniforms.d.ts +1 -1
- package/types/net/irisshaders/iris/vertices/views/QuadView.d.ts +5 -0
- package/types/net/irisshaders/iris/vertices/views/TriView.d.ts +5 -0
- package/types/net/minecraft/CrashReport.d.ts +1 -0
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +3 -3
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$Builder.d.ts +1 -1
- package/types/net/minecraft/advancements/criterion/PlayerPredicate.d.ts +3 -5
- package/types/net/minecraft/client/CommandHistory.d.ts +1 -0
- package/types/net/minecraft/client/HotbarManager.d.ts +1 -0
- package/types/net/minecraft/client/KeyMapping.d.ts +2 -0
- package/types/net/minecraft/client/Minecraft.d.ts +3 -0
- package/types/net/minecraft/client/MouseHandler.d.ts +3 -0
- package/types/net/minecraft/client/Options.d.ts +1 -0
- package/types/net/minecraft/client/color/block/BlockTintCache$CacheData.d.ts +1 -1
- package/types/net/minecraft/client/color/block/BlockTintCache.d.ts +1 -1
- package/types/net/minecraft/client/data/AtlasProvider.d.ts +1 -0
- package/types/net/minecraft/client/data/models/EquipmentAssetProvider.d.ts +1 -0
- package/types/net/minecraft/client/data/models/ModelProvider.d.ts +1 -0
- package/types/net/minecraft/client/data/models/WaypointStyleProvider.d.ts +1 -0
- package/types/net/minecraft/client/gui/Gui.d.ts +5 -0
- package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +5 -0
- package/types/net/minecraft/client/gui/font/FontSet.d.ts +1 -1
- package/types/net/minecraft/client/gui/font/FontTexture.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/PlainTextRenderable.d.ts +9 -0
- package/types/net/minecraft/client/gui/font/TextRenderable$Styled.d.ts +16 -0
- package/types/net/minecraft/client/gui/layouts/Layout.d.ts +6 -0
- package/types/net/minecraft/client/gui/narration/NarratableEntry.d.ts +2 -0
- package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +2 -0
- package/types/net/minecraft/client/gui/render/GuiRenderer.d.ts +1 -1
- package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/ConnectScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/Overlay.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/Screen.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconScreenButton.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +3 -0
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen$Watcher.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen.d.ts +3 -0
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldCallback.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/worldselection/ExperimentsScreen.d.ts +1 -2
- package/types/net/minecraft/client/gui/screens/worldselection/WorldCreationUiState.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/worldselection/WorldSelectionList$WorldListEntry.d.ts +1 -0
- package/types/net/minecraft/client/main/GameConfig$FolderData.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/AccountProfileKeyPairManager.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientAdvancements$Listener.d.ts +5 -0
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl.d.ts +7 -0
- package/types/net/minecraft/client/multiplayer/ClientConfigurationPacketListenerImpl.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/LoggedChatMessage.d.ts +2 -0
- package/types/net/minecraft/client/multiplayer/prediction/BlockStatePredictionHandler.d.ts +1 -2
- package/types/net/minecraft/client/particle/ParticleEngine.d.ts +1 -1
- package/types/net/minecraft/client/particle/ParticleResources.d.ts +2 -2
- package/types/net/minecraft/client/quickplay/QuickPlayLog.d.ts +1 -0
- package/types/net/minecraft/client/renderer/CloudRenderer.d.ts +1 -0
- package/types/net/minecraft/client/renderer/EndFlashState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/GameRenderer.d.ts +7 -0
- package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +9 -2
- package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphStorage.d.ts +1 -2
- package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +24 -1
- package/types/net/minecraft/client/renderer/SubmitNodeStorage.d.ts +2 -2
- package/types/net/minecraft/client/renderer/block/BlockAndTintGetter.d.ts +10 -0
- package/types/net/minecraft/client/renderer/block/BlockModelLighter$Cache.d.ts +2 -2
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$UnbakedRoot.d.ts +2 -0
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModelPart$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/chunk/ChunkSectionsToRender.d.ts +2 -3
- package/types/net/minecraft/client/renderer/chunk/RenderRegionCache.d.ts +1 -1
- package/types/net/minecraft/client/renderer/chunk/RenderSectionRegion.d.ts +2 -2
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$RebuildTask.d.ts +2 -3
- package/types/net/minecraft/client/renderer/culling/Frustum.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/ItemModel$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/item/properties/conditional/ConditionalItemModelProperty.d.ts +5 -0
- package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +1 -0
- package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/gui/GuiElementRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/Dumpable.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/DynamicTexture.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/ReloadableTexture.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/SkinTextureDownloader.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +7 -3
- package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +2 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +6 -0
- package/types/net/minecraft/client/renderer/texture/TextureAtlasSprite.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/TextureManager.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/atlas/SpriteSource$DiscardableLoader.d.ts +6 -1
- package/types/net/minecraft/client/resources/ClientPackSource.d.ts +1 -0
- package/types/net/minecraft/client/resources/IndexedAssetSource.d.ts +1 -0
- package/types/net/minecraft/client/resources/MapTextureManager.d.ts +3 -3
- package/types/net/minecraft/client/resources/SkinManager$TextureCache.d.ts +1 -0
- package/types/net/minecraft/client/resources/SkinManager.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/ModelGroupCollector.d.ts +1 -2
- package/types/net/minecraft/client/resources/model/ModelManager$ReloadState.d.ts +3 -3
- package/types/net/minecraft/client/resources/model/ModelManager.d.ts +1 -1
- package/types/net/minecraft/client/resources/model/ResolvedModel.d.ts +1 -0
- package/types/net/minecraft/client/resources/server/DownloadedPackSource.d.ts +1 -0
- package/types/net/minecraft/client/resources/server/PackReloadConfig$IdAndPath.d.ts +1 -0
- package/types/net/minecraft/client/resources/server/ServerPackManager$ServerPackData.d.ts +1 -0
- package/types/net/minecraft/client/resources/server/ServerPackManager.d.ts +1 -0
- package/types/net/minecraft/client/resources/sounds/AbstractTickableSoundInstance.d.ts +1 -0
- package/types/net/minecraft/client/resources/sounds/TickableSoundInstance.d.ts +19 -0
- package/types/net/minecraft/client/server/IntegratedServer.d.ts +1 -0
- package/types/net/minecraft/client/sounds/AudioStream.d.ts +1 -0
- package/types/net/minecraft/client/sounds/FiniteAudioStream.d.ts +4 -0
- package/types/net/minecraft/client/sounds/FloatSampleSource.d.ts +3 -0
- package/types/net/minecraft/client/sounds/SoundEngine.d.ts +1 -1
- package/types/net/minecraft/client/telemetry/ClientTelemetryManager.d.ts +1 -0
- package/types/net/minecraft/client/telemetry/TelemetryLogManager.d.ts +1 -0
- package/types/net/minecraft/commands/ExecutionCommandSource.d.ts +2 -0
- package/types/net/minecraft/commands/SharedSuggestionProvider.d.ts +2 -0
- package/types/net/minecraft/commands/arguments/NbtPathArgument$NbtPath.d.ts +2 -2
- package/types/net/minecraft/core/ClientAsset$Texture.d.ts +1 -0
- package/types/net/minecraft/data/CachedOutput.d.ts +1 -0
- package/types/net/minecraft/data/DataGenerator$Cached.d.ts +1 -0
- package/types/net/minecraft/data/DataGenerator$Uncached.d.ts +1 -0
- package/types/net/minecraft/data/DataGenerator.d.ts +1 -0
- package/types/net/minecraft/data/HashCache$CacheUpdater.d.ts +1 -0
- package/types/net/minecraft/data/HashCache$ProviderCache.d.ts +1 -0
- package/types/net/minecraft/data/HashCache$ProviderCacheBuilder.d.ts +1 -0
- package/types/net/minecraft/data/HashCache.d.ts +1 -0
- package/types/net/minecraft/data/Main.d.ts +1 -0
- package/types/net/minecraft/data/PackOutput$PathProvider.d.ts +1 -0
- package/types/net/minecraft/data/PackOutput.d.ts +1 -0
- package/types/net/minecraft/data/advancements/AdvancementProvider.d.ts +1 -0
- package/types/net/minecraft/data/info/BiomeParametersDumpReport.d.ts +1 -0
- package/types/net/minecraft/data/info/BlockListReport.d.ts +1 -0
- package/types/net/minecraft/data/info/CommandsReport.d.ts +1 -0
- package/types/net/minecraft/data/info/DatapackStructureReport.d.ts +1 -0
- package/types/net/minecraft/data/info/PacketReport.d.ts +1 -0
- package/types/net/minecraft/data/info/RegistryComponentsReport.d.ts +1 -0
- package/types/net/minecraft/data/info/RegistryDumpReport.d.ts +1 -0
- package/types/net/minecraft/data/loot/BlockLootSubProvider.d.ts +1 -0
- package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +1 -0
- package/types/net/minecraft/data/loot/LootTableProvider.d.ts +1 -0
- package/types/net/minecraft/data/metadata/PackMetadataGenerator.d.ts +1 -0
- package/types/net/minecraft/data/recipes/RecipeProvider$Runner.d.ts +2 -0
- package/types/net/minecraft/data/registries/RegistriesDatapackGenerator.d.ts +1 -0
- package/types/net/minecraft/data/structures/NbtToSnbt.d.ts +1 -0
- package/types/net/minecraft/data/structures/SnbtToNbt$StructureConversionException.d.ts +1 -0
- package/types/net/minecraft/data/structures/SnbtToNbt.d.ts +1 -0
- package/types/net/minecraft/data/tags/TagsProvider.d.ts +1 -0
- package/types/net/minecraft/gametest/framework/GameTestInfo.d.ts +1 -1
- package/types/net/minecraft/gametest/framework/StructureUtils.d.ts +1 -0
- package/types/net/minecraft/nbt/NbtIo.d.ts +1 -0
- package/types/net/minecraft/nbt/NumericTag.d.ts +9 -0
- package/types/net/minecraft/nbt/PrimitiveTag.d.ts +8 -0
- package/types/net/minecraft/network/ClientboundPacketListener.d.ts +4 -0
- package/types/net/minecraft/network/DisconnectionDetails.d.ts +1 -0
- package/types/net/minecraft/network/ServerboundPacketListener.d.ts +4 -0
- package/types/net/minecraft/network/TickablePacketListener.d.ts +6 -0
- package/types/net/minecraft/network/chat/ClickEvent$OpenFile.d.ts +1 -0
- package/types/net/minecraft/network/codec/IdDispatchCodec.d.ts +2 -2
- package/types/net/minecraft/network/protocol/SimpleUnboundProtocol.d.ts +2 -0
- package/types/net/minecraft/network/protocol/UnboundProtocol.d.ts +2 -0
- package/types/net/minecraft/network/protocol/common/ClientCommonPacketListener.d.ts +7 -0
- package/types/net/minecraft/network/protocol/common/ServerCommonPacketListener.d.ts +7 -0
- package/types/net/minecraft/network/protocol/configuration/ClientConfigurationPacketListener.d.ts +31 -0
- package/types/net/minecraft/network/protocol/configuration/ServerConfigurationPacketListener.d.ts +17 -0
- package/types/net/minecraft/network/protocol/cookie/ClientCookiePacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/cookie/ServerCookiePacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/game/ClientGamePacketListener.d.ts +33 -0
- package/types/net/minecraft/network/protocol/game/ClientboundAwardStatsPacket.d.ts +3 -4
- package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +19 -0
- package/types/net/minecraft/network/protocol/game/ServerPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/game/ServerboundContainerClickPacket.d.ts +2 -2
- package/types/net/minecraft/network/protocol/handshake/ServerHandshakePacketListener.d.ts +3 -0
- package/types/net/minecraft/network/protocol/login/ClientLoginPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/login/ServerLoginPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/ping/ClientPongPacketListener.d.ts +6 -0
- package/types/net/minecraft/network/protocol/ping/ServerPingPacketListener.d.ts +6 -0
- package/types/net/minecraft/network/protocol/status/ClientStatusPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/status/ServerStatusPacketListener.d.ts +5 -0
- package/types/net/minecraft/resources/FileToIdConverter.d.ts +2 -0
- package/types/net/minecraft/resources/Identifier.d.ts +1 -0
- package/types/net/minecraft/resources/RegistryOps.d.ts +1 -0
- package/types/net/minecraft/server/Eula.d.ts +1 -0
- package/types/net/minecraft/server/MinecraftServer.d.ts +2 -0
- package/types/net/minecraft/server/PlayerAdvancements.d.ts +1 -0
- package/types/net/minecraft/server/ServerInterface.d.ts +4 -0
- package/types/net/minecraft/server/SuppressedExceptionCollector.d.ts +1 -2
- package/types/net/minecraft/server/dedicated/DedicatedServer.d.ts +1 -0
- package/types/net/minecraft/server/dedicated/DedicatedServerProperties.d.ts +4 -3
- package/types/net/minecraft/server/dedicated/DedicatedServerSettings.d.ts +1 -0
- package/types/net/minecraft/server/dedicated/Settings.d.ts +6 -5
- package/types/net/minecraft/server/dialog/ButtonListDialog.d.ts +2 -0
- package/types/net/minecraft/server/dialog/SimpleDialog.d.ts +2 -0
- package/types/net/minecraft/server/jsonrpc/Connection.d.ts +1 -2
- package/types/net/minecraft/server/jsonrpc/dataprovider/JsonRpcApiSchema.d.ts +1 -0
- package/types/net/minecraft/server/level/ChunkMap.d.ts +6 -7
- package/types/net/minecraft/server/level/ChunkTaskPriorityQueue.d.ts +1 -1
- package/types/net/minecraft/server/level/DistanceManager$FixedPlayerDistanceChunkTracker.d.ts +1 -1
- package/types/net/minecraft/server/level/DistanceManager$PlayerTicketTracker.d.ts +1 -1
- package/types/net/minecraft/server/level/DistanceManager.d.ts +1 -1
- package/types/net/minecraft/server/level/GenerationChunkHolder.d.ts +1 -0
- package/types/net/minecraft/server/level/PlayerMap.d.ts +1 -1
- package/types/net/minecraft/server/level/ServerLevel.d.ts +2 -1
- package/types/net/minecraft/server/level/SimulationChunkTracker.d.ts +1 -1
- package/types/net/minecraft/server/network/ServerCommonPacketListenerImpl.d.ts +7 -0
- package/types/net/minecraft/server/network/ServerLoginPacketListenerImpl.d.ts +2 -0
- package/types/net/minecraft/server/packs/AbstractPackResources.d.ts +4 -0
- package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndPriority.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndTime.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadCacheCleaner.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadQueue$BatchResult.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadQueue.d.ts +1 -0
- package/types/net/minecraft/server/packs/FilePackResources$FileResourcesSupplier.d.ts +1 -0
- package/types/net/minecraft/server/packs/PathPackResources$PathResourcesSupplier.d.ts +1 -0
- package/types/net/minecraft/server/packs/PathPackResources.d.ts +1 -0
- package/types/net/minecraft/server/packs/VanillaPackResources.d.ts +1 -0
- package/types/net/minecraft/server/packs/VanillaPackResourcesBuilder.d.ts +1 -0
- package/types/net/minecraft/server/packs/linkfs/LinkFSProvider.d.ts +1 -0
- package/types/net/minecraft/server/packs/linkfs/LinkFileSystem$Builder.d.ts +1 -0
- package/types/net/minecraft/server/packs/linkfs/LinkFileSystem$DirectoryEntry.d.ts +1 -0
- package/types/net/minecraft/server/packs/linkfs/LinkFileSystem.d.ts +1 -0
- package/types/net/minecraft/server/packs/linkfs/PathContents$FileContents.d.ts +1 -0
- package/types/net/minecraft/server/packs/repository/BuiltInPackSource.d.ts +1 -0
- package/types/net/minecraft/server/packs/repository/FolderRepositorySource$FolderPackDetector.d.ts +1 -0
- package/types/net/minecraft/server/packs/repository/FolderRepositorySource.d.ts +1 -0
- package/types/net/minecraft/server/packs/repository/PackDetector.d.ts +1 -0
- package/types/net/minecraft/server/packs/repository/ServerPacksSource.d.ts +1 -0
- package/types/net/minecraft/server/packs/resources/ResourceManager$Empty.d.ts +5 -0
- package/types/net/minecraft/server/players/PlayerList.d.ts +1 -0
- package/types/net/minecraft/server/rcon/thread/GenericThread.d.ts +1 -0
- package/types/net/minecraft/stats/ServerStatsCounter.d.ts +1 -0
- package/types/net/minecraft/stats/StatsCounter.d.ts +1 -1
- package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
- package/types/net/minecraft/tags/TagEntry.d.ts +2 -0
- package/types/net/minecraft/util/ClassTreeIdRegistry.d.ts +1 -1
- package/types/net/minecraft/util/DirectoryLock$LockException.d.ts +1 -0
- package/types/net/minecraft/util/DirectoryLock.d.ts +1 -0
- package/types/net/minecraft/util/DummyFileAttributes.d.ts +2 -0
- package/types/net/minecraft/util/ExtraCodecs.d.ts +2 -1
- package/types/net/minecraft/util/FileSystemUtil.d.ts +1 -0
- package/types/net/minecraft/util/FileUtil.d.ts +1 -0
- package/types/net/minecraft/util/FileZipper.d.ts +1 -0
- package/types/net/minecraft/util/HttpUtil.d.ts +1 -0
- package/types/net/minecraft/util/SequencedPriorityIterator.d.ts +1 -1
- package/types/net/minecraft/util/TimeSource$NanoTimeSource.d.ts +1 -0
- package/types/net/minecraft/util/Util$OS.d.ts +1 -0
- package/types/net/minecraft/util/Util.d.ts +1 -0
- package/types/net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$Section.d.ts +1 -1
- package/types/net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$UpgradeChunk.d.ts +1 -1
- package/types/net/minecraft/util/datafix/fixes/ChunkProtoTickListFix.d.ts +1 -1
- package/types/net/minecraft/util/datafix/fixes/LeavesFix$LeavesSection.d.ts +1 -1
- package/types/net/minecraft/util/eventlog/EventLogDirectory$CompressedFile.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/EventLogDirectory$File.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/EventLogDirectory$RawFile.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/EventLogDirectory.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/JsonEventLog.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/JsonEventLogReader.d.ts +1 -0
- package/types/net/minecraft/util/filefix/FileFix.d.ts +1 -0
- package/types/net/minecraft/util/filefix/FileFixUtil.d.ts +1 -0
- package/types/net/minecraft/util/filefix/FileFixerUpper$UpgradeInProgress.d.ts +1 -0
- package/types/net/minecraft/util/filefix/FileFixerUpper.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/ChunkNbt.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/CompressedNbt$MissingSeverity.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/CompressedNbt.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/FileAccess.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/FileAccessProvider.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/FileRelation.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/FileResourceType$AccessFactory.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/FileResourceType.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/LevelDat.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/PlayerData.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/SavedDataNbt.d.ts +1 -0
- package/types/net/minecraft/util/filefix/fixes/LegacyStructureFileFix$DimensionFixEntry.d.ts +3 -4
- package/types/net/minecraft/util/filefix/operations/ApplyInFolders.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/DeleteFileOrEmptyDirectory.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/FileFixOperation.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/FileFixOperations.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/GroupMove.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/ModifyContent.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/Move.d.ts +1 -0
- package/types/net/minecraft/util/filefix/operations/RegexMove.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFSProvider$ChannelFactory.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFSProvider.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFileSystem$Moves.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFileSystem.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/FileMove.d.ts +1 -0
- package/types/net/minecraft/util/filefix/virtualfilesystem/FileNode.d.ts +1 -0
- package/types/net/minecraft/util/profiling/ActiveProfiler$PathEntry.d.ts +2 -2
- package/types/net/minecraft/util/profiling/EmptyProfileResults.d.ts +1 -0
- package/types/net/minecraft/util/profiling/FilledProfileResults.d.ts +1 -0
- package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +7 -0
- package/types/net/minecraft/util/profiling/ProfileResults.d.ts +1 -0
- package/types/net/minecraft/util/profiling/ProfilerPathEntry.d.ts +1 -1
- package/types/net/minecraft/util/profiling/jfr/JfrProfiler.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/JvmProfiler$NoOpProfiler.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/JvmProfiler.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/SummaryReporter.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/parse/JfrStatsParser.d.ts +1 -0
- package/types/net/minecraft/util/profiling/metrics/MetricSampler$SamplerResult.d.ts +2 -2
- package/types/net/minecraft/util/profiling/metrics/profiling/ActiveMetricsRecorder.d.ts +1 -0
- package/types/net/minecraft/util/profiling/metrics/storage/MetricsPersister.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/FloatProvider.d.ts +2 -0
- package/types/net/minecraft/util/worldupdate/RegionStorageUpgrader$Builder.d.ts +2 -2
- package/types/net/minecraft/util/worldupdate/RegionStorageUpgrader.d.ts +3 -3
- package/types/net/minecraft/util/worldupdate/UpgradeProgress.d.ts +1 -1
- package/types/net/minecraft/world/attribute/SpatialAttributeInterpolator.d.ts +1 -1
- package/types/net/minecraft/world/entity/Entity.d.ts +2 -0
- package/types/net/minecraft/world/entity/EntityFluidInteraction$Tracker.d.ts +8 -0
- package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +1 -0
- package/types/net/minecraft/world/entity/LivingEntity.d.ts +3 -1
- package/types/net/minecraft/world/entity/ai/gossip/GossipContainer$EntityGossips.d.ts +1 -1
- package/types/net/minecraft/world/entity/ai/gossip/GossipContainer.d.ts +1 -1
- package/types/net/minecraft/world/entity/ai/sensing/NearestBedSensor.d.ts +1 -1
- package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +3 -0
- package/types/net/minecraft/world/entity/ai/village/poi/PoiManager$DistanceTracker.d.ts +1 -1
- package/types/net/minecraft/world/entity/ai/village/poi/PoiManager.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/village/poi/PoiSection.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeePollinateGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +1 -0
- package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +1 -0
- package/types/net/minecraft/world/entity/monster/CrossbowAttackMob.d.ts +1 -0
- package/types/net/minecraft/world/entity/monster/warden/AngerManagement.d.ts +2 -2
- package/types/net/minecraft/world/entity/npc/villager/VillagerProfession.d.ts +3 -3
- package/types/net/minecraft/world/entity/player/StackedContents.d.ts +1 -1
- package/types/net/minecraft/world/entity/raid/Raider$ObtainRaidLeaderBannerGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/raid/Raids.d.ts +1 -1
- package/types/net/minecraft/world/inventory/SlotRange.d.ts +1 -0
- package/types/net/minecraft/world/item/BucketItem.d.ts +1 -0
- package/types/net/minecraft/world/item/CreativeModeTab.d.ts +2 -0
- package/types/net/minecraft/world/item/crafting/SimpleSmithingRecipe.d.ts +2 -0
- package/types/net/minecraft/world/item/enchantment/Enchantment$Builder.d.ts +2 -0
- package/types/net/minecraft/world/item/enchantment/ItemEnchantments$Mutable.d.ts +1 -1
- package/types/net/minecraft/world/item/enchantment/ItemEnchantments.d.ts +2 -2
- package/types/net/minecraft/world/level/BlockAndLightGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/BlockGetter.d.ts +2 -0
- package/types/net/minecraft/world/level/ClipContext.d.ts +1 -0
- package/types/net/minecraft/world/level/CollisionGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/CommonLevelAccessor.d.ts +27 -0
- package/types/net/minecraft/world/level/EmptyBlockGetter.d.ts +13 -0
- package/types/net/minecraft/world/level/Level.d.ts +9 -0
- package/types/net/minecraft/world/level/LevelAccessor.d.ts +28 -0
- package/types/net/minecraft/world/level/LevelReader.d.ts +9 -0
- package/types/net/minecraft/world/level/LevelSimulatedRW.d.ts +5 -0
- package/types/net/minecraft/world/level/LocalMobCapCalculator$MobCounts.d.ts +1 -1
- package/types/net/minecraft/world/level/LocalMobCapCalculator.d.ts +1 -1
- package/types/net/minecraft/world/level/NaturalSpawner$SpawnState.d.ts +4 -4
- package/types/net/minecraft/world/level/ServerExplosion.d.ts +2 -2
- package/types/net/minecraft/world/level/ServerLevelAccessor.d.ts +43 -0
- package/types/net/minecraft/world/level/SignalGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/TicketStorage.d.ts +5 -5
- package/types/net/minecraft/world/level/WorldGenLevel.d.ts +50 -0
- package/types/net/minecraft/world/level/biome/Biome.d.ts +1 -1
- package/types/net/minecraft/world/level/block/BaseEntityBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/ComposterBlock.d.ts +1 -2
- package/types/net/minecraft/world/level/block/CrossCollisionBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/FireBlock.d.ts +2 -2
- package/types/net/minecraft/world/level/block/SkullBlock$Type.d.ts +1 -0
- package/types/net/minecraft/world/level/block/WallBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/entity/FuelValues$Builder.d.ts +1 -1
- package/types/net/minecraft/world/level/block/entity/FuelValues.d.ts +2 -2
- package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/BulkSectionAccess.d.ts +1 -1
- package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +4 -0
- package/types/net/minecraft/world/level/chunk/ChunkSource.d.ts +2 -0
- package/types/net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper.d.ts +2 -0
- package/types/net/minecraft/world/level/chunk/LevelChunk.d.ts +2 -2
- package/types/net/minecraft/world/level/chunk/LightChunk.d.ts +6 -0
- package/types/net/minecraft/world/level/chunk/Strategy.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/UpgradeData$BlockFixers.d.ts +4 -0
- package/types/net/minecraft/world/level/chunk/storage/IOWorker.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/storage/RecreatingSimpleRegionStorage.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/storage/RegionFile.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/storage/RegionFileStorage.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/storage/SectionStorage$PackedChunk.d.ts +2 -2
- package/types/net/minecraft/world/level/chunk/storage/SectionStorage.d.ts +3 -3
- package/types/net/minecraft/world/level/chunk/storage/SimpleRegionStorage.d.ts +1 -0
- package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +3 -0
- package/types/net/minecraft/world/level/entity/EntityAccess.d.ts +3 -0
- package/types/net/minecraft/world/level/entity/EntityLookup.d.ts +1 -1
- package/types/net/minecraft/world/level/entity/EntitySectionStorage.d.ts +1 -1
- package/types/net/minecraft/world/level/entity/EntityTickList.d.ts +3 -3
- package/types/net/minecraft/world/level/entity/PersistentEntitySectionManager.d.ts +2 -3
- package/types/net/minecraft/world/level/levelgen/BitRandomSource.d.ts +5 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +10 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +8 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +8 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +6 -0
- package/types/net/minecraft/world/level/levelgen/Heightmap.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/NoiseChunk.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/blending/Blender.d.ts +3 -3
- package/types/net/minecraft/world/level/levelgen/feature/FeatureCountTracker$LevelData.d.ts +3 -4
- package/types/net/minecraft/world/level/levelgen/structure/StructureCheck.d.ts +5 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/loader/DirectoryTemplateSource.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/loader/TemplatePathFactory.d.ts +1 -0
- package/types/net/minecraft/world/level/lighting/BlockLightSectionStorage$BlockDataLayerStorageMap.d.ts +1 -2
- package/types/net/minecraft/world/level/lighting/DataLayerStorageMap.d.ts +2 -2
- package/types/net/minecraft/world/level/lighting/DynamicGraphMinFixedPoint.d.ts +1 -1
- package/types/net/minecraft/world/level/lighting/LayerLightEventListener.d.ts +6 -0
- package/types/net/minecraft/world/level/lighting/LayerLightSectionStorage.d.ts +2 -2
- package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -0
- package/types/net/minecraft/world/level/lighting/SkyLightSectionStorage$SkyDataLayerStorageMap.d.ts +2 -3
- package/types/net/minecraft/world/level/material/FlowingFluid$SpreadContext.d.ts +2 -2
- package/types/net/minecraft/world/level/material/FlowingFluid.d.ts +1 -1
- package/types/net/minecraft/world/level/pathfinder/FlyNodeEvaluator.d.ts +1 -1
- package/types/net/minecraft/world/level/pathfinder/NodeEvaluator.d.ts +1 -1
- package/types/net/minecraft/world/level/pathfinder/SwimNodeEvaluator.d.ts +1 -1
- package/types/net/minecraft/world/level/pathfinder/WalkNodeEvaluator.d.ts +2 -2
- package/types/net/minecraft/world/level/redstone/ExperimentalRedstoneWireEvaluator.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelDirectory.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelStorageSource.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelSummary$CorruptedLevelSummary.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelSummary$SymlinkLevelSummary.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelSummary.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/SavedDataStorage.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +8 -0
- package/types/net/minecraft/world/level/storage/WritableLevelData.d.ts +6 -0
- package/types/net/minecraft/world/level/storage/loot/LootPool.d.ts +2 -0
- package/types/net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$Builder.d.ts +2 -0
- package/types/net/minecraft/world/level/validation/ContentValidationException.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/DirectoryValidator.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/ForbiddenSymlinkInfo.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/PathAllowList$ConfigEntry.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/PathAllowList$EntryType.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/PathAllowList.d.ts +1 -0
- package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +1 -0
- package/types/net/minecraft/world/scores/PlayerScores.d.ts +1 -1
- package/types/net/minecraft/world/scores/Scoreboard.d.ts +1 -1
- package/types/net/minecraft/world/ticks/LevelChunkTicks.d.ts +1 -1
- package/types/net/minecraft/world/ticks/LevelTicks.d.ts +2 -2
- package/types/net/minecraft/world/waypoints/WaypointTransmitter$BlockConnection.d.ts +3 -0
- package/types/net/minecraft/world/waypoints/WaypointTransmitter$ChunkConnection.d.ts +3 -0
- package/types/net/raphimc/immediatelyfast/PlatformCode.d.ts +1 -0
- package/types/net/raphimc/immediatelyfast/fabric/PlatformCodeImpl.d.ts +1 -0
- package/types/net/raphimc/viabedrock/api/chunk/section/BedrockChunkSection.d.ts +2 -0
- package/types/net/raphimc/viabedrock/api/item/ItemUpgrader.d.ts +1 -1
- package/types/net/raphimc/viabedrock/api/model/scoreboard/ScoreboardObjective.d.ts +1 -1
- package/types/net/raphimc/viabedrock/api/resourcepack/content/DirectoryContent.d.ts +1 -0
- package/types/net/raphimc/viabedrock/api/util/FileSystemUtil.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/storage/MapTracker.d.ts +2 -3
- package/types/net/raphimc/viabedrock/platform/ViaBedrockConfig.d.ts +3 -0
- package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/ServerboundBedrockPackets.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData.d.ts +4 -4
- package/types/net/raphimc/viabedrock/protocol/model/EntityProperties.d.ts +5 -5
- package/types/net/raphimc/viabedrock/protocol/provider/impl/DiskResourcePackProvider.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/rewriter/BlockStateRewriter.d.ts +3 -3
- package/types/net/raphimc/viabedrock/protocol/rewriter/ItemRewriter.d.ts +1 -2
- package/types/net/raphimc/viabedrock/protocol/storage/BlobCache.d.ts +1 -1
- package/types/net/raphimc/viabedrock/protocol/storage/ChunkTracker.d.ts +1 -1
- package/types/net/raphimc/viabedrock/protocol/storage/EntityTracker.d.ts +4 -4
- package/types/net/raphimc/viabedrock/protocol/storage/PacketSyncStorage.d.ts +2 -2
- package/types/net/raphimc/viabedrock/protocol/types/item/BedrockItemType.d.ts +2 -3
- package/types/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.d.ts +1 -1
- package/types/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.d.ts +1 -1
- package/types/net/raphimc/vialegacy/platform/ViaLegacyConfig.d.ts +3 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.d.ts +1 -1
- package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.d.ts +1 -1
- package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.d.ts +2 -3
- package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.d.ts +2 -3
- package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.d.ts +1 -1
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.d.ts +3 -4
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.d.ts +1 -1
- package/types/okhttp3/internal/connection/BufferedSocket.d.ts +1 -0
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +1 -0
- package/types/okhttp3/internal/platform/BouncyCastlePlatform.d.ts +1 -1
- package/types/okhttp3/internal/platform/OpenJSSEPlatform.d.ts +1 -1
- package/types/okio/BufferedSink.d.ts +4 -0
- package/types/okio/BufferedSource.d.ts +5 -0
- package/types/okio/NioFileSystemWrappingFileSystem.d.ts +22 -21
- package/types/okio/NioSystemFileSystem.d.ts +6 -5
- package/types/okio/Okio.d.ts +3 -2
- package/types/okio/Okio__JvmOkioKt.d.ts +1 -0
- package/types/okio/Path.d.ts +4 -3
- package/types/org/ahocorasick/trie/handler/AbstractStatefulEmitHandler.d.ts +1 -0
- package/types/org/ahocorasick/trie/handler/StatefulEmitHandler.d.ts +1 -0
- package/types/org/antlr/v4/runtime/CharStream.d.ts +8 -0
- package/types/org/antlr/v4/runtime/CharStreams.d.ts +1 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +3 -0
- package/types/org/antlr/v4/runtime/TokenStream.d.ts +8 -0
- package/types/org/antlr/v4/runtime/WritableToken.d.ts +12 -0
- package/types/org/antlr/v4/runtime/tree/ErrorNode.d.ts +18 -0
- package/types/org/antlr/v4/runtime/tree/ParseTree.d.ts +5 -0
- package/types/org/antlr/v4/runtime/tree/RuleNode.d.ts +14 -0
- package/types/org/antlr/v4/runtime/tree/SyntaxTree.d.ts +5 -0
- package/types/org/antlr/v4/runtime/tree/TerminalNode.d.ts +15 -0
- package/types/org/apache/commons/codec/digest/DigestUtils.d.ts +1 -0
- package/types/org/apache/commons/codec/digest/HmacUtils.d.ts +1 -0
- package/types/org/apache/commons/compress/CompressFilterOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/ArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/ArchiveOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/Lister.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/ar/ArArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/examples/Archiver$ArchiverFileVisitor.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/examples/Archiver.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/examples/Expander.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/jar/JarArchiveEntry.d.ts +1 -1
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/tar/TarArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/tar/TarFile.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/DefaultBackingStoreSupplier.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/FileRandomAccessOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipFile.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipSplitOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel$ZipSplitSegmentComparator.d.ts +1 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/lz4/BlockLZ4CompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/compressors/snappy/SnappyCompressorOutputStream.d.ts +1 -0
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +5 -0
- package/types/org/apache/commons/compress/harmony/unpack200/Archive.d.ts +1 -0
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +4 -0
- package/types/org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.d.ts +1 -0
- package/types/org/apache/commons/compress/parallel/ScatterGatherBackingStore.d.ts +1 -0
- package/types/org/apache/commons/compress/utils/FileNameUtils.d.ts +1 -0
- package/types/org/apache/commons/io/FileCleaningTracker.d.ts +1 -0
- package/types/org/apache/commons/io/RandomAccessFileMode.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOrigin$FileOrigin.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOrigin$IORandomAccessFileOrigin.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOrigin$PathOrigin.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOrigin$URIOrigin.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOrigin.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractOriginSupplier.d.ts +1 -0
- package/types/org/apache/commons/io/build/AbstractStreamBuilder.d.ts +1 -0
- package/types/org/apache/commons/io/file/AccumulatorPathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/CleaningPathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/CopyDirectoryVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/CountingPathVisitor$AbstractBuilder.d.ts +1 -0
- package/types/org/apache/commons/io/file/CountingPathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/DeletingPathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/DirectoryStreamFilter.d.ts +1 -0
- package/types/org/apache/commons/io/file/FilesUncheck.d.ts +1 -0
- package/types/org/apache/commons/io/file/NoopPathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/PathFilter.d.ts +1 -0
- package/types/org/apache/commons/io/file/PathUtils$RelativeSortedPaths.d.ts +1 -0
- package/types/org/apache/commons/io/file/PathUtils.d.ts +1 -0
- package/types/org/apache/commons/io/file/PathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/SimplePathVisitor$AbstractBuilder.d.ts +1 -0
- package/types/org/apache/commons/io/file/SimplePathVisitor.d.ts +1 -0
- package/types/org/apache/commons/io/file/attribute/FileTimes.d.ts +1 -0
- package/types/org/apache/commons/io/file/spi/FileSystemProviders.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/AbstractFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/AgeFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/AndFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/CanExecuteFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/CanReadFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/CanWriteFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/DelegateFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/DirectoryFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/EmptyFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/FalseFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/FileEqualsFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/FileFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/HiddenFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/IOFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/MagicNumberFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/NameFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/NotFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/OrFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/PathEqualsFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/PathMatcherFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/PathVisitorFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/PrefixFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/RegexFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/SizeFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/SuffixFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/SymbolicLinkFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/TrueFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/WildcardFileFilter.d.ts +1 -0
- package/types/org/apache/commons/io/filefilter/WildcardFilter.d.ts +1 -0
- package/types/org/apache/commons/io/input/BufferedFileChannelInputStream.d.ts +1 -0
- package/types/org/apache/commons/io/input/ReversedLinesFileReader.d.ts +1 -0
- package/types/org/apache/commons/io/input/Tailer$RandomAccessResourceBridge.d.ts +1 -0
- package/types/org/apache/commons/io/input/Tailer$TailablePath.d.ts +1 -0
- package/types/org/apache/commons/io/input/XmlStreamReader.d.ts +1 -0
- package/types/org/apache/commons/io/output/DeferredFileOutputStream$Builder.d.ts +1 -0
- package/types/org/apache/commons/io/output/DeferredFileOutputStream.d.ts +1 -0
- package/types/org/apache/commons/lang3/SystemUtils.d.ts +1 -0
- package/types/org/apache/commons/lang3/text/StrSubstitutor.d.ts +1 -1
- package/types/org/apache/commons/lang3/time/FastDatePrinter$NumberRule.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/Appender.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/Filter.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/LifeCycle2.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/appender/AbstractAppender.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/FileManager.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractConnectionSource.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractDriverManagerConnectionSource.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/AbstractTriggeringPolicy.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/AbstractPathAction.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/Action.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/DeleteAction.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/DeletingVisitor.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileCount.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileSize.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAll.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAny.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfFileName.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfLastModified.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfNot.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/PathCondition.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/ScriptCondition.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/SortingVisitor.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/Configuration.d.ts +12 -0
- package/types/org/apache/logging/log4j/core/config/ConfigurationSource.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$PathConverter.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$SecurityProviderConverter.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.d.ts +13 -13
- package/types/org/apache/logging/log4j/core/filter/Filterable.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/impl/ThreadContextDataInjector$AbstractContextDataInjector.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/jackson/LogEventMixIn.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/jackson/MarkerMixIn.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/lookup/AbstractLookup.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/lookup/RuntimeStrSubstitutor.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/lookup/StrSubstitutor.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/net/JndiManager.d.ts +3 -3
- package/types/org/apache/logging/log4j/core/net/ssl/FilePasswordProvider.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/pattern/AbstractPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/ArrayPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/script/ScriptFile.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +5 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager$MainScriptRunner.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager$ScriptRunner.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/script/ScriptManager$ThreadLocalScriptRunner.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/selector/NamedContextSelector.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/time/Instant.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/time/PreciseClock.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/Cancellable.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/FileUtils.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/OptionConverter.d.ts +3 -3
- package/types/org/apache/logging/log4j/core/util/Source.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/datetime/FastDatePrinter$NumberRule.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$AbstractFormatter.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter.d.ts +4 -0
- package/types/org/apache/logging/log4j/message/EntryMessage.d.ts +6 -0
- package/types/org/apache/logging/log4j/message/ExitMessage.d.ts +6 -0
- package/types/org/apache/logging/log4j/message/FlowMessage.d.ts +3 -0
- package/types/org/apache/logging/log4j/message/MultiformatMessage.d.ts +3 -0
- package/types/org/apache/logging/log4j/message/ReusableMessage.d.ts +5 -0
- package/types/org/apache/logging/log4j/spi/AbstractLogger.d.ts +16 -0
- package/types/org/apache/logging/log4j/spi/CleanableThreadContextMap.d.ts +8 -0
- package/types/org/apache/logging/log4j/spi/ExtendedLogger.d.ts +307 -0
- package/types/org/apache/logging/log4j/spi/LoggerAdapter.d.ts +1 -0
- package/types/org/apache/logging/log4j/spi/ObjectThreadContextMap.d.ts +8 -0
- package/types/org/apache/logging/log4j/spi/Provider.d.ts +1 -1
- package/types/org/apache/logging/log4j/spi/ThreadContextMap2.d.ts +6 -0
- package/types/org/apache/logging/log4j/status/StatusListener.d.ts +1 -0
- package/types/org/apache/logging/log4j/status/StatusLogger$Config.d.ts +1 -1
- package/types/org/apache/logging/log4j/util/IndexedReadOnlyStringMap.d.ts +3 -0
- package/types/org/apache/logging/log4j/util/IndexedStringMap.d.ts +12 -0
- package/types/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.d.ts +4 -0
- package/types/org/apache/logging/log4j/util/PropertiesPropertySource.d.ts +3 -3
- package/types/org/apache/logging/log4j/util/PropertiesUtil.d.ts +5 -5
- package/types/org/apache/logging/log4j/util/StringMap.d.ts +3 -0
- package/types/org/apache/tika/Tika.d.ts +1 -0
- package/types/org/apache/tika/concurrent/ConfigurableThreadPoolExecutor.d.ts +8 -1
- package/types/org/apache/tika/config/TikaConfig.d.ts +1 -0
- package/types/org/apache/tika/detect/FileCommandDetector.d.ts +1 -0
- package/types/org/apache/tika/detect/NNExampleModelDetector.d.ts +1 -0
- package/types/org/apache/tika/detect/TrainedModelDetector.d.ts +1 -0
- package/types/org/apache/tika/extractor/AbstractEmbeddedDocumentBytesHandler.d.ts +1 -0
- package/types/org/apache/tika/extractor/EmbeddedDocumentByteStoreExtractorFactory.d.ts +4 -0
- package/types/org/apache/tika/extractor/EmbeddedDocumentBytesHandler.d.ts +1 -0
- package/types/org/apache/tika/extractor/RUnpackExtractor.d.ts +1 -0
- package/types/org/apache/tika/fork/ForkClient.d.ts +1 -0
- package/types/org/apache/tika/fork/ForkParser.d.ts +1 -0
- package/types/org/apache/tika/io/TemporaryResources.d.ts +1 -0
- package/types/org/apache/tika/io/TikaInputStream.d.ts +1 -0
- package/types/org/apache/tika/metadata/Metadata.d.ts +1 -1
- package/types/org/apache/tika/parser/AbstractEncodingDetectorParser.d.ts +4 -0
- package/types/org/apache/tika/parser/AbstractExternalProcessParser.d.ts +5 -0
- package/types/org/apache/tika/parser/AbstractParser.d.ts +2 -0
- package/types/org/apache/tika/parser/CryptoParser.d.ts +2 -2
- package/types/org/apache/tika/parser/ParsingReader.d.ts +1 -0
- package/types/org/apache/tika/parser/digest/InputStreamDigester.d.ts +1 -1
- package/types/org/apache/tika/parser/external2/ExternalParser.d.ts +1 -0
- package/types/org/apache/tika/pipes/PipesConfig.d.ts +1 -0
- package/types/org/apache/tika/pipes/PipesConfigBase.d.ts +1 -0
- package/types/org/apache/tika/pipes/PipesServer.d.ts +1 -0
- package/types/org/apache/tika/pipes/async/AsyncConfig.d.ts +1 -0
- package/types/org/apache/tika/pipes/async/AsyncProcessor.d.ts +1 -0
- package/types/org/apache/tika/pipes/emitter/EmitterManager.d.ts +1 -0
- package/types/org/apache/tika/pipes/emitter/StreamEmitter.d.ts +1 -0
- package/types/org/apache/tika/pipes/fetcher/AbstractFetcher.d.ts +4 -0
- package/types/org/apache/tika/pipes/fetcher/FetcherManager.d.ts +1 -0
- package/types/org/apache/tika/pipes/fetcher/RangeFetcher.d.ts +2 -0
- package/types/org/apache/tika/pipes/fetcher/fs/FileSystemFetcher.d.ts +1 -0
- package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FSFileVisitor.d.ts +1 -0
- package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FileCountWorker.d.ts +1 -0
- package/types/org/apache/tika/utils/ProcessUtils.d.ts +1 -0
- package/types/org/apache/tika/utils/XMLReaderUtils.d.ts +1 -0
- package/types/org/cef/browser/CefBrowser_N.d.ts +1 -0
- package/types/org/cef/callback/CefURLRequestClient.d.ts +2 -0
- package/types/org/cef/handler/CefMacOsIOSurface.d.ts +5 -0
- package/types/org/cef/handler/CefMessageRouterHandler.d.ts +2 -0
- package/types/org/cef/handler/CefPrintHandler.d.ts +2 -0
- package/types/org/cloudburstmc/netty/channel/raknet/RakChannel.d.ts +13 -0
- package/types/org/cloudburstmc/netty/channel/raknet/config/RakChannelConfig.d.ts +25 -0
- package/types/org/cloudburstmc/netty/channel/raknet/config/RakServerChannelConfig.d.ts +25 -0
- package/types/org/cloudburstmc/netty/handler/codec/raknet/common/RakSessionCodec.d.ts +2 -2
- package/types/org/cloudburstmc/netty/util/SplitPacketHelper.d.ts +1 -1
- package/types/org/graalvm/home/HomeFinder.d.ts +1 -0
- package/types/org/graalvm/home/impl/DefaultHomeFinder.d.ts +1 -0
- package/types/org/graalvm/jniutils/JNI$AttachCurrentThread.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$AttachCurrentThreadAsDaemon.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallBooleanMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallByteMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallCharMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallDoubleMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallFloatMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallIntMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallLongMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallObjectMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallShortMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticBooleanMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticIntMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticLongMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticObjectMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticVoidMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallVoidMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DefineClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteLocalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteWeakGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DetachCurrentThread.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionCheck.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionClear.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionDescribe.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionOccurred.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$FindClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetArrayLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetBooleanArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetBooleanArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetByteArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetByteArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetCharArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetCharArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDirectBufferAddress.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDoubleArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDoubleArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetEnv.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFloatArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFloatArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetJavaVM.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetLongArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetLongArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectArrayElement.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectRefType.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetShortArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetShortArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticBooleanField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticObjectField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringUTFChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringUTFLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$IsInstanceOf.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$IsSameObject.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JBooleanArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JByteArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JCharArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JDoubleArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JFloatArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JIntArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JLongArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIEnv.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIEnvPointer.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIInvokeInterface.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNINativeInterface.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JObject.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JObjectArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JShortArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JString.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JThrowable.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JValue.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JWeak.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVM.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVMAttachArgs.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVMPointer.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewBooleanArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewByteArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewCharArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewDoubleArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewFloatArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewIntArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewLocalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewLongArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewObjectA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewObjectArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewShortArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewString.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewStringUTF8.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewWeakGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$PopLocalFrame.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$PushLocalFrame.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseBooleanArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseByteArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseCharArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseDoubleArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseFloatArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseIntArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseLongArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseShortArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseStringChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseStringUTFChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetBooleanArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetByteArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetCharArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetDoubleArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetFloatArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetIntArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetLongArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetObjectArrayElement.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetShortArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetStaticBooleanField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$Throw.d.ts +6 -0
- package/types/org/graalvm/nativeimage/Isolate.d.ts +6 -0
- package/types/org/graalvm/nativeimage/IsolateThread.d.ts +6 -0
- package/types/org/graalvm/nativeimage/ObjectHandle.d.ts +3 -0
- package/types/org/graalvm/nativeimage/ProcessProperties.d.ts +1 -0
- package/types/org/graalvm/nativeimage/c/function/CFunctionPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/function/CodePointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/function/RelocatedPointer.d.ts +3 -0
- package/types/org/graalvm/nativeimage/c/type/CCharPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CCharPointerPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CDoublePointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CFloatPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CIntPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CIntPointerPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CLongPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CShortPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/VoidPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/WordPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterAnalysisAccess.d.ts +6 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterCompilationAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterHeapLayoutAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterImageWriteAccess.d.ts +3 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeHeapLayoutAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeImageWriteAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeUniverseBuildingAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$CompilationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess.d.ts +10 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$DuringSetupAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$FeatureAccess.d.ts +1 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$IsInConfigurationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$OnAnalysisExitAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$QueryReachabilityAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/impl/ProcessPropertiesSupport.d.ts +1 -0
- package/types/org/graalvm/nativeimage/impl/RuntimeJNIAccessSupport.d.ts +1 -0
- package/types/org/graalvm/nativeimage/impl/RuntimeReflectionSupport.d.ts +1 -0
- package/types/org/graalvm/polyglot/Context$Builder.d.ts +1 -0
- package/types/org/graalvm/polyglot/Engine$PolyglotInvalid.d.ts +1 -0
- package/types/org/graalvm/polyglot/Engine.d.ts +1 -0
- package/types/org/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractEngineDispatch.d.ts +1 -0
- package/types/org/graalvm/polyglot/impl/AbstractPolyglotImpl.d.ts +1 -0
- package/types/org/graalvm/polyglot/io/FileSystem$Selector.d.ts +1 -0
- package/types/org/graalvm/polyglot/io/FileSystem.d.ts +1 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/FormattedValue.d.ts +2 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
- package/types/org/graalvm/shadowed/org/json/Property.d.ts +2 -2
- package/types/org/graalvm/shadowed/org/tukaani/xz/BasicArrayCache.d.ts +2 -2
- package/types/org/graalvm/shadowed/org/tukaani/xz/FilterDecoder.d.ts +3 -0
- package/types/org/graalvm/shadowed/org/tukaani/xz/FilterEncoder.d.ts +3 -0
- package/types/org/graalvm/tools/lsp/server/LSPFileSystem.d.ts +1 -0
- package/types/org/graalvm/tools/lsp/server/TruffleAdapter.d.ts +1 -0
- package/types/org/graalvm/tools/lsp/server/VirtualLanguageServerFileProvider.d.ts +1 -0
- package/types/org/graalvm/word/ComparableWord.d.ts +1 -0
- package/types/org/graalvm/word/Pointer.d.ts +31 -0
- package/types/org/graalvm/word/PointerBase.d.ts +3 -0
- package/types/org/graalvm/word/SignedWord.d.ts +1 -0
- package/types/org/graalvm/word/UnsignedWord.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLDebugMessageKHRCallback.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLGetBlobFuncANDROID.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLSetBlobFuncANDROID.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWAllocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCharCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCharModsCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCursorEnterCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCursorPosCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWDeallocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWDropCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWErrorCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWFramebufferSizeCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWIMEStatusCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWJoystickCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWKeyCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWMonitorCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWMouseButtonCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWPreeditCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWPreeditCandidateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWReallocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWScrollCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowCloseCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowContentScaleCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowFocusCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowIconifyCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowMaximizeCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowPosCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowRefreshCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowSizeCallback.d.ts +1 -0
- package/types/org/lwjgl/openal/EXTDebugProc.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTCallbackBufferType.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTEventProc.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTSystemEventProc.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageAMDCallback.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageARBCallback.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIEOFCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRInputCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRKernelCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIROutputCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRSupportCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIReadCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBISkipCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIWriteCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIZlibCompress.d.ts +1 -0
- package/types/org/lwjgl/system/LibraryResource.d.ts +1 -0
- package/types/org/lwjgl/system/SharedLibrary$Default.d.ts +2 -0
- package/types/org/lwjgl/system/SharedLibrary.d.ts +2 -0
- package/types/org/lwjgl/system/jemalloc/ExtentAlloc.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentCommit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDalloc.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDecommit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDestroy.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentMerge.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentPurge.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentSplit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/MallocMessageCallback.d.ts +1 -0
- package/types/org/lwjgl/system/macosx/CGEventTapCallBack.d.ts +1 -0
- package/types/org/lwjgl/system/macosx/EnumerationMutationHandler.d.ts +1 -0
- package/types/org/lwjgl/system/windows/WindowProc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FTC_Face_Requester.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Alloc_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_DebugHook_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Free_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Generic_Finalizer.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_FreeGlyphDataFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphDataFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphMetricsFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_List_Destructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_List_Iterator.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Constructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Destructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Requester.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_ConicToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_CubicToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_LineToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_MoveToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_DoneFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_NewFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_RenderFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_ResetFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_SetModeFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Realloc_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_SpanFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Stream_CloseFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Stream_IoFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Free_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Init_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Preset_Slot_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Render_Func.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFGenericProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFGenericSocketExtensions.d.ts +3 -0
- package/types/org/newsclub/net/unix/AFInputStream.d.ts +2 -0
- package/types/org/newsclub/net/unix/AFOutputStream.d.ts +2 -0
- package/types/org/newsclub/net/unix/AFProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFSomeSocket.d.ts +5 -0
- package/types/org/newsclub/net/unix/AFSomeSocketChannel.d.ts +7 -0
- package/types/org/newsclub/net/unix/AFSomeSocketThing.d.ts +3 -0
- package/types/org/newsclub/net/unix/AFUNIXProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFUNIXServerSocket.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFUNIXSocketAddress.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFUNIXSocketExtensions.d.ts +3 -0
- package/types/org/objectweb/asm/commons/JSRInlinerAdapter.d.ts +1 -1
- package/types/org/slf4j/helpers/AbstractLogger.d.ts +10 -0
- package/types/org/slf4j/helpers/MarkerIgnoringBase.d.ts +10 -0
- package/types/org/slf4j/helpers/NamedLoggerBase.d.ts +52 -0
- package/types/org/slf4j/spi/LocationAwareLogger.d.ts +51 -0
- package/types/org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent.d.ts +7 -0
- package/types/org/spongepowered/asm/launch/platform/MainAttributes.d.ts +1 -1
- package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher$Resource.d.ts +1 -0
- package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher.d.ts +1 -0
- package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncherEx.d.ts +1 -0
- package/types/org/spongepowered/asm/launch/platform/container/IContainerHandle.d.ts +2 -0
- package/types/org/spongepowered/asm/logging/LoggerAdapterAbstract.d.ts +4 -0
- package/types/org/spongepowered/asm/mixin/injection/IInjectionPointContext.d.ts +9 -0
- package/types/org/spongepowered/asm/mixin/injection/code/ISliceContext.d.ts +15 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts +6 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorConstructor.d.ts +13 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic.d.ts +6 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorRemappable.d.ts +13 -0
- package/types/org/spongepowered/asm/mixin/transformer/MixinTargetContext.d.ts +2 -2
- package/types/org/spongepowered/asm/mixin/transformer/SyntheticClassInfo.d.ts +1 -0
- package/types/org/spongepowered/asm/service/ILegacyClassTransformer.d.ts +2 -0
- package/types/org/spongepowered/asm/service/ITreeClassTransformer.d.ts +2 -0
- package/types/org/spongepowered/asm/service/MixinServiceAbstract.d.ts +19 -0
- package/types/org/spongepowered/asm/transformers/TreeTransformer.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningExecutorService.d.ts +6 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
- package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
- package/types/org/spongepowered/tools/obfuscation/AnnotatedMixins.d.ts +4 -4
- package/types/org/spongepowered/tools/obfuscation/interfaces/IMessagerSuppressible.d.ts +4 -0
- package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor.d.ts +24 -0
- package/types/org/spongepowered/tools/obfuscation/mapping/common/MappingProvider.d.ts +2 -0
- package/types/org/w3c/dom/Attr.d.ts +41 -0
- package/types/org/w3c/dom/CDATASection.d.ts +54 -0
- package/types/org/w3c/dom/CharacterData.d.ts +41 -0
- package/types/org/w3c/dom/Comment.d.ts +50 -0
- package/types/org/w3c/dom/Document.d.ts +39 -0
- package/types/org/w3c/dom/DocumentFragment.d.ts +41 -0
- package/types/org/w3c/dom/DocumentType.d.ts +40 -0
- package/types/org/w3c/dom/Element.d.ts +40 -0
- package/types/org/w3c/dom/EntityReference.d.ts +41 -0
- package/types/org/w3c/dom/ProcessingInstruction.d.ts +41 -0
- package/types/org/w3c/dom/Text.d.ts +50 -0
- package/types/org/xml/sax/XMLFilter.d.ts +19 -0
- package/types/oshi/hardware/common/AbstractBaseboard.d.ts +4 -0
- package/types/oshi/hardware/common/AbstractComputerSystem.d.ts +4 -0
- package/types/oshi/hardware/common/AbstractFirmware.d.ts +2 -0
- package/types/oshi/hardware/common/AbstractGlobalMemory.d.ts +5 -0
- package/types/oshi/hardware/common/AbstractHWDiskStore.d.ts +8 -0
- package/types/oshi/hardware/common/AbstractNetworkIF.d.ts +12 -1
- package/types/oshi/hardware/common/AbstractVirtualMemory.d.ts +6 -0
- package/types/oshi/jna/platform/linux/LinuxLibc.d.ts +40 -0
- package/types/oshi/jna/platform/unix/AixLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/CLibrary.d.ts +20 -0
- package/types/oshi/jna/platform/unix/FreeBsdLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/OpenBsdLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/SolarisLibc.d.ts +37 -0
- package/types/oshi/software/common/AbstractFileSystem.d.ts +3 -0
- package/types/oshi/software/common/AbstractInternetProtocolStats.d.ts +2 -0
- package/types/oshi/software/common/AbstractNetworkParams.d.ts +2 -0
- package/types/oshi/software/common/AbstractOSFileStore.d.ts +9 -0
- package/types/oshi/software/common/AbstractOSProcess.d.ts +27 -0
- package/types/oshi/software/common/AbstractOSThread.d.ts +8 -0
- package/types/oshi/software/common/AbstractOperatingSystem.d.ts +15 -0
- package/types/oshi/util/FileSystemUtil.d.ts +1 -0
- package/types/oshi/util/FileUtil.d.ts +1 -1
- package/types/oshi/util/GlobalConfig.d.ts +1 -1
- package/types/sun/java2d/SunGraphics2D.d.ts +3 -3
- package/types/sun/security/pkcs/PKCS7.d.ts +1 -1
- package/types/sun/security/util/SignatureFileVerifier.d.ts +1 -1
- package/types/sun/security/x509/GeneralNameInterface.d.ts +2 -0
- package/types/team/unnamed/mocha/runtime/Scope.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead$CrystalTracker$RemovedCrystal.d.ts +0 -17
|
@@ -27,13 +27,13 @@ export class VillagerProfession extends Record {
|
|
|
27
27
|
static TOOLSMITH: ResourceKey<VillagerProfession>;
|
|
28
28
|
static WEAPONSMITH: ResourceKey<VillagerProfession>;
|
|
29
29
|
static bootstrap(paramregistry: VillagerProfession[]): VillagerProfession;
|
|
30
|
-
constructor(name: Component, heldJobSite: (param0: Holder<PoiType>) => boolean, acquirableJobSite: (param0: Holder<PoiType>) => boolean, requestedItems: Item[], secondaryPoi: Block[], workSound: SoundEvent, tradeSetsByLevel:
|
|
30
|
+
constructor(name: Component, heldJobSite: (param0: Holder<PoiType>) => boolean, acquirableJobSite: (param0: Holder<PoiType>) => boolean, requestedItems: Item[], secondaryPoi: Block[], workSound: SoundEvent, tradeSetsByLevel: { [key: string]: any })
|
|
31
31
|
// private acquirableJobSite: (param0: Holder<PoiType>) => boolean;
|
|
32
32
|
// private heldJobSite: (param0: Holder<PoiType>) => boolean;
|
|
33
33
|
// private name: Component;
|
|
34
34
|
// private requestedItems: Item[];
|
|
35
35
|
// private secondaryPoi: Block[];
|
|
36
|
-
// private tradeSetsByLevel:
|
|
36
|
+
// private tradeSetsByLevel: { [key: string]: any };
|
|
37
37
|
// private workSound: SoundEvent;
|
|
38
38
|
acquirableJobSite(): (param0: Holder<PoiType>) => boolean;
|
|
39
39
|
equals(o: Object | null): boolean;
|
|
@@ -44,6 +44,6 @@ export class VillagerProfession extends Record {
|
|
|
44
44
|
requestedItems(): Item[];
|
|
45
45
|
secondaryPoi(): Block[];
|
|
46
46
|
toString(): string;
|
|
47
|
-
tradeSetsByLevel():
|
|
47
|
+
tradeSetsByLevel(): { [key: string]: any };
|
|
48
48
|
workSound(): SoundEvent;
|
|
49
49
|
}
|
|
@@ -3,7 +3,7 @@ import type { StackedContents$IngredientInfo } from '../../../../../net/minecraf
|
|
|
3
3
|
import type { StackedContents$Output } from '../../../../../net/minecraft/world/entity/player/StackedContents$Output.d.ts'
|
|
4
4
|
export class StackedContents<T extends Object | number | string | boolean> extends Object {
|
|
5
5
|
constructor()
|
|
6
|
-
amounts:
|
|
6
|
+
amounts: { [key: string]: any };
|
|
7
7
|
account(item: T, count: number): void;
|
|
8
8
|
clear(): void;
|
|
9
9
|
getResultUpperBound(ingredients: (param0: T) => boolean[]): number;
|
|
@@ -7,7 +7,7 @@ export class Raider$ObtainRaidLeaderBannerGoal<T extends Raider> extends Goal {
|
|
|
7
7
|
// private mob: T;
|
|
8
8
|
// private pathToBanner: Path;
|
|
9
9
|
// private pursuedBannerItemEntity: ItemEntity;
|
|
10
|
-
// private unreachableBannerCache:
|
|
10
|
+
// private unreachableBannerCache: { [key: string]: any };
|
|
11
11
|
canContinueToUse(): boolean;
|
|
12
12
|
canUse(): boolean;
|
|
13
13
|
// private cannotPickUpBanner(): boolean;
|
|
@@ -18,7 +18,7 @@ export class Raids extends SavedData {
|
|
|
18
18
|
constructor()
|
|
19
19
|
private constructor(raids: Raids$RaidWithId[], nextId: number, tick: number)
|
|
20
20
|
// private nextId: number;
|
|
21
|
-
// private raidMap:
|
|
21
|
+
// private raidMap: { [key: string]: any };
|
|
22
22
|
// private tick: number;
|
|
23
23
|
createOrExtendRaid(player: ServerPlayer, raidPosition: BlockPos): Raid;
|
|
24
24
|
get(raidId: number): Raid;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
2
2
|
import type { StringRepresentable } from '../../../../net/minecraft/util/StringRepresentable.d.ts'
|
|
3
3
|
export interface SlotRange extends Object, StringRepresentable{
|
|
4
|
+
getSerializedName(): string;
|
|
4
5
|
size(): number;
|
|
5
6
|
slots(): (Object | null)[];
|
|
6
7
|
}
|
|
@@ -41,6 +41,7 @@ export class BucketItem extends Item implements BucketItemAccessor, DispensibleC
|
|
|
41
41
|
readonly content: Fluid;
|
|
42
42
|
checkExtraContent(user: LivingEntity, level: Level, itemStack: ItemStack, pos: BlockPos): void;
|
|
43
43
|
emptyContents(user: LivingEntity, level: Level, pos: BlockPos, hitResult: BlockHitResult): boolean;
|
|
44
|
+
fabric_getContent(): Fluid;
|
|
44
45
|
getContent(): Fluid;
|
|
45
46
|
playEmptySound(user: LivingEntity, level: LevelAccessor, pos: BlockPos): void;
|
|
46
47
|
use(level: Level, player: Player, hand: InteractionHand): InteractionResult;
|
|
@@ -43,6 +43,8 @@ export class CreativeModeTab extends Object implements FabricCreativeModeTabImpl
|
|
|
43
43
|
hasAnyItems(): boolean;
|
|
44
44
|
isAlignedRight(): boolean;
|
|
45
45
|
row(): CreativeModeTab$Row;
|
|
46
|
+
setColumn(arg0: number): void;
|
|
47
|
+
setRow(arg0: CreativeModeTab$Row): void;
|
|
46
48
|
shouldDisplay(): boolean;
|
|
47
49
|
showTitle(): boolean;
|
|
48
50
|
}
|
|
@@ -3,6 +3,7 @@ import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
|
3
3
|
import type { RegistryFriendlyByteBuf } from '../../../../../net/minecraft/network/RegistryFriendlyByteBuf.d.ts'
|
|
4
4
|
import type { StreamCodec } from '../../../../../net/minecraft/network/codec/StreamCodec.d.ts'
|
|
5
5
|
import type { ResourceKey } from '../../../../../net/minecraft/resources/ResourceKey.d.ts'
|
|
6
|
+
import type { Ingredient } from '../../../../../net/minecraft/world/item/crafting/Ingredient.d.ts'
|
|
6
7
|
import type { PlacementInfo } from '../../../../../net/minecraft/world/item/crafting/PlacementInfo.d.ts'
|
|
7
8
|
import type { Recipe } from '../../../../../net/minecraft/world/item/crafting/Recipe.d.ts'
|
|
8
9
|
import type { Recipe$CommonInfo } from '../../../../../net/minecraft/world/item/crafting/Recipe$CommonInfo.d.ts'
|
|
@@ -19,6 +20,7 @@ export abstract class SimpleSmithingRecipe extends Object implements SmithingRec
|
|
|
19
20
|
constructor(commonInfo: Recipe$CommonInfo)
|
|
20
21
|
// private commonInfo: Recipe$CommonInfo;
|
|
21
22
|
// private placementInfo: PlacementInfo;
|
|
23
|
+
baseIngredient(): Ingredient;
|
|
22
24
|
createPlacementInfo(): PlacementInfo;
|
|
23
25
|
getSerializer(): RecipeSerializer<SimpleSmithingRecipe>;
|
|
24
26
|
getType(): RecipeType<SmithingRecipe>;
|
|
@@ -25,6 +25,8 @@ export class Enchantment$Builder extends Object implements EnchantmentUtil$Build
|
|
|
25
25
|
exclusiveWith(set: Holder<Enchantment>[]): Enchantment$Builder;
|
|
26
26
|
fabric$didModify(): boolean;
|
|
27
27
|
fabric$resetModified(): void;
|
|
28
|
+
getDefinition(): Enchantment$EnchantmentDefinition;
|
|
29
|
+
getEffectMap(): DataComponentMap$Builder;
|
|
28
30
|
// private getEffectsList<E extends Object | number | string | boolean>(type: DataComponentType<E[]>): E[];
|
|
29
31
|
withEffect<E extends Object | number | string | boolean>(type: DataComponentType<ConditionalEffect<E>[]>, effect: E): Enchantment$Builder;
|
|
30
32
|
withEffect<E extends Object | number | string | boolean>(type: DataComponentType<ConditionalEffect<E>[]>, effect: E, condition: () => LootItemCondition): Enchantment$Builder;
|
|
@@ -5,7 +5,7 @@ import type { Enchantment } from '../../../../../net/minecraft/world/item/enchan
|
|
|
5
5
|
import type { ItemEnchantments } from '../../../../../net/minecraft/world/item/enchantment/ItemEnchantments.d.ts'
|
|
6
6
|
export class ItemEnchantments$Mutable extends Object {
|
|
7
7
|
constructor(enchantments: ItemEnchantments)
|
|
8
|
-
// private enchantments:
|
|
8
|
+
// private enchantments: { [key: string]: any };
|
|
9
9
|
getLevel(enchantment: Holder<Enchantment>): number;
|
|
10
10
|
keySet(): Holder<Enchantment>[];
|
|
11
11
|
removeIf(predicate: (param0: Holder<Enchantment>) => boolean): void;
|
|
@@ -15,8 +15,8 @@ export class ItemEnchantments extends Object implements TooltipProvider {
|
|
|
15
15
|
static CODEC: Codec<ItemEnchantments>;
|
|
16
16
|
static EMPTY: ItemEnchantments;
|
|
17
17
|
static STREAM_CODEC: StreamCodec<RegistryFriendlyByteBuf, ItemEnchantments>;
|
|
18
|
-
private constructor(enchantments:
|
|
19
|
-
// private enchantments:
|
|
18
|
+
private constructor(enchantments: { [key: string]: any })
|
|
19
|
+
// private enchantments: { [key: string]: any };
|
|
20
20
|
addToTooltip(context: Item$TooltipContext, consumer: (param0: Component) => void, flag: TooltipFlag, components: DataComponentGetter): void;
|
|
21
21
|
entrySet(): Object2IntMap$Entry<Holder<Enchantment>>[];
|
|
22
22
|
equals(obj: Object | null): boolean;
|
|
@@ -12,6 +12,7 @@ import type { BlockEntity } from '../../../../net/minecraft/world/level/block/en
|
|
|
12
12
|
import type { BlockEntityType } from '../../../../net/minecraft/world/level/block/entity/BlockEntityType.d.ts'
|
|
13
13
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
14
14
|
import type { LevelLightEngine } from '../../../../net/minecraft/world/level/lighting/LevelLightEngine.d.ts'
|
|
15
|
+
import type { FluidState } from '../../../../net/minecraft/world/level/material/FluidState.d.ts'
|
|
15
16
|
import type { AABB } from '../../../../net/minecraft/world/phys/AABB.d.ts'
|
|
16
17
|
import type { BlockHitResult } from '../../../../net/minecraft/world/phys/BlockHitResult.d.ts'
|
|
17
18
|
import type { Vec3 } from '../../../../net/minecraft/world/phys/Vec3.d.ts'
|
|
@@ -20,13 +21,18 @@ export interface BlockAndLightGetter extends Object, BlockGetter {
|
|
|
20
21
|
canSeeSky(pos: BlockPos): boolean;
|
|
21
22
|
clip(arg0: ClipContext): BlockHitResult;
|
|
22
23
|
clipWithInteractionOverride(from: Vec3, to: Vec3, pos: BlockPos, blockShape: VoxelShape, blockState: BlockState): BlockHitResult;
|
|
24
|
+
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
23
25
|
getBlockEntity<T extends BlockEntity>(pos: BlockPos, type: BlockEntityType<T>): Optional<T>;
|
|
24
26
|
getBlockFloorHeight(pos: BlockPos): number;
|
|
25
27
|
getBlockFloorHeight(blockShape: VoxelShape, belowBlockShape: () => VoxelShape): number;
|
|
28
|
+
getBlockState(pos: BlockPos): BlockState;
|
|
26
29
|
getBlockStates(box: AABB): Stream<BlockState>;
|
|
27
30
|
getBrightness(layer: LightLayer, pos: BlockPos): number;
|
|
31
|
+
getFluidState(pos: BlockPos): FluidState;
|
|
32
|
+
getHeight(): number;
|
|
28
33
|
getLightEmission(pos: BlockPos): number;
|
|
29
34
|
getLightEngine(): LevelLightEngine;
|
|
35
|
+
getMinY(): number;
|
|
30
36
|
getRawBrightness(pos: BlockPos, darkening: number): number;
|
|
31
37
|
isBlockInLine(c: ClipBlockStateContext): BlockHitResult;
|
|
32
38
|
// private lithium$blockHitFactory(arg0: ClipContext): (param0: Object, param1: Object) => Object;
|
|
@@ -31,10 +31,12 @@ export interface BlockGetter extends Object, FabricBlockGetter, BlockGetterMixin
|
|
|
31
31
|
getBlockState(pos: BlockPos): BlockState;
|
|
32
32
|
getBlockStates(box: AABB): Stream<BlockState>;
|
|
33
33
|
getFluidState(pos: BlockPos): FluidState;
|
|
34
|
+
getHeight(): number;
|
|
34
35
|
getLightEmission(pos: BlockPos): number;
|
|
35
36
|
getMaxSectionY(): number;
|
|
36
37
|
getMaxY(): number;
|
|
37
38
|
getMinSectionY(): number;
|
|
39
|
+
getMinY(): number;
|
|
38
40
|
getSectionIndex(blockY: number): number;
|
|
39
41
|
getSectionIndexFromSectionY(sectionY: number): number;
|
|
40
42
|
getSectionYFromSectionIndex(sectionIndex: number): number;
|
|
@@ -20,6 +20,7 @@ export class ClipContext extends Object implements ClipContextAccess, ClipContex
|
|
|
20
20
|
readonly from: Vec3;
|
|
21
21
|
readonly to: Vec3;
|
|
22
22
|
getBlockShape(blockState: BlockState, level: BlockGetter, pos: BlockPos): VoxelShape;
|
|
23
|
+
getFluidHandling(): ClipContext$Fluid;
|
|
23
24
|
getFluidShape(fluidState: FluidState, level: BlockGetter, pos: BlockPos): VoxelShape;
|
|
24
25
|
getFrom(): Vec3;
|
|
25
26
|
getTo(): Vec3;
|
|
@@ -12,6 +12,7 @@ import type { BlockEntity } from '../../../../net/minecraft/world/level/block/en
|
|
|
12
12
|
import type { BlockEntityType } from '../../../../net/minecraft/world/level/block/entity/BlockEntityType.d.ts'
|
|
13
13
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
14
14
|
import type { WorldBorder } from '../../../../net/minecraft/world/level/border/WorldBorder.d.ts'
|
|
15
|
+
import type { FluidState } from '../../../../net/minecraft/world/level/material/FluidState.d.ts'
|
|
15
16
|
import type { AABB } from '../../../../net/minecraft/world/phys/AABB.d.ts'
|
|
16
17
|
import type { BlockHitResult } from '../../../../net/minecraft/world/phys/BlockHitResult.d.ts'
|
|
17
18
|
import type { Vec3 } from '../../../../net/minecraft/world/phys/Vec3.d.ts'
|
|
@@ -28,14 +29,19 @@ export interface CollisionGetter extends Object, BlockGetter {
|
|
|
28
29
|
getBlockAndLiquidCollisions(source: Entity, box: AABB): VoxelShape[];
|
|
29
30
|
getBlockCollisions(source: Entity, box: AABB): VoxelShape[];
|
|
30
31
|
// private getBlockCollisionsFromContext(source: CollisionContext, box: AABB): VoxelShape[];
|
|
32
|
+
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
31
33
|
getBlockEntity<T extends BlockEntity>(pos: BlockPos, type: BlockEntityType<T>): Optional<T>;
|
|
32
34
|
getBlockFloorHeight(pos: BlockPos): number;
|
|
33
35
|
getBlockFloorHeight(blockShape: VoxelShape, belowBlockShape: () => VoxelShape): number;
|
|
36
|
+
getBlockState(pos: BlockPos): BlockState;
|
|
34
37
|
getBlockStates(box: AABB): Stream<BlockState>;
|
|
35
38
|
getChunkForCollisions(chunkX: number, chunkZ: number): BlockGetter;
|
|
36
39
|
getCollisions(source: Entity, box: AABB): VoxelShape[];
|
|
37
40
|
getEntityCollisions(source: Entity, testArea: AABB): VoxelShape[];
|
|
41
|
+
getFluidState(pos: BlockPos): FluidState;
|
|
42
|
+
getHeight(): number;
|
|
38
43
|
getLightEmission(pos: BlockPos): number;
|
|
44
|
+
getMinY(): number;
|
|
39
45
|
getPreMoveCollisions(source: Entity, box: AABB, oldPos: Vec3): VoxelShape[];
|
|
40
46
|
getWorldBorder(): WorldBorder;
|
|
41
47
|
isBlockInLine(c: ClipBlockStateContext): BlockHitResult;
|
|
@@ -7,32 +7,48 @@ import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
|
7
7
|
import type { BlockPos } from '../../../../net/minecraft/core/BlockPos.d.ts'
|
|
8
8
|
import type { Holder } from '../../../../net/minecraft/core/Holder.d.ts'
|
|
9
9
|
import type { HolderLookup } from '../../../../net/minecraft/core/HolderLookup.d.ts'
|
|
10
|
+
import type { RegistryAccess } from '../../../../net/minecraft/core/RegistryAccess.d.ts'
|
|
10
11
|
import type { ResourceKey } from '../../../../net/minecraft/resources/ResourceKey.d.ts'
|
|
12
|
+
import type { EnvironmentAttributeReader } from '../../../../net/minecraft/world/attribute/EnvironmentAttributeReader.d.ts'
|
|
11
13
|
import type { Entity } from '../../../../net/minecraft/world/entity/Entity.d.ts'
|
|
12
14
|
import type { Player } from '../../../../net/minecraft/world/entity/player/Player.d.ts'
|
|
15
|
+
import type { FeatureFlagSet } from '../../../../net/minecraft/world/flag/FeatureFlagSet.d.ts'
|
|
13
16
|
import type { BlockGetter } from '../../../../net/minecraft/world/level/BlockGetter.d.ts'
|
|
14
17
|
import type { EntityGetter } from '../../../../net/minecraft/world/level/EntityGetter.d.ts'
|
|
15
18
|
import type { LevelReader } from '../../../../net/minecraft/world/level/LevelReader.d.ts'
|
|
16
19
|
import type { LevelSimulatedRW } from '../../../../net/minecraft/world/level/LevelSimulatedRW.d.ts'
|
|
17
20
|
import type { Biome } from '../../../../net/minecraft/world/level/biome/Biome.d.ts'
|
|
21
|
+
import type { BiomeManager } from '../../../../net/minecraft/world/level/biome/BiomeManager.d.ts'
|
|
18
22
|
import type { BlockEntity } from '../../../../net/minecraft/world/level/block/entity/BlockEntity.d.ts'
|
|
19
23
|
import type { BlockEntityType } from '../../../../net/minecraft/world/level/block/entity/BlockEntityType.d.ts'
|
|
20
24
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
25
|
+
import type { WorldBorder } from '../../../../net/minecraft/world/level/border/WorldBorder.d.ts'
|
|
21
26
|
import type { ChunkAccess } from '../../../../net/minecraft/world/level/chunk/ChunkAccess.d.ts'
|
|
22
27
|
import type { ChunkStatus } from '../../../../net/minecraft/world/level/chunk/status/ChunkStatus.d.ts'
|
|
28
|
+
import type { DimensionType } from '../../../../net/minecraft/world/level/dimension/DimensionType.d.ts'
|
|
23
29
|
import type { Heightmap$Types } from '../../../../net/minecraft/world/level/levelgen/Heightmap$Types.d.ts'
|
|
30
|
+
import type { LevelLightEngine } from '../../../../net/minecraft/world/level/lighting/LevelLightEngine.d.ts'
|
|
31
|
+
import type { FluidState } from '../../../../net/minecraft/world/level/material/FluidState.d.ts'
|
|
24
32
|
import type { AABB } from '../../../../net/minecraft/world/phys/AABB.d.ts'
|
|
25
33
|
import type { CollisionContext } from '../../../../net/minecraft/world/phys/shapes/CollisionContext.d.ts'
|
|
26
34
|
import type { VoxelShape } from '../../../../net/minecraft/world/phys/shapes/VoxelShape.d.ts'
|
|
27
35
|
export interface CommonLevelAccessor extends Object, EntityGetter, LevelReader, LevelSimulatedRW {
|
|
28
36
|
canSeeSkyFromBelowWater(pos: BlockPos): boolean;
|
|
29
37
|
containsAnyLiquid(box: AABB): boolean;
|
|
38
|
+
destroyBlock(pos: BlockPos, dropResources: boolean, breaker: Entity, updateLimit: number): boolean;
|
|
39
|
+
dimensionType(): DimensionType;
|
|
40
|
+
enabledFeatures(): FeatureFlagSet;
|
|
41
|
+
environmentAttributes(): EnvironmentAttributeReader;
|
|
30
42
|
getBiome(pos: BlockPos): Holder<Biome>;
|
|
31
43
|
getBiomeFabric(arg0: BlockPos): Holder<Object>;
|
|
44
|
+
getBiomeManager(): BiomeManager;
|
|
45
|
+
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
32
46
|
getBlockEntity<T extends BlockEntity>(pos: BlockPos, type: BlockEntityType<T>): Optional<T>;
|
|
47
|
+
getBlockState(pos: BlockPos): BlockState;
|
|
33
48
|
getBlockStatesIfLoaded(box: AABB): Stream<BlockState>;
|
|
34
49
|
getChunk(chunkX: number, chunkZ: number): ChunkAccess;
|
|
35
50
|
getChunk(chunkX: number, chunkZ: number, status: ChunkStatus): ChunkAccess;
|
|
51
|
+
getChunk(chunkX: number, chunkZ: number, targetStatus: ChunkStatus, loadOrGenerate: boolean): ChunkAccess;
|
|
36
52
|
getChunk(pos: BlockPos): ChunkAccess;
|
|
37
53
|
getChunkForCollisions(chunkX: number, chunkZ: number): BlockGetter;
|
|
38
54
|
getEffectiveSkyBrightness(pos: BlockPos): number;
|
|
@@ -40,9 +56,12 @@ export interface CommonLevelAccessor extends Object, EntityGetter, LevelReader,
|
|
|
40
56
|
getEntitiesOfClass<T extends Entity>(baseClass: Class<T>, bb: AABB): T[];
|
|
41
57
|
getEntitiesOfClass<T extends Entity>(baseClass: Class<T>, bb: AABB, selector: (param0: T) => boolean): T[];
|
|
42
58
|
getEntityCollisions(source: Entity, testArea: AABB): VoxelShape[];
|
|
59
|
+
getFluidState(pos: BlockPos): FluidState;
|
|
43
60
|
getHeight(): number;
|
|
61
|
+
getHeight(type: Heightmap$Types, x: number, z: number): number;
|
|
44
62
|
getHeight(type: Heightmap$Types, pos: BlockPos): number;
|
|
45
63
|
getHeightmapPos(type: Heightmap$Types, pos: BlockPos): BlockPos;
|
|
64
|
+
getLightEngine(): LevelLightEngine;
|
|
46
65
|
getLightLevelDependentMagicValue(pos: BlockPos): number;
|
|
47
66
|
getMaxLocalRawBrightness(pos: BlockPos): number;
|
|
48
67
|
getMaxLocalRawBrightness(pos: BlockPos, skyDarkening: number): number;
|
|
@@ -53,7 +72,11 @@ export interface CommonLevelAccessor extends Object, EntityGetter, LevelReader,
|
|
|
53
72
|
getNoiseBiome(quartX: number, quartY: number, quartZ: number): Holder<Biome>;
|
|
54
73
|
getPathfindingCostFromLightLevels(pos: BlockPos): number;
|
|
55
74
|
getPlayerByUUID(uuid: UUID): Player;
|
|
75
|
+
getSeaLevel(): number;
|
|
76
|
+
getSkyDarken(): number;
|
|
77
|
+
getWorldBorder(): WorldBorder;
|
|
56
78
|
hasBiomes(): boolean;
|
|
79
|
+
hasChunk(chunkX: number, chunkZ: number): boolean;
|
|
57
80
|
hasChunkAt(blockX: number, blockZ: number): boolean;
|
|
58
81
|
hasChunkAt(pos: BlockPos): boolean;
|
|
59
82
|
hasChunksAt(x0: number, z0: number, x1: number, z1: number): boolean;
|
|
@@ -61,10 +84,14 @@ export interface CommonLevelAccessor extends Object, EntityGetter, LevelReader,
|
|
|
61
84
|
hasChunksAt(pos0: BlockPos, pos1: BlockPos): boolean;
|
|
62
85
|
hasNearbyAlivePlayer(x: number, y: number, z: number, range: number): boolean;
|
|
63
86
|
holderLookup<T extends Object | number | string | boolean>(key: ResourceKey<T[]>): HolderLookup<T>;
|
|
87
|
+
isClientSide(): boolean;
|
|
64
88
|
isEmptyBlock(pos: BlockPos): boolean;
|
|
65
89
|
isUnobstructed(ignore: Entity): boolean;
|
|
66
90
|
isUnobstructed(source: Entity, shape: VoxelShape): boolean;
|
|
67
91
|
isUnobstructed(state: BlockState, pos: BlockPos, context: CollisionContext): boolean;
|
|
68
92
|
isWaterAt(pos: BlockPos): boolean;
|
|
69
93
|
lithium$getLoadedChunk(arg0: number, arg1: number): ChunkAccess;
|
|
94
|
+
registryAccess(): RegistryAccess;
|
|
95
|
+
removeBlock(pos: BlockPos, movedByPiston: boolean): boolean;
|
|
96
|
+
setBlock(pos: BlockPos, blockState: BlockState, updateFlags: number, updateLimit: number): boolean;
|
|
70
97
|
}
|
|
@@ -31,6 +31,7 @@ export class EmptyBlockGetter extends Enum<EmptyBlockGetter> implements BlockGet
|
|
|
31
31
|
clipWithInteractionOverride(from: Vec3, to: Vec3, pos: BlockPos, blockShape: VoxelShape, blockState: BlockState): BlockHitResult;
|
|
32
32
|
getBlockEntity<T extends BlockEntity>(pos: BlockPos, type: BlockEntityType<T>): Optional<T>;
|
|
33
33
|
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
34
|
+
getBlockEntityRenderData(arg0: BlockPos): Object;
|
|
34
35
|
getBlockFloorHeight(pos: BlockPos): number;
|
|
35
36
|
getBlockFloorHeight(blockShape: VoxelShape, belowBlockShape: () => VoxelShape): number;
|
|
36
37
|
getBlockState(pos: BlockPos): BlockState;
|
|
@@ -38,8 +39,20 @@ export class EmptyBlockGetter extends Enum<EmptyBlockGetter> implements BlockGet
|
|
|
38
39
|
getFluidState(pos: BlockPos): FluidState;
|
|
39
40
|
getHeight(): number;
|
|
40
41
|
getLightEmission(pos: BlockPos): number;
|
|
42
|
+
getMaxSectionY(): number;
|
|
43
|
+
getMaxY(): number;
|
|
44
|
+
getMinSectionY(): number;
|
|
41
45
|
getMinY(): number;
|
|
46
|
+
getSectionIndex(blockY: number): number;
|
|
47
|
+
getSectionIndexFromSectionY(sectionY: number): number;
|
|
48
|
+
getSectionYFromSectionIndex(sectionIndex: number): number;
|
|
49
|
+
getSectionsCount(): number;
|
|
50
|
+
hasBiomes(): boolean;
|
|
42
51
|
isBlockInLine(c: ClipBlockStateContext): BlockHitResult;
|
|
52
|
+
isInsideBuildHeight(blockY: number): boolean;
|
|
53
|
+
isInsideBuildHeight(pos: BlockPos): boolean;
|
|
54
|
+
isOutsideBuildHeight(blockY: number): boolean;
|
|
55
|
+
isOutsideBuildHeight(pos: BlockPos): boolean;
|
|
43
56
|
// private lithium$blockHitFactory(arg0: ClipContext): (param0: Object, param1: Object) => Object;
|
|
44
57
|
name(): "INSTANCE";
|
|
45
58
|
}
|
|
@@ -51,6 +51,7 @@ import type { DamageSources } from '../../../../net/minecraft/world/damagesource
|
|
|
51
51
|
import type { Entity } from '../../../../net/minecraft/world/entity/Entity.d.ts'
|
|
52
52
|
import type { EnderDragonPart } from '../../../../net/minecraft/world/entity/boss/enderdragon/EnderDragonPart.d.ts'
|
|
53
53
|
import type { Player } from '../../../../net/minecraft/world/entity/player/Player.d.ts'
|
|
54
|
+
import type { FeatureFlagSet } from '../../../../net/minecraft/world/flag/FeatureFlagSet.d.ts'
|
|
54
55
|
import type { PotionBrewing } from '../../../../net/minecraft/world/item/alchemy/PotionBrewing.d.ts'
|
|
55
56
|
import type { FireworkExplosion } from '../../../../net/minecraft/world/item/component/FireworkExplosion.d.ts'
|
|
56
57
|
import type { RecipeAccess } from '../../../../net/minecraft/world/item/crafting/RecipeAccess.d.ts'
|
|
@@ -67,7 +68,9 @@ import type { BlockEntityType } from '../../../../net/minecraft/world/level/bloc
|
|
|
67
68
|
import type { FuelValues } from '../../../../net/minecraft/world/level/block/entity/FuelValues.d.ts'
|
|
68
69
|
import type { TickingBlockEntity } from '../../../../net/minecraft/world/level/block/entity/TickingBlockEntity.d.ts'
|
|
69
70
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
71
|
+
import type { WorldBorder } from '../../../../net/minecraft/world/level/border/WorldBorder.d.ts'
|
|
70
72
|
import type { ChunkAccess } from '../../../../net/minecraft/world/level/chunk/ChunkAccess.d.ts'
|
|
73
|
+
import type { ChunkSource } from '../../../../net/minecraft/world/level/chunk/ChunkSource.d.ts'
|
|
71
74
|
import type { LevelChunk } from '../../../../net/minecraft/world/level/chunk/LevelChunk.d.ts'
|
|
72
75
|
import type { PalettedContainerFactory } from '../../../../net/minecraft/world/level/chunk/PalettedContainerFactory.d.ts'
|
|
73
76
|
import type { ChunkStatus } from '../../../../net/minecraft/world/level/chunk/status/ChunkStatus.d.ts'
|
|
@@ -171,6 +174,7 @@ export abstract class Level extends Object implements AutoCloseable, ChunkRandom
|
|
|
171
174
|
dimensionType(): DimensionType;
|
|
172
175
|
dimensionTypeRegistration(): Holder<DimensionType>;
|
|
173
176
|
dragonParts(): EnderDragonPart[];
|
|
177
|
+
enabledFeatures(): FeatureFlagSet;
|
|
174
178
|
environmentAttributes(): EnvironmentAttributeSystem;
|
|
175
179
|
explode(source: Entity, x: number, y: number, z: number, r: number, fire: boolean, blockInteraction: Level$ExplosionInteraction): void;
|
|
176
180
|
explode(source: Entity, x: number, y: number, z: number, r: number, blockInteraction: Level$ExplosionInteraction): void;
|
|
@@ -226,6 +230,7 @@ export abstract class Level extends Object implements AutoCloseable, ChunkRandom
|
|
|
226
230
|
getChunk(arg0: BlockPos): ChunkAccess;
|
|
227
231
|
getChunkAt(arg0: BlockPos): LevelChunk;
|
|
228
232
|
getChunkForCollisions(arg0: number, arg1: number): BlockGetter;
|
|
233
|
+
getChunkSource(): ChunkSource;
|
|
229
234
|
getClientLeafTintColor(pos: BlockPos): number;
|
|
230
235
|
// private getClockTimeTicks(clock: Optional<Holder<WorldClock>>): number;
|
|
231
236
|
getDefaultClockTime(): number;
|
|
@@ -258,6 +263,7 @@ export abstract class Level extends Object implements AutoCloseable, ChunkRandom
|
|
|
258
263
|
getRandom(): RandomSource;
|
|
259
264
|
getRespawnData(): LevelData$RespawnData;
|
|
260
265
|
getScoreboard(): Scoreboard;
|
|
266
|
+
getSeaLevel(): number;
|
|
261
267
|
getSectionIndex(arg0: number): number;
|
|
262
268
|
getSectionIndex(blockY: number): number;
|
|
263
269
|
getSectionIndexFromSectionY(arg0: number): number;
|
|
@@ -267,7 +273,9 @@ export abstract class Level extends Object implements AutoCloseable, ChunkRandom
|
|
|
267
273
|
getSectionsCount(): number;
|
|
268
274
|
getServer(): MinecraftServer;
|
|
269
275
|
getSkyDarken(): number;
|
|
276
|
+
getThread(): Thread;
|
|
270
277
|
getThunderLevel(a: number): number;
|
|
278
|
+
getWorldBorder(): WorldBorder;
|
|
271
279
|
getWorldBorderAdjustedRespawnData(respawnData: LevelData$RespawnData): LevelData$RespawnData;
|
|
272
280
|
globalAttachments(): GlobalAttachments;
|
|
273
281
|
globalLevelEvent(type: number, pos: BlockPos, data: number): void;
|
|
@@ -294,6 +302,7 @@ export abstract class Level extends Object implements AutoCloseable, ChunkRandom
|
|
|
294
302
|
isStateAtPosition(pos: BlockPos, predicate: (param0: BlockState) => boolean): boolean;
|
|
295
303
|
isThundering(): boolean;
|
|
296
304
|
levelEvent(type: number, pos: BlockPos, data: number): void;
|
|
305
|
+
levelEvent(source: Entity, type: number, pos: BlockPos, data: number): void;
|
|
297
306
|
lithium$getData(): LithiumData$Data;
|
|
298
307
|
lithium$getLoadedExistingBlockEntity(arg0: BlockPos): BlockEntity;
|
|
299
308
|
lithium$getRandomPosInChunk(arg0: number, arg1: number, arg2: number, arg3: number, arg4: BlockPos$MutableBlockPos): void;
|
|
@@ -3,6 +3,7 @@ import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
|
3
3
|
import type { BlockPos } from '../../../../net/minecraft/core/BlockPos.d.ts'
|
|
4
4
|
import type { Direction } from '../../../../net/minecraft/core/Direction.d.ts'
|
|
5
5
|
import type { Holder } from '../../../../net/minecraft/core/Holder.d.ts'
|
|
6
|
+
import type { RegistryAccess } from '../../../../net/minecraft/core/RegistryAccess.d.ts'
|
|
6
7
|
import type { ParticleOptions } from '../../../../net/minecraft/core/particles/ParticleOptions.d.ts'
|
|
7
8
|
import type { ResourceKey } from '../../../../net/minecraft/resources/ResourceKey.d.ts'
|
|
8
9
|
import type { MinecraftServer } from '../../../../net/minecraft/server/MinecraftServer.d.ts'
|
|
@@ -10,18 +11,27 @@ import type { SoundEvent } from '../../../../net/minecraft/sounds/SoundEvent.d.t
|
|
|
10
11
|
import type { SoundSource } from '../../../../net/minecraft/sounds/SoundSource.d.ts'
|
|
11
12
|
import type { RandomSource } from '../../../../net/minecraft/util/RandomSource.d.ts'
|
|
12
13
|
import type { Difficulty } from '../../../../net/minecraft/world/Difficulty.d.ts'
|
|
14
|
+
import type { EnvironmentAttributeReader } from '../../../../net/minecraft/world/attribute/EnvironmentAttributeReader.d.ts'
|
|
13
15
|
import type { Entity } from '../../../../net/minecraft/world/entity/Entity.d.ts'
|
|
16
|
+
import type { FeatureFlagSet } from '../../../../net/minecraft/world/flag/FeatureFlagSet.d.ts'
|
|
14
17
|
import type { CommonLevelAccessor } from '../../../../net/minecraft/world/level/CommonLevelAccessor.d.ts'
|
|
15
18
|
import type { ScheduledTickAccess } from '../../../../net/minecraft/world/level/ScheduledTickAccess.d.ts'
|
|
19
|
+
import type { BiomeManager } from '../../../../net/minecraft/world/level/biome/BiomeManager.d.ts'
|
|
16
20
|
import type { Block } from '../../../../net/minecraft/world/level/block/Block.d.ts'
|
|
17
21
|
import type { BlockEntity } from '../../../../net/minecraft/world/level/block/entity/BlockEntity.d.ts'
|
|
18
22
|
import type { BlockEntityType } from '../../../../net/minecraft/world/level/block/entity/BlockEntityType.d.ts'
|
|
19
23
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
24
|
+
import type { WorldBorder } from '../../../../net/minecraft/world/level/border/WorldBorder.d.ts'
|
|
25
|
+
import type { ChunkAccess } from '../../../../net/minecraft/world/level/chunk/ChunkAccess.d.ts'
|
|
20
26
|
import type { ChunkSource } from '../../../../net/minecraft/world/level/chunk/ChunkSource.d.ts'
|
|
27
|
+
import type { ChunkStatus } from '../../../../net/minecraft/world/level/chunk/status/ChunkStatus.d.ts'
|
|
28
|
+
import type { DimensionType } from '../../../../net/minecraft/world/level/dimension/DimensionType.d.ts'
|
|
21
29
|
import type { GameEvent } from '../../../../net/minecraft/world/level/gameevent/GameEvent.d.ts'
|
|
22
30
|
import type { GameEvent$Context } from '../../../../net/minecraft/world/level/gameevent/GameEvent$Context.d.ts'
|
|
23
31
|
import type { Heightmap$Types } from '../../../../net/minecraft/world/level/levelgen/Heightmap$Types.d.ts'
|
|
32
|
+
import type { LevelLightEngine } from '../../../../net/minecraft/world/level/lighting/LevelLightEngine.d.ts'
|
|
24
33
|
import type { Fluid } from '../../../../net/minecraft/world/level/material/Fluid.d.ts'
|
|
34
|
+
import type { FluidState } from '../../../../net/minecraft/world/level/material/FluidState.d.ts'
|
|
25
35
|
import type { LevelData } from '../../../../net/minecraft/world/level/storage/LevelData.d.ts'
|
|
26
36
|
import type { AABB } from '../../../../net/minecraft/world/phys/AABB.d.ts'
|
|
27
37
|
import type { Vec3 } from '../../../../net/minecraft/world/phys/Vec3.d.ts'
|
|
@@ -32,21 +42,36 @@ export interface LevelAccessor extends Object, CommonLevelAccessor, ScheduledTic
|
|
|
32
42
|
addParticle(particle: ParticleOptions, x: number, y: number, z: number, xd: number, yd: number, zd: number): void;
|
|
33
43
|
createTick<T extends Object | number | string | boolean>(pos: BlockPos, type: T, tickDelay: number): ScheduledTick<T>;
|
|
34
44
|
createTick<T extends Object | number | string | boolean>(pos: BlockPos, type: T, tickDelay: number, priority: TickPriority): ScheduledTick<T>;
|
|
45
|
+
destroyBlock(pos: BlockPos, dropResources: boolean, breaker: Entity, updateLimit: number): boolean;
|
|
46
|
+
dimensionType(): DimensionType;
|
|
47
|
+
enabledFeatures(): FeatureFlagSet;
|
|
48
|
+
environmentAttributes(): EnvironmentAttributeReader;
|
|
35
49
|
gameEvent(gameEvent: Holder<GameEvent>, pos: BlockPos, context: GameEvent$Context): void;
|
|
36
50
|
gameEvent(gameEvent: Holder<GameEvent>, position: Vec3, context: GameEvent$Context): void;
|
|
37
51
|
gameEvent(gameEvent: ResourceKey<GameEvent>, pos: BlockPos, context: GameEvent$Context): void;
|
|
38
52
|
gameEvent(sourceEntity: Entity, gameEvent: Holder<GameEvent>, pos: BlockPos): void;
|
|
39
53
|
gameEvent(sourceEntity: Entity, gameEvent: Holder<GameEvent>, pos: Vec3): void;
|
|
54
|
+
getBiomeManager(): BiomeManager;
|
|
55
|
+
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
40
56
|
getBlockEntity<T extends BlockEntity>(pos: BlockPos, type: BlockEntityType<T>): Optional<T>;
|
|
57
|
+
getBlockState(pos: BlockPos): BlockState;
|
|
58
|
+
getChunk(chunkX: number, chunkZ: number, targetStatus: ChunkStatus, loadOrGenerate: boolean): ChunkAccess;
|
|
41
59
|
getChunkSource(): ChunkSource;
|
|
42
60
|
getDifficulty(): Difficulty;
|
|
43
61
|
getEntityCollisions(source: Entity, testArea: AABB): VoxelShape[];
|
|
62
|
+
getFluidState(pos: BlockPos): FluidState;
|
|
44
63
|
getGameTime(): number;
|
|
64
|
+
getHeight(type: Heightmap$Types, x: number, z: number): number;
|
|
45
65
|
getHeightmapPos(type: Heightmap$Types, pos: BlockPos): BlockPos;
|
|
46
66
|
getLevelData(): LevelData;
|
|
67
|
+
getLightEngine(): LevelLightEngine;
|
|
47
68
|
getRandom(): RandomSource;
|
|
69
|
+
getSeaLevel(): number;
|
|
48
70
|
getServer(): MinecraftServer;
|
|
71
|
+
getSkyDarken(): number;
|
|
72
|
+
getWorldBorder(): WorldBorder;
|
|
49
73
|
hasChunk(chunkX: number, chunkZ: number): boolean;
|
|
74
|
+
isClientSide(): boolean;
|
|
50
75
|
isUnobstructed(source: Entity, shape: VoxelShape): boolean;
|
|
51
76
|
levelEvent(type: number, pos: BlockPos, data: number): void;
|
|
52
77
|
levelEvent(source: Entity, type: number, pos: BlockPos, data: number): void;
|
|
@@ -54,9 +79,12 @@ export interface LevelAccessor extends Object, CommonLevelAccessor, ScheduledTic
|
|
|
54
79
|
nextSubTickCount(): number;
|
|
55
80
|
playSound(except: Entity, pos: BlockPos, soundEvent: SoundEvent, source: SoundSource): void;
|
|
56
81
|
playSound(except: Entity, pos: BlockPos, sound: SoundEvent, source: SoundSource, volume: number, pitch: number): void;
|
|
82
|
+
registryAccess(): RegistryAccess;
|
|
83
|
+
removeBlock(pos: BlockPos, movedByPiston: boolean): boolean;
|
|
57
84
|
scheduleTick(pos: BlockPos, type: Block, tickDelay: number): void;
|
|
58
85
|
scheduleTick(pos: BlockPos, type: Block, tickDelay: number, priority: TickPriority): void;
|
|
59
86
|
scheduleTick(pos: BlockPos, type: Fluid, tickDelay: number): void;
|
|
60
87
|
scheduleTick(pos: BlockPos, type: Fluid, tickDelay: number, priority: TickPriority): void;
|
|
88
|
+
setBlock(pos: BlockPos, blockState: BlockState, updateFlags: number, updateLimit: number): boolean;
|
|
61
89
|
updateNeighborsAt(pos: BlockPos, sourceBlock: Block): void;
|
|
62
90
|
}
|
|
@@ -20,11 +20,15 @@ import type { SignalGetter } from '../../../../net/minecraft/world/level/SignalG
|
|
|
20
20
|
import type { Biome } from '../../../../net/minecraft/world/level/biome/Biome.d.ts'
|
|
21
21
|
import type { BiomeManager } from '../../../../net/minecraft/world/level/biome/BiomeManager.d.ts'
|
|
22
22
|
import type { BiomeManager$NoiseBiomeSource } from '../../../../net/minecraft/world/level/biome/BiomeManager$NoiseBiomeSource.d.ts'
|
|
23
|
+
import type { BlockEntity } from '../../../../net/minecraft/world/level/block/entity/BlockEntity.d.ts'
|
|
23
24
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
25
|
+
import type { WorldBorder } from '../../../../net/minecraft/world/level/border/WorldBorder.d.ts'
|
|
24
26
|
import type { ChunkAccess } from '../../../../net/minecraft/world/level/chunk/ChunkAccess.d.ts'
|
|
25
27
|
import type { ChunkStatus } from '../../../../net/minecraft/world/level/chunk/status/ChunkStatus.d.ts'
|
|
26
28
|
import type { DimensionType } from '../../../../net/minecraft/world/level/dimension/DimensionType.d.ts'
|
|
27
29
|
import type { Heightmap$Types } from '../../../../net/minecraft/world/level/levelgen/Heightmap$Types.d.ts'
|
|
30
|
+
import type { LevelLightEngine } from '../../../../net/minecraft/world/level/lighting/LevelLightEngine.d.ts'
|
|
31
|
+
import type { FluidState } from '../../../../net/minecraft/world/level/material/FluidState.d.ts'
|
|
28
32
|
import type { AABB } from '../../../../net/minecraft/world/phys/AABB.d.ts'
|
|
29
33
|
import type { BlockHitResult } from '../../../../net/minecraft/world/phys/BlockHitResult.d.ts'
|
|
30
34
|
import type { Vec3 } from '../../../../net/minecraft/world/phys/Vec3.d.ts'
|
|
@@ -49,6 +53,8 @@ export interface LevelReader extends Object, ChunkView, BlockAndLightGetter, Col
|
|
|
49
53
|
getBlockAndLiquidCollisions(source: Entity, box: AABB): VoxelShape[];
|
|
50
54
|
getBlockCollisions(source: Entity, box: AABB): VoxelShape[];
|
|
51
55
|
// private getBlockCollisionsFromContext(source: CollisionContext, box: AABB): VoxelShape[];
|
|
56
|
+
getBlockEntity(pos: BlockPos): BlockEntity;
|
|
57
|
+
getBlockState(pos: BlockPos): BlockState;
|
|
52
58
|
getBlockStatesIfLoaded(box: AABB): Stream<BlockState>;
|
|
53
59
|
getBrightness(layer: LightLayer, pos: BlockPos): number;
|
|
54
60
|
getChunk(chunkX: number, chunkZ: number): ChunkAccess;
|
|
@@ -61,10 +67,12 @@ export interface LevelReader extends Object, ChunkView, BlockAndLightGetter, Col
|
|
|
61
67
|
getDirectSignal(pos: BlockPos, direction: Direction): number;
|
|
62
68
|
getDirectSignalTo(pos: BlockPos): number;
|
|
63
69
|
getEffectiveSkyBrightness(pos: BlockPos): number;
|
|
70
|
+
getFluidState(pos: BlockPos): FluidState;
|
|
64
71
|
getHeight(): number;
|
|
65
72
|
getHeight(type: Heightmap$Types, x: number, z: number): number;
|
|
66
73
|
getHeight(type: Heightmap$Types, pos: BlockPos): number;
|
|
67
74
|
getHeightmapPos(type: Heightmap$Types, pos: BlockPos): BlockPos;
|
|
75
|
+
getLightEngine(): LevelLightEngine;
|
|
68
76
|
getLightLevelDependentMagicValue(pos: BlockPos): number;
|
|
69
77
|
getMaxLocalRawBrightness(pos: BlockPos): number;
|
|
70
78
|
getMaxLocalRawBrightness(pos: BlockPos, skyDarkening: number): number;
|
|
@@ -77,6 +85,7 @@ export interface LevelReader extends Object, ChunkView, BlockAndLightGetter, Col
|
|
|
77
85
|
getSignal(pos: BlockPos, direction: Direction): number;
|
|
78
86
|
getSkyDarken(): number;
|
|
79
87
|
getUncachedNoiseBiome(quartX: number, quartY: number, quartZ: number): Holder<Biome>;
|
|
88
|
+
getWorldBorder(): WorldBorder;
|
|
80
89
|
hasBiomes(): boolean;
|
|
81
90
|
hasChunk(chunkX: number, chunkZ: number): boolean;
|
|
82
91
|
hasChunkAt(blockX: number, blockZ: number): boolean;
|
|
@@ -4,9 +4,14 @@ import type { Entity } from '../../../../net/minecraft/world/entity/Entity.d.ts'
|
|
|
4
4
|
import type { LevelSimulatedReader } from '../../../../net/minecraft/world/level/LevelSimulatedReader.d.ts'
|
|
5
5
|
import type { LevelWriter } from '../../../../net/minecraft/world/level/LevelWriter.d.ts'
|
|
6
6
|
import type { BlockState } from '../../../../net/minecraft/world/level/block/state/BlockState.d.ts'
|
|
7
|
+
import type { Heightmap$Types } from '../../../../net/minecraft/world/level/levelgen/Heightmap$Types.d.ts'
|
|
7
8
|
export interface LevelSimulatedRW extends Object, LevelSimulatedReader, LevelWriter{
|
|
8
9
|
addFreshEntity(entity: Entity): boolean;
|
|
9
10
|
destroyBlock(pos: BlockPos, dropResources: boolean): boolean;
|
|
10
11
|
destroyBlock(pos: BlockPos, dropResources: boolean, breaker: Entity): boolean;
|
|
12
|
+
destroyBlock(pos: BlockPos, dropResources: boolean, breaker: Entity, updateLimit: number): boolean;
|
|
13
|
+
getHeightmapPos(type: Heightmap$Types, pos: BlockPos): BlockPos;
|
|
14
|
+
removeBlock(pos: BlockPos, movedByPiston: boolean): boolean;
|
|
11
15
|
setBlock(pos: BlockPos, blockState: BlockState, updateFlags: number): boolean;
|
|
16
|
+
setBlock(pos: BlockPos, blockState: BlockState, updateFlags: number, updateLimit: number): boolean;
|
|
12
17
|
}
|
|
@@ -2,7 +2,7 @@ import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
|
2
2
|
import type { MobCategory } from '../../../../net/minecraft/world/entity/MobCategory.d.ts'
|
|
3
3
|
export class LocalMobCapCalculator$MobCounts extends Object {
|
|
4
4
|
private constructor()
|
|
5
|
-
// private counts:
|
|
5
|
+
// private counts: { [key: string]: any };
|
|
6
6
|
add(category: MobCategory): void;
|
|
7
7
|
canSpawn(category: MobCategory): boolean;
|
|
8
8
|
}
|
|
@@ -8,7 +8,7 @@ export class LocalMobCapCalculator extends Object {
|
|
|
8
8
|
constructor(chunkMap: ChunkMap)
|
|
9
9
|
// private chunkMap: ChunkMap;
|
|
10
10
|
// private playerMobCounts: Map<ServerPlayer, LocalMobCapCalculator$MobCounts>;
|
|
11
|
-
// private playersNearChunk:
|
|
11
|
+
// private playersNearChunk: { [key: string]: any };
|
|
12
12
|
addMob(pos: ChunkPos, category: MobCategory): void;
|
|
13
13
|
canSpawn(mobCategory: MobCategory, pos: ChunkPos): boolean;
|
|
14
14
|
// private getPlayersNear(pos: ChunkPos): ServerPlayer[];
|
|
@@ -8,19 +8,19 @@ import type { LocalMobCapCalculator } from '../../../../net/minecraft/world/leve
|
|
|
8
8
|
import type { PotentialCalculator } from '../../../../net/minecraft/world/level/PotentialCalculator.d.ts'
|
|
9
9
|
import type { ChunkAccess } from '../../../../net/minecraft/world/level/chunk/ChunkAccess.d.ts'
|
|
10
10
|
export class NaturalSpawner$SpawnState extends Object {
|
|
11
|
-
private constructor(spawnableChunkCount: number, mobCategoryCounts:
|
|
11
|
+
private constructor(spawnableChunkCount: number, mobCategoryCounts: { [key: string]: any }, spawnPotential: PotentialCalculator, localMobCapCalculator: LocalMobCapCalculator)
|
|
12
12
|
// private lastCharge: number;
|
|
13
13
|
// private lastCheckedPos: BlockPos;
|
|
14
14
|
// private lastCheckedType: EntityType<Object>;
|
|
15
15
|
// private localMobCapCalculator: LocalMobCapCalculator;
|
|
16
|
-
readonly mobCategoryCounts:
|
|
16
|
+
readonly mobCategoryCounts: { [key: string]: any };
|
|
17
17
|
// private spawnPotential: PotentialCalculator;
|
|
18
18
|
readonly spawnableChunkCount: number;
|
|
19
|
-
// private unmodifiableMobCategoryCounts:
|
|
19
|
+
// private unmodifiableMobCategoryCounts: { [key: string]: any };
|
|
20
20
|
// private afterSpawn(mob: Mob, chunk: ChunkAccess): void;
|
|
21
21
|
// private canSpawn(type: EntityType<Object>, testPos: BlockPos, chunk: ChunkAccess): boolean;
|
|
22
22
|
// private canSpawnForCategoryGlobal(mobCategory: MobCategory): boolean;
|
|
23
23
|
// private canSpawnForCategoryLocal(mobCategory: MobCategory, chunkPos: ChunkPos): boolean;
|
|
24
|
-
getMobCategoryCounts():
|
|
24
|
+
getMobCategoryCounts(): { [key: string]: any };
|
|
25
25
|
getSpawnableChunkCount(): number;
|
|
26
26
|
}
|
|
@@ -21,9 +21,9 @@ export class ServerExplosion extends Object implements Explosion {
|
|
|
21
21
|
constructor(level: ServerLevel, source: Entity, damageSource: DamageSource, damageCalculator: ExplosionDamageCalculator, center: Vec3, radius: number, fire: boolean, blockInteraction: Explosion$BlockInteraction)
|
|
22
22
|
readonly blockInteraction: Explosion$BlockInteraction;
|
|
23
23
|
// private bottomY: number;
|
|
24
|
-
// private cachedBlockStates:
|
|
24
|
+
// private cachedBlockStates: { [key: string]: any };
|
|
25
25
|
// private cachedPos: BlockPos$MutableBlockPos;
|
|
26
|
-
// private cachedResistances:
|
|
26
|
+
// private cachedResistances: { [key: string]: any };
|
|
27
27
|
// private center: Vec3;
|
|
28
28
|
// private damageCalculator: ExplosionDamageCalculator;
|
|
29
29
|
readonly damageSource: DamageSource;
|