@wunk/lb-script-api-types 0.38.4 → 0.38.5

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 (1610) 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 +242 -0
  5. package/registry-lb/index.d.ts +1 -0
  6. package/types/ai/djl/inference/streaming/StreamingBlock.d.ts +12 -0
  7. package/types/ai/djl/ndarray/BaseNDManager.d.ts +5 -0
  8. package/types/ai/djl/ndarray/LazyNDArray.d.ts +172 -0
  9. package/types/ai/djl/ndarray/NDArray.d.ts +4 -0
  10. package/types/ai/djl/ndarray/NDArrayAdapter.d.ts +3 -0
  11. package/types/ai/djl/ndarray/SparseNDArray.d.ts +172 -0
  12. package/types/ai/djl/nn/SymbolBlock.d.ts +12 -0
  13. package/types/ai/djl/repository/AbstractRepository.d.ts +3 -0
  14. package/types/ai/djl/training/dataset/RandomAccessDataset.d.ts +2 -0
  15. package/types/ai/djl/training/dataset/RawDataset.d.ts +2 -0
  16. package/types/ai/djl/training/hyperparameter/optimizer/BaseHpOptimizer.d.ts +1 -0
  17. package/types/com/azure/json/implementation/jackson/core/TokenStreamFactory.d.ts +2 -0
  18. package/types/com/google/common/base/FinalizablePhantomReference.d.ts +1 -0
  19. package/types/com/google/common/base/FinalizableSoftReference.d.ts +1 -0
  20. package/types/com/google/common/base/FinalizableWeakReference.d.ts +1 -0
  21. package/types/com/google/common/hash/AbstractHashFunction.d.ts +2 -0
  22. package/types/com/google/common/hash/AbstractHasher.d.ts +5 -0
  23. package/types/com/google/common/hash/BloomFilterStrategies.d.ts +1 -0
  24. package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +1 -0
  25. package/types/com/google/common/util/concurrent/AbstractListeningExecutorService.d.ts +6 -0
  26. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
  27. package/types/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
  28. package/types/com/google/common/util/concurrent/ListeningExecutorService.d.ts +5 -0
  29. package/types/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
  30. package/types/com/google/gson/FieldNamingPolicy.d.ts +1 -0
  31. package/types/com/google/gson/ToNumberPolicy.d.ts +3 -0
  32. package/types/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
  33. package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
  34. package/types/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
  35. package/types/com/ibm/icu/text/FormattedValue.d.ts +2 -0
  36. package/types/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
  37. package/types/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
  38. package/types/com/llamalad7/mixinextras/injector/MixinExtrasLateInjectionInfo.d.ts +1 -0
  39. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CharStream.d.ts +7 -0
  40. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +3 -0
  41. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/TokenStream.d.ts +7 -0
  42. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/WritableToken.d.ts +10 -0
  43. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/ErrorNode.d.ts +5 -0
  44. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/RuleNode.d.ts +3 -0
  45. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNode.d.ts +3 -0
  46. package/types/com/llamalad7/mixinextras/lib/grammar/expressions/ExpressionParserListener.d.ts +7 -0
  47. package/types/com/microsoft/aad/msal4j/IClientApplicationBase.d.ts +8 -0
  48. package/types/com/microsoft/aad/msal4j/IConfidentialClientApplication.d.ts +14 -0
  49. package/types/com/microsoft/aad/msal4j/IManagedIdentityApplication.d.ts +8 -0
  50. package/types/com/microsoft/aad/msal4j/IPublicClientApplication.d.ts +14 -0
  51. package/types/com/mojang/authlib/HttpAuthenticationService.d.ts +4 -0
  52. package/types/com/mojang/authlib/minecraft/TelemetryEvent.d.ts +4 -0
  53. package/types/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.d.ts +1 -0
  54. package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +2 -0
  55. package/types/com/mojang/blaze3d/opengl/GlStateManager$BooleanState.d.ts +1 -0
  56. package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +1 -0
  57. package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +1 -0
  58. package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +2 -0
  59. package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +3 -0
  60. package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +1 -0
  61. package/types/com/mojang/realmsclient/util/task/LongRunningTask.d.ts +1 -0
  62. package/types/com/oracle/js/parser/ParserContextBreakableNode.d.ts +6 -0
  63. package/types/com/oracle/js/parser/ParserContextScopableNode.d.ts +6 -0
  64. package/types/com/oracle/truffle/api/bytecode/TagTreeNode.d.ts +2 -0
  65. package/types/com/oracle/truffle/api/frame/MaterializedFrame.d.ts +3 -0
  66. package/types/com/oracle/truffle/api/frame/VirtualFrame.d.ts +4 -0
  67. package/types/com/oracle/truffle/api/impl/AbstractAssumption.d.ts +3 -0
  68. package/types/com/oracle/truffle/host/HostClassLoader$Loader.d.ts +1 -0
  69. package/types/com/oracle/truffle/js/nodes/access/JSTargetableWriteNode.d.ts +2 -0
  70. package/types/com/oracle/truffle/js/nodes/access/JSWriteFrameSlotNode.d.ts +2 -0
  71. package/types/com/oracle/truffle/js/nodes/control/AbstractRepeatingNode.d.ts +1 -0
  72. package/types/com/oracle/truffle/js/parser/JSParser.d.ts +29 -0
  73. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default$WithSpecies.d.ts +4 -0
  74. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default.d.ts +3 -0
  75. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctions.d.ts +3 -0
  76. package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctionsAndSpecies.d.ts +4 -0
  77. package/types/com/oracle/truffle/js/runtime/builtins/intl/JSSegmenter$Granularity.d.ts +3 -0
  78. package/types/com/oracle/truffle/regex/charset/RangesBuffer.d.ts +4 -0
  79. package/types/com/oracle/truffle/regex/tregex/nodes/dfa/DFAAbstractStateNode.d.ts +2 -0
  80. package/types/com/oracle/truffle/regex/tregex/parser/ast/RegexASTNode.d.ts +2 -0
  81. package/types/com/oracle/truffle/regex/tregex/string/AbstractStringIterator.d.ts +1 -0
  82. package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$JoinableThreadFactory.d.ts +4 -1
  83. package/types/com/oracle/truffle/runtime/jfr/CompilationEvent.d.ts +4 -0
  84. package/types/com/oracle/truffle/runtime/jfr/CompilationStatisticsEvent.d.ts +2 -0
  85. package/types/com/oracle/truffle/runtime/jfr/DeoptimizationEvent.d.ts +4 -0
  86. package/types/com/oracle/truffle/runtime/jfr/InvalidationEvent.d.ts +4 -0
  87. package/types/com/oracle/truffle/runtime/jfr/RootFunctionEvent.d.ts +2 -0
  88. package/types/com/oracle/truffle/tools/chromeinspector/InspectorExecutionContext$CancellableRunnable.d.ts +1 -0
  89. package/types/com/oracle/truffle/tools/utils/java_websocket/WebSocketAdapter.d.ts +14 -0
  90. package/types/com/oracle/truffle/tools/utils/java_websocket/WrappedByteChannel.d.ts +4 -0
  91. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshake.d.ts +2 -0
  92. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshakeBuilder.d.ts +4 -0
  93. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/HandshakeBuilder.d.ts +2 -0
  94. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshake.d.ts +2 -0
  95. package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshakeBuilder.d.ts +5 -0
  96. package/types/com/sun/jna/TypeConverter.d.ts +4 -0
  97. package/types/com/sun/jna/platform/linux/LibC.d.ts +22 -0
  98. package/types/com/sun/jna/platform/unix/LibC.d.ts +22 -0
  99. package/types/com/sun/jna/platform/unix/LibCAPI.d.ts +4 -0
  100. package/types/com/sun/jna/platform/win32/COM/IConnectionPoint.d.ts +5 -0
  101. package/types/com/sun/jna/platform/win32/COM/IConnectionPointContainer.d.ts +3 -0
  102. package/types/com/sun/jna/platform/win32/COM/IDispatch.d.ts +3 -0
  103. package/types/com/sun/jna/platform/win32/COM/IDispatchCallback.d.ts +20 -0
  104. package/types/com/sun/jna/platform/win32/COM/IEnumMoniker.d.ts +4 -0
  105. package/types/com/sun/jna/platform/win32/COM/IEnumVariant.d.ts +6 -0
  106. package/types/com/sun/jna/platform/win32/COM/IMoniker.d.ts +13 -0
  107. package/types/com/sun/jna/platform/win32/COM/IPersist.d.ts +6 -0
  108. package/types/com/sun/jna/platform/win32/COM/IPersistStream.d.ts +8 -0
  109. package/types/com/sun/jna/platform/win32/COM/IRecordInfo.d.ts +5 -0
  110. package/types/com/sun/jna/platform/win32/COM/IRunningObjectTable.d.ts +4 -0
  111. package/types/com/sun/jna/platform/win32/COM/ITypeComp.d.ts +4 -0
  112. package/types/com/sun/jna/platform/win32/COM/ITypeInfo.d.ts +3 -0
  113. package/types/com/sun/jna/platform/win32/COM/ITypeLib.d.ts +4 -0
  114. package/types/com/sun/jna/platform/win32/COM/IUnknownCallback.d.ts +6 -0
  115. package/types/com/sun/jna/platform/win32/COM/util/AbstractComEventCallbackListener.d.ts +2 -0
  116. package/types/com/sun/jna/platform/win32/COM/util/IConnectionPointContainer.d.ts +2 -0
  117. package/types/com/sun/jna/platform/win32/DdemlUtil$IDdeClient.d.ts +1 -0
  118. package/types/com/viaversion/nbt/tag/NumberArrayTag.d.ts +5 -0
  119. package/types/com/viaversion/nbt/tag/NumberTag.d.ts +4 -0
  120. package/types/com/viaversion/viaaprilfools/api/minecraft/entities/EntityTypes25w14craftmine.d.ts +1 -0
  121. package/types/com/viaversion/viaaprilfools/platform/ViaAprilFoolsConfig.d.ts +3 -0
  122. package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ClientboundPackets20w14infinite.d.ts +2 -0
  123. package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ServerboundPackets20w14infinite.d.ts +2 -0
  124. package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ClientboundPackets3D_Shareware.d.ts +2 -0
  125. package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ServerboundPackets3D_Shareware.d.ts +2 -0
  126. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
  127. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPacket25w14craftmine.d.ts +2 -0
  128. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPackets25w14craftmine.d.ts +4 -0
  129. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
  130. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPacket25w14craftmine.d.ts +2 -0
  131. package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPackets25w14craftmine.d.ts +4 -0
  132. package/types/com/viaversion/viabackwards/api/ViaBackwardsConfig.d.ts +3 -0
  133. package/types/com/viaversion/viabackwards/api/rewriters/text/TranslatableRewriter.d.ts +8 -0
  134. package/types/com/viaversion/viafabricplus/protocoltranslator/impl/command/VFPSubCommand.d.ts +2 -0
  135. package/types/com/viaversion/viaversion/api/configuration/ViaVersionConfig.d.ts +3 -0
  136. package/types/com/viaversion/viaversion/api/data/BiMappings.d.ts +4 -0
  137. package/types/com/viaversion/viaversion/api/data/FullMappings.d.ts +4 -0
  138. package/types/com/viaversion/viaversion/api/minecraft/codec/hash/Hasher.d.ts +11 -0
  139. package/types/com/viaversion/viaversion/api/minecraft/data/StructuredData.d.ts +1 -0
  140. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_10$EntityType.d.ts +1 -0
  141. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_11$EntityType.d.ts +1 -0
  142. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_12$EntityType.d.ts +1 -0
  143. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_13$EntityType.d.ts +1 -0
  144. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_14.d.ts +1 -0
  145. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_15.d.ts +1 -0
  146. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16.d.ts +1 -0
  147. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16_2.d.ts +1 -0
  148. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_17.d.ts +1 -0
  149. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19.d.ts +1 -0
  150. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_3.d.ts +1 -0
  151. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_4.d.ts +1 -0
  152. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_3.d.ts +1 -0
  153. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_5.d.ts +1 -0
  154. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_11.d.ts +1 -0
  155. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_2.d.ts +1 -0
  156. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_4.d.ts +1 -0
  157. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_5.d.ts +1 -0
  158. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_6.d.ts +1 -0
  159. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_9.d.ts +1 -0
  160. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_8$EntityType.d.ts +1 -0
  161. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_9$EntityType.d.ts +1 -0
  162. package/types/com/viaversion/viaversion/api/minecraft/item/HashedItem.d.ts +4 -0
  163. package/types/com/viaversion/viaversion/api/minecraft/item/Item.d.ts +4 -0
  164. package/types/com/viaversion/viaversion/api/protocol/SimpleProtocol$DummyPacketTypes.d.ts +2 -0
  165. package/types/com/viaversion/viaversion/api/protocol/packet/ClientboundPacketType.d.ts +2 -0
  166. package/types/com/viaversion/viaversion/api/protocol/packet/ServerboundPacketType.d.ts +2 -0
  167. package/types/com/viaversion/viaversion/codec/OpsBase.d.ts +9 -0
  168. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
  169. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntIterator.d.ts +1 -0
  170. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
  171. package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntStack.d.ts +3 -0
  172. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
  173. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntIntSortedPair.d.ts +2 -0
  174. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntListIterator.d.ts +2 -0
  175. package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableInputStream.d.ts +2 -0
  176. package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableOutputStream.d.ts +2 -0
  177. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
  178. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongIterator.d.ts +1 -0
  179. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
  180. package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongStack.d.ts +3 -0
  181. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
  182. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongListIterator.d.ts +2 -0
  183. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLongSortedPair.d.ts +2 -0
  184. package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +1 -0
  185. package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +3 -0
  186. package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/v1_20_3/TextCodecs_v1_20_3$TextComponentType.d.ts +1 -0
  187. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/AbstractConstruct.d.ts +1 -0
  188. package/types/com/viaversion/viaversion/platform/AbstractProtocolDetectorService.d.ts +1 -0
  189. package/types/com/viaversion/viaversion/platform/LegacyViaInjector.d.ts +1 -0
  190. package/types/com/viaversion/viaversion/protocols/base/ClientboundLoginPackets.d.ts +2 -0
  191. package/types/com/viaversion/viaversion/protocols/base/ClientboundStatusPackets.d.ts +2 -0
  192. package/types/com/viaversion/viaversion/protocols/base/ServerboundHandshakePackets.d.ts +2 -0
  193. package/types/com/viaversion/viaversion/protocols/base/ServerboundLoginPackets.d.ts +2 -0
  194. package/types/com/viaversion/viaversion/protocols/base/ServerboundStatusPackets.d.ts +2 -0
  195. package/types/com/viaversion/viaversion/protocols/base/packet/BaseClientboundPacket.d.ts +2 -0
  196. package/types/com/viaversion/viaversion/protocols/base/packet/BaseServerboundPacket.d.ts +2 -0
  197. package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ClientboundPackets1_12.d.ts +2 -0
  198. package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ServerboundPackets1_12.d.ts +2 -0
  199. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ClientboundPackets1_13.d.ts +2 -0
  200. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ServerboundPackets1_13.d.ts +2 -0
  201. package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ClientboundPackets1_12_1.d.ts +2 -0
  202. package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ServerboundPackets1_12_1.d.ts +2 -0
  203. package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ClientboundPackets1_14.d.ts +2 -0
  204. package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ServerboundPackets1_14.d.ts +2 -0
  205. package/types/com/viaversion/viaversion/protocols/v1_14_3to1_14_4/packet/ClientboundPackets1_14_4.d.ts +2 -0
  206. package/types/com/viaversion/viaversion/protocols/v1_14_4to1_15/packet/ClientboundPackets1_15.d.ts +2 -0
  207. package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ClientboundPackets1_16.d.ts +2 -0
  208. package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ServerboundPackets1_16.d.ts +2 -0
  209. package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ClientboundPackets1_16_2.d.ts +2 -0
  210. package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ServerboundPackets1_16_2.d.ts +2 -0
  211. package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ClientboundPackets1_17.d.ts +2 -0
  212. package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ServerboundPackets1_17.d.ts +2 -0
  213. package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/packet/ClientboundPackets1_18.d.ts +2 -0
  214. package/types/com/viaversion/viaversion/protocols/v1_17to1_17_1/packet/ClientboundPackets1_17_1.d.ts +2 -0
  215. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ClientboundPackets1_19.d.ts +2 -0
  216. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ServerboundPackets1_19.d.ts +2 -0
  217. package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ClientboundPackets1_19_3.d.ts +2 -0
  218. package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ServerboundPackets1_19_3.d.ts +2 -0
  219. package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ClientboundPackets1_19_4.d.ts +2 -0
  220. package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ServerboundPackets1_19_4.d.ts +2 -0
  221. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ClientboundPackets1_19_1.d.ts +2 -0
  222. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ServerboundPackets1_19_1.d.ts +2 -0
  223. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundConfigurationPackets1_20_3.d.ts +2 -0
  224. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPacket1_20_3.d.ts +2 -0
  225. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPackets1_20_3.d.ts +4 -0
  226. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPacket1_20_3.d.ts +2 -0
  227. package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPackets1_20_3.d.ts +4 -0
  228. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundConfigurationPackets1_20_5.d.ts +2 -0
  229. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPacket1_20_5.d.ts +2 -0
  230. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPackets1_20_5.d.ts +4 -0
  231. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
  232. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPacket1_20_5.d.ts +2 -0
  233. package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPackets1_20_5.d.ts +4 -0
  234. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
  235. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPacket1_21.d.ts +2 -0
  236. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPackets1_21.d.ts +4 -0
  237. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundConfigurationPackets1_20_2.d.ts +2 -0
  238. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPacket1_20_2.d.ts +2 -0
  239. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPackets1_20_2.d.ts +4 -0
  240. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundConfigurationPackets1_20_2.d.ts +2 -0
  241. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPacket1_20_2.d.ts +2 -0
  242. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPackets1_20_2.d.ts +4 -0
  243. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPacket26_1.d.ts +2 -0
  244. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPackets26_1.d.ts +4 -0
  245. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPacket26_1.d.ts +2 -0
  246. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPackets26_1.d.ts +4 -0
  247. package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPacket1_21_4.d.ts +2 -0
  248. package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPackets1_21_4.d.ts +4 -0
  249. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPacket1_21_5.d.ts +2 -0
  250. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPackets1_21_5.d.ts +4 -0
  251. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPacket1_21_5.d.ts +2 -0
  252. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPackets1_21_5.d.ts +4 -0
  253. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundConfigurationPackets1_21_6.d.ts +2 -0
  254. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPacket1_21_6.d.ts +2 -0
  255. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPackets1_21_6.d.ts +4 -0
  256. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundConfigurationPackets1_21_6.d.ts +2 -0
  257. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPacket1_21_6.d.ts +2 -0
  258. package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPackets1_21_6.d.ts +4 -0
  259. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundConfigurationPackets1_21_9.d.ts +2 -0
  260. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPacket1_21_9.d.ts +2 -0
  261. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPackets1_21_9.d.ts +4 -0
  262. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundConfigurationPackets1_21_9.d.ts +2 -0
  263. package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundPacket1_21_9.d.ts +2 -0
  264. package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPacket1_21_11.d.ts +2 -0
  265. package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPackets1_21_11.d.ts +4 -0
  266. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPacket1_21_2.d.ts +2 -0
  267. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPackets1_21_2.d.ts +4 -0
  268. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPacket1_21_2.d.ts +2 -0
  269. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPackets1_21_2.d.ts +4 -0
  270. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_8.d.ts +2 -0
  271. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_9.d.ts +2 -0
  272. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_8.d.ts +2 -0
  273. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_9.d.ts +2 -0
  274. package/types/com/viaversion/viaversion/protocols/v1_8to1_9/provider/CompressionProvider$CompressionHandler.d.ts +5 -0
  275. package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ClientboundPackets1_9_3.d.ts +2 -0
  276. package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ServerboundPackets1_9_3.d.ts +2 -0
  277. package/types/dev/kastle/netty/channel/nethernet/signaling/AbstractNetherNetXboxSignaling.d.ts +1 -0
  278. package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetClientSignaling.d.ts +6 -0
  279. package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling.d.ts +6 -0
  280. package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +17 -0
  281. package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +13 -0
  282. package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +1 -0
  283. package/types/io/github/douira/glsl_transformer/GLSLParserListener.d.ts +7 -0
  284. package/types/io/jsonwebtoken/CompressionCodec.d.ts +1 -0
  285. package/types/io/jsonwebtoken/impl/TokenizedJwe.d.ts +3 -0
  286. package/types/io/jsonwebtoken/impl/X509Context.d.ts +2 -0
  287. package/types/io/jsonwebtoken/impl/lang/Parameter.d.ts +1 -0
  288. package/types/io/jsonwebtoken/impl/security/AbstractSignatureAlgorithm.d.ts +2 -0
  289. package/types/io/jsonwebtoken/impl/security/FamilyJwkFactory.d.ts +1 -0
  290. package/types/io/jsonwebtoken/impl/security/JcaTemplate$InstanceFactory.d.ts +1 -0
  291. package/types/io/jsonwebtoken/io/CompressionAlgorithm.d.ts +1 -0
  292. package/types/io/jsonwebtoken/security/AeadAlgorithm.d.ts +2 -0
  293. package/types/io/jsonwebtoken/security/AeadRequest.d.ts +1 -0
  294. package/types/io/jsonwebtoken/security/Curve.d.ts +3 -0
  295. package/types/io/jsonwebtoken/security/DecryptAeadRequest.d.ts +2 -0
  296. package/types/io/jsonwebtoken/security/DigestAlgorithm.d.ts +1 -0
  297. package/types/io/jsonwebtoken/security/HashAlgorithm.d.ts +1 -0
  298. package/types/io/jsonwebtoken/security/KeyAlgorithm.d.ts +1 -0
  299. package/types/io/jsonwebtoken/security/KeyOperation.d.ts +1 -0
  300. package/types/io/jsonwebtoken/security/MacAlgorithm.d.ts +2 -0
  301. package/types/io/jsonwebtoken/security/Password.d.ts +2 -0
  302. package/types/io/jsonwebtoken/security/SecretKeyAlgorithm.d.ts +2 -0
  303. package/types/io/jsonwebtoken/security/SecureDigestAlgorithm.d.ts +1 -0
  304. package/types/io/jsonwebtoken/security/SignatureAlgorithm.d.ts +3 -0
  305. package/types/io/netty/buffer/AbstractByteBufAllocator.d.ts +1 -0
  306. package/types/io/netty/buffer/ByteBuf.d.ts +3 -0
  307. package/types/io/netty/buffer/ByteBufHolder.d.ts +3 -0
  308. package/types/io/netty/buffer/ByteBufProcessor.d.ts +1 -0
  309. package/types/io/netty/buffer/PoolArenaMetric.d.ts +8 -0
  310. package/types/io/netty/buffer/search/AbstractMultiSearchProcessorFactory.d.ts +4 -0
  311. package/types/io/netty/buffer/search/AbstractSearchProcessorFactory.d.ts +2 -0
  312. package/types/io/netty/buffer/search/MultiSearchProcessor.d.ts +2 -0
  313. package/types/io/netty/buffer/search/SearchProcessor.d.ts +1 -0
  314. package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +1 -0
  315. package/types/io/netty/channel/AbstractChannel.d.ts +6 -0
  316. package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -0
  317. package/types/io/netty/channel/AbstractServerChannel.d.ts +4 -0
  318. package/types/io/netty/channel/AddressedEnvelope.d.ts +3 -0
  319. package/types/io/netty/channel/ChannelHandlerContext.d.ts +14 -0
  320. package/types/io/netty/channel/ChannelInboundHandler.d.ts +2 -0
  321. package/types/io/netty/channel/ChannelOutboundHandler.d.ts +4 -0
  322. package/types/io/netty/channel/ChannelProgressiveFuture.d.ts +3 -0
  323. package/types/io/netty/channel/ChannelProgressivePromise.d.ts +4 -0
  324. package/types/io/netty/channel/ChannelPromise.d.ts +1 -0
  325. package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerCallback.d.ts +1 -0
  326. package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +1 -0
  327. package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator.d.ts +2 -0
  328. package/types/io/netty/channel/FileRegion.d.ts +3 -0
  329. package/types/io/netty/channel/MaxBytesRecvByteBufAllocator.d.ts +2 -0
  330. package/types/io/netty/channel/MaxMessagesRecvByteBufAllocator.d.ts +2 -0
  331. package/types/io/netty/channel/RecvByteBufAllocator$ExtendedHandle.d.ts +13 -0
  332. package/types/io/netty/channel/ServerChannel.d.ts +15 -0
  333. package/types/io/netty/channel/epoll/AbstractEpollServerChannel.d.ts +2 -0
  334. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel.d.ts +2 -0
  335. package/types/io/netty/channel/epoll/EpollIoHandle.d.ts +4 -0
  336. package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel.d.ts +2 -0
  337. package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel.d.ts +2 -0
  338. package/types/io/netty/channel/kqueue/KQueueIoHandle.d.ts +4 -0
  339. package/types/io/netty/channel/local/LocalIoHandle.d.ts +4 -0
  340. package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +1 -0
  341. package/types/io/netty/channel/nio/AbstractNioChannel$NioUnsafe.d.ts +18 -0
  342. package/types/io/netty/channel/nio/NioIoHandle.d.ts +4 -0
  343. package/types/io/netty/channel/pool/AbstractChannelPoolHandler.d.ts +1 -0
  344. package/types/io/netty/channel/socket/DatagramChannel.d.ts +11 -0
  345. package/types/io/netty/channel/socket/DatagramChannelConfig.d.ts +12 -0
  346. package/types/io/netty/channel/socket/DuplexChannel.d.ts +15 -0
  347. package/types/io/netty/channel/socket/DuplexChannelConfig.d.ts +13 -0
  348. package/types/io/netty/channel/socket/ServerSocketChannel.d.ts +13 -0
  349. package/types/io/netty/channel/socket/ServerSocketChannelConfig.d.ts +11 -0
  350. package/types/io/netty/channel/socket/SocketChannel.d.ts +21 -0
  351. package/types/io/netty/channel/socket/SocketChannelConfig.d.ts +14 -0
  352. package/types/io/netty/channel/socket/SocketProtocolFamily.d.ts +1 -0
  353. package/types/io/netty/channel/socket/oio/OioDatagramChannelConfig.d.ts +19 -0
  354. package/types/io/netty/channel/socket/oio/OioServerSocketChannelConfig.d.ts +13 -0
  355. package/types/io/netty/channel/socket/oio/OioSocketChannelConfig.d.ts +18 -0
  356. package/types/io/netty/channel/unix/DomainDatagramChannel.d.ts +13 -0
  357. package/types/io/netty/channel/unix/DomainDatagramChannelConfig.d.ts +12 -0
  358. package/types/io/netty/channel/unix/DomainSocketChannel.d.ts +25 -0
  359. package/types/io/netty/channel/unix/DomainSocketChannelConfig.d.ts +10 -0
  360. package/types/io/netty/channel/unix/ServerDomainSocketChannel.d.ts +17 -0
  361. package/types/io/netty/channel/unix/UnixChannel.d.ts +15 -0
  362. package/types/io/netty/handler/codec/compression/ByteBufChecksum.d.ts +2 -0
  363. package/types/io/netty/handler/codec/http/Cookie.d.ts +13 -0
  364. package/types/io/netty/handler/codec/http/FullHttpMessage.d.ts +12 -0
  365. package/types/io/netty/handler/codec/http/FullHttpRequest.d.ts +14 -0
  366. package/types/io/netty/handler/codec/http/FullHttpResponse.d.ts +12 -0
  367. package/types/io/netty/handler/codec/http/HttpContent.d.ts +8 -0
  368. package/types/io/netty/handler/codec/http/HttpMessage.d.ts +4 -0
  369. package/types/io/netty/handler/codec/http/HttpObject.d.ts +2 -0
  370. package/types/io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage.d.ts +6 -0
  371. package/types/io/netty/handler/codec/http/HttpRequest.d.ts +6 -0
  372. package/types/io/netty/handler/codec/http/HttpResponse.d.ts +6 -0
  373. package/types/io/netty/handler/codec/http/LastHttpContent.d.ts +8 -0
  374. package/types/io/netty/handler/codec/http/multipart/AbstractHttpData.d.ts +25 -0
  375. package/types/io/netty/handler/codec/http/multipart/Attribute.d.ts +30 -0
  376. package/types/io/netty/handler/codec/http/multipart/FileUpload.d.ts +30 -0
  377. package/types/io/netty/handler/codec/http/multipart/HttpData.d.ts +7 -0
  378. package/types/io/netty/handler/codec/http/multipart/InterfaceHttpData.d.ts +3 -0
  379. package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.d.ts +13 -0
  380. package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.d.ts +15 -0
  381. package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.d.ts +5 -0
  382. package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.d.ts +5 -0
  383. package/types/io/netty/handler/codec/socksx/AbstractSocksMessage.d.ts +2 -0
  384. package/types/io/netty/handler/codec/socksx/SocksMessage.d.ts +3 -0
  385. package/types/io/netty/handler/codec/socksx/v4/Socks4CommandRequest.d.ts +5 -0
  386. package/types/io/netty/handler/codec/socksx/v4/Socks4CommandResponse.d.ts +5 -0
  387. package/types/io/netty/handler/codec/socksx/v4/Socks4Message.d.ts +5 -0
  388. package/types/io/netty/handler/codec/socksx/v5/Socks5CommandRequest.d.ts +5 -0
  389. package/types/io/netty/handler/codec/socksx/v5/Socks5CommandResponse.d.ts +5 -0
  390. package/types/io/netty/handler/codec/socksx/v5/Socks5InitialRequest.d.ts +5 -0
  391. package/types/io/netty/handler/codec/socksx/v5/Socks5InitialResponse.d.ts +5 -0
  392. package/types/io/netty/handler/codec/socksx/v5/Socks5Message.d.ts +5 -0
  393. package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest.d.ts +5 -0
  394. package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponse.d.ts +5 -0
  395. package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthRequest.d.ts +5 -0
  396. package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthResponse.d.ts +5 -0
  397. package/types/io/netty/handler/codec/spdy/SpdyDataFrame.d.ts +5 -0
  398. package/types/io/netty/handler/codec/spdy/SpdyHeadersFrame.d.ts +2 -0
  399. package/types/io/netty/handler/codec/spdy/SpdyRstStreamFrame.d.ts +2 -0
  400. package/types/io/netty/handler/codec/spdy/SpdySynReplyFrame.d.ts +5 -0
  401. package/types/io/netty/handler/codec/spdy/SpdySynStreamFrame.d.ts +5 -0
  402. package/types/io/netty/handler/codec/spdy/SpdyUnknownFrame.d.ts +4 -0
  403. package/types/io/netty/handler/ssl/AsyncRunnable.d.ts +1 -0
  404. package/types/io/netty/handler/ssl/OpenSslInternalSession.d.ts +21 -0
  405. package/types/io/netty/handler/ssl/OpenSslKeyMaterial.d.ts +1 -0
  406. package/types/io/netty/handler/ssl/OpenSslSession.d.ts +16 -0
  407. package/types/io/netty/handler/ssl/PemEncoded.d.ts +4 -0
  408. package/types/io/netty/util/AbstractReferenceCounted.d.ts +1 -0
  409. package/types/io/netty/util/concurrent/AbstractEventExecutor$LazyRunnable.d.ts +1 -0
  410. package/types/io/netty/util/concurrent/MockTicker.d.ts +2 -0
  411. package/types/io/netty/util/concurrent/ScheduledFuture.d.ts +2 -0
  412. package/types/io/netty/util/concurrent/SingleThreadEventExecutor$NonWakeupRunnable.d.ts +1 -0
  413. package/types/io/netty/util/concurrent/ThreadAwareExecutor.d.ts +3 -1
  414. package/types/io/netty/util/internal/logging/AbstractInternalLogger.d.ts +20 -0
  415. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBidirectionalIterator.d.ts +2 -0
  416. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBigListIterator.d.ts +2 -0
  417. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanIterator.d.ts +1 -0
  418. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanListIterator.d.ts +2 -0
  419. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanSpliterator.d.ts +1 -0
  420. package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanStack.d.ts +3 -0
  421. package/types/it/unimi/dsi/fastutil/booleans/BooleanBidirectionalIterator.d.ts +1 -0
  422. package/types/it/unimi/dsi/fastutil/booleans/BooleanBigListIterator.d.ts +2 -0
  423. package/types/it/unimi/dsi/fastutil/booleans/BooleanListIterator.d.ts +2 -0
  424. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBidirectionalIterator.d.ts +2 -0
  425. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBigListIterator.d.ts +2 -0
  426. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteIterator.d.ts +1 -0
  427. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteListIterator.d.ts +2 -0
  428. package/types/it/unimi/dsi/fastutil/bytes/AbstractBytePriorityQueue.d.ts +4 -0
  429. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteSpliterator.d.ts +1 -0
  430. package/types/it/unimi/dsi/fastutil/bytes/AbstractByteStack.d.ts +3 -0
  431. package/types/it/unimi/dsi/fastutil/bytes/ByteBidirectionalIterator.d.ts +1 -0
  432. package/types/it/unimi/dsi/fastutil/bytes/ByteBigListIterator.d.ts +2 -0
  433. package/types/it/unimi/dsi/fastutil/bytes/ByteByteSortedPair.d.ts +2 -0
  434. package/types/it/unimi/dsi/fastutil/bytes/ByteListIterator.d.ts +2 -0
  435. package/types/it/unimi/dsi/fastutil/chars/AbstractCharBidirectionalIterator.d.ts +2 -0
  436. package/types/it/unimi/dsi/fastutil/chars/AbstractCharBigListIterator.d.ts +2 -0
  437. package/types/it/unimi/dsi/fastutil/chars/AbstractCharIterator.d.ts +1 -0
  438. package/types/it/unimi/dsi/fastutil/chars/AbstractCharListIterator.d.ts +2 -0
  439. package/types/it/unimi/dsi/fastutil/chars/AbstractCharPriorityQueue.d.ts +4 -0
  440. package/types/it/unimi/dsi/fastutil/chars/AbstractCharSpliterator.d.ts +1 -0
  441. package/types/it/unimi/dsi/fastutil/chars/AbstractCharStack.d.ts +3 -0
  442. package/types/it/unimi/dsi/fastutil/chars/CharBidirectionalIterator.d.ts +1 -0
  443. package/types/it/unimi/dsi/fastutil/chars/CharBigListIterator.d.ts +2 -0
  444. package/types/it/unimi/dsi/fastutil/chars/CharCharSortedPair.d.ts +2 -0
  445. package/types/it/unimi/dsi/fastutil/chars/CharListIterator.d.ts +2 -0
  446. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBidirectionalIterator.d.ts +2 -0
  447. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBigListIterator.d.ts +2 -0
  448. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleIterator.d.ts +1 -0
  449. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleListIterator.d.ts +2 -0
  450. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoublePriorityQueue.d.ts +4 -0
  451. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleSpliterator.d.ts +3 -0
  452. package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleStack.d.ts +3 -0
  453. package/types/it/unimi/dsi/fastutil/doubles/DoubleBidirectionalIterator.d.ts +1 -0
  454. package/types/it/unimi/dsi/fastutil/doubles/DoubleBigListIterator.d.ts +2 -0
  455. package/types/it/unimi/dsi/fastutil/doubles/DoubleDoubleSortedPair.d.ts +2 -0
  456. package/types/it/unimi/dsi/fastutil/doubles/DoubleListIterator.d.ts +2 -0
  457. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBidirectionalIterator.d.ts +2 -0
  458. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBigListIterator.d.ts +2 -0
  459. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatIterator.d.ts +1 -0
  460. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatListIterator.d.ts +2 -0
  461. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatPriorityQueue.d.ts +4 -0
  462. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatSpliterator.d.ts +1 -0
  463. package/types/it/unimi/dsi/fastutil/floats/AbstractFloatStack.d.ts +3 -0
  464. package/types/it/unimi/dsi/fastutil/floats/FloatBidirectionalIterator.d.ts +1 -0
  465. package/types/it/unimi/dsi/fastutil/floats/FloatBigListIterator.d.ts +2 -0
  466. package/types/it/unimi/dsi/fastutil/floats/FloatFloatSortedPair.d.ts +2 -0
  467. package/types/it/unimi/dsi/fastutil/floats/FloatListIterator.d.ts +2 -0
  468. package/types/it/unimi/dsi/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
  469. package/types/it/unimi/dsi/fastutil/ints/AbstractIntBigListIterator.d.ts +2 -0
  470. package/types/it/unimi/dsi/fastutil/ints/AbstractIntIterator.d.ts +1 -0
  471. package/types/it/unimi/dsi/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
  472. package/types/it/unimi/dsi/fastutil/ints/AbstractIntPriorityQueue.d.ts +4 -0
  473. package/types/it/unimi/dsi/fastutil/ints/AbstractIntSpliterator.d.ts +3 -0
  474. package/types/it/unimi/dsi/fastutil/ints/AbstractIntStack.d.ts +3 -0
  475. package/types/it/unimi/dsi/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
  476. package/types/it/unimi/dsi/fastutil/ints/IntBigListIterator.d.ts +2 -0
  477. package/types/it/unimi/dsi/fastutil/ints/IntIntSortedPair.d.ts +2 -0
  478. package/types/it/unimi/dsi/fastutil/ints/IntListIterator.d.ts +2 -0
  479. package/types/it/unimi/dsi/fastutil/io/MeasurableInputStream.d.ts +2 -0
  480. package/types/it/unimi/dsi/fastutil/io/MeasurableOutputStream.d.ts +2 -0
  481. package/types/it/unimi/dsi/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
  482. package/types/it/unimi/dsi/fastutil/longs/AbstractLongBigListIterator.d.ts +2 -0
  483. package/types/it/unimi/dsi/fastutil/longs/AbstractLongIterator.d.ts +1 -0
  484. package/types/it/unimi/dsi/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
  485. package/types/it/unimi/dsi/fastutil/longs/AbstractLongPriorityQueue.d.ts +4 -0
  486. package/types/it/unimi/dsi/fastutil/longs/AbstractLongSpliterator.d.ts +3 -0
  487. package/types/it/unimi/dsi/fastutil/longs/AbstractLongStack.d.ts +3 -0
  488. package/types/it/unimi/dsi/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
  489. package/types/it/unimi/dsi/fastutil/longs/LongBigListIterator.d.ts +2 -0
  490. package/types/it/unimi/dsi/fastutil/longs/LongListIterator.d.ts +2 -0
  491. package/types/it/unimi/dsi/fastutil/longs/LongLongSortedPair.d.ts +2 -0
  492. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBidirectionalIterator.d.ts +2 -0
  493. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBigListIterator.d.ts +2 -0
  494. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortIterator.d.ts +1 -0
  495. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortListIterator.d.ts +2 -0
  496. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortPriorityQueue.d.ts +4 -0
  497. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortSpliterator.d.ts +1 -0
  498. package/types/it/unimi/dsi/fastutil/shorts/AbstractShortStack.d.ts +3 -0
  499. package/types/it/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator.d.ts +1 -0
  500. package/types/it/unimi/dsi/fastutil/shorts/ShortBigListIterator.d.ts +2 -0
  501. package/types/it/unimi/dsi/fastutil/shorts/ShortListIterator.d.ts +2 -0
  502. package/types/it/unimi/dsi/fastutil/shorts/ShortShortSortedPair.d.ts +2 -0
  503. package/types/java/awt/Paint.d.ts +1 -0
  504. package/types/java/awt/geom/Line2D.d.ts +1 -0
  505. package/types/java/awt/geom/Path2D.d.ts +2 -0
  506. package/types/java/awt/geom/RectangularShape.d.ts +5 -0
  507. package/types/java/awt/image/WritableRenderedImage.d.ts +22 -0
  508. package/types/java/awt/peer/ButtonPeer.d.ts +54 -0
  509. package/types/java/awt/peer/CanvasPeer.d.ts +53 -0
  510. package/types/java/awt/peer/CheckboxMenuItemPeer.d.ts +5 -0
  511. package/types/java/awt/peer/CheckboxPeer.d.ts +54 -0
  512. package/types/java/awt/peer/ChoicePeer.d.ts +54 -0
  513. package/types/java/awt/peer/ContainerPeer.d.ts +53 -0
  514. package/types/java/awt/peer/DialogPeer.d.ts +73 -0
  515. package/types/java/awt/peer/FileDialogPeer.d.ts +75 -0
  516. package/types/java/awt/peer/FramePeer.d.ts +73 -0
  517. package/types/java/awt/peer/LabelPeer.d.ts +54 -0
  518. package/types/java/awt/peer/LightweightPeer.d.ts +54 -0
  519. package/types/java/awt/peer/ListPeer.d.ts +53 -0
  520. package/types/java/awt/peer/MenuBarPeer.d.ts +3 -0
  521. package/types/java/awt/peer/MenuItemPeer.d.ts +3 -0
  522. package/types/java/awt/peer/MenuPeer.d.ts +5 -0
  523. package/types/java/awt/peer/PanelPeer.d.ts +60 -0
  524. package/types/java/awt/peer/PopupMenuPeer.d.ts +8 -0
  525. package/types/java/awt/peer/ScrollPanePeer.d.ts +60 -0
  526. package/types/java/awt/peer/ScrollbarPeer.d.ts +54 -0
  527. package/types/java/awt/peer/TextAreaPeer.d.ts +64 -0
  528. package/types/java/awt/peer/TextComponentPeer.d.ts +54 -0
  529. package/types/java/awt/peer/TextFieldPeer.d.ts +64 -0
  530. package/types/java/awt/peer/WindowPeer.d.ts +59 -0
  531. package/types/java/io/ObjectInput.d.ts +13 -0
  532. package/types/java/io/ObjectOutput.d.ts +11 -0
  533. package/types/java/lang/Thread$Builder$OfPlatform.d.ts +5 -0
  534. package/types/java/lang/Thread$Builder$OfVirtual.d.ts +5 -0
  535. package/types/java/lang/constant/DirectMethodHandleDesc.d.ts +5 -0
  536. package/types/java/lang/foreign/AddressLayout.d.ts +8 -0
  537. package/types/java/lang/foreign/ValueLayout$OfBoolean.d.ts +8 -0
  538. package/types/java/lang/foreign/ValueLayout$OfByte.d.ts +8 -0
  539. package/types/java/lang/foreign/ValueLayout$OfChar.d.ts +8 -0
  540. package/types/java/lang/foreign/ValueLayout$OfDouble.d.ts +8 -0
  541. package/types/java/lang/foreign/ValueLayout$OfFloat.d.ts +8 -0
  542. package/types/java/lang/foreign/ValueLayout$OfInt.d.ts +8 -0
  543. package/types/java/lang/foreign/ValueLayout$OfLong.d.ts +8 -0
  544. package/types/java/lang/foreign/ValueLayout$OfShort.d.ts +8 -0
  545. package/types/java/lang/foreign/ValueLayout.d.ts +5 -0
  546. package/types/java/lang/invoke/TypeDescriptor$OfField.d.ts +1 -0
  547. package/types/java/lang/invoke/TypeDescriptor$OfMethod.d.ts +1 -0
  548. package/types/java/lang/management/MemoryMXBean.d.ts +2 -0
  549. package/types/java/nio/channels/AsynchronousChannel.d.ts +1 -0
  550. package/types/java/nio/channels/AsynchronousFileChannel.d.ts +2 -0
  551. package/types/java/nio/channels/ByteChannel.d.ts +5 -0
  552. package/types/java/nio/channels/DatagramChannel.d.ts +5 -0
  553. package/types/java/nio/channels/GatheringByteChannel.d.ts +2 -0
  554. package/types/java/nio/channels/InterruptibleChannel.d.ts +1 -0
  555. package/types/java/nio/channels/MulticastChannel.d.ts +4 -0
  556. package/types/java/nio/channels/NetworkChannel.d.ts +2 -0
  557. package/types/java/nio/channels/Pipe$SinkChannel.d.ts +2 -0
  558. package/types/java/nio/channels/Pipe$SourceChannel.d.ts +2 -0
  559. package/types/java/nio/channels/ReadableByteChannel.d.ts +2 -0
  560. package/types/java/nio/channels/ScatteringByteChannel.d.ts +2 -0
  561. package/types/java/nio/channels/SeekableByteChannel.d.ts +2 -0
  562. package/types/java/nio/channels/WritableByteChannel.d.ts +2 -0
  563. package/types/java/nio/file/attribute/AclFileAttributeView.d.ts +3 -0
  564. package/types/java/nio/file/attribute/DosFileAttributeView.d.ts +2 -0
  565. package/types/java/nio/file/attribute/DosFileAttributes.d.ts +10 -0
  566. package/types/java/nio/file/attribute/FileAttributeView.d.ts +1 -0
  567. package/types/java/nio/file/attribute/FileStoreAttributeView.d.ts +1 -0
  568. package/types/java/nio/file/attribute/GroupPrincipal.d.ts +1 -0
  569. package/types/java/nio/file/attribute/PosixFileAttributeView.d.ts +5 -0
  570. package/types/java/nio/file/attribute/PosixFileAttributes.d.ts +10 -0
  571. package/types/java/nio/file/attribute/UserPrincipal.d.ts +1 -0
  572. package/types/java/security/AsymmetricKey.d.ts +2 -0
  573. package/types/java/security/PrivateKey.d.ts +2 -0
  574. package/types/java/security/PublicKey.d.ts +2 -0
  575. package/types/java/security/cert/X509CRL.d.ts +1 -0
  576. package/types/java/security/cert/X509CRLEntry.d.ts +1 -0
  577. package/types/java/security/cert/X509Certificate.d.ts +1 -0
  578. package/types/java/security/interfaces/ECPrivateKey.d.ts +2 -0
  579. package/types/java/security/interfaces/ECPublicKey.d.ts +2 -0
  580. package/types/java/security/interfaces/RSAPrivateKey.d.ts +3 -0
  581. package/types/java/security/interfaces/RSAPublicKey.d.ts +3 -0
  582. package/types/java/sql/CallableStatement.d.ts +50 -0
  583. package/types/java/sql/NClob.d.ts +17 -0
  584. package/types/java/sql/PreparedStatement.d.ts +37 -0
  585. package/types/java/text/AttributedCharacterIterator.d.ts +10 -0
  586. package/types/java/time/chrono/AbstractChronology.d.ts +11 -0
  587. package/types/java/time/chrono/ChronoLocalDate.d.ts +1 -0
  588. package/types/java/time/chrono/ChronoLocalDateTime.d.ts +2 -0
  589. package/types/java/time/chrono/ChronoZonedDateTime.d.ts +1 -0
  590. package/types/java/time/temporal/Temporal.d.ts +1 -0
  591. package/types/java/util/concurrent/AbstractExecutorService.d.ts +5 -0
  592. package/types/java/util/concurrent/ExecutorService.d.ts +1 -0
  593. package/types/java/util/concurrent/RunnableScheduledFuture.d.ts +3 -0
  594. package/types/java/util/concurrent/ScheduledExecutorService.d.ts +5 -0
  595. package/types/java/util/concurrent/ScheduledFuture.d.ts +2 -0
  596. package/types/java/util/random/RandomGenerator$SplittableGenerator.d.ts +1 -0
  597. package/types/java/util/random/RandomGenerator$StreamableGenerator.d.ts +1 -0
  598. package/types/java/util/regex/Pattern$BmpCharPredicate.d.ts +1 -0
  599. package/types/java/util/stream/DoubleStream.d.ts +1 -0
  600. package/types/java/util/stream/IntStream.d.ts +1 -0
  601. package/types/java/util/stream/LongStream.d.ts +1 -0
  602. package/types/java/util/stream/Stream.d.ts +1 -0
  603. package/types/javax/accessibility/AccessibleEditableText.d.ts +13 -0
  604. package/types/javax/crypto/SecretKey.d.ts +2 -0
  605. package/types/javax/lang/model/element/ExecutableElement.d.ts +2 -0
  606. package/types/javax/lang/model/element/ModuleElement$ExportsDirective.d.ts +2 -0
  607. package/types/javax/lang/model/element/ModuleElement$OpensDirective.d.ts +2 -0
  608. package/types/javax/lang/model/element/ModuleElement$ProvidesDirective.d.ts +2 -0
  609. package/types/javax/lang/model/element/ModuleElement$RequiresDirective.d.ts +2 -0
  610. package/types/javax/lang/model/element/ModuleElement$UsesDirective.d.ts +2 -0
  611. package/types/javax/lang/model/element/ModuleElement.d.ts +2 -0
  612. package/types/javax/lang/model/element/Name.d.ts +2 -0
  613. package/types/javax/lang/model/element/PackageElement.d.ts +2 -0
  614. package/types/javax/lang/model/element/Parameterizable.d.ts +7 -0
  615. package/types/javax/lang/model/element/QualifiedNameable.d.ts +6 -0
  616. package/types/javax/lang/model/element/RecordComponentElement.d.ts +2 -0
  617. package/types/javax/lang/model/element/TypeElement.d.ts +2 -0
  618. package/types/javax/lang/model/element/TypeParameterElement.d.ts +4 -0
  619. package/types/javax/lang/model/element/VariableElement.d.ts +2 -0
  620. package/types/javax/lang/model/type/ArrayType.d.ts +2 -0
  621. package/types/javax/lang/model/type/DeclaredType.d.ts +2 -0
  622. package/types/javax/lang/model/type/ErrorType.d.ts +6 -0
  623. package/types/javax/lang/model/type/ExecutableType.d.ts +2 -0
  624. package/types/javax/lang/model/type/IntersectionType.d.ts +2 -0
  625. package/types/javax/lang/model/type/NoType.d.ts +2 -0
  626. package/types/javax/lang/model/type/NullType.d.ts +2 -0
  627. package/types/javax/lang/model/type/PrimitiveType.d.ts +2 -0
  628. package/types/javax/lang/model/type/ReferenceType.d.ts +2 -0
  629. package/types/javax/lang/model/type/TypeVariable.d.ts +2 -0
  630. package/types/javax/lang/model/type/UnionType.d.ts +2 -0
  631. package/types/javax/lang/model/type/WildcardType.d.ts +2 -0
  632. package/types/javax/management/NotificationEmitter.d.ts +2 -0
  633. package/types/javax/net/ssl/ExtendedSSLSession.d.ts +18 -0
  634. package/types/javax/net/ssl/X509ExtendedKeyManager.d.ts +2 -0
  635. package/types/javax/print/attribute/DocAttributeSet.d.ts +5 -0
  636. package/types/javax/print/attribute/PrintJobAttributeSet.d.ts +5 -0
  637. package/types/javax/print/attribute/PrintRequestAttributeSet.d.ts +5 -0
  638. package/types/javax/print/attribute/PrintServiceAttribute.d.ts +1 -0
  639. package/types/javax/print/attribute/PrintServiceAttributeSet.d.ts +5 -0
  640. package/types/javax/sound/sampled/DataLine.d.ts +12 -0
  641. package/types/javax/sound/sampled/TargetDataLine.d.ts +25 -0
  642. package/types/javax/sql/DataSource.d.ts +2 -0
  643. package/types/javax/swing/Action.d.ts +2 -0
  644. package/types/javax/swing/text/MutableAttributeSet.d.ts +8 -0
  645. package/types/javax/swing/tree/TreeCellEditor.d.ts +9 -0
  646. package/types/javax/tools/JavaFileObject.d.ts +15 -0
  647. package/types/javax/xml/stream/events/Attribute.d.ts +21 -0
  648. package/types/javax/xml/stream/events/Characters.d.ts +21 -0
  649. package/types/javax/xml/stream/events/EndElement.d.ts +20 -0
  650. package/types/javax/xml/stream/events/Namespace.d.ts +26 -0
  651. package/types/javax/xml/stream/events/StartElement.d.ts +20 -0
  652. package/types/javax/xml/transform/sax/TemplatesHandler.d.ts +11 -0
  653. package/types/javax/xml/transform/sax/TransformerHandler.d.ts +19 -0
  654. package/types/javax/xml/validation/ValidatorHandler.d.ts +11 -0
  655. package/types/jdk/internal/foreign/AbstractMemorySegmentImpl.d.ts +2 -0
  656. package/types/jdk/internal/util/random/RandomSupport$AbstractSpliteratorGenerator.d.ts +1 -0
  657. package/types/jdk/internal/util/random/RandomSupport$AbstractSplittableGenerator.d.ts +2 -0
  658. package/types/joptsimple/AbstractOptionSpec.d.ts +5 -0
  659. package/types/kotlin/contracts/Returns.d.ts +2 -0
  660. package/types/kotlin/contracts/ReturnsNotNull.d.ts +2 -0
  661. package/types/kotlin/reflect/jvm/internal/impl/builtins/BuiltInsPackageFragment.d.ts +13 -0
  662. package/types/kotlin/reflect/jvm/internal/impl/builtins/FunctionInterfacePackageFragment.d.ts +13 -0
  663. package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor.d.ts +8 -0
  664. package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor.d.ts +16 -0
  665. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassConstructorDescriptor.d.ts +37 -0
  666. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassDescriptor.d.ts +10 -0
  667. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassOrPackageFragmentDescriptor.d.ts +7 -0
  668. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptor.d.ts +6 -0
  669. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptorWithTypeParameters.d.ts +19 -0
  670. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ConstructorDescriptor.d.ts +33 -0
  671. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptor.d.ts +2 -0
  672. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorNonRoot.d.ts +5 -0
  673. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithSource.d.ts +4 -0
  674. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithVisibility.d.ts +4 -0
  675. package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeserializedDescriptor.d.ts +4 -0
  676. package/types/kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor.d.ts +20 -0
  677. package/types/kotlin/reflect/jvm/internal/impl/descriptors/MemberDescriptor.d.ts +7 -0
  678. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor.d.ts +3 -0
  679. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentDescriptor.d.ts +6 -0
  680. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageViewDescriptor.d.ts +4 -0
  681. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ParameterDescriptor.d.ts +18 -0
  682. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyAccessorDescriptor.d.ts +39 -0
  683. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyDescriptor.d.ts +27 -0
  684. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyGetterDescriptor.d.ts +42 -0
  685. package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertySetterDescriptor.d.ts +42 -0
  686. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ReceiverParameterDescriptor.d.ts +17 -0
  687. package/types/kotlin/reflect/jvm/internal/impl/descriptors/SimpleFunctionDescriptor.d.ts +38 -0
  688. package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeAliasDescriptor.d.ts +20 -0
  689. package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterDescriptor.d.ts +8 -0
  690. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueDescriptor.d.ts +13 -0
  691. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueParameterDescriptor.d.ts +16 -0
  692. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableAccessorDescriptor.d.ts +38 -0
  693. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptor.d.ts +18 -0
  694. package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptorWithAccessors.d.ts +23 -0
  695. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractReceiverParameterDescriptor.d.ts +3 -0
  696. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +5 -0
  697. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/DeclarationDescriptorImpl.d.ts +1 -0
  698. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor.d.ts +38 -0
  699. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageFragmentDescriptorImpl.d.ts +2 -0
  700. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyAccessorDescriptorImpl.d.ts +2 -0
  701. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptor.d.ts +45 -0
  702. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/VariableDescriptorImpl.d.ts +6 -0
  703. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwner.d.ts +1 -0
  704. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaModifierListOwner.d.ts +5 -0
  705. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType.d.ts +1 -0
  706. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmClassExtension.d.ts +2 -0
  707. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmConstructorExtension.d.ts +2 -0
  708. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmEnumEntryExtension.d.ts +2 -0
  709. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmFunctionExtension.d.ts +2 -0
  710. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmModuleFragmentExtension.d.ts +2 -0
  711. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPackageExtension.d.ts +2 -0
  712. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPropertyExtension.d.ts +2 -0
  713. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeAliasExtension.d.ts +2 -0
  714. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeExtension.d.ts +2 -0
  715. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeParameterExtension.d.ts +2 -0
  716. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmValueParameterExtension.d.ts +2 -0
  717. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaCallableMemberDescriptor.d.ts +25 -0
  718. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaClassDescriptor.d.ts +40 -0
  719. package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/PossiblyExternalAnnotationDescriptor.d.ts +6 -0
  720. package/types/kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElement.d.ts +2 -0
  721. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationAsAnnotationArgument.d.ts +2 -0
  722. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayAnnotationArgument.d.ts +2 -0
  723. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayType.d.ts +4 -0
  724. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts +9 -0
  725. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassObjectAnnotationArgument.d.ts +2 -0
  726. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier.d.ts +6 -0
  727. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType.d.ts +4 -0
  728. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaConstructor.d.ts +13 -0
  729. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaEnumValueAnnotationArgument.d.ts +1 -0
  730. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaField.d.ts +13 -0
  731. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaLiteralAnnotationArgument.d.ts +2 -0
  732. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts +11 -0
  733. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +13 -0
  734. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPackage.d.ts +3 -0
  735. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPrimitiveType.d.ts +4 -0
  736. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaRecordComponent.d.ts +13 -0
  737. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts +4 -0
  738. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameter.d.ts +6 -0
  739. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts +4 -0
  740. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaWildcardType.d.ts +4 -0
  741. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner.d.ts +4 -0
  742. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +1 -0
  743. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder.d.ts +3 -0
  744. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MethodAnnotationVisitor.d.ts +2 -0
  745. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$ValueOrBuilder.d.ts +3 -0
  746. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$ArgumentOrBuilder.d.ts +3 -0
  747. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$AnnotationOrBuilder.d.ts +3 -0
  748. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ClassOrBuilder.d.ts +3 -0
  749. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginDataOrBuilder.d.ts +3 -0
  750. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ConstructorOrBuilder.d.ts +3 -0
  751. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ContractOrBuilder.d.ts +3 -0
  752. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EffectOrBuilder.d.ts +3 -0
  753. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder.d.ts +3 -0
  754. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ExpressionOrBuilder.d.ts +3 -0
  755. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$FunctionOrBuilder.d.ts +3 -0
  756. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragmentOrBuilder.d.ts +3 -0
  757. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageOrBuilder.d.ts +3 -0
  758. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PropertyOrBuilder.d.ts +3 -0
  759. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder.d.ts +3 -0
  760. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTableOrBuilder.d.ts +3 -0
  761. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTableOrBuilder.d.ts +3 -0
  762. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$ArgumentOrBuilder.d.ts +3 -0
  763. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAliasOrBuilder.d.ts +3 -0
  764. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeOrBuilder.d.ts +3 -0
  765. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameterOrBuilder.d.ts +3 -0
  766. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTableOrBuilder.d.ts +3 -0
  767. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameterOrBuilder.d.ts +3 -0
  768. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementOrBuilder.d.ts +3 -0
  769. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTableOrBuilder.d.ts +3 -0
  770. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignatureOrBuilder.d.ts +3 -0
  771. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignatureOrBuilder.d.ts +3 -0
  772. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignatureOrBuilder.d.ts +3 -0
  773. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$RecordOrBuilder.d.ts +3 -0
  774. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypesOrBuilder.d.ts +3 -0
  775. package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite$Builder.d.ts +4 -0
  776. package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite.d.ts +8 -0
  777. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableBuilder.d.ts +3 -0
  778. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts +2 -0
  779. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts +3 -0
  780. package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder.d.ts +2 -0
  781. package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts +2 -0
  782. package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructor.d.ts +7 -0
  783. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope.d.ts +3 -0
  784. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitContextReceiver.d.ts +2 -0
  785. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitReceiver.d.ts +2 -0
  786. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/SuperCallReceiverValue.d.ts +1 -0
  787. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ThisClassReceiver.d.ts +2 -0
  788. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DescriptorWithContainerSource.d.ts +14 -0
  789. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedCallableMemberDescriptor.d.ts +34 -0
  790. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerSource.d.ts +2 -0
  791. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberDescriptor.d.ts +14 -0
  792. package/types/kotlin/reflect/jvm/internal/impl/types/ClassifierBasedTypeConstructor.d.ts +5 -0
  793. package/types/kotlin/reflect/jvm/internal/impl/types/NotNullTypeParameter.d.ts +3 -0
  794. package/types/kotlin/reflect/jvm/internal/impl/types/TypeProjectionBase.d.ts +7 -0
  795. package/types/kotlin/reflect/jvm/internal/impl/types/TypeSystemCommonBackendContext.d.ts +85 -0
  796. package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +90 -0
  797. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker.d.ts +3 -0
  798. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewTypeVariableConstructor.d.ts +7 -0
  799. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +92 -0
  800. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +1 -0
  801. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +92 -0
  802. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemTypeFactoryContext.d.ts +90 -0
  803. package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +1 -0
  804. package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +1 -0
  805. package/types/kotlin/reflect/jvm/internal/types/ReflectTypeSystemContext.d.ts +80 -0
  806. package/types/kotlin/time/ComparableTimeMark.d.ts +1 -0
  807. package/types/kotlinx/coroutines/ChildHandle.d.ts +1 -0
  808. package/types/kotlinx/coroutines/ChildJob.d.ts +9 -0
  809. package/types/kotlinx/coroutines/CompletableDeferred.d.ts +9 -0
  810. package/types/kotlinx/coroutines/CompletableJob.d.ts +9 -0
  811. package/types/kotlinx/coroutines/Deferred.d.ts +9 -0
  812. package/types/kotlinx/coroutines/EventLoopImplBase$DelayedTask.d.ts +1 -0
  813. package/types/kotlinx/coroutines/ParentJob.d.ts +9 -0
  814. package/types/kotlinx/coroutines/scheduling/Task.d.ts +1 -0
  815. package/types/kotlinx/datetime/format/AbstractWithDateBuilder.d.ts +1 -0
  816. package/types/kotlinx/datetime/format/AbstractWithDateTimeBuilder.d.ts +1 -0
  817. package/types/kotlinx/datetime/format/AbstractWithOffsetBuilder.d.ts +1 -0
  818. package/types/kotlinx/datetime/format/AbstractWithTimeBuilder.d.ts +1 -0
  819. package/types/kotlinx/datetime/format/AbstractWithYearMonthBuilder.d.ts +1 -0
  820. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate.d.ts +6 -0
  821. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTime.d.ts +16 -0
  822. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents.d.ts +20 -0
  823. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime.d.ts +1 -0
  824. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset.d.ts +1 -0
  825. package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth.d.ts +1 -0
  826. package/types/kotlinx/io/Sink.d.ts +1 -0
  827. package/types/kotlinx/io/Source.d.ts +2 -0
  828. package/types/kotlinx/io/files/SystemFileSystemImpl.d.ts +12 -0
  829. package/types/kotlinx/io/unsafe/BufferIterationContext.d.ts +1 -0
  830. package/types/kotlinx/serialization/cbor/CborDecoder.d.ts +16 -0
  831. package/types/kotlinx/serialization/cbor/CborEncoder.d.ts +13 -0
  832. package/types/kotlinx/serialization/encoding/AbstractDecoder.d.ts +1 -0
  833. package/types/kotlinx/serialization/internal/TaggedDecoder.d.ts +1 -0
  834. package/types/kotlinx/serialization/json/JsonDecoder.d.ts +26 -0
  835. package/types/kotlinx/serialization/json/JsonEncoder.d.ts +24 -0
  836. package/types/kotlinx/serialization/json/internal/AbstractJsonTreeDecoder.d.ts +1 -0
  837. package/types/kroppeb/stareval/expression/ConstantExpression.d.ts +1 -0
  838. package/types/kroppeb/stareval/expression/VariableExpression.d.ts +1 -0
  839. package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeTracker.d.ts +6 -0
  840. package/types/net/caffeinemc/mods/sodium/client/config/builder/IntegerOptionBuilderImpl.d.ts +1 -0
  841. package/types/net/caffeinemc/mods/sodium/client/config/builder/OptionBuilderImpl.d.ts +1 -0
  842. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +3 -0
  843. package/types/net/caffeinemc/mods/sodium/client/gui/prompt/ScreenPromptable.d.ts +2 -0
  844. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/AbstractWidget.d.ts +1 -0
  845. package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +15 -0
  846. package/types/net/caffeinemc/mods/sodium/client/model/quad/ModelQuadViewMutable.d.ts +14 -0
  847. package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/msgbox/MsgBoxCallback.d.ts +1 -0
  848. package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +4 -0
  849. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +2 -0
  850. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer.d.ts +1 -0
  851. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +1 -0
  852. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/PresentSorter.d.ts +2 -0
  853. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/Sorter.d.ts +2 -0
  854. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +2 -0
  855. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +6 -0
  856. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +2 -0
  857. package/types/net/caffeinemc/mods/sodium/client/render/vertex/buffer/BufferBuilderExtension.d.ts +3 -0
  858. package/types/net/caffeinemc/mods/sodium/client/util/GameRendererStorage.d.ts +2 -0
  859. package/types/net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters$AbstractSorter.d.ts +1 -0
  860. package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorMode.d.ts +1 -0
  861. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +5 -0
  862. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/AntiBotMode.d.ts +2 -0
  863. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/ModuleAutoQueue$PauseCondition.d.ts +1 -0
  864. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura$PauseCondition.d.ts +1 -0
  865. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +1 -0
  866. package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +1 -0
  867. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +1 -0
  868. package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +6 -0
  869. package/types/net/ccbluex/liquidbounce/mcef/cef/MacAcceleratedPaintBackend.d.ts +20 -0
  870. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +7 -2
  871. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RetryablePartDownloadException.d.ts +6 -0
  872. package/types/net/ccbluex/liquidbounce/render/gui/element/PoseReusableGuiElementRenderState.d.ts +9 -0
  873. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +2 -0
  874. package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +3 -0
  875. package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +3 -0
  876. package/types/net/ccbluex/liquidbounce/utils/inventory/ArmorItemSlot.d.ts +2 -0
  877. package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +2 -0
  878. package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +6 -0
  879. package/types/net/fabricmc/fabric/api/client/datagen/v1/provider/FabricSoundsProvider.d.ts +1 -0
  880. package/types/net/fabricmc/fabric/api/client/gametest/v1/context/TestDedicatedServerContext.d.ts +1 -0
  881. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel$Unbaked.d.ts +5 -0
  882. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel.d.ts +3 -0
  883. package/types/net/fabricmc/fabric/api/client/model/loading/v1/CustomUnbakedBlockStateModel.d.ts +5 -0
  884. package/types/net/fabricmc/fabric/api/client/model/loading/v1/UnbakedExtraModel.d.ts +2 -0
  885. package/types/net/fabricmc/fabric/api/client/particle/v1/FabricSpriteSet.d.ts +4 -0
  886. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/Mesh.d.ts +3 -0
  887. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableMesh.d.ts +2 -0
  888. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.d.ts +34 -0
  889. package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/QuadEmitter.d.ts +34 -0
  890. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Background.d.ts +6 -0
  891. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Frame.d.ts +6 -0
  892. package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Icon.d.ts +6 -0
  893. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionContext.d.ts +6 -0
  894. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +8 -0
  895. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelTerrainRenderContext.d.ts +6 -0
  896. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricCodecDataProvider.d.ts +1 -0
  897. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider.d.ts +1 -0
  898. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLootTableSubProvider.d.ts +1 -0
  899. package/types/net/fabricmc/fabric/api/menu/v1/ExtendedMenuProvider.d.ts +2 -0
  900. package/types/net/fabricmc/fabric/api/networking/v1/LoginPacketSender.d.ts +2 -0
  901. package/types/net/fabricmc/fabric/api/permission/v1/MutablePermissionContext.d.ts +6 -0
  902. package/types/net/fabricmc/fabric/api/resource/ModResourcePack.d.ts +7 -1
  903. package/types/net/fabricmc/fabric/api/resource/SimpleResourceReloadListener.d.ts +1 -0
  904. package/types/net/fabricmc/fabric/api/resource/SimpleSynchronousResourceReloadListener.d.ts +3 -0
  905. package/types/net/fabricmc/fabric/api/resource/v1/DataResourceLoader.d.ts +1 -0
  906. package/types/net/fabricmc/fabric/api/resource/v1/pack/ModPackResources.d.ts +7 -1
  907. package/types/net/fabricmc/fabric/api/transfer/v1/transaction/Transaction.d.ts +9 -1
  908. package/types/net/fabricmc/fabric/impl/datagen/client/FabricItemAssetDefinitions.d.ts +2 -0
  909. package/types/net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient.d.ts +2 -0
  910. package/types/net/fabricmc/loader/FabricLoader.d.ts +12 -0
  911. package/types/net/fabricmc/loader/ModContainer.d.ts +4 -0
  912. package/types/net/fabricmc/loader/api/SemanticVersion.d.ts +1 -0
  913. package/types/net/fabricmc/loader/impl/discovery/DomainObject$Mod.d.ts +1 -0
  914. package/types/net/fabricmc/loader/impl/launch/FabricLauncherBase.d.ts +8 -0
  915. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$ClassAccess.d.ts +1 -0
  916. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$FieldAccess.d.ts +1 -0
  917. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MethodAccess.d.ts +1 -0
  918. package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MutableAccess.d.ts +4 -0
  919. package/types/net/fabricmc/loader/impl/lib/mappingio/MappingWriter.d.ts +8 -0
  920. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$ClassSupport.d.ts +3 -0
  921. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$LocalSupport.d.ts +4 -0
  922. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$MemberSupport.d.ts +5 -0
  923. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ClassMapping.d.ts +8 -0
  924. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ElementMapping.d.ts +3 -0
  925. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$FieldMapping.d.ts +13 -0
  926. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MemberMapping.d.ts +9 -0
  927. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MetadataEntry.d.ts +2 -0
  928. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodArgMapping.d.ts +10 -0
  929. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodMapping.d.ts +13 -0
  930. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodVarMapping.d.ts +12 -0
  931. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree.d.ts +3 -0
  932. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$ClassMappingView.d.ts +5 -0
  933. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$FieldMappingView.d.ts +8 -0
  934. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MemberMappingView.d.ts +5 -0
  935. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodArgMappingView.d.ts +5 -0
  936. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodMappingView.d.ts +8 -0
  937. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodVarMappingView.d.ts +5 -0
  938. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MemoryMappingTree$Entry.d.ts +4 -0
  939. package/types/net/fabricmc/loader/impl/lib/mappingio/tree/VisitableMappingTree.d.ts +13 -0
  940. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/AbstractDataStructureFactory.d.ts +2 -0
  941. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/BinaryClause.d.ts +4 -0
  942. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/HTClause.d.ts +7 -0
  943. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/WLClause.d.ts +6 -0
  944. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ActivityListener.d.ts +1 -0
  945. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ICDCL.d.ts +29 -0
  946. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/RestartStrategy.d.ts +2 -0
  947. package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.d.ts +3 -0
  948. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/IPBSolver.d.ts +20 -0
  949. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/IWatchPb.d.ts +21 -0
  950. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/PBConstr.d.ts +21 -0
  951. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPb.d.ts +6 -0
  952. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPbLong.d.ts +3 -0
  953. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/IPBCDCLSolver.d.ts +34 -0
  954. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/PBDataStructureFactory.d.ts +11 -0
  955. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/orders/IOrderObjective.d.ts +12 -0
  956. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts +5 -0
  957. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IOptimizationProblem.d.ts +6 -0
  958. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IProblem.d.ts +1 -0
  959. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/ISolver.d.ts +6 -0
  960. package/types/net/fabricmc/loader/impl/lib/sat4j/specs/SearchListener.d.ts +1 -0
  961. package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrField.d.ts +8 -0
  962. package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrMethod.d.ts +8 -0
  963. package/types/net/fabricmc/loader/impl/metadata/AbstractModMetadata.d.ts +10 -0
  964. package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl.d.ts +2 -0
  965. package/types/net/fabricmc/loader/impl/metadata/LoaderModMetadata.d.ts +13 -0
  966. package/types/net/fabricmc/loader/metadata/LoaderModMetadata.d.ts +14 -0
  967. package/types/net/irisshaders/iris/gl/uniform/DynamicLocationalUniformHolder.d.ts +6 -0
  968. package/types/net/irisshaders/iris/gl/uniform/DynamicUniformHolder.d.ts +5 -0
  969. package/types/net/irisshaders/iris/gl/uniform/LocationalUniformHolder.d.ts +1 -0
  970. package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +51 -0
  971. package/types/net/irisshaders/iris/vertices/views/QuadView.d.ts +5 -0
  972. package/types/net/irisshaders/iris/vertices/views/TriView.d.ts +5 -0
  973. package/types/net/minecraft/client/KeyMapping.d.ts +2 -0
  974. package/types/net/minecraft/client/Minecraft.d.ts +2 -0
  975. package/types/net/minecraft/client/MouseHandler.d.ts +2 -0
  976. package/types/net/minecraft/client/Options.d.ts +1 -0
  977. package/types/net/minecraft/client/gui/Gui.d.ts +5 -0
  978. package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +1 -0
  979. package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +5 -0
  980. package/types/net/minecraft/client/gui/font/PlainTextRenderable.d.ts +9 -0
  981. package/types/net/minecraft/client/gui/font/TextRenderable$Styled.d.ts +16 -0
  982. package/types/net/minecraft/client/gui/layouts/Layout.d.ts +6 -0
  983. package/types/net/minecraft/client/gui/narration/NarratableEntry.d.ts +2 -0
  984. package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +2 -0
  985. package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +1 -0
  986. package/types/net/minecraft/client/gui/screens/ConnectScreen.d.ts +1 -0
  987. package/types/net/minecraft/client/gui/screens/Overlay.d.ts +2 -0
  988. package/types/net/minecraft/client/gui/screens/Screen.d.ts +1 -0
  989. package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +1 -0
  990. package/types/net/minecraft/client/gui/screens/advancements/AdvancementWidget.d.ts +1 -0
  991. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconScreenButton.d.ts +1 -0
  992. package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +3 -0
  993. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +2 -0
  994. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen.d.ts +3 -0
  995. package/types/net/minecraft/client/multiplayer/ClientAdvancements$Listener.d.ts +5 -0
  996. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +1 -0
  997. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl.d.ts +6 -0
  998. package/types/net/minecraft/client/multiplayer/ClientConfigurationPacketListenerImpl.d.ts +1 -0
  999. package/types/net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl.d.ts +1 -0
  1000. package/types/net/minecraft/client/multiplayer/chat/LoggedChatMessage.d.ts +2 -0
  1001. package/types/net/minecraft/client/renderer/CloudRenderer.d.ts +1 -0
  1002. package/types/net/minecraft/client/renderer/EndFlashState.d.ts +2 -0
  1003. package/types/net/minecraft/client/renderer/GameRenderer.d.ts +6 -0
  1004. package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +7 -0
  1005. package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +24 -1
  1006. package/types/net/minecraft/client/renderer/block/BlockAndTintGetter.d.ts +10 -0
  1007. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$Unbaked.d.ts +2 -0
  1008. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$UnbakedRoot.d.ts +2 -0
  1009. package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModelPart$Unbaked.d.ts +2 -0
  1010. package/types/net/minecraft/client/renderer/culling/Frustum.d.ts +1 -0
  1011. package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +1 -0
  1012. package/types/net/minecraft/client/renderer/item/ItemModel$Unbaked.d.ts +2 -0
  1013. package/types/net/minecraft/client/renderer/item/properties/conditional/ConditionalItemModelProperty.d.ts +5 -0
  1014. package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +1 -0
  1015. package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +2 -0
  1016. package/types/net/minecraft/client/renderer/state/gui/GuiElementRenderState.d.ts +1 -0
  1017. package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +1 -0
  1018. package/types/net/minecraft/client/renderer/texture/ReloadableTexture.d.ts +1 -0
  1019. package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +5 -0
  1020. package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +2 -0
  1021. package/types/net/minecraft/client/renderer/texture/SpriteContents.d.ts +1 -0
  1022. package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +5 -0
  1023. package/types/net/minecraft/client/renderer/texture/TextureAtlasSprite.d.ts +1 -0
  1024. package/types/net/minecraft/client/renderer/texture/atlas/SpriteSource$DiscardableLoader.d.ts +6 -1
  1025. package/types/net/minecraft/client/resources/model/ResolvedModel.d.ts +1 -0
  1026. package/types/net/minecraft/client/resources/sounds/AbstractTickableSoundInstance.d.ts +1 -0
  1027. package/types/net/minecraft/client/resources/sounds/TickableSoundInstance.d.ts +19 -0
  1028. package/types/net/minecraft/client/sounds/AudioStream.d.ts +1 -0
  1029. package/types/net/minecraft/client/sounds/FiniteAudioStream.d.ts +4 -0
  1030. package/types/net/minecraft/client/sounds/FloatSampleSource.d.ts +3 -0
  1031. package/types/net/minecraft/commands/ExecutionCommandSource.d.ts +2 -0
  1032. package/types/net/minecraft/commands/SharedSuggestionProvider.d.ts +2 -0
  1033. package/types/net/minecraft/core/ClientAsset$Texture.d.ts +1 -0
  1034. package/types/net/minecraft/data/loot/BlockLootSubProvider.d.ts +1 -0
  1035. package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +1 -0
  1036. package/types/net/minecraft/data/recipes/RecipeProvider$Runner.d.ts +1 -0
  1037. package/types/net/minecraft/nbt/NumericTag.d.ts +9 -0
  1038. package/types/net/minecraft/nbt/PrimitiveTag.d.ts +8 -0
  1039. package/types/net/minecraft/network/ClientboundPacketListener.d.ts +4 -0
  1040. package/types/net/minecraft/network/ServerboundPacketListener.d.ts +4 -0
  1041. package/types/net/minecraft/network/TickablePacketListener.d.ts +6 -0
  1042. package/types/net/minecraft/network/protocol/SimpleUnboundProtocol.d.ts +2 -0
  1043. package/types/net/minecraft/network/protocol/UnboundProtocol.d.ts +2 -0
  1044. package/types/net/minecraft/network/protocol/common/ClientCommonPacketListener.d.ts +7 -0
  1045. package/types/net/minecraft/network/protocol/common/ServerCommonPacketListener.d.ts +7 -0
  1046. package/types/net/minecraft/network/protocol/configuration/ClientConfigurationPacketListener.d.ts +31 -0
  1047. package/types/net/minecraft/network/protocol/configuration/ServerConfigurationPacketListener.d.ts +17 -0
  1048. package/types/net/minecraft/network/protocol/cookie/ClientCookiePacketListener.d.ts +5 -0
  1049. package/types/net/minecraft/network/protocol/cookie/ServerCookiePacketListener.d.ts +5 -0
  1050. package/types/net/minecraft/network/protocol/game/ClientGamePacketListener.d.ts +33 -0
  1051. package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +19 -0
  1052. package/types/net/minecraft/network/protocol/game/ServerPacketListener.d.ts +5 -0
  1053. package/types/net/minecraft/network/protocol/handshake/ServerHandshakePacketListener.d.ts +3 -0
  1054. package/types/net/minecraft/network/protocol/login/ClientLoginPacketListener.d.ts +5 -0
  1055. package/types/net/minecraft/network/protocol/login/ServerLoginPacketListener.d.ts +5 -0
  1056. package/types/net/minecraft/network/protocol/ping/ClientPongPacketListener.d.ts +6 -0
  1057. package/types/net/minecraft/network/protocol/ping/ServerPingPacketListener.d.ts +6 -0
  1058. package/types/net/minecraft/network/protocol/status/ClientStatusPacketListener.d.ts +5 -0
  1059. package/types/net/minecraft/network/protocol/status/ServerStatusPacketListener.d.ts +5 -0
  1060. package/types/net/minecraft/resources/FileToIdConverter.d.ts +2 -0
  1061. package/types/net/minecraft/resources/RegistryOps.d.ts +1 -0
  1062. package/types/net/minecraft/server/MinecraftServer.d.ts +1 -0
  1063. package/types/net/minecraft/server/ServerInterface.d.ts +4 -0
  1064. package/types/net/minecraft/server/dialog/ButtonListDialog.d.ts +2 -0
  1065. package/types/net/minecraft/server/dialog/SimpleDialog.d.ts +2 -0
  1066. package/types/net/minecraft/server/level/GenerationChunkHolder.d.ts +1 -0
  1067. package/types/net/minecraft/server/network/ServerCommonPacketListenerImpl.d.ts +7 -0
  1068. package/types/net/minecraft/server/network/ServerLoginPacketListenerImpl.d.ts +2 -0
  1069. package/types/net/minecraft/server/packs/AbstractPackResources.d.ts +4 -0
  1070. package/types/net/minecraft/server/packs/resources/ResourceManager$Empty.d.ts +5 -0
  1071. package/types/net/minecraft/server/rcon/thread/GenericThread.d.ts +1 -0
  1072. package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
  1073. package/types/net/minecraft/tags/TagEntry.d.ts +2 -0
  1074. package/types/net/minecraft/util/DummyFileAttributes.d.ts +2 -0
  1075. package/types/net/minecraft/util/TimeSource$NanoTimeSource.d.ts +1 -0
  1076. package/types/net/minecraft/util/eventlog/JsonEventLogReader.d.ts +1 -0
  1077. package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +7 -0
  1078. package/types/net/minecraft/util/valueproviders/FloatProvider.d.ts +2 -0
  1079. package/types/net/minecraft/world/entity/Entity.d.ts +2 -0
  1080. package/types/net/minecraft/world/entity/EntityFluidInteraction$Tracker.d.ts +8 -0
  1081. package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +1 -0
  1082. package/types/net/minecraft/world/entity/LivingEntity.d.ts +2 -0
  1083. package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +3 -0
  1084. package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +1 -0
  1085. package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +1 -0
  1086. package/types/net/minecraft/world/entity/monster/CrossbowAttackMob.d.ts +1 -0
  1087. package/types/net/minecraft/world/inventory/SlotRange.d.ts +1 -0
  1088. package/types/net/minecraft/world/item/BucketItem.d.ts +1 -0
  1089. package/types/net/minecraft/world/item/CreativeModeTab.d.ts +2 -0
  1090. package/types/net/minecraft/world/item/crafting/SimpleSmithingRecipe.d.ts +2 -0
  1091. package/types/net/minecraft/world/item/enchantment/Enchantment$Builder.d.ts +2 -0
  1092. package/types/net/minecraft/world/level/BlockAndLightGetter.d.ts +6 -0
  1093. package/types/net/minecraft/world/level/BlockGetter.d.ts +2 -0
  1094. package/types/net/minecraft/world/level/ClipContext.d.ts +1 -0
  1095. package/types/net/minecraft/world/level/CollisionGetter.d.ts +6 -0
  1096. package/types/net/minecraft/world/level/CommonLevelAccessor.d.ts +27 -0
  1097. package/types/net/minecraft/world/level/EmptyBlockGetter.d.ts +13 -0
  1098. package/types/net/minecraft/world/level/Level.d.ts +9 -0
  1099. package/types/net/minecraft/world/level/LevelAccessor.d.ts +28 -0
  1100. package/types/net/minecraft/world/level/LevelReader.d.ts +9 -0
  1101. package/types/net/minecraft/world/level/LevelSimulatedRW.d.ts +5 -0
  1102. package/types/net/minecraft/world/level/ServerLevelAccessor.d.ts +43 -0
  1103. package/types/net/minecraft/world/level/SignalGetter.d.ts +6 -0
  1104. package/types/net/minecraft/world/level/WorldGenLevel.d.ts +50 -0
  1105. package/types/net/minecraft/world/level/block/BaseEntityBlock.d.ts +1 -0
  1106. package/types/net/minecraft/world/level/block/SkullBlock$Type.d.ts +1 -0
  1107. package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +1 -0
  1108. package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +4 -0
  1109. package/types/net/minecraft/world/level/chunk/ChunkSource.d.ts +2 -0
  1110. package/types/net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper.d.ts +2 -0
  1111. package/types/net/minecraft/world/level/chunk/LightChunk.d.ts +6 -0
  1112. package/types/net/minecraft/world/level/chunk/Strategy.d.ts +1 -0
  1113. package/types/net/minecraft/world/level/chunk/UpgradeData$BlockFixers.d.ts +4 -0
  1114. package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +2 -0
  1115. package/types/net/minecraft/world/level/entity/EntityAccess.d.ts +3 -0
  1116. package/types/net/minecraft/world/level/levelgen/BitRandomSource.d.ts +5 -0
  1117. package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +4 -0
  1118. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +10 -0
  1119. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +4 -0
  1120. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +8 -0
  1121. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +8 -0
  1122. package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +4 -0
  1123. package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +4 -0
  1124. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +4 -0
  1125. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +4 -0
  1126. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +6 -0
  1127. package/types/net/minecraft/world/level/levelgen/Heightmap.d.ts +1 -0
  1128. package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +4 -0
  1129. package/types/net/minecraft/world/level/lighting/LayerLightEventListener.d.ts +6 -0
  1130. package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -0
  1131. package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +8 -0
  1132. package/types/net/minecraft/world/level/storage/WritableLevelData.d.ts +6 -0
  1133. package/types/net/minecraft/world/level/storage/loot/LootPool.d.ts +2 -0
  1134. package/types/net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$Builder.d.ts +2 -0
  1135. package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +1 -0
  1136. package/types/net/minecraft/world/waypoints/WaypointTransmitter$BlockConnection.d.ts +3 -0
  1137. package/types/net/minecraft/world/waypoints/WaypointTransmitter$ChunkConnection.d.ts +3 -0
  1138. package/types/net/raphimc/viabedrock/api/chunk/section/BedrockChunkSection.d.ts +2 -0
  1139. package/types/net/raphimc/viabedrock/platform/ViaBedrockConfig.d.ts +3 -0
  1140. package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +2 -0
  1141. package/types/net/raphimc/viabedrock/protocol/ServerboundBedrockPackets.d.ts +2 -0
  1142. package/types/net/raphimc/vialegacy/platform/ViaLegacyConfig.d.ts +3 -0
  1143. package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.d.ts +2 -0
  1144. package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.d.ts +2 -0
  1145. 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
  1146. 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
  1147. 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
  1148. 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
  1149. 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
  1150. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.d.ts +2 -0
  1151. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.d.ts +2 -0
  1152. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.d.ts +2 -0
  1153. package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.d.ts +2 -0
  1154. 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
  1155. 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
  1156. 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
  1157. package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.d.ts +2 -0
  1158. package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.d.ts +2 -0
  1159. package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.d.ts +2 -0
  1160. package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.d.ts +2 -0
  1161. package/types/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.d.ts +2 -0
  1162. package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.d.ts +2 -0
  1163. package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.d.ts +2 -0
  1164. package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.d.ts +2 -0
  1165. package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.d.ts +2 -0
  1166. package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.d.ts +2 -0
  1167. package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.d.ts +2 -0
  1168. package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.d.ts +2 -0
  1169. package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.d.ts +2 -0
  1170. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.d.ts +2 -0
  1171. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.d.ts +2 -0
  1172. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.d.ts +2 -0
  1173. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.d.ts +2 -0
  1174. package/types/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.d.ts +2 -0
  1175. package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.d.ts +2 -0
  1176. package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.d.ts +2 -0
  1177. package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.d.ts +2 -0
  1178. package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.d.ts +2 -0
  1179. package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.d.ts +2 -0
  1180. package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.d.ts +2 -0
  1181. package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.d.ts +2 -0
  1182. package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.d.ts +2 -0
  1183. package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.d.ts +2 -0
  1184. package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.d.ts +2 -0
  1185. package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.d.ts +2 -0
  1186. package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.d.ts +2 -0
  1187. package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.d.ts +2 -0
  1188. package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.d.ts +2 -0
  1189. package/types/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.d.ts +2 -0
  1190. package/types/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.d.ts +2 -0
  1191. package/types/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.d.ts +2 -0
  1192. package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.d.ts +2 -0
  1193. package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.d.ts +2 -0
  1194. package/types/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.d.ts +2 -0
  1195. package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.d.ts +2 -0
  1196. package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.d.ts +2 -0
  1197. package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.d.ts +2 -0
  1198. package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.d.ts +2 -0
  1199. package/types/okhttp3/internal/connection/BufferedSocket.d.ts +1 -0
  1200. package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +1 -0
  1201. package/types/okio/BufferedSink.d.ts +4 -0
  1202. package/types/okio/BufferedSource.d.ts +5 -0
  1203. package/types/org/ahocorasick/trie/handler/AbstractStatefulEmitHandler.d.ts +1 -0
  1204. package/types/org/ahocorasick/trie/handler/StatefulEmitHandler.d.ts +1 -0
  1205. package/types/org/antlr/v4/runtime/CharStream.d.ts +8 -0
  1206. package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +3 -0
  1207. package/types/org/antlr/v4/runtime/TokenStream.d.ts +8 -0
  1208. package/types/org/antlr/v4/runtime/WritableToken.d.ts +12 -0
  1209. package/types/org/antlr/v4/runtime/tree/ErrorNode.d.ts +18 -0
  1210. package/types/org/antlr/v4/runtime/tree/ParseTree.d.ts +5 -0
  1211. package/types/org/antlr/v4/runtime/tree/RuleNode.d.ts +14 -0
  1212. package/types/org/antlr/v4/runtime/tree/SyntaxTree.d.ts +5 -0
  1213. package/types/org/antlr/v4/runtime/tree/TerminalNode.d.ts +15 -0
  1214. package/types/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.d.ts +1 -0
  1215. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +5 -0
  1216. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +4 -0
  1217. package/types/org/apache/commons/compress/parallel/ScatterGatherBackingStore.d.ts +1 -0
  1218. package/types/org/apache/commons/io/input/Tailer$RandomAccessResourceBridge.d.ts +1 -0
  1219. package/types/org/apache/commons/lang3/time/FastDatePrinter$NumberRule.d.ts +1 -0
  1220. package/types/org/apache/logging/log4j/core/Appender.d.ts +7 -0
  1221. package/types/org/apache/logging/log4j/core/Filter.d.ts +7 -0
  1222. package/types/org/apache/logging/log4j/core/LifeCycle2.d.ts +7 -0
  1223. package/types/org/apache/logging/log4j/core/appender/AbstractAppender.d.ts +1 -0
  1224. package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractConnectionSource.d.ts +2 -0
  1225. package/types/org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.d.ts +7 -0
  1226. package/types/org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.d.ts +2 -0
  1227. package/types/org/apache/logging/log4j/core/appender/rolling/AbstractTriggeringPolicy.d.ts +4 -0
  1228. package/types/org/apache/logging/log4j/core/appender/rolling/action/Action.d.ts +1 -0
  1229. package/types/org/apache/logging/log4j/core/config/Configuration.d.ts +12 -0
  1230. package/types/org/apache/logging/log4j/core/filter/Filterable.d.ts +7 -0
  1231. package/types/org/apache/logging/log4j/core/impl/ThreadContextDataInjector$AbstractContextDataInjector.d.ts +2 -0
  1232. package/types/org/apache/logging/log4j/core/jackson/LogEventMixIn.d.ts +4 -0
  1233. package/types/org/apache/logging/log4j/core/jackson/MarkerMixIn.d.ts +4 -0
  1234. package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializer.d.ts +2 -0
  1235. package/types/org/apache/logging/log4j/core/lookup/AbstractLookup.d.ts +1 -0
  1236. package/types/org/apache/logging/log4j/core/pattern/AbstractPatternConverter.d.ts +2 -0
  1237. package/types/org/apache/logging/log4j/core/pattern/ArrayPatternConverter.d.ts +2 -0
  1238. package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +4 -0
  1239. package/types/org/apache/logging/log4j/core/selector/NamedContextSelector.d.ts +1 -0
  1240. package/types/org/apache/logging/log4j/core/time/Instant.d.ts +2 -0
  1241. package/types/org/apache/logging/log4j/core/time/PreciseClock.d.ts +1 -0
  1242. package/types/org/apache/logging/log4j/core/util/Cancellable.d.ts +1 -0
  1243. package/types/org/apache/logging/log4j/core/util/datetime/FastDatePrinter$NumberRule.d.ts +1 -0
  1244. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$AbstractFormatter.d.ts +3 -0
  1245. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter.d.ts +4 -0
  1246. package/types/org/apache/logging/log4j/message/EntryMessage.d.ts +6 -0
  1247. package/types/org/apache/logging/log4j/message/ExitMessage.d.ts +6 -0
  1248. package/types/org/apache/logging/log4j/message/FlowMessage.d.ts +3 -0
  1249. package/types/org/apache/logging/log4j/message/MultiformatMessage.d.ts +3 -0
  1250. package/types/org/apache/logging/log4j/message/ReusableMessage.d.ts +5 -0
  1251. package/types/org/apache/logging/log4j/spi/AbstractLogger.d.ts +16 -0
  1252. package/types/org/apache/logging/log4j/spi/CleanableThreadContextMap.d.ts +8 -0
  1253. package/types/org/apache/logging/log4j/spi/ExtendedLogger.d.ts +307 -0
  1254. package/types/org/apache/logging/log4j/spi/LoggerAdapter.d.ts +1 -0
  1255. package/types/org/apache/logging/log4j/spi/ObjectThreadContextMap.d.ts +8 -0
  1256. package/types/org/apache/logging/log4j/spi/ThreadContextMap2.d.ts +6 -0
  1257. package/types/org/apache/logging/log4j/status/StatusListener.d.ts +1 -0
  1258. package/types/org/apache/logging/log4j/util/IndexedReadOnlyStringMap.d.ts +3 -0
  1259. package/types/org/apache/logging/log4j/util/IndexedStringMap.d.ts +12 -0
  1260. package/types/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.d.ts +4 -0
  1261. package/types/org/apache/logging/log4j/util/StringMap.d.ts +3 -0
  1262. package/types/org/apache/tika/concurrent/ConfigurableThreadPoolExecutor.d.ts +8 -1
  1263. package/types/org/apache/tika/extractor/AbstractEmbeddedDocumentBytesHandler.d.ts +1 -0
  1264. package/types/org/apache/tika/extractor/EmbeddedDocumentByteStoreExtractorFactory.d.ts +4 -0
  1265. package/types/org/apache/tika/extractor/EmbeddedDocumentBytesHandler.d.ts +1 -0
  1266. package/types/org/apache/tika/parser/AbstractEncodingDetectorParser.d.ts +4 -0
  1267. package/types/org/apache/tika/parser/AbstractExternalProcessParser.d.ts +5 -0
  1268. package/types/org/apache/tika/parser/AbstractParser.d.ts +2 -0
  1269. package/types/org/apache/tika/pipes/emitter/StreamEmitter.d.ts +1 -0
  1270. package/types/org/apache/tika/pipes/fetcher/AbstractFetcher.d.ts +4 -0
  1271. package/types/org/apache/tika/pipes/fetcher/RangeFetcher.d.ts +2 -0
  1272. package/types/org/cef/browser/CefBrowser_N.d.ts +1 -0
  1273. package/types/org/cef/callback/CefURLRequestClient.d.ts +2 -0
  1274. package/types/org/cef/handler/CefMacOsIOSurface.d.ts +5 -0
  1275. package/types/org/cef/handler/CefMessageRouterHandler.d.ts +2 -0
  1276. package/types/org/cef/handler/CefPrintHandler.d.ts +2 -0
  1277. package/types/org/cloudburstmc/netty/channel/raknet/RakChannel.d.ts +13 -0
  1278. package/types/org/cloudburstmc/netty/channel/raknet/config/RakChannelConfig.d.ts +25 -0
  1279. package/types/org/cloudburstmc/netty/channel/raknet/config/RakServerChannelConfig.d.ts +25 -0
  1280. package/types/org/graalvm/jniutils/JNI$AttachCurrentThread.d.ts +6 -0
  1281. package/types/org/graalvm/jniutils/JNI$AttachCurrentThreadAsDaemon.d.ts +6 -0
  1282. package/types/org/graalvm/jniutils/JNI$CallBooleanMethodA.d.ts +6 -0
  1283. package/types/org/graalvm/jniutils/JNI$CallByteMethodA.d.ts +6 -0
  1284. package/types/org/graalvm/jniutils/JNI$CallCharMethodA.d.ts +6 -0
  1285. package/types/org/graalvm/jniutils/JNI$CallDoubleMethodA.d.ts +6 -0
  1286. package/types/org/graalvm/jniutils/JNI$CallFloatMethodA.d.ts +6 -0
  1287. package/types/org/graalvm/jniutils/JNI$CallIntMethodA.d.ts +6 -0
  1288. package/types/org/graalvm/jniutils/JNI$CallLongMethodA.d.ts +6 -0
  1289. package/types/org/graalvm/jniutils/JNI$CallObjectMethodA.d.ts +6 -0
  1290. package/types/org/graalvm/jniutils/JNI$CallShortMethodA.d.ts +6 -0
  1291. package/types/org/graalvm/jniutils/JNI$CallStaticBooleanMethodA.d.ts +6 -0
  1292. package/types/org/graalvm/jniutils/JNI$CallStaticIntMethodA.d.ts +6 -0
  1293. package/types/org/graalvm/jniutils/JNI$CallStaticLongMethodA.d.ts +6 -0
  1294. package/types/org/graalvm/jniutils/JNI$CallStaticObjectMethodA.d.ts +6 -0
  1295. package/types/org/graalvm/jniutils/JNI$CallStaticVoidMethodA.d.ts +6 -0
  1296. package/types/org/graalvm/jniutils/JNI$CallVoidMethodA.d.ts +6 -0
  1297. package/types/org/graalvm/jniutils/JNI$DefineClass.d.ts +6 -0
  1298. package/types/org/graalvm/jniutils/JNI$DeleteGlobalRef.d.ts +6 -0
  1299. package/types/org/graalvm/jniutils/JNI$DeleteLocalRef.d.ts +6 -0
  1300. package/types/org/graalvm/jniutils/JNI$DeleteWeakGlobalRef.d.ts +6 -0
  1301. package/types/org/graalvm/jniutils/JNI$DetachCurrentThread.d.ts +6 -0
  1302. package/types/org/graalvm/jniutils/JNI$ExceptionCheck.d.ts +6 -0
  1303. package/types/org/graalvm/jniutils/JNI$ExceptionClear.d.ts +6 -0
  1304. package/types/org/graalvm/jniutils/JNI$ExceptionDescribe.d.ts +6 -0
  1305. package/types/org/graalvm/jniutils/JNI$ExceptionOccurred.d.ts +6 -0
  1306. package/types/org/graalvm/jniutils/JNI$FindClass.d.ts +6 -0
  1307. package/types/org/graalvm/jniutils/JNI$GetArrayLength.d.ts +6 -0
  1308. package/types/org/graalvm/jniutils/JNI$GetBooleanArrayElements.d.ts +6 -0
  1309. package/types/org/graalvm/jniutils/JNI$GetBooleanArrayRegion.d.ts +6 -0
  1310. package/types/org/graalvm/jniutils/JNI$GetByteArrayElements.d.ts +6 -0
  1311. package/types/org/graalvm/jniutils/JNI$GetByteArrayRegion.d.ts +6 -0
  1312. package/types/org/graalvm/jniutils/JNI$GetCharArrayElements.d.ts +6 -0
  1313. package/types/org/graalvm/jniutils/JNI$GetCharArrayRegion.d.ts +6 -0
  1314. package/types/org/graalvm/jniutils/JNI$GetDirectBufferAddress.d.ts +6 -0
  1315. package/types/org/graalvm/jniutils/JNI$GetDoubleArrayElements.d.ts +6 -0
  1316. package/types/org/graalvm/jniutils/JNI$GetDoubleArrayRegion.d.ts +6 -0
  1317. package/types/org/graalvm/jniutils/JNI$GetEnv.d.ts +6 -0
  1318. package/types/org/graalvm/jniutils/JNI$GetFieldID.d.ts +6 -0
  1319. package/types/org/graalvm/jniutils/JNI$GetFloatArrayElements.d.ts +6 -0
  1320. package/types/org/graalvm/jniutils/JNI$GetFloatArrayRegion.d.ts +6 -0
  1321. package/types/org/graalvm/jniutils/JNI$GetIntArrayElements.d.ts +6 -0
  1322. package/types/org/graalvm/jniutils/JNI$GetIntArrayRegion.d.ts +6 -0
  1323. package/types/org/graalvm/jniutils/JNI$GetIntField.d.ts +6 -0
  1324. package/types/org/graalvm/jniutils/JNI$GetJavaVM.d.ts +6 -0
  1325. package/types/org/graalvm/jniutils/JNI$GetLongArrayElements.d.ts +6 -0
  1326. package/types/org/graalvm/jniutils/JNI$GetLongArrayRegion.d.ts +6 -0
  1327. package/types/org/graalvm/jniutils/JNI$GetMethodID.d.ts +6 -0
  1328. package/types/org/graalvm/jniutils/JNI$GetObjectArrayElement.d.ts +6 -0
  1329. package/types/org/graalvm/jniutils/JNI$GetObjectClass.d.ts +6 -0
  1330. package/types/org/graalvm/jniutils/JNI$GetObjectRefType.d.ts +6 -0
  1331. package/types/org/graalvm/jniutils/JNI$GetShortArrayElements.d.ts +6 -0
  1332. package/types/org/graalvm/jniutils/JNI$GetShortArrayRegion.d.ts +6 -0
  1333. package/types/org/graalvm/jniutils/JNI$GetStaticBooleanField.d.ts +6 -0
  1334. package/types/org/graalvm/jniutils/JNI$GetStaticFieldID.d.ts +6 -0
  1335. package/types/org/graalvm/jniutils/JNI$GetStaticMethodID.d.ts +6 -0
  1336. package/types/org/graalvm/jniutils/JNI$GetStaticObjectField.d.ts +6 -0
  1337. package/types/org/graalvm/jniutils/JNI$GetStringChars.d.ts +6 -0
  1338. package/types/org/graalvm/jniutils/JNI$GetStringLength.d.ts +6 -0
  1339. package/types/org/graalvm/jniutils/JNI$GetStringUTFChars.d.ts +6 -0
  1340. package/types/org/graalvm/jniutils/JNI$GetStringUTFLength.d.ts +6 -0
  1341. package/types/org/graalvm/jniutils/JNI$IsInstanceOf.d.ts +6 -0
  1342. package/types/org/graalvm/jniutils/JNI$IsSameObject.d.ts +6 -0
  1343. package/types/org/graalvm/jniutils/JNI$JArray.d.ts +6 -0
  1344. package/types/org/graalvm/jniutils/JNI$JBooleanArray.d.ts +6 -0
  1345. package/types/org/graalvm/jniutils/JNI$JByteArray.d.ts +6 -0
  1346. package/types/org/graalvm/jniutils/JNI$JCharArray.d.ts +6 -0
  1347. package/types/org/graalvm/jniutils/JNI$JClass.d.ts +6 -0
  1348. package/types/org/graalvm/jniutils/JNI$JDoubleArray.d.ts +6 -0
  1349. package/types/org/graalvm/jniutils/JNI$JFieldID.d.ts +6 -0
  1350. package/types/org/graalvm/jniutils/JNI$JFloatArray.d.ts +6 -0
  1351. package/types/org/graalvm/jniutils/JNI$JIntArray.d.ts +6 -0
  1352. package/types/org/graalvm/jniutils/JNI$JLongArray.d.ts +6 -0
  1353. package/types/org/graalvm/jniutils/JNI$JMethodID.d.ts +6 -0
  1354. package/types/org/graalvm/jniutils/JNI$JNIEnv.d.ts +6 -0
  1355. package/types/org/graalvm/jniutils/JNI$JNIEnvPointer.d.ts +6 -0
  1356. package/types/org/graalvm/jniutils/JNI$JNIInvokeInterface.d.ts +6 -0
  1357. package/types/org/graalvm/jniutils/JNI$JNINativeInterface.d.ts +6 -0
  1358. package/types/org/graalvm/jniutils/JNI$JObject.d.ts +6 -0
  1359. package/types/org/graalvm/jniutils/JNI$JObjectArray.d.ts +6 -0
  1360. package/types/org/graalvm/jniutils/JNI$JShortArray.d.ts +6 -0
  1361. package/types/org/graalvm/jniutils/JNI$JString.d.ts +6 -0
  1362. package/types/org/graalvm/jniutils/JNI$JThrowable.d.ts +6 -0
  1363. package/types/org/graalvm/jniutils/JNI$JValue.d.ts +6 -0
  1364. package/types/org/graalvm/jniutils/JNI$JWeak.d.ts +6 -0
  1365. package/types/org/graalvm/jniutils/JNI$JavaVM.d.ts +6 -0
  1366. package/types/org/graalvm/jniutils/JNI$JavaVMAttachArgs.d.ts +6 -0
  1367. package/types/org/graalvm/jniutils/JNI$JavaVMPointer.d.ts +6 -0
  1368. package/types/org/graalvm/jniutils/JNI$NewBooleanArray.d.ts +6 -0
  1369. package/types/org/graalvm/jniutils/JNI$NewByteArray.d.ts +6 -0
  1370. package/types/org/graalvm/jniutils/JNI$NewCharArray.d.ts +6 -0
  1371. package/types/org/graalvm/jniutils/JNI$NewDoubleArray.d.ts +6 -0
  1372. package/types/org/graalvm/jniutils/JNI$NewFloatArray.d.ts +6 -0
  1373. package/types/org/graalvm/jniutils/JNI$NewGlobalRef.d.ts +6 -0
  1374. package/types/org/graalvm/jniutils/JNI$NewIntArray.d.ts +6 -0
  1375. package/types/org/graalvm/jniutils/JNI$NewLocalRef.d.ts +6 -0
  1376. package/types/org/graalvm/jniutils/JNI$NewLongArray.d.ts +6 -0
  1377. package/types/org/graalvm/jniutils/JNI$NewObjectA.d.ts +6 -0
  1378. package/types/org/graalvm/jniutils/JNI$NewObjectArray.d.ts +6 -0
  1379. package/types/org/graalvm/jniutils/JNI$NewShortArray.d.ts +6 -0
  1380. package/types/org/graalvm/jniutils/JNI$NewString.d.ts +6 -0
  1381. package/types/org/graalvm/jniutils/JNI$NewStringUTF8.d.ts +6 -0
  1382. package/types/org/graalvm/jniutils/JNI$NewWeakGlobalRef.d.ts +6 -0
  1383. package/types/org/graalvm/jniutils/JNI$PopLocalFrame.d.ts +6 -0
  1384. package/types/org/graalvm/jniutils/JNI$PushLocalFrame.d.ts +6 -0
  1385. package/types/org/graalvm/jniutils/JNI$ReleaseBooleanArrayElements.d.ts +6 -0
  1386. package/types/org/graalvm/jniutils/JNI$ReleaseByteArrayElements.d.ts +6 -0
  1387. package/types/org/graalvm/jniutils/JNI$ReleaseCharArrayElements.d.ts +6 -0
  1388. package/types/org/graalvm/jniutils/JNI$ReleaseDoubleArrayElements.d.ts +6 -0
  1389. package/types/org/graalvm/jniutils/JNI$ReleaseFloatArrayElements.d.ts +6 -0
  1390. package/types/org/graalvm/jniutils/JNI$ReleaseIntArrayElements.d.ts +6 -0
  1391. package/types/org/graalvm/jniutils/JNI$ReleaseLongArrayElements.d.ts +6 -0
  1392. package/types/org/graalvm/jniutils/JNI$ReleaseShortArrayElements.d.ts +6 -0
  1393. package/types/org/graalvm/jniutils/JNI$ReleaseStringChars.d.ts +6 -0
  1394. package/types/org/graalvm/jniutils/JNI$ReleaseStringUTFChars.d.ts +6 -0
  1395. package/types/org/graalvm/jniutils/JNI$SetBooleanArrayRegion.d.ts +6 -0
  1396. package/types/org/graalvm/jniutils/JNI$SetByteArrayRegion.d.ts +6 -0
  1397. package/types/org/graalvm/jniutils/JNI$SetCharArrayRegion.d.ts +6 -0
  1398. package/types/org/graalvm/jniutils/JNI$SetDoubleArrayRegion.d.ts +6 -0
  1399. package/types/org/graalvm/jniutils/JNI$SetFloatArrayRegion.d.ts +6 -0
  1400. package/types/org/graalvm/jniutils/JNI$SetIntArrayRegion.d.ts +6 -0
  1401. package/types/org/graalvm/jniutils/JNI$SetLongArrayRegion.d.ts +6 -0
  1402. package/types/org/graalvm/jniutils/JNI$SetObjectArrayElement.d.ts +6 -0
  1403. package/types/org/graalvm/jniutils/JNI$SetShortArrayRegion.d.ts +6 -0
  1404. package/types/org/graalvm/jniutils/JNI$SetStaticBooleanField.d.ts +6 -0
  1405. package/types/org/graalvm/jniutils/JNI$Throw.d.ts +6 -0
  1406. package/types/org/graalvm/nativeimage/Isolate.d.ts +6 -0
  1407. package/types/org/graalvm/nativeimage/IsolateThread.d.ts +6 -0
  1408. package/types/org/graalvm/nativeimage/ObjectHandle.d.ts +3 -0
  1409. package/types/org/graalvm/nativeimage/c/function/CFunctionPointer.d.ts +6 -0
  1410. package/types/org/graalvm/nativeimage/c/function/CodePointer.d.ts +6 -0
  1411. package/types/org/graalvm/nativeimage/c/function/RelocatedPointer.d.ts +3 -0
  1412. package/types/org/graalvm/nativeimage/c/type/CCharPointer.d.ts +6 -0
  1413. package/types/org/graalvm/nativeimage/c/type/CCharPointerPointer.d.ts +6 -0
  1414. package/types/org/graalvm/nativeimage/c/type/CDoublePointer.d.ts +6 -0
  1415. package/types/org/graalvm/nativeimage/c/type/CFloatPointer.d.ts +6 -0
  1416. package/types/org/graalvm/nativeimage/c/type/CIntPointer.d.ts +6 -0
  1417. package/types/org/graalvm/nativeimage/c/type/CIntPointerPointer.d.ts +6 -0
  1418. package/types/org/graalvm/nativeimage/c/type/CLongPointer.d.ts +6 -0
  1419. package/types/org/graalvm/nativeimage/c/type/CShortPointer.d.ts +6 -0
  1420. package/types/org/graalvm/nativeimage/c/type/VoidPointer.d.ts +6 -0
  1421. package/types/org/graalvm/nativeimage/c/type/WordPointer.d.ts +6 -0
  1422. package/types/org/graalvm/nativeimage/hosted/Feature$AfterAnalysisAccess.d.ts +6 -0
  1423. package/types/org/graalvm/nativeimage/hosted/Feature$AfterCompilationAccess.d.ts +5 -0
  1424. package/types/org/graalvm/nativeimage/hosted/Feature$AfterHeapLayoutAccess.d.ts +2 -0
  1425. package/types/org/graalvm/nativeimage/hosted/Feature$AfterImageWriteAccess.d.ts +2 -0
  1426. package/types/org/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess.d.ts +2 -0
  1427. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess.d.ts +2 -0
  1428. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess.d.ts +5 -0
  1429. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeHeapLayoutAccess.d.ts +5 -0
  1430. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeImageWriteAccess.d.ts +2 -0
  1431. package/types/org/graalvm/nativeimage/hosted/Feature$BeforeUniverseBuildingAccess.d.ts +2 -0
  1432. package/types/org/graalvm/nativeimage/hosted/Feature$CompilationAccess.d.ts +2 -0
  1433. package/types/org/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess.d.ts +10 -0
  1434. package/types/org/graalvm/nativeimage/hosted/Feature$DuringSetupAccess.d.ts +2 -0
  1435. package/types/org/graalvm/nativeimage/hosted/Feature$IsInConfigurationAccess.d.ts +2 -0
  1436. package/types/org/graalvm/nativeimage/hosted/Feature$OnAnalysisExitAccess.d.ts +2 -0
  1437. package/types/org/graalvm/nativeimage/hosted/Feature$QueryReachabilityAccess.d.ts +2 -0
  1438. package/types/org/graalvm/nativeimage/impl/RuntimeJNIAccessSupport.d.ts +1 -0
  1439. package/types/org/graalvm/nativeimage/impl/RuntimeReflectionSupport.d.ts +1 -0
  1440. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
  1441. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
  1442. package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
  1443. package/types/org/graalvm/shadowed/com/ibm/icu/text/FormattedValue.d.ts +2 -0
  1444. package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
  1445. package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
  1446. package/types/org/graalvm/shadowed/org/tukaani/xz/FilterDecoder.d.ts +3 -0
  1447. package/types/org/graalvm/shadowed/org/tukaani/xz/FilterEncoder.d.ts +3 -0
  1448. package/types/org/graalvm/word/ComparableWord.d.ts +1 -0
  1449. package/types/org/graalvm/word/Pointer.d.ts +31 -0
  1450. package/types/org/graalvm/word/PointerBase.d.ts +3 -0
  1451. package/types/org/graalvm/word/SignedWord.d.ts +1 -0
  1452. package/types/org/graalvm/word/UnsignedWord.d.ts +1 -0
  1453. package/types/org/lwjgl/egl/EGLDebugMessageKHRCallback.d.ts +1 -0
  1454. package/types/org/lwjgl/egl/EGLGetBlobFuncANDROID.d.ts +1 -0
  1455. package/types/org/lwjgl/egl/EGLSetBlobFuncANDROID.d.ts +1 -0
  1456. package/types/org/lwjgl/glfw/GLFWAllocateCallback.d.ts +1 -0
  1457. package/types/org/lwjgl/glfw/GLFWCharCallback.d.ts +1 -0
  1458. package/types/org/lwjgl/glfw/GLFWCharModsCallback.d.ts +1 -0
  1459. package/types/org/lwjgl/glfw/GLFWCursorEnterCallback.d.ts +1 -0
  1460. package/types/org/lwjgl/glfw/GLFWCursorPosCallback.d.ts +1 -0
  1461. package/types/org/lwjgl/glfw/GLFWDeallocateCallback.d.ts +1 -0
  1462. package/types/org/lwjgl/glfw/GLFWDropCallback.d.ts +1 -0
  1463. package/types/org/lwjgl/glfw/GLFWErrorCallback.d.ts +1 -0
  1464. package/types/org/lwjgl/glfw/GLFWFramebufferSizeCallback.d.ts +1 -0
  1465. package/types/org/lwjgl/glfw/GLFWIMEStatusCallback.d.ts +1 -0
  1466. package/types/org/lwjgl/glfw/GLFWJoystickCallback.d.ts +1 -0
  1467. package/types/org/lwjgl/glfw/GLFWKeyCallback.d.ts +1 -0
  1468. package/types/org/lwjgl/glfw/GLFWMonitorCallback.d.ts +1 -0
  1469. package/types/org/lwjgl/glfw/GLFWMouseButtonCallback.d.ts +1 -0
  1470. package/types/org/lwjgl/glfw/GLFWPreeditCallback.d.ts +1 -0
  1471. package/types/org/lwjgl/glfw/GLFWPreeditCandidateCallback.d.ts +1 -0
  1472. package/types/org/lwjgl/glfw/GLFWReallocateCallback.d.ts +1 -0
  1473. package/types/org/lwjgl/glfw/GLFWScrollCallback.d.ts +1 -0
  1474. package/types/org/lwjgl/glfw/GLFWWindowCloseCallback.d.ts +1 -0
  1475. package/types/org/lwjgl/glfw/GLFWWindowContentScaleCallback.d.ts +1 -0
  1476. package/types/org/lwjgl/glfw/GLFWWindowFocusCallback.d.ts +1 -0
  1477. package/types/org/lwjgl/glfw/GLFWWindowIconifyCallback.d.ts +1 -0
  1478. package/types/org/lwjgl/glfw/GLFWWindowMaximizeCallback.d.ts +1 -0
  1479. package/types/org/lwjgl/glfw/GLFWWindowPosCallback.d.ts +1 -0
  1480. package/types/org/lwjgl/glfw/GLFWWindowRefreshCallback.d.ts +1 -0
  1481. package/types/org/lwjgl/glfw/GLFWWindowSizeCallback.d.ts +1 -0
  1482. package/types/org/lwjgl/openal/EXTDebugProc.d.ts +1 -0
  1483. package/types/org/lwjgl/openal/SOFTCallbackBufferType.d.ts +1 -0
  1484. package/types/org/lwjgl/openal/SOFTEventProc.d.ts +1 -0
  1485. package/types/org/lwjgl/openal/SOFTSystemEventProc.d.ts +1 -0
  1486. package/types/org/lwjgl/opengl/GLDebugMessageAMDCallback.d.ts +1 -0
  1487. package/types/org/lwjgl/opengl/GLDebugMessageARBCallback.d.ts +1 -0
  1488. package/types/org/lwjgl/opengl/GLDebugMessageCallback.d.ts +1 -0
  1489. package/types/org/lwjgl/stb/STBIEOFCallback.d.ts +1 -0
  1490. package/types/org/lwjgl/stb/STBIRInputCallback.d.ts +1 -0
  1491. package/types/org/lwjgl/stb/STBIRKernelCallback.d.ts +1 -0
  1492. package/types/org/lwjgl/stb/STBIROutputCallback.d.ts +1 -0
  1493. package/types/org/lwjgl/stb/STBIRSupportCallback.d.ts +1 -0
  1494. package/types/org/lwjgl/stb/STBIReadCallback.d.ts +1 -0
  1495. package/types/org/lwjgl/stb/STBISkipCallback.d.ts +1 -0
  1496. package/types/org/lwjgl/stb/STBIWriteCallback.d.ts +1 -0
  1497. package/types/org/lwjgl/stb/STBIZlibCompress.d.ts +1 -0
  1498. package/types/org/lwjgl/system/SharedLibrary$Default.d.ts +2 -0
  1499. package/types/org/lwjgl/system/SharedLibrary.d.ts +2 -0
  1500. package/types/org/lwjgl/system/jemalloc/ExtentAlloc.d.ts +1 -0
  1501. package/types/org/lwjgl/system/jemalloc/ExtentCommit.d.ts +1 -0
  1502. package/types/org/lwjgl/system/jemalloc/ExtentDalloc.d.ts +1 -0
  1503. package/types/org/lwjgl/system/jemalloc/ExtentDecommit.d.ts +1 -0
  1504. package/types/org/lwjgl/system/jemalloc/ExtentDestroy.d.ts +1 -0
  1505. package/types/org/lwjgl/system/jemalloc/ExtentMerge.d.ts +1 -0
  1506. package/types/org/lwjgl/system/jemalloc/ExtentPurge.d.ts +1 -0
  1507. package/types/org/lwjgl/system/jemalloc/ExtentSplit.d.ts +1 -0
  1508. package/types/org/lwjgl/system/jemalloc/MallocMessageCallback.d.ts +1 -0
  1509. package/types/org/lwjgl/system/macosx/CGEventTapCallBack.d.ts +1 -0
  1510. package/types/org/lwjgl/system/macosx/EnumerationMutationHandler.d.ts +1 -0
  1511. package/types/org/lwjgl/system/windows/WindowProc.d.ts +1 -0
  1512. package/types/org/lwjgl/util/freetype/FTC_Face_Requester.d.ts +1 -0
  1513. package/types/org/lwjgl/util/freetype/FT_Alloc_Func.d.ts +1 -0
  1514. package/types/org/lwjgl/util/freetype/FT_DebugHook_Func.d.ts +1 -0
  1515. package/types/org/lwjgl/util/freetype/FT_Free_Func.d.ts +1 -0
  1516. package/types/org/lwjgl/util/freetype/FT_Generic_Finalizer.d.ts +1 -0
  1517. package/types/org/lwjgl/util/freetype/FT_Incremental_FreeGlyphDataFunc.d.ts +1 -0
  1518. package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphDataFunc.d.ts +1 -0
  1519. package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphMetricsFunc.d.ts +1 -0
  1520. package/types/org/lwjgl/util/freetype/FT_List_Destructor.d.ts +1 -0
  1521. package/types/org/lwjgl/util/freetype/FT_List_Iterator.d.ts +1 -0
  1522. package/types/org/lwjgl/util/freetype/FT_Module_Constructor.d.ts +1 -0
  1523. package/types/org/lwjgl/util/freetype/FT_Module_Destructor.d.ts +1 -0
  1524. package/types/org/lwjgl/util/freetype/FT_Module_Requester.d.ts +1 -0
  1525. package/types/org/lwjgl/util/freetype/FT_Outline_ConicToFunc.d.ts +1 -0
  1526. package/types/org/lwjgl/util/freetype/FT_Outline_CubicToFunc.d.ts +1 -0
  1527. package/types/org/lwjgl/util/freetype/FT_Outline_LineToFunc.d.ts +1 -0
  1528. package/types/org/lwjgl/util/freetype/FT_Outline_MoveToFunc.d.ts +1 -0
  1529. package/types/org/lwjgl/util/freetype/FT_Raster_DoneFunc.d.ts +1 -0
  1530. package/types/org/lwjgl/util/freetype/FT_Raster_NewFunc.d.ts +1 -0
  1531. package/types/org/lwjgl/util/freetype/FT_Raster_RenderFunc.d.ts +1 -0
  1532. package/types/org/lwjgl/util/freetype/FT_Raster_ResetFunc.d.ts +1 -0
  1533. package/types/org/lwjgl/util/freetype/FT_Raster_SetModeFunc.d.ts +1 -0
  1534. package/types/org/lwjgl/util/freetype/FT_Realloc_Func.d.ts +1 -0
  1535. package/types/org/lwjgl/util/freetype/FT_SpanFunc.d.ts +1 -0
  1536. package/types/org/lwjgl/util/freetype/FT_Stream_CloseFunc.d.ts +1 -0
  1537. package/types/org/lwjgl/util/freetype/FT_Stream_IoFunc.d.ts +1 -0
  1538. package/types/org/lwjgl/util/freetype/SVG_Lib_Free_Func.d.ts +1 -0
  1539. package/types/org/lwjgl/util/freetype/SVG_Lib_Init_Func.d.ts +1 -0
  1540. package/types/org/lwjgl/util/freetype/SVG_Lib_Preset_Slot_Func.d.ts +1 -0
  1541. package/types/org/lwjgl/util/freetype/SVG_Lib_Render_Func.d.ts +1 -0
  1542. package/types/org/newsclub/net/unix/AFGenericProtocolFamily.d.ts +1 -0
  1543. package/types/org/newsclub/net/unix/AFGenericSocketExtensions.d.ts +3 -0
  1544. package/types/org/newsclub/net/unix/AFInputStream.d.ts +2 -0
  1545. package/types/org/newsclub/net/unix/AFOutputStream.d.ts +2 -0
  1546. package/types/org/newsclub/net/unix/AFProtocolFamily.d.ts +1 -0
  1547. package/types/org/newsclub/net/unix/AFSomeSocket.d.ts +5 -0
  1548. package/types/org/newsclub/net/unix/AFSomeSocketChannel.d.ts +7 -0
  1549. package/types/org/newsclub/net/unix/AFSomeSocketThing.d.ts +3 -0
  1550. package/types/org/newsclub/net/unix/AFUNIXProtocolFamily.d.ts +1 -0
  1551. package/types/org/newsclub/net/unix/AFUNIXSocketExtensions.d.ts +3 -0
  1552. package/types/org/slf4j/helpers/AbstractLogger.d.ts +10 -0
  1553. package/types/org/slf4j/helpers/MarkerIgnoringBase.d.ts +10 -0
  1554. package/types/org/slf4j/helpers/NamedLoggerBase.d.ts +52 -0
  1555. package/types/org/slf4j/spi/LocationAwareLogger.d.ts +51 -0
  1556. package/types/org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent.d.ts +7 -0
  1557. package/types/org/spongepowered/asm/launch/platform/container/IContainerHandle.d.ts +2 -0
  1558. package/types/org/spongepowered/asm/logging/LoggerAdapterAbstract.d.ts +4 -0
  1559. package/types/org/spongepowered/asm/mixin/injection/IInjectionPointContext.d.ts +9 -0
  1560. package/types/org/spongepowered/asm/mixin/injection/code/ISliceContext.d.ts +15 -0
  1561. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts +6 -0
  1562. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorConstructor.d.ts +13 -0
  1563. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic.d.ts +6 -0
  1564. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorRemappable.d.ts +13 -0
  1565. package/types/org/spongepowered/asm/mixin/transformer/SyntheticClassInfo.d.ts +1 -0
  1566. package/types/org/spongepowered/asm/service/ILegacyClassTransformer.d.ts +2 -0
  1567. package/types/org/spongepowered/asm/service/ITreeClassTransformer.d.ts +2 -0
  1568. package/types/org/spongepowered/asm/service/MixinServiceAbstract.d.ts +19 -0
  1569. package/types/org/spongepowered/asm/transformers/TreeTransformer.d.ts +2 -0
  1570. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
  1571. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningExecutorService.d.ts +6 -0
  1572. package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
  1573. package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
  1574. package/types/org/spongepowered/tools/obfuscation/interfaces/IMessagerSuppressible.d.ts +4 -0
  1575. package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor.d.ts +24 -0
  1576. package/types/org/spongepowered/tools/obfuscation/mapping/common/MappingProvider.d.ts +2 -0
  1577. package/types/org/w3c/dom/Attr.d.ts +41 -0
  1578. package/types/org/w3c/dom/CDATASection.d.ts +54 -0
  1579. package/types/org/w3c/dom/CharacterData.d.ts +41 -0
  1580. package/types/org/w3c/dom/Comment.d.ts +50 -0
  1581. package/types/org/w3c/dom/Document.d.ts +39 -0
  1582. package/types/org/w3c/dom/DocumentFragment.d.ts +41 -0
  1583. package/types/org/w3c/dom/DocumentType.d.ts +40 -0
  1584. package/types/org/w3c/dom/Element.d.ts +40 -0
  1585. package/types/org/w3c/dom/EntityReference.d.ts +41 -0
  1586. package/types/org/w3c/dom/ProcessingInstruction.d.ts +41 -0
  1587. package/types/org/w3c/dom/Text.d.ts +50 -0
  1588. package/types/org/xml/sax/XMLFilter.d.ts +19 -0
  1589. package/types/oshi/hardware/common/AbstractBaseboard.d.ts +4 -0
  1590. package/types/oshi/hardware/common/AbstractComputerSystem.d.ts +4 -0
  1591. package/types/oshi/hardware/common/AbstractFirmware.d.ts +2 -0
  1592. package/types/oshi/hardware/common/AbstractGlobalMemory.d.ts +5 -0
  1593. package/types/oshi/hardware/common/AbstractHWDiskStore.d.ts +8 -0
  1594. package/types/oshi/hardware/common/AbstractNetworkIF.d.ts +11 -0
  1595. package/types/oshi/hardware/common/AbstractVirtualMemory.d.ts +6 -0
  1596. package/types/oshi/jna/platform/linux/LinuxLibc.d.ts +40 -0
  1597. package/types/oshi/jna/platform/unix/AixLibc.d.ts +37 -0
  1598. package/types/oshi/jna/platform/unix/CLibrary.d.ts +20 -0
  1599. package/types/oshi/jna/platform/unix/FreeBsdLibc.d.ts +37 -0
  1600. package/types/oshi/jna/platform/unix/OpenBsdLibc.d.ts +37 -0
  1601. package/types/oshi/jna/platform/unix/SolarisLibc.d.ts +37 -0
  1602. package/types/oshi/software/common/AbstractFileSystem.d.ts +3 -0
  1603. package/types/oshi/software/common/AbstractInternetProtocolStats.d.ts +2 -0
  1604. package/types/oshi/software/common/AbstractNetworkParams.d.ts +2 -0
  1605. package/types/oshi/software/common/AbstractOSFileStore.d.ts +9 -0
  1606. package/types/oshi/software/common/AbstractOSProcess.d.ts +27 -0
  1607. package/types/oshi/software/common/AbstractOSThread.d.ts +8 -0
  1608. package/types/oshi/software/common/AbstractOperatingSystem.d.ts +15 -0
  1609. package/types/sun/security/x509/GeneralNameInterface.d.ts +2 -0
  1610. package/types/team/unnamed/mocha/runtime/Scope.d.ts +1 -0
