@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.
Files changed (2873) hide show
  1. package/ambient/ambient.d.ts +2 -2
  2. package/ambient-full.d.ts +15 -0
  3. package/package.json +5 -1
  4. package/registry-full/index.d.ts +245 -1
  5. package/registry-lb/index.d.ts +3 -1
  6. package/types/ai/djl/BaseModel.d.ts +1 -0
  7. package/types/ai/djl/Model.d.ts +1 -0
  8. package/types/ai/djl/engine/rpc/RpcModel.d.ts +1 -0
  9. package/types/ai/djl/inference/streaming/StreamingBlock.d.ts +12 -0
  10. package/types/ai/djl/modality/audio/AudioFactory.d.ts +1 -0
  11. package/types/ai/djl/modality/audio/SampledAudioFactory.d.ts +1 -0
  12. package/types/ai/djl/modality/cv/BufferedImageFactory.d.ts +1 -0
  13. package/types/ai/djl/modality/cv/ImageFactory.d.ts +1 -0
  14. package/types/ai/djl/modality/cv/translator/wrapper/FileImagePreProcessor.d.ts +1 -0
  15. package/types/ai/djl/modality/nlp/DefaultVocabulary$Builder.d.ts +1 -0
  16. package/types/ai/djl/ndarray/BaseNDManager.d.ts +6 -0
  17. package/types/ai/djl/ndarray/LazyNDArray.d.ts +172 -0
  18. package/types/ai/djl/ndarray/NDArray.d.ts +4 -0
  19. package/types/ai/djl/ndarray/NDArrayAdapter.d.ts +3 -0
  20. package/types/ai/djl/ndarray/NDManager.d.ts +1 -0
  21. package/types/ai/djl/ndarray/SparseNDArray.d.ts +172 -0
  22. package/types/ai/djl/nn/BlockFactory.d.ts +1 -0
  23. package/types/ai/djl/nn/IdentityBlockFactory.d.ts +1 -0
  24. package/types/ai/djl/nn/OnesBlockFactory.d.ts +1 -0
  25. package/types/ai/djl/nn/SymbolBlock.d.ts +12 -0
  26. package/types/ai/djl/pytorch/engine/PtModel.d.ts +1 -0
  27. package/types/ai/djl/pytorch/jni/JniUtils.d.ts +1 -0
  28. package/types/ai/djl/pytorch/jni/LibUtils$LibTorch.d.ts +1 -0
  29. package/types/ai/djl/repository/AbstractRepository.d.ts +4 -0
  30. package/types/ai/djl/repository/JarRepository.d.ts +1 -0
  31. package/types/ai/djl/repository/LocalRepository.d.ts +1 -0
  32. package/types/ai/djl/repository/Repository.d.ts +1 -0
  33. package/types/ai/djl/repository/RepositoryFactoryImpl$LocalRepositoryFactory.d.ts +1 -0
  34. package/types/ai/djl/repository/RpcRepository.d.ts +1 -0
  35. package/types/ai/djl/repository/SimpleRepository.d.ts +1 -0
  36. package/types/ai/djl/repository/SimpleUrlRepository.d.ts +1 -0
  37. package/types/ai/djl/repository/zoo/BaseModelLoader.d.ts +1 -0
  38. package/types/ai/djl/repository/zoo/Criteria$Builder.d.ts +1 -0
  39. package/types/ai/djl/repository/zoo/ZooModel.d.ts +1 -0
  40. package/types/ai/djl/training/dataset/RandomAccessDataset.d.ts +2 -0
  41. package/types/ai/djl/training/dataset/RawDataset.d.ts +2 -0
  42. package/types/ai/djl/training/hyperparameter/optimizer/BaseHpOptimizer.d.ts +1 -0
  43. package/types/ai/djl/training/util/DownloadUtils.d.ts +1 -0
  44. package/types/ai/djl/translate/ServingTranslatorFactory.d.ts +1 -0
  45. package/types/ai/djl/util/ClassLoaderUtils.d.ts +1 -0
  46. package/types/ai/djl/util/TarUtils.d.ts +1 -0
  47. package/types/ai/djl/util/Utils.d.ts +1 -0
  48. package/types/ai/djl/util/ZipUtils.d.ts +1 -0
  49. package/types/ai/djl/util/passthrough/PassthroughNDManager.d.ts +1 -0
  50. package/types/com/azure/json/implementation/jackson/core/TokenStreamFactory.d.ts +2 -0
  51. package/types/com/google/common/base/FinalizablePhantomReference.d.ts +1 -0
  52. package/types/com/google/common/base/FinalizableSoftReference.d.ts +1 -0
  53. package/types/com/google/common/base/FinalizableWeakReference.d.ts +1 -0
  54. package/types/com/google/common/collect/ImmutableClassToInstanceMap$Builder.d.ts +1 -1
  55. package/types/com/google/common/collect/Maps.d.ts +1 -1
  56. package/types/com/google/common/hash/AbstractHashFunction.d.ts +2 -0
  57. package/types/com/google/common/hash/AbstractHasher.d.ts +5 -0
  58. package/types/com/google/common/hash/BloomFilterStrategies.d.ts +1 -0
  59. package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +1 -0
  60. package/types/com/google/common/io/MoreFiles$PathByteSink.d.ts +1 -0
  61. package/types/com/google/common/io/MoreFiles$PathByteSource.d.ts +1 -0
  62. package/types/com/google/common/io/MoreFiles.d.ts +1 -0
  63. package/types/com/google/common/reflect/ImmutableTypeToInstanceMap$Builder.d.ts +1 -1
  64. package/types/com/google/common/util/concurrent/AbstractListeningExecutorService.d.ts +6 -0
  65. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner.d.ts +1 -1
  66. package/types/com/google/common/util/concurrent/ClosingFuture$DeferredCloser.d.ts +2 -2
  67. package/types/com/google/common/util/concurrent/ClosingFuture$Peeker.d.ts +2 -2
  68. package/types/com/google/common/util/concurrent/ClosingFuture.d.ts +3 -3
  69. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
  70. package/types/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
  71. package/types/com/google/common/util/concurrent/ListeningExecutorService.d.ts +5 -0
  72. package/types/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
  73. package/types/com/google/gson/FieldNamingPolicy.d.ts +1 -0
  74. package/types/com/google/gson/ToNumberPolicy.d.ts +3 -0
  75. package/types/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
  76. package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
  77. package/types/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
  78. package/types/com/ibm/icu/text/FormattedValue.d.ts +2 -0
  79. package/types/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
  80. package/types/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
  81. package/types/com/llamalad7/mixinextras/injector/MixinExtrasLateInjectionInfo.d.ts +1 -0
  82. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CharStream.d.ts +7 -0
  83. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +3 -0
  84. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/TokenStream.d.ts +7 -0
  85. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/WritableToken.d.ts +10 -0
  86. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/ErrorNode.d.ts +5 -0
  87. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/RuleNode.d.ts +3 -0
  88. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNode.d.ts +3 -0
  89. package/types/com/llamalad7/mixinextras/lib/grammar/expressions/ExpressionParserListener.d.ts +7 -0
  90. package/types/com/microsoft/aad/msal4j/AuthenticationResultSupplier.d.ts +1 -1
  91. package/types/com/microsoft/aad/msal4j/AzureArcManagedIdentitySource.d.ts +1 -0
  92. package/types/com/microsoft/aad/msal4j/EventKey.d.ts +1 -1
  93. package/types/com/microsoft/aad/msal4j/HttpHelper.d.ts +2 -2
  94. package/types/com/microsoft/aad/msal4j/IClientApplicationBase.d.ts +8 -0
  95. package/types/com/microsoft/aad/msal4j/IConfidentialClientApplication.d.ts +14 -0
  96. package/types/com/microsoft/aad/msal4j/IManagedIdentityApplication.d.ts +8 -0
  97. package/types/com/microsoft/aad/msal4j/IPublicClientApplication.d.ts +14 -0
  98. package/types/com/microsoft/aad/msal4j/ITelemetry.d.ts +2 -2
  99. package/types/com/microsoft/aad/msal4j/ITelemetryManager.d.ts +1 -1
  100. package/types/com/microsoft/aad/msal4j/TelemetryHelper.d.ts +2 -2
  101. package/types/com/microsoft/aad/msal4j/TelemetryManager.d.ts +7 -7
  102. package/types/com/mojang/authlib/HttpAuthenticationService.d.ts +4 -0
  103. package/types/com/mojang/authlib/minecraft/TelemetryEvent.d.ts +4 -0
  104. package/types/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.d.ts +1 -0
  105. package/types/com/mojang/blaze3d/font/SpaceProvider.d.ts +1 -2
  106. package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +2 -0
  107. package/types/com/mojang/blaze3d/opengl/GlStateManager$BooleanState.d.ts +1 -0
  108. package/types/com/mojang/blaze3d/opengl/GlTexture.d.ts +1 -1
  109. package/types/com/mojang/blaze3d/opengl/GlTextureView.d.ts +1 -1
  110. package/types/com/mojang/blaze3d/platform/InputConstants$Type.d.ts +1 -1
  111. package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +2 -0
  112. package/types/com/mojang/blaze3d/platform/ScreenManager.d.ts +1 -1
  113. package/types/com/mojang/blaze3d/platform/TextureUtil.d.ts +1 -0
  114. package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +1 -0
  115. package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +2 -0
  116. package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +3 -0
  117. package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +1 -0
  118. package/types/com/mojang/datafixers/DataFixerBuilder.d.ts +1 -1
  119. package/types/com/mojang/datafixers/DataFixerUpper.d.ts +3 -3
  120. package/types/com/mojang/datafixers/schemas/Schema.d.ts +1 -1
  121. package/types/com/mojang/datafixers/types/families/RecursiveTypeFamily.d.ts +1 -1
  122. package/types/com/mojang/jtracy/Loader.d.ts +1 -0
  123. package/types/com/mojang/realmsclient/client/worldupload/RealmsUploadWorldPacker.d.ts +1 -0
  124. package/types/com/mojang/realmsclient/client/worldupload/RealmsWorldUpload.d.ts +1 -0
  125. package/types/com/mojang/realmsclient/util/task/LongRunningTask.d.ts +1 -0
  126. package/types/com/mojang/serialization/KeyCompressor.d.ts +3 -3
  127. package/types/com/nikoverflow/exploitpreventer/Utils.d.ts +1 -0
  128. package/types/com/oracle/js/parser/ParserContextBreakableNode.d.ts +6 -0
  129. package/types/com/oracle/js/parser/ParserContextScopableNode.d.ts +6 -0
  130. package/types/com/oracle/truffle/api/InternalResource$Env.d.ts +2 -1
  131. package/types/com/oracle/truffle/api/InternalResource.d.ts +1 -0
  132. package/types/com/oracle/truffle/api/LanguageAccessor$LanguageImpl.d.ts +1 -0
  133. package/types/com/oracle/truffle/api/TruffleFile$AllFiles.d.ts +1 -0
  134. package/types/com/oracle/truffle/api/TruffleFile.d.ts +1 -0
  135. package/types/com/oracle/truffle/api/TruffleLanguage$Env$TruffleFileFactory.d.ts +1 -0
  136. package/types/com/oracle/truffle/api/bytecode/TagTreeNode.d.ts +2 -0
  137. package/types/com/oracle/truffle/api/frame/MaterializedFrame.d.ts +3 -0
  138. package/types/com/oracle/truffle/api/frame/VirtualFrame.d.ts +4 -0
  139. package/types/com/oracle/truffle/api/impl/AbstractAssumption.d.ts +3 -0
  140. package/types/com/oracle/truffle/api/impl/Accessor$EngineSupport.d.ts +1 -0
  141. package/types/com/oracle/truffle/api/impl/Accessor$LanguageSupport.d.ts +1 -0
  142. package/types/com/oracle/truffle/api/impl/Accessor$RuntimeSupport.d.ts +1 -0
  143. package/types/com/oracle/truffle/api/impl/DefaultRuntimeAccessor$DefaultRuntimeSupport.d.ts +1 -0
  144. package/types/com/oracle/truffle/api/impl/asm/commons/JSRInlinerAdapter.d.ts +1 -1
  145. package/types/com/oracle/truffle/api/object/ShapeBasic.d.ts +2 -2
  146. package/types/com/oracle/truffle/api/object/ShapeExt.d.ts +2 -2
  147. package/types/com/oracle/truffle/api/object/ShapeImpl.d.ts +5 -5
  148. package/types/com/oracle/truffle/host/HostClassLoader$Loader.d.ts +1 -0
  149. package/types/com/oracle/truffle/js/nodes/access/JSTargetableWriteNode.d.ts +2 -0
  150. package/types/com/oracle/truffle/js/nodes/access/JSWriteFrameSlotNode.d.ts +2 -0
  151. package/types/com/oracle/truffle/js/nodes/control/AbstractRepeatingNode.d.ts +1 -0
  152. package/types/com/oracle/truffle/js/parser/JSParser.d.ts +29 -0
  153. package/types/com/oracle/truffle/js/runtime/Symbol.d.ts +3 -3
  154. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default$WithSpecies.d.ts +4 -0
  155. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default.d.ts +3 -0
  156. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctions.d.ts +3 -0
  157. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctionsAndSpecies.d.ts +4 -0
  158. package/types/com/oracle/truffle/js/runtime/builtins/intl/JSSegmenter$Granularity.d.ts +3 -0
  159. package/types/com/oracle/truffle/polyglot/EngineAccessor$EngineImpl.d.ts +1 -0
  160. package/types/com/oracle/truffle/polyglot/FileSystems$CompositeFileSystem$FileSystemInfo.d.ts +1 -0
  161. package/types/com/oracle/truffle/polyglot/FileSystems$CompositeFileSystem.d.ts +1 -0
  162. package/types/com/oracle/truffle/polyglot/FileSystems$DeniedIOFileSystem.d.ts +1 -0
  163. package/types/com/oracle/truffle/polyglot/FileSystems$ForwardingFileSystem.d.ts +1 -0
  164. package/types/com/oracle/truffle/polyglot/FileSystems$InternalResourcesSelector.d.ts +1 -0
  165. package/types/com/oracle/truffle/polyglot/FileSystems$InvalidFileSystem.d.ts +1 -0
  166. package/types/com/oracle/truffle/polyglot/FileSystems$NIOFileSystem.d.ts +1 -0
  167. package/types/com/oracle/truffle/polyglot/FileSystems$PathOperationsOnlyFileSystem.d.ts +1 -0
  168. package/types/com/oracle/truffle/polyglot/FileSystems$PolyglotFileSystem.d.ts +6 -0
  169. package/types/com/oracle/truffle/polyglot/FileSystems$PreInitializeContextFileSystem.d.ts +1 -0
  170. package/types/com/oracle/truffle/polyglot/FileSystems$ReadOnlyFileSystem.d.ts +1 -0
  171. package/types/com/oracle/truffle/polyglot/InternalResourceCache.d.ts +1 -0
  172. package/types/com/oracle/truffle/polyglot/InternalResourceRoots$ResolvedCacheFolder.d.ts +1 -0
  173. package/types/com/oracle/truffle/polyglot/InternalResourceRoots$Root.d.ts +1 -0
  174. package/types/com/oracle/truffle/polyglot/InternalResourceRoots.d.ts +1 -0
  175. package/types/com/oracle/truffle/polyglot/JDKSupport$LibTruffleAttachResource.d.ts +1 -0
  176. package/types/com/oracle/truffle/polyglot/PolyglotEngineDispatch.d.ts +1 -0
  177. package/types/com/oracle/truffle/polyglot/PolyglotEngineImpl.d.ts +1 -0
  178. package/types/com/oracle/truffle/polyglot/PolyglotImpl.d.ts +1 -0
  179. package/types/com/oracle/truffle/polyglot/PolyglotLoggers$SharedFileHandler.d.ts +1 -0
  180. package/types/com/oracle/truffle/regex/charset/RangesBuffer.d.ts +4 -0
  181. package/types/com/oracle/truffle/regex/tregex/nodes/dfa/DFAAbstractStateNode.d.ts +2 -0
  182. package/types/com/oracle/truffle/regex/tregex/parser/ast/RegexASTNode.d.ts +2 -0
  183. package/types/com/oracle/truffle/regex/tregex/string/AbstractStringIterator.d.ts +1 -0
  184. package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$JoinableThreadFactory.d.ts +4 -1
  185. package/types/com/oracle/truffle/runtime/EngineCacheSupport$Disabled.d.ts +1 -0
  186. package/types/com/oracle/truffle/runtime/EngineCacheSupport.d.ts +1 -0
  187. package/types/com/oracle/truffle/runtime/EngineData.d.ts +1 -0
  188. package/types/com/oracle/truffle/runtime/OptimizedRuntimeSupport.d.ts +1 -0
  189. package/types/com/oracle/truffle/runtime/jfr/CompilationEvent.d.ts +4 -0
  190. package/types/com/oracle/truffle/runtime/jfr/CompilationStatisticsEvent.d.ts +2 -0
  191. package/types/com/oracle/truffle/runtime/jfr/DeoptimizationEvent.d.ts +4 -0
  192. package/types/com/oracle/truffle/runtime/jfr/InvalidationEvent.d.ts +4 -0
  193. package/types/com/oracle/truffle/runtime/jfr/RootFunctionEvent.d.ts +2 -0
  194. package/types/com/oracle/truffle/tools/chromeinspector/InspectorExecutionContext$CancellableRunnable.d.ts +1 -0
  195. package/types/com/oracle/truffle/tools/utils/java_websocket/WebSocketAdapter.d.ts +14 -0
  196. package/types/com/oracle/truffle/tools/utils/java_websocket/WrappedByteChannel.d.ts +4 -0
  197. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshake.d.ts +2 -0
  198. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshakeBuilder.d.ts +4 -0
  199. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/HandshakeBuilder.d.ts +2 -0
  200. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshake.d.ts +2 -0
  201. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshakeBuilder.d.ts +5 -0
  202. package/types/com/seedfinding/mccore/block/Block.d.ts +1 -1
  203. package/types/com/seedfinding/mccore/block/Blocks.d.ts +2 -2
  204. package/types/com/sun/jna/TypeConverter.d.ts +4 -0
  205. package/types/com/sun/jna/platform/linux/LibC.d.ts +22 -0
  206. package/types/com/sun/jna/platform/unix/LibC.d.ts +22 -0
  207. package/types/com/sun/jna/platform/unix/LibCAPI.d.ts +4 -0
  208. package/types/com/sun/jna/platform/win32/COM/IConnectionPoint.d.ts +5 -0
  209. package/types/com/sun/jna/platform/win32/COM/IConnectionPointContainer.d.ts +3 -0
  210. package/types/com/sun/jna/platform/win32/COM/IDispatch.d.ts +3 -0
  211. package/types/com/sun/jna/platform/win32/COM/IDispatchCallback.d.ts +20 -0
  212. package/types/com/sun/jna/platform/win32/COM/IEnumMoniker.d.ts +4 -0
  213. package/types/com/sun/jna/platform/win32/COM/IEnumVariant.d.ts +6 -0
  214. package/types/com/sun/jna/platform/win32/COM/IMoniker.d.ts +13 -0
  215. package/types/com/sun/jna/platform/win32/COM/IPersist.d.ts +6 -0
  216. package/types/com/sun/jna/platform/win32/COM/IPersistStream.d.ts +8 -0
  217. package/types/com/sun/jna/platform/win32/COM/IRecordInfo.d.ts +5 -0
  218. package/types/com/sun/jna/platform/win32/COM/IRunningObjectTable.d.ts +4 -0
  219. package/types/com/sun/jna/platform/win32/COM/ITypeComp.d.ts +4 -0
  220. package/types/com/sun/jna/platform/win32/COM/ITypeInfo.d.ts +3 -0
  221. package/types/com/sun/jna/platform/win32/COM/ITypeLib.d.ts +4 -0
  222. package/types/com/sun/jna/platform/win32/COM/IUnknownCallback.d.ts +6 -0
  223. package/types/com/sun/jna/platform/win32/COM/tlb/TlbImp.d.ts +1 -1
  224. package/types/com/sun/jna/platform/win32/COM/util/AbstractComEventCallbackListener.d.ts +2 -0
  225. package/types/com/sun/jna/platform/win32/COM/util/IConnectionPointContainer.d.ts +2 -0
  226. package/types/com/sun/jna/platform/win32/DdemlUtil$IDdeClient.d.ts +1 -0
  227. package/types/com/sun/net/httpserver/HttpExchange.d.ts +2 -2
  228. package/types/com/sun/net/httpserver/Request.d.ts +1 -1
  229. package/types/com/terraformersmc/modmenu/gui/ModsScreen.d.ts +1 -0
  230. package/types/com/terraformersmc/modmenu/util/mod/fabric/FabricIconHandler.d.ts +1 -0
  231. package/types/com/viaversion/nbt/io/TagReader.d.ts +1 -0
  232. package/types/com/viaversion/nbt/io/TagWriter.d.ts +1 -0
  233. package/types/com/viaversion/nbt/tag/NumberArrayTag.d.ts +5 -0
  234. package/types/com/viaversion/nbt/tag/NumberTag.d.ts +4 -0
  235. package/types/com/viaversion/viaaprilfools/api/minecraft/entities/EntityTypes25w14craftmine.d.ts +1 -0
  236. package/types/com/viaversion/viaaprilfools/platform/ViaAprilFoolsConfig.d.ts +3 -0
  237. package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ClientboundPackets20w14infinite.d.ts +2 -0
  238. package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ServerboundPackets20w14infinite.d.ts +2 -0
  239. package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ClientboundPackets3D_Shareware.d.ts +2 -0
  240. package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ServerboundPackets3D_Shareware.d.ts +2 -0
  241. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
  242. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPacket25w14craftmine.d.ts +2 -0
  243. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPackets25w14craftmine.d.ts +4 -0
  244. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
  245. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPacket25w14craftmine.d.ts +2 -0
  246. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPackets25w14craftmine.d.ts +4 -0
  247. package/types/com/viaversion/viabackwards/api/ViaBackwardsConfig.d.ts +3 -0
  248. package/types/com/viaversion/viabackwards/api/data/BackwardsMappingData.d.ts +4 -4
  249. package/types/com/viaversion/viabackwards/api/rewriters/EntityRewriterBase.d.ts +1 -1
  250. package/types/com/viaversion/viabackwards/api/rewriters/LegacyBlockItemRewriter.d.ts +4 -4
  251. package/types/com/viaversion/viabackwards/api/rewriters/LegacySoundRewriter.d.ts +1 -1
  252. package/types/com/viaversion/viabackwards/api/rewriters/text/TranslatableRewriter.d.ts +8 -0
  253. package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/block_entity_handlers/PistonHandler.d.ts +1 -1
  254. package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/data/BackwardsMappingData1_13.d.ts +2 -2
  255. package/types/com/viaversion/viabackwards/protocol/v1_13to1_12_2/storage/NoteBlockStorage.d.ts +1 -1
  256. package/types/com/viaversion/viabackwards/protocol/v1_14to1_13_2/storage/ChunkLightStorage.d.ts +1 -1
  257. package/types/com/viaversion/viabackwards/protocol/v1_16_2to1_16_1/storage/BiomeStorage.d.ts +1 -1
  258. package/types/com/viaversion/viabackwards/protocol/v1_17_1to1_17/storage/InventoryStateIds.d.ts +1 -1
  259. package/types/com/viaversion/viabackwards/protocol/v1_18to1_17_1/data/BackwardsMappingData1_18.d.ts +2 -2
  260. package/types/com/viaversion/viabackwards/protocol/v1_19_1to1_19/storage/ChatRegistryStorage.d.ts +1 -1
  261. package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/data/BackwardsMappingData1_19.d.ts +1 -1
  262. package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/storage/DimensionRegistryStorage.d.ts +1 -1
  263. package/types/com/viaversion/viafabricplus/ViaFabricPlusImpl.d.ts +1 -0
  264. package/types/com/viaversion/viafabricplus/api/ViaFabricPlusBase.d.ts +1 -0
  265. package/types/com/viaversion/viafabricplus/features/entity/metadata/WolfHealthTracker1_14_4.d.ts +1 -1
  266. package/types/com/viaversion/viafabricplus/protocoltranslator/ProtocolTranslator.d.ts +1 -0
  267. package/types/com/viaversion/viafabricplus/protocoltranslator/impl/command/VFPSubCommand.d.ts +2 -0
  268. package/types/com/viaversion/viafabricplus/save/AbstractSave.d.ts +1 -0
  269. package/types/com/viaversion/viafabricplus/util/ClassLoaderPriorityUtil.d.ts +1 -0
  270. package/types/com/viaversion/viaversion/api/configuration/ViaVersionConfig.d.ts +3 -0
  271. package/types/com/viaversion/viaversion/api/data/BiMappings.d.ts +4 -0
  272. package/types/com/viaversion/viaversion/api/data/FullIdentityMappings.d.ts +2 -2
  273. package/types/com/viaversion/viaversion/api/data/FullMappings.d.ts +4 -0
  274. package/types/com/viaversion/viaversion/api/data/FullMappingsBase.d.ts +3 -3
  275. package/types/com/viaversion/viaversion/api/data/Int2IntMapBiMappings.d.ts +4 -4
  276. package/types/com/viaversion/viaversion/api/data/Int2IntMapMappings.d.ts +3 -3
  277. package/types/com/viaversion/viaversion/api/data/MappingDataLoader.d.ts +2 -2
  278. package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl.d.ts +1 -1
  279. package/types/com/viaversion/viaversion/api/minecraft/codec/hash/Hasher.d.ts +11 -0
  280. package/types/com/viaversion/viaversion/api/minecraft/data/StructuredData.d.ts +1 -0
  281. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_10$EntityType.d.ts +1 -0
  282. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_11$EntityType.d.ts +1 -0
  283. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_12$EntityType.d.ts +1 -0
  284. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_13$EntityType.d.ts +1 -0
  285. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_14.d.ts +1 -0
  286. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_15.d.ts +1 -0
  287. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16.d.ts +1 -0
  288. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16_2.d.ts +1 -0
  289. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_17.d.ts +1 -0
  290. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19.d.ts +1 -0
  291. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_3.d.ts +1 -0
  292. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_4.d.ts +1 -0
  293. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_3.d.ts +1 -0
  294. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_5.d.ts +1 -0
  295. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_11.d.ts +1 -0
  296. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_2.d.ts +1 -0
  297. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_4.d.ts +1 -0
  298. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_5.d.ts +1 -0
  299. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_6.d.ts +1 -0
  300. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_9.d.ts +1 -0
  301. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_8$EntityType.d.ts +1 -0
  302. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_9$EntityType.d.ts +1 -0
  303. package/types/com/viaversion/viaversion/api/minecraft/item/HashedItem.d.ts +5 -1
  304. package/types/com/viaversion/viaversion/api/minecraft/item/HashedStructuredItem.d.ts +3 -3
  305. package/types/com/viaversion/viaversion/api/minecraft/item/Item.d.ts +4 -0
  306. package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantments.d.ts +2 -2
  307. package/types/com/viaversion/viaversion/api/platform/ProtocolDetectorService.d.ts +1 -1
  308. package/types/com/viaversion/viaversion/api/protocol/SimpleProtocol$DummyPacketTypes.d.ts +2 -0
  309. package/types/com/viaversion/viaversion/api/protocol/packet/ClientboundPacketType.d.ts +2 -0
  310. package/types/com/viaversion/viaversion/api/protocol/packet/ServerboundPacketType.d.ts +2 -0
  311. package/types/com/viaversion/viaversion/api/protocol/packet/provider/PacketTypeArrayMap.d.ts +1 -1
  312. package/types/com/viaversion/viaversion/api/protocol/packet/provider/PacketTypeMapMap.d.ts +3 -3
  313. package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType.d.ts +2 -3
  314. package/types/com/viaversion/viaversion/codec/OpsBase.d.ts +9 -0
  315. package/types/com/viaversion/viaversion/data/entity/EntityTrackerBase.d.ts +1 -1
  316. package/types/com/viaversion/viaversion/data/item/OriginalHashedItem.d.ts +1 -1
  317. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
  318. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntIterator.d.ts +1 -0
  319. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
  320. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntStack.d.ts +3 -0
  321. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntMaps.d.ts +8 -8
  322. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectMaps.d.ts +9 -9
  323. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
  324. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntIntSortedPair.d.ts +2 -0
  325. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntListIterator.d.ts +2 -0
  326. package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableInputStream.d.ts +2 -0
  327. package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableOutputStream.d.ts +2 -0
  328. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
  329. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongIterator.d.ts +1 -0
  330. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
  331. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongStack.d.ts +3 -0
  332. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectMaps.d.ts +9 -9
  333. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
  334. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongListIterator.d.ts +2 -0
  335. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLongSortedPair.d.ts +2 -0
  336. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntMaps.d.ts +9 -9
  337. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntSortedMaps.d.ts +10 -10
  338. package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +1 -0
  339. package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +3 -0
  340. package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/v1_20_3/TextCodecs_v1_20_3$TextComponentType.d.ts +1 -0
  341. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/AbstractConstruct.d.ts +1 -0
  342. package/types/com/viaversion/viaversion/platform/AbstractProtocolDetectorService.d.ts +3 -2
  343. package/types/com/viaversion/viaversion/platform/LegacyViaInjector.d.ts +1 -0
  344. package/types/com/viaversion/viaversion/protocols/base/ClientboundLoginPackets.d.ts +2 -0
  345. package/types/com/viaversion/viaversion/protocols/base/ClientboundStatusPackets.d.ts +2 -0
  346. package/types/com/viaversion/viaversion/protocols/base/ServerboundHandshakePackets.d.ts +2 -0
  347. package/types/com/viaversion/viaversion/protocols/base/ServerboundLoginPackets.d.ts +2 -0
  348. package/types/com/viaversion/viaversion/protocols/base/ServerboundStatusPackets.d.ts +2 -0
  349. package/types/com/viaversion/viaversion/protocols/base/packet/BaseClientboundPacket.d.ts +2 -0
  350. package/types/com/viaversion/viaversion/protocols/base/packet/BaseServerboundPacket.d.ts +2 -0
  351. package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ClientboundPackets1_12.d.ts +2 -0
  352. package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ServerboundPackets1_12.d.ts +2 -0
  353. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/BlockData.d.ts +1 -1
  354. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/ConnectionData.d.ts +1 -1
  355. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/BlockIdData.d.ts +1 -1
  356. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/EntityIdMappings1_13.d.ts +1 -1
  357. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ClientboundPackets1_13.d.ts +2 -0
  358. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ServerboundPackets1_13.d.ts +2 -0
  359. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/storage/BlockConnectionStorage.d.ts +1 -1
  360. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/storage/BlockStorage.d.ts +1 -1
  361. package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ClientboundPackets1_12_1.d.ts +2 -0
  362. package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ServerboundPackets1_12_1.d.ts +2 -0
  363. package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ClientboundPackets1_14.d.ts +2 -0
  364. package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ServerboundPackets1_14.d.ts +2 -0
  365. package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/storage/EntityTracker1_14.d.ts +3 -3
  366. package/types/com/viaversion/viaversion/protocols/v1_14_3to1_14_4/packet/ClientboundPackets1_14_4.d.ts +2 -0
  367. package/types/com/viaversion/viaversion/protocols/v1_14_4to1_15/packet/ClientboundPackets1_15.d.ts +2 -0
  368. package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ClientboundPackets1_16.d.ts +2 -0
  369. package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ServerboundPackets1_16.d.ts +2 -0
  370. package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ClientboundPackets1_16_2.d.ts +2 -0
  371. package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ServerboundPackets1_16_2.d.ts +2 -0
  372. package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ClientboundPackets1_17.d.ts +2 -0
  373. package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ServerboundPackets1_17.d.ts +2 -0
  374. package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/data/BlockEntities1_18.d.ts +1 -1
  375. package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/packet/ClientboundPackets1_18.d.ts +2 -0
  376. package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/storage/ChunkLightStorage.d.ts +1 -1
  377. package/types/com/viaversion/viaversion/protocols/v1_17to1_17_1/packet/ClientboundPackets1_17_1.d.ts +2 -0
  378. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/data/MappingData1_19.d.ts +1 -1
  379. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ClientboundPackets1_19.d.ts +2 -0
  380. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ServerboundPackets1_19.d.ts +2 -0
  381. package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ClientboundPackets1_19_3.d.ts +2 -0
  382. package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ServerboundPackets1_19_3.d.ts +2 -0
  383. package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ClientboundPackets1_19_4.d.ts +2 -0
  384. package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ServerboundPackets1_19_4.d.ts +2 -0
  385. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ClientboundPackets1_19_1.d.ts +2 -0
  386. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ServerboundPackets1_19_1.d.ts +2 -0
  387. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/storage/ChatTypeStorage.d.ts +1 -1
  388. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundConfigurationPackets1_20_3.d.ts +2 -0
  389. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPacket1_20_3.d.ts +2 -0
  390. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPackets1_20_3.d.ts +4 -0
  391. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPacket1_20_3.d.ts +2 -0
  392. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPackets1_20_3.d.ts +4 -0
  393. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundConfigurationPackets1_20_5.d.ts +2 -0
  394. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPacket1_20_5.d.ts +2 -0
  395. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPackets1_20_5.d.ts +4 -0
  396. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
  397. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPacket1_20_5.d.ts +2 -0
  398. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPackets1_20_5.d.ts +4 -0
  399. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
  400. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPacket1_21.d.ts +2 -0
  401. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPackets1_21.d.ts +4 -0
  402. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundConfigurationPackets1_20_2.d.ts +2 -0
  403. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPacket1_20_2.d.ts +2 -0
  404. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPackets1_20_2.d.ts +4 -0
  405. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundConfigurationPackets1_20_2.d.ts +2 -0
  406. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPacket1_20_2.d.ts +2 -0
  407. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPackets1_20_2.d.ts +4 -0
  408. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPacket26_1.d.ts +2 -0
  409. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPackets26_1.d.ts +4 -0
  410. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPacket26_1.d.ts +2 -0
  411. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPackets26_1.d.ts +4 -0
  412. package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPacket1_21_4.d.ts +2 -0
  413. package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPackets1_21_4.d.ts +4 -0
  414. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPacket1_21_5.d.ts +2 -0
  415. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPackets1_21_5.d.ts +4 -0
  416. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPacket1_21_5.d.ts +2 -0
  417. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPackets1_21_5.d.ts +4 -0
  418. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundConfigurationPackets1_21_6.d.ts +2 -0
  419. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPacket1_21_6.d.ts +2 -0
  420. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPackets1_21_6.d.ts +4 -0
  421. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundConfigurationPackets1_21_6.d.ts +2 -0
  422. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPacket1_21_6.d.ts +2 -0
  423. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPackets1_21_6.d.ts +4 -0
  424. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundConfigurationPackets1_21_9.d.ts +2 -0
  425. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPacket1_21_9.d.ts +2 -0
  426. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPackets1_21_9.d.ts +4 -0
  427. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundConfigurationPackets1_21_9.d.ts +2 -0
  428. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundPacket1_21_9.d.ts +2 -0
  429. package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPacket1_21_11.d.ts +2 -0
  430. package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPackets1_21_11.d.ts +4 -0
  431. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPacket1_21_2.d.ts +2 -0
  432. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPackets1_21_2.d.ts +4 -0
  433. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPacket1_21_2.d.ts +2 -0
  434. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPackets1_21_2.d.ts +4 -0
  435. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2.d.ts +1 -1
  436. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/storage/EntityTracker1_21_2.d.ts +1 -1
  437. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/data/PotionIdMappings1_9.d.ts +1 -1
  438. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_8.d.ts +2 -0
  439. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_9.d.ts +2 -0
  440. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_8.d.ts +2 -0
  441. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_9.d.ts +2 -0
  442. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/provider/CompressionProvider$CompressionHandler.d.ts +5 -0
  443. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/rewriter/ItemPacketRewriter1_9.d.ts +1 -1
  444. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/storage/EntityTracker1_9.d.ts +6 -7
  445. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/storage/InventoryTracker.d.ts +1 -1
  446. package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ClientboundPackets1_9_3.d.ts +2 -0
  447. package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ServerboundPackets1_9_3.d.ts +2 -0
  448. package/types/com/viaversion/viaversion/util/KeyMappings.d.ts +1 -1
  449. package/types/de/odysseus/ithaka/digraph/MapDigraph$EdgeMapFactory.d.ts +1 -1
  450. package/types/de/odysseus/ithaka/digraph/MapDigraph$VertexMapFactory.d.ts +1 -1
  451. package/types/de/odysseus/ithaka/digraph/MapDigraph.d.ts +1 -1
  452. package/types/dev/kastle/netty/channel/nethernet/signaling/AbstractNetherNetXboxSignaling.d.ts +1 -0
  453. package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetClientSignaling.d.ts +6 -0
  454. package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling.d.ts +6 -0
  455. package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +17 -0
  456. package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +13 -0
  457. package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +1 -0
  458. package/types/eu/pb4/placeholders/api/parsers/LegacyFormattingParser.d.ts +1 -1
  459. package/types/io/github/douira/glsl_transformer/GLSLParserListener.d.ts +7 -0
  460. package/types/io/github/douira/glsl_transformer/ast/query/index/PrefixExternalDeclarationIndex.d.ts +1 -1
  461. package/types/io/github/douira/glsl_transformer/ast/query/index/PrefixIdentifierIndex.d.ts +1 -1
  462. package/types/io/github/douira/glsl_transformer/ast/transform/ASTParser.d.ts +3 -3
  463. package/types/io/github/douira/glsl_transformer/parser/CachingParser.d.ts +2 -3
  464. package/types/io/github/douira/glsl_transformer/parser/TwoTierCachingParser.d.ts +1 -2
  465. package/types/io/jsonwebtoken/ClaimJwtException.d.ts +6 -6
  466. package/types/io/jsonwebtoken/ClaimsBuilder.d.ts +1 -1
  467. package/types/io/jsonwebtoken/CompressionCodec.d.ts +1 -0
  468. package/types/io/jsonwebtoken/CompressionCodecResolver.d.ts +1 -1
  469. package/types/io/jsonwebtoken/ExpiredJwtException.d.ts +2 -2
  470. package/types/io/jsonwebtoken/IncorrectClaimException.d.ts +2 -2
  471. package/types/io/jsonwebtoken/InvalidClaimException.d.ts +2 -2
  472. package/types/io/jsonwebtoken/Jwe.d.ts +1 -1
  473. package/types/io/jsonwebtoken/Jws.d.ts +1 -1
  474. package/types/io/jsonwebtoken/Jwt.d.ts +1 -1
  475. package/types/io/jsonwebtoken/JwtBuilder.d.ts +1 -1
  476. package/types/io/jsonwebtoken/JwtHandler.d.ts +4 -4
  477. package/types/io/jsonwebtoken/JwtHandlerAdapter.d.ts +8 -8
  478. package/types/io/jsonwebtoken/JwtParser.d.ts +9 -9
  479. package/types/io/jsonwebtoken/JwtParserBuilder.d.ts +1 -1
  480. package/types/io/jsonwebtoken/Jwts$HeaderBuilder.d.ts +1 -1
  481. package/types/io/jsonwebtoken/Jwts.d.ts +1 -1
  482. package/types/io/jsonwebtoken/Locator.d.ts +1 -1
  483. package/types/io/jsonwebtoken/LocatorAdapter.d.ts +2 -5
  484. package/types/io/jsonwebtoken/MissingClaimException.d.ts +2 -2
  485. package/types/io/jsonwebtoken/PrematureJwtException.d.ts +2 -2
  486. package/types/io/jsonwebtoken/ProtectedHeaderMutator.d.ts +1 -1
  487. package/types/io/jsonwebtoken/ProtectedJwt.d.ts +1 -1
  488. package/types/io/jsonwebtoken/SigningKeyResolver.d.ts +2 -2
  489. package/types/io/jsonwebtoken/SigningKeyResolverAdapter.d.ts +4 -4
  490. package/types/io/jsonwebtoken/SupportedJwtVisitor.d.ts +4 -4
  491. package/types/io/jsonwebtoken/impl/CompressionCodecLocator.d.ts +3 -3
  492. package/types/io/jsonwebtoken/impl/DefaultJwe.d.ts +5 -5
  493. package/types/io/jsonwebtoken/impl/DefaultJws.d.ts +5 -5
  494. package/types/io/jsonwebtoken/impl/DefaultJwt.d.ts +3 -3
  495. package/types/io/jsonwebtoken/impl/DefaultJwtBuilder.d.ts +6 -6
  496. package/types/io/jsonwebtoken/impl/DefaultJwtParser.d.ts +18 -18
  497. package/types/io/jsonwebtoken/impl/DefaultJwtParserBuilder.d.ts +2 -2
  498. package/types/io/jsonwebtoken/impl/DefaultProtectedJwt.d.ts +3 -3
  499. package/types/io/jsonwebtoken/impl/DefaultTokenizedJwe.d.ts +1 -1
  500. package/types/io/jsonwebtoken/impl/DefaultTokenizedJwt.d.ts +1 -1
  501. package/types/io/jsonwebtoken/impl/IdLocator.d.ts +2 -2
  502. package/types/io/jsonwebtoken/impl/Payload.d.ts +4 -4
  503. package/types/io/jsonwebtoken/impl/TokenizedJwe.d.ts +3 -0
  504. package/types/io/jsonwebtoken/impl/TokenizedJwt.d.ts +1 -1
  505. package/types/io/jsonwebtoken/impl/X509Context.d.ts +2 -0
  506. package/types/io/jsonwebtoken/impl/io/AbstractParserBuilder.d.ts +2 -2
  507. package/types/io/jsonwebtoken/impl/lang/LocatorFunction.d.ts +2 -2
  508. package/types/io/jsonwebtoken/impl/lang/Parameter.d.ts +1 -0
  509. package/types/io/jsonwebtoken/impl/lang/RequiredParameterReader.d.ts +1 -1
  510. package/types/io/jsonwebtoken/impl/security/AbstractEcJwkFactory.d.ts +1 -1
  511. package/types/io/jsonwebtoken/impl/security/AbstractFamilyJwkFactory.d.ts +10 -10
  512. package/types/io/jsonwebtoken/impl/security/AbstractSecurityBuilder.d.ts +2 -2
  513. package/types/io/jsonwebtoken/impl/security/AbstractSignatureAlgorithm.d.ts +2 -0
  514. package/types/io/jsonwebtoken/impl/security/AsymmetricJwkFactory.d.ts +7 -7
  515. package/types/io/jsonwebtoken/impl/security/ConstantKeyLocator.d.ts +3 -6
  516. package/types/io/jsonwebtoken/impl/security/DefaultAeadRequest.d.ts +2 -2
  517. package/types/io/jsonwebtoken/impl/security/DefaultDecryptionKeyRequest.d.ts +1 -1
  518. package/types/io/jsonwebtoken/impl/security/DefaultDynamicJwkBuilder$Supplier.d.ts +1 -1
  519. package/types/io/jsonwebtoken/impl/security/DefaultJwkParserBuilder.d.ts +2 -3
  520. package/types/io/jsonwebtoken/impl/security/DefaultJwkSetBuilder.d.ts +8 -8
  521. package/types/io/jsonwebtoken/impl/security/DefaultJwkSetParserBuilder.d.ts +2 -3
  522. package/types/io/jsonwebtoken/impl/security/DefaultKeyRequest.d.ts +3 -3
  523. package/types/io/jsonwebtoken/impl/security/DefaultRequest.d.ts +3 -3
  524. package/types/io/jsonwebtoken/impl/security/DefaultSecureRequest.d.ts +1 -1
  525. package/types/io/jsonwebtoken/impl/security/DefaultVerifyDigestRequest.d.ts +1 -1
  526. package/types/io/jsonwebtoken/impl/security/DefaultVerifySecureDigestRequest.d.ts +1 -1
  527. package/types/io/jsonwebtoken/impl/security/DispatchingJwkFactory.d.ts +3 -3
  528. package/types/io/jsonwebtoken/impl/security/EcPrivateJwkFactory.d.ts +5 -6
  529. package/types/io/jsonwebtoken/impl/security/EcPublicJwkFactory.d.ts +3 -3
  530. package/types/io/jsonwebtoken/impl/security/EcdhKeyAlgorithm.d.ts +1 -1
  531. package/types/io/jsonwebtoken/impl/security/EdwardsCurve.d.ts +2 -2
  532. package/types/io/jsonwebtoken/impl/security/EdwardsPublicKeyDeriver$ConstantRandom.d.ts +2 -2
  533. package/types/io/jsonwebtoken/impl/security/FamilyJwkFactory.d.ts +3 -2
  534. package/types/io/jsonwebtoken/impl/security/JcaTemplate$AlgorithmParametersFactory.d.ts +1 -1
  535. package/types/io/jsonwebtoken/impl/security/JcaTemplate$CertificateFactoryFactory.d.ts +1 -1
  536. package/types/io/jsonwebtoken/impl/security/JcaTemplate$CipherFactory.d.ts +1 -1
  537. package/types/io/jsonwebtoken/impl/security/JcaTemplate$InstanceFactory.d.ts +2 -1
  538. package/types/io/jsonwebtoken/impl/security/JcaTemplate$JcaInstanceFactory.d.ts +4 -4
  539. package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyAgreementFactory.d.ts +1 -1
  540. package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyFactoryFactory.d.ts +1 -1
  541. package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyGeneratorFactory.d.ts +1 -1
  542. package/types/io/jsonwebtoken/impl/security/JcaTemplate$KeyPairGeneratorFactory.d.ts +1 -1
  543. package/types/io/jsonwebtoken/impl/security/JcaTemplate$MacFactory.d.ts +1 -1
  544. package/types/io/jsonwebtoken/impl/security/JcaTemplate$MessageDigestFactory.d.ts +1 -1
  545. package/types/io/jsonwebtoken/impl/security/JcaTemplate$SecretKeyFactoryFactory.d.ts +1 -1
  546. package/types/io/jsonwebtoken/impl/security/JcaTemplate$SignatureFactory.d.ts +1 -1
  547. package/types/io/jsonwebtoken/impl/security/JcaTemplate.d.ts +5 -5
  548. package/types/io/jsonwebtoken/impl/security/JwkBuilderSupplier.d.ts +2 -2
  549. package/types/io/jsonwebtoken/impl/security/JwkConverter.d.ts +6 -6
  550. package/types/io/jsonwebtoken/impl/security/JwkFactory.d.ts +3 -3
  551. package/types/io/jsonwebtoken/impl/security/JwkSetConverter.d.ts +6 -6
  552. package/types/io/jsonwebtoken/impl/security/JwksBridge.d.ts +1 -1
  553. package/types/io/jsonwebtoken/impl/security/LocatingKeyResolver.d.ts +2 -2
  554. package/types/io/jsonwebtoken/impl/security/OctetJwkFactory.d.ts +2 -2
  555. package/types/io/jsonwebtoken/impl/security/OctetPrivateJwkFactory.d.ts +3 -4
  556. package/types/io/jsonwebtoken/impl/security/OctetPublicJwkFactory.d.ts +3 -3
  557. package/types/io/jsonwebtoken/impl/security/ProviderKey.d.ts +4 -4
  558. package/types/io/jsonwebtoken/impl/security/ProviderPrivateKey.d.ts +2 -2
  559. package/types/io/jsonwebtoken/impl/security/ProviderSecretKey.d.ts +2 -2
  560. package/types/io/jsonwebtoken/impl/security/RsaPrivateJwkFactory.d.ts +6 -7
  561. package/types/io/jsonwebtoken/impl/security/RsaPublicJwkFactory.d.ts +3 -3
  562. package/types/io/jsonwebtoken/impl/security/SecretJwkFactory.d.ts +3 -3
  563. package/types/io/jsonwebtoken/impl/security/X509BuilderSupport.d.ts +2 -2
  564. package/types/io/jsonwebtoken/io/CompressionAlgorithm.d.ts +1 -0
  565. package/types/io/jsonwebtoken/io/ParserBuilder.d.ts +1 -1
  566. package/types/io/jsonwebtoken/lang/Collections.d.ts +1 -1
  567. package/types/io/jsonwebtoken/lang/Strings.d.ts +2 -2
  568. package/types/io/jsonwebtoken/security/AeadAlgorithm.d.ts +2 -0
  569. package/types/io/jsonwebtoken/security/AeadRequest.d.ts +1 -0
  570. package/types/io/jsonwebtoken/security/AsymmetricJwkBuilder.d.ts +1 -1
  571. package/types/io/jsonwebtoken/security/Curve.d.ts +3 -0
  572. package/types/io/jsonwebtoken/security/DecryptAeadRequest.d.ts +2 -0
  573. package/types/io/jsonwebtoken/security/DigestAlgorithm.d.ts +1 -0
  574. package/types/io/jsonwebtoken/security/DynamicJwkBuilder.d.ts +1 -1
  575. package/types/io/jsonwebtoken/security/EcPrivateJwkBuilder.d.ts +1 -1
  576. package/types/io/jsonwebtoken/security/EcPublicJwkBuilder.d.ts +1 -1
  577. package/types/io/jsonwebtoken/security/HashAlgorithm.d.ts +1 -0
  578. package/types/io/jsonwebtoken/security/JwkBuilder.d.ts +1 -1
  579. package/types/io/jsonwebtoken/security/JwkParserBuilder.d.ts +1 -1
  580. package/types/io/jsonwebtoken/security/JwkSetBuilder.d.ts +4 -4
  581. package/types/io/jsonwebtoken/security/JwkSetParserBuilder.d.ts +1 -1
  582. package/types/io/jsonwebtoken/security/Jwks.d.ts +2 -2
  583. package/types/io/jsonwebtoken/security/KeyAlgorithm.d.ts +1 -0
  584. package/types/io/jsonwebtoken/security/KeyOperation.d.ts +1 -0
  585. package/types/io/jsonwebtoken/security/KeyRequest.d.ts +1 -1
  586. package/types/io/jsonwebtoken/security/MacAlgorithm.d.ts +2 -0
  587. package/types/io/jsonwebtoken/security/OctetPrivateJwkBuilder.d.ts +1 -1
  588. package/types/io/jsonwebtoken/security/OctetPublicJwkBuilder.d.ts +1 -1
  589. package/types/io/jsonwebtoken/security/Password.d.ts +2 -0
  590. package/types/io/jsonwebtoken/security/PrivateJwkBuilder.d.ts +1 -1
  591. package/types/io/jsonwebtoken/security/PublicJwkBuilder.d.ts +1 -1
  592. package/types/io/jsonwebtoken/security/Request.d.ts +1 -1
  593. package/types/io/jsonwebtoken/security/RsaPrivateJwkBuilder.d.ts +1 -1
  594. package/types/io/jsonwebtoken/security/RsaPublicJwkBuilder.d.ts +1 -1
  595. package/types/io/jsonwebtoken/security/SecretJwkBuilder.d.ts +1 -1
  596. package/types/io/jsonwebtoken/security/SecretKeyAlgorithm.d.ts +2 -0
  597. package/types/io/jsonwebtoken/security/SecureDigestAlgorithm.d.ts +1 -0
  598. package/types/io/jsonwebtoken/security/SecurityBuilder.d.ts +1 -1
  599. package/types/io/jsonwebtoken/security/SignatureAlgorithm.d.ts +3 -0
  600. package/types/io/netty/buffer/AbstractByteBufAllocator.d.ts +1 -0
  601. package/types/io/netty/buffer/ByteBuf.d.ts +3 -0
  602. package/types/io/netty/buffer/ByteBufHolder.d.ts +3 -0
  603. package/types/io/netty/buffer/ByteBufProcessor.d.ts +1 -0
  604. package/types/io/netty/buffer/PoolArenaMetric.d.ts +8 -0
  605. package/types/io/netty/buffer/search/AbstractMultiSearchProcessorFactory.d.ts +4 -0
  606. package/types/io/netty/buffer/search/AbstractSearchProcessorFactory.d.ts +2 -0
  607. package/types/io/netty/buffer/search/MultiSearchProcessor.d.ts +2 -0
  608. package/types/io/netty/buffer/search/SearchProcessor.d.ts +1 -0
  609. package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +1 -0
  610. package/types/io/netty/channel/AbstractChannel.d.ts +6 -0
  611. package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -0
  612. package/types/io/netty/channel/AbstractServerChannel.d.ts +4 -0
  613. package/types/io/netty/channel/AddressedEnvelope.d.ts +3 -0
  614. package/types/io/netty/channel/ChannelHandlerContext.d.ts +14 -0
  615. package/types/io/netty/channel/ChannelInboundHandler.d.ts +2 -0
  616. package/types/io/netty/channel/ChannelOutboundHandler.d.ts +4 -0
  617. package/types/io/netty/channel/ChannelProgressiveFuture.d.ts +3 -0
  618. package/types/io/netty/channel/ChannelProgressivePromise.d.ts +4 -0
  619. package/types/io/netty/channel/ChannelPromise.d.ts +1 -0
  620. package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerCallback.d.ts +1 -0
  621. package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +1 -0
  622. package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator.d.ts +2 -0
  623. package/types/io/netty/channel/FileRegion.d.ts +3 -0
  624. package/types/io/netty/channel/MaxBytesRecvByteBufAllocator.d.ts +2 -0
  625. package/types/io/netty/channel/MaxMessagesRecvByteBufAllocator.d.ts +2 -0
  626. package/types/io/netty/channel/RecvByteBufAllocator$ExtendedHandle.d.ts +13 -0
  627. package/types/io/netty/channel/ServerChannel.d.ts +15 -0
  628. package/types/io/netty/channel/epoll/AbstractEpollServerChannel.d.ts +2 -0
  629. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel.d.ts +2 -0
  630. package/types/io/netty/channel/epoll/EpollIoHandle.d.ts +4 -0
  631. package/types/io/netty/channel/epoll/EpollIoHandler.d.ts +1 -2
  632. package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel.d.ts +2 -0
  633. package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel.d.ts +2 -0
  634. package/types/io/netty/channel/kqueue/KQueueIoHandle.d.ts +4 -0
  635. package/types/io/netty/channel/kqueue/KQueueIoHandler.d.ts +1 -1
  636. package/types/io/netty/channel/local/LocalIoHandle.d.ts +4 -0
  637. package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +1 -0
  638. package/types/io/netty/channel/nio/AbstractNioChannel$NioUnsafe.d.ts +18 -0
  639. package/types/io/netty/channel/nio/NioIoHandle.d.ts +4 -0
  640. package/types/io/netty/channel/pool/AbstractChannelPoolHandler.d.ts +1 -0
  641. package/types/io/netty/channel/socket/DatagramChannel.d.ts +11 -0
  642. package/types/io/netty/channel/socket/DatagramChannelConfig.d.ts +12 -0
  643. package/types/io/netty/channel/socket/DuplexChannel.d.ts +15 -0
  644. package/types/io/netty/channel/socket/DuplexChannelConfig.d.ts +13 -0
  645. package/types/io/netty/channel/socket/ServerSocketChannel.d.ts +13 -0
  646. package/types/io/netty/channel/socket/ServerSocketChannelConfig.d.ts +11 -0
  647. package/types/io/netty/channel/socket/SocketChannel.d.ts +21 -0
  648. package/types/io/netty/channel/socket/SocketChannelConfig.d.ts +14 -0
  649. package/types/io/netty/channel/socket/SocketProtocolFamily.d.ts +1 -0
  650. package/types/io/netty/channel/socket/oio/OioDatagramChannelConfig.d.ts +19 -0
  651. package/types/io/netty/channel/socket/oio/OioServerSocketChannelConfig.d.ts +13 -0
  652. package/types/io/netty/channel/socket/oio/OioSocketChannelConfig.d.ts +18 -0
  653. package/types/io/netty/channel/unix/DomainDatagramChannel.d.ts +13 -0
  654. package/types/io/netty/channel/unix/DomainDatagramChannelConfig.d.ts +12 -0
  655. package/types/io/netty/channel/unix/DomainSocketChannel.d.ts +25 -0
  656. package/types/io/netty/channel/unix/DomainSocketChannelConfig.d.ts +10 -0
  657. package/types/io/netty/channel/unix/ServerDomainSocketChannel.d.ts +17 -0
  658. package/types/io/netty/channel/unix/UnixChannel.d.ts +15 -0
  659. package/types/io/netty/handler/codec/compression/ByteBufChecksum.d.ts +2 -0
  660. package/types/io/netty/handler/codec/http/Cookie.d.ts +13 -0
  661. package/types/io/netty/handler/codec/http/FullHttpMessage.d.ts +12 -0
  662. package/types/io/netty/handler/codec/http/FullHttpRequest.d.ts +14 -0
  663. package/types/io/netty/handler/codec/http/FullHttpResponse.d.ts +12 -0
  664. package/types/io/netty/handler/codec/http/HttpContent.d.ts +8 -0
  665. package/types/io/netty/handler/codec/http/HttpMessage.d.ts +4 -0
  666. package/types/io/netty/handler/codec/http/HttpObject.d.ts +2 -0
  667. package/types/io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage.d.ts +6 -0
  668. package/types/io/netty/handler/codec/http/HttpRequest.d.ts +6 -0
  669. package/types/io/netty/handler/codec/http/HttpResponse.d.ts +6 -0
  670. package/types/io/netty/handler/codec/http/LastHttpContent.d.ts +8 -0
  671. package/types/io/netty/handler/codec/http/multipart/AbstractHttpData.d.ts +25 -0
  672. package/types/io/netty/handler/codec/http/multipart/Attribute.d.ts +30 -0
  673. package/types/io/netty/handler/codec/http/multipart/FileUpload.d.ts +30 -0
  674. package/types/io/netty/handler/codec/http/multipart/HttpData.d.ts +7 -0
  675. package/types/io/netty/handler/codec/http/multipart/InterfaceHttpData.d.ts +3 -0
  676. package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.d.ts +13 -0
  677. package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.d.ts +15 -0
  678. package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.d.ts +5 -0
  679. package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.d.ts +5 -0
  680. package/types/io/netty/handler/codec/socksx/AbstractSocksMessage.d.ts +2 -0
  681. package/types/io/netty/handler/codec/socksx/SocksMessage.d.ts +3 -0
  682. package/types/io/netty/handler/codec/socksx/v4/Socks4CommandRequest.d.ts +5 -0
  683. package/types/io/netty/handler/codec/socksx/v4/Socks4CommandResponse.d.ts +5 -0
  684. package/types/io/netty/handler/codec/socksx/v4/Socks4Message.d.ts +5 -0
  685. package/types/io/netty/handler/codec/socksx/v5/Socks5CommandRequest.d.ts +5 -0
  686. package/types/io/netty/handler/codec/socksx/v5/Socks5CommandResponse.d.ts +5 -0
  687. package/types/io/netty/handler/codec/socksx/v5/Socks5InitialRequest.d.ts +5 -0
  688. package/types/io/netty/handler/codec/socksx/v5/Socks5InitialResponse.d.ts +5 -0
  689. package/types/io/netty/handler/codec/socksx/v5/Socks5Message.d.ts +5 -0
  690. package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest.d.ts +5 -0
  691. package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponse.d.ts +5 -0
  692. package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthRequest.d.ts +5 -0
  693. package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthResponse.d.ts +5 -0
  694. package/types/io/netty/handler/codec/spdy/SpdyDataFrame.d.ts +5 -0
  695. package/types/io/netty/handler/codec/spdy/SpdyHeadersFrame.d.ts +2 -0
  696. package/types/io/netty/handler/codec/spdy/SpdyRstStreamFrame.d.ts +2 -0
  697. package/types/io/netty/handler/codec/spdy/SpdySynReplyFrame.d.ts +5 -0
  698. package/types/io/netty/handler/codec/spdy/SpdySynStreamFrame.d.ts +5 -0
  699. package/types/io/netty/handler/codec/spdy/SpdyUnknownFrame.d.ts +4 -0
  700. package/types/io/netty/handler/ssl/AsyncRunnable.d.ts +1 -0
  701. package/types/io/netty/handler/ssl/JdkSslClientContext.d.ts +2 -2
  702. package/types/io/netty/handler/ssl/JdkSslContext$Defaults.d.ts +1 -1
  703. package/types/io/netty/handler/ssl/JdkSslServerContext.d.ts +2 -2
  704. package/types/io/netty/handler/ssl/OpenSslCachingX509KeyManagerFactory.d.ts +1 -1
  705. package/types/io/netty/handler/ssl/OpenSslInternalSession.d.ts +21 -0
  706. package/types/io/netty/handler/ssl/OpenSslKeyMaterial.d.ts +1 -0
  707. package/types/io/netty/handler/ssl/OpenSslSession.d.ts +16 -0
  708. package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory$OpenSslKeyStore.d.ts +1 -1
  709. package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory.d.ts +3 -3
  710. package/types/io/netty/handler/ssl/PemEncoded.d.ts +4 -0
  711. package/types/io/netty/handler/ssl/PemX509Certificate.d.ts +1 -1
  712. package/types/io/netty/handler/ssl/SslContextBuilder.d.ts +2 -2
  713. package/types/io/netty/handler/ssl/SslProvider.d.ts +1 -1
  714. package/types/io/netty/handler/ssl/util/BouncyCastleUtil.d.ts +2 -2
  715. package/types/io/netty/handler/ssl/util/FingerprintTrustManagerFactory.d.ts +1 -1
  716. package/types/io/netty/handler/ssl/util/InsecureTrustManagerFactory.d.ts +1 -1
  717. package/types/io/netty/handler/ssl/util/KeyManagerFactoryWrapper.d.ts +1 -1
  718. package/types/io/netty/handler/ssl/util/LazyX509Certificate.d.ts +1 -1
  719. package/types/io/netty/handler/ssl/util/SimpleKeyManagerFactory.d.ts +1 -1
  720. package/types/io/netty/handler/ssl/util/SimpleTrustManagerFactory.d.ts +1 -1
  721. package/types/io/netty/handler/ssl/util/ThreadLocalInsecureRandom.d.ts +2 -2
  722. package/types/io/netty/handler/ssl/util/TrustManagerFactoryWrapper.d.ts +1 -1
  723. package/types/io/netty/util/AbstractReferenceCounted.d.ts +1 -0
  724. package/types/io/netty/util/collection/ByteCollections.d.ts +2 -2
  725. package/types/io/netty/util/collection/CharCollections.d.ts +2 -2
  726. package/types/io/netty/util/collection/IntCollections.d.ts +2 -2
  727. package/types/io/netty/util/collection/LongCollections.d.ts +2 -2
  728. package/types/io/netty/util/collection/ShortCollections.d.ts +2 -2
  729. package/types/io/netty/util/concurrent/AbstractEventExecutor$LazyRunnable.d.ts +1 -0
  730. package/types/io/netty/util/concurrent/MockTicker.d.ts +2 -0
  731. package/types/io/netty/util/concurrent/ScheduledFuture.d.ts +2 -0
  732. package/types/io/netty/util/concurrent/SingleThreadEventExecutor$NonWakeupRunnable.d.ts +1 -0
  733. package/types/io/netty/util/concurrent/ThreadAwareExecutor.d.ts +3 -1
  734. package/types/io/netty/util/internal/logging/AbstractInternalLogger.d.ts +20 -0
  735. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBidirectionalIterator.d.ts +2 -0
  736. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBigListIterator.d.ts +2 -0
  737. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanIterator.d.ts +1 -0
  738. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanListIterator.d.ts +2 -0
  739. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanSpliterator.d.ts +1 -0
  740. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanStack.d.ts +3 -0
  741. package/types/it/unimi/dsi/fastutil/booleans/BooleanBidirectionalIterator.d.ts +1 -0
  742. package/types/it/unimi/dsi/fastutil/booleans/BooleanBigListIterator.d.ts +2 -0
  743. package/types/it/unimi/dsi/fastutil/booleans/BooleanListIterator.d.ts +2 -0
  744. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBidirectionalIterator.d.ts +2 -0
  745. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBigListIterator.d.ts +2 -0
  746. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteIterator.d.ts +1 -0
  747. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteListIterator.d.ts +2 -0
  748. package/types/it/unimi/dsi/fastutil/bytes/AbstractBytePriorityQueue.d.ts +4 -0
  749. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteSpliterator.d.ts +1 -0
  750. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteStack.d.ts +3 -0
  751. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanMaps.d.ts +9 -9
  752. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanSortedMaps.d.ts +10 -10
  753. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteMaps.d.ts +9 -9
  754. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteSortedMaps.d.ts +10 -10
  755. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharMaps.d.ts +9 -9
  756. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharSortedMaps.d.ts +10 -10
  757. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleMaps.d.ts +9 -9
  758. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleSortedMaps.d.ts +10 -10
  759. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatMaps.d.ts +9 -9
  760. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatSortedMaps.d.ts +10 -10
  761. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntMaps.d.ts +9 -9
  762. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntSortedMaps.d.ts +10 -10
  763. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongMaps.d.ts +9 -9
  764. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongSortedMaps.d.ts +10 -10
  765. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectMaps.d.ts +10 -10
  766. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectSortedMaps.d.ts +11 -11
  767. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceMaps.d.ts +10 -10
  768. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceSortedMaps.d.ts +11 -11
  769. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortMaps.d.ts +9 -9
  770. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortSortedMaps.d.ts +10 -10
  771. package/types/it/unimi/dsi/fastutil/bytes/ByteBidirectionalIterator.d.ts +1 -0
  772. package/types/it/unimi/dsi/fastutil/bytes/ByteBigListIterator.d.ts +2 -0
  773. package/types/it/unimi/dsi/fastutil/bytes/ByteByteSortedPair.d.ts +2 -0
  774. package/types/it/unimi/dsi/fastutil/bytes/ByteListIterator.d.ts +2 -0
  775. package/types/it/unimi/dsi/fastutil/chars/AbstractCharBidirectionalIterator.d.ts +2 -0
  776. package/types/it/unimi/dsi/fastutil/chars/AbstractCharBigListIterator.d.ts +2 -0
  777. package/types/it/unimi/dsi/fastutil/chars/AbstractCharIterator.d.ts +1 -0
  778. package/types/it/unimi/dsi/fastutil/chars/AbstractCharListIterator.d.ts +2 -0
  779. package/types/it/unimi/dsi/fastutil/chars/AbstractCharPriorityQueue.d.ts +4 -0
  780. package/types/it/unimi/dsi/fastutil/chars/AbstractCharSpliterator.d.ts +1 -0
  781. package/types/it/unimi/dsi/fastutil/chars/AbstractCharStack.d.ts +3 -0
  782. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanMaps.d.ts +9 -9
  783. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanSortedMaps.d.ts +10 -10
  784. package/types/it/unimi/dsi/fastutil/chars/Char2ByteMaps.d.ts +9 -9
  785. package/types/it/unimi/dsi/fastutil/chars/Char2ByteSortedMaps.d.ts +10 -10
  786. package/types/it/unimi/dsi/fastutil/chars/Char2CharMaps.d.ts +9 -9
  787. package/types/it/unimi/dsi/fastutil/chars/Char2CharSortedMaps.d.ts +10 -10
  788. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleMaps.d.ts +9 -9
  789. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleSortedMaps.d.ts +10 -10
  790. package/types/it/unimi/dsi/fastutil/chars/Char2FloatMaps.d.ts +9 -9
  791. package/types/it/unimi/dsi/fastutil/chars/Char2FloatSortedMaps.d.ts +10 -10
  792. package/types/it/unimi/dsi/fastutil/chars/Char2IntMaps.d.ts +9 -9
  793. package/types/it/unimi/dsi/fastutil/chars/Char2IntSortedMaps.d.ts +10 -10
  794. package/types/it/unimi/dsi/fastutil/chars/Char2LongMaps.d.ts +9 -9
  795. package/types/it/unimi/dsi/fastutil/chars/Char2LongSortedMaps.d.ts +10 -10
  796. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectMaps.d.ts +10 -10
  797. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectSortedMaps.d.ts +11 -11
  798. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceMaps.d.ts +10 -10
  799. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceSortedMaps.d.ts +11 -11
  800. package/types/it/unimi/dsi/fastutil/chars/Char2ShortMaps.d.ts +9 -9
  801. package/types/it/unimi/dsi/fastutil/chars/Char2ShortSortedMaps.d.ts +10 -10
  802. package/types/it/unimi/dsi/fastutil/chars/CharBidirectionalIterator.d.ts +1 -0
  803. package/types/it/unimi/dsi/fastutil/chars/CharBigListIterator.d.ts +2 -0
  804. package/types/it/unimi/dsi/fastutil/chars/CharCharSortedPair.d.ts +2 -0
  805. package/types/it/unimi/dsi/fastutil/chars/CharListIterator.d.ts +2 -0
  806. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBidirectionalIterator.d.ts +2 -0
  807. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBigListIterator.d.ts +2 -0
  808. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleIterator.d.ts +1 -0
  809. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleListIterator.d.ts +2 -0
  810. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoublePriorityQueue.d.ts +4 -0
  811. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleSpliterator.d.ts +3 -0
  812. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleStack.d.ts +3 -0
  813. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanMaps.d.ts +9 -9
  814. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanSortedMaps.d.ts +10 -10
  815. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteMaps.d.ts +9 -9
  816. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteSortedMaps.d.ts +10 -10
  817. package/types/it/unimi/dsi/fastutil/doubles/Double2CharMaps.d.ts +9 -9
  818. package/types/it/unimi/dsi/fastutil/doubles/Double2CharSortedMaps.d.ts +10 -10
  819. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleMaps.d.ts +9 -9
  820. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleSortedMaps.d.ts +10 -10
  821. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatMaps.d.ts +9 -9
  822. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatSortedMaps.d.ts +10 -10
  823. package/types/it/unimi/dsi/fastutil/doubles/Double2IntMaps.d.ts +9 -9
  824. package/types/it/unimi/dsi/fastutil/doubles/Double2IntSortedMaps.d.ts +10 -10
  825. package/types/it/unimi/dsi/fastutil/doubles/Double2LongMaps.d.ts +9 -9
  826. package/types/it/unimi/dsi/fastutil/doubles/Double2LongSortedMaps.d.ts +10 -10
  827. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectMaps.d.ts +10 -10
  828. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectSortedMaps.d.ts +11 -11
  829. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceMaps.d.ts +10 -10
  830. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceSortedMaps.d.ts +11 -11
  831. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortMaps.d.ts +9 -9
  832. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortSortedMaps.d.ts +10 -10
  833. package/types/it/unimi/dsi/fastutil/doubles/DoubleBidirectionalIterator.d.ts +1 -0
  834. package/types/it/unimi/dsi/fastutil/doubles/DoubleBigListIterator.d.ts +2 -0
  835. package/types/it/unimi/dsi/fastutil/doubles/DoubleDoubleSortedPair.d.ts +2 -0
  836. package/types/it/unimi/dsi/fastutil/doubles/DoubleListIterator.d.ts +2 -0
  837. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBidirectionalIterator.d.ts +2 -0
  838. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBigListIterator.d.ts +2 -0
  839. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatIterator.d.ts +1 -0
  840. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatListIterator.d.ts +2 -0
  841. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatPriorityQueue.d.ts +4 -0
  842. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatSpliterator.d.ts +1 -0
  843. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatStack.d.ts +3 -0
  844. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanMaps.d.ts +9 -9
  845. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanSortedMaps.d.ts +10 -10
  846. package/types/it/unimi/dsi/fastutil/floats/Float2ByteMaps.d.ts +9 -9
  847. package/types/it/unimi/dsi/fastutil/floats/Float2ByteSortedMaps.d.ts +10 -10
  848. package/types/it/unimi/dsi/fastutil/floats/Float2CharMaps.d.ts +9 -9
  849. package/types/it/unimi/dsi/fastutil/floats/Float2CharSortedMaps.d.ts +10 -10
  850. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleMaps.d.ts +9 -9
  851. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleSortedMaps.d.ts +10 -10
  852. package/types/it/unimi/dsi/fastutil/floats/Float2FloatMaps.d.ts +9 -9
  853. package/types/it/unimi/dsi/fastutil/floats/Float2FloatSortedMaps.d.ts +10 -10
  854. package/types/it/unimi/dsi/fastutil/floats/Float2IntMaps.d.ts +9 -9
  855. package/types/it/unimi/dsi/fastutil/floats/Float2IntSortedMaps.d.ts +10 -10
  856. package/types/it/unimi/dsi/fastutil/floats/Float2LongMaps.d.ts +9 -9
  857. package/types/it/unimi/dsi/fastutil/floats/Float2LongSortedMaps.d.ts +10 -10
  858. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectMaps.d.ts +10 -10
  859. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectSortedMaps.d.ts +11 -11
  860. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceMaps.d.ts +10 -10
  861. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceSortedMaps.d.ts +11 -11
  862. package/types/it/unimi/dsi/fastutil/floats/Float2ShortMaps.d.ts +9 -9
  863. package/types/it/unimi/dsi/fastutil/floats/Float2ShortSortedMaps.d.ts +10 -10
  864. package/types/it/unimi/dsi/fastutil/floats/FloatBidirectionalIterator.d.ts +1 -0
  865. package/types/it/unimi/dsi/fastutil/floats/FloatBigListIterator.d.ts +2 -0
  866. package/types/it/unimi/dsi/fastutil/floats/FloatFloatSortedPair.d.ts +2 -0
  867. package/types/it/unimi/dsi/fastutil/floats/FloatListIterator.d.ts +2 -0
  868. package/types/it/unimi/dsi/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
  869. package/types/it/unimi/dsi/fastutil/ints/AbstractIntBigListIterator.d.ts +2 -0
  870. package/types/it/unimi/dsi/fastutil/ints/AbstractIntIterator.d.ts +1 -0
  871. package/types/it/unimi/dsi/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
  872. package/types/it/unimi/dsi/fastutil/ints/AbstractIntPriorityQueue.d.ts +4 -0
  873. package/types/it/unimi/dsi/fastutil/ints/AbstractIntSpliterator.d.ts +3 -0
  874. package/types/it/unimi/dsi/fastutil/ints/AbstractIntStack.d.ts +3 -0
  875. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanMaps.d.ts +9 -9
  876. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanSortedMaps.d.ts +10 -10
  877. package/types/it/unimi/dsi/fastutil/ints/Int2ByteMaps.d.ts +9 -9
  878. package/types/it/unimi/dsi/fastutil/ints/Int2ByteSortedMaps.d.ts +10 -10
  879. package/types/it/unimi/dsi/fastutil/ints/Int2CharMaps.d.ts +9 -9
  880. package/types/it/unimi/dsi/fastutil/ints/Int2CharSortedMaps.d.ts +10 -10
  881. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleMaps.d.ts +9 -9
  882. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleSortedMaps.d.ts +10 -10
  883. package/types/it/unimi/dsi/fastutil/ints/Int2FloatMaps.d.ts +9 -9
  884. package/types/it/unimi/dsi/fastutil/ints/Int2FloatSortedMaps.d.ts +10 -10
  885. package/types/it/unimi/dsi/fastutil/ints/Int2IntMaps.d.ts +9 -9
  886. package/types/it/unimi/dsi/fastutil/ints/Int2IntSortedMaps.d.ts +10 -10
  887. package/types/it/unimi/dsi/fastutil/ints/Int2LongMaps.d.ts +9 -9
  888. package/types/it/unimi/dsi/fastutil/ints/Int2LongSortedMaps.d.ts +10 -10
  889. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectMaps.d.ts +10 -10
  890. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectSortedMaps.d.ts +11 -11
  891. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceMaps.d.ts +10 -10
  892. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceSortedMaps.d.ts +11 -11
  893. package/types/it/unimi/dsi/fastutil/ints/Int2ShortMaps.d.ts +9 -9
  894. package/types/it/unimi/dsi/fastutil/ints/Int2ShortSortedMaps.d.ts +10 -10
  895. package/types/it/unimi/dsi/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
  896. package/types/it/unimi/dsi/fastutil/ints/IntBigListIterator.d.ts +2 -0
  897. package/types/it/unimi/dsi/fastutil/ints/IntIntSortedPair.d.ts +2 -0
  898. package/types/it/unimi/dsi/fastutil/ints/IntListIterator.d.ts +2 -0
  899. package/types/it/unimi/dsi/fastutil/io/MeasurableInputStream.d.ts +2 -0
  900. package/types/it/unimi/dsi/fastutil/io/MeasurableOutputStream.d.ts +2 -0
  901. package/types/it/unimi/dsi/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
  902. package/types/it/unimi/dsi/fastutil/longs/AbstractLongBigListIterator.d.ts +2 -0
  903. package/types/it/unimi/dsi/fastutil/longs/AbstractLongIterator.d.ts +1 -0
  904. package/types/it/unimi/dsi/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
  905. package/types/it/unimi/dsi/fastutil/longs/AbstractLongPriorityQueue.d.ts +4 -0
  906. package/types/it/unimi/dsi/fastutil/longs/AbstractLongSpliterator.d.ts +3 -0
  907. package/types/it/unimi/dsi/fastutil/longs/AbstractLongStack.d.ts +3 -0
  908. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanMaps.d.ts +9 -9
  909. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanSortedMaps.d.ts +10 -10
  910. package/types/it/unimi/dsi/fastutil/longs/Long2ByteMaps.d.ts +9 -9
  911. package/types/it/unimi/dsi/fastutil/longs/Long2ByteSortedMaps.d.ts +10 -10
  912. package/types/it/unimi/dsi/fastutil/longs/Long2CharMaps.d.ts +9 -9
  913. package/types/it/unimi/dsi/fastutil/longs/Long2CharSortedMaps.d.ts +10 -10
  914. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleMaps.d.ts +9 -9
  915. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleSortedMaps.d.ts +10 -10
  916. package/types/it/unimi/dsi/fastutil/longs/Long2FloatMaps.d.ts +9 -9
  917. package/types/it/unimi/dsi/fastutil/longs/Long2FloatSortedMaps.d.ts +10 -10
  918. package/types/it/unimi/dsi/fastutil/longs/Long2IntMaps.d.ts +9 -9
  919. package/types/it/unimi/dsi/fastutil/longs/Long2IntSortedMaps.d.ts +10 -10
  920. package/types/it/unimi/dsi/fastutil/longs/Long2LongMaps.d.ts +9 -9
  921. package/types/it/unimi/dsi/fastutil/longs/Long2LongSortedMaps.d.ts +10 -10
  922. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectMaps.d.ts +10 -10
  923. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectSortedMaps.d.ts +11 -11
  924. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceMaps.d.ts +10 -10
  925. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceSortedMaps.d.ts +11 -11
  926. package/types/it/unimi/dsi/fastutil/longs/Long2ShortMaps.d.ts +9 -9
  927. package/types/it/unimi/dsi/fastutil/longs/Long2ShortSortedMaps.d.ts +10 -10
  928. package/types/it/unimi/dsi/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
  929. package/types/it/unimi/dsi/fastutil/longs/LongBigListIterator.d.ts +2 -0
  930. package/types/it/unimi/dsi/fastutil/longs/LongListIterator.d.ts +2 -0
  931. package/types/it/unimi/dsi/fastutil/longs/LongLongSortedPair.d.ts +2 -0
  932. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanMaps.d.ts +10 -10
  933. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanSortedMaps.d.ts +11 -11
  934. package/types/it/unimi/dsi/fastutil/objects/Object2ByteMaps.d.ts +10 -10
  935. package/types/it/unimi/dsi/fastutil/objects/Object2ByteSortedMaps.d.ts +11 -11
  936. package/types/it/unimi/dsi/fastutil/objects/Object2CharMaps.d.ts +10 -10
  937. package/types/it/unimi/dsi/fastutil/objects/Object2CharSortedMaps.d.ts +11 -11
  938. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleMaps.d.ts +10 -10
  939. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleSortedMaps.d.ts +11 -11
  940. package/types/it/unimi/dsi/fastutil/objects/Object2FloatMaps.d.ts +10 -10
  941. package/types/it/unimi/dsi/fastutil/objects/Object2FloatSortedMaps.d.ts +11 -11
  942. package/types/it/unimi/dsi/fastutil/objects/Object2IntMaps.d.ts +10 -10
  943. package/types/it/unimi/dsi/fastutil/objects/Object2IntSortedMaps.d.ts +11 -11
  944. package/types/it/unimi/dsi/fastutil/objects/Object2LongMaps.d.ts +10 -10
  945. package/types/it/unimi/dsi/fastutil/objects/Object2LongSortedMaps.d.ts +11 -11
  946. package/types/it/unimi/dsi/fastutil/objects/Object2ShortMaps.d.ts +10 -10
  947. package/types/it/unimi/dsi/fastutil/objects/Object2ShortSortedMaps.d.ts +11 -11
  948. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanMaps.d.ts +10 -10
  949. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanSortedMaps.d.ts +11 -11
  950. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteMaps.d.ts +10 -10
  951. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteSortedMaps.d.ts +11 -11
  952. package/types/it/unimi/dsi/fastutil/objects/Reference2CharMaps.d.ts +10 -10
  953. package/types/it/unimi/dsi/fastutil/objects/Reference2CharSortedMaps.d.ts +11 -11
  954. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleMaps.d.ts +10 -10
  955. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleSortedMaps.d.ts +11 -11
  956. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatMaps.d.ts +10 -10
  957. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatSortedMaps.d.ts +11 -11
  958. package/types/it/unimi/dsi/fastutil/objects/Reference2IntMaps.d.ts +10 -10
  959. package/types/it/unimi/dsi/fastutil/objects/Reference2IntSortedMaps.d.ts +11 -11
  960. package/types/it/unimi/dsi/fastutil/objects/Reference2LongMaps.d.ts +10 -10
  961. package/types/it/unimi/dsi/fastutil/objects/Reference2LongSortedMaps.d.ts +11 -11
  962. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortMaps.d.ts +10 -10
  963. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortSortedMaps.d.ts +11 -11
  964. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBidirectionalIterator.d.ts +2 -0
  965. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBigListIterator.d.ts +2 -0
  966. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortIterator.d.ts +1 -0
  967. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortListIterator.d.ts +2 -0
  968. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortPriorityQueue.d.ts +4 -0
  969. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortSpliterator.d.ts +1 -0
  970. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortStack.d.ts +3 -0
  971. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanMaps.d.ts +9 -9
  972. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanSortedMaps.d.ts +10 -10
  973. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteMaps.d.ts +9 -9
  974. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteSortedMaps.d.ts +10 -10
  975. package/types/it/unimi/dsi/fastutil/shorts/Short2CharMaps.d.ts +9 -9
  976. package/types/it/unimi/dsi/fastutil/shorts/Short2CharSortedMaps.d.ts +10 -10
  977. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleMaps.d.ts +9 -9
  978. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleSortedMaps.d.ts +10 -10
  979. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatMaps.d.ts +9 -9
  980. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatSortedMaps.d.ts +10 -10
  981. package/types/it/unimi/dsi/fastutil/shorts/Short2IntMaps.d.ts +9 -9
  982. package/types/it/unimi/dsi/fastutil/shorts/Short2IntSortedMaps.d.ts +10 -10
  983. package/types/it/unimi/dsi/fastutil/shorts/Short2LongMaps.d.ts +9 -9
  984. package/types/it/unimi/dsi/fastutil/shorts/Short2LongSortedMaps.d.ts +10 -10
  985. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectMaps.d.ts +10 -10
  986. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectSortedMaps.d.ts +11 -11
  987. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceMaps.d.ts +10 -10
  988. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceSortedMaps.d.ts +11 -11
  989. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortMaps.d.ts +9 -9
  990. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortSortedMaps.d.ts +10 -10
  991. package/types/it/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator.d.ts +1 -0
  992. package/types/it/unimi/dsi/fastutil/shorts/ShortBigListIterator.d.ts +2 -0
  993. package/types/it/unimi/dsi/fastutil/shorts/ShortListIterator.d.ts +2 -0
  994. package/types/it/unimi/dsi/fastutil/shorts/ShortShortSortedPair.d.ts +2 -0
  995. package/types/java/awt/AlphaComposite.d.ts +1 -1
  996. package/types/java/awt/Color.d.ts +1 -1
  997. package/types/java/awt/Composite.d.ts +1 -1
  998. package/types/java/awt/Graphics2D.d.ts +1 -1
  999. package/types/java/awt/Paint.d.ts +2 -1
  1000. package/types/java/awt/Toolkit.d.ts +1 -1
  1001. package/types/java/awt/geom/Line2D.d.ts +1 -0
  1002. package/types/java/awt/geom/Path2D.d.ts +2 -0
  1003. package/types/java/awt/geom/RectangularShape.d.ts +5 -0
  1004. package/types/java/awt/image/BufferedImageOp.d.ts +1 -1
  1005. package/types/java/awt/image/WritableRenderedImage.d.ts +22 -0
  1006. package/types/java/awt/image/renderable/RenderContext.d.ts +5 -5
  1007. package/types/java/awt/image/renderable/RenderableImage.d.ts +1 -1
  1008. package/types/java/awt/peer/ButtonPeer.d.ts +54 -0
  1009. package/types/java/awt/peer/CanvasPeer.d.ts +53 -0
  1010. package/types/java/awt/peer/CheckboxMenuItemPeer.d.ts +5 -0
  1011. package/types/java/awt/peer/CheckboxPeer.d.ts +54 -0
  1012. package/types/java/awt/peer/ChoicePeer.d.ts +54 -0
  1013. package/types/java/awt/peer/ContainerPeer.d.ts +53 -0
  1014. package/types/java/awt/peer/DialogPeer.d.ts +73 -0
  1015. package/types/java/awt/peer/FileDialogPeer.d.ts +75 -0
  1016. package/types/java/awt/peer/FramePeer.d.ts +73 -0
  1017. package/types/java/awt/peer/LabelPeer.d.ts +54 -0
  1018. package/types/java/awt/peer/LightweightPeer.d.ts +54 -0
  1019. package/types/java/awt/peer/ListPeer.d.ts +53 -0
  1020. package/types/java/awt/peer/MenuBarPeer.d.ts +3 -0
  1021. package/types/java/awt/peer/MenuItemPeer.d.ts +3 -0
  1022. package/types/java/awt/peer/MenuPeer.d.ts +5 -0
  1023. package/types/java/awt/peer/PanelPeer.d.ts +60 -0
  1024. package/types/java/awt/peer/PopupMenuPeer.d.ts +8 -0
  1025. package/types/java/awt/peer/ScrollPanePeer.d.ts +60 -0
  1026. package/types/java/awt/peer/ScrollbarPeer.d.ts +54 -0
  1027. package/types/java/awt/peer/TextAreaPeer.d.ts +64 -0
  1028. package/types/java/awt/peer/TextComponentPeer.d.ts +54 -0
  1029. package/types/java/awt/peer/TextFieldPeer.d.ts +64 -0
  1030. package/types/java/awt/peer/WindowPeer.d.ts +59 -0
  1031. package/types/java/io/File.d.ts +1 -0
  1032. package/types/java/io/ObjectInput.d.ts +13 -0
  1033. package/types/java/io/ObjectOutput.d.ts +11 -0
  1034. package/types/java/io/ObjectStreamClass.d.ts +1 -1
  1035. package/types/java/lang/Class.d.ts +1 -1
  1036. package/types/java/lang/Thread$Builder$OfPlatform.d.ts +5 -0
  1037. package/types/java/lang/Thread$Builder$OfVirtual.d.ts +5 -0
  1038. package/types/java/lang/constant/DirectMethodHandleDesc.d.ts +5 -0
  1039. package/types/java/lang/foreign/AddressLayout.d.ts +8 -0
  1040. package/types/java/lang/foreign/ValueLayout$OfBoolean.d.ts +8 -0
  1041. package/types/java/lang/foreign/ValueLayout$OfByte.d.ts +8 -0
  1042. package/types/java/lang/foreign/ValueLayout$OfChar.d.ts +8 -0
  1043. package/types/java/lang/foreign/ValueLayout$OfDouble.d.ts +8 -0
  1044. package/types/java/lang/foreign/ValueLayout$OfFloat.d.ts +8 -0
  1045. package/types/java/lang/foreign/ValueLayout$OfInt.d.ts +8 -0
  1046. package/types/java/lang/foreign/ValueLayout$OfLong.d.ts +8 -0
  1047. package/types/java/lang/foreign/ValueLayout$OfShort.d.ts +8 -0
  1048. package/types/java/lang/foreign/ValueLayout.d.ts +5 -0
  1049. package/types/java/lang/invoke/TypeDescriptor$OfField.d.ts +1 -0
  1050. package/types/java/lang/invoke/TypeDescriptor$OfMethod.d.ts +1 -0
  1051. package/types/java/lang/management/MemoryMXBean.d.ts +2 -0
  1052. package/types/java/nio/channels/AsynchronousChannel.d.ts +1 -0
  1053. package/types/java/nio/channels/AsynchronousFileChannel.d.ts +3 -0
  1054. package/types/java/nio/channels/ByteChannel.d.ts +5 -0
  1055. package/types/java/nio/channels/DatagramChannel.d.ts +5 -0
  1056. package/types/java/nio/channels/FileChannel.d.ts +1 -0
  1057. package/types/java/nio/channels/GatheringByteChannel.d.ts +2 -0
  1058. package/types/java/nio/channels/InterruptibleChannel.d.ts +1 -0
  1059. package/types/java/nio/channels/MulticastChannel.d.ts +4 -0
  1060. package/types/java/nio/channels/NetworkChannel.d.ts +2 -0
  1061. package/types/java/nio/channels/Pipe$SinkChannel.d.ts +2 -0
  1062. package/types/java/nio/channels/Pipe$SourceChannel.d.ts +2 -0
  1063. package/types/java/nio/channels/ReadableByteChannel.d.ts +2 -0
  1064. package/types/java/nio/channels/ScatteringByteChannel.d.ts +2 -0
  1065. package/types/java/nio/channels/SeekableByteChannel.d.ts +2 -0
  1066. package/types/java/nio/channels/WritableByteChannel.d.ts +2 -0
  1067. package/types/java/nio/file/FileSystem.d.ts +1 -0
  1068. package/types/java/nio/file/Path.d.ts +42 -0
  1069. package/types/java/nio/file/PathMatcher.d.ts +1 -0
  1070. package/types/java/nio/file/Paths.d.ts +1 -0
  1071. package/types/java/nio/file/attribute/AclFileAttributeView.d.ts +3 -0
  1072. package/types/java/nio/file/attribute/DosFileAttributeView.d.ts +2 -0
  1073. package/types/java/nio/file/attribute/DosFileAttributes.d.ts +10 -0
  1074. package/types/java/nio/file/attribute/FileAttributeView.d.ts +1 -0
  1075. package/types/java/nio/file/attribute/FileStoreAttributeView.d.ts +1 -0
  1076. package/types/java/nio/file/attribute/GroupPrincipal.d.ts +1 -0
  1077. package/types/java/nio/file/attribute/PosixFileAttributeView.d.ts +5 -0
  1078. package/types/java/nio/file/attribute/PosixFileAttributes.d.ts +10 -0
  1079. package/types/java/nio/file/attribute/UserPrincipal.d.ts +1 -0
  1080. package/types/java/nio/file/spi/FileSystemProvider.d.ts +1 -0
  1081. package/types/java/security/AlgorithmParameters.d.ts +4 -4
  1082. package/types/java/security/AsymmetricKey.d.ts +2 -0
  1083. package/types/java/security/KeyFactory.d.ts +4 -4
  1084. package/types/java/security/KeyPairGenerator.d.ts +3 -3
  1085. package/types/java/security/KeyStore.d.ts +4 -4
  1086. package/types/java/security/MessageDigest.d.ts +4 -4
  1087. package/types/java/security/PrivateKey.d.ts +2 -0
  1088. package/types/java/security/Provider$Service.d.ts +4 -4
  1089. package/types/java/security/PublicKey.d.ts +2 -0
  1090. package/types/java/security/SecureRandom.d.ts +6 -6
  1091. package/types/java/security/Signature.d.ts +3 -3
  1092. package/types/java/security/cert/Certificate.d.ts +1 -1
  1093. package/types/java/security/cert/CertificateFactory.d.ts +4 -4
  1094. package/types/java/security/cert/X509CRL.d.ts +2 -1
  1095. package/types/java/security/cert/X509CRLEntry.d.ts +1 -0
  1096. package/types/java/security/cert/X509Certificate.d.ts +2 -1
  1097. package/types/java/security/interfaces/ECPrivateKey.d.ts +2 -0
  1098. package/types/java/security/interfaces/ECPublicKey.d.ts +2 -0
  1099. package/types/java/security/interfaces/RSAPrivateKey.d.ts +3 -0
  1100. package/types/java/security/interfaces/RSAPublicKey.d.ts +3 -0
  1101. package/types/java/sql/CallableStatement.d.ts +50 -0
  1102. package/types/java/sql/Connection.d.ts +2 -2
  1103. package/types/java/sql/NClob.d.ts +17 -0
  1104. package/types/java/sql/PreparedStatement.d.ts +37 -0
  1105. package/types/java/text/AttributedCharacterIterator.d.ts +10 -0
  1106. package/types/java/time/chrono/AbstractChronology.d.ts +11 -0
  1107. package/types/java/time/chrono/ChronoLocalDate.d.ts +1 -0
  1108. package/types/java/time/chrono/ChronoLocalDateTime.d.ts +2 -0
  1109. package/types/java/time/chrono/ChronoZonedDateTime.d.ts +1 -0
  1110. package/types/java/time/temporal/Temporal.d.ts +1 -0
  1111. package/types/java/util/Scanner.d.ts +1 -0
  1112. package/types/java/util/concurrent/AbstractExecutorService.d.ts +5 -0
  1113. package/types/java/util/concurrent/ExecutorService.d.ts +1 -0
  1114. package/types/java/util/concurrent/RunnableScheduledFuture.d.ts +3 -0
  1115. package/types/java/util/concurrent/ScheduledExecutorService.d.ts +5 -0
  1116. package/types/java/util/concurrent/ScheduledFuture.d.ts +2 -0
  1117. package/types/java/util/jar/JarEntry.d.ts +2 -2
  1118. package/types/java/util/jar/Manifest.d.ts +6 -6
  1119. package/types/java/util/logging/LogManager.d.ts +1 -1
  1120. package/types/java/util/random/RandomGenerator$SplittableGenerator.d.ts +1 -0
  1121. package/types/java/util/random/RandomGenerator$StreamableGenerator.d.ts +1 -0
  1122. package/types/java/util/regex/Pattern$BmpCharPredicate.d.ts +1 -0
  1123. package/types/java/util/stream/DoubleStream.d.ts +1 -0
  1124. package/types/java/util/stream/IntStream.d.ts +1 -0
  1125. package/types/java/util/stream/LongStream.d.ts +1 -0
  1126. package/types/java/util/stream/Stream.d.ts +1 -0
  1127. package/types/javax/accessibility/AccessibleEditableText.d.ts +13 -0
  1128. package/types/javax/crypto/Cipher.d.ts +4 -4
  1129. package/types/javax/crypto/ExemptionMechanism.d.ts +4 -4
  1130. package/types/javax/crypto/KeyAgreement.d.ts +4 -4
  1131. package/types/javax/crypto/KeyGenerator.d.ts +4 -4
  1132. package/types/javax/crypto/Mac.d.ts +4 -4
  1133. package/types/javax/crypto/SecretKey.d.ts +2 -0
  1134. package/types/javax/crypto/SecretKeyFactory.d.ts +4 -4
  1135. package/types/javax/lang/model/element/ExecutableElement.d.ts +2 -0
  1136. package/types/javax/lang/model/element/ModuleElement$ExportsDirective.d.ts +2 -0
  1137. package/types/javax/lang/model/element/ModuleElement$OpensDirective.d.ts +2 -0
  1138. package/types/javax/lang/model/element/ModuleElement$ProvidesDirective.d.ts +2 -0
  1139. package/types/javax/lang/model/element/ModuleElement$RequiresDirective.d.ts +2 -0
  1140. package/types/javax/lang/model/element/ModuleElement$UsesDirective.d.ts +2 -0
  1141. package/types/javax/lang/model/element/ModuleElement.d.ts +2 -0
  1142. package/types/javax/lang/model/element/Name.d.ts +2 -0
  1143. package/types/javax/lang/model/element/PackageElement.d.ts +2 -0
  1144. package/types/javax/lang/model/element/Parameterizable.d.ts +7 -0
  1145. package/types/javax/lang/model/element/QualifiedNameable.d.ts +6 -0
  1146. package/types/javax/lang/model/element/RecordComponentElement.d.ts +2 -0
  1147. package/types/javax/lang/model/element/TypeElement.d.ts +2 -0
  1148. package/types/javax/lang/model/element/TypeParameterElement.d.ts +4 -0
  1149. package/types/javax/lang/model/element/VariableElement.d.ts +2 -0
  1150. package/types/javax/lang/model/type/ArrayType.d.ts +2 -0
  1151. package/types/javax/lang/model/type/DeclaredType.d.ts +2 -0
  1152. package/types/javax/lang/model/type/ErrorType.d.ts +6 -0
  1153. package/types/javax/lang/model/type/ExecutableType.d.ts +2 -0
  1154. package/types/javax/lang/model/type/IntersectionType.d.ts +2 -0
  1155. package/types/javax/lang/model/type/NoType.d.ts +2 -0
  1156. package/types/javax/lang/model/type/NullType.d.ts +2 -0
  1157. package/types/javax/lang/model/type/PrimitiveType.d.ts +2 -0
  1158. package/types/javax/lang/model/type/ReferenceType.d.ts +2 -0
  1159. package/types/javax/lang/model/type/TypeVariable.d.ts +2 -0
  1160. package/types/javax/lang/model/type/UnionType.d.ts +2 -0
  1161. package/types/javax/lang/model/type/WildcardType.d.ts +2 -0
  1162. package/types/javax/management/NotificationEmitter.d.ts +2 -0
  1163. package/types/javax/net/ssl/ExtendedSSLSession.d.ts +18 -0
  1164. package/types/javax/net/ssl/KeyManagerFactory.d.ts +4 -4
  1165. package/types/javax/net/ssl/SSLContext.d.ts +4 -4
  1166. package/types/javax/net/ssl/TrustManagerFactory.d.ts +4 -4
  1167. package/types/javax/net/ssl/X509ExtendedKeyManager.d.ts +2 -0
  1168. package/types/javax/print/MimeType.d.ts +1 -1
  1169. package/types/javax/print/attribute/DocAttributeSet.d.ts +5 -0
  1170. package/types/javax/print/attribute/PrintJobAttributeSet.d.ts +5 -0
  1171. package/types/javax/print/attribute/PrintRequestAttributeSet.d.ts +5 -0
  1172. package/types/javax/print/attribute/PrintServiceAttribute.d.ts +1 -0
  1173. package/types/javax/print/attribute/PrintServiceAttributeSet.d.ts +5 -0
  1174. package/types/javax/script/CompiledScript.d.ts +1 -1
  1175. package/types/javax/script/ScriptContext.d.ts +2 -2
  1176. package/types/javax/script/ScriptEngine.d.ts +5 -5
  1177. package/types/javax/script/ScriptEngineManager.d.ts +3 -3
  1178. package/types/javax/sound/sampled/DataLine.d.ts +12 -0
  1179. package/types/javax/sound/sampled/TargetDataLine.d.ts +25 -0
  1180. package/types/javax/sql/DataSource.d.ts +2 -0
  1181. package/types/javax/swing/Action.d.ts +2 -0
  1182. package/types/javax/swing/text/MutableAttributeSet.d.ts +8 -0
  1183. package/types/javax/swing/tree/TreeCellEditor.d.ts +9 -0
  1184. package/types/javax/tools/JavaFileObject.d.ts +15 -0
  1185. package/types/javax/xml/stream/events/Attribute.d.ts +21 -0
  1186. package/types/javax/xml/stream/events/Characters.d.ts +21 -0
  1187. package/types/javax/xml/stream/events/EndElement.d.ts +20 -0
  1188. package/types/javax/xml/stream/events/Namespace.d.ts +26 -0
  1189. package/types/javax/xml/stream/events/StartElement.d.ts +20 -0
  1190. package/types/javax/xml/transform/Templates.d.ts +1 -1
  1191. package/types/javax/xml/transform/Transformer.d.ts +2 -2
  1192. package/types/javax/xml/transform/sax/TemplatesHandler.d.ts +11 -0
  1193. package/types/javax/xml/transform/sax/TransformerHandler.d.ts +19 -0
  1194. package/types/javax/xml/validation/ValidatorHandler.d.ts +11 -0
  1195. package/types/jdk/internal/foreign/AbstractMemorySegmentImpl.d.ts +2 -0
  1196. package/types/jdk/internal/util/ClassFileDumper.d.ts +1 -0
  1197. package/types/jdk/internal/util/random/RandomSupport$AbstractSpliteratorGenerator.d.ts +1 -0
  1198. package/types/jdk/internal/util/random/RandomSupport$AbstractSplittableGenerator.d.ts +2 -0
  1199. package/types/jdk/jfr/Configuration.d.ts +1 -0
  1200. package/types/jdk/jfr/Recording.d.ts +1 -0
  1201. package/types/jdk/jfr/internal/PlatformRecorder.d.ts +1 -0
  1202. package/types/jdk/jfr/internal/PlatformRecording.d.ts +1 -0
  1203. package/types/jdk/jfr/internal/Repository.d.ts +1 -0
  1204. package/types/jdk/jfr/internal/RepositoryChunk.d.ts +1 -0
  1205. package/types/jdk/jfr/internal/WriteablePath.d.ts +1 -0
  1206. package/types/jdk/jfr/internal/consumer/RecordingInput.d.ts +1 -0
  1207. package/types/jdk/jfr/internal/management/ChunkFilename.d.ts +1 -0
  1208. package/types/joptsimple/AbstractOptionSpec.d.ts +5 -0
  1209. package/types/joptsimple/util/PathConverter.d.ts +1 -0
  1210. package/types/joptsimple/util/PathProperties.d.ts +1 -0
  1211. package/types/kotlin/collections/EmptyMap.d.ts +1 -1
  1212. package/types/kotlin/contracts/Returns.d.ts +2 -0
  1213. package/types/kotlin/contracts/ReturnsNotNull.d.ts +2 -0
  1214. package/types/kotlin/io/path/DirectoryEntriesReader.d.ts +1 -0
  1215. package/types/kotlin/io/path/ExceptionsCollector.d.ts +1 -0
  1216. package/types/kotlin/io/path/FileVisitorBuilder.d.ts +1 -0
  1217. package/types/kotlin/io/path/FileVisitorBuilderImpl.d.ts +1 -0
  1218. package/types/kotlin/io/path/FileVisitorImpl.d.ts +1 -0
  1219. package/types/kotlin/io/path/IllegalFileNameException.d.ts +1 -0
  1220. package/types/kotlin/io/path/PathNode.d.ts +1 -0
  1221. package/types/kotlin/io/path/PathRelativizer.d.ts +1 -0
  1222. package/types/kotlin/io/path/PathTreeWalk.d.ts +1 -0
  1223. package/types/kotlin/io/path/PathsKt.d.ts +1 -0
  1224. package/types/kotlin/io/path/PathsKt__PathReadWriteKt.d.ts +1 -0
  1225. package/types/kotlin/io/path/PathsKt__PathRecursiveFunctionsKt.d.ts +1 -0
  1226. package/types/kotlin/io/path/PathsKt__PathUtilsKt.d.ts +1 -0
  1227. package/types/kotlin/reflect/jvm/internal/impl/builtins/BuiltInsPackageFragment.d.ts +13 -0
  1228. package/types/kotlin/reflect/jvm/internal/impl/builtins/FunctionInterfacePackageFragment.d.ts +13 -0
  1229. package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor.d.ts +8 -0
  1230. package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor.d.ts +16 -0
  1231. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassConstructorDescriptor.d.ts +37 -0
  1232. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassDescriptor.d.ts +10 -0
  1233. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassOrPackageFragmentDescriptor.d.ts +7 -0
  1234. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptor.d.ts +6 -0
  1235. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptorWithTypeParameters.d.ts +19 -0
  1236. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ConstructorDescriptor.d.ts +33 -0
  1237. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptor.d.ts +2 -0
  1238. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorNonRoot.d.ts +5 -0
  1239. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithSource.d.ts +4 -0
  1240. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithVisibility.d.ts +4 -0
  1241. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeserializedDescriptor.d.ts +4 -0
  1242. package/types/kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor.d.ts +20 -0
  1243. package/types/kotlin/reflect/jvm/internal/impl/descriptors/MemberDescriptor.d.ts +7 -0
  1244. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor.d.ts +3 -0
  1245. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentDescriptor.d.ts +6 -0
  1246. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageViewDescriptor.d.ts +4 -0
  1247. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ParameterDescriptor.d.ts +18 -0
  1248. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyAccessorDescriptor.d.ts +39 -0
  1249. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyDescriptor.d.ts +27 -0
  1250. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyGetterDescriptor.d.ts +42 -0
  1251. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertySetterDescriptor.d.ts +42 -0
  1252. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ReceiverParameterDescriptor.d.ts +17 -0
  1253. package/types/kotlin/reflect/jvm/internal/impl/descriptors/SimpleFunctionDescriptor.d.ts +38 -0
  1254. package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeAliasDescriptor.d.ts +20 -0
  1255. package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterDescriptor.d.ts +8 -0
  1256. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueDescriptor.d.ts +13 -0
  1257. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueParameterDescriptor.d.ts +16 -0
  1258. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableAccessorDescriptor.d.ts +38 -0
  1259. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptor.d.ts +18 -0
  1260. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptorWithAccessors.d.ts +23 -0
  1261. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractReceiverParameterDescriptor.d.ts +3 -0
  1262. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +5 -0
  1263. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/DeclarationDescriptorImpl.d.ts +1 -0
  1264. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor.d.ts +38 -0
  1265. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageFragmentDescriptorImpl.d.ts +2 -0
  1266. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyAccessorDescriptorImpl.d.ts +2 -0
  1267. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptor.d.ts +45 -0
  1268. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/VariableDescriptorImpl.d.ts +6 -0
  1269. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwner.d.ts +1 -0
  1270. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaModifierListOwner.d.ts +5 -0
  1271. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType.d.ts +1 -0
  1272. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmClassExtension.d.ts +2 -0
  1273. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmConstructorExtension.d.ts +2 -0
  1274. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmEnumEntryExtension.d.ts +2 -0
  1275. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmFunctionExtension.d.ts +2 -0
  1276. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmModuleFragmentExtension.d.ts +2 -0
  1277. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPackageExtension.d.ts +2 -0
  1278. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPropertyExtension.d.ts +2 -0
  1279. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeAliasExtension.d.ts +2 -0
  1280. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeExtension.d.ts +2 -0
  1281. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeParameterExtension.d.ts +2 -0
  1282. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmValueParameterExtension.d.ts +2 -0
  1283. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaCallableMemberDescriptor.d.ts +25 -0
  1284. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaClassDescriptor.d.ts +40 -0
  1285. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/PossiblyExternalAnnotationDescriptor.d.ts +6 -0
  1286. package/types/kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElement.d.ts +2 -0
  1287. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationAsAnnotationArgument.d.ts +2 -0
  1288. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayAnnotationArgument.d.ts +2 -0
  1289. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayType.d.ts +4 -0
  1290. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts +9 -0
  1291. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassObjectAnnotationArgument.d.ts +2 -0
  1292. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier.d.ts +6 -0
  1293. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType.d.ts +4 -0
  1294. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaConstructor.d.ts +13 -0
  1295. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaEnumValueAnnotationArgument.d.ts +1 -0
  1296. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaField.d.ts +13 -0
  1297. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaLiteralAnnotationArgument.d.ts +2 -0
  1298. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts +11 -0
  1299. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +13 -0
  1300. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPackage.d.ts +3 -0
  1301. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPrimitiveType.d.ts +4 -0
  1302. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaRecordComponent.d.ts +13 -0
  1303. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts +4 -0
  1304. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameter.d.ts +6 -0
  1305. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts +4 -0
  1306. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaWildcardType.d.ts +4 -0
  1307. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner.d.ts +4 -0
  1308. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +1 -0
  1309. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder.d.ts +3 -0
  1310. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MethodAnnotationVisitor.d.ts +2 -0
  1311. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$ValueOrBuilder.d.ts +3 -0
  1312. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$ArgumentOrBuilder.d.ts +3 -0
  1313. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$AnnotationOrBuilder.d.ts +3 -0
  1314. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ClassOrBuilder.d.ts +3 -0
  1315. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginDataOrBuilder.d.ts +3 -0
  1316. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ConstructorOrBuilder.d.ts +3 -0
  1317. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ContractOrBuilder.d.ts +3 -0
  1318. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EffectOrBuilder.d.ts +3 -0
  1319. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder.d.ts +3 -0
  1320. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ExpressionOrBuilder.d.ts +3 -0
  1321. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$FunctionOrBuilder.d.ts +3 -0
  1322. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragmentOrBuilder.d.ts +3 -0
  1323. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageOrBuilder.d.ts +3 -0
  1324. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PropertyOrBuilder.d.ts +3 -0
  1325. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder.d.ts +3 -0
  1326. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTableOrBuilder.d.ts +3 -0
  1327. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTableOrBuilder.d.ts +3 -0
  1328. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$ArgumentOrBuilder.d.ts +3 -0
  1329. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAliasOrBuilder.d.ts +3 -0
  1330. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeOrBuilder.d.ts +3 -0
  1331. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameterOrBuilder.d.ts +3 -0
  1332. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTableOrBuilder.d.ts +3 -0
  1333. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameterOrBuilder.d.ts +3 -0
  1334. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementOrBuilder.d.ts +3 -0
  1335. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTableOrBuilder.d.ts +3 -0
  1336. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignatureOrBuilder.d.ts +3 -0
  1337. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignatureOrBuilder.d.ts +3 -0
  1338. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignatureOrBuilder.d.ts +3 -0
  1339. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$RecordOrBuilder.d.ts +3 -0
  1340. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypesOrBuilder.d.ts +3 -0
  1341. package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite$Builder.d.ts +4 -0
  1342. package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite.d.ts +8 -0
  1343. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableBuilder.d.ts +3 -0
  1344. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts +2 -0
  1345. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts +3 -0
  1346. package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder.d.ts +2 -0
  1347. package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts +2 -0
  1348. package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructor.d.ts +7 -0
  1349. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope.d.ts +3 -0
  1350. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitContextReceiver.d.ts +2 -0
  1351. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitReceiver.d.ts +2 -0
  1352. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/SuperCallReceiverValue.d.ts +1 -0
  1353. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ThisClassReceiver.d.ts +2 -0
  1354. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DescriptorWithContainerSource.d.ts +14 -0
  1355. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedCallableMemberDescriptor.d.ts +34 -0
  1356. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerSource.d.ts +2 -0
  1357. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberDescriptor.d.ts +14 -0
  1358. package/types/kotlin/reflect/jvm/internal/impl/types/ClassifierBasedTypeConstructor.d.ts +5 -0
  1359. package/types/kotlin/reflect/jvm/internal/impl/types/NotNullTypeParameter.d.ts +3 -0
  1360. package/types/kotlin/reflect/jvm/internal/impl/types/TypeProjectionBase.d.ts +7 -0
  1361. package/types/kotlin/reflect/jvm/internal/impl/types/TypeSystemCommonBackendContext.d.ts +85 -0
  1362. package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +90 -0
  1363. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker.d.ts +3 -0
  1364. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewTypeVariableConstructor.d.ts +7 -0
  1365. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +92 -0
  1366. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +1 -0
  1367. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +92 -0
  1368. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemTypeFactoryContext.d.ts +90 -0
  1369. package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +1 -0
  1370. package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +1 -0
  1371. package/types/kotlin/reflect/jvm/internal/types/ReflectTypeSystemContext.d.ts +80 -0
  1372. package/types/kotlin/time/ComparableTimeMark.d.ts +1 -0
  1373. package/types/kotlinx/coroutines/ChildHandle.d.ts +1 -0
  1374. package/types/kotlinx/coroutines/ChildJob.d.ts +9 -0
  1375. package/types/kotlinx/coroutines/CompletableDeferred.d.ts +9 -0
  1376. package/types/kotlinx/coroutines/CompletableJob.d.ts +9 -0
  1377. package/types/kotlinx/coroutines/Deferred.d.ts +9 -0
  1378. package/types/kotlinx/coroutines/EventLoopImplBase$DelayedTask.d.ts +1 -0
  1379. package/types/kotlinx/coroutines/ParentJob.d.ts +9 -0
  1380. package/types/kotlinx/coroutines/scheduling/Task.d.ts +1 -0
  1381. package/types/kotlinx/datetime/format/AbstractWithDateBuilder.d.ts +1 -0
  1382. package/types/kotlinx/datetime/format/AbstractWithDateTimeBuilder.d.ts +1 -0
  1383. package/types/kotlinx/datetime/format/AbstractWithOffsetBuilder.d.ts +1 -0
  1384. package/types/kotlinx/datetime/format/AbstractWithTimeBuilder.d.ts +1 -0
  1385. package/types/kotlinx/datetime/format/AbstractWithYearMonthBuilder.d.ts +1 -0
  1386. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate.d.ts +6 -0
  1387. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTime.d.ts +16 -0
  1388. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents.d.ts +20 -0
  1389. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime.d.ts +1 -0
  1390. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset.d.ts +1 -0
  1391. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth.d.ts +1 -0
  1392. package/types/kotlinx/io/Sink.d.ts +1 -0
  1393. package/types/kotlinx/io/Source.d.ts +2 -0
  1394. package/types/kotlinx/io/files/SystemFileSystemImpl.d.ts +12 -0
  1395. package/types/kotlinx/io/unsafe/BufferIterationContext.d.ts +1 -0
  1396. package/types/kotlinx/serialization/cbor/CborDecoder.d.ts +16 -0
  1397. package/types/kotlinx/serialization/cbor/CborEncoder.d.ts +13 -0
  1398. package/types/kotlinx/serialization/encoding/AbstractDecoder.d.ts +1 -0
  1399. package/types/kotlinx/serialization/internal/TaggedDecoder.d.ts +1 -0
  1400. package/types/kotlinx/serialization/json/JsonDecoder.d.ts +26 -0
  1401. package/types/kotlinx/serialization/json/JsonElementBuildersKt.d.ts +1 -1
  1402. package/types/kotlinx/serialization/json/JsonElementKt.d.ts +1 -1
  1403. package/types/kotlinx/serialization/json/JsonEncoder.d.ts +24 -0
  1404. package/types/kotlinx/serialization/json/JsonObject$Companion.d.ts +1 -1
  1405. package/types/kotlinx/serialization/json/JsonObjectBuilder.d.ts +1 -1
  1406. package/types/kotlinx/serialization/json/JsonObjectSerializer.d.ts +3 -3
  1407. package/types/kotlinx/serialization/json/internal/AbstractJsonTreeDecoder.d.ts +1 -0
  1408. package/types/kotlinx/serialization/json/internal/JsonTreeDecoder.d.ts +2 -2
  1409. package/types/kotlinx/serialization/json/internal/JsonTreeMapDecoder.d.ts +2 -2
  1410. package/types/kotlinx/serialization/json/internal/JsonTreeReader.d.ts +1 -1
  1411. package/types/kotlinx/serialization/json/internal/TreeJsonDecoderKt.d.ts +1 -1
  1412. package/types/kroppeb/stareval/expression/ConstantExpression.d.ts +1 -0
  1413. package/types/kroppeb/stareval/expression/VariableExpression.d.ts +1 -0
  1414. package/types/kroppeb/stareval/parser/ParserOptions$Builder.d.ts +2 -3
  1415. package/types/kroppeb/stareval/parser/ParserOptions.d.ts +3 -3
  1416. package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeTracker.d.ts +6 -0
  1417. package/types/net/caffeinemc/mods/lithium/common/config/LithiumConfig.d.ts +1 -1
  1418. package/types/net/caffeinemc/mods/lithium/common/config/Option.d.ts +1 -1
  1419. package/types/net/caffeinemc/mods/lithium/common/entity/EntityClassGroup.d.ts +1 -1
  1420. package/types/net/caffeinemc/mods/lithium/common/services/PlatformRuntimeInformation.d.ts +1 -0
  1421. package/types/net/caffeinemc/mods/lithium/common/tracking/VicinityCache.d.ts +1 -1
  1422. package/types/net/caffeinemc/mods/lithium/common/tracking/entity/MovementTrackerHelper.d.ts +1 -2
  1423. package/types/net/caffeinemc/mods/lithium/common/world/GameEventDispatcherStorage.d.ts +6 -7
  1424. package/types/net/caffeinemc/mods/lithium/common/world/LithiumData$Data.d.ts +3 -4
  1425. package/types/net/caffeinemc/mods/lithium/common/world/chunk/LithiumHashPalette.d.ts +2 -2
  1426. package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumBlockCounter.d.ts +1 -1
  1427. package/types/net/caffeinemc/mods/lithium/fabric/FabricRuntimeInformation.d.ts +1 -0
  1428. package/types/net/caffeinemc/mods/sodium/client/config/builder/IntegerOptionBuilderImpl.d.ts +1 -0
  1429. package/types/net/caffeinemc/mods/sodium/client/config/builder/OptionBuilderImpl.d.ts +1 -0
  1430. package/types/net/caffeinemc/mods/sodium/client/data/config/MixinConfig.d.ts +1 -1
  1431. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder.d.ts +1 -1
  1432. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser.d.ts +1 -1
  1433. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +3 -0
  1434. package/types/net/caffeinemc/mods/sodium/client/gui/prompt/ScreenPromptable.d.ts +2 -0
  1435. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/AbstractWidget.d.ts +1 -0
  1436. package/types/net/caffeinemc/mods/sodium/client/model/light/data/HashLightDataCache.d.ts +1 -1
  1437. package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +15 -0
  1438. package/types/net/caffeinemc/mods/sodium/client/model/quad/ModelQuadViewMutable.d.ts +14 -0
  1439. package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/msgbox/MsgBoxCallback.d.ts +1 -0
  1440. package/types/net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer.d.ts +2 -3
  1441. package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionManager.d.ts +1 -1
  1442. package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +4 -0
  1443. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +2 -0
  1444. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer.d.ts +1 -0
  1445. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/ShapeComparisonCache.d.ts +1 -1
  1446. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +1 -0
  1447. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TreeSectionCollector.d.ts +2 -2
  1448. package/types/net/caffeinemc/mods/sodium/client/render/chunk/map/ChunkTracker.d.ts +1 -1
  1449. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller.d.ts +2 -2
  1450. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager.d.ts +1 -1
  1451. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/PresentSorter.d.ts +2 -0
  1452. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/Sorter.d.ts +2 -0
  1453. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/DirectTriggers.d.ts +1 -1
  1454. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/NormalList.d.ts +1 -1
  1455. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +2 -0
  1456. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +6 -0
  1457. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableMultiForest.d.ts +1 -1
  1458. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +2 -0
  1459. package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/ImprovedItemModelBuilderBase$FaceStorage.d.ts +9 -10
  1460. package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatRegistryImpl.d.ts +1 -1
  1461. package/types/net/caffeinemc/mods/sodium/client/render/vertex/buffer/BufferBuilderExtension.d.ts +3 -0
  1462. package/types/net/caffeinemc/mods/sodium/client/render/vertex/serializers/VertexSerializerRegistryImpl.d.ts +1 -1
  1463. package/types/net/caffeinemc/mods/sodium/client/services/PlatformRuntimeInformation.d.ts +1 -0
  1464. package/types/net/caffeinemc/mods/sodium/client/services/SodiumModelDataContainer.d.ts +2 -2
  1465. package/types/net/caffeinemc/mods/sodium/client/util/FileUtil.d.ts +1 -0
  1466. package/types/net/caffeinemc/mods/sodium/client/util/FrameTimeStatistics.d.ts +3 -4
  1467. package/types/net/caffeinemc/mods/sodium/client/util/GameRendererStorage.d.ts +2 -0
  1468. package/types/net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters$AbstractSorter.d.ts +1 -0
  1469. package/types/net/caffeinemc/mods/sodium/client/world/LevelSlice.d.ts +2 -2
  1470. package/types/net/caffeinemc/mods/sodium/client/world/cloned/ClonedChunkSection.d.ts +4 -5
  1471. package/types/net/caffeinemc/mods/sodium/client/world/cloned/ClonedChunkSectionCache.d.ts +1 -1
  1472. package/types/net/caffeinemc/mods/sodium/fabric/FabricRuntimeInformation.d.ts +1 -0
  1473. package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorMode.d.ts +1 -0
  1474. package/types/net/ccbluex/liquidbounce/deeplearn/models/ModelWrapper.d.ts +1 -0
  1475. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +5 -0
  1476. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalPostAttackTracker.d.ts +2 -2
  1477. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead$CrystalTracker.d.ts +1 -2
  1478. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/NotebotScanner$BlocksAndRequirements.d.ts +2 -3
  1479. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/NotebotScanner.d.ts +1 -2
  1480. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleNotifier.d.ts +1 -1
  1481. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTargetLock$Temporary.d.ts +1 -1
  1482. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TrackedInventory.d.ts +1 -1
  1483. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/AntiBotMode.d.ts +2 -0
  1484. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode.d.ts +1 -1
  1485. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatRecorder.d.ts +2 -3
  1486. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/ModuleInventoryMove.d.ts +1 -1
  1487. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/ModuleAutoQueue$PauseCondition.d.ts +1 -0
  1488. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopInventoryManager.d.ts +6 -6
  1489. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop.d.ts +5 -5
  1490. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/serializable/conditions/ConditionCalculator.d.ts +2 -2
  1491. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura$PauseCondition.d.ts +1 -0
  1492. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/CleanupPlanGenerator.d.ts +1 -2
  1493. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ModuleInventoryCleaner$AmountConstraintProvider.d.ts +3 -5
  1494. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +1 -0
  1495. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCombineMobs.d.ts +3 -3
  1496. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDamageParticles.d.ts +1 -1
  1497. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleStrongholdFinder.d.ts +1 -2
  1498. package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +1 -0
  1499. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +1 -0
  1500. package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager.d.ts +1 -1
  1501. package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +6 -0
  1502. package/types/net/ccbluex/liquidbounce/mcef/cef/MacAcceleratedPaintBackend.d.ts +20 -0
  1503. package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend.d.ts +1 -1
  1504. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +7 -2
  1505. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RetryablePartDownloadException.d.ts +6 -0
  1506. package/types/net/ccbluex/liquidbounce/render/engine/font/FontGlyphPageManager$FontGlyphRegistry.d.ts +2 -2
  1507. package/types/net/ccbluex/liquidbounce/render/engine/font/FontGlyphPageManager.d.ts +1 -1
  1508. package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/DynamicGlyphPage.d.ts +1 -1
  1509. package/types/net/ccbluex/liquidbounce/render/gui/element/PoseReusableGuiElementRenderState.d.ts +9 -0
  1510. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +2 -0
  1511. package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +3 -0
  1512. package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +3 -0
  1513. package/types/net/ccbluex/liquidbounce/utils/block/placer/BlockPlacer.d.ts +1 -1
  1514. package/types/net/ccbluex/liquidbounce/utils/input/InputBind$Modifier$Companion.d.ts +1 -1
  1515. package/types/net/ccbluex/liquidbounce/utils/input/InputTracker.d.ts +1 -1
  1516. package/types/net/ccbluex/liquidbounce/utils/inventory/ArmorItemSlot.d.ts +2 -0
  1517. package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +2 -0
  1518. package/types/net/ccbluex/liquidbounce/utils/kotlin/MapExtensionsKt.d.ts +1 -1
  1519. package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderHandler.d.ts +3 -5
  1520. package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderer.d.ts +1 -2
  1521. package/types/net/ccbluex/netty/http/util/Base64Kt.d.ts +1 -0
  1522. package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +6 -0
  1523. package/types/net/fabricmc/fabric/api/client/datagen/v1/provider/FabricSoundsProvider.d.ts +2 -0
  1524. package/types/net/fabricmc/fabric/api/client/gametest/v1/context/ClientGameTestContext.d.ts +1 -0
  1525. package/types/net/fabricmc/fabric/api/client/gametest/v1/context/TestDedicatedServerContext.d.ts +1 -0
  1526. package/types/net/fabricmc/fabric/api/client/gametest/v1/screenshot/TestScreenshotCommonOptions.d.ts +1 -0
  1527. package/types/net/fabricmc/fabric/api/client/gametest/v1/world/TestWorldBuilder.d.ts +1 -1
  1528. package/types/net/fabricmc/fabric/api/client/gametest/v1/world/TestWorldSave.d.ts +1 -0
  1529. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel$Unbaked.d.ts +5 -0
  1530. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel.d.ts +3 -0
  1531. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CustomUnbakedBlockStateModel.d.ts +5 -0
  1532. package/types/net/fabricmc/fabric/api/client/model/loading/v1/UnbakedExtraModel.d.ts +2 -0
  1533. package/types/net/fabricmc/fabric/api/client/particle/v1/FabricSpriteSet.d.ts +4 -0
  1534. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/Mesh.d.ts +3 -0
  1535. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableMesh.d.ts +2 -0
  1536. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.d.ts +34 -0
  1537. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/QuadEmitter.d.ts +34 -0
  1538. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Background.d.ts +6 -0
  1539. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Frame.d.ts +6 -0
  1540. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Icon.d.ts +6 -0
  1541. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionContext.d.ts +6 -0
  1542. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +8 -0
  1543. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelTerrainRenderContext.d.ts +6 -0
  1544. package/types/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator.d.ts +1 -0
  1545. package/types/net/fabricmc/fabric/api/datagen/v1/FabricPackOutput.d.ts +1 -0
  1546. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricAdvancementProvider.d.ts +1 -0
  1547. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricCodecDataProvider.d.ts +2 -0
  1548. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider.d.ts +2 -0
  1549. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLanguageProvider$TranslationBuilder.d.ts +1 -0
  1550. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLanguageProvider.d.ts +1 -0
  1551. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLootTableSubProvider.d.ts +1 -0
  1552. package/types/net/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState.d.ts +1 -1
  1553. package/types/net/fabricmc/fabric/api/menu/v1/ExtendedMenuProvider.d.ts +2 -0
  1554. package/types/net/fabricmc/fabric/api/networking/v1/LoginPacketSender.d.ts +2 -0
  1555. package/types/net/fabricmc/fabric/api/permission/v1/MutablePermissionContext.d.ts +6 -0
  1556. package/types/net/fabricmc/fabric/api/resource/ModResourcePack.d.ts +7 -1
  1557. package/types/net/fabricmc/fabric/api/resource/SimpleResourceReloadListener.d.ts +1 -0
  1558. package/types/net/fabricmc/fabric/api/resource/SimpleSynchronousResourceReloadListener.d.ts +3 -0
  1559. package/types/net/fabricmc/fabric/api/resource/v1/DataResourceLoader.d.ts +1 -0
  1560. package/types/net/fabricmc/fabric/api/resource/v1/pack/ModPackResources.d.ts +7 -1
  1561. package/types/net/fabricmc/fabric/api/transfer/v1/transaction/Transaction.d.ts +9 -1
  1562. package/types/net/fabricmc/fabric/impl/blockgetter/client/RenderDataMapConsumer.d.ts +1 -1
  1563. package/types/net/fabricmc/fabric/impl/client/gametest/context/ClientGameTestContextImpl.d.ts +1 -0
  1564. package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotCommonOptionsImpl.d.ts +1 -0
  1565. package/types/net/fabricmc/fabric/impl/client/gametest/util/DedicatedServerImplUtil.d.ts +2 -1
  1566. package/types/net/fabricmc/fabric/impl/client/gametest/world/TestWorldBuilderImpl.d.ts +2 -1
  1567. package/types/net/fabricmc/fabric/impl/client/gametest/world/TestWorldSaveImpl.d.ts +1 -0
  1568. package/types/net/fabricmc/fabric/impl/datagen/FabricDataGenHelper.d.ts +1 -0
  1569. package/types/net/fabricmc/fabric/impl/datagen/client/FabricItemAssetDefinitions.d.ts +2 -0
  1570. package/types/net/fabricmc/fabric/impl/networking/PayloadTypeRegistryImpl.d.ts +1 -1
  1571. package/types/net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient.d.ts +2 -0
  1572. package/types/net/fabricmc/fabric/impl/registry/sync/RegistryMapSerializer.d.ts +2 -2
  1573. package/types/net/fabricmc/fabric/impl/registry/sync/RegistrySyncManager$SyncConfigurationTask.d.ts +3 -3
  1574. package/types/net/fabricmc/fabric/impl/registry/sync/RegistrySyncManager.d.ts +1 -1
  1575. package/types/net/fabricmc/fabric/impl/registry/sync/RemapStateImpl.d.ts +5 -5
  1576. package/types/net/fabricmc/fabric/impl/registry/sync/RemappableRegistry.d.ts +1 -2
  1577. package/types/net/fabricmc/fabric/impl/registry/sync/RemovableIdMapper.d.ts +1 -1
  1578. package/types/net/fabricmc/fabric/impl/registry/sync/packet/RegistrySyncPayload.d.ts +4 -4
  1579. package/types/net/fabricmc/fabric/impl/registry/sync/trackers/Int2ObjectMapTracker.d.ts +3 -3
  1580. package/types/net/fabricmc/fabric/impl/resource/ServerLanguageUtil.d.ts +1 -0
  1581. package/types/net/fabricmc/fabric/impl/resource/pack/ModNioPackResources.d.ts +1 -0
  1582. package/types/net/fabricmc/fabric/mixin/networking/accessor/ChunkMapAccessor.d.ts +1 -2
  1583. package/types/net/fabricmc/loader/FabricLoader.d.ts +15 -0
  1584. package/types/net/fabricmc/loader/ModContainer.d.ts +7 -0
  1585. package/types/net/fabricmc/loader/api/FabricLoader.d.ts +1 -0
  1586. package/types/net/fabricmc/loader/api/ModContainer.d.ts +1 -0
  1587. package/types/net/fabricmc/loader/api/SemanticVersion.d.ts +1 -0
  1588. package/types/net/fabricmc/loader/api/metadata/ModOrigin.d.ts +1 -0
  1589. package/types/net/fabricmc/loader/impl/FabricLoaderImpl.d.ts +1 -0
  1590. package/types/net/fabricmc/loader/impl/ModContainerImpl.d.ts +1 -0
  1591. package/types/net/fabricmc/loader/impl/discovery/DirectoryModCandidateFinder.d.ts +1 -0
  1592. package/types/net/fabricmc/loader/impl/discovery/DomainObject$Mod.d.ts +1 -0
  1593. package/types/net/fabricmc/loader/impl/discovery/ModCandidateFinder$ModCandidateConsumer.d.ts +1 -0
  1594. package/types/net/fabricmc/loader/impl/discovery/ModCandidateImpl.d.ts +1 -0
  1595. package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer$ModScanTask.d.ts +1 -0
  1596. package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer.d.ts +1 -0
  1597. package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper$RemapInfo.d.ts +1 -0
  1598. package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper.d.ts +1 -0
  1599. package/types/net/fabricmc/loader/impl/game/GameProvider$BuiltinMod.d.ts +1 -0
  1600. package/types/net/fabricmc/loader/impl/game/GameProvider.d.ts +1 -0
  1601. package/types/net/fabricmc/loader/impl/game/GameProviderHelper$FindResult.d.ts +1 -0
  1602. package/types/net/fabricmc/loader/impl/game/GameProviderHelper.d.ts +1 -0
  1603. package/types/net/fabricmc/loader/impl/game/LibClassifier.d.ts +1 -0
  1604. package/types/net/fabricmc/loader/impl/game/LoaderLibrary.d.ts +1 -0
  1605. package/types/net/fabricmc/loader/impl/game/minecraft/McVersionLookup.d.ts +1 -0
  1606. package/types/net/fabricmc/loader/impl/game/minecraft/MinecraftGameProvider.d.ts +1 -0
  1607. package/types/net/fabricmc/loader/impl/game/patch/GameTransformer.d.ts +1 -0
  1608. package/types/net/fabricmc/loader/impl/launch/FabricLauncher.d.ts +1 -0
  1609. package/types/net/fabricmc/loader/impl/launch/FabricLauncherBase.d.ts +11 -0
  1610. package/types/net/fabricmc/loader/impl/launch/MappingConfiguration$MappingSource.d.ts +1 -0
  1611. package/types/net/fabricmc/loader/impl/launch/knot/Knot.d.ts +1 -0
  1612. package/types/net/fabricmc/loader/impl/launch/knot/KnotClassDelegate.d.ts +1 -0
  1613. package/types/net/fabricmc/loader/impl/launch/knot/KnotClassLoaderInterface.d.ts +1 -0
  1614. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$ClassAccess.d.ts +1 -0
  1615. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$FieldAccess.d.ts +1 -0
  1616. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MethodAccess.d.ts +1 -0
  1617. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MutableAccess.d.ts +4 -0
  1618. package/types/net/fabricmc/loader/impl/lib/mappingio/MappingReader.d.ts +1 -0
  1619. package/types/net/fabricmc/loader/impl/lib/mappingio/MappingWriter.d.ts +8 -0
  1620. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$ClassSupport.d.ts +3 -0
  1621. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$LocalSupport.d.ts +4 -0
  1622. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$MemberSupport.d.ts +5 -0
  1623. package/types/net/fabricmc/loader/impl/lib/mappingio/format/enigma/EnigmaDirReader.d.ts +1 -0
  1624. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ClassMapping.d.ts +8 -0
  1625. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ElementMapping.d.ts +3 -0
  1626. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$FieldMapping.d.ts +13 -0
  1627. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MemberMapping.d.ts +9 -0
  1628. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MetadataEntry.d.ts +2 -0
  1629. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodArgMapping.d.ts +10 -0
  1630. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodMapping.d.ts +13 -0
  1631. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodVarMapping.d.ts +12 -0
  1632. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree.d.ts +3 -0
  1633. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$ClassMappingView.d.ts +5 -0
  1634. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$FieldMappingView.d.ts +8 -0
  1635. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MemberMappingView.d.ts +5 -0
  1636. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodArgMappingView.d.ts +5 -0
  1637. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodMappingView.d.ts +8 -0
  1638. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodVarMappingView.d.ts +5 -0
  1639. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MemoryMappingTree$Entry.d.ts +4 -0
  1640. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/VisitableMappingTree.d.ts +13 -0
  1641. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/AbstractDataStructureFactory.d.ts +2 -0
  1642. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/BinaryClause.d.ts +4 -0
  1643. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/HTClause.d.ts +7 -0
  1644. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/WLClause.d.ts +6 -0
  1645. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ActivityListener.d.ts +1 -0
  1646. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ICDCL.d.ts +29 -0
  1647. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/RestartStrategy.d.ts +2 -0
  1648. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.d.ts +3 -0
  1649. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/IPBSolver.d.ts +20 -0
  1650. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/IWatchPb.d.ts +21 -0
  1651. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/PBConstr.d.ts +21 -0
  1652. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPb.d.ts +6 -0
  1653. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPbLong.d.ts +3 -0
  1654. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/IPBCDCLSolver.d.ts +34 -0
  1655. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/PBDataStructureFactory.d.ts +11 -0
  1656. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/orders/IOrderObjective.d.ts +12 -0
  1657. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts +5 -0
  1658. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IOptimizationProblem.d.ts +6 -0
  1659. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IProblem.d.ts +1 -0
  1660. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/ISolver.d.ts +6 -0
  1661. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/SearchListener.d.ts +1 -0
  1662. package/types/net/fabricmc/loader/impl/lib/tinyremapper/ClassInstance.d.ts +1 -0
  1663. package/types/net/fabricmc/loader/impl/lib/tinyremapper/FileSystemReference.d.ts +1 -0
  1664. package/types/net/fabricmc/loader/impl/lib/tinyremapper/MetaInfFixer.d.ts +1 -0
  1665. package/types/net/fabricmc/loader/impl/lib/tinyremapper/MetaInfRemover.d.ts +1 -0
  1666. package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath$Builder.d.ts +1 -0
  1667. package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath$ResourceRemapper.d.ts +1 -0
  1668. package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath.d.ts +1 -0
  1669. package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper.d.ts +1 -0
  1670. package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrField.d.ts +8 -0
  1671. package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrMethod.d.ts +8 -0
  1672. package/types/net/fabricmc/loader/impl/metadata/AbstractModMetadata.d.ts +10 -0
  1673. package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl.d.ts +2 -0
  1674. package/types/net/fabricmc/loader/impl/metadata/DependencyOverrides.d.ts +1 -0
  1675. package/types/net/fabricmc/loader/impl/metadata/LoaderModMetadata.d.ts +13 -0
  1676. package/types/net/fabricmc/loader/impl/metadata/ModOriginImpl.d.ts +1 -0
  1677. package/types/net/fabricmc/loader/impl/util/FileSystemUtil.d.ts +1 -0
  1678. package/types/net/fabricmc/loader/impl/util/LoaderUtil.d.ts +1 -0
  1679. package/types/net/fabricmc/loader/impl/util/ManifestUtil.d.ts +1 -0
  1680. package/types/net/fabricmc/loader/impl/util/SimpleClassPath$CpEntry.d.ts +1 -0
  1681. package/types/net/fabricmc/loader/impl/util/SimpleClassPath.d.ts +1 -0
  1682. package/types/net/fabricmc/loader/impl/util/UrlUtil.d.ts +1 -0
  1683. package/types/net/fabricmc/loader/metadata/LoaderModMetadata.d.ts +14 -0
  1684. package/types/net/fabricmc/loader/util/UrlUtil.d.ts +1 -0
  1685. package/types/net/irisshaders/iris/Iris.d.ts +2 -1
  1686. package/types/net/irisshaders/iris/config/IrisConfig.d.ts +1 -0
  1687. package/types/net/irisshaders/iris/gl/buffer/ShaderStorageBufferHolder.d.ts +1 -2
  1688. package/types/net/irisshaders/iris/gl/framebuffer/GlFramebuffer.d.ts +1 -1
  1689. package/types/net/irisshaders/iris/gl/uniform/DynamicLocationalUniformHolder.d.ts +6 -0
  1690. package/types/net/irisshaders/iris/gl/uniform/DynamicUniformHolder.d.ts +5 -0
  1691. package/types/net/irisshaders/iris/gl/uniform/LocationalUniformHolder.d.ts +1 -0
  1692. package/types/net/irisshaders/iris/gui/FileDialogUtil.d.ts +1 -0
  1693. package/types/net/irisshaders/iris/gui/screen/ShaderPackScreen.d.ts +1 -0
  1694. package/types/net/irisshaders/iris/mixin/LevelRendererAccessor.d.ts +1 -2
  1695. package/types/net/irisshaders/iris/pbr/TextureInfoCache.d.ts +1 -1
  1696. package/types/net/irisshaders/iris/pbr/TextureTracker.d.ts +1 -1
  1697. package/types/net/irisshaders/iris/pbr/texture/PBRAtlasTexture.d.ts +1 -0
  1698. package/types/net/irisshaders/iris/pbr/texture/PBRDumpable.d.ts +2 -0
  1699. package/types/net/irisshaders/iris/pbr/texture/PBRTextureManager.d.ts +2 -1
  1700. package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +51 -0
  1701. package/types/net/irisshaders/iris/pipeline/transform/transformer/LayoutTransformer.d.ts +2 -2
  1702. package/types/net/irisshaders/iris/platform/IrisFabricHelpers.d.ts +1 -0
  1703. package/types/net/irisshaders/iris/platform/IrisPlatformHelpers.d.ts +1 -0
  1704. package/types/net/irisshaders/iris/shaderpack/IdMap.d.ts +7 -8
  1705. package/types/net/irisshaders/iris/shaderpack/LanguageMap.d.ts +1 -0
  1706. package/types/net/irisshaders/iris/shaderpack/ShaderPack.d.ts +4 -4
  1707. package/types/net/irisshaders/iris/shaderpack/discovery/ShaderpackDirectoryManager.d.ts +1 -0
  1708. package/types/net/irisshaders/iris/shaderpack/include/AbsolutePackPath.d.ts +1 -0
  1709. package/types/net/irisshaders/iris/shaderpack/include/IncludeGraph.d.ts +1 -0
  1710. package/types/net/irisshaders/iris/shaderpack/include/ShaderPackSourceNames.d.ts +1 -0
  1711. package/types/net/irisshaders/iris/shaderpack/materialmap/BlockMaterialMapping.d.ts +1 -4
  1712. package/types/net/irisshaders/iris/shaderpack/materialmap/LegacyIdMap.d.ts +1 -2
  1713. package/types/net/irisshaders/iris/shaderpack/materialmap/WorldRenderingSettings.d.ts +3 -4
  1714. package/types/net/irisshaders/iris/shaderpack/properties/PackDirectives.d.ts +1 -1
  1715. package/types/net/irisshaders/iris/shaderpack/properties/PackRenderTargetDirectives.d.ts +1 -1
  1716. package/types/net/irisshaders/iris/shaderpack/properties/PackShadowDirectives.d.ts +3 -4
  1717. package/types/net/irisshaders/iris/shaderpack/properties/ShaderProperties.d.ts +4 -5
  1718. package/types/net/irisshaders/iris/uniforms/BiomeUniforms.d.ts +1 -3
  1719. package/types/net/irisshaders/iris/uniforms/custom/CustomUniforms.d.ts +1 -1
  1720. package/types/net/irisshaders/iris/vertices/views/QuadView.d.ts +5 -0
  1721. package/types/net/irisshaders/iris/vertices/views/TriView.d.ts +5 -0
  1722. package/types/net/minecraft/CrashReport.d.ts +1 -0
  1723. package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +3 -3
  1724. package/types/net/minecraft/advancements/criterion/PlayerPredicate$Builder.d.ts +1 -1
  1725. package/types/net/minecraft/advancements/criterion/PlayerPredicate.d.ts +3 -5
  1726. package/types/net/minecraft/client/CommandHistory.d.ts +1 -0
  1727. package/types/net/minecraft/client/HotbarManager.d.ts +1 -0
  1728. package/types/net/minecraft/client/KeyMapping.d.ts +2 -0
  1729. package/types/net/minecraft/client/Minecraft.d.ts +3 -0
  1730. package/types/net/minecraft/client/MouseHandler.d.ts +3 -0
  1731. package/types/net/minecraft/client/Options.d.ts +1 -0
  1732. package/types/net/minecraft/client/color/block/BlockTintCache$CacheData.d.ts +1 -1
  1733. package/types/net/minecraft/client/color/block/BlockTintCache.d.ts +1 -1
  1734. package/types/net/minecraft/client/data/AtlasProvider.d.ts +1 -0
  1735. package/types/net/minecraft/client/data/models/EquipmentAssetProvider.d.ts +1 -0
  1736. package/types/net/minecraft/client/data/models/ModelProvider.d.ts +1 -0
  1737. package/types/net/minecraft/client/data/models/WaypointStyleProvider.d.ts +1 -0
  1738. package/types/net/minecraft/client/gui/Gui.d.ts +5 -0
  1739. package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +1 -0
  1740. package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +5 -0
  1741. package/types/net/minecraft/client/gui/font/FontSet.d.ts +1 -1
  1742. package/types/net/minecraft/client/gui/font/FontTexture.d.ts +1 -0
  1743. package/types/net/minecraft/client/gui/font/PlainTextRenderable.d.ts +9 -0
  1744. package/types/net/minecraft/client/gui/font/TextRenderable$Styled.d.ts +16 -0
  1745. package/types/net/minecraft/client/gui/layouts/Layout.d.ts +6 -0
  1746. package/types/net/minecraft/client/gui/narration/NarratableEntry.d.ts +2 -0
  1747. package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +2 -0
  1748. package/types/net/minecraft/client/gui/render/GuiRenderer.d.ts +1 -1
  1749. package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +1 -0
  1750. package/types/net/minecraft/client/gui/screens/ConnectScreen.d.ts +1 -0
  1751. package/types/net/minecraft/client/gui/screens/Overlay.d.ts +2 -0
  1752. package/types/net/minecraft/client/gui/screens/Screen.d.ts +2 -0
  1753. package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +1 -0
  1754. package/types/net/minecraft/client/gui/screens/advancements/AdvancementWidget.d.ts +1 -0
  1755. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconScreenButton.d.ts +1 -0
  1756. package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +3 -0
  1757. package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen$Watcher.d.ts +1 -0
  1758. package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen.d.ts +1 -0
  1759. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +2 -0
  1760. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen.d.ts +3 -0
  1761. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldCallback.d.ts +1 -0
  1762. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen.d.ts +1 -0
  1763. package/types/net/minecraft/client/gui/screens/worldselection/ExperimentsScreen.d.ts +1 -2
  1764. package/types/net/minecraft/client/gui/screens/worldselection/WorldCreationUiState.d.ts +1 -0
  1765. package/types/net/minecraft/client/gui/screens/worldselection/WorldSelectionList$WorldListEntry.d.ts +1 -0
  1766. package/types/net/minecraft/client/main/GameConfig$FolderData.d.ts +1 -0
  1767. package/types/net/minecraft/client/multiplayer/AccountProfileKeyPairManager.d.ts +1 -0
  1768. package/types/net/minecraft/client/multiplayer/ClientAdvancements$Listener.d.ts +5 -0
  1769. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +1 -0
  1770. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl.d.ts +7 -0
  1771. package/types/net/minecraft/client/multiplayer/ClientConfigurationPacketListenerImpl.d.ts +1 -0
  1772. package/types/net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl.d.ts +1 -0
  1773. package/types/net/minecraft/client/multiplayer/chat/LoggedChatMessage.d.ts +2 -0
  1774. package/types/net/minecraft/client/multiplayer/prediction/BlockStatePredictionHandler.d.ts +1 -2
  1775. package/types/net/minecraft/client/particle/ParticleEngine.d.ts +1 -1
  1776. package/types/net/minecraft/client/particle/ParticleResources.d.ts +2 -2
  1777. package/types/net/minecraft/client/quickplay/QuickPlayLog.d.ts +1 -0
  1778. package/types/net/minecraft/client/renderer/CloudRenderer.d.ts +1 -0
  1779. package/types/net/minecraft/client/renderer/EndFlashState.d.ts +2 -0
  1780. package/types/net/minecraft/client/renderer/GameRenderer.d.ts +7 -0
  1781. package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +9 -2
  1782. package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphStorage.d.ts +1 -2
  1783. package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +24 -1
  1784. package/types/net/minecraft/client/renderer/SubmitNodeStorage.d.ts +2 -2
  1785. package/types/net/minecraft/client/renderer/block/BlockAndTintGetter.d.ts +10 -0
  1786. package/types/net/minecraft/client/renderer/block/BlockModelLighter$Cache.d.ts +2 -2
  1787. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$Unbaked.d.ts +2 -0
  1788. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$UnbakedRoot.d.ts +2 -0
  1789. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModelPart$Unbaked.d.ts +2 -0
  1790. package/types/net/minecraft/client/renderer/chunk/ChunkSectionsToRender.d.ts +2 -3
  1791. package/types/net/minecraft/client/renderer/chunk/RenderRegionCache.d.ts +1 -1
  1792. package/types/net/minecraft/client/renderer/chunk/RenderSectionRegion.d.ts +2 -2
  1793. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$RebuildTask.d.ts +2 -3
  1794. package/types/net/minecraft/client/renderer/culling/Frustum.d.ts +1 -0
  1795. package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +1 -0
  1796. package/types/net/minecraft/client/renderer/item/ItemModel$Unbaked.d.ts +2 -0
  1797. package/types/net/minecraft/client/renderer/item/properties/conditional/ConditionalItemModelProperty.d.ts +5 -0
  1798. package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +1 -0
  1799. package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +2 -0
  1800. package/types/net/minecraft/client/renderer/state/gui/GuiElementRenderState.d.ts +1 -0
  1801. package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +1 -0
  1802. package/types/net/minecraft/client/renderer/texture/Dumpable.d.ts +1 -0
  1803. package/types/net/minecraft/client/renderer/texture/DynamicTexture.d.ts +1 -0
  1804. package/types/net/minecraft/client/renderer/texture/ReloadableTexture.d.ts +1 -0
  1805. package/types/net/minecraft/client/renderer/texture/SkinTextureDownloader.d.ts +1 -0
  1806. package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +7 -3
  1807. package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +2 -0
  1808. package/types/net/minecraft/client/renderer/texture/SpriteContents.d.ts +1 -0
  1809. package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +6 -0
  1810. package/types/net/minecraft/client/renderer/texture/TextureAtlasSprite.d.ts +1 -0
  1811. package/types/net/minecraft/client/renderer/texture/TextureManager.d.ts +1 -0
  1812. package/types/net/minecraft/client/renderer/texture/atlas/SpriteSource$DiscardableLoader.d.ts +6 -1
  1813. package/types/net/minecraft/client/resources/ClientPackSource.d.ts +1 -0
  1814. package/types/net/minecraft/client/resources/IndexedAssetSource.d.ts +1 -0
  1815. package/types/net/minecraft/client/resources/MapTextureManager.d.ts +3 -3
  1816. package/types/net/minecraft/client/resources/SkinManager$TextureCache.d.ts +1 -0
  1817. package/types/net/minecraft/client/resources/SkinManager.d.ts +1 -0
  1818. package/types/net/minecraft/client/resources/model/ModelGroupCollector.d.ts +1 -2
  1819. package/types/net/minecraft/client/resources/model/ModelManager$ReloadState.d.ts +3 -3
  1820. package/types/net/minecraft/client/resources/model/ModelManager.d.ts +1 -1
  1821. package/types/net/minecraft/client/resources/model/ResolvedModel.d.ts +1 -0
  1822. package/types/net/minecraft/client/resources/server/DownloadedPackSource.d.ts +1 -0
  1823. package/types/net/minecraft/client/resources/server/PackReloadConfig$IdAndPath.d.ts +1 -0
  1824. package/types/net/minecraft/client/resources/server/ServerPackManager$ServerPackData.d.ts +1 -0
  1825. package/types/net/minecraft/client/resources/server/ServerPackManager.d.ts +1 -0
  1826. package/types/net/minecraft/client/resources/sounds/AbstractTickableSoundInstance.d.ts +1 -0
  1827. package/types/net/minecraft/client/resources/sounds/TickableSoundInstance.d.ts +19 -0
  1828. package/types/net/minecraft/client/server/IntegratedServer.d.ts +1 -0
  1829. package/types/net/minecraft/client/sounds/AudioStream.d.ts +1 -0
  1830. package/types/net/minecraft/client/sounds/FiniteAudioStream.d.ts +4 -0
  1831. package/types/net/minecraft/client/sounds/FloatSampleSource.d.ts +3 -0
  1832. package/types/net/minecraft/client/sounds/SoundEngine.d.ts +1 -1
  1833. package/types/net/minecraft/client/telemetry/ClientTelemetryManager.d.ts +1 -0
  1834. package/types/net/minecraft/client/telemetry/TelemetryLogManager.d.ts +1 -0
  1835. package/types/net/minecraft/commands/ExecutionCommandSource.d.ts +2 -0
  1836. package/types/net/minecraft/commands/SharedSuggestionProvider.d.ts +2 -0
  1837. package/types/net/minecraft/commands/arguments/NbtPathArgument$NbtPath.d.ts +2 -2
  1838. package/types/net/minecraft/core/ClientAsset$Texture.d.ts +1 -0
  1839. package/types/net/minecraft/data/CachedOutput.d.ts +1 -0
  1840. package/types/net/minecraft/data/DataGenerator$Cached.d.ts +1 -0
  1841. package/types/net/minecraft/data/DataGenerator$Uncached.d.ts +1 -0
  1842. package/types/net/minecraft/data/DataGenerator.d.ts +1 -0
  1843. package/types/net/minecraft/data/HashCache$CacheUpdater.d.ts +1 -0
  1844. package/types/net/minecraft/data/HashCache$ProviderCache.d.ts +1 -0
  1845. package/types/net/minecraft/data/HashCache$ProviderCacheBuilder.d.ts +1 -0
  1846. package/types/net/minecraft/data/HashCache.d.ts +1 -0
  1847. package/types/net/minecraft/data/Main.d.ts +1 -0
  1848. package/types/net/minecraft/data/PackOutput$PathProvider.d.ts +1 -0
  1849. package/types/net/minecraft/data/PackOutput.d.ts +1 -0
  1850. package/types/net/minecraft/data/advancements/AdvancementProvider.d.ts +1 -0
  1851. package/types/net/minecraft/data/info/BiomeParametersDumpReport.d.ts +1 -0
  1852. package/types/net/minecraft/data/info/BlockListReport.d.ts +1 -0
  1853. package/types/net/minecraft/data/info/CommandsReport.d.ts +1 -0
  1854. package/types/net/minecraft/data/info/DatapackStructureReport.d.ts +1 -0
  1855. package/types/net/minecraft/data/info/PacketReport.d.ts +1 -0
  1856. package/types/net/minecraft/data/info/RegistryComponentsReport.d.ts +1 -0
  1857. package/types/net/minecraft/data/info/RegistryDumpReport.d.ts +1 -0
  1858. package/types/net/minecraft/data/loot/BlockLootSubProvider.d.ts +1 -0
  1859. package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +1 -0
  1860. package/types/net/minecraft/data/loot/LootTableProvider.d.ts +1 -0
  1861. package/types/net/minecraft/data/metadata/PackMetadataGenerator.d.ts +1 -0
  1862. package/types/net/minecraft/data/recipes/RecipeProvider$Runner.d.ts +2 -0
  1863. package/types/net/minecraft/data/registries/RegistriesDatapackGenerator.d.ts +1 -0
  1864. package/types/net/minecraft/data/structures/NbtToSnbt.d.ts +1 -0
  1865. package/types/net/minecraft/data/structures/SnbtToNbt$StructureConversionException.d.ts +1 -0
  1866. package/types/net/minecraft/data/structures/SnbtToNbt.d.ts +1 -0
  1867. package/types/net/minecraft/data/tags/TagsProvider.d.ts +1 -0
  1868. package/types/net/minecraft/gametest/framework/GameTestInfo.d.ts +1 -1
  1869. package/types/net/minecraft/gametest/framework/StructureUtils.d.ts +1 -0
  1870. package/types/net/minecraft/nbt/NbtIo.d.ts +1 -0
  1871. package/types/net/minecraft/nbt/NumericTag.d.ts +9 -0
  1872. package/types/net/minecraft/nbt/PrimitiveTag.d.ts +8 -0
  1873. package/types/net/minecraft/network/ClientboundPacketListener.d.ts +4 -0
  1874. package/types/net/minecraft/network/DisconnectionDetails.d.ts +1 -0
  1875. package/types/net/minecraft/network/ServerboundPacketListener.d.ts +4 -0
  1876. package/types/net/minecraft/network/TickablePacketListener.d.ts +6 -0
  1877. package/types/net/minecraft/network/chat/ClickEvent$OpenFile.d.ts +1 -0
  1878. package/types/net/minecraft/network/codec/IdDispatchCodec.d.ts +2 -2
  1879. package/types/net/minecraft/network/protocol/SimpleUnboundProtocol.d.ts +2 -0
  1880. package/types/net/minecraft/network/protocol/UnboundProtocol.d.ts +2 -0
  1881. package/types/net/minecraft/network/protocol/common/ClientCommonPacketListener.d.ts +7 -0
  1882. package/types/net/minecraft/network/protocol/common/ServerCommonPacketListener.d.ts +7 -0
  1883. package/types/net/minecraft/network/protocol/configuration/ClientConfigurationPacketListener.d.ts +31 -0
  1884. package/types/net/minecraft/network/protocol/configuration/ServerConfigurationPacketListener.d.ts +17 -0
  1885. package/types/net/minecraft/network/protocol/cookie/ClientCookiePacketListener.d.ts +5 -0
  1886. package/types/net/minecraft/network/protocol/cookie/ServerCookiePacketListener.d.ts +5 -0
  1887. package/types/net/minecraft/network/protocol/game/ClientGamePacketListener.d.ts +33 -0
  1888. package/types/net/minecraft/network/protocol/game/ClientboundAwardStatsPacket.d.ts +3 -4
  1889. package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +19 -0
  1890. package/types/net/minecraft/network/protocol/game/ServerPacketListener.d.ts +5 -0
  1891. package/types/net/minecraft/network/protocol/game/ServerboundContainerClickPacket.d.ts +2 -2
  1892. package/types/net/minecraft/network/protocol/handshake/ServerHandshakePacketListener.d.ts +3 -0
  1893. package/types/net/minecraft/network/protocol/login/ClientLoginPacketListener.d.ts +5 -0
  1894. package/types/net/minecraft/network/protocol/login/ServerLoginPacketListener.d.ts +5 -0
  1895. package/types/net/minecraft/network/protocol/ping/ClientPongPacketListener.d.ts +6 -0
  1896. package/types/net/minecraft/network/protocol/ping/ServerPingPacketListener.d.ts +6 -0
  1897. package/types/net/minecraft/network/protocol/status/ClientStatusPacketListener.d.ts +5 -0
  1898. package/types/net/minecraft/network/protocol/status/ServerStatusPacketListener.d.ts +5 -0
  1899. package/types/net/minecraft/resources/FileToIdConverter.d.ts +2 -0
  1900. package/types/net/minecraft/resources/Identifier.d.ts +1 -0
  1901. package/types/net/minecraft/resources/RegistryOps.d.ts +1 -0
  1902. package/types/net/minecraft/server/Eula.d.ts +1 -0
  1903. package/types/net/minecraft/server/MinecraftServer.d.ts +2 -0
  1904. package/types/net/minecraft/server/PlayerAdvancements.d.ts +1 -0
  1905. package/types/net/minecraft/server/ServerInterface.d.ts +4 -0
  1906. package/types/net/minecraft/server/SuppressedExceptionCollector.d.ts +1 -2
  1907. package/types/net/minecraft/server/dedicated/DedicatedServer.d.ts +1 -0
  1908. package/types/net/minecraft/server/dedicated/DedicatedServerProperties.d.ts +4 -3
  1909. package/types/net/minecraft/server/dedicated/DedicatedServerSettings.d.ts +1 -0
  1910. package/types/net/minecraft/server/dedicated/Settings.d.ts +6 -5
  1911. package/types/net/minecraft/server/dialog/ButtonListDialog.d.ts +2 -0
  1912. package/types/net/minecraft/server/dialog/SimpleDialog.d.ts +2 -0
  1913. package/types/net/minecraft/server/jsonrpc/Connection.d.ts +1 -2
  1914. package/types/net/minecraft/server/jsonrpc/dataprovider/JsonRpcApiSchema.d.ts +1 -0
  1915. package/types/net/minecraft/server/level/ChunkMap.d.ts +6 -7
  1916. package/types/net/minecraft/server/level/ChunkTaskPriorityQueue.d.ts +1 -1
  1917. package/types/net/minecraft/server/level/DistanceManager$FixedPlayerDistanceChunkTracker.d.ts +1 -1
  1918. package/types/net/minecraft/server/level/DistanceManager$PlayerTicketTracker.d.ts +1 -1
  1919. package/types/net/minecraft/server/level/DistanceManager.d.ts +1 -1
  1920. package/types/net/minecraft/server/level/GenerationChunkHolder.d.ts +1 -0
  1921. package/types/net/minecraft/server/level/PlayerMap.d.ts +1 -1
  1922. package/types/net/minecraft/server/level/ServerLevel.d.ts +2 -1
  1923. package/types/net/minecraft/server/level/SimulationChunkTracker.d.ts +1 -1
  1924. package/types/net/minecraft/server/network/ServerCommonPacketListenerImpl.d.ts +7 -0
  1925. package/types/net/minecraft/server/network/ServerLoginPacketListenerImpl.d.ts +2 -0
  1926. package/types/net/minecraft/server/packs/AbstractPackResources.d.ts +4 -0
  1927. package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndPriority.d.ts +1 -0
  1928. package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndTime.d.ts +1 -0
  1929. package/types/net/minecraft/server/packs/DownloadCacheCleaner.d.ts +1 -0
  1930. package/types/net/minecraft/server/packs/DownloadQueue$BatchResult.d.ts +1 -0
  1931. package/types/net/minecraft/server/packs/DownloadQueue.d.ts +1 -0
  1932. package/types/net/minecraft/server/packs/FilePackResources$FileResourcesSupplier.d.ts +1 -0
  1933. package/types/net/minecraft/server/packs/PathPackResources$PathResourcesSupplier.d.ts +1 -0
  1934. package/types/net/minecraft/server/packs/PathPackResources.d.ts +1 -0
  1935. package/types/net/minecraft/server/packs/VanillaPackResources.d.ts +1 -0
  1936. package/types/net/minecraft/server/packs/VanillaPackResourcesBuilder.d.ts +1 -0
  1937. package/types/net/minecraft/server/packs/linkfs/LinkFSProvider.d.ts +1 -0
  1938. package/types/net/minecraft/server/packs/linkfs/LinkFileSystem$Builder.d.ts +1 -0
  1939. package/types/net/minecraft/server/packs/linkfs/LinkFileSystem$DirectoryEntry.d.ts +1 -0
  1940. package/types/net/minecraft/server/packs/linkfs/LinkFileSystem.d.ts +1 -0
  1941. package/types/net/minecraft/server/packs/linkfs/PathContents$FileContents.d.ts +1 -0
  1942. package/types/net/minecraft/server/packs/repository/BuiltInPackSource.d.ts +1 -0
  1943. package/types/net/minecraft/server/packs/repository/FolderRepositorySource$FolderPackDetector.d.ts +1 -0
  1944. package/types/net/minecraft/server/packs/repository/FolderRepositorySource.d.ts +1 -0
  1945. package/types/net/minecraft/server/packs/repository/PackDetector.d.ts +1 -0
  1946. package/types/net/minecraft/server/packs/repository/ServerPacksSource.d.ts +1 -0
  1947. package/types/net/minecraft/server/packs/resources/ResourceManager$Empty.d.ts +5 -0
  1948. package/types/net/minecraft/server/players/PlayerList.d.ts +1 -0
  1949. package/types/net/minecraft/server/rcon/thread/GenericThread.d.ts +1 -0
  1950. package/types/net/minecraft/stats/ServerStatsCounter.d.ts +1 -0
  1951. package/types/net/minecraft/stats/StatsCounter.d.ts +1 -1
  1952. package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
  1953. package/types/net/minecraft/tags/TagEntry.d.ts +2 -0
  1954. package/types/net/minecraft/util/ClassTreeIdRegistry.d.ts +1 -1
  1955. package/types/net/minecraft/util/DirectoryLock$LockException.d.ts +1 -0
  1956. package/types/net/minecraft/util/DirectoryLock.d.ts +1 -0
  1957. package/types/net/minecraft/util/DummyFileAttributes.d.ts +2 -0
  1958. package/types/net/minecraft/util/ExtraCodecs.d.ts +2 -1
  1959. package/types/net/minecraft/util/FileSystemUtil.d.ts +1 -0
  1960. package/types/net/minecraft/util/FileUtil.d.ts +1 -0
  1961. package/types/net/minecraft/util/FileZipper.d.ts +1 -0
  1962. package/types/net/minecraft/util/HttpUtil.d.ts +1 -0
  1963. package/types/net/minecraft/util/SequencedPriorityIterator.d.ts +1 -1
  1964. package/types/net/minecraft/util/TimeSource$NanoTimeSource.d.ts +1 -0
  1965. package/types/net/minecraft/util/Util$OS.d.ts +1 -0
  1966. package/types/net/minecraft/util/Util.d.ts +1 -0
  1967. package/types/net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$Section.d.ts +1 -1
  1968. package/types/net/minecraft/util/datafix/fixes/ChunkPalettedStorageFix$UpgradeChunk.d.ts +1 -1
  1969. package/types/net/minecraft/util/datafix/fixes/ChunkProtoTickListFix.d.ts +1 -1
  1970. package/types/net/minecraft/util/datafix/fixes/LeavesFix$LeavesSection.d.ts +1 -1
  1971. package/types/net/minecraft/util/eventlog/EventLogDirectory$CompressedFile.d.ts +1 -0
  1972. package/types/net/minecraft/util/eventlog/EventLogDirectory$File.d.ts +1 -0
  1973. package/types/net/minecraft/util/eventlog/EventLogDirectory$RawFile.d.ts +1 -0
  1974. package/types/net/minecraft/util/eventlog/EventLogDirectory.d.ts +1 -0
  1975. package/types/net/minecraft/util/eventlog/JsonEventLog.d.ts +1 -0
  1976. package/types/net/minecraft/util/eventlog/JsonEventLogReader.d.ts +1 -0
  1977. package/types/net/minecraft/util/filefix/FileFix.d.ts +1 -0
  1978. package/types/net/minecraft/util/filefix/FileFixUtil.d.ts +1 -0
  1979. package/types/net/minecraft/util/filefix/FileFixerUpper$UpgradeInProgress.d.ts +1 -0
  1980. package/types/net/minecraft/util/filefix/FileFixerUpper.d.ts +1 -0
  1981. package/types/net/minecraft/util/filefix/access/ChunkNbt.d.ts +1 -0
  1982. package/types/net/minecraft/util/filefix/access/CompressedNbt$MissingSeverity.d.ts +1 -0
  1983. package/types/net/minecraft/util/filefix/access/CompressedNbt.d.ts +1 -0
  1984. package/types/net/minecraft/util/filefix/access/FileAccess.d.ts +1 -0
  1985. package/types/net/minecraft/util/filefix/access/FileAccessProvider.d.ts +1 -0
  1986. package/types/net/minecraft/util/filefix/access/FileRelation.d.ts +1 -0
  1987. package/types/net/minecraft/util/filefix/access/FileResourceType$AccessFactory.d.ts +1 -0
  1988. package/types/net/minecraft/util/filefix/access/FileResourceType.d.ts +1 -0
  1989. package/types/net/minecraft/util/filefix/access/LevelDat.d.ts +1 -0
  1990. package/types/net/minecraft/util/filefix/access/PlayerData.d.ts +1 -0
  1991. package/types/net/minecraft/util/filefix/access/SavedDataNbt.d.ts +1 -0
  1992. package/types/net/minecraft/util/filefix/fixes/LegacyStructureFileFix$DimensionFixEntry.d.ts +3 -4
  1993. package/types/net/minecraft/util/filefix/operations/ApplyInFolders.d.ts +1 -0
  1994. package/types/net/minecraft/util/filefix/operations/DeleteFileOrEmptyDirectory.d.ts +1 -0
  1995. package/types/net/minecraft/util/filefix/operations/FileFixOperation.d.ts +1 -0
  1996. package/types/net/minecraft/util/filefix/operations/FileFixOperations.d.ts +1 -0
  1997. package/types/net/minecraft/util/filefix/operations/GroupMove.d.ts +1 -0
  1998. package/types/net/minecraft/util/filefix/operations/ModifyContent.d.ts +1 -0
  1999. package/types/net/minecraft/util/filefix/operations/Move.d.ts +1 -0
  2000. package/types/net/minecraft/util/filefix/operations/RegexMove.d.ts +1 -0
  2001. package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFSProvider$ChannelFactory.d.ts +1 -0
  2002. package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFSProvider.d.ts +1 -0
  2003. package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFileSystem$Moves.d.ts +1 -0
  2004. package/types/net/minecraft/util/filefix/virtualfilesystem/CopyOnWriteFileSystem.d.ts +1 -0
  2005. package/types/net/minecraft/util/filefix/virtualfilesystem/FileMove.d.ts +1 -0
  2006. package/types/net/minecraft/util/filefix/virtualfilesystem/FileNode.d.ts +1 -0
  2007. package/types/net/minecraft/util/profiling/ActiveProfiler$PathEntry.d.ts +2 -2
  2008. package/types/net/minecraft/util/profiling/EmptyProfileResults.d.ts +1 -0
  2009. package/types/net/minecraft/util/profiling/FilledProfileResults.d.ts +1 -0
  2010. package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +7 -0
  2011. package/types/net/minecraft/util/profiling/ProfileResults.d.ts +1 -0
  2012. package/types/net/minecraft/util/profiling/ProfilerPathEntry.d.ts +1 -1
  2013. package/types/net/minecraft/util/profiling/jfr/JfrProfiler.d.ts +1 -0
  2014. package/types/net/minecraft/util/profiling/jfr/JvmProfiler$NoOpProfiler.d.ts +1 -0
  2015. package/types/net/minecraft/util/profiling/jfr/JvmProfiler.d.ts +1 -0
  2016. package/types/net/minecraft/util/profiling/jfr/SummaryReporter.d.ts +1 -0
  2017. package/types/net/minecraft/util/profiling/jfr/parse/JfrStatsParser.d.ts +1 -0
  2018. package/types/net/minecraft/util/profiling/metrics/MetricSampler$SamplerResult.d.ts +2 -2
  2019. package/types/net/minecraft/util/profiling/metrics/profiling/ActiveMetricsRecorder.d.ts +1 -0
  2020. package/types/net/minecraft/util/profiling/metrics/storage/MetricsPersister.d.ts +1 -0
  2021. package/types/net/minecraft/util/valueproviders/FloatProvider.d.ts +2 -0
  2022. package/types/net/minecraft/util/worldupdate/RegionStorageUpgrader$Builder.d.ts +2 -2
  2023. package/types/net/minecraft/util/worldupdate/RegionStorageUpgrader.d.ts +3 -3
  2024. package/types/net/minecraft/util/worldupdate/UpgradeProgress.d.ts +1 -1
  2025. package/types/net/minecraft/world/attribute/SpatialAttributeInterpolator.d.ts +1 -1
  2026. package/types/net/minecraft/world/entity/Entity.d.ts +2 -0
  2027. package/types/net/minecraft/world/entity/EntityFluidInteraction$Tracker.d.ts +8 -0
  2028. package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +1 -0
  2029. package/types/net/minecraft/world/entity/LivingEntity.d.ts +3 -1
  2030. package/types/net/minecraft/world/entity/ai/gossip/GossipContainer$EntityGossips.d.ts +1 -1
  2031. package/types/net/minecraft/world/entity/ai/gossip/GossipContainer.d.ts +1 -1
  2032. package/types/net/minecraft/world/entity/ai/sensing/NearestBedSensor.d.ts +1 -1
  2033. package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +3 -0
  2034. package/types/net/minecraft/world/entity/ai/village/poi/PoiManager$DistanceTracker.d.ts +1 -1
  2035. package/types/net/minecraft/world/entity/ai/village/poi/PoiManager.d.ts +1 -0
  2036. package/types/net/minecraft/world/entity/ai/village/poi/PoiSection.d.ts +1 -1
  2037. package/types/net/minecraft/world/entity/animal/bee/Bee$BeePollinateGoal.d.ts +1 -1
  2038. package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +1 -0
  2039. package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +1 -0
  2040. package/types/net/minecraft/world/entity/monster/CrossbowAttackMob.d.ts +1 -0
  2041. package/types/net/minecraft/world/entity/monster/warden/AngerManagement.d.ts +2 -2
  2042. package/types/net/minecraft/world/entity/npc/villager/VillagerProfession.d.ts +3 -3
  2043. package/types/net/minecraft/world/entity/player/StackedContents.d.ts +1 -1
  2044. package/types/net/minecraft/world/entity/raid/Raider$ObtainRaidLeaderBannerGoal.d.ts +1 -1
  2045. package/types/net/minecraft/world/entity/raid/Raids.d.ts +1 -1
  2046. package/types/net/minecraft/world/inventory/SlotRange.d.ts +1 -0
  2047. package/types/net/minecraft/world/item/BucketItem.d.ts +1 -0
  2048. package/types/net/minecraft/world/item/CreativeModeTab.d.ts +2 -0
  2049. package/types/net/minecraft/world/item/crafting/SimpleSmithingRecipe.d.ts +2 -0
  2050. package/types/net/minecraft/world/item/enchantment/Enchantment$Builder.d.ts +2 -0
  2051. package/types/net/minecraft/world/item/enchantment/ItemEnchantments$Mutable.d.ts +1 -1
  2052. package/types/net/minecraft/world/item/enchantment/ItemEnchantments.d.ts +2 -2
  2053. package/types/net/minecraft/world/level/BlockAndLightGetter.d.ts +6 -0
  2054. package/types/net/minecraft/world/level/BlockGetter.d.ts +2 -0
  2055. package/types/net/minecraft/world/level/ClipContext.d.ts +1 -0
  2056. package/types/net/minecraft/world/level/CollisionGetter.d.ts +6 -0
  2057. package/types/net/minecraft/world/level/CommonLevelAccessor.d.ts +27 -0
  2058. package/types/net/minecraft/world/level/EmptyBlockGetter.d.ts +13 -0
  2059. package/types/net/minecraft/world/level/Level.d.ts +9 -0
  2060. package/types/net/minecraft/world/level/LevelAccessor.d.ts +28 -0
  2061. package/types/net/minecraft/world/level/LevelReader.d.ts +9 -0
  2062. package/types/net/minecraft/world/level/LevelSimulatedRW.d.ts +5 -0
  2063. package/types/net/minecraft/world/level/LocalMobCapCalculator$MobCounts.d.ts +1 -1
  2064. package/types/net/minecraft/world/level/LocalMobCapCalculator.d.ts +1 -1
  2065. package/types/net/minecraft/world/level/NaturalSpawner$SpawnState.d.ts +4 -4
  2066. package/types/net/minecraft/world/level/ServerExplosion.d.ts +2 -2
  2067. package/types/net/minecraft/world/level/ServerLevelAccessor.d.ts +43 -0
  2068. package/types/net/minecraft/world/level/SignalGetter.d.ts +6 -0
  2069. package/types/net/minecraft/world/level/TicketStorage.d.ts +5 -5
  2070. package/types/net/minecraft/world/level/WorldGenLevel.d.ts +50 -0
  2071. package/types/net/minecraft/world/level/biome/Biome.d.ts +1 -1
  2072. package/types/net/minecraft/world/level/block/BaseEntityBlock.d.ts +1 -0
  2073. package/types/net/minecraft/world/level/block/ComposterBlock.d.ts +1 -2
  2074. package/types/net/minecraft/world/level/block/CrossCollisionBlock.d.ts +1 -1
  2075. package/types/net/minecraft/world/level/block/FireBlock.d.ts +2 -2
  2076. package/types/net/minecraft/world/level/block/SkullBlock$Type.d.ts +1 -0
  2077. package/types/net/minecraft/world/level/block/WallBlock.d.ts +1 -1
  2078. package/types/net/minecraft/world/level/block/entity/FuelValues$Builder.d.ts +1 -1
  2079. package/types/net/minecraft/world/level/block/entity/FuelValues.d.ts +2 -2
  2080. package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +1 -0
  2081. package/types/net/minecraft/world/level/chunk/BulkSectionAccess.d.ts +1 -1
  2082. package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +4 -0
  2083. package/types/net/minecraft/world/level/chunk/ChunkSource.d.ts +2 -0
  2084. package/types/net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper.d.ts +2 -0
  2085. package/types/net/minecraft/world/level/chunk/LevelChunk.d.ts +2 -2
  2086. package/types/net/minecraft/world/level/chunk/LightChunk.d.ts +6 -0
  2087. package/types/net/minecraft/world/level/chunk/Strategy.d.ts +1 -0
  2088. package/types/net/minecraft/world/level/chunk/UpgradeData$BlockFixers.d.ts +4 -0
  2089. package/types/net/minecraft/world/level/chunk/storage/IOWorker.d.ts +2 -1
  2090. package/types/net/minecraft/world/level/chunk/storage/RecreatingSimpleRegionStorage.d.ts +1 -0
  2091. package/types/net/minecraft/world/level/chunk/storage/RegionFile.d.ts +1 -0
  2092. package/types/net/minecraft/world/level/chunk/storage/RegionFileStorage.d.ts +2 -1
  2093. package/types/net/minecraft/world/level/chunk/storage/SectionStorage$PackedChunk.d.ts +2 -2
  2094. package/types/net/minecraft/world/level/chunk/storage/SectionStorage.d.ts +3 -3
  2095. package/types/net/minecraft/world/level/chunk/storage/SimpleRegionStorage.d.ts +1 -0
  2096. package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +3 -0
  2097. package/types/net/minecraft/world/level/entity/EntityAccess.d.ts +3 -0
  2098. package/types/net/minecraft/world/level/entity/EntityLookup.d.ts +1 -1
  2099. package/types/net/minecraft/world/level/entity/EntitySectionStorage.d.ts +1 -1
  2100. package/types/net/minecraft/world/level/entity/EntityTickList.d.ts +3 -3
  2101. package/types/net/minecraft/world/level/entity/PersistentEntitySectionManager.d.ts +2 -3
  2102. package/types/net/minecraft/world/level/levelgen/BitRandomSource.d.ts +5 -0
  2103. package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +4 -0
  2104. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +10 -0
  2105. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +4 -0
  2106. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +8 -0
  2107. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +8 -0
  2108. package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +4 -0
  2109. package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +4 -0
  2110. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +4 -0
  2111. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +4 -0
  2112. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +6 -0
  2113. package/types/net/minecraft/world/level/levelgen/Heightmap.d.ts +1 -0
  2114. package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +4 -0
  2115. package/types/net/minecraft/world/level/levelgen/NoiseChunk.d.ts +1 -1
  2116. package/types/net/minecraft/world/level/levelgen/blending/Blender.d.ts +3 -3
  2117. package/types/net/minecraft/world/level/levelgen/feature/FeatureCountTracker$LevelData.d.ts +3 -4
  2118. package/types/net/minecraft/world/level/levelgen/structure/StructureCheck.d.ts +5 -5
  2119. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplateManager.d.ts +1 -0
  2120. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/loader/DirectoryTemplateSource.d.ts +1 -0
  2121. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/loader/TemplatePathFactory.d.ts +1 -0
  2122. package/types/net/minecraft/world/level/lighting/BlockLightSectionStorage$BlockDataLayerStorageMap.d.ts +1 -2
  2123. package/types/net/minecraft/world/level/lighting/DataLayerStorageMap.d.ts +2 -2
  2124. package/types/net/minecraft/world/level/lighting/DynamicGraphMinFixedPoint.d.ts +1 -1
  2125. package/types/net/minecraft/world/level/lighting/LayerLightEventListener.d.ts +6 -0
  2126. package/types/net/minecraft/world/level/lighting/LayerLightSectionStorage.d.ts +2 -2
  2127. package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -0
  2128. package/types/net/minecraft/world/level/lighting/SkyLightSectionStorage$SkyDataLayerStorageMap.d.ts +2 -3
  2129. package/types/net/minecraft/world/level/material/FlowingFluid$SpreadContext.d.ts +2 -2
  2130. package/types/net/minecraft/world/level/material/FlowingFluid.d.ts +1 -1
  2131. package/types/net/minecraft/world/level/pathfinder/FlyNodeEvaluator.d.ts +1 -1
  2132. package/types/net/minecraft/world/level/pathfinder/NodeEvaluator.d.ts +1 -1
  2133. package/types/net/minecraft/world/level/pathfinder/SwimNodeEvaluator.d.ts +1 -1
  2134. package/types/net/minecraft/world/level/pathfinder/WalkNodeEvaluator.d.ts +2 -2
  2135. package/types/net/minecraft/world/level/redstone/ExperimentalRedstoneWireEvaluator.d.ts +1 -1
  2136. package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelDirectory.d.ts +1 -0
  2137. package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess.d.ts +1 -0
  2138. package/types/net/minecraft/world/level/storage/LevelStorageSource.d.ts +1 -0
  2139. package/types/net/minecraft/world/level/storage/LevelSummary$CorruptedLevelSummary.d.ts +1 -0
  2140. package/types/net/minecraft/world/level/storage/LevelSummary$SymlinkLevelSummary.d.ts +1 -0
  2141. package/types/net/minecraft/world/level/storage/LevelSummary.d.ts +1 -0
  2142. package/types/net/minecraft/world/level/storage/SavedDataStorage.d.ts +1 -0
  2143. package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +8 -0
  2144. package/types/net/minecraft/world/level/storage/WritableLevelData.d.ts +6 -0
  2145. package/types/net/minecraft/world/level/storage/loot/LootPool.d.ts +2 -0
  2146. package/types/net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$Builder.d.ts +2 -0
  2147. package/types/net/minecraft/world/level/validation/ContentValidationException.d.ts +1 -0
  2148. package/types/net/minecraft/world/level/validation/DirectoryValidator.d.ts +1 -0
  2149. package/types/net/minecraft/world/level/validation/ForbiddenSymlinkInfo.d.ts +1 -0
  2150. package/types/net/minecraft/world/level/validation/PathAllowList$ConfigEntry.d.ts +1 -0
  2151. package/types/net/minecraft/world/level/validation/PathAllowList$EntryType.d.ts +1 -0
  2152. package/types/net/minecraft/world/level/validation/PathAllowList.d.ts +1 -0
  2153. package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +1 -0
  2154. package/types/net/minecraft/world/scores/PlayerScores.d.ts +1 -1
  2155. package/types/net/minecraft/world/scores/Scoreboard.d.ts +1 -1
  2156. package/types/net/minecraft/world/ticks/LevelChunkTicks.d.ts +1 -1
  2157. package/types/net/minecraft/world/ticks/LevelTicks.d.ts +2 -2
  2158. package/types/net/minecraft/world/waypoints/WaypointTransmitter$BlockConnection.d.ts +3 -0
  2159. package/types/net/minecraft/world/waypoints/WaypointTransmitter$ChunkConnection.d.ts +3 -0
  2160. package/types/net/raphimc/immediatelyfast/PlatformCode.d.ts +1 -0
  2161. package/types/net/raphimc/immediatelyfast/fabric/PlatformCodeImpl.d.ts +1 -0
  2162. package/types/net/raphimc/viabedrock/api/chunk/section/BedrockChunkSection.d.ts +2 -0
  2163. package/types/net/raphimc/viabedrock/api/item/ItemUpgrader.d.ts +1 -1
  2164. package/types/net/raphimc/viabedrock/api/model/scoreboard/ScoreboardObjective.d.ts +1 -1
  2165. package/types/net/raphimc/viabedrock/api/resourcepack/content/DirectoryContent.d.ts +1 -0
  2166. package/types/net/raphimc/viabedrock/api/util/FileSystemUtil.d.ts +1 -0
  2167. package/types/net/raphimc/viabedrock/experimental/storage/MapTracker.d.ts +2 -3
  2168. package/types/net/raphimc/viabedrock/platform/ViaBedrockConfig.d.ts +3 -0
  2169. package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +2 -0
  2170. package/types/net/raphimc/viabedrock/protocol/ServerboundBedrockPackets.d.ts +2 -0
  2171. package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData.d.ts +4 -4
  2172. package/types/net/raphimc/viabedrock/protocol/model/EntityProperties.d.ts +5 -5
  2173. package/types/net/raphimc/viabedrock/protocol/provider/impl/DiskResourcePackProvider.d.ts +1 -0
  2174. package/types/net/raphimc/viabedrock/protocol/rewriter/BlockStateRewriter.d.ts +3 -3
  2175. package/types/net/raphimc/viabedrock/protocol/rewriter/ItemRewriter.d.ts +1 -2
  2176. package/types/net/raphimc/viabedrock/protocol/storage/BlobCache.d.ts +1 -1
  2177. package/types/net/raphimc/viabedrock/protocol/storage/ChunkTracker.d.ts +1 -1
  2178. package/types/net/raphimc/viabedrock/protocol/storage/EntityTracker.d.ts +4 -4
  2179. package/types/net/raphimc/viabedrock/protocol/storage/PacketSyncStorage.d.ts +2 -2
  2180. package/types/net/raphimc/viabedrock/protocol/types/item/BedrockItemType.d.ts +2 -3
  2181. package/types/net/raphimc/vialegacy/api/remapper/AbstractBlockRemapper.d.ts +1 -1
  2182. package/types/net/raphimc/vialegacy/api/remapper/AbstractChunkTracker.d.ts +1 -1
  2183. package/types/net/raphimc/vialegacy/platform/ViaLegacyConfig.d.ts +3 -0
  2184. package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.d.ts +2 -0
  2185. package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.d.ts +2 -0
  2186. 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
  2187. 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
  2188. 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
  2189. 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
  2190. 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
  2191. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.d.ts +2 -0
  2192. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.d.ts +2 -0
  2193. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.d.ts +2 -0
  2194. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.d.ts +2 -0
  2195. 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
  2196. 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
  2197. 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
  2198. package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.d.ts +2 -0
  2199. package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.d.ts +2 -0
  2200. package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/storage/EntityFlagStorage.d.ts +1 -1
  2201. package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.d.ts +2 -0
  2202. package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.d.ts +2 -0
  2203. package/types/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.d.ts +2 -0
  2204. package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.d.ts +2 -0
  2205. package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.d.ts +2 -0
  2206. package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.d.ts +2 -0
  2207. package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.d.ts +2 -0
  2208. package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.d.ts +2 -0
  2209. package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.d.ts +2 -0
  2210. package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/storage/PlayerNameTracker.d.ts +1 -1
  2211. package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.d.ts +2 -0
  2212. package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.d.ts +2 -0
  2213. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.d.ts +2 -0
  2214. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.d.ts +2 -0
  2215. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.d.ts +2 -0
  2216. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.d.ts +2 -0
  2217. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.d.ts +2 -0
  2218. package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/data/ClassicBlocks.d.ts +2 -3
  2219. package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.d.ts +2 -0
  2220. package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.d.ts +2 -0
  2221. package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/data/ExtendedClassicBlocks.d.ts +2 -3
  2222. package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.d.ts +2 -0
  2223. package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.d.ts +2 -0
  2224. package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.d.ts +2 -0
  2225. package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.d.ts +2 -0
  2226. package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.d.ts +2 -0
  2227. package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.d.ts +2 -0
  2228. package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.d.ts +2 -0
  2229. package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.d.ts +2 -0
  2230. package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.d.ts +2 -0
  2231. package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.d.ts +2 -0
  2232. package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.d.ts +2 -0
  2233. package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.d.ts +2 -0
  2234. package/types/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.d.ts +2 -0
  2235. package/types/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.d.ts +2 -0
  2236. package/types/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.d.ts +2 -0
  2237. package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.d.ts +2 -0
  2238. package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.d.ts +2 -0
  2239. package/types/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.d.ts +2 -0
  2240. package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.d.ts +2 -0
  2241. package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.d.ts +2 -0
  2242. package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/storage/StatisticsStorage.d.ts +1 -1
  2243. package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.d.ts +2 -0
  2244. package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.d.ts +2 -0
  2245. package/types/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/EntityTracker.d.ts +3 -4
  2246. package/types/net/raphimc/vialegacy/protocol/release/r1_7_6_10tor1_8/storage/MapStorage.d.ts +1 -1
  2247. package/types/okhttp3/internal/connection/BufferedSocket.d.ts +1 -0
  2248. package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +1 -0
  2249. package/types/okhttp3/internal/platform/BouncyCastlePlatform.d.ts +1 -1
  2250. package/types/okhttp3/internal/platform/OpenJSSEPlatform.d.ts +1 -1
  2251. package/types/okio/BufferedSink.d.ts +4 -0
  2252. package/types/okio/BufferedSource.d.ts +5 -0
  2253. package/types/okio/NioFileSystemWrappingFileSystem.d.ts +22 -21
  2254. package/types/okio/NioSystemFileSystem.d.ts +6 -5
  2255. package/types/okio/Okio.d.ts +3 -2
  2256. package/types/okio/Okio__JvmOkioKt.d.ts +1 -0
  2257. package/types/okio/Path.d.ts +4 -3
  2258. package/types/org/ahocorasick/trie/handler/AbstractStatefulEmitHandler.d.ts +1 -0
  2259. package/types/org/ahocorasick/trie/handler/StatefulEmitHandler.d.ts +1 -0
  2260. package/types/org/antlr/v4/runtime/CharStream.d.ts +8 -0
  2261. package/types/org/antlr/v4/runtime/CharStreams.d.ts +1 -0
  2262. package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +3 -0
  2263. package/types/org/antlr/v4/runtime/TokenStream.d.ts +8 -0
  2264. package/types/org/antlr/v4/runtime/WritableToken.d.ts +12 -0
  2265. package/types/org/antlr/v4/runtime/tree/ErrorNode.d.ts +18 -0
  2266. package/types/org/antlr/v4/runtime/tree/ParseTree.d.ts +5 -0
  2267. package/types/org/antlr/v4/runtime/tree/RuleNode.d.ts +14 -0
  2268. package/types/org/antlr/v4/runtime/tree/SyntaxTree.d.ts +5 -0
  2269. package/types/org/antlr/v4/runtime/tree/TerminalNode.d.ts +15 -0
  2270. package/types/org/apache/commons/codec/digest/DigestUtils.d.ts +1 -0
  2271. package/types/org/apache/commons/codec/digest/HmacUtils.d.ts +1 -0
  2272. package/types/org/apache/commons/compress/CompressFilterOutputStream.d.ts +1 -0
  2273. package/types/org/apache/commons/compress/archivers/ArchiveEntry.d.ts +1 -0
  2274. package/types/org/apache/commons/compress/archivers/ArchiveOutputStream.d.ts +1 -0
  2275. package/types/org/apache/commons/compress/archivers/Lister.d.ts +1 -0
  2276. package/types/org/apache/commons/compress/archivers/ar/ArArchiveEntry.d.ts +1 -0
  2277. package/types/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.d.ts +1 -0
  2278. package/types/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.d.ts +1 -0
  2279. package/types/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.d.ts +1 -0
  2280. package/types/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.d.ts +1 -0
  2281. package/types/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.d.ts +1 -0
  2282. package/types/org/apache/commons/compress/archivers/examples/Archiver$ArchiverFileVisitor.d.ts +1 -0
  2283. package/types/org/apache/commons/compress/archivers/examples/Archiver.d.ts +1 -0
  2284. package/types/org/apache/commons/compress/archivers/examples/Expander.d.ts +1 -0
  2285. package/types/org/apache/commons/compress/archivers/jar/JarArchiveEntry.d.ts +1 -1
  2286. package/types/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.d.ts +1 -0
  2287. package/types/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.d.ts +1 -0
  2288. package/types/org/apache/commons/compress/archivers/tar/TarArchiveEntry.d.ts +1 -0
  2289. package/types/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.d.ts +1 -0
  2290. package/types/org/apache/commons/compress/archivers/tar/TarFile.d.ts +1 -0
  2291. package/types/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.d.ts +1 -0
  2292. package/types/org/apache/commons/compress/archivers/zip/DefaultBackingStoreSupplier.d.ts +1 -0
  2293. package/types/org/apache/commons/compress/archivers/zip/FileRandomAccessOutputStream.d.ts +1 -0
  2294. package/types/org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.d.ts +1 -0
  2295. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.d.ts +1 -0
  2296. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.d.ts +1 -0
  2297. package/types/org/apache/commons/compress/archivers/zip/ZipFile.d.ts +1 -0
  2298. package/types/org/apache/commons/compress/archivers/zip/ZipSplitOutputStream.d.ts +1 -0
  2299. package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel$ZipSplitSegmentComparator.d.ts +1 -0
  2300. package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel.d.ts +1 -0
  2301. package/types/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.d.ts +1 -0
  2302. package/types/org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.d.ts +1 -0
  2303. package/types/org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.d.ts +1 -0
  2304. package/types/org/apache/commons/compress/compressors/lz4/BlockLZ4CompressorOutputStream.d.ts +1 -0
  2305. package/types/org/apache/commons/compress/compressors/lz4/FramedLZ4CompressorOutputStream.d.ts +1 -0
  2306. package/types/org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.d.ts +1 -0
  2307. package/types/org/apache/commons/compress/compressors/pack200/TempFileCachingStreamBridge.d.ts +1 -0
  2308. package/types/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorOutputStream.d.ts +1 -0
  2309. package/types/org/apache/commons/compress/compressors/snappy/SnappyCompressorOutputStream.d.ts +1 -0
  2310. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +5 -0
  2311. package/types/org/apache/commons/compress/harmony/unpack200/Archive.d.ts +1 -0
  2312. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +4 -0
  2313. package/types/org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.d.ts +1 -0
  2314. package/types/org/apache/commons/compress/parallel/ScatterGatherBackingStore.d.ts +1 -0
  2315. package/types/org/apache/commons/compress/utils/FileNameUtils.d.ts +1 -0
  2316. package/types/org/apache/commons/io/FileCleaningTracker.d.ts +1 -0
  2317. package/types/org/apache/commons/io/RandomAccessFileMode.d.ts +1 -0
  2318. package/types/org/apache/commons/io/build/AbstractOrigin$FileOrigin.d.ts +1 -0
  2319. package/types/org/apache/commons/io/build/AbstractOrigin$IORandomAccessFileOrigin.d.ts +1 -0
  2320. package/types/org/apache/commons/io/build/AbstractOrigin$PathOrigin.d.ts +1 -0
  2321. package/types/org/apache/commons/io/build/AbstractOrigin$URIOrigin.d.ts +1 -0
  2322. package/types/org/apache/commons/io/build/AbstractOrigin.d.ts +1 -0
  2323. package/types/org/apache/commons/io/build/AbstractOriginSupplier.d.ts +1 -0
  2324. package/types/org/apache/commons/io/build/AbstractStreamBuilder.d.ts +1 -0
  2325. package/types/org/apache/commons/io/file/AccumulatorPathVisitor.d.ts +1 -0
  2326. package/types/org/apache/commons/io/file/CleaningPathVisitor.d.ts +1 -0
  2327. package/types/org/apache/commons/io/file/CopyDirectoryVisitor.d.ts +1 -0
  2328. package/types/org/apache/commons/io/file/CountingPathVisitor$AbstractBuilder.d.ts +1 -0
  2329. package/types/org/apache/commons/io/file/CountingPathVisitor.d.ts +1 -0
  2330. package/types/org/apache/commons/io/file/DeletingPathVisitor.d.ts +1 -0
  2331. package/types/org/apache/commons/io/file/DirectoryStreamFilter.d.ts +1 -0
  2332. package/types/org/apache/commons/io/file/FilesUncheck.d.ts +1 -0
  2333. package/types/org/apache/commons/io/file/NoopPathVisitor.d.ts +1 -0
  2334. package/types/org/apache/commons/io/file/PathFilter.d.ts +1 -0
  2335. package/types/org/apache/commons/io/file/PathUtils$RelativeSortedPaths.d.ts +1 -0
  2336. package/types/org/apache/commons/io/file/PathUtils.d.ts +1 -0
  2337. package/types/org/apache/commons/io/file/PathVisitor.d.ts +1 -0
  2338. package/types/org/apache/commons/io/file/SimplePathVisitor$AbstractBuilder.d.ts +1 -0
  2339. package/types/org/apache/commons/io/file/SimplePathVisitor.d.ts +1 -0
  2340. package/types/org/apache/commons/io/file/attribute/FileTimes.d.ts +1 -0
  2341. package/types/org/apache/commons/io/file/spi/FileSystemProviders.d.ts +1 -0
  2342. package/types/org/apache/commons/io/filefilter/AbstractFileFilter.d.ts +1 -0
  2343. package/types/org/apache/commons/io/filefilter/AgeFileFilter.d.ts +1 -0
  2344. package/types/org/apache/commons/io/filefilter/AndFileFilter.d.ts +1 -0
  2345. package/types/org/apache/commons/io/filefilter/CanExecuteFileFilter.d.ts +1 -0
  2346. package/types/org/apache/commons/io/filefilter/CanReadFileFilter.d.ts +1 -0
  2347. package/types/org/apache/commons/io/filefilter/CanWriteFileFilter.d.ts +1 -0
  2348. package/types/org/apache/commons/io/filefilter/DelegateFileFilter.d.ts +1 -0
  2349. package/types/org/apache/commons/io/filefilter/DirectoryFileFilter.d.ts +1 -0
  2350. package/types/org/apache/commons/io/filefilter/EmptyFileFilter.d.ts +1 -0
  2351. package/types/org/apache/commons/io/filefilter/FalseFileFilter.d.ts +1 -0
  2352. package/types/org/apache/commons/io/filefilter/FileEqualsFileFilter.d.ts +1 -0
  2353. package/types/org/apache/commons/io/filefilter/FileFileFilter.d.ts +1 -0
  2354. package/types/org/apache/commons/io/filefilter/HiddenFileFilter.d.ts +1 -0
  2355. package/types/org/apache/commons/io/filefilter/IOFileFilter.d.ts +1 -0
  2356. package/types/org/apache/commons/io/filefilter/MagicNumberFileFilter.d.ts +1 -0
  2357. package/types/org/apache/commons/io/filefilter/NameFileFilter.d.ts +1 -0
  2358. package/types/org/apache/commons/io/filefilter/NotFileFilter.d.ts +1 -0
  2359. package/types/org/apache/commons/io/filefilter/OrFileFilter.d.ts +1 -0
  2360. package/types/org/apache/commons/io/filefilter/PathEqualsFileFilter.d.ts +1 -0
  2361. package/types/org/apache/commons/io/filefilter/PathMatcherFileFilter.d.ts +1 -0
  2362. package/types/org/apache/commons/io/filefilter/PathVisitorFileFilter.d.ts +1 -0
  2363. package/types/org/apache/commons/io/filefilter/PrefixFileFilter.d.ts +1 -0
  2364. package/types/org/apache/commons/io/filefilter/RegexFileFilter.d.ts +1 -0
  2365. package/types/org/apache/commons/io/filefilter/SizeFileFilter.d.ts +1 -0
  2366. package/types/org/apache/commons/io/filefilter/SuffixFileFilter.d.ts +1 -0
  2367. package/types/org/apache/commons/io/filefilter/SymbolicLinkFileFilter.d.ts +1 -0
  2368. package/types/org/apache/commons/io/filefilter/TrueFileFilter.d.ts +1 -0
  2369. package/types/org/apache/commons/io/filefilter/WildcardFileFilter.d.ts +1 -0
  2370. package/types/org/apache/commons/io/filefilter/WildcardFilter.d.ts +1 -0
  2371. package/types/org/apache/commons/io/input/BufferedFileChannelInputStream.d.ts +1 -0
  2372. package/types/org/apache/commons/io/input/ReversedLinesFileReader.d.ts +1 -0
  2373. package/types/org/apache/commons/io/input/Tailer$RandomAccessResourceBridge.d.ts +1 -0
  2374. package/types/org/apache/commons/io/input/Tailer$TailablePath.d.ts +1 -0
  2375. package/types/org/apache/commons/io/input/XmlStreamReader.d.ts +1 -0
  2376. package/types/org/apache/commons/io/output/DeferredFileOutputStream$Builder.d.ts +1 -0
  2377. package/types/org/apache/commons/io/output/DeferredFileOutputStream.d.ts +1 -0
  2378. package/types/org/apache/commons/lang3/SystemUtils.d.ts +1 -0
  2379. package/types/org/apache/commons/lang3/text/StrSubstitutor.d.ts +1 -1
  2380. package/types/org/apache/commons/lang3/time/FastDatePrinter$NumberRule.d.ts +1 -0
  2381. package/types/org/apache/logging/log4j/core/Appender.d.ts +7 -0
  2382. package/types/org/apache/logging/log4j/core/Filter.d.ts +7 -0
  2383. package/types/org/apache/logging/log4j/core/LifeCycle2.d.ts +7 -0
  2384. package/types/org/apache/logging/log4j/core/appender/AbstractAppender.d.ts +1 -0
  2385. package/types/org/apache/logging/log4j/core/appender/FileManager.d.ts +1 -0
  2386. package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractConnectionSource.d.ts +2 -0
  2387. package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractDriverManagerConnectionSource.d.ts +1 -1
  2388. package/types/org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.d.ts +7 -0
  2389. package/types/org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.d.ts +3 -0
  2390. package/types/org/apache/logging/log4j/core/appender/rolling/AbstractTriggeringPolicy.d.ts +4 -0
  2391. package/types/org/apache/logging/log4j/core/appender/rolling/action/AbstractPathAction.d.ts +1 -0
  2392. package/types/org/apache/logging/log4j/core/appender/rolling/action/Action.d.ts +1 -0
  2393. package/types/org/apache/logging/log4j/core/appender/rolling/action/DeleteAction.d.ts +1 -0
  2394. package/types/org/apache/logging/log4j/core/appender/rolling/action/DeletingVisitor.d.ts +1 -0
  2395. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileCount.d.ts +1 -0
  2396. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAccumulatedFileSize.d.ts +1 -0
  2397. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAll.d.ts +1 -0
  2398. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfAny.d.ts +1 -0
  2399. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfFileName.d.ts +1 -0
  2400. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfLastModified.d.ts +1 -0
  2401. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfNot.d.ts +1 -0
  2402. package/types/org/apache/logging/log4j/core/appender/rolling/action/PathCondition.d.ts +1 -0
  2403. package/types/org/apache/logging/log4j/core/appender/rolling/action/PathWithAttributes.d.ts +1 -0
  2404. package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction.d.ts +1 -0
  2405. package/types/org/apache/logging/log4j/core/appender/rolling/action/ScriptCondition.d.ts +1 -0
  2406. package/types/org/apache/logging/log4j/core/appender/rolling/action/SortingVisitor.d.ts +1 -0
  2407. package/types/org/apache/logging/log4j/core/config/Configuration.d.ts +12 -0
  2408. package/types/org/apache/logging/log4j/core/config/ConfigurationSource.d.ts +1 -0
  2409. package/types/org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$PathConverter.d.ts +1 -0
  2410. package/types/org/apache/logging/log4j/core/config/plugins/convert/TypeConverters$SecurityProviderConverter.d.ts +2 -2
  2411. package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.d.ts +13 -13
  2412. package/types/org/apache/logging/log4j/core/filter/Filterable.d.ts +7 -0
  2413. package/types/org/apache/logging/log4j/core/impl/ThreadContextDataInjector$AbstractContextDataInjector.d.ts +2 -0
  2414. package/types/org/apache/logging/log4j/core/jackson/LogEventMixIn.d.ts +4 -0
  2415. package/types/org/apache/logging/log4j/core/jackson/MarkerMixIn.d.ts +4 -0
  2416. package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializer.d.ts +2 -0
  2417. package/types/org/apache/logging/log4j/core/lookup/AbstractLookup.d.ts +1 -0
  2418. package/types/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.d.ts +2 -2
  2419. package/types/org/apache/logging/log4j/core/lookup/RuntimeStrSubstitutor.d.ts +2 -2
  2420. package/types/org/apache/logging/log4j/core/lookup/StrSubstitutor.d.ts +2 -2
  2421. package/types/org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory.d.ts +2 -2
  2422. package/types/org/apache/logging/log4j/core/net/JndiManager.d.ts +3 -3
  2423. package/types/org/apache/logging/log4j/core/net/ssl/FilePasswordProvider.d.ts +1 -0
  2424. package/types/org/apache/logging/log4j/core/pattern/AbstractPatternConverter.d.ts +2 -0
  2425. package/types/org/apache/logging/log4j/core/pattern/ArrayPatternConverter.d.ts +2 -0
  2426. package/types/org/apache/logging/log4j/core/script/ScriptFile.d.ts +1 -0
  2427. package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +5 -1
  2428. package/types/org/apache/logging/log4j/core/script/ScriptManager$MainScriptRunner.d.ts +1 -1
  2429. package/types/org/apache/logging/log4j/core/script/ScriptManager$ScriptRunner.d.ts +2 -2
  2430. package/types/org/apache/logging/log4j/core/script/ScriptManager$ThreadLocalScriptRunner.d.ts +1 -1
  2431. package/types/org/apache/logging/log4j/core/script/ScriptManager.d.ts +2 -2
  2432. package/types/org/apache/logging/log4j/core/selector/NamedContextSelector.d.ts +1 -0
  2433. package/types/org/apache/logging/log4j/core/time/Instant.d.ts +2 -0
  2434. package/types/org/apache/logging/log4j/core/time/PreciseClock.d.ts +1 -0
  2435. package/types/org/apache/logging/log4j/core/util/Cancellable.d.ts +1 -0
  2436. package/types/org/apache/logging/log4j/core/util/FileUtils.d.ts +1 -0
  2437. package/types/org/apache/logging/log4j/core/util/OptionConverter.d.ts +3 -3
  2438. package/types/org/apache/logging/log4j/core/util/Source.d.ts +1 -0
  2439. package/types/org/apache/logging/log4j/core/util/datetime/FastDatePrinter$NumberRule.d.ts +1 -0
  2440. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$AbstractFormatter.d.ts +3 -0
  2441. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter.d.ts +4 -0
  2442. package/types/org/apache/logging/log4j/message/EntryMessage.d.ts +6 -0
  2443. package/types/org/apache/logging/log4j/message/ExitMessage.d.ts +6 -0
  2444. package/types/org/apache/logging/log4j/message/FlowMessage.d.ts +3 -0
  2445. package/types/org/apache/logging/log4j/message/MultiformatMessage.d.ts +3 -0
  2446. package/types/org/apache/logging/log4j/message/ReusableMessage.d.ts +5 -0
  2447. package/types/org/apache/logging/log4j/spi/AbstractLogger.d.ts +16 -0
  2448. package/types/org/apache/logging/log4j/spi/CleanableThreadContextMap.d.ts +8 -0
  2449. package/types/org/apache/logging/log4j/spi/ExtendedLogger.d.ts +307 -0
  2450. package/types/org/apache/logging/log4j/spi/LoggerAdapter.d.ts +1 -0
  2451. package/types/org/apache/logging/log4j/spi/ObjectThreadContextMap.d.ts +8 -0
  2452. package/types/org/apache/logging/log4j/spi/Provider.d.ts +1 -1
  2453. package/types/org/apache/logging/log4j/spi/ThreadContextMap2.d.ts +6 -0
  2454. package/types/org/apache/logging/log4j/status/StatusListener.d.ts +1 -0
  2455. package/types/org/apache/logging/log4j/status/StatusLogger$Config.d.ts +1 -1
  2456. package/types/org/apache/logging/log4j/util/IndexedReadOnlyStringMap.d.ts +3 -0
  2457. package/types/org/apache/logging/log4j/util/IndexedStringMap.d.ts +12 -0
  2458. package/types/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.d.ts +4 -0
  2459. package/types/org/apache/logging/log4j/util/PropertiesPropertySource.d.ts +3 -3
  2460. package/types/org/apache/logging/log4j/util/PropertiesUtil.d.ts +5 -5
  2461. package/types/org/apache/logging/log4j/util/StringMap.d.ts +3 -0
  2462. package/types/org/apache/tika/Tika.d.ts +1 -0
  2463. package/types/org/apache/tika/concurrent/ConfigurableThreadPoolExecutor.d.ts +8 -1
  2464. package/types/org/apache/tika/config/TikaConfig.d.ts +1 -0
  2465. package/types/org/apache/tika/detect/FileCommandDetector.d.ts +1 -0
  2466. package/types/org/apache/tika/detect/NNExampleModelDetector.d.ts +1 -0
  2467. package/types/org/apache/tika/detect/TrainedModelDetector.d.ts +1 -0
  2468. package/types/org/apache/tika/extractor/AbstractEmbeddedDocumentBytesHandler.d.ts +1 -0
  2469. package/types/org/apache/tika/extractor/EmbeddedDocumentByteStoreExtractorFactory.d.ts +4 -0
  2470. package/types/org/apache/tika/extractor/EmbeddedDocumentBytesHandler.d.ts +1 -0
  2471. package/types/org/apache/tika/extractor/RUnpackExtractor.d.ts +1 -0
  2472. package/types/org/apache/tika/fork/ForkClient.d.ts +1 -0
  2473. package/types/org/apache/tika/fork/ForkParser.d.ts +1 -0
  2474. package/types/org/apache/tika/io/TemporaryResources.d.ts +1 -0
  2475. package/types/org/apache/tika/io/TikaInputStream.d.ts +1 -0
  2476. package/types/org/apache/tika/metadata/Metadata.d.ts +1 -1
  2477. package/types/org/apache/tika/parser/AbstractEncodingDetectorParser.d.ts +4 -0
  2478. package/types/org/apache/tika/parser/AbstractExternalProcessParser.d.ts +5 -0
  2479. package/types/org/apache/tika/parser/AbstractParser.d.ts +2 -0
  2480. package/types/org/apache/tika/parser/CryptoParser.d.ts +2 -2
  2481. package/types/org/apache/tika/parser/ParsingReader.d.ts +1 -0
  2482. package/types/org/apache/tika/parser/digest/InputStreamDigester.d.ts +1 -1
  2483. package/types/org/apache/tika/parser/external2/ExternalParser.d.ts +1 -0
  2484. package/types/org/apache/tika/pipes/PipesConfig.d.ts +1 -0
  2485. package/types/org/apache/tika/pipes/PipesConfigBase.d.ts +1 -0
  2486. package/types/org/apache/tika/pipes/PipesServer.d.ts +1 -0
  2487. package/types/org/apache/tika/pipes/async/AsyncConfig.d.ts +1 -0
  2488. package/types/org/apache/tika/pipes/async/AsyncProcessor.d.ts +1 -0
  2489. package/types/org/apache/tika/pipes/emitter/EmitterManager.d.ts +1 -0
  2490. package/types/org/apache/tika/pipes/emitter/StreamEmitter.d.ts +1 -0
  2491. package/types/org/apache/tika/pipes/fetcher/AbstractFetcher.d.ts +4 -0
  2492. package/types/org/apache/tika/pipes/fetcher/FetcherManager.d.ts +1 -0
  2493. package/types/org/apache/tika/pipes/fetcher/RangeFetcher.d.ts +2 -0
  2494. package/types/org/apache/tika/pipes/fetcher/fs/FileSystemFetcher.d.ts +1 -0
  2495. package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FSFileVisitor.d.ts +1 -0
  2496. package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FileCountWorker.d.ts +1 -0
  2497. package/types/org/apache/tika/utils/ProcessUtils.d.ts +1 -0
  2498. package/types/org/apache/tika/utils/XMLReaderUtils.d.ts +1 -0
  2499. package/types/org/cef/browser/CefBrowser_N.d.ts +1 -0
  2500. package/types/org/cef/callback/CefURLRequestClient.d.ts +2 -0
  2501. package/types/org/cef/handler/CefMacOsIOSurface.d.ts +5 -0
  2502. package/types/org/cef/handler/CefMessageRouterHandler.d.ts +2 -0
  2503. package/types/org/cef/handler/CefPrintHandler.d.ts +2 -0
  2504. package/types/org/cloudburstmc/netty/channel/raknet/RakChannel.d.ts +13 -0
  2505. package/types/org/cloudburstmc/netty/channel/raknet/config/RakChannelConfig.d.ts +25 -0
  2506. package/types/org/cloudburstmc/netty/channel/raknet/config/RakServerChannelConfig.d.ts +25 -0
  2507. package/types/org/cloudburstmc/netty/handler/codec/raknet/common/RakSessionCodec.d.ts +2 -2
  2508. package/types/org/cloudburstmc/netty/util/SplitPacketHelper.d.ts +1 -1
  2509. package/types/org/graalvm/home/HomeFinder.d.ts +1 -0
  2510. package/types/org/graalvm/home/impl/DefaultHomeFinder.d.ts +1 -0
  2511. package/types/org/graalvm/jniutils/JNI$AttachCurrentThread.d.ts +6 -0
  2512. package/types/org/graalvm/jniutils/JNI$AttachCurrentThreadAsDaemon.d.ts +6 -0
  2513. package/types/org/graalvm/jniutils/JNI$CallBooleanMethodA.d.ts +6 -0
  2514. package/types/org/graalvm/jniutils/JNI$CallByteMethodA.d.ts +6 -0
  2515. package/types/org/graalvm/jniutils/JNI$CallCharMethodA.d.ts +6 -0
  2516. package/types/org/graalvm/jniutils/JNI$CallDoubleMethodA.d.ts +6 -0
  2517. package/types/org/graalvm/jniutils/JNI$CallFloatMethodA.d.ts +6 -0
  2518. package/types/org/graalvm/jniutils/JNI$CallIntMethodA.d.ts +6 -0
  2519. package/types/org/graalvm/jniutils/JNI$CallLongMethodA.d.ts +6 -0
  2520. package/types/org/graalvm/jniutils/JNI$CallObjectMethodA.d.ts +6 -0
  2521. package/types/org/graalvm/jniutils/JNI$CallShortMethodA.d.ts +6 -0
  2522. package/types/org/graalvm/jniutils/JNI$CallStaticBooleanMethodA.d.ts +6 -0
  2523. package/types/org/graalvm/jniutils/JNI$CallStaticIntMethodA.d.ts +6 -0
  2524. package/types/org/graalvm/jniutils/JNI$CallStaticLongMethodA.d.ts +6 -0
  2525. package/types/org/graalvm/jniutils/JNI$CallStaticObjectMethodA.d.ts +6 -0
  2526. package/types/org/graalvm/jniutils/JNI$CallStaticVoidMethodA.d.ts +6 -0
  2527. package/types/org/graalvm/jniutils/JNI$CallVoidMethodA.d.ts +6 -0
  2528. package/types/org/graalvm/jniutils/JNI$DefineClass.d.ts +6 -0
  2529. package/types/org/graalvm/jniutils/JNI$DeleteGlobalRef.d.ts +6 -0
  2530. package/types/org/graalvm/jniutils/JNI$DeleteLocalRef.d.ts +6 -0
  2531. package/types/org/graalvm/jniutils/JNI$DeleteWeakGlobalRef.d.ts +6 -0
  2532. package/types/org/graalvm/jniutils/JNI$DetachCurrentThread.d.ts +6 -0
  2533. package/types/org/graalvm/jniutils/JNI$ExceptionCheck.d.ts +6 -0
  2534. package/types/org/graalvm/jniutils/JNI$ExceptionClear.d.ts +6 -0
  2535. package/types/org/graalvm/jniutils/JNI$ExceptionDescribe.d.ts +6 -0
  2536. package/types/org/graalvm/jniutils/JNI$ExceptionOccurred.d.ts +6 -0
  2537. package/types/org/graalvm/jniutils/JNI$FindClass.d.ts +6 -0
  2538. package/types/org/graalvm/jniutils/JNI$GetArrayLength.d.ts +6 -0
  2539. package/types/org/graalvm/jniutils/JNI$GetBooleanArrayElements.d.ts +6 -0
  2540. package/types/org/graalvm/jniutils/JNI$GetBooleanArrayRegion.d.ts +6 -0
  2541. package/types/org/graalvm/jniutils/JNI$GetByteArrayElements.d.ts +6 -0
  2542. package/types/org/graalvm/jniutils/JNI$GetByteArrayRegion.d.ts +6 -0
  2543. package/types/org/graalvm/jniutils/JNI$GetCharArrayElements.d.ts +6 -0
  2544. package/types/org/graalvm/jniutils/JNI$GetCharArrayRegion.d.ts +6 -0
  2545. package/types/org/graalvm/jniutils/JNI$GetDirectBufferAddress.d.ts +6 -0
  2546. package/types/org/graalvm/jniutils/JNI$GetDoubleArrayElements.d.ts +6 -0
  2547. package/types/org/graalvm/jniutils/JNI$GetDoubleArrayRegion.d.ts +6 -0
  2548. package/types/org/graalvm/jniutils/JNI$GetEnv.d.ts +6 -0
  2549. package/types/org/graalvm/jniutils/JNI$GetFieldID.d.ts +6 -0
  2550. package/types/org/graalvm/jniutils/JNI$GetFloatArrayElements.d.ts +6 -0
  2551. package/types/org/graalvm/jniutils/JNI$GetFloatArrayRegion.d.ts +6 -0
  2552. package/types/org/graalvm/jniutils/JNI$GetIntArrayElements.d.ts +6 -0
  2553. package/types/org/graalvm/jniutils/JNI$GetIntArrayRegion.d.ts +6 -0
  2554. package/types/org/graalvm/jniutils/JNI$GetIntField.d.ts +6 -0
  2555. package/types/org/graalvm/jniutils/JNI$GetJavaVM.d.ts +6 -0
  2556. package/types/org/graalvm/jniutils/JNI$GetLongArrayElements.d.ts +6 -0
  2557. package/types/org/graalvm/jniutils/JNI$GetLongArrayRegion.d.ts +6 -0
  2558. package/types/org/graalvm/jniutils/JNI$GetMethodID.d.ts +6 -0
  2559. package/types/org/graalvm/jniutils/JNI$GetObjectArrayElement.d.ts +6 -0
  2560. package/types/org/graalvm/jniutils/JNI$GetObjectClass.d.ts +6 -0
  2561. package/types/org/graalvm/jniutils/JNI$GetObjectRefType.d.ts +6 -0
  2562. package/types/org/graalvm/jniutils/JNI$GetShortArrayElements.d.ts +6 -0
  2563. package/types/org/graalvm/jniutils/JNI$GetShortArrayRegion.d.ts +6 -0
  2564. package/types/org/graalvm/jniutils/JNI$GetStaticBooleanField.d.ts +6 -0
  2565. package/types/org/graalvm/jniutils/JNI$GetStaticFieldID.d.ts +6 -0
  2566. package/types/org/graalvm/jniutils/JNI$GetStaticMethodID.d.ts +6 -0
  2567. package/types/org/graalvm/jniutils/JNI$GetStaticObjectField.d.ts +6 -0
  2568. package/types/org/graalvm/jniutils/JNI$GetStringChars.d.ts +6 -0
  2569. package/types/org/graalvm/jniutils/JNI$GetStringLength.d.ts +6 -0
  2570. package/types/org/graalvm/jniutils/JNI$GetStringUTFChars.d.ts +6 -0
  2571. package/types/org/graalvm/jniutils/JNI$GetStringUTFLength.d.ts +6 -0
  2572. package/types/org/graalvm/jniutils/JNI$IsInstanceOf.d.ts +6 -0
  2573. package/types/org/graalvm/jniutils/JNI$IsSameObject.d.ts +6 -0
  2574. package/types/org/graalvm/jniutils/JNI$JArray.d.ts +6 -0
  2575. package/types/org/graalvm/jniutils/JNI$JBooleanArray.d.ts +6 -0
  2576. package/types/org/graalvm/jniutils/JNI$JByteArray.d.ts +6 -0
  2577. package/types/org/graalvm/jniutils/JNI$JCharArray.d.ts +6 -0
  2578. package/types/org/graalvm/jniutils/JNI$JClass.d.ts +6 -0
  2579. package/types/org/graalvm/jniutils/JNI$JDoubleArray.d.ts +6 -0
  2580. package/types/org/graalvm/jniutils/JNI$JFieldID.d.ts +6 -0
  2581. package/types/org/graalvm/jniutils/JNI$JFloatArray.d.ts +6 -0
  2582. package/types/org/graalvm/jniutils/JNI$JIntArray.d.ts +6 -0
  2583. package/types/org/graalvm/jniutils/JNI$JLongArray.d.ts +6 -0
  2584. package/types/org/graalvm/jniutils/JNI$JMethodID.d.ts +6 -0
  2585. package/types/org/graalvm/jniutils/JNI$JNIEnv.d.ts +6 -0
  2586. package/types/org/graalvm/jniutils/JNI$JNIEnvPointer.d.ts +6 -0
  2587. package/types/org/graalvm/jniutils/JNI$JNIInvokeInterface.d.ts +6 -0
  2588. package/types/org/graalvm/jniutils/JNI$JNINativeInterface.d.ts +6 -0
  2589. package/types/org/graalvm/jniutils/JNI$JObject.d.ts +6 -0
  2590. package/types/org/graalvm/jniutils/JNI$JObjectArray.d.ts +6 -0
  2591. package/types/org/graalvm/jniutils/JNI$JShortArray.d.ts +6 -0
  2592. package/types/org/graalvm/jniutils/JNI$JString.d.ts +6 -0
  2593. package/types/org/graalvm/jniutils/JNI$JThrowable.d.ts +6 -0
  2594. package/types/org/graalvm/jniutils/JNI$JValue.d.ts +6 -0
  2595. package/types/org/graalvm/jniutils/JNI$JWeak.d.ts +6 -0
  2596. package/types/org/graalvm/jniutils/JNI$JavaVM.d.ts +6 -0
  2597. package/types/org/graalvm/jniutils/JNI$JavaVMAttachArgs.d.ts +6 -0
  2598. package/types/org/graalvm/jniutils/JNI$JavaVMPointer.d.ts +6 -0
  2599. package/types/org/graalvm/jniutils/JNI$NewBooleanArray.d.ts +6 -0
  2600. package/types/org/graalvm/jniutils/JNI$NewByteArray.d.ts +6 -0
  2601. package/types/org/graalvm/jniutils/JNI$NewCharArray.d.ts +6 -0
  2602. package/types/org/graalvm/jniutils/JNI$NewDoubleArray.d.ts +6 -0
  2603. package/types/org/graalvm/jniutils/JNI$NewFloatArray.d.ts +6 -0
  2604. package/types/org/graalvm/jniutils/JNI$NewGlobalRef.d.ts +6 -0
  2605. package/types/org/graalvm/jniutils/JNI$NewIntArray.d.ts +6 -0
  2606. package/types/org/graalvm/jniutils/JNI$NewLocalRef.d.ts +6 -0
  2607. package/types/org/graalvm/jniutils/JNI$NewLongArray.d.ts +6 -0
  2608. package/types/org/graalvm/jniutils/JNI$NewObjectA.d.ts +6 -0
  2609. package/types/org/graalvm/jniutils/JNI$NewObjectArray.d.ts +6 -0
  2610. package/types/org/graalvm/jniutils/JNI$NewShortArray.d.ts +6 -0
  2611. package/types/org/graalvm/jniutils/JNI$NewString.d.ts +6 -0
  2612. package/types/org/graalvm/jniutils/JNI$NewStringUTF8.d.ts +6 -0
  2613. package/types/org/graalvm/jniutils/JNI$NewWeakGlobalRef.d.ts +6 -0
  2614. package/types/org/graalvm/jniutils/JNI$PopLocalFrame.d.ts +6 -0
  2615. package/types/org/graalvm/jniutils/JNI$PushLocalFrame.d.ts +6 -0
  2616. package/types/org/graalvm/jniutils/JNI$ReleaseBooleanArrayElements.d.ts +6 -0
  2617. package/types/org/graalvm/jniutils/JNI$ReleaseByteArrayElements.d.ts +6 -0
  2618. package/types/org/graalvm/jniutils/JNI$ReleaseCharArrayElements.d.ts +6 -0
  2619. package/types/org/graalvm/jniutils/JNI$ReleaseDoubleArrayElements.d.ts +6 -0
  2620. package/types/org/graalvm/jniutils/JNI$ReleaseFloatArrayElements.d.ts +6 -0
  2621. package/types/org/graalvm/jniutils/JNI$ReleaseIntArrayElements.d.ts +6 -0
  2622. package/types/org/graalvm/jniutils/JNI$ReleaseLongArrayElements.d.ts +6 -0
  2623. package/types/org/graalvm/jniutils/JNI$ReleaseShortArrayElements.d.ts +6 -0
  2624. package/types/org/graalvm/jniutils/JNI$ReleaseStringChars.d.ts +6 -0
  2625. package/types/org/graalvm/jniutils/JNI$ReleaseStringUTFChars.d.ts +6 -0
  2626. package/types/org/graalvm/jniutils/JNI$SetBooleanArrayRegion.d.ts +6 -0
  2627. package/types/org/graalvm/jniutils/JNI$SetByteArrayRegion.d.ts +6 -0
  2628. package/types/org/graalvm/jniutils/JNI$SetCharArrayRegion.d.ts +6 -0
  2629. package/types/org/graalvm/jniutils/JNI$SetDoubleArrayRegion.d.ts +6 -0
  2630. package/types/org/graalvm/jniutils/JNI$SetFloatArrayRegion.d.ts +6 -0
  2631. package/types/org/graalvm/jniutils/JNI$SetIntArrayRegion.d.ts +6 -0
  2632. package/types/org/graalvm/jniutils/JNI$SetLongArrayRegion.d.ts +6 -0
  2633. package/types/org/graalvm/jniutils/JNI$SetObjectArrayElement.d.ts +6 -0
  2634. package/types/org/graalvm/jniutils/JNI$SetShortArrayRegion.d.ts +6 -0
  2635. package/types/org/graalvm/jniutils/JNI$SetStaticBooleanField.d.ts +6 -0
  2636. package/types/org/graalvm/jniutils/JNI$Throw.d.ts +6 -0
  2637. package/types/org/graalvm/nativeimage/Isolate.d.ts +6 -0
  2638. package/types/org/graalvm/nativeimage/IsolateThread.d.ts +6 -0
  2639. package/types/org/graalvm/nativeimage/ObjectHandle.d.ts +3 -0
  2640. package/types/org/graalvm/nativeimage/ProcessProperties.d.ts +1 -0
  2641. package/types/org/graalvm/nativeimage/c/function/CFunctionPointer.d.ts +6 -0
  2642. package/types/org/graalvm/nativeimage/c/function/CodePointer.d.ts +6 -0
  2643. package/types/org/graalvm/nativeimage/c/function/RelocatedPointer.d.ts +3 -0
  2644. package/types/org/graalvm/nativeimage/c/type/CCharPointer.d.ts +6 -0
  2645. package/types/org/graalvm/nativeimage/c/type/CCharPointerPointer.d.ts +6 -0
  2646. package/types/org/graalvm/nativeimage/c/type/CDoublePointer.d.ts +6 -0
  2647. package/types/org/graalvm/nativeimage/c/type/CFloatPointer.d.ts +6 -0
  2648. package/types/org/graalvm/nativeimage/c/type/CIntPointer.d.ts +6 -0
  2649. package/types/org/graalvm/nativeimage/c/type/CIntPointerPointer.d.ts +6 -0
  2650. package/types/org/graalvm/nativeimage/c/type/CLongPointer.d.ts +6 -0
  2651. package/types/org/graalvm/nativeimage/c/type/CShortPointer.d.ts +6 -0
  2652. package/types/org/graalvm/nativeimage/c/type/VoidPointer.d.ts +6 -0
  2653. package/types/org/graalvm/nativeimage/c/type/WordPointer.d.ts +6 -0
  2654. package/types/org/graalvm/nativeimage/hosted/Feature$AfterAnalysisAccess.d.ts +6 -0
  2655. package/types/org/graalvm/nativeimage/hosted/Feature$AfterCompilationAccess.d.ts +5 -0
  2656. package/types/org/graalvm/nativeimage/hosted/Feature$AfterHeapLayoutAccess.d.ts +2 -0
  2657. package/types/org/graalvm/nativeimage/hosted/Feature$AfterImageWriteAccess.d.ts +3 -0
  2658. package/types/org/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess.d.ts +2 -0
  2659. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess.d.ts +2 -0
  2660. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess.d.ts +5 -0
  2661. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeHeapLayoutAccess.d.ts +5 -0
  2662. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeImageWriteAccess.d.ts +2 -0
  2663. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeUniverseBuildingAccess.d.ts +2 -0
  2664. package/types/org/graalvm/nativeimage/hosted/Feature$CompilationAccess.d.ts +2 -0
  2665. package/types/org/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess.d.ts +10 -0
  2666. package/types/org/graalvm/nativeimage/hosted/Feature$DuringSetupAccess.d.ts +2 -0
  2667. package/types/org/graalvm/nativeimage/hosted/Feature$FeatureAccess.d.ts +1 -0
  2668. package/types/org/graalvm/nativeimage/hosted/Feature$IsInConfigurationAccess.d.ts +2 -0
  2669. package/types/org/graalvm/nativeimage/hosted/Feature$OnAnalysisExitAccess.d.ts +2 -0
  2670. package/types/org/graalvm/nativeimage/hosted/Feature$QueryReachabilityAccess.d.ts +2 -0
  2671. package/types/org/graalvm/nativeimage/impl/ProcessPropertiesSupport.d.ts +1 -0
  2672. package/types/org/graalvm/nativeimage/impl/RuntimeJNIAccessSupport.d.ts +1 -0
  2673. package/types/org/graalvm/nativeimage/impl/RuntimeReflectionSupport.d.ts +1 -0
  2674. package/types/org/graalvm/polyglot/Context$Builder.d.ts +1 -0
  2675. package/types/org/graalvm/polyglot/Engine$PolyglotInvalid.d.ts +1 -0
  2676. package/types/org/graalvm/polyglot/Engine.d.ts +1 -0
  2677. package/types/org/graalvm/polyglot/impl/AbstractPolyglotImpl$AbstractEngineDispatch.d.ts +1 -0
  2678. package/types/org/graalvm/polyglot/impl/AbstractPolyglotImpl.d.ts +1 -0
  2679. package/types/org/graalvm/polyglot/io/FileSystem$Selector.d.ts +1 -0
  2680. package/types/org/graalvm/polyglot/io/FileSystem.d.ts +1 -0
  2681. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
  2682. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
  2683. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
  2684. package/types/org/graalvm/shadowed/com/ibm/icu/text/FormattedValue.d.ts +2 -0
  2685. package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
  2686. package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
  2687. package/types/org/graalvm/shadowed/org/json/Property.d.ts +2 -2
  2688. package/types/org/graalvm/shadowed/org/tukaani/xz/BasicArrayCache.d.ts +2 -2
  2689. package/types/org/graalvm/shadowed/org/tukaani/xz/FilterDecoder.d.ts +3 -0
  2690. package/types/org/graalvm/shadowed/org/tukaani/xz/FilterEncoder.d.ts +3 -0
  2691. package/types/org/graalvm/tools/lsp/server/LSPFileSystem.d.ts +1 -0
  2692. package/types/org/graalvm/tools/lsp/server/TruffleAdapter.d.ts +1 -0
  2693. package/types/org/graalvm/tools/lsp/server/VirtualLanguageServerFileProvider.d.ts +1 -0
  2694. package/types/org/graalvm/word/ComparableWord.d.ts +1 -0
  2695. package/types/org/graalvm/word/Pointer.d.ts +31 -0
  2696. package/types/org/graalvm/word/PointerBase.d.ts +3 -0
  2697. package/types/org/graalvm/word/SignedWord.d.ts +1 -0
  2698. package/types/org/graalvm/word/UnsignedWord.d.ts +1 -0
  2699. package/types/org/lwjgl/egl/EGLDebugMessageKHRCallback.d.ts +1 -0
  2700. package/types/org/lwjgl/egl/EGLGetBlobFuncANDROID.d.ts +1 -0
  2701. package/types/org/lwjgl/egl/EGLSetBlobFuncANDROID.d.ts +1 -0
  2702. package/types/org/lwjgl/glfw/GLFWAllocateCallback.d.ts +1 -0
  2703. package/types/org/lwjgl/glfw/GLFWCharCallback.d.ts +1 -0
  2704. package/types/org/lwjgl/glfw/GLFWCharModsCallback.d.ts +1 -0
  2705. package/types/org/lwjgl/glfw/GLFWCursorEnterCallback.d.ts +1 -0
  2706. package/types/org/lwjgl/glfw/GLFWCursorPosCallback.d.ts +1 -0
  2707. package/types/org/lwjgl/glfw/GLFWDeallocateCallback.d.ts +1 -0
  2708. package/types/org/lwjgl/glfw/GLFWDropCallback.d.ts +1 -0
  2709. package/types/org/lwjgl/glfw/GLFWErrorCallback.d.ts +1 -0
  2710. package/types/org/lwjgl/glfw/GLFWFramebufferSizeCallback.d.ts +1 -0
  2711. package/types/org/lwjgl/glfw/GLFWIMEStatusCallback.d.ts +1 -0
  2712. package/types/org/lwjgl/glfw/GLFWJoystickCallback.d.ts +1 -0
  2713. package/types/org/lwjgl/glfw/GLFWKeyCallback.d.ts +1 -0
  2714. package/types/org/lwjgl/glfw/GLFWMonitorCallback.d.ts +1 -0
  2715. package/types/org/lwjgl/glfw/GLFWMouseButtonCallback.d.ts +1 -0
  2716. package/types/org/lwjgl/glfw/GLFWPreeditCallback.d.ts +1 -0
  2717. package/types/org/lwjgl/glfw/GLFWPreeditCandidateCallback.d.ts +1 -0
  2718. package/types/org/lwjgl/glfw/GLFWReallocateCallback.d.ts +1 -0
  2719. package/types/org/lwjgl/glfw/GLFWScrollCallback.d.ts +1 -0
  2720. package/types/org/lwjgl/glfw/GLFWWindowCloseCallback.d.ts +1 -0
  2721. package/types/org/lwjgl/glfw/GLFWWindowContentScaleCallback.d.ts +1 -0
  2722. package/types/org/lwjgl/glfw/GLFWWindowFocusCallback.d.ts +1 -0
  2723. package/types/org/lwjgl/glfw/GLFWWindowIconifyCallback.d.ts +1 -0
  2724. package/types/org/lwjgl/glfw/GLFWWindowMaximizeCallback.d.ts +1 -0
  2725. package/types/org/lwjgl/glfw/GLFWWindowPosCallback.d.ts +1 -0
  2726. package/types/org/lwjgl/glfw/GLFWWindowRefreshCallback.d.ts +1 -0
  2727. package/types/org/lwjgl/glfw/GLFWWindowSizeCallback.d.ts +1 -0
  2728. package/types/org/lwjgl/openal/EXTDebugProc.d.ts +1 -0
  2729. package/types/org/lwjgl/openal/SOFTCallbackBufferType.d.ts +1 -0
  2730. package/types/org/lwjgl/openal/SOFTEventProc.d.ts +1 -0
  2731. package/types/org/lwjgl/openal/SOFTSystemEventProc.d.ts +1 -0
  2732. package/types/org/lwjgl/opengl/GLDebugMessageAMDCallback.d.ts +1 -0
  2733. package/types/org/lwjgl/opengl/GLDebugMessageARBCallback.d.ts +1 -0
  2734. package/types/org/lwjgl/opengl/GLDebugMessageCallback.d.ts +1 -0
  2735. package/types/org/lwjgl/stb/STBIEOFCallback.d.ts +1 -0
  2736. package/types/org/lwjgl/stb/STBIRInputCallback.d.ts +1 -0
  2737. package/types/org/lwjgl/stb/STBIRKernelCallback.d.ts +1 -0
  2738. package/types/org/lwjgl/stb/STBIROutputCallback.d.ts +1 -0
  2739. package/types/org/lwjgl/stb/STBIRSupportCallback.d.ts +1 -0
  2740. package/types/org/lwjgl/stb/STBIReadCallback.d.ts +1 -0
  2741. package/types/org/lwjgl/stb/STBISkipCallback.d.ts +1 -0
  2742. package/types/org/lwjgl/stb/STBIWriteCallback.d.ts +1 -0
  2743. package/types/org/lwjgl/stb/STBIZlibCompress.d.ts +1 -0
  2744. package/types/org/lwjgl/system/LibraryResource.d.ts +1 -0
  2745. package/types/org/lwjgl/system/SharedLibrary$Default.d.ts +2 -0
  2746. package/types/org/lwjgl/system/SharedLibrary.d.ts +2 -0
  2747. package/types/org/lwjgl/system/jemalloc/ExtentAlloc.d.ts +1 -0
  2748. package/types/org/lwjgl/system/jemalloc/ExtentCommit.d.ts +1 -0
  2749. package/types/org/lwjgl/system/jemalloc/ExtentDalloc.d.ts +1 -0
  2750. package/types/org/lwjgl/system/jemalloc/ExtentDecommit.d.ts +1 -0
  2751. package/types/org/lwjgl/system/jemalloc/ExtentDestroy.d.ts +1 -0
  2752. package/types/org/lwjgl/system/jemalloc/ExtentMerge.d.ts +1 -0
  2753. package/types/org/lwjgl/system/jemalloc/ExtentPurge.d.ts +1 -0
  2754. package/types/org/lwjgl/system/jemalloc/ExtentSplit.d.ts +1 -0
  2755. package/types/org/lwjgl/system/jemalloc/MallocMessageCallback.d.ts +1 -0
  2756. package/types/org/lwjgl/system/macosx/CGEventTapCallBack.d.ts +1 -0
  2757. package/types/org/lwjgl/system/macosx/EnumerationMutationHandler.d.ts +1 -0
  2758. package/types/org/lwjgl/system/windows/WindowProc.d.ts +1 -0
  2759. package/types/org/lwjgl/util/freetype/FTC_Face_Requester.d.ts +1 -0
  2760. package/types/org/lwjgl/util/freetype/FT_Alloc_Func.d.ts +1 -0
  2761. package/types/org/lwjgl/util/freetype/FT_DebugHook_Func.d.ts +1 -0
  2762. package/types/org/lwjgl/util/freetype/FT_Free_Func.d.ts +1 -0
  2763. package/types/org/lwjgl/util/freetype/FT_Generic_Finalizer.d.ts +1 -0
  2764. package/types/org/lwjgl/util/freetype/FT_Incremental_FreeGlyphDataFunc.d.ts +1 -0
  2765. package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphDataFunc.d.ts +1 -0
  2766. package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphMetricsFunc.d.ts +1 -0
  2767. package/types/org/lwjgl/util/freetype/FT_List_Destructor.d.ts +1 -0
  2768. package/types/org/lwjgl/util/freetype/FT_List_Iterator.d.ts +1 -0
  2769. package/types/org/lwjgl/util/freetype/FT_Module_Constructor.d.ts +1 -0
  2770. package/types/org/lwjgl/util/freetype/FT_Module_Destructor.d.ts +1 -0
  2771. package/types/org/lwjgl/util/freetype/FT_Module_Requester.d.ts +1 -0
  2772. package/types/org/lwjgl/util/freetype/FT_Outline_ConicToFunc.d.ts +1 -0
  2773. package/types/org/lwjgl/util/freetype/FT_Outline_CubicToFunc.d.ts +1 -0
  2774. package/types/org/lwjgl/util/freetype/FT_Outline_LineToFunc.d.ts +1 -0
  2775. package/types/org/lwjgl/util/freetype/FT_Outline_MoveToFunc.d.ts +1 -0
  2776. package/types/org/lwjgl/util/freetype/FT_Raster_DoneFunc.d.ts +1 -0
  2777. package/types/org/lwjgl/util/freetype/FT_Raster_NewFunc.d.ts +1 -0
  2778. package/types/org/lwjgl/util/freetype/FT_Raster_RenderFunc.d.ts +1 -0
  2779. package/types/org/lwjgl/util/freetype/FT_Raster_ResetFunc.d.ts +1 -0
  2780. package/types/org/lwjgl/util/freetype/FT_Raster_SetModeFunc.d.ts +1 -0
  2781. package/types/org/lwjgl/util/freetype/FT_Realloc_Func.d.ts +1 -0
  2782. package/types/org/lwjgl/util/freetype/FT_SpanFunc.d.ts +1 -0
  2783. package/types/org/lwjgl/util/freetype/FT_Stream_CloseFunc.d.ts +1 -0
  2784. package/types/org/lwjgl/util/freetype/FT_Stream_IoFunc.d.ts +1 -0
  2785. package/types/org/lwjgl/util/freetype/SVG_Lib_Free_Func.d.ts +1 -0
  2786. package/types/org/lwjgl/util/freetype/SVG_Lib_Init_Func.d.ts +1 -0
  2787. package/types/org/lwjgl/util/freetype/SVG_Lib_Preset_Slot_Func.d.ts +1 -0
  2788. package/types/org/lwjgl/util/freetype/SVG_Lib_Render_Func.d.ts +1 -0
  2789. package/types/org/newsclub/net/unix/AFGenericProtocolFamily.d.ts +1 -0
  2790. package/types/org/newsclub/net/unix/AFGenericSocketExtensions.d.ts +3 -0
  2791. package/types/org/newsclub/net/unix/AFInputStream.d.ts +2 -0
  2792. package/types/org/newsclub/net/unix/AFOutputStream.d.ts +2 -0
  2793. package/types/org/newsclub/net/unix/AFProtocolFamily.d.ts +1 -0
  2794. package/types/org/newsclub/net/unix/AFSomeSocket.d.ts +5 -0
  2795. package/types/org/newsclub/net/unix/AFSomeSocketChannel.d.ts +7 -0
  2796. package/types/org/newsclub/net/unix/AFSomeSocketThing.d.ts +3 -0
  2797. package/types/org/newsclub/net/unix/AFUNIXProtocolFamily.d.ts +1 -0
  2798. package/types/org/newsclub/net/unix/AFUNIXServerSocket.d.ts +1 -0
  2799. package/types/org/newsclub/net/unix/AFUNIXSocketAddress.d.ts +1 -0
  2800. package/types/org/newsclub/net/unix/AFUNIXSocketExtensions.d.ts +3 -0
  2801. package/types/org/objectweb/asm/commons/JSRInlinerAdapter.d.ts +1 -1
  2802. package/types/org/slf4j/helpers/AbstractLogger.d.ts +10 -0
  2803. package/types/org/slf4j/helpers/MarkerIgnoringBase.d.ts +10 -0
  2804. package/types/org/slf4j/helpers/NamedLoggerBase.d.ts +52 -0
  2805. package/types/org/slf4j/spi/LocationAwareLogger.d.ts +51 -0
  2806. package/types/org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent.d.ts +7 -0
  2807. package/types/org/spongepowered/asm/launch/platform/MainAttributes.d.ts +1 -1
  2808. package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher$Resource.d.ts +1 -0
  2809. package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher.d.ts +1 -0
  2810. package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncherEx.d.ts +1 -0
  2811. package/types/org/spongepowered/asm/launch/platform/container/IContainerHandle.d.ts +2 -0
  2812. package/types/org/spongepowered/asm/logging/LoggerAdapterAbstract.d.ts +4 -0
  2813. package/types/org/spongepowered/asm/mixin/injection/IInjectionPointContext.d.ts +9 -0
  2814. package/types/org/spongepowered/asm/mixin/injection/code/ISliceContext.d.ts +15 -0
  2815. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts +6 -0
  2816. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorConstructor.d.ts +13 -0
  2817. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic.d.ts +6 -0
  2818. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorRemappable.d.ts +13 -0
  2819. package/types/org/spongepowered/asm/mixin/transformer/MixinTargetContext.d.ts +2 -2
  2820. package/types/org/spongepowered/asm/mixin/transformer/SyntheticClassInfo.d.ts +1 -0
  2821. package/types/org/spongepowered/asm/service/ILegacyClassTransformer.d.ts +2 -0
  2822. package/types/org/spongepowered/asm/service/ITreeClassTransformer.d.ts +2 -0
  2823. package/types/org/spongepowered/asm/service/MixinServiceAbstract.d.ts +19 -0
  2824. package/types/org/spongepowered/asm/transformers/TreeTransformer.d.ts +2 -0
  2825. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
  2826. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningExecutorService.d.ts +6 -0
  2827. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
  2828. package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
  2829. package/types/org/spongepowered/tools/obfuscation/AnnotatedMixins.d.ts +4 -4
  2830. package/types/org/spongepowered/tools/obfuscation/interfaces/IMessagerSuppressible.d.ts +4 -0
  2831. package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor.d.ts +24 -0
  2832. package/types/org/spongepowered/tools/obfuscation/mapping/common/MappingProvider.d.ts +2 -0
  2833. package/types/org/w3c/dom/Attr.d.ts +41 -0
  2834. package/types/org/w3c/dom/CDATASection.d.ts +54 -0
  2835. package/types/org/w3c/dom/CharacterData.d.ts +41 -0
  2836. package/types/org/w3c/dom/Comment.d.ts +50 -0
  2837. package/types/org/w3c/dom/Document.d.ts +39 -0
  2838. package/types/org/w3c/dom/DocumentFragment.d.ts +41 -0
  2839. package/types/org/w3c/dom/DocumentType.d.ts +40 -0
  2840. package/types/org/w3c/dom/Element.d.ts +40 -0
  2841. package/types/org/w3c/dom/EntityReference.d.ts +41 -0
  2842. package/types/org/w3c/dom/ProcessingInstruction.d.ts +41 -0
  2843. package/types/org/w3c/dom/Text.d.ts +50 -0
  2844. package/types/org/xml/sax/XMLFilter.d.ts +19 -0
  2845. package/types/oshi/hardware/common/AbstractBaseboard.d.ts +4 -0
  2846. package/types/oshi/hardware/common/AbstractComputerSystem.d.ts +4 -0
  2847. package/types/oshi/hardware/common/AbstractFirmware.d.ts +2 -0
  2848. package/types/oshi/hardware/common/AbstractGlobalMemory.d.ts +5 -0
  2849. package/types/oshi/hardware/common/AbstractHWDiskStore.d.ts +8 -0
  2850. package/types/oshi/hardware/common/AbstractNetworkIF.d.ts +12 -1
  2851. package/types/oshi/hardware/common/AbstractVirtualMemory.d.ts +6 -0
  2852. package/types/oshi/jna/platform/linux/LinuxLibc.d.ts +40 -0
  2853. package/types/oshi/jna/platform/unix/AixLibc.d.ts +37 -0
  2854. package/types/oshi/jna/platform/unix/CLibrary.d.ts +20 -0
  2855. package/types/oshi/jna/platform/unix/FreeBsdLibc.d.ts +37 -0
  2856. package/types/oshi/jna/platform/unix/OpenBsdLibc.d.ts +37 -0
  2857. package/types/oshi/jna/platform/unix/SolarisLibc.d.ts +37 -0
  2858. package/types/oshi/software/common/AbstractFileSystem.d.ts +3 -0
  2859. package/types/oshi/software/common/AbstractInternetProtocolStats.d.ts +2 -0
  2860. package/types/oshi/software/common/AbstractNetworkParams.d.ts +2 -0
  2861. package/types/oshi/software/common/AbstractOSFileStore.d.ts +9 -0
  2862. package/types/oshi/software/common/AbstractOSProcess.d.ts +27 -0
  2863. package/types/oshi/software/common/AbstractOSThread.d.ts +8 -0
  2864. package/types/oshi/software/common/AbstractOperatingSystem.d.ts +15 -0
  2865. package/types/oshi/util/FileSystemUtil.d.ts +1 -0
  2866. package/types/oshi/util/FileUtil.d.ts +1 -1
  2867. package/types/oshi/util/GlobalConfig.d.ts +1 -1
  2868. package/types/sun/java2d/SunGraphics2D.d.ts +3 -3
  2869. package/types/sun/security/pkcs/PKCS7.d.ts +1 -1
  2870. package/types/sun/security/util/SignatureFileVerifier.d.ts +1 -1
  2871. package/types/sun/security/x509/GeneralNameInterface.d.ts +2 -0
  2872. package/types/team/unnamed/mocha/runtime/Scope.d.ts +1 -0
  2873. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead$CrystalTracker$RemovedCrystal.d.ts +0 -17