@@ -11,7 +11,58 @@ export interface LocationAwareLogger extends Object, Logger{
11
11
  atLevel(arg0: Level): LoggingEventBuilder;
12
12
  atTrace(): LoggingEventBuilder;
13
13
  atWarn(): LoggingEventBuilder;
14
+ debug(arg0: string): void;
15
+ debug(arg0: string, arg1: Object): void;
16
+ debug(arg0: string, arg1: Object, arg2: Object): void;
17
+ debug(arg0: string, arg1: Throwable): void;
18
+ debug(arg0: Marker, arg1: string): void;
19
+ debug(arg0: Marker, arg1: string, arg2: Object): void;
20
+ debug(arg0: Marker, arg1: string, arg2: Object, arg3: Object): void;
21
+ debug(arg0: Marker, arg1: string, arg2: Throwable): void;
22
+ error(arg0: string): void;
23
+ error(arg0: string, arg1: Object): void;
24
+ error(arg0: string, arg1: Object, arg2: Object): void;
25
+ error(arg0: string, arg1: Throwable): void;
26
+ error(arg0: Marker, arg1: string): void;
27
+ error(arg0: Marker, arg1: string, arg2: Object): void;
28
+ error(arg0: Marker, arg1: string, arg2: Object, arg3: Object): void;
29
+ error(arg0: Marker, arg1: string, arg2: Throwable): void;
30
+ getName(): string;
31
+ info(arg0: string): void;
32
+ info(arg0: string, arg1: Object): void;
33
+ info(arg0: string, arg1: Object, arg2: Object): void;
34
+ info(arg0: string, arg1: Throwable): void;
35
+ info(arg0: Marker, arg1: string): void;
36
+ info(arg0: Marker, arg1: string, arg2: Object): void;
37
+ info(arg0: Marker, arg1: string, arg2: Object, arg3: Object): void;
38
+ info(arg0: Marker, arg1: string, arg2: Throwable): void;
39
+ isDebugEnabled(): boolean;
40
+ isDebugEnabled(arg0: Marker): boolean;
14
41
  isEnabledForLevel(arg0: Level): boolean;
42
+ isErrorEnabled(): boolean;
43
+ isErrorEnabled(arg0: Marker): boolean;
44
+ isInfoEnabled(): boolean;
45
+ isInfoEnabled(arg0: Marker): boolean;
46
+ isTraceEnabled(): boolean;
47
+ isTraceEnabled(arg0: Marker): boolean;
48
+ isWarnEnabled(): boolean;
49
+ isWarnEnabled(arg0: Marker): boolean;
15
50
  log(arg0: Marker, arg1: string, arg2: number, arg3: string, arg4: Object[], arg5: Throwable): void;
16
51
  makeLoggingEventBuilder(arg0: Level): LoggingEventBuilder;
52
+ trace(arg0: string): void;
53
+ trace(arg0: string, arg1: Object): void;
54
+ trace(arg0: string, arg1: Object, arg2: Object): void;
55
+ trace(arg0: string, arg1: Throwable): void;
56
+ trace(arg0: Marker, arg1: string): void;
57
+ trace(arg0: Marker, arg1: string, arg2: Object): void;
58
+ trace(arg0: Marker, arg1: string, arg2: Object, arg3: Object): void;
59
+ trace(arg0: Marker, arg1: string, arg2: Throwable): void;
60
+ warn(arg0: string): void;
61
+ warn(arg0: string, arg1: Object): void;
62
+ warn(arg0: string, arg1: Object, arg2: Object): void;
63
+ warn(arg0: string, arg1: Throwable): void;
64
+ warn(arg0: Marker, arg1: string): void;
65
+ warn(arg0: Marker, arg1: string, arg2: Object): void;
66
+ warn(arg0: Marker, arg1: string, arg2: Object, arg3: Object): void;
67
+ warn(arg0: Marker, arg1: string, arg2: Throwable): void;
17
68
  }
@@ -1,12 +1,19 @@
1
1
  import type { Object } from '../../../../../java/lang/Object.d.ts'
2
2
  import type { IMixinPlatformAgent } from '../../../../../org/spongepowered/asm/launch/platform/IMixinPlatformAgent.d.ts'
3
+ import type { IMixinPlatformAgent$AcceptResult } from '../../../../../org/spongepowered/asm/launch/platform/IMixinPlatformAgent$AcceptResult.d.ts'
4
+ import type { MixinPlatformManager } from '../../../../../org/spongepowered/asm/launch/platform/MixinPlatformManager.d.ts'
3
5
  import type { IContainerHandle } from '../../../../../org/spongepowered/asm/launch/platform/container/IContainerHandle.d.ts'
4
6
  import type { MixinEnvironment$Phase } from '../../../../../org/spongepowered/asm/mixin/MixinEnvironment$Phase.d.ts'
5
7
  import type { IConsumer } from '../../../../../org/spongepowered/asm/util/IConsumer.d.ts'
6
8
  export interface IMixinPlatformServiceAgent extends Object, IMixinPlatformAgent{
9
+ accept(arg0: MixinPlatformManager, arg1: IContainerHandle): IMixinPlatformAgent$AcceptResult;
7
10
  getMixinContainers(): IContainerHandle[];
11
+ getPhaseProvider(): string;
8
12
  getSideName(): string;
9
13
  init(): void;
14
+ initPrimaryContainer(): void;
15
+ inject(): void;
16
+ prepare(): void;
10
17
  unwire(): void;
11
18
  wire(arg0: MixinEnvironment$Phase, arg1: IConsumer<MixinEnvironment$Phase>): void;
12
19
  }