@@ -1,7 +1,20 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { Visibility } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/descriptors/Visibility.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
4
+ import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
2
5
  import type { JavaMember } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts'
3
6
  import type { JavaTypeParameterListOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameterListOwner.d.ts'
4
7
  import type { JavaValueParameter } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts'
8
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
9
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
5
10
  export interface JavaConstructor extends Object, JavaMember, JavaTypeParameterListOwner{
11
+ findAnnotation(arg0: FqName): JavaAnnotation;
12
+ getContainingClass(): JavaClass;
13
+ getName(): Name;
6
14
  getValueParameters(): JavaValueParameter[];
15
+ getVisibility(): Visibility;
16
+ isAbstract(): boolean;
17
+ isDeprecatedInJavaDoc(): boolean;
18
+ isFinal(): boolean;
19
+ isStatic(): boolean;
7
20
  }
@@ -5,4 +5,5 @@ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/i
5
5
  export interface JavaEnumValueAnnotationArgument extends Object, JavaAnnotationArgument{
6
6
  getEntryName(): Name;
7
7
  getEnumClassId(): ClassId;
8
+ getName(): Name;
8
9
  }
@@ -1,8 +1,21 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { Visibility } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/descriptors/Visibility.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
4
+ import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
2
5
  import type { JavaMember } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts'
3
6
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
7
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
8
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
4
9
  export interface JavaField extends Object, JavaMember{
10
+ findAnnotation(arg0: FqName): JavaAnnotation;
11
+ getContainingClass(): JavaClass;
5
12
  getHasConstantNotNullInitializer(): boolean;
13
+ getName(): Name;
6
14
  getType(): JavaType;
15
+ getVisibility(): Visibility;
16
+ isAbstract(): boolean;
17
+ isDeprecatedInJavaDoc(): boolean;
7
18
  isEnumEntry(): boolean;
19
+ isFinal(): boolean;
20
+ isStatic(): boolean;
8
21
  }
@@ -1,5 +1,7 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
2
  import type { JavaAnnotationArgument } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationArgument.d.ts'
3
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
3
4
  export interface JavaLiteralAnnotationArgument extends Object, JavaAnnotationArgument{
5
+ getName(): Name;
4
6
  getValue(): Object;
5
7
  }
@@ -1,8 +1,19 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { Visibility } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/descriptors/Visibility.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
4
  import type { JavaAnnotationOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationOwner.d.ts'
3
5
  import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
4
6
  import type { JavaModifierListOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaModifierListOwner.d.ts'
5
7
  import type { JavaNamedElement } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaNamedElement.d.ts'
8
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
9
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
6
10
  export interface JavaMember extends Object, JavaAnnotationOwner, JavaModifierListOwner, JavaNamedElement{
11
+ findAnnotation(arg0: FqName): JavaAnnotation;
7
12
  getContainingClass(): JavaClass;
13
+ getName(): Name;
14
+ getVisibility(): Visibility;
15
+ isAbstract(): boolean;
16
+ isDeprecatedInJavaDoc(): boolean;
17
+ isFinal(): boolean;
18
+ isStatic(): boolean;
8
19
  }
@@ -1,12 +1,25 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { Visibility } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/descriptors/Visibility.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
4
  import type { JavaAnnotationArgument } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationArgument.d.ts'
5
+ import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
3
6
  import type { JavaMember } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts'
4
7
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
5
8
  import type { JavaTypeParameterListOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameterListOwner.d.ts'
6
9
  import type { JavaValueParameter } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts'
10
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
11
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
7
12
  export interface JavaMethod extends Object, JavaMember, JavaTypeParameterListOwner{
13
+ findAnnotation(arg0: FqName): JavaAnnotation;
8
14
  getAnnotationParameterDefaultValue(): JavaAnnotationArgument;
15
+ getContainingClass(): JavaClass;
9
16
  getHasAnnotationParameterDefaultValue(): boolean;
17
+ getName(): Name;
10
18
  getReturnType(): JavaType;
11
19
  getValueParameters(): JavaValueParameter[];
20
+ getVisibility(): Visibility;
21
+ isAbstract(): boolean;
22
+ isDeprecatedInJavaDoc(): boolean;
23
+ isFinal(): boolean;
24
+ isStatic(): boolean;
12
25
  }
@@ -1,10 +1,13 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { JavaAnnotationOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationOwner.d.ts'
3
4
  import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
4
5
  import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
5
6
  import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
6
7
  export interface JavaPackage extends Object, JavaAnnotationOwner {
8
+ findAnnotation(arg0: FqName): JavaAnnotation;
7
9
  getClasses(arg0: (param0: Name) => boolean): JavaClass[];
8
10
  getFqName(): FqName;
9
11
  getSubPackages(): JavaPackage[];
12
+ isDeprecatedInJavaDoc(): boolean;
10
13
  }
@@ -1,6 +1,10 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
2
  import type { PrimitiveType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
3
4
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
5
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
4
6
  export interface JavaPrimitiveType extends Object, JavaType{
7
+ findAnnotation(arg0: FqName): JavaAnnotation;
5
8
  getType(): PrimitiveType;
9
+ isDeprecatedInJavaDoc(): boolean;
6
10
  }
@@ -1,7 +1,20 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { Visibility } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/descriptors/Visibility.d.ts'
3
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
4
+ import type { JavaClass } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
2
5
  import type { JavaMember } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts'
3
6
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
7
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
8
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
4
9
  export interface JavaRecordComponent extends Object, JavaMember{
10
+ findAnnotation(arg0: FqName): JavaAnnotation;
11
+ getContainingClass(): JavaClass;
12
+ getName(): Name;
5
13
  getType(): JavaType;
14
+ getVisibility(): Visibility;
15
+ isAbstract(): boolean;
16
+ isDeprecatedInJavaDoc(): boolean;
17
+ isFinal(): boolean;
18
+ isStatic(): boolean;
6
19
  isVararg(): boolean;
7
20
  }
@@ -1,4 +1,8 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { ListBasedJavaAnnotationOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner.d.ts'
4
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
3
5
  export interface JavaType extends Object, ListBasedJavaAnnotationOwner{
6
+ findAnnotation(arg0: FqName): JavaAnnotation;
7
+ isDeprecatedInJavaDoc(): boolean;
4
8
  }
@@ -1,6 +1,12 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { JavaClassifier } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier.d.ts'
3
4
  import type { JavaClassifierType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType.d.ts'
5
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
6
+ import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
4
7
  export interface JavaTypeParameter extends Object, JavaClassifier{
8
+ findAnnotation(arg0: FqName): JavaAnnotation;
9
+ getName(): Name;
5
10
  getUpperBounds(): JavaClassifierType[];
11
+ isDeprecatedInJavaDoc(): boolean;
6
12
  }
@@ -1,9 +1,13 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { JavaAnnotationOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationOwner.d.ts'
3
4
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
5
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
4
6
  import type { Name } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/Name.d.ts'
5
7
  export interface JavaValueParameter extends Object, JavaAnnotationOwner{
8
+ findAnnotation(arg0: FqName): JavaAnnotation;
6
9
  getName(): Name;
7
10
  getType(): JavaType;
11
+ isDeprecatedInJavaDoc(): boolean;
8
12
  isVararg(): boolean;
9
13
  }
@@ -1,6 +1,10 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { JavaType } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts'
4
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
3
5
  export interface JavaWildcardType extends Object, JavaType{
6
+ findAnnotation(arg0: FqName): JavaAnnotation;
4
7
  getBound(): JavaType;
8
+ isDeprecatedInJavaDoc(): boolean;
5
9
  isExtends(): boolean;
6
10
  }
@@ -1,4 +1,8 @@
1
1
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
2
+ import type { JavaAnnotation } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotation.d.ts'
2
3
  import type { JavaAnnotationOwner } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationOwner.d.ts'
4
+ import type { FqName } from '../../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
3
5
  export interface ListBasedJavaAnnotationOwner extends Object, JavaAnnotationOwner{
6
+ findAnnotation(arg0: FqName): JavaAnnotation;
7
+ isDeprecatedInJavaDoc(): boolean;
4
8
  }
@@ -13,5 +13,6 @@ export abstract class BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotat
13
13
  visitArrayValue(arg0: Name, arg1: ConstantValue<Object>[]): void;
14
14
  visitClassLiteral(arg0: Name, arg1: ClassLiteralValue): void;
15
15
  visitConstantValue(arg0: Name, arg1: ConstantValue<Object>): void;
16
+ visitEnd(): void;
16
17
  visitEnum(arg0: Name, arg1: ClassId, arg2: Name): void;
17
18
  }
@@ -1,10 +1,13 @@
1
+ import type { InputStream } from '../../../../../../../java/io/InputStream.d.ts'
1
2
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
3
  import type { JavaClass } from '../../../../../../../kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts'
3
4
  import type { KotlinClassFinder$Result } from '../../../../../../../kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder$Result.d.ts'
4
5
  import type { MetadataVersion } from '../../../../../../../kotlin/reflect/jvm/internal/impl/metadata/deserialization/MetadataVersion.d.ts'
5
6
  import type { ClassId } from '../../../../../../../kotlin/reflect/jvm/internal/impl/name/ClassId.d.ts'
7
+ import type { FqName } from '../../../../../../../kotlin/reflect/jvm/internal/impl/name/FqName.d.ts'
6
8
  import type { KotlinMetadataFinder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/serialization/deserialization/KotlinMetadataFinder.d.ts'
7
9
  export interface KotlinClassFinder extends Object, KotlinMetadataFinder{
10
+ findBuiltInsData(arg0: FqName): InputStream;
8
11
  findKotlinClassOrContent(arg0: JavaClass, arg1: MetadataVersion): KotlinClassFinder$Result;
9
12
  findKotlinClassOrContent(arg0: ClassId, arg1: MetadataVersion): KotlinClassFinder$Result;
10
13
  }
@@ -4,5 +4,7 @@ import type { KotlinJvmBinaryClass$AnnotationArgumentVisitor } from '../../../..
4
4
  import type { KotlinJvmBinaryClass$AnnotationVisitor } from '../../../../../../../kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$AnnotationVisitor.d.ts'
5
5
  import type { ClassId } from '../../../../../../../kotlin/reflect/jvm/internal/impl/name/ClassId.d.ts'
6
6
  export interface KotlinJvmBinaryClass$MethodAnnotationVisitor extends Object, KotlinJvmBinaryClass$AnnotationVisitor{
7
+ visitAnnotation(arg0: ClassId, arg1: SourceElement): KotlinJvmBinaryClass$AnnotationArgumentVisitor;
8
+ visitEnd(): void;
7
9
  visitParameterAnnotation(arg0: number, arg1: ClassId, arg2: SourceElement): KotlinJvmBinaryClass$AnnotationArgumentVisitor;
8
10
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$Annotation$Argument$ValueOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$Annotation$ArgumentOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$AnnotationOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$ClassOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$CompilerPluginDataOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$ConstructorOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$ContractOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$EffectOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$EnumEntryOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$ExpressionOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$FunctionOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$PackageFragmentOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$PackageOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$PropertyOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$QualifiedNameTableOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$StringTableOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$Type$ArgumentOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$TypeAliasOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$TypeOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$TypeParameterOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$TypeTableOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { GeneratedMessageLite$ExtendableMessage } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts'
3
3
  import type { GeneratedMessageLite$ExtendableMessageOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  export interface ProtoBuf$ValueParameterOrBuilder extends Object, GeneratedMessageLite$ExtendableMessageOrBuilder<GeneratedMessageLite$ExtendableMessage<Object>>{
6
+ getDefaultInstanceForType(): MessageLite;
7
+ isInitialized(): boolean;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$VersionRequirementOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface ProtoBuf$VersionRequirementTableOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface JvmProtoBuf$JvmFieldSignatureOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface JvmProtoBuf$JvmMethodSignatureOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface JvmProtoBuf$JvmPropertySignatureOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface JvmProtoBuf$StringTableTypes$RecordOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,4 +1,7 @@
1
1
  import type { Object } from '../../../../../../../java/lang/Object.d.ts'
2
+ import type { MessageLite } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
2
3
  import type { MessageLiteOrBuilder } from '../../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLiteOrBuilder.d.ts'
3
4
  export interface JvmProtoBuf$StringTableTypesOrBuilder extends Object, MessageLiteOrBuilder{
5
+ getDefaultInstanceForType(): MessageLite;
6
+ isInitialized(): boolean;
4
7
  }
@@ -1,9 +1,13 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { CodedInputStream } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/CodedInputStream.d.ts'
3
3
  import type { ExtensionRegistryLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/ExtensionRegistryLite.d.ts'
4
+ import type { MessageLite } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts'
4
5
  import type { MessageLite$Builder } from '../../../../../../kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder.d.ts'
5
6
  export abstract class AbstractMessageLite$Builder<BuilderType extends AbstractMessageLite$Builder<AbstractMessageLite$Builder<Object>>> extends Object implements MessageLite$Builder {
6
7
  constructor()
8
+ build(): MessageLite;
7
9
  clone(): BuilderType;
10
+ getDefaultInstanceForType(): MessageLite;
11
+ isInitialized(): boolean;
8
12
  mergeFrom(arg0: CodedInputStream, arg1: ExtensionRegistryLite): BuilderType;
9
13
  }