@@ -2,5 +2,7 @@ import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  import type { IMixinConfigSource } from '../../../../../../org/spongepowered/asm/mixin/extensibility/IMixinConfigSource.d.ts'
3
3
  export interface IContainerHandle extends Object, IMixinConfigSource{
4
4
  getAttribute(arg0: string): string;
5
+ getDescription(): string;
6
+ getId(): string;
5
7
  getNestedContainers(): IContainerHandle[];
6
8
  }
@@ -1,9 +1,11 @@
1
1
  import type { Object } from '../../../../java/lang/Object.d.ts'
2
2
  import type { Throwable } from '../../../../java/lang/Throwable.d.ts'
3
3
  import type { ILogger } from '../../../../org/spongepowered/asm/logging/ILogger.d.ts'
4
+ import type { Level } from '../../../../org/spongepowered/asm/logging/Level.d.ts'
4
5
  export abstract class LoggerAdapterAbstract extends Object implements ILogger {
5
6
  constructor(arg0: string)
6
7
  readonly id: string;
8
+ catching(arg0: Level, arg1: Throwable): void;
7
9
  catching(arg0: Throwable): void;
8
10
  debug(arg0: string, arg1: Object[]): void;
9
11
  debug(arg0: string, arg1: Throwable): void;
@@ -12,8 +14,10 @@ export abstract class LoggerAdapterAbstract extends Object implements ILogger {
12
14
  fatal(arg0: string, arg1: Object[]): void;
13
15
  fatal(arg0: string, arg1: Throwable): void;
14
16
  getId(): string;
17
+ getType(): string;
15
18
  info(arg0: string, arg1: Object[]): void;
16
19
  info(arg0: string, arg1: Throwable): void;
20
+ log(arg0: Level, arg1: string, arg2: Throwable): void;
17
21
  trace(arg0: string, arg1: Object[]): void;
18
22
  trace(arg0: string, arg1: Throwable): void;
19
23
  warn(arg0: string, arg1: Object[]): void;
@@ -2,8 +2,17 @@ import type { Object } from '../../../../../java/lang/Object.d.ts'
2
2
  import type { AnnotationNode } from '../../../../../org/objectweb/asm/tree/AnnotationNode.d.ts'
3
3
  import type { MethodNode } from '../../../../../org/objectweb/asm/tree/MethodNode.d.ts'
4
4
  import type { ISelectorContext } from '../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
5
+ import type { IMixinContext } from '../../../../../org/spongepowered/asm/mixin/refmap/IMixinContext.d.ts'
5
6
  import type { IMessageSink } from '../../../../../org/spongepowered/asm/util/IMessageSink.d.ts'
7
+ import type { IAnnotationHandle } from '../../../../../org/spongepowered/asm/util/asm/IAnnotationHandle.d.ts'
6
8
  export interface IInjectionPointContext extends Object, ISelectorContext, IMessageSink{
9
+ getAnnotation(): IAnnotationHandle;
7
10
  getAnnotationNode(): AnnotationNode;
11
+ getElementDescription(): string;
8
12
  getMethod(): MethodNode;
13
+ getMixin(): IMixinContext;
14
+ getParent(): ISelectorContext;
15
+ getSelectorAnnotation(): IAnnotationHandle;
16
+ getSelectorCoordinate(arg0: boolean): string;
17
+ remap(arg0: string): string;
9
18
  }
@@ -1,6 +1,21 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { AnnotationNode } from '../../../../../../org/objectweb/asm/tree/AnnotationNode.d.ts'
3
+ import type { MethodNode } from '../../../../../../org/objectweb/asm/tree/MethodNode.d.ts'
2
4
  import type { IInjectionPointContext } from '../../../../../../org/spongepowered/asm/mixin/injection/IInjectionPointContext.d.ts'
3
5
  import type { MethodSlice } from '../../../../../../org/spongepowered/asm/mixin/injection/code/MethodSlice.d.ts'
6
+ import type { ISelectorContext } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
7
+ import type { IMixinContext } from '../../../../../../org/spongepowered/asm/mixin/refmap/IMixinContext.d.ts'
8
+ import type { IAnnotationHandle } from '../../../../../../org/spongepowered/asm/util/asm/IAnnotationHandle.d.ts'
4
9
  export interface ISliceContext extends Object, IInjectionPointContext{
10
+ getAnnotation(): IAnnotationHandle;
11
+ getAnnotationNode(): AnnotationNode;
12
+ getElementDescription(): string;
13
+ getMethod(): MethodNode;
14
+ getMethod(): Object;
15
+ getMixin(): IMixinContext;
16
+ getParent(): ISelectorContext;
17
+ getSelectorAnnotation(): IAnnotationHandle;
18
+ getSelectorCoordinate(arg0: boolean): string;
5
19
  getSlice(arg0: string): MethodSlice;
20
+ remap(arg0: string): string;
6
21
  }
@@ -1,10 +1,16 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { ISelectorContext } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
2
3
  import type { ITargetSelector } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelector.d.ts'
3
4
  import type { MatchResult } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/MatchResult.d.ts'
4
5
  export interface ITargetSelectorByName extends Object, ITargetSelector{
6
+ attach(arg0: ISelectorContext): ITargetSelector;
5
7
  getDesc(): string;
8
+ getMaxMatchCount(): number;
9
+ getMinMatchCount(): number;
6
10
  getName(): string;
7
11
  getOwner(): string;
8
12
  matches(arg0: string, arg1: string, arg2: string): MatchResult;
13
+ next(): ITargetSelector;
9
14
  toDescriptor(): string;
15
+ validate(): ITargetSelector;
10
16
  }
@@ -1,6 +1,19 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { ISelectorContext } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
3
+ import type { ITargetSelector } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelector.d.ts'
2
4
  import type { ITargetSelectorByName } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts'
5
+ import type { MatchResult } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/MatchResult.d.ts'
3
6
  export interface ITargetSelectorConstructor extends Object, ITargetSelectorByName{
7
+ attach(arg0: ISelectorContext): ITargetSelector;
8
+ getDesc(): string;
9
+ getMaxMatchCount(): number;
10
+ getMinMatchCount(): number;
11
+ getName(): string;
12
+ getOwner(): string;
13
+ matches(arg0: string, arg1: string, arg2: string): MatchResult;
14
+ next(): ITargetSelector;
4
15
  toCtorDesc(): string;
5
16
  toCtorType(): string;
17
+ toDescriptor(): string;
18
+ validate(): ITargetSelector;
6
19
  }
@@ -1,4 +1,10 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { ISelectorContext } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
2
3
  import type { ITargetSelector } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelector.d.ts'
3
4
  export interface ITargetSelectorDynamic extends Object, ITargetSelector{
5
+ attach(arg0: ISelectorContext): ITargetSelector;
6
+ getMaxMatchCount(): number;
7
+ getMinMatchCount(): number;
8
+ next(): ITargetSelector;
9
+ validate(): ITargetSelector;
4
10
  }
@@ -1,5 +1,8 @@
1
1
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
+ import type { ISelectorContext } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ISelectorContext.d.ts'
3
+ import type { ITargetSelector } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelector.d.ts'
2
4
  import type { ITargetSelectorByName } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts'
5
+ import type { MatchResult } from '../../../../../../org/spongepowered/asm/mixin/injection/selectors/MatchResult.d.ts'
3
6
  import type { IMapping } from '../../../../../../org/spongepowered/asm/obfuscation/mapping/IMapping.d.ts'
4
7
  import type { MappingField } from '../../../../../../org/spongepowered/asm/obfuscation/mapping/common/MappingField.d.ts'
5
8
  import type { MappingMethod } from '../../../../../../org/spongepowered/asm/obfuscation/mapping/common/MappingMethod.d.ts'
@@ -7,12 +10,22 @@ export interface ITargetSelectorRemappable extends Object, ITargetSelectorByName
7
10
  asFieldMapping(): MappingField;
8
11
  asMapping(): IMapping<Object>;
9
12
  asMethodMapping(): MappingMethod;
13
+ attach(arg0: ISelectorContext): ITargetSelector;
14
+ getDesc(): string;
15
+ getMaxMatchCount(): number;
16
+ getMinMatchCount(): number;
17
+ getName(): string;
18
+ getOwner(): string;
10
19
  isClassInitialiser(): boolean;
11
20
  isConstructor(): boolean;
12
21
  isField(): boolean;
13
22
  isFullyQualified(): boolean;
14
23
  isInitialiser(): boolean;
24
+ matches(arg0: string, arg1: string, arg2: string): MatchResult;
15
25
  move(arg0: string): ITargetSelectorRemappable;
26
+ next(): ITargetSelector;
16
27
  remapUsing(arg0: MappingMethod, arg1: boolean): ITargetSelectorRemappable;
28
+ toDescriptor(): string;
17
29
  transform(arg0: string): ITargetSelectorRemappable;
30
+ validate(): ITargetSelector;
18
31
  }
@@ -8,4 +8,5 @@ export abstract class SyntheticClassInfo extends Object implements ISyntheticCla
8
8
  getClassName(): string;
9
9
  getMixin(): IMixinInfo;
10
10
  getName(): string;
11
+ isLoaded(): boolean;
11
12
  }
@@ -1,5 +1,7 @@
1
1
  import type { Object } from '../../../../java/lang/Object.d.ts'
2
2
  import type { ITransformer } from '../../../../org/spongepowered/asm/service/ITransformer.d.ts'
3
3
  export interface ILegacyClassTransformer extends Object, ITransformer{
4
+ getName(): string;
5
+ isDelegationExcluded(): boolean;
4
6
  transformClassBytes(arg0: string, arg1: string, arg2: number[]): number[];
5
7
  }
@@ -2,5 +2,7 @@ import type { Object } from '../../../../java/lang/Object.d.ts'
2
2
  import type { ClassNode } from '../../../../org/objectweb/asm/tree/ClassNode.d.ts'
3
3
  import type { ITransformer } from '../../../../org/spongepowered/asm/service/ITransformer.d.ts'
4
4
  export interface ITreeClassTransformer extends Object, ITransformer{
5
+ getName(): string;
6
+ isDelegationExcluded(): boolean;
5
7
  transformClassNode(arg0: string, arg1: string, arg2: ClassNode): boolean;
6
8
  }
@@ -1,3 +1,4 @@
1
+ import type { InputStream } from '../../../../java/io/InputStream.d.ts'
1
2
  import type { Class } from '../../../../java/lang/Class.d.ts'
2
3
  import type { Object } from '../../../../java/lang/Object.d.ts'
3
4
  import type { IMixinPlatformServiceAgent } from '../../../../org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent.d.ts'
@@ -5,8 +6,15 @@ import type { IContainerHandle } from '../../../../org/spongepowered/asm/launch/
5
6
  import type { ILogger } from '../../../../org/spongepowered/asm/logging/ILogger.d.ts'
6
7
  import type { MixinEnvironment$CompatibilityLevel } from '../../../../org/spongepowered/asm/mixin/MixinEnvironment$CompatibilityLevel.d.ts'
7
8
  import type { MixinEnvironment$Phase } from '../../../../org/spongepowered/asm/mixin/MixinEnvironment$Phase.d.ts'
9
+ import type { IAdviceProvider } from '../../../../org/spongepowered/asm/service/IAdviceProvider.d.ts'
10
+ import type { IClassBytecodeProvider } from '../../../../org/spongepowered/asm/service/IClassBytecodeProvider.d.ts'
11
+ import type { IClassProvider } from '../../../../org/spongepowered/asm/service/IClassProvider.d.ts'
12
+ import type { IClassTracker } from '../../../../org/spongepowered/asm/service/IClassTracker.d.ts'
13
+ import type { IFeatureValidator } from '../../../../org/spongepowered/asm/service/IFeatureValidator.d.ts'
14
+ import type { IMixinAuditTrail } from '../../../../org/spongepowered/asm/service/IMixinAuditTrail.d.ts'
8
15
  import type { IMixinInternal } from '../../../../org/spongepowered/asm/service/IMixinInternal.d.ts'
9
16
  import type { IMixinService } from '../../../../org/spongepowered/asm/service/IMixinService.d.ts'
17
+ import type { ITransformerProvider } from '../../../../org/spongepowered/asm/service/ITransformerProvider.d.ts'
10
18
  import type { IConsumer } from '../../../../org/spongepowered/asm/util/IConsumer.d.ts'
11
19
  import type { ReEntranceLock } from '../../../../org/spongepowered/asm/util/ReEntranceLock.d.ts'
12
20
  import type { ImmutableList$Builder } from '../../../../org/spongepowered/include/com/google/common/collect/ImmutableList$Builder.d.ts'
@@ -19,17 +27,28 @@ export abstract class MixinServiceAbstract extends Object implements IMixinServi
19
27
  beginPhase(): void;
20
28
  checkEnv(arg0: Object): void;
21
29
  createLogger(arg0: string): ILogger;
30
+ getAdviceProvider(): IAdviceProvider;
31
+ getAuditTrail(): IMixinAuditTrail;
32
+ getBytecodeProvider(): IClassBytecodeProvider;
33
+ getClassProvider(): IClassProvider;
34
+ getClassTracker(): IClassTracker;
22
35
  getContainersFromAgents(arg0: ImmutableList$Builder<IContainerHandle>): void;
36
+ getFeatureValidator(): IFeatureValidator;
23
37
  getInitialPhase(): MixinEnvironment$Phase;
24
38
  getInternal<T extends IMixinInternal>(arg0: Class<T>): T;
25
39
  getLogger(arg0: string): ILogger;
26
40
  getMaxCompatibilityLevel(): MixinEnvironment$CompatibilityLevel;
27
41
  getMinCompatibilityLevel(): MixinEnvironment$CompatibilityLevel;
28
42
  getMixinContainers(): IContainerHandle[];
43
+ getName(): string;
44
+ getPrimaryContainer(): IContainerHandle;
29
45
  getReEntranceLock(): ReEntranceLock;
46
+ getResourceAsStream(arg0: string): InputStream;
30
47
  // private getServiceAgents(): IMixinPlatformServiceAgent[];
31
48
  getSideName(): string;
49
+ getTransformerProvider(): ITransformerProvider;
32
50
  init(): void;
51
+ isValid(): boolean;
33
52
  offer(arg0: IMixinInternal): void;
34
53
  prepare(): void;
35
54
  // private registerInternal(arg0: IMixinInternal, arg1: Class<Object>): void;
@@ -6,6 +6,8 @@ export abstract class TreeTransformer extends Object implements ILegacyClassTran
6
6
  constructor()
7
7
  // private classNode: ClassNode;
8
8
  // private classReader: ClassReader;
9
+ getName(): string;
10
+ isDelegationExcluded(): boolean;
9
11
  readClass(arg0: string, arg1: number[]): ClassNode;
10
12
  readClass(arg0: string, arg1: number[], arg2: boolean): ClassNode;
11
13
  writeClass(arg0: ClassNode): number[];
@@ -1,5 +1,7 @@
1
1
  import type { ScheduledFuture } from '../../../../../../../../java/util/concurrent/ScheduledFuture.d.ts'
2
+ import type { TimeUnit } from '../../../../../../../../java/util/concurrent/TimeUnit.d.ts'
2
3
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
3
4
  import type { ListenableFuture } from '../../../../../../../../org/spongepowered/include/com/google/common/util/concurrent/ListenableFuture.d.ts'
4
5
  export interface ListenableScheduledFuture<V extends Object | number | string | boolean> extends ScheduledFuture<V>, Object, ListenableFuture<V>{
6
+ getDelay(arg0: TimeUnit): number;
5
7
  }
@@ -1,10 +1,16 @@
1
1
  import type { Runnable } from '../../../../../../../../java/lang/Runnable.d.ts'
2
2
  import type { Callable } from '../../../../../../../../java/util/concurrent/Callable.d.ts'
3
3
  import type { ExecutorService } from '../../../../../../../../java/util/concurrent/ExecutorService.d.ts'
4
+ import type { TimeUnit } from '../../../../../../../../java/util/concurrent/TimeUnit.d.ts'
4
5
  import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
5
6
  import type { ListenableFuture } from '../../../../../../../../org/spongepowered/include/com/google/common/util/concurrent/ListenableFuture.d.ts'
6
7
  export interface ListeningExecutorService extends ExecutorService, Object {
8
+ awaitTermination(arg0: number, arg1: TimeUnit): boolean;
7
9
  close(): void;
10
+ execute(arg0: () => void): void;
11
+ isShutdown(): boolean;
12
+ isTerminated(): boolean;
13
+ shutdown(): void;
8
14
  submit(arg0: () => void): ListenableFuture<Object>;
9
15
  submit<T extends Object | number | string | boolean>(arg0: () => void, arg1: T): ListenableFuture<T>;
10
16
  submit<T extends Object | number | string | boolean>(arg0: () => T): ListenableFuture<T>;
@@ -6,8 +6,13 @@ import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
6
6
  import type { ListenableScheduledFuture } from '../../../../../../../../org/spongepowered/include/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts'
7
7
  import type { ListeningExecutorService } from '../../../../../../../../org/spongepowered/include/com/google/common/util/concurrent/ListeningExecutorService.d.ts'
8
8
  export interface ListeningScheduledExecutorService extends ScheduledExecutorService, Object, ListeningExecutorService {
9
+ awaitTermination(arg0: number, arg1: TimeUnit): boolean;
10
+ execute(arg0: () => void): void;
11
+ isShutdown(): boolean;
12
+ isTerminated(): boolean;
9
13
  schedule(arg0: () => void, arg1: number, arg2: TimeUnit): ListenableScheduledFuture<Object>;
10
14
  schedule<V extends Object | number | string | boolean>(arg0: () => V, arg1: number, arg2: TimeUnit): ListenableScheduledFuture<V>;
11
15
  scheduleAtFixedRate(arg0: () => void, arg1: number, arg2: number, arg3: TimeUnit): ListenableScheduledFuture<Object>;
12
16
  scheduleWithFixedDelay(arg0: () => void, arg1: number, arg2: number, arg3: TimeUnit): ListenableScheduledFuture<Object>;
17
+ shutdown(): void;
13
18
  }
@@ -1,4 +1,5 @@
1
1
  import type { Class } from '../../../../../../java/lang/Class.d.ts'
2
+ import type { Field } from '../../../../../../java/lang/reflect/Field.d.ts'
2
3
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
3
4
  import type { Enum } from '../../../../../../java/lang/Enum.d.ts'
4
5
  import type { FieldNamingStrategy } from '../../../../../../org/spongepowered/include/com/google/gson/FieldNamingStrategy.d.ts'
@@ -12,5 +13,6 @@ export class FieldNamingPolicy extends Enum<FieldNamingPolicy> implements FieldN
12
13
  static valueOf(paramarg0: string): FieldNamingPolicy;
13
14
  static values(): (Object | null)[];
14
15
  private constructor()
16
+ translateName(arg0: Field): string;
15
17
  name(): "IDENTITY" | "UPPER_CAMEL_CASE" | "UPPER_CAMEL_CASE_WITH_SPACES" | "LOWER_CASE_WITH_UNDERSCORES" | "LOWER_CASE_WITH_DASHES";
16
18
  }
@@ -8,6 +8,10 @@ import type { SuppressedBy } from '../../../../../org/spongepowered/tools/obfusc
8
8
  import type { IMessagerEx } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IMessagerEx.d.ts'
9
9
  import type { IMessagerEx$MessageType } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IMessagerEx$MessageType.d.ts'
10
10
  export interface IMessagerSuppressible extends Object, IMessagerEx{
11
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence): void;
12
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element): void;
13
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence): void;
14
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element): void;
11
15
  printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: AnnotationValue, arg5: SuppressedBy): void;
12
16
  printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: SuppressedBy): void;
13
17
  printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: SuppressedBy): void;
@@ -1,7 +1,14 @@
1
1
  import type { ProcessingEnvironment } from '../../../../../javax/annotation/processing/ProcessingEnvironment.d.ts'
2
+ import type { AnnotationMirror } from '../../../../../javax/lang/model/element/AnnotationMirror.d.ts'
3
+ import type { AnnotationValue } from '../../../../../javax/lang/model/element/AnnotationValue.d.ts'
4
+ import type { Element } from '../../../../../javax/lang/model/element/Element.d.ts'
5
+ import type { Diagnostic$Kind } from '../../../../../javax/tools/Diagnostic$Kind.d.ts'
2
6
  import type { Object } from '../../../../../java/lang/Object.d.ts'
7
+ import type { CharSequence } from '../../../../../java/lang/CharSequence.d.ts'
3
8
  import type { ITokenProvider } from '../../../../../org/spongepowered/asm/util/ITokenProvider.d.ts'
9
+ import type { SuppressedBy } from '../../../../../org/spongepowered/tools/obfuscation/SuppressedBy.d.ts'
4
10
  import type { IJavadocProvider } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IJavadocProvider.d.ts'
11
+ import type { IMessagerEx$MessageType } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IMessagerEx$MessageType.d.ts'
5
12
  import type { IMessagerSuppressible } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IMessagerSuppressible.d.ts'
6
13
  import type { IMixinAnnotationProcessor$CompilerEnvironment } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor$CompilerEnvironment.d.ts'
7
14
  import type { IObfuscationManager } from '../../../../../org/spongepowered/tools/obfuscation/interfaces/IObfuscationManager.d.ts'
@@ -11,7 +18,24 @@ export interface IMixinAnnotationProcessor extends Object, IMessagerSuppressible
11
18
  getCompilerEnvironment(): IMixinAnnotationProcessor$CompilerEnvironment;
12
19
  getJavadocProvider(): IJavadocProvider;
13
20
  getObfuscationManager(): IObfuscationManager;
21
+ getOption(arg0: string): string;
22
+ getOption(arg0: string, arg1: boolean): boolean;
23
+ getOption(arg0: string, arg1: string): string;
14
24
  getProcessingEnvironment(): ProcessingEnvironment;
15
25
  getTokenProvider(): ITokenProvider;
16
26
  getTypeProvider(): ITypeHandleProvider;
27
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence): void;
28
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element): void;
29
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror): void;
30
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: AnnotationValue): void;
31
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence): void;
32
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element): void;
33
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror): void;
34
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: AnnotationValue): void;
35
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: AnnotationValue, arg5: SuppressedBy): void;
36
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: SuppressedBy): void;
37
+ printMessage(arg0: Diagnostic$Kind, arg1: CharSequence, arg2: Element, arg3: SuppressedBy): void;
38
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: AnnotationValue, arg5: SuppressedBy): void;
39
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element, arg3: AnnotationMirror, arg4: SuppressedBy): void;
40
+ printMessage(arg0: IMessagerEx$MessageType, arg1: CharSequence, arg2: Element, arg3: SuppressedBy): void;
17
41
  }
@@ -1,3 +1,4 @@
1
+ import type { File } from '../../../../../../java/io/File.d.ts'
1
2
  import type { Filer } from '../../../../../../javax/annotation/processing/Filer.d.ts'
2
3
  import type { Messager } from '../../../../../../javax/annotation/processing/Messager.d.ts'
3
4
  import type { Object } from '../../../../../../java/lang/Object.d.ts'
@@ -18,4 +19,5 @@ export abstract class MappingProvider extends Object implements IMappingProvider
18
19
  getMethodMapping(arg0: MappingMethod): MappingMethod;
19
20
  getPackageMapping(arg0: string): string;
20
21
  isEmpty(): boolean;
22
+ read(arg0: File): void;
21
23
  }
@@ -1,13 +1,54 @@
1
1
  import type { Object } from '../../../java/lang/Object.d.ts'
2
+ import type { Document } from '../../../org/w3c/dom/Document.d.ts'
2
3
  import type { Element } from '../../../org/w3c/dom/Element.d.ts'
4
+ import type { NamedNodeMap } from '../../../org/w3c/dom/NamedNodeMap.d.ts'
3
5
  import type { Node } from '../../../org/w3c/dom/Node.d.ts'
6
+ import type { NodeList } from '../../../org/w3c/dom/NodeList.d.ts'
4
7
  import type { TypeInfo } from '../../../org/w3c/dom/TypeInfo.d.ts'
8
+ import type { UserDataHandler } from '../../../org/w3c/dom/UserDataHandler.d.ts'
5
9
  export interface Attr extends Object, Node{
10
+ appendChild(arg0: Node): Node;
11
+ cloneNode(arg0: boolean): Node;
12
+ compareDocumentPosition(arg0: Node): number;
13
+ getAttributes(): NamedNodeMap;
14
+ getBaseURI(): string;
15
+ getChildNodes(): NodeList;
16
+ getFeature(arg0: string, arg1: string): Object;
17
+ getFirstChild(): Node;
18
+ getLastChild(): Node;
19
+ getLocalName(): string;
6
20
  getName(): string;
21
+ getNamespaceURI(): string;
22
+ getNextSibling(): Node;
23
+ getNodeName(): string;
24
+ getNodeType(): number;
25
+ getNodeValue(): string;
26
+ getOwnerDocument(): Document;
7
27
  getOwnerElement(): Element;
28
+ getParentNode(): Node;
29
+ getPrefix(): string;
30
+ getPreviousSibling(): Node;
8
31
  getSchemaTypeInfo(): TypeInfo;
9
32
  getSpecified(): boolean;
33
+ getTextContent(): string;
34
+ getUserData(arg0: string): Object;
10
35
  getValue(): string;
36
+ hasAttributes(): boolean;
37
+ hasChildNodes(): boolean;
38
+ insertBefore(arg0: Node, arg1: Node): Node;
39
+ isDefaultNamespace(arg0: string): boolean;
40
+ isEqualNode(arg0: Node): boolean;
11
41
  isId(): boolean;
42
+ isSameNode(arg0: Node): boolean;
43
+ isSupported(arg0: string, arg1: string): boolean;
44
+ lookupNamespaceURI(arg0: string): string;
45
+ lookupPrefix(arg0: string): string;
46
+ normalize(): void;
47
+ removeChild(arg0: Node): Node;
48
+ replaceChild(arg0: Node, arg1: Node): Node;
49
+ setNodeValue(arg0: string): void;
50
+ setPrefix(arg0: string): void;
51
+ setTextContent(arg0: string): void;
52
+ setUserData(arg0: string, arg1: Object, arg2: UserDataHandler): Object;
12
53
  setValue(arg0: string): void;
13
54
  }
@@ -1,4 +1,58 @@
1
1
  import type { Object } from '../../../java/lang/Object.d.ts'
2
+ import type { Document } from '../../../org/w3c/dom/Document.d.ts'
3
+ import type { NamedNodeMap } from '../../../org/w3c/dom/NamedNodeMap.d.ts'
4
+ import type { Node } from '../../../org/w3c/dom/Node.d.ts'
5
+ import type { NodeList } from '../../../org/w3c/dom/NodeList.d.ts'
2
6
  import type { Text } from '../../../org/w3c/dom/Text.d.ts'
7
+ import type { UserDataHandler } from '../../../org/w3c/dom/UserDataHandler.d.ts'
3
8
  export interface CDATASection extends Object, Text{
9
+ appendChild(arg0: Node): Node;
10
+ appendData(arg0: string): void;
11
+ cloneNode(arg0: boolean): Node;
12
+ compareDocumentPosition(arg0: Node): number;
13
+ deleteData(arg0: number, arg1: number): void;
14
+ getAttributes(): NamedNodeMap;
15
+ getBaseURI(): string;
16
+ getChildNodes(): NodeList;
17
+ getData(): string;
18
+ getFeature(arg0: string, arg1: string): Object;
19
+ getFirstChild(): Node;
20
+ getLastChild(): Node;
21
+ getLength(): number;
22
+ getLocalName(): string;
23
+ getNamespaceURI(): string;
24
+ getNextSibling(): Node;
25
+ getNodeName(): string;
26
+ getNodeType(): number;
27
+ getNodeValue(): string;
28
+ getOwnerDocument(): Document;
29
+ getParentNode(): Node;
30
+ getPrefix(): string;
31
+ getPreviousSibling(): Node;
32
+ getTextContent(): string;
33
+ getUserData(arg0: string): Object;
34
+ getWholeText(): string;
35
+ hasAttributes(): boolean;
36
+ hasChildNodes(): boolean;
37
+ insertBefore(arg0: Node, arg1: Node): Node;
38
+ insertData(arg0: number, arg1: string): void;
39
+ isDefaultNamespace(arg0: string): boolean;
40
+ isElementContentWhitespace(): boolean;
41
+ isEqualNode(arg0: Node): boolean;
42
+ isSameNode(arg0: Node): boolean;
43
+ isSupported(arg0: string, arg1: string): boolean;
44
+ lookupNamespaceURI(arg0: string): string;
45
+ lookupPrefix(arg0: string): string;
46
+ normalize(): void;
47
+ removeChild(arg0: Node): Node;
48
+ replaceChild(arg0: Node, arg1: Node): Node;
49
+ replaceData(arg0: number, arg1: number, arg2: string): void;
50
+ replaceWholeText(arg0: string): Text;
51
+ setData(arg0: string): void;
52
+ setNodeValue(arg0: string): void;
53
+ setPrefix(arg0: string): void;
54
+ setTextContent(arg0: string): void;
55
+ setUserData(arg0: string, arg1: Object, arg2: UserDataHandler): Object;
56
+ splitText(arg0: number): Text;
57
+ substringData(arg0: number, arg1: number): string;
4
58
  }
@@ -1,12 +1,53 @@
1
1
  import type { Object } from '../../../java/lang/Object.d.ts'
2
+ import type { Document } from '../../../org/w3c/dom/Document.d.ts'
3
+ import type { NamedNodeMap } from '../../../org/w3c/dom/NamedNodeMap.d.ts'
2
4
  import type { Node } from '../../../org/w3c/dom/Node.d.ts'
5
+ import type { NodeList } from '../../../org/w3c/dom/NodeList.d.ts'
6
+ import type { UserDataHandler } from '../../../org/w3c/dom/UserDataHandler.d.ts'
3
7
  export interface CharacterData extends Object, Node{
8
+ appendChild(arg0: Node): Node;
4
9
  appendData(arg0: string): void;
10
+ cloneNode(arg0: boolean): Node;
11
+ compareDocumentPosition(arg0: Node): number;
5
12
  deleteData(arg0: number, arg1: number): void;
13
+ getAttributes(): NamedNodeMap;
14
+ getBaseURI(): string;
15
+ getChildNodes(): NodeList;
6
16
  getData(): string;
17
+ getFeature(arg0: string, arg1: string): Object;
18
+ getFirstChild(): Node;
19
+ getLastChild(): Node;
7
20
  getLength(): number;
21
+ getLocalName(): string;
22
+ getNamespaceURI(): string;
23
+ getNextSibling(): Node;
24
+ getNodeName(): string;
25
+ getNodeType(): number;
26
+ getNodeValue(): string;
27
+ getOwnerDocument(): Document;
28
+ getParentNode(): Node;
29
+ getPrefix(): string;
30
+ getPreviousSibling(): Node;
31
+ getTextContent(): string;
32
+ getUserData(arg0: string): Object;
33
+ hasAttributes(): boolean;
34
+ hasChildNodes(): boolean;
35
+ insertBefore(arg0: Node, arg1: Node): Node;
8
36
  insertData(arg0: number, arg1: string): void;
37
+ isDefaultNamespace(arg0: string): boolean;
38
+ isEqualNode(arg0: Node): boolean;
39
+ isSameNode(arg0: Node): boolean;
40
+ isSupported(arg0: string, arg1: string): boolean;
41
+ lookupNamespaceURI(arg0: string): string;
42
+ lookupPrefix(arg0: string): string;
43
+ normalize(): void;
44
+ removeChild(arg0: Node): Node;
45
+ replaceChild(arg0: Node, arg1: Node): Node;
9
46
  replaceData(arg0: number, arg1: number, arg2: string): void;
10
47
  setData(arg0: string): void;
48
+ setNodeValue(arg0: string): void;
49
+ setPrefix(arg0: string): void;
50
+ setTextContent(arg0: string): void;
51
+ setUserData(arg0: string, arg1: Object, arg2: UserDataHandler): Object;
11
52
  substringData(arg0: number, arg1: number): string;
12
53
  }