@wunk/lb-script-api-types 0.38.8 → 0.38.10

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 (13117) hide show
  1. package/package.json +65 -65
  2. package/registry-full/index.d.ts +3125 -541
  3. package/registry-lb/index.d.ts +30 -10
  4. package/types/ai/djl/Device.d.ts +2 -0
  5. package/types/ai/djl/modality/cv/BufferedImageFactory$BufferedImageWrapper.d.ts +2 -1
  6. package/types/ai/djl/modality/nlp/DefaultVocabulary$Builder.d.ts +2 -0
  7. package/types/ai/djl/modality/nlp/DefaultVocabulary$TokenInfo.d.ts +2 -0
  8. package/types/ai/djl/ndarray/NDList$SafeTensor.d.ts +2 -0
  9. package/types/ai/djl/ndarray/internal/NDFormat$BooleanFormat.d.ts +2 -0
  10. package/types/ai/djl/ndarray/internal/NDFormat$FloatFormat.d.ts +2 -0
  11. package/types/ai/djl/ndarray/internal/NDFormat$IntFormat.d.ts +2 -0
  12. package/types/ai/djl/ndarray/internal/NDFormat$StringFormat.d.ts +2 -0
  13. package/types/ai/djl/nn/SequentialBlock$StreamIterator.d.ts +4 -1
  14. package/types/ai/djl/nn/core/Embedding$DefaultEmbedding.d.ts +2 -1
  15. package/types/ai/djl/nn/core/Embedding$DefaultItem.d.ts +2 -1
  16. package/types/ai/djl/nn/transformer/BertBlock$Builder.d.ts +2 -0
  17. package/types/ai/djl/nn/transformer/BertBlock.d.ts +2 -0
  18. package/types/ai/djl/nn/transformer/IdEmbedding.d.ts +2 -0
  19. package/types/ai/djl/nn/transformer/ScaledDotProductAttentionBlock$Builder.d.ts +2 -0
  20. package/types/ai/djl/nn/transformer/ScaledDotProductAttentionBlock.d.ts +2 -0
  21. package/types/ai/djl/pytorch/engine/PtNDManager.d.ts +2 -0
  22. package/types/ai/djl/repository/RepositoryFactoryImpl$DjlRepositoryFactory.d.ts +2 -0
  23. package/types/ai/djl/repository/RepositoryFactoryImpl$JarRepositoryFactory.d.ts +2 -0
  24. package/types/ai/djl/repository/RepositoryFactoryImpl$LocalRepositoryFactory.d.ts +2 -0
  25. package/types/ai/djl/repository/Version$Comp.d.ts +2 -0
  26. package/types/ai/djl/training/ParameterStore$ParameterData.d.ts +4 -1
  27. package/types/ai/djl/training/dataset/BatchSampler$Iterate.d.ts +2 -1
  28. package/types/ai/djl/training/dataset/DataIterable$PreFetchCallable.d.ts +1 -1
  29. package/types/ai/djl/training/listener/EarlyStoppingListener.d.ts +2 -0
  30. package/types/ai/djl/training/loss/YOLOv3Loss.d.ts +2 -0
  31. package/types/ai/djl/training/tracker/CosineTracker$Builder.d.ts +2 -0
  32. package/types/ai/djl/training/tracker/CyclicalTracker$Builder.d.ts +2 -0
  33. package/types/ai/djl/training/tracker/CyclicalTracker$Triangular2ScaleFunction.d.ts +2 -0
  34. package/types/ai/djl/training/tracker/CyclicalTracker$TriangularScaleFunction.d.ts +2 -0
  35. package/types/ai/djl/training/tracker/FactorTracker$Builder.d.ts +2 -0
  36. package/types/ai/djl/training/tracker/FixedPerVarTracker$Builder.d.ts +2 -0
  37. package/types/ai/djl/training/tracker/FixedTracker$Builder.d.ts +2 -0
  38. package/types/ai/djl/training/tracker/LinearTracker$Builder.d.ts +2 -0
  39. package/types/ai/djl/training/tracker/MultiFactorTracker$Builder.d.ts +2 -0
  40. package/types/ai/djl/training/tracker/PolynomialDecayTracker$Builder.d.ts +2 -0
  41. package/types/ai/djl/training/tracker/WarmUpTracker$Builder.d.ts +2 -0
  42. package/types/ai/djl/translate/ExpansionTranslatorFactory$ExpandedTranslatorOptions.d.ts +4 -1
  43. package/types/ai/djl/translate/PaddingStackBatchifier$Builder.d.ts +2 -0
  44. package/types/ai/djl/translate/PaddingStackBatchifier.d.ts +2 -0
  45. package/types/ai/djl/translate/Pipeline$IndexKey.d.ts +3 -0
  46. package/types/ai/djl/util/PairList$Itr.d.ts +1 -1
  47. package/types/ai/djl/util/ZipUtils$ValidationInputStream$End.d.ts +2 -0
  48. package/types/com/google/common/base/CaseFormat.d.ts +2 -0
  49. package/types/com/google/common/base/CharMatcher$BitSetMatcher.d.ts +2 -0
  50. package/types/com/google/common/base/Converter$FunctionBasedConverter.d.ts +2 -0
  51. package/types/com/google/common/base/Equivalence$Wrapper.d.ts +2 -0
  52. package/types/com/google/common/base/FinalizableReferenceQueue$DirectStarter.d.ts +11 -0
  53. package/types/com/google/common/base/FinalizableReferenceQueue$FinalizerStarter.d.ts +7 -0
  54. package/types/com/google/common/base/FinalizableReferenceQueue$ReflectiveStarter.d.ts +11 -0
  55. package/types/com/google/common/base/Functions$PredicateFunction.d.ts +2 -0
  56. package/types/com/google/common/base/Functions$SupplierFunction.d.ts +2 -0
  57. package/types/com/google/common/base/Joiner$MapJoiner.d.ts +2 -0
  58. package/types/com/google/common/base/Joiner.d.ts +2 -0
  59. package/types/com/google/common/base/MoreObjects$ToStringHelper$UnconditionalValueHolder.d.ts +2 -0
  60. package/types/com/google/common/base/MoreObjects$ToStringHelper.d.ts +2 -0
  61. package/types/com/google/common/base/Platform$JdkPatternCompiler.d.ts +2 -0
  62. package/types/com/google/common/base/Predicates$AndPredicate.d.ts +2 -0
  63. package/types/com/google/common/base/Predicates$CompositionPredicate.d.ts +2 -0
  64. package/types/com/google/common/base/Predicates$InPredicate.d.ts +2 -0
  65. package/types/com/google/common/base/Predicates$InstanceOfPredicate.d.ts +2 -0
  66. package/types/com/google/common/base/Predicates$IsEqualToPredicate.d.ts +2 -0
  67. package/types/com/google/common/base/Predicates$ObjectPredicate.d.ts +2 -0
  68. package/types/com/google/common/base/Predicates$OrPredicate.d.ts +2 -0
  69. package/types/com/google/common/base/Predicates$SubtypeOfPredicate.d.ts +2 -0
  70. package/types/com/google/common/base/Splitter$MapSplitter.d.ts +2 -0
  71. package/types/com/google/common/cache/CacheBuilderSpec$AccessDurationParser.d.ts +2 -0
  72. package/types/com/google/common/cache/CacheBuilderSpec$ConcurrencyLevelParser.d.ts +2 -0
  73. package/types/com/google/common/cache/CacheBuilderSpec$DurationParser.d.ts +3 -1
  74. package/types/com/google/common/cache/CacheBuilderSpec$InitialCapacityParser.d.ts +2 -0
  75. package/types/com/google/common/cache/CacheBuilderSpec$IntegerParser.d.ts +3 -1
  76. package/types/com/google/common/cache/CacheBuilderSpec$LongParser.d.ts +3 -1
  77. package/types/com/google/common/cache/CacheBuilderSpec$MaximumSizeParser.d.ts +2 -0
  78. package/types/com/google/common/cache/CacheBuilderSpec$MaximumWeightParser.d.ts +2 -0
  79. package/types/com/google/common/cache/CacheBuilderSpec$RecordStatsParser.d.ts +2 -0
  80. package/types/com/google/common/cache/CacheBuilderSpec$RefreshDurationParser.d.ts +2 -0
  81. package/types/com/google/common/cache/CacheBuilderSpec$WriteDurationParser.d.ts +2 -0
  82. package/types/com/google/common/cache/LocalCache$EntryFactory.d.ts +2 -0
  83. package/types/com/google/common/cache/LocalCache$EntryIterator.d.ts +1 -1
  84. package/types/com/google/common/cache/LocalCache$HashIterator.d.ts +1 -1
  85. package/types/com/google/common/cache/LocalCache$KeyIterator.d.ts +1 -1
  86. package/types/com/google/common/cache/LocalCache$LocalManualCache.d.ts +2 -0
  87. package/types/com/google/common/cache/LocalCache$Strength.d.ts +2 -0
  88. package/types/com/google/common/cache/LocalCache$ValueIterator.d.ts +1 -1
  89. package/types/com/google/common/cache/LocalCache$WriteThroughEntry.d.ts +1 -1
  90. package/types/com/google/common/cache/LongAddables$JavaUtilConcurrentLongAdder.d.ts +2 -0
  91. package/types/com/google/common/cache/RemovalCause.d.ts +2 -0
  92. package/types/com/google/common/collect/AbstractBiMap$BiMapEntry.d.ts +1 -1
  93. package/types/com/google/common/collect/AbstractMapBasedMultimap$Itr.d.ts +2 -1
  94. package/types/com/google/common/collect/AbstractMapBasedMultiset$MapBasedMultisetIterator.d.ts +1 -1
  95. package/types/com/google/common/collect/CollectCollectors$EnumSetAccumulator.d.ts +2 -0
  96. package/types/com/google/common/collect/CompactHashMap$Itr.d.ts +3 -1
  97. package/types/com/google/common/collect/CompactHashMap$MapEntry.d.ts +1 -1
  98. package/types/com/google/common/collect/ComparisonChain.d.ts +2 -0
  99. package/types/com/google/common/collect/DiscreteDomain.d.ts +2 -0
  100. package/types/com/google/common/collect/EmptyContiguousSet$SerializedForm.d.ts +2 -0
  101. package/types/com/google/common/collect/EnumMultiset$Itr.d.ts +1 -1
  102. package/types/com/google/common/collect/FilteredEntryMultimap$ValuePredicate.d.ts +2 -1
  103. package/types/com/google/common/collect/HashBasedTable.d.ts +1 -1
  104. package/types/com/google/common/collect/HashBiMap$BiIterator.d.ts +17 -0
  105. package/types/com/google/common/collect/HashBiMap$Node.d.ts +12 -0
  106. package/types/com/google/common/collect/ImmutableListMultimap.d.ts +2 -0
  107. package/types/com/google/common/collect/ImmutableSetMultimap.d.ts +3 -1
  108. package/types/com/google/common/collect/Internal.d.ts +4 -0
  109. package/types/com/google/common/collect/Interners$InternerBuilder.d.ts +2 -0
  110. package/types/com/google/common/collect/Interners$InternerImpl.d.ts +2 -0
  111. package/types/com/google/common/collect/LinkedHashMultimap$MultimapIterationChain.d.ts +2 -0
  112. package/types/com/google/common/collect/LinkedListMultimap$DistinctKeyIterator.d.ts +3 -1
  113. package/types/com/google/common/collect/LinkedListMultimap$NodeIterator.d.ts +2 -1
  114. package/types/com/google/common/collect/LinkedListMultimap$ValueForKeyIterator.d.ts +3 -2
  115. package/types/com/google/common/collect/MapMakerInternalMap$CleanupMapTask.d.ts +1 -1
  116. package/types/com/google/common/collect/MapMakerInternalMap$EntryIterator.d.ts +1 -1
  117. package/types/com/google/common/collect/MapMakerInternalMap$HashIterator.d.ts +1 -1
  118. package/types/com/google/common/collect/MapMakerInternalMap$KeyIterator.d.ts +1 -1
  119. package/types/com/google/common/collect/MapMakerInternalMap$Strength.d.ts +2 -0
  120. package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry.d.ts +2 -0
  121. package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry.d.ts +2 -0
  122. package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry.d.ts +2 -0
  123. package/types/com/google/common/collect/MapMakerInternalMap$ValueIterator.d.ts +1 -1
  124. package/types/com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueEntry.d.ts +2 -0
  125. package/types/com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry.d.ts +2 -0
  126. package/types/com/google/common/collect/MapMakerInternalMap$WriteThroughEntry.d.ts +1 -1
  127. package/types/com/google/common/collect/MinMaxPriorityQueue$Builder.d.ts +2 -0
  128. package/types/com/google/common/collect/MinMaxPriorityQueue$Heap.d.ts +1 -1
  129. package/types/com/google/common/collect/MinMaxPriorityQueue$QueueIterator.d.ts +3 -1
  130. package/types/com/google/common/collect/MoreCollectors$ToOptionalState.d.ts +12 -10
  131. package/types/com/google/common/collect/MultimapBuilder$LinkedListSupplier.d.ts +1 -1
  132. package/types/com/google/common/collect/MultimapBuilder.d.ts +2 -0
  133. package/types/com/google/common/collect/RegularContiguousSet$SerializedForm.d.ts +2 -0
  134. package/types/com/google/common/collect/SortedLists$KeyAbsentBehavior.d.ts +2 -0
  135. package/types/com/google/common/collect/SortedLists$KeyPresentBehavior.d.ts +2 -0
  136. package/types/com/google/common/collect/StandardTable$CellIterator.d.ts +4 -1
  137. package/types/com/google/common/collect/StandardTable$ColumnKeyIterator.d.ts +4 -1
  138. package/types/com/google/common/collect/TableCollectors$ImmutableTableCollectorState.d.ts +2 -0
  139. package/types/com/google/common/collect/TreeMultiset$Aggregate.d.ts +2 -0
  140. package/types/com/google/common/collect/TreeMultiset$Reference.d.ts +2 -0
  141. package/types/com/google/common/collect/TreeRangeMap$SubRangeMap.d.ts +2 -1
  142. package/types/com/google/common/collect/TreeRangeSet$Complement.d.ts +1 -1
  143. package/types/com/google/common/collect/TreeRangeSet$SubRangeSet.d.ts +1 -1
  144. package/types/com/google/common/collect/TreeRangeSet.d.ts +2 -0
  145. package/types/com/google/common/collect/TreeTraverser$BreadthFirstIterator.d.ts +2 -1
  146. package/types/com/google/common/collect/TreeTraverser$PostOrderIterator.d.ts +2 -1
  147. package/types/com/google/common/collect/TreeTraverser$PreOrderIterator.d.ts +2 -1
  148. package/types/com/google/common/escape/Escapers$Builder.d.ts +2 -0
  149. package/types/com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber.d.ts +2 -0
  150. package/types/com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher.d.ts +2 -0
  151. package/types/com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event.d.ts +2 -0
  152. package/types/com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher.d.ts +2 -0
  153. package/types/com/google/common/eventbus/Subscriber$SynchronizedSubscriber.d.ts +2 -0
  154. package/types/com/google/common/eventbus/Subscriber.d.ts +2 -0
  155. package/types/com/google/common/graph/AbstractBaseGraph.d.ts +2 -0
  156. package/types/com/google/common/graph/AbstractGraphBuilder.d.ts +1 -2
  157. package/types/com/google/common/graph/ArchetypeGraph.d.ts +18 -0
  158. package/types/com/google/common/graph/BaseGraph.d.ts +4 -15
  159. package/types/com/google/common/graph/EndpointPairIterator$Directed.d.ts +2 -0
  160. package/types/com/google/common/graph/EndpointPairIterator$Undirected.d.ts +2 -0
  161. package/types/com/google/common/graph/EndpointPairIterator.d.ts +2 -0
  162. package/types/com/google/common/graph/Graphs$TransitiveClosureSelfLoopStrategy.d.ts +12 -0
  163. package/types/com/google/common/graph/Graphs.d.ts +2 -0
  164. package/types/com/google/common/graph/IncidentEdgeSet$EdgeType.d.ts +13 -0
  165. package/types/com/google/common/graph/Network.d.ts +2 -10
  166. package/types/com/google/common/graph/NetworkBuilder.d.ts +1 -2
  167. package/types/com/google/common/graph/Traverser$InsertionOrder.d.ts +2 -0
  168. package/types/com/google/common/graph/Traverser.d.ts +2 -0
  169. package/types/com/google/common/hash/AbstractNonStreamingHashFunction$ByteBufferHasher.d.ts +21 -0
  170. package/types/com/google/common/hash/BloomFilter.d.ts +3 -0
  171. package/types/com/google/common/hash/BloomFilterStrategies.d.ts +2 -0
  172. package/types/com/google/common/hash/ChecksumHashFunction$ChecksumHasher.d.ts +4 -1
  173. package/types/com/google/common/hash/Hashing$ChecksumType.d.ts +2 -0
  174. package/types/com/google/common/hash/Hashing$ConcatenatedHashFunction.d.ts +2 -0
  175. package/types/com/google/common/hash/Hashing$Crc32CSupplier.d.ts +2 -0
  176. package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +2 -0
  177. package/types/com/google/common/hash/LittleEndianByteArray$UnsafeByteArray.d.ts +2 -0
  178. package/types/com/google/common/hash/LittleEndianByteArray$VarHandleLittleEndianBytes.d.ts +2 -0
  179. package/types/com/google/common/hash/LittleEndianByteArray$VarHandleLittleEndianBytesMaker.d.ts +2 -0
  180. package/types/com/google/common/hash/MacHashFunction$MacHasher.d.ts +2 -0
  181. package/types/com/google/common/hash/MessageDigestHashFunction$MessageDigestHasher.d.ts +2 -0
  182. package/types/com/google/common/hash/MessageDigestHashFunction$SerializedForm.d.ts +2 -0
  183. package/types/com/google/common/io/ByteSink$AsCharSink.d.ts +4 -1
  184. package/types/com/google/common/io/ByteSource$AsCharSource.d.ts +1 -1
  185. package/types/com/google/common/io/ByteSource$SlicedByteSource.d.ts +1 -1
  186. package/types/com/google/common/io/CharSource$AsByteSource.d.ts +1 -1
  187. package/types/com/google/common/io/FileBackedOutputStream$FbosByteSource.d.ts +15 -0
  188. package/types/com/google/common/io/FileBackedOutputStream$FinalizableReference.d.ts +11 -0
  189. package/types/com/google/common/io/FileBackedOutputStream$MemoryOutput.d.ts +2 -0
  190. package/types/com/google/common/io/FileBackedOutputStream$State.d.ts +21 -0
  191. package/types/com/google/common/io/FileBackedOutputStream.d.ts +5 -11
  192. package/types/com/google/common/io/Files$FileByteSink.d.ts +2 -0
  193. package/types/com/google/common/io/Files$FileByteSource.d.ts +2 -0
  194. package/types/com/google/common/io/Files$FilePredicate.d.ts +2 -0
  195. package/types/com/google/common/io/MoreFiles$PathByteSink.d.ts +2 -0
  196. package/types/com/google/common/io/MoreFiles$PathByteSource.d.ts +2 -0
  197. package/types/com/google/common/io/Resources$UrlByteSource.d.ts +2 -0
  198. package/types/com/google/common/io/TempFileCreator$JavaIoCreator.d.ts +2 -0
  199. package/types/com/google/common/io/TempFileCreator$JavaNioCreator.d.ts +2 -0
  200. package/types/com/google/common/io/TempFileCreator$ThrowingCreator.d.ts +2 -0
  201. package/types/com/google/common/io/TempFileCreator.d.ts +2 -0
  202. package/types/com/google/common/math/LinearTransformation$LinearTransformationBuilder.d.ts +2 -0
  203. package/types/com/google/common/math/LongMath$MillerRabinTester.d.ts +2 -0
  204. package/types/com/google/common/math/Quantiles$Scale.d.ts +2 -0
  205. package/types/com/google/common/math/Quantiles$ScaleAndIndex.d.ts +2 -0
  206. package/types/com/google/common/math/Quantiles$ScaleAndIndexes.d.ts +2 -0
  207. package/types/com/google/common/net/HttpHeaders.d.ts +1 -0
  208. package/types/com/google/common/net/InetAddresses$Scope.d.ts +2 -0
  209. package/types/com/google/common/net/InternetDomainName.d.ts +0 -3
  210. package/types/com/google/common/primitives/Booleans$LexicographicalComparator.d.ts +6 -6
  211. package/types/com/google/common/primitives/ImmutableDoubleArray.d.ts +2 -0
  212. package/types/com/google/common/primitives/ImmutableIntArray.d.ts +2 -0
  213. package/types/com/google/common/primitives/ImmutableLongArray.d.ts +2 -0
  214. package/types/com/google/common/primitives/UnsignedBytes$ArraysCompareUnsignedComparatorMaker.d.ts +2 -0
  215. package/types/com/google/common/reflect/ImmutableTypeToInstanceMap$Builder.d.ts +2 -0
  216. package/types/com/google/common/reflect/TypeResolver$WildcardCapturer.d.ts +2 -0
  217. package/types/com/google/common/reflect/TypeResolver.d.ts +2 -0
  218. package/types/com/google/common/reflect/TypeToken$TypeCollector.d.ts +2 -0
  219. package/types/com/google/common/reflect/TypeToken$TypeFilter.d.ts +2 -0
  220. package/types/com/google/common/reflect/TypeToken.d.ts +2 -0
  221. package/types/com/google/common/reflect/Types$ClassOwnership.d.ts +2 -0
  222. package/types/com/google/common/reflect/Types$JavaVersion.d.ts +2 -0
  223. package/types/com/google/common/util/concurrent/AbstractFuture$Cancellation.d.ts +2 -0
  224. package/types/com/google/common/util/concurrent/AbstractFuture$Failure.d.ts +2 -0
  225. package/types/com/google/common/util/concurrent/AbstractFutureState$AtomicHelper.d.ts +2 -0
  226. package/types/com/google/common/util/concurrent/AbstractFutureState$AtomicReferenceFieldUpdaterAtomicHelper.d.ts +2 -0
  227. package/types/com/google/common/util/concurrent/AbstractFutureState$SynchronizedHelper.d.ts +2 -0
  228. package/types/com/google/common/util/concurrent/AbstractFutureState$UnsafeAtomicHelper.d.ts +2 -0
  229. package/types/com/google/common/util/concurrent/AbstractFutureState$VarHandleAtomicHelper.d.ts +2 -0
  230. package/types/com/google/common/util/concurrent/AbstractFutureState$VarHandleAtomicHelperMaker.d.ts +2 -0
  231. package/types/com/google/common/util/concurrent/AbstractIdleService$DelegateService.d.ts +4 -1
  232. package/types/com/google/common/util/concurrent/AbstractIdleService$ThreadNameSupplier.d.ts +4 -1
  233. package/types/com/google/common/util/concurrent/AbstractScheduledService$Scheduler.d.ts +2 -0
  234. package/types/com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate.d.ts +4 -1
  235. package/types/com/google/common/util/concurrent/AbstractService$HasReachedRunningGuard.d.ts +2 -1
  236. package/types/com/google/common/util/concurrent/AbstractService$IsStartableGuard.d.ts +2 -1
  237. package/types/com/google/common/util/concurrent/AbstractService$IsStoppableGuard.d.ts +2 -1
  238. package/types/com/google/common/util/concurrent/AbstractService$IsStoppedGuard.d.ts +2 -1
  239. package/types/com/google/common/util/concurrent/AggregateFuture.d.ts +3 -4
  240. package/types/com/google/common/util/concurrent/AggregateFutureState$AtomicHelper.d.ts +2 -0
  241. package/types/com/google/common/util/concurrent/AggregateFutureState$SafeAtomicHelper.d.ts +2 -0
  242. package/types/com/google/common/util/concurrent/AggregateFutureState$SynchronizedAtomicHelper.d.ts +2 -0
  243. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner.d.ts +2 -0
  244. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner2.d.ts +2 -0
  245. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner3.d.ts +2 -0
  246. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner4.d.ts +2 -0
  247. package/types/com/google/common/util/concurrent/ClosingFuture$Combiner5.d.ts +2 -0
  248. package/types/com/google/common/util/concurrent/ClosingFuture$DeferredCloser.d.ts +3 -1
  249. package/types/com/google/common/util/concurrent/ClosingFuture$FinalizableReference.d.ts +10 -0
  250. package/types/com/google/common/util/concurrent/ClosingFuture$Peeker.d.ts +2 -0
  251. package/types/com/google/common/util/concurrent/ClosingFuture$ReachabilityFenceCaller.d.ts +15 -0
  252. package/types/com/google/common/util/concurrent/ClosingFuture$State.d.ts +20 -14
  253. package/types/com/google/common/util/concurrent/ClosingFuture$Status.d.ts +16 -0
  254. package/types/com/google/common/util/concurrent/ClosingFuture$ValueAndCloser.d.ts +5 -3
  255. package/types/com/google/common/util/concurrent/ClosingFuture.d.ts +3 -8
  256. package/types/com/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask.d.ts +2 -1
  257. package/types/com/google/common/util/concurrent/CombinedFuture$CallableInterruptibleTask.d.ts +2 -1
  258. package/types/com/google/common/util/concurrent/CombinedFuture$CombinedFutureInterruptibleTask.d.ts +2 -1
  259. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock.d.ts +4 -1
  260. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadLock.d.ts +2 -1
  261. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock.d.ts +4 -1
  262. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.d.ts +2 -1
  263. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
  264. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException.d.ts +2 -0
  265. package/types/com/google/common/util/concurrent/CycleDetectingLockFactory.d.ts +2 -0
  266. package/types/com/google/common/util/concurrent/ExecutionList.d.ts +1 -0
  267. package/types/com/google/common/util/concurrent/ExecutionSequencer$TaskNonReentrantExecutor.d.ts +2 -0
  268. package/types/com/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue.d.ts +2 -0
  269. package/types/com/google/common/util/concurrent/Futures$CallbackListener.d.ts +3 -3
  270. package/types/com/google/common/util/concurrent/Futures$FutureCombiner.d.ts +2 -0
  271. package/types/com/google/common/util/concurrent/Futures$InCompletionOrderFuture.d.ts +2 -0
  272. package/types/com/google/common/util/concurrent/Futures$InCompletionOrderState.d.ts +2 -0
  273. package/types/com/google/common/util/concurrent/InterruptibleTask$Blocker.d.ts +2 -0
  274. package/types/com/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable.d.ts +2 -0
  275. package/types/com/google/common/util/concurrent/SequentialExecutor$QueueWorker.d.ts +4 -1
  276. package/types/com/google/common/util/concurrent/ServiceManager$EmptyServiceManagerWarning.d.ts +2 -0
  277. package/types/com/google/common/util/concurrent/ServiceManager$NoOpService.d.ts +2 -0
  278. package/types/com/google/common/util/concurrent/SmoothRateLimiter.d.ts +2 -0
  279. package/types/com/google/common/util/concurrent/Striped$CompactStriped.d.ts +2 -0
  280. package/types/com/google/common/util/concurrent/Striped.d.ts +2 -0
  281. package/types/com/google/common/util/concurrent/TimeoutFuture$TimeoutFutureException.d.ts +2 -0
  282. package/types/com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleAsyncTask.d.ts +2 -1
  283. package/types/com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleTask.d.ts +2 -1
  284. package/types/com/google/gson/FieldNamingPolicy.d.ts +2 -0
  285. package/types/com/google/gson/Gson.d.ts +1 -4
  286. package/types/com/google/gson/GsonBuilder.d.ts +9 -0
  287. package/types/com/google/gson/LongSerializationPolicy$1.d.ts +15 -0
  288. package/types/com/google/gson/LongSerializationPolicy.d.ts +5 -0
  289. package/types/com/google/gson/ToNumberPolicy.d.ts +2 -0
  290. package/types/com/google/gson/TypeAdapter$NullSafeTypeAdapter.d.ts +3 -1
  291. package/types/com/google/gson/internal/ConstructorConstructor$InstanceCreatorConstructor.d.ts +10 -0
  292. package/types/com/google/gson/internal/ConstructorConstructor$ThrowingObjectConstructor.d.ts +7 -0
  293. package/types/com/google/gson/internal/GsonTypes$GenericArrayTypeImpl.d.ts +1 -2
  294. package/types/com/google/gson/internal/GsonTypes$ParameterizedTypeImpl.d.ts +1 -2
  295. package/types/com/google/gson/internal/GsonTypes$WildcardTypeImpl.d.ts +1 -2
  296. package/types/com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +1 -1
  297. package/types/com/google/gson/internal/ReflectionAccessFilterHelper$AccessChecker.d.ts +2 -0
  298. package/types/com/google/gson/internal/Streams$AppendableWriter$CurrentWrite.d.ts +2 -0
  299. package/types/com/google/gson/internal/bind/DefaultDateTypeAdapter.d.ts +3 -0
  300. package/types/com/google/gson/internal/bind/EnumTypeAdapter.d.ts +3 -0
  301. package/types/com/google/gson/internal/bind/IgnoreJRERequirement.d.ts +5 -0
  302. package/types/com/google/gson/internal/bind/JavaTimeTypeAdapters.d.ts +10 -0
  303. package/types/com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory.d.ts +2 -0
  304. package/types/com/google/gson/internal/bind/JsonElementTypeAdapter.d.ts +1 -0
  305. package/types/com/google/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +2 -1
  306. package/types/com/google/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
  307. package/types/com/google/gson/internal/bind/TreeTypeAdapter$GsonContextImpl.d.ts +4 -1
  308. package/types/com/google/gson/internal/bind/TypeAdapters$DoubleAdapter.d.ts +10 -0
  309. package/types/com/google/gson/internal/bind/TypeAdapters$FactorySupplier.d.ts +5 -0
  310. package/types/com/google/gson/internal/bind/TypeAdapters$FloatAdapter.d.ts +10 -0
  311. package/types/com/google/gson/internal/bind/TypeAdapters$IntegerFieldsTypeAdapter.d.ts +12 -0
  312. package/types/com/google/gson/internal/bind/TypeAdapters.d.ts +11 -0
  313. package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordHelper.d.ts +2 -0
  314. package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordNotSupportedHelper.d.ts +2 -0
  315. package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordSupportedHelper.d.ts +2 -0
  316. package/types/com/google/gson/internal/sql/SqlDateTypeAdapter.d.ts +2 -0
  317. package/types/com/google/gson/internal/sql/SqlTimeTypeAdapter.d.ts +2 -0
  318. package/types/com/google/gson/internal/sql/SqlTimestampTypeAdapter.d.ts +3 -0
  319. package/types/com/google/gson/internal/sql/SqlTypesSupport.d.ts +1 -0
  320. package/types/com/google/gson/stream/JsonReader.d.ts +1 -0
  321. package/types/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.d.ts +2 -4
  322. package/types/com/google/thirdparty/publicsuffix/PublicSuffixTrie$ChunksCharSequence.d.ts +19 -0
  323. package/types/com/google/thirdparty/publicsuffix/PublicSuffixTrie.d.ts +15 -0
  324. package/types/com/ibm/icu/dev/tool/docs/ICUBugTaglet.d.ts +7 -0
  325. package/types/com/ibm/icu/dev/tool/docs/ICUCategoryTaglet.d.ts +7 -0
  326. package/types/com/ibm/icu/dev/tool/docs/ICUDiscouragedTaglet.d.ts +7 -0
  327. package/types/com/ibm/icu/dev/tool/docs/ICUDraftTaglet.d.ts +7 -0
  328. package/types/com/ibm/icu/dev/tool/docs/ICUEnhancedTaglet.d.ts +7 -0
  329. package/types/com/ibm/icu/dev/tool/docs/ICUInternalTaglet.d.ts +7 -0
  330. package/types/com/ibm/icu/dev/tool/docs/ICUNewTaglet.d.ts +7 -0
  331. package/types/com/ibm/icu/dev/tool/docs/ICUNoteTaglet.d.ts +7 -0
  332. package/types/com/ibm/icu/dev/tool/docs/ICUObsoleteTaglet.d.ts +7 -0
  333. package/types/com/ibm/icu/dev/tool/docs/ICUProvisionalTaglet.d.ts +7 -0
  334. package/types/com/ibm/icu/dev/tool/docs/ICUStableTaglet.d.ts +7 -0
  335. package/types/com/ibm/icu/dev/tool/docs/ICUSummaryTaglet.d.ts +7 -0
  336. package/types/com/ibm/icu/dev/tool/docs/ICUTaglet.d.ts +20 -0
  337. package/types/com/ibm/icu/dev/tool/docs/ICUTestTaglet.d.ts +7 -0
  338. package/types/com/ibm/icu/impl/CSCharacterIterator.d.ts +4 -2
  339. package/types/com/ibm/icu/impl/CharacterIteratorWrapper.d.ts +4 -2
  340. package/types/com/ibm/icu/impl/DateNumberFormat.d.ts +4 -2
  341. package/types/com/ibm/icu/impl/EraRules.d.ts +6 -3
  342. package/types/com/ibm/icu/impl/JavaTimeConverters.d.ts +6 -0
  343. package/types/com/ibm/icu/impl/JavaTimeZone.d.ts +5 -3
  344. package/types/com/ibm/icu/impl/LocaleDisplayNamesImpl$CapitalizationContextSink.d.ts +2 -1
  345. package/types/com/ibm/icu/impl/OlsonTimeZone.d.ts +5 -3
  346. package/types/com/ibm/icu/impl/RBBIDataWrapper$RBBIStateTable.d.ts +1 -0
  347. package/types/com/ibm/icu/impl/RelativeDateFormat$RelDateFmtDataSink.d.ts +2 -1
  348. package/types/com/ibm/icu/impl/ReplaceableUCharacterIterator.d.ts +4 -2
  349. package/types/com/ibm/icu/impl/Row.d.ts +1 -1
  350. package/types/com/ibm/icu/impl/SimpleFilteredSentenceBreakIterator.d.ts +4 -2
  351. package/types/com/ibm/icu/impl/StaticUnicodeSets$Key.d.ts +2 -1
  352. package/types/com/ibm/icu/impl/TextTrieMap$Node.d.ts +0 -2
  353. package/types/com/ibm/icu/impl/TimeZoneAdapter.d.ts +4 -2
  354. package/types/com/ibm/icu/impl/TimeZoneNamesImpl$ZoneStringsLoader.d.ts +2 -1
  355. package/types/com/ibm/icu/impl/Trie2$CharSequenceIterator.d.ts +2 -1
  356. package/types/com/ibm/icu/impl/Trie2$Trie2Iterator.d.ts +2 -2
  357. package/types/com/ibm/icu/impl/UCharArrayIterator.d.ts +4 -2
  358. package/types/com/ibm/icu/impl/UCharacterIteratorWrapper.d.ts +4 -2
  359. package/types/com/ibm/icu/impl/UCharacterProperty$BiDiIntProperty.d.ts +2 -1
  360. package/types/com/ibm/icu/impl/UCharacterProperty$BinaryProperty.d.ts +3 -2
  361. package/types/com/ibm/icu/impl/UCharacterProperty$CaseBinaryProperty.d.ts +2 -1
  362. package/types/com/ibm/icu/impl/UCharacterProperty$CombiningClassIntProperty.d.ts +2 -1
  363. package/types/com/ibm/icu/impl/UCharacterProperty$EmojiBinaryProperty.d.ts +2 -1
  364. package/types/com/ibm/icu/impl/UCharacterProperty$IntProperty.d.ts +3 -2
  365. package/types/com/ibm/icu/impl/UCharacterProperty$MCMBinaryProperty.d.ts +2 -1
  366. package/types/com/ibm/icu/impl/UCharacterProperty$MathCompatBinaryProperty.d.ts +2 -1
  367. package/types/com/ibm/icu/impl/UCharacterProperty$NormInertBinaryProperty.d.ts +2 -1
  368. package/types/com/ibm/icu/impl/UCharacterProperty$NormQuickCheckIntProperty.d.ts +2 -1
  369. package/types/com/ibm/icu/impl/UnicodeMap$IteratorX.d.ts +1 -1
  370. package/types/com/ibm/icu/impl/Utility.d.ts +4 -4
  371. package/types/com/ibm/icu/impl/UtilityExtensions.d.ts +5 -5
  372. package/types/com/ibm/icu/impl/breakiter/DictionaryBreakEngine$DequeI.d.ts +1 -1
  373. package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$CodePointsVectorizer.d.ts +2 -1
  374. package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$GraphemeClusterVectorizer.d.ts +2 -1
  375. package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$Vectorizer.d.ts +2 -1
  376. package/types/com/ibm/icu/impl/duration/BasicPeriodBuilderFactory$Settings.d.ts +2 -1
  377. package/types/com/ibm/icu/impl/locale/LSR$CachedDecoder.d.ts +9 -0
  378. package/types/com/ibm/icu/impl/number/CustomSymbolCurrency.d.ts +45 -1
  379. package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +1 -0
  380. package/types/com/ibm/icu/impl/number/MacroProps.d.ts +1 -1
  381. package/types/com/ibm/icu/impl/number/MicroProps.d.ts +1 -1
  382. package/types/com/ibm/icu/impl/number/parse/AffixTokenMatcherFactory.d.ts +2 -0
  383. package/types/com/ibm/icu/impl/number/parse/ApproximatelySignMatcher.d.ts +13 -0
  384. package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$SingleUnitOrConstant.d.ts +2 -1
  385. package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$Token$Type.d.ts +2 -1
  386. package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$Token.d.ts +1 -0
  387. package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser.d.ts +1 -0
  388. package/types/com/ibm/icu/impl/units/UnitAliases$Alias.d.ts +6 -0
  389. package/types/com/ibm/icu/impl/units/UnitAliases$AllAliasSink.d.ts +9 -0
  390. package/types/com/ibm/icu/impl/units/UnitAliases.d.ts +8 -0
  391. package/types/com/ibm/icu/impl/units/UnitsData$Constants.d.ts +1 -0
  392. package/types/com/ibm/icu/impl/units/UnitsData.d.ts +3 -0
  393. package/types/com/ibm/icu/impl/units/UnitsRouter$RouteResult.d.ts +2 -1
  394. package/types/com/ibm/icu/lang/UCharacter$CodePointsIterator.d.ts +13 -0
  395. package/types/com/ibm/icu/lang/UCharacter$UnicodeBlock.d.ts +16 -0
  396. package/types/com/ibm/icu/lang/UCharacter.d.ts +7 -0
  397. package/types/com/ibm/icu/lang/UScript.d.ts +5 -0
  398. package/types/com/ibm/icu/message2/DateTimeFunctionFactory$DateTimeFunctionImpl.d.ts +14 -0
  399. package/types/com/ibm/icu/message2/DateTimeFunctionFactory.d.ts +9 -0
  400. package/types/com/ibm/icu/message2/Directionality.d.ts +2 -2
  401. package/types/com/ibm/icu/message2/Function.d.ts +7 -0
  402. package/types/com/ibm/icu/message2/FunctionFactory.d.ts +6 -0
  403. package/types/com/ibm/icu/message2/MFDataModel$FunctionExpression.d.ts +3 -3
  404. package/types/com/ibm/icu/message2/MFDataModel$FunctionRef.d.ts +7 -0
  405. package/types/com/ibm/icu/message2/MFDataModel$LiteralExpression.d.ts +3 -3
  406. package/types/com/ibm/icu/message2/MFDataModel$VariableExpression.d.ts +3 -3
  407. package/types/com/ibm/icu/message2/MFDataModelFormatter$ResolvedSelector.d.ts +3 -3
  408. package/types/com/ibm/icu/message2/MFDataModelFormatter.d.ts +2 -2
  409. package/types/com/ibm/icu/message2/MFFunctionRegistry$Builder.d.ts +9 -14
  410. package/types/com/ibm/icu/message2/MFFunctionRegistry.d.ts +7 -11
  411. package/types/com/ibm/icu/message2/MFParser.d.ts +4 -5
  412. package/types/com/ibm/icu/message2/MFSerializer.d.ts +2 -2
  413. package/types/com/ibm/icu/message2/NumberFunctionFactory$NumberFunctionImpl.d.ts +21 -0
  414. package/types/com/ibm/icu/message2/NumberFunctionFactory$ResolvedOffsetOptions.d.ts +6 -0
  415. package/types/com/ibm/icu/message2/NumberFunctionFactory.d.ts +9 -0
  416. package/types/com/ibm/icu/message2/TextFunctionFactory$TextFunctionImpl.d.ts +12 -0
  417. package/types/com/ibm/icu/message2/TextFunctionFactory.d.ts +8 -0
  418. package/types/com/ibm/icu/number/NumberRangeFormatterImpl.d.ts +1 -1
  419. package/types/com/ibm/icu/segmenter/BoundaryIteratorOfInts.d.ts +12 -0
  420. package/types/com/ibm/icu/segmenter/BoundarySpliterator.d.ts +25 -0
  421. package/types/com/ibm/icu/segmenter/LocalizedSegmenter$Builder.d.ts +14 -0
  422. package/types/com/ibm/icu/segmenter/LocalizedSegmenter$SegmentationType.d.ts +14 -0
  423. package/types/com/ibm/icu/segmenter/LocalizedSegmenter.d.ts +14 -0
  424. package/types/com/ibm/icu/segmenter/RuleBasedSegmenter$Builder.d.ts +9 -0
  425. package/types/com/ibm/icu/segmenter/RuleBasedSegmenter.d.ts +12 -0
  426. package/types/com/ibm/icu/segmenter/Segment.d.ts +10 -0
  427. package/types/com/ibm/icu/segmenter/SegmentIterator.d.ts +18 -0
  428. package/types/com/ibm/icu/segmenter/Segmenter.d.ts +6 -0
  429. package/types/com/ibm/icu/segmenter/Segments$IterationDirection.d.ts +12 -0
  430. package/types/com/ibm/icu/segmenter/Segments.d.ts +16 -0
  431. package/types/com/ibm/icu/segmenter/SegmentsImpl.d.ts +21 -0
  432. package/types/com/ibm/icu/text/BreakIterator.d.ts +1 -1
  433. package/types/com/ibm/icu/text/BreakTransliterator$ReplaceableCharacterIterator.d.ts +1 -1
  434. package/types/com/ibm/icu/text/BreakTransliterator$WordBreakIteratorHolder.d.ts +4 -0
  435. package/types/com/ibm/icu/text/BreakTransliterator.d.ts +4 -3
  436. package/types/com/ibm/icu/text/CaseFoldTransliterator.d.ts +0 -4
  437. package/types/com/ibm/icu/text/Collator.d.ts +1 -1
  438. package/types/com/ibm/icu/text/CurrencyPluralInfo.d.ts +1 -1
  439. package/types/com/ibm/icu/text/DateFormat.d.ts +1 -1
  440. package/types/com/ibm/icu/text/DateFormatSymbols.d.ts +5 -1
  441. package/types/com/ibm/icu/text/DateIntervalFormat.d.ts +4 -2
  442. package/types/com/ibm/icu/text/DateIntervalInfo.d.ts +2 -2
  443. package/types/com/ibm/icu/text/DateTimePatternGenerator$AppendItemFormatsSink.d.ts +2 -1
  444. package/types/com/ibm/icu/text/DateTimePatternGenerator$AppendItemNamesSink.d.ts +2 -1
  445. package/types/com/ibm/icu/text/DateTimePatternGenerator$AvailableFormatsSink.d.ts +2 -1
  446. package/types/com/ibm/icu/text/DateTimePatternGenerator.d.ts +1 -1
  447. package/types/com/ibm/icu/text/DecimalFormat.d.ts +4 -2
  448. package/types/com/ibm/icu/text/DecimalFormatSymbols.d.ts +1 -1
  449. package/types/com/ibm/icu/text/LowercaseTransliterator.d.ts +0 -4
  450. package/types/com/ibm/icu/text/MessageFormat.d.ts +4 -2
  451. package/types/com/ibm/icu/text/MessagePattern.d.ts +1 -1
  452. package/types/com/ibm/icu/text/Normalizer.d.ts +1 -1
  453. package/types/com/ibm/icu/text/NumberFormat.d.ts +4 -2
  454. package/types/com/ibm/icu/text/PluralFormat$PluralSelectorAdapter.d.ts +2 -1
  455. package/types/com/ibm/icu/text/RuleBasedBreakIterator$BreakCache.d.ts +3 -2
  456. package/types/com/ibm/icu/text/RuleBasedBreakIterator$DictionaryCache.d.ts +3 -2
  457. package/types/com/ibm/icu/text/RuleBasedBreakIterator.d.ts +4 -2
  458. package/types/com/ibm/icu/text/RuleBasedCollator.d.ts +4 -2
  459. package/types/com/ibm/icu/text/RuleBasedNumberFormat.d.ts +4 -2
  460. package/types/com/ibm/icu/text/SearchIterator$Search.d.ts +2 -1
  461. package/types/com/ibm/icu/text/SimpleDateFormat.d.ts +4 -2
  462. package/types/com/ibm/icu/text/StringCharacterIterator.d.ts +4 -2
  463. package/types/com/ibm/icu/text/TimeUnitFormat.d.ts +4 -2
  464. package/types/com/ibm/icu/text/TimeZoneFormat.d.ts +96 -1
  465. package/types/com/ibm/icu/text/TitlecaseTransliterator.d.ts +0 -4
  466. package/types/com/ibm/icu/text/TransliteratorIDParser.d.ts +3 -3
  467. package/types/com/ibm/icu/text/TransliteratorParser$ParseData.d.ts +2 -1
  468. package/types/com/ibm/icu/text/TransliteratorParser$RuleHalf.d.ts +2 -2
  469. package/types/com/ibm/icu/text/TransliteratorParser.d.ts +3 -3
  470. package/types/com/ibm/icu/text/TransliteratorRegistry$ResourceEntry.d.ts +5 -1
  471. package/types/com/ibm/icu/text/TransliteratorRegistry.d.ts +5 -3
  472. package/types/com/ibm/icu/text/UCharacterIterator.d.ts +1 -1
  473. package/types/com/ibm/icu/text/UnicodeSet$CodePointIterator.d.ts +1 -1
  474. package/types/com/ibm/icu/text/UnicodeSet$EntryRangeIterator.d.ts +1 -1
  475. package/types/com/ibm/icu/text/UppercaseTransliterator.d.ts +0 -4
  476. package/types/com/ibm/icu/util/CECalendar.d.ts +3 -0
  477. package/types/com/ibm/icu/util/Calendar.d.ts +2 -1
  478. package/types/com/ibm/icu/util/ChineseCalendar$MonthInfo.d.ts +10 -0
  479. package/types/com/ibm/icu/util/ChineseCalendar.d.ts +3 -3
  480. package/types/com/ibm/icu/util/CodePointMap$RangeIterator.d.ts +1 -1
  481. package/types/com/ibm/icu/util/CodePointMap$StringIterator.d.ts +2 -1
  482. package/types/com/ibm/icu/util/CompactByteArray.d.ts +1 -1
  483. package/types/com/ibm/icu/util/CompactCharArray.d.ts +1 -1
  484. package/types/com/ibm/icu/util/CopticCalendar.d.ts +3 -1
  485. package/types/com/ibm/icu/util/Currency.d.ts +45 -1
  486. package/types/com/ibm/icu/util/EthiopicCalendar.d.ts +3 -1
  487. package/types/com/ibm/icu/util/GregorianCalendar.d.ts +4 -1
  488. package/types/com/ibm/icu/util/HebrewCalendar.d.ts +1 -0
  489. package/types/com/ibm/icu/util/IndianCalendar.d.ts +1 -0
  490. package/types/com/ibm/icu/util/IslamicCalendar.d.ts +2 -0
  491. package/types/com/ibm/icu/util/MeasureUnit.d.ts +45 -1
  492. package/types/com/ibm/icu/util/PersianCalendar.d.ts +1 -0
  493. package/types/com/ibm/icu/util/RuleBasedTimeZone.d.ts +5 -3
  494. package/types/com/ibm/icu/util/SimpleTimeZone.d.ts +5 -3
  495. package/types/com/ibm/icu/util/TimeUnit.d.ts +45 -1
  496. package/types/com/ibm/icu/util/TimeZone.d.ts +1 -1
  497. package/types/com/ibm/icu/util/ULocale.d.ts +4 -2
  498. package/types/com/ibm/icu/util/VTimeZone.d.ts +5 -3
  499. package/types/com/ibm/icu/util/VersionInfo.d.ts +1 -0
  500. package/types/com/jcraft/jorbis/CodeBook$DecodeAux.d.ts +2 -1
  501. package/types/com/jcraft/jorbis/Floor0$EchstateFloor0.d.ts +2 -1
  502. package/types/com/jcraft/jorbis/Floor0$InfoFloor0.d.ts +2 -1
  503. package/types/com/jcraft/jorbis/Floor0$LookFloor0.d.ts +2 -1
  504. package/types/com/jcraft/jorbis/Floor1$EchstateFloor1.d.ts +2 -1
  505. package/types/com/jcraft/jorbis/Floor1$InfoFloor1.d.ts +2 -1
  506. package/types/com/jcraft/jorbis/Floor1$LookFloor1.d.ts +2 -1
  507. package/types/com/jcraft/jorbis/Floor1$Lsfit_acc.d.ts +2 -1
  508. package/types/com/jcraft/jorbis/Mapping0$InfoMapping0.d.ts +2 -1
  509. package/types/com/jcraft/jorbis/Mapping0$LookMapping0.d.ts +2 -1
  510. package/types/com/jcraft/jorbis/Residue0$InfoResidue0.d.ts +2 -1
  511. package/types/com/jcraft/jorbis/Residue0$LookResidue0.d.ts +2 -1
  512. package/types/com/jcraft/jorbis/VorbisFile$SeekableInputStream.d.ts +2 -1
  513. package/types/com/llamalad7/mixinextras/ap/expressions/DefinitionInfo$SyntheticAt.d.ts +2 -1
  514. package/types/com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator.d.ts +1 -0
  515. package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$Expansion.d.ts +2 -1
  516. package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/StringConcatFactoryExpander$ConcatPart.d.ts +2 -0
  517. package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/StringConcatFactoryExpander$PartialResult.d.ts +2 -0
  518. package/types/com/llamalad7/mixinextras/injector/IntLikeBehaviour.d.ts +2 -0
  519. package/types/com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo.d.ts +2 -1
  520. package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$ComparisonOperation.d.ts +2 -1
  521. package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$DupedFactoryRedirectOperation.d.ts +2 -1
  522. package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$DynamicInstanceofRedirectOperation.d.ts +2 -1
  523. package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$MethodCallOperation.d.ts +2 -1
  524. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer$Builder.d.ts +2 -0
  525. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer.d.ts +2 -0
  526. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint16BitCharStream.d.ts +2 -0
  527. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint32BitCharStream.d.ts +2 -0
  528. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint8BitCharStream.d.ts +2 -0
  529. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +2 -0
  530. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/Parser$TraceListener.d.ts +2 -1
  531. package/types/com/llamalad7/mixinextras/lib/antlr/runtime/misc/Array2DHashSet$SetIterator.d.ts +1 -1
  532. package/types/com/llamalad7/mixinextras/lib/semver/VersionParser$CharType.d.ts +2 -0
  533. package/types/com/llamalad7/mixinextras/sugar/impl/ShareInfo$ShareId.d.ts +2 -0
  534. package/types/com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo$ParameterWrapper.d.ts +2 -0
  535. package/types/com/llamalad7/mixinextras/utils/PreviousInjectorInsns.d.ts +2 -0
  536. package/types/com/microsoft/aad/msal4j/AuthenticationErrorCode.d.ts +1 -0
  537. package/types/com/microsoft/aad/msal4j/AuthorizationCodeParameters.d.ts +2 -0
  538. package/types/com/microsoft/aad/msal4j/AuthorizationRequestUrlParameters.d.ts +2 -1
  539. package/types/com/microsoft/aad/msal4j/AuthorizationResponseHandler.d.ts +1 -1
  540. package/types/com/microsoft/aad/msal4j/ClientCredentialParameters.d.ts +2 -0
  541. package/types/com/microsoft/aad/msal4j/ConfidentialClientApplication$Builder.d.ts +2 -0
  542. package/types/com/microsoft/aad/msal4j/ConfidentialClientApplication.d.ts +2 -0
  543. package/types/com/microsoft/aad/msal4j/DeviceCodeFlowParameters.d.ts +2 -0
  544. package/types/com/microsoft/aad/msal4j/IntegratedWindowsAuthenticationParameters.d.ts +2 -0
  545. package/types/com/microsoft/aad/msal4j/InteractiveRequestParameters.d.ts +2 -0
  546. package/types/com/microsoft/aad/msal4j/KnownMetadataProvider.d.ts +4 -0
  547. package/types/com/microsoft/aad/msal4j/ManagedIdentityApplication$Builder.d.ts +2 -1
  548. package/types/com/microsoft/aad/msal4j/ManagedIdentityApplication.d.ts +2 -0
  549. package/types/com/microsoft/aad/msal4j/ManagedIdentityParameters.d.ts +2 -0
  550. package/types/com/microsoft/aad/msal4j/MexParser$NegotiateAuthenticationPolicySelector.d.ts +2 -0
  551. package/types/com/microsoft/aad/msal4j/MexParser$WsTrustEndpointPolicySelector.d.ts +2 -0
  552. package/types/com/microsoft/aad/msal4j/OnBehalfOfParameters.d.ts +2 -0
  553. package/types/com/microsoft/aad/msal4j/PublicClientApplication$Builder.d.ts +2 -0
  554. package/types/com/microsoft/aad/msal4j/PublicClientApplication.d.ts +2 -0
  555. package/types/com/microsoft/aad/msal4j/RefreshTokenParameters.d.ts +2 -0
  556. package/types/com/microsoft/aad/msal4j/SilentParameters.d.ts +2 -0
  557. package/types/com/microsoft/aad/msal4j/SystemBrowserOptions.d.ts +2 -0
  558. package/types/com/microsoft/aad/msal4j/TokenCache$CacheAspect.d.ts +2 -1
  559. package/types/com/microsoft/aad/msal4j/TokenRequestExecutor.d.ts +0 -1
  560. package/types/com/microsoft/aad/msal4j/UserNamePasswordParameters.d.ts +2 -0
  561. package/types/com/mojang/authlib/exceptions/MinecraftClientHttpException.d.ts +4 -0
  562. package/types/com/mojang/authlib/minecraft/UserApiService$UserFlag.d.ts +4 -1
  563. package/types/com/mojang/authlib/minecraft/client/MinecraftClient$ServiceResponse.d.ts +15 -0
  564. package/types/com/mojang/authlib/minecraft/client/MinecraftClient.d.ts +12 -2
  565. package/types/com/mojang/authlib/minecraft/report/AbuseReportLimits.d.ts +1 -0
  566. package/types/com/mojang/authlib/minecraft/report/ReportChatMessage.d.ts +1 -0
  567. package/types/com/mojang/authlib/yggdrasil/ChatToggleValue.d.ts +16 -0
  568. package/types/com/mojang/authlib/yggdrasil/FriendsService$PlayerData.d.ts +13 -0
  569. package/types/com/mojang/authlib/yggdrasil/FriendsService$ResultCode.d.ts +21 -0
  570. package/types/com/mojang/authlib/yggdrasil/FriendsService.d.ts +21 -0
  571. package/types/com/mojang/authlib/yggdrasil/ToggleValue.d.ts +14 -0
  572. package/types/com/mojang/authlib/yggdrasil/YggdrasilAuthenticationService.d.ts +2 -0
  573. package/types/com/mojang/authlib/yggdrasil/YggdrasilFriendsService.d.ts +47 -0
  574. package/types/com/mojang/authlib/yggdrasil/YggdrasilUserApiService.d.ts +2 -2
  575. package/types/com/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo.d.ts +1 -0
  576. package/types/com/mojang/authlib/yggdrasil/request/AbuseReportRequest.d.ts +1 -0
  577. package/types/com/mojang/authlib/yggdrasil/request/FriendActionRequest.d.ts +18 -0
  578. package/types/com/mojang/authlib/yggdrasil/request/PresenceRequest.d.ts +11 -0
  579. package/types/com/mojang/authlib/yggdrasil/request/TelemetryEventsRequest$Event.d.ts +3 -0
  580. package/types/com/mojang/authlib/yggdrasil/request/UpdateType.d.ts +12 -0
  581. package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest$FriendsPreferences.d.ts +13 -0
  582. package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest$ProfanityFilterPreferences.d.ts +10 -0
  583. package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest.d.ts +14 -0
  584. package/types/com/mojang/authlib/yggdrasil/response/FriendData.d.ts +16 -0
  585. package/types/com/mojang/authlib/yggdrasil/response/FriendDto.d.ts +13 -0
  586. package/types/com/mojang/authlib/yggdrasil/response/FriendRequestsResponse.d.ts +11 -0
  587. package/types/com/mojang/authlib/yggdrasil/response/FriendsErrorStatus.d.ts +13 -0
  588. package/types/com/mojang/authlib/yggdrasil/response/FriendsListResponse.d.ts +15 -0
  589. package/types/com/mojang/authlib/yggdrasil/response/MinecraftTexturesPayload.d.ts +1 -0
  590. package/types/com/mojang/authlib/yggdrasil/response/PresenceResponse.d.ts +12 -0
  591. package/types/com/mojang/authlib/yggdrasil/response/PresenceStatus.d.ts +16 -0
  592. package/types/com/mojang/authlib/yggdrasil/response/PresenceStatusDto.d.ts +19 -0
  593. package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$ChatPreferences.d.ts +11 -0
  594. package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$FriendsPreferences.d.ts +13 -0
  595. package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$Privileges$Privilege.d.ts +1 -0
  596. package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$ProfanityFilterPreferences.d.ts +1 -0
  597. package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse.d.ts +7 -1
  598. package/types/com/mojang/blaze3d/GLFWErrorCapture$Error.d.ts +1 -0
  599. package/types/com/mojang/blaze3d/GpuDeviceLossException.d.ts +4 -0
  600. package/types/com/mojang/blaze3d/GpuFormat$ComponentType.d.ts +28 -0
  601. package/types/com/mojang/blaze3d/GpuFormat.d.ts +76 -0
  602. package/types/com/mojang/blaze3d/IndexType.d.ts +14 -0
  603. package/types/com/mojang/blaze3d/PrimitiveTopology.d.ts +22 -0
  604. package/types/com/mojang/blaze3d/audio/OpenAlUtil.d.ts +4 -0
  605. package/types/com/mojang/blaze3d/buffers/GpuBuffer.d.ts +5 -1
  606. package/types/com/mojang/blaze3d/buffers/GpuBufferSlice$MappedView.d.ts +19 -0
  607. package/types/com/mojang/blaze3d/buffers/GpuBufferSlice.d.ts +3 -0
  608. package/types/com/mojang/blaze3d/buffers/GpuFence.d.ts +1 -1
  609. package/types/com/mojang/blaze3d/font/TrueTypeGlyphProvider$Glyph.d.ts +2 -1
  610. package/types/com/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass.d.ts +2 -1
  611. package/types/com/mojang/blaze3d/opengl/BufferStorage$Immutable.d.ts +2 -6
  612. package/types/com/mojang/blaze3d/opengl/BufferStorage$Mutable.d.ts +2 -5
  613. package/types/com/mojang/blaze3d/opengl/BufferStorage.d.ts +2 -5
  614. package/types/com/mojang/blaze3d/opengl/DirectStateAccess$Core.d.ts +4 -3
  615. package/types/com/mojang/blaze3d/opengl/DirectStateAccess$Emulated.d.ts +4 -4
  616. package/types/com/mojang/blaze3d/opengl/DirectStateAccess.d.ts +4 -3
  617. package/types/com/mojang/blaze3d/opengl/FrameBufferAttachment.d.ts +8 -0
  618. package/types/com/mojang/blaze3d/opengl/FrameBufferCache$CacheKey.d.ts +10 -0
  619. package/types/com/mojang/blaze3d/opengl/FrameBufferCache.d.ts +11 -0
  620. package/types/com/mojang/blaze3d/opengl/GlBackend.d.ts +2 -1
  621. package/types/com/mojang/blaze3d/opengl/GlBuffer$Direct.d.ts +26 -0
  622. package/types/com/mojang/blaze3d/opengl/GlBuffer.d.ts +6 -11
  623. package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +45 -28
  624. package/types/com/mojang/blaze3d/opengl/GlConst.d.ts +15 -18
  625. package/types/com/mojang/blaze3d/opengl/GlDebugLabel$Core.d.ts +1 -1
  626. package/types/com/mojang/blaze3d/opengl/GlDebugLabel$Ext.d.ts +2 -1
  627. package/types/com/mojang/blaze3d/opengl/GlDebugLabel.d.ts +1 -1
  628. package/types/com/mojang/blaze3d/opengl/GlDevice.d.ts +16 -21
  629. package/types/com/mojang/blaze3d/opengl/GlFence.d.ts +6 -3
  630. package/types/com/mojang/blaze3d/opengl/GlHeuristics.d.ts +13 -0
  631. package/types/com/mojang/blaze3d/opengl/GlProgram.d.ts +3 -4
  632. package/types/com/mojang/blaze3d/opengl/GlQueryPool.d.ts +13 -0
  633. package/types/com/mojang/blaze3d/opengl/GlRenderPass.d.ts +25 -13
  634. package/types/com/mojang/blaze3d/opengl/GlStateManager$BlendState.d.ts +2 -0
  635. package/types/com/mojang/blaze3d/opengl/GlStateManager.d.ts +10 -5
  636. package/types/com/mojang/blaze3d/opengl/GlSurface.d.ts +19 -0
  637. package/types/com/mojang/blaze3d/opengl/GlTexture.d.ts +11 -9
  638. package/types/com/mojang/blaze3d/opengl/GlTextureView.d.ts +11 -9
  639. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$Fallback$GlAllocation.d.ts +13 -0
  640. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$Fallback.d.ts +32 -0
  641. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping$GlAllocation.d.ts +14 -0
  642. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping$Rotation.d.ts +16 -0
  643. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping.d.ts +38 -0
  644. package/types/com/mojang/blaze3d/opengl/GlTransientMemory$TransientGpuBuffer.d.ts +25 -0
  645. package/types/com/mojang/blaze3d/opengl/GlTransientMemory.d.ts +36 -0
  646. package/types/com/mojang/blaze3d/opengl/GlUtil.d.ts +5 -0
  647. package/types/com/mojang/blaze3d/opengl/Uniform$Sampler.d.ts +1 -0
  648. package/types/com/mojang/blaze3d/opengl/Uniform$Ubo.d.ts +1 -0
  649. package/types/com/mojang/blaze3d/opengl/Uniform$Utb.d.ts +5 -3
  650. package/types/com/mojang/blaze3d/opengl/VertexArrayCache$Emulated.d.ts +3 -3
  651. package/types/com/mojang/blaze3d/opengl/VertexArrayCache$Separate.d.ts +3 -3
  652. package/types/com/mojang/blaze3d/opengl/VertexArrayCache$VertexArray.d.ts +2 -4
  653. package/types/com/mojang/blaze3d/opengl/VertexArrayCache.d.ts +3 -2
  654. package/types/com/mojang/blaze3d/pipeline/BindGroupLayout$Builder.d.ts +14 -0
  655. package/types/com/mojang/blaze3d/pipeline/BindGroupLayout$UniformDescription.d.ts +18 -0
  656. package/types/com/mojang/blaze3d/pipeline/BindGroupLayout.d.ts +14 -0
  657. package/types/com/mojang/blaze3d/pipeline/BlendEquation.d.ts +16 -0
  658. package/types/com/mojang/blaze3d/pipeline/BlendFunction.d.ts +13 -12
  659. package/types/com/mojang/blaze3d/pipeline/ColorTargetState.d.ts +6 -0
  660. package/types/com/mojang/blaze3d/pipeline/DepthStencilState.d.ts +2 -0
  661. package/types/com/mojang/blaze3d/pipeline/RenderPipeline$Builder.d.ts +12 -13
  662. package/types/com/mojang/blaze3d/pipeline/RenderPipeline$Snippet.d.ts +13 -13
  663. package/types/com/mojang/blaze3d/pipeline/RenderPipeline.d.ts +12 -12
  664. package/types/com/mojang/blaze3d/pipeline/RenderTarget.d.ts +4 -3
  665. package/types/com/mojang/blaze3d/pipeline/TextureTarget.d.ts +2 -1
  666. package/types/com/mojang/blaze3d/platform/BlendFactor.d.ts +25 -0
  667. package/types/com/mojang/blaze3d/platform/BlendOp.d.ts +15 -0
  668. package/types/com/mojang/blaze3d/platform/ClientShutdownWatchdog.d.ts +2 -2
  669. package/types/com/mojang/blaze3d/platform/DisplayData.d.ts +1 -0
  670. package/types/com/mojang/blaze3d/platform/GLX.d.ts +2 -2
  671. package/types/com/mojang/blaze3d/platform/Lighting.d.ts +2 -2
  672. package/types/com/mojang/blaze3d/platform/MacosUtil.d.ts +1 -0
  673. package/types/com/mojang/blaze3d/platform/Monitor.d.ts +20 -14
  674. package/types/com/mojang/blaze3d/platform/MonitorManager.d.ts +13 -0
  675. package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +1 -0
  676. package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$CapturingPrintStream.d.ts +10 -0
  677. package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$CapturingStream.d.ts +10 -0
  678. package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$LibraryLoadEntry.d.ts +13 -0
  679. package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap.d.ts +6 -0
  680. package/types/com/mojang/blaze3d/platform/Transparency.d.ts +1 -0
  681. package/types/com/mojang/blaze3d/platform/Window.d.ts +5 -8
  682. package/types/com/mojang/blaze3d/platform/WindowEventHandler.d.ts +1 -0
  683. package/types/com/mojang/blaze3d/resource/RenderTargetDescriptor.d.ts +7 -2
  684. package/types/com/mojang/blaze3d/shaders/GpuDebugOptions.d.ts +3 -0
  685. package/types/com/mojang/blaze3d/shaders/UniformType.d.ts +1 -2
  686. package/types/com/mojang/blaze3d/systems/BackendCreationException$Reason.d.ts +22 -0
  687. package/types/com/mojang/blaze3d/systems/BackendCreationException.d.ts +7 -1
  688. package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +26 -17
  689. package/types/com/mojang/blaze3d/systems/CommandEncoderBackend.d.ts +14 -20
  690. package/types/com/mojang/blaze3d/systems/DeviceFeatures.d.ts +22 -0
  691. package/types/com/mojang/blaze3d/systems/DeviceInfo.d.ts +34 -0
  692. package/types/com/mojang/blaze3d/systems/DeviceLimits.d.ts +22 -0
  693. package/types/com/mojang/blaze3d/systems/DeviceType.d.ts +15 -0
  694. package/types/com/mojang/blaze3d/systems/GpuBackend.d.ts +2 -1
  695. package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +16 -16
  696. package/types/com/mojang/blaze3d/systems/GpuDeviceBackend.d.ts +10 -15
  697. package/types/com/mojang/blaze3d/systems/GpuQueryPool.d.ts +9 -0
  698. package/types/com/mojang/blaze3d/systems/GpuSurface$Configuration.d.ts +15 -0
  699. package/types/com/mojang/blaze3d/systems/GpuSurface$PresentMode.d.ts +15 -0
  700. package/types/com/mojang/blaze3d/systems/GpuSurface.d.ts +24 -0
  701. package/types/com/mojang/blaze3d/systems/GpuSurfaceBackend.d.ts +15 -0
  702. package/types/com/mojang/blaze3d/systems/HintsAndWorkarounds.d.ts +12 -0
  703. package/types/com/mojang/blaze3d/systems/RenderPass$Draw.d.ts +5 -3
  704. package/types/com/mojang/blaze3d/systems/RenderPass$RenderArea.d.ts +18 -0
  705. package/types/com/mojang/blaze3d/systems/RenderPass.d.ts +35 -9
  706. package/types/com/mojang/blaze3d/systems/RenderPassBackend.d.ts +17 -10
  707. package/types/com/mojang/blaze3d/systems/RenderPassDescriptor$Attachment.d.ts +13 -0
  708. package/types/com/mojang/blaze3d/systems/RenderPassDescriptor.d.ts +23 -0
  709. package/types/com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer.d.ts +6 -4
  710. package/types/com/mojang/blaze3d/systems/RenderSystem$GpuAsyncTask.d.ts +1 -1
  711. package/types/com/mojang/blaze3d/systems/RenderSystem.d.ts +6 -8
  712. package/types/com/mojang/blaze3d/systems/ScissorState.d.ts +4 -0
  713. package/types/com/mojang/blaze3d/systems/SurfaceException.d.ts +6 -0
  714. package/types/com/mojang/blaze3d/systems/TimerQuery$Status.d.ts +13 -0
  715. package/types/com/mojang/blaze3d/systems/TimerQuery.d.ts +12 -7
  716. package/types/com/mojang/blaze3d/systems/TracyGpuProfiler.d.ts +17 -0
  717. package/types/com/mojang/blaze3d/systems/TransientMemory.d.ts +24 -0
  718. package/types/com/mojang/blaze3d/textures/GpuTexture.d.ts +4 -4
  719. package/types/com/mojang/blaze3d/util/TransientBlockAllocator$Allocation.d.ts +14 -0
  720. package/types/com/mojang/blaze3d/util/TransientBlockAllocator$Allocator.d.ts +5 -0
  721. package/types/com/mojang/blaze3d/util/TransientBlockAllocator.d.ts +26 -0
  722. package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +19 -9
  723. package/types/com/mojang/blaze3d/vertex/ByteBufferBuilder$Result.d.ts +4 -2
  724. package/types/com/mojang/blaze3d/vertex/ByteBufferBuilder.d.ts +2 -2
  725. package/types/com/mojang/blaze3d/vertex/DefaultVertexFormat.d.ts +15 -1
  726. package/types/com/mojang/blaze3d/vertex/MeshData$DrawState.d.ts +7 -6
  727. package/types/com/mojang/blaze3d/vertex/MeshData$SortState.d.ts +7 -5
  728. package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +5 -3
  729. package/types/com/mojang/blaze3d/vertex/StagingBuffer$BufferHandle.d.ts +12 -0
  730. package/types/com/mojang/blaze3d/vertex/StagingBuffer$Cpu.d.ts +13 -0
  731. package/types/com/mojang/blaze3d/vertex/StagingBuffer$PersistentlyMapped.d.ts +19 -0
  732. package/types/com/mojang/blaze3d/vertex/StagingBuffer$Uploader.d.ts +13 -0
  733. package/types/com/mojang/blaze3d/vertex/StagingBuffer.d.ts +21 -0
  734. package/types/com/mojang/blaze3d/vertex/TlsfAllocator$Block.d.ts +6 -6
  735. package/types/com/mojang/blaze3d/vertex/TlsfAllocator$IndexPair.d.ts +1 -0
  736. package/types/com/mojang/blaze3d/vertex/UberGpuBuffer$StagedAllocationEntry.d.ts +12 -4
  737. package/types/com/mojang/blaze3d/vertex/UberGpuBuffer.d.ts +8 -8
  738. package/types/com/mojang/blaze3d/vertex/VertexFormat$Builder.d.ts +10 -6
  739. package/types/com/mojang/blaze3d/vertex/VertexFormat.d.ts +9 -19
  740. package/types/com/mojang/blaze3d/vertex/VertexFormatElement.d.ts +8 -26
  741. package/types/com/mojang/blaze3d/vulkan/Destroyable.d.ts +4 -0
  742. package/types/com/mojang/blaze3d/vulkan/DestructionQueue$Destroyer.d.ts +6 -0
  743. package/types/com/mojang/blaze3d/vulkan/DestructionQueue.d.ts +12 -0
  744. package/types/com/mojang/blaze3d/vulkan/VulkanBackend.d.ts +29 -0
  745. package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout$Entry.d.ts +16 -0
  746. package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout$VulkanBindGroupEntryType.d.ts +13 -0
  747. package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout.d.ts +16 -0
  748. package/types/com/mojang/blaze3d/vulkan/VulkanCommandEncoder.d.ts +71 -0
  749. package/types/com/mojang/blaze3d/vulkan/VulkanCommandPool.d.ts +17 -0
  750. package/types/com/mojang/blaze3d/vulkan/VulkanConst.d.ts +27 -0
  751. package/types/com/mojang/blaze3d/vulkan/VulkanDebug$Disabled.d.ts +20 -0
  752. package/types/com/mojang/blaze3d/vulkan/VulkanDebug$Enabled.d.ts +25 -0
  753. package/types/com/mojang/blaze3d/vulkan/VulkanDebug.d.ts +17 -0
  754. package/types/com/mojang/blaze3d/vulkan/VulkanDevice$ShaderCompilationKey.d.ts +17 -0
  755. package/types/com/mojang/blaze3d/vulkan/VulkanDevice.d.ts +77 -0
  756. package/types/com/mojang/blaze3d/vulkan/VulkanGpuBuffer$Direct.d.ts +26 -0
  757. package/types/com/mojang/blaze3d/vulkan/VulkanGpuBuffer.d.ts +18 -0
  758. package/types/com/mojang/blaze3d/vulkan/VulkanGpuSampler.d.ts +27 -0
  759. package/types/com/mojang/blaze3d/vulkan/VulkanGpuSurface.d.ts +41 -0
  760. package/types/com/mojang/blaze3d/vulkan/VulkanGpuTexture.d.ts +23 -0
  761. package/types/com/mojang/blaze3d/vulkan/VulkanGpuTextureView.d.ts +15 -0
  762. package/types/com/mojang/blaze3d/vulkan/VulkanInstance.d.ts +16 -0
  763. package/types/com/mojang/blaze3d/vulkan/VulkanPhysicalDevice.d.ts +41 -0
  764. package/types/com/mojang/blaze3d/vulkan/VulkanQueryPool.d.ts +17 -0
  765. package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission$SemaphoreOp.d.ts +14 -0
  766. package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission$SubmitStage.d.ts +17 -0
  767. package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission.d.ts +14 -0
  768. package/types/com/mojang/blaze3d/vulkan/VulkanQueue.d.ts +18 -0
  769. package/types/com/mojang/blaze3d/vulkan/VulkanRenderPass$TextureViewAndSampler.d.ts +14 -0
  770. package/types/com/mojang/blaze3d/vulkan/VulkanRenderPass.d.ts +67 -0
  771. package/types/com/mojang/blaze3d/vulkan/VulkanRenderPipeline.d.ts +33 -0
  772. package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory$TransientGpuBuffer.d.ts +26 -0
  773. package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory$VulkanAllocation.d.ts +16 -0
  774. package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory.d.ts +54 -0
  775. package/types/com/mojang/blaze3d/vulkan/VulkanUtils$DeviceUUID.d.ts +14 -0
  776. package/types/com/mojang/blaze3d/vulkan/VulkanUtils.d.ts +23 -0
  777. package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage$Checkpoint.d.ts +15 -0
  778. package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage$Frame.d.ts +11 -0
  779. package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage.d.ts +21 -0
  780. package/types/com/mojang/blaze3d/vulkan/checkpoints/AmdCheckpointExtension$AmdCheckpointStorage.d.ts +19 -0
  781. package/types/com/mojang/blaze3d/vulkan/checkpoints/AmdCheckpointExtension.d.ts +14 -0
  782. package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$CheckpointStorage.d.ts +8 -0
  783. package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$CheckpointType.d.ts +12 -0
  784. package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$QueueCheckpoints.d.ts +13 -0
  785. package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$StageCheckpoint.d.ts +15 -0
  786. package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension.d.ts +11 -0
  787. package/types/com/mojang/blaze3d/vulkan/checkpoints/NoopCheckpointExtension$NoopCheckpointStorage.d.ts +10 -0
  788. package/types/com/mojang/blaze3d/vulkan/checkpoints/NoopCheckpointExtension.d.ts +13 -0
  789. package/types/com/mojang/blaze3d/vulkan/checkpoints/NvidiaCheckpointExtension$NvidiaCheckpointStorage.d.ts +12 -0
  790. package/types/com/mojang/blaze3d/vulkan/checkpoints/NvidiaCheckpointExtension.d.ts +14 -0
  791. package/types/com/mojang/blaze3d/vulkan/glsl/GlslCompiler$CompiledModules.d.ts +15 -0
  792. package/types/com/mojang/blaze3d/vulkan/glsl/GlslCompiler.d.ts +17 -0
  793. package/types/com/mojang/blaze3d/vulkan/glsl/IntermediaryShaderModule.d.ts +35 -0
  794. package/types/com/mojang/blaze3d/vulkan/glsl/ShaderCompileException.d.ts +4 -0
  795. package/types/com/mojang/blaze3d/vulkan/glsl/SpvSampler.d.ts +14 -0
  796. package/types/com/mojang/blaze3d/vulkan/glsl/SpvUniformBuffer.d.ts +12 -0
  797. package/types/com/mojang/blaze3d/vulkan/glsl/SpvVariable.d.ts +12 -0
  798. package/types/com/mojang/blaze3d/vulkan/glsl/SpvcUtil.d.ts +5 -0
  799. package/types/com/mojang/blaze3d/vulkan/init/VulkanFeature.d.ts +23 -0
  800. package/types/com/mojang/blaze3d/vulkan/init/VulkanPNextStruct.d.ts +19 -0
  801. package/types/com/mojang/datafixers/DataFixerBuilder$Result.d.ts +2 -1
  802. package/types/com/mojang/datafixers/Products$P1.d.ts +22 -2
  803. package/types/com/mojang/datafixers/Products$P10.d.ts +33 -2
  804. package/types/com/mojang/datafixers/Products$P11.d.ts +31 -2
  805. package/types/com/mojang/datafixers/Products$P12.d.ts +29 -2
  806. package/types/com/mojang/datafixers/Products$P13.d.ts +27 -2
  807. package/types/com/mojang/datafixers/Products$P14.d.ts +25 -2
  808. package/types/com/mojang/datafixers/Products$P15.d.ts +23 -2
  809. package/types/com/mojang/datafixers/Products$P16.d.ts +22 -2
  810. package/types/com/mojang/datafixers/Products$P2.d.ts +22 -2
  811. package/types/com/mojang/datafixers/Products$P3.d.ts +22 -2
  812. package/types/com/mojang/datafixers/Products$P4.d.ts +22 -2
  813. package/types/com/mojang/datafixers/Products$P5.d.ts +23 -2
  814. package/types/com/mojang/datafixers/Products$P6.d.ts +25 -2
  815. package/types/com/mojang/datafixers/Products$P7.d.ts +27 -2
  816. package/types/com/mojang/datafixers/Products$P8.d.ts +28 -2
  817. package/types/com/mojang/datafixers/Products$P9.d.ts +35 -2
  818. package/types/com/mojang/datafixers/TypedOptic.d.ts +1 -1
  819. package/types/com/mojang/datafixers/functions/PointFreeRule$Choice.d.ts +1 -0
  820. package/types/com/mojang/datafixers/functions/PointFreeRule$Seq.d.ts +1 -0
  821. package/types/com/mojang/datafixers/types/templates/Check.d.ts +1 -0
  822. package/types/com/mojang/datafixers/types/templates/RecursivePoint.d.ts +1 -0
  823. package/types/com/mojang/math/GivensParameters.d.ts +1 -0
  824. package/types/com/mojang/math/MatrixUtil.d.ts +2 -3
  825. package/types/com/mojang/realmsclient/RealmsMainScreen$AvailableSnapshotEntry.d.ts +2 -1
  826. package/types/com/mojang/realmsclient/RealmsMainScreen$Entry.d.ts +2 -1
  827. package/types/com/mojang/realmsclient/RealmsMainScreen$NotificationMessageEntry.d.ts +1 -1
  828. package/types/com/mojang/realmsclient/RealmsMainScreen$ParentEntry.d.ts +2 -1
  829. package/types/com/mojang/realmsclient/RealmsMainScreen$RealmSelectionList.d.ts +1 -1
  830. package/types/com/mojang/realmsclient/RealmsMainScreen$ServerEntry.d.ts +2 -1
  831. package/types/com/mojang/realmsclient/client/RealmsError$CustomError.d.ts +1 -0
  832. package/types/com/mojang/realmsclient/client/RealmsError$ErrorWithJsonPayload.d.ts +1 -0
  833. package/types/com/mojang/realmsclient/client/RealmsError$ErrorWithRawPayload.d.ts +1 -0
  834. package/types/com/mojang/realmsclient/client/Request.d.ts +1 -1
  835. package/types/com/mojang/realmsclient/dto/RealmsSlotUpdateDto.d.ts +3 -0
  836. package/types/com/mojang/realmsclient/dto/RealmsWorldResetDto.d.ts +1 -0
  837. package/types/com/mojang/realmsclient/dto/RegionPingResult.d.ts +1 -0
  838. package/types/com/mojang/realmsclient/dto/Subscription.d.ts +1 -0
  839. package/types/com/mojang/realmsclient/dto/UploadInfo.d.ts +1 -0
  840. package/types/com/mojang/realmsclient/dto/WorldTemplatePaginatedList.d.ts +2 -0
  841. package/types/com/mojang/realmsclient/gui/RealmsWorldSlotButton.d.ts +4 -1
  842. package/types/com/mojang/realmsclient/gui/screens/RealmsPendingInvitesScreen$Entry.d.ts +2 -1
  843. package/types/com/mojang/realmsclient/gui/screens/RealmsPendingInvitesScreen$PendingInvitationSelectionList.d.ts +2 -1
  844. package/types/com/mojang/realmsclient/gui/screens/RealmsResetWorldScreen$FrameButton.d.ts +2 -1
  845. package/types/com/mojang/realmsclient/gui/screens/RealmsSelectWorldTemplateScreen$Entry.d.ts +2 -1
  846. package/types/com/mojang/realmsclient/gui/screens/RealmsSelectWorldTemplateScreen$WorldTemplateList.d.ts +3 -2
  847. package/types/com/mojang/realmsclient/gui/screens/UploadResult.d.ts +1 -0
  848. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupInfoScreen$BackupInfoList.d.ts +2 -1
  849. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupInfoScreen$BackupInfoListEntry.d.ts +2 -1
  850. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupScreen$BackupObjectSelectionList.d.ts +2 -1
  851. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupScreen$Entry.d.ts +2 -1
  852. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsConfigureWorldScreen.d.ts +5 -2
  853. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$HeaderEntry.d.ts +2 -1
  854. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$InvitedObjectSelectionList.d.ts +2 -1
  855. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$PlayerEntry.d.ts +2 -1
  856. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab.d.ts +2 -0
  857. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPreferredRegionSelectionScreen$RegionSelectionList$Entry.d.ts +3 -2
  858. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPreferredRegionSelectionScreen$RegionSelectionList.d.ts +2 -1
  859. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSettingsTab.d.ts +2 -0
  860. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSlotOptionsScreen$SettingsSlider.d.ts +2 -1
  861. package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSubscriptionTab.d.ts +3 -8
  862. package/types/com/mojang/realmsclient/gui/task/DataFetcher$ComputationResult.d.ts +1 -0
  863. package/types/com/mojang/realmsclient/gui/task/DataFetcher$SubscribedTask.d.ts +2 -1
  864. package/types/com/mojang/realmsclient/gui/task/DataFetcher$Subscription.d.ts +2 -1
  865. package/types/com/mojang/realmsclient/gui/task/DataFetcher$SuccessfulComputationResult.d.ts +1 -0
  866. package/types/com/mojang/realmsclient/gui/task/DataFetcher$Task.d.ts +2 -1
  867. package/types/com/mojang/serialization/JsonOps$JsonRecordBuilder.d.ts +2 -1
  868. package/types/com/mojang/serialization/codecs/ListCodec$DecoderState.d.ts +2 -1
  869. package/types/com/mojang/serialization/codecs/ListCodec.d.ts +1 -0
  870. package/types/com/oracle/js/parser/Parser$VerifyDestructuringPatternNodeVisitor.d.ts +2 -1
  871. package/types/com/oracle/js/parser/ParserContext$NodeIterator.d.ts +3 -2
  872. package/types/com/oracle/js/parser/ir/LexicalContext$NodeIterator.d.ts +3 -2
  873. package/types/com/oracle/truffle/api/TruffleContext$Builder.d.ts +1 -1
  874. package/types/com/oracle/truffle/api/TruffleFile$FileStoreInfo.d.ts +2 -1
  875. package/types/com/oracle/truffle/api/TruffleLogger$LoggerCache$LoggerNode.d.ts +2 -1
  876. package/types/com/oracle/truffle/api/TruffleLogger$LoggerCache$NamedLoggerRef.d.ts +2 -1
  877. package/types/com/oracle/truffle/api/bytecode/Instruction$Argument$BranchProfile.d.ts +1 -0
  878. package/types/com/oracle/truffle/api/debug/Breakpoint$BreakpointNodeFactory.d.ts +2 -1
  879. package/types/com/oracle/truffle/api/debug/Breakpoint$Builder.d.ts +2 -2
  880. package/types/com/oracle/truffle/api/debug/Breakpoint$ExceptionBuilder.d.ts +1 -1
  881. package/types/com/oracle/truffle/api/debug/Breakpoint$LocationsInExecutedSources.d.ts +2 -1
  882. package/types/com/oracle/truffle/api/debug/DebuggerSession$RootSteppingDepthNode.d.ts +2 -1
  883. package/types/com/oracle/truffle/api/debug/DebuggerSession$SteppingNode.d.ts +2 -1
  884. package/types/com/oracle/truffle/api/debug/DebuggerTags$AlwaysHalt.d.ts +2 -1
  885. package/types/com/oracle/truffle/api/debug/StepConfig$Builder.d.ts +1 -1
  886. package/types/com/oracle/truffle/api/debug/SuspensionFilter$Builder.d.ts +1 -1
  887. package/types/com/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator.d.ts +1 -1
  888. package/types/com/oracle/truffle/api/exception/HostStackTraceElementObject$DeclaringMetaObject.d.ts +2 -1
  889. package/types/com/oracle/truffle/api/impl/DispatchOutputStream$OutputStreamList.d.ts +2 -1
  890. package/types/com/oracle/truffle/api/impl/ReadOnlyArrayList$LI.d.ts +1 -1
  891. package/types/com/oracle/truffle/api/impl/asm/tree/InsnList$InsnListIterator.d.ts +1 -1
  892. package/types/com/oracle/truffle/api/instrumentation/AllocationEventFilter$Builder.d.ts +1 -1
  893. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter.d.ts +1 -1
  894. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$EngineInstrumenter.d.ts +1 -1
  895. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$InsertWrapperOperation.d.ts +4 -2
  896. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter.d.ts +1 -1
  897. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$LanguageClientInstrumenter.d.ts +1 -1
  898. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation.d.ts +4 -2
  899. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor.d.ts +2 -1
  900. package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder.d.ts +2 -1
  901. package/types/com/oracle/truffle/api/instrumentation/SourceFilter$Builder.d.ts +1 -1
  902. package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$AllSourcesNotification.d.ts +2 -1
  903. package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$InitializeSourcesNotification.d.ts +2 -1
  904. package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$NewSourcesNotification.d.ts +4 -1
  905. package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue.d.ts +2 -1
  906. package/types/com/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder.d.ts +1 -1
  907. package/types/com/oracle/truffle/api/library/LibraryFactory$CachedAOTExports.d.ts +2 -1
  908. package/types/com/oracle/truffle/api/library/LibraryFactory$ProxyExports.d.ts +2 -1
  909. package/types/com/oracle/truffle/api/object/LayoutImpl$Key.d.ts +1 -0
  910. package/types/com/oracle/truffle/api/source/Source$LiteralBuilder.d.ts +2 -2
  911. package/types/com/oracle/truffle/api/source/Source$SourceBuilder.d.ts +1 -1
  912. package/types/com/oracle/truffle/api/staticobject/GeneratorClassLoaders$FactoryClassLoader.d.ts +2 -1
  913. package/types/com/oracle/truffle/api/staticobject/GeneratorClassLoaders$StorageClassLoader.d.ts +2 -1
  914. package/types/com/oracle/truffle/api/strings/DecodingErrorHandler$Result.d.ts +1 -0
  915. package/types/com/oracle/truffle/api/strings/TranscodingErrorHandler$ReplacementString.d.ts +1 -0
  916. package/types/com/oracle/truffle/api/strings/provider/JCodingsProvider$TranscodeResult.d.ts +1 -0
  917. package/types/com/oracle/truffle/compiler/HostMethodInfo.d.ts +1 -0
  918. package/types/com/oracle/truffle/compiler/PartialEvaluationMethodInfo.d.ts +1 -0
  919. package/types/com/oracle/truffle/compiler/TruffleCompilerOptionDescriptor.d.ts +1 -0
  920. package/types/com/oracle/truffle/host/HostAdapterClassLoader$GeneratedClassLoader.d.ts +2 -1
  921. package/types/com/oracle/truffle/js/builtins/Uint8ArrayBuiltins$Uint8ArrayBaseNode$EncodeResult.d.ts +1 -0
  922. package/types/com/oracle/truffle/js/lang/JavaScriptLanguage$ParsedProgramRoot.d.ts +3 -1
  923. package/types/com/oracle/truffle/js/nodes/function/ClassDefinitionNode$ClassDefinitionResumptionRecord.d.ts +1 -0
  924. package/types/com/oracle/truffle/js/nodes/temporal/GetDifferenceSettingsNode$GetDifferenceSettingsResult.d.ts +1 -0
  925. package/types/com/oracle/truffle/js/nodes/temporal/RoundRelativeDurationNode$DurationNudgeResultRecord.d.ts +1 -0
  926. package/types/com/oracle/truffle/js/parser/GraalJSTranslator$EnvironmentCloseable.d.ts +2 -1
  927. package/types/com/oracle/truffle/js/parser/env/Environment$AbstractArgumentsVarRef.d.ts +1 -1
  928. package/types/com/oracle/truffle/js/parser/env/Environment$AbstractFrameVarRef.d.ts +1 -1
  929. package/types/com/oracle/truffle/js/parser/env/Environment$ActiveModuleRef.d.ts +1 -1
  930. package/types/com/oracle/truffle/js/parser/env/Environment$ArgumentsVarRef.d.ts +1 -1
  931. package/types/com/oracle/truffle/js/parser/env/Environment$DebugVarRef.d.ts +2 -1
  932. package/types/com/oracle/truffle/js/parser/env/Environment$FrameSlotVarRef.d.ts +2 -2
  933. package/types/com/oracle/truffle/js/parser/env/Environment$FunctionCalleeVarRef.d.ts +1 -1
  934. package/types/com/oracle/truffle/js/parser/env/Environment$GlobalLexVarRef.d.ts +3 -2
  935. package/types/com/oracle/truffle/js/parser/env/Environment$GlobalVarRef.d.ts +3 -2
  936. package/types/com/oracle/truffle/js/parser/env/Environment$MappedArgumentVarRef.d.ts +1 -1
  937. package/types/com/oracle/truffle/js/parser/env/Environment$WrappedDebugVarRef.d.ts +2 -1
  938. package/types/com/oracle/truffle/js/parser/env/Environment$WrappedEvalVarRef.d.ts +2 -1
  939. package/types/com/oracle/truffle/js/parser/env/Environment$WrappedGlobalVarRef.d.ts +2 -1
  940. package/types/com/oracle/truffle/js/parser/env/Environment$WrappedVarRef.d.ts +2 -1
  941. package/types/com/oracle/truffle/js/parser/env/Environment$WrappedWithVarRef.d.ts +2 -1
  942. package/types/com/oracle/truffle/js/parser/env/FunctionEnvironment$JumpTargetCloseable.d.ts +2 -1
  943. package/types/com/oracle/truffle/js/runtime/JSLanguageOptions.d.ts +1 -0
  944. package/types/com/oracle/truffle/js/runtime/JSParserOptions.d.ts +1 -0
  945. package/types/com/oracle/truffle/js/runtime/array/ScriptArray$DefaultIterator.d.ts +2 -1
  946. package/types/com/oracle/truffle/js/runtime/builtins/SetRecord.d.ts +1 -0
  947. package/types/com/oracle/truffle/js/runtime/builtins/temporal/DateDurationRecord.d.ts +1 -0
  948. package/types/com/oracle/truffle/js/runtime/builtins/temporal/ISODateRecord.d.ts +1 -0
  949. package/types/com/oracle/truffle/js/runtime/builtins/temporal/ISODateTimeRecord.d.ts +1 -0
  950. package/types/com/oracle/truffle/js/runtime/builtins/temporal/NormalizedDurationRecord.d.ts +1 -0
  951. package/types/com/oracle/truffle/js/runtime/builtins/temporal/TemporalDurationWithTotalRecord.d.ts +1 -0
  952. package/types/com/oracle/truffle/js/runtime/builtins/temporal/TimeDurationRecord.d.ts +1 -0
  953. package/types/com/oracle/truffle/js/runtime/builtins/temporal/TimeRecord.d.ts +1 -0
  954. package/types/com/oracle/truffle/js/runtime/builtins/wasm/WasmFunctionTypeInfo.d.ts +1 -0
  955. package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$ISOYearMonthRecord.d.ts +1 -0
  956. package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$NormalizedDurationWithTotalRecord.d.ts +1 -0
  957. package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$NormalizedTimeDurationWithTotalRecord.d.ts +1 -0
  958. package/types/com/oracle/truffle/polyglot/PolyglotContextImpl$CancellationThreadLocalAction.d.ts +2 -1
  959. package/types/com/oracle/truffle/polyglot/PolyglotContextImpl$InterruptThreadLocalAction.d.ts +2 -1
  960. package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$InitializeThreadAction.d.ts +2 -1
  961. package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$Lazy.d.ts +2 -1
  962. package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$PolyglotUncaughtExceptionHandler.d.ts +2 -1
  963. package/types/com/oracle/truffle/polyglot/PolyglotMap$EntryImpl.d.ts +1 -1
  964. package/types/com/oracle/truffle/polyglot/PolyglotSourceCache$StrongCache.d.ts +2 -1
  965. package/types/com/oracle/truffle/polyglot/PolyglotSourceCache$WeakCache.d.ts +2 -1
  966. package/types/com/oracle/truffle/polyglot/PolyglotThreadLocalActions$PolyglotStatisticsAction.d.ts +2 -1
  967. package/types/com/oracle/truffle/polyglot/PolyglotThreadLocalActions$PrintStackTraceAction.d.ts +2 -1
  968. package/types/com/oracle/truffle/polyglot/SourceCacheStatisticsListener$CacheCounterKey.d.ts +1 -0
  969. package/types/com/oracle/truffle/regex/tregex/automaton/StateSetImpl$StateListIterator.d.ts +1 -1
  970. package/types/com/oracle/truffle/regex/tregex/automaton/StateSetImpl$StateSetIterator.d.ts +1 -1
  971. package/types/com/oracle/truffle/regex/tregex/automaton/StateTransitionCanonicalizer$ConstraintDeduplicationKey.d.ts +1 -0
  972. package/types/com/oracle/truffle/regex/tregex/automaton/TransitionConstraint$MergeResult.d.ts +1 -0
  973. package/types/com/oracle/truffle/regex/tregex/nodes/dfa/CounterTrackerData.d.ts +1 -0
  974. package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$DynamicCompilationThresholds.d.ts +2 -1
  975. package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$TruffleCompilerThreadFactory.d.ts +2 -1
  976. package/types/com/oracle/truffle/runtime/collection/BTreeQueue$Compress.d.ts +2 -1
  977. package/types/com/oracle/truffle/tools/agentscript/impl/InsightInstrument$Key.d.ts +2 -1
  978. package/types/com/oracle/truffle/tools/agentscript/impl/InsightPerSource$InitializeLater.d.ts +2 -1
  979. package/types/com/oracle/truffle/tools/chromeinspector/BreakpointsHandler$ResolvedHandler.d.ts +2 -1
  980. package/types/com/oracle/truffle/tools/chromeinspector/InspectorDebugger$LoadScriptListenerImpl.d.ts +2 -1
  981. package/types/com/oracle/truffle/tools/chromeinspector/InspectorDebugger$SuspendedCallbackImpl.d.ts +2 -1
  982. package/types/com/oracle/truffle/tools/chromeinspector/InspectorRuntime$ConsoleOutputListener.d.ts +2 -1
  983. package/types/com/oracle/truffle/tools/chromeinspector/InspectorRuntime$ContextListener.d.ts +2 -1
  984. package/types/com/oracle/truffle/tools/chromeinspector/OutputHandler$ListeneableOutputStream$RBCH.d.ts +2 -1
  985. package/types/com/oracle/truffle/tools/chromeinspector/ScriptsHandler$ContextTracker.d.ts +2 -1
  986. package/types/com/oracle/truffle/tools/chromeinspector/TypeHandler$TypeProfileEventFactory.d.ts +2 -1
  987. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$CommandPostProcessor.d.ts +2 -1
  988. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$CommandProcessThread.d.ts +2 -1
  989. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$EventHandlerImpl.d.ts +2 -1
  990. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$InspectWebSocketHandler.d.ts +2 -1
  991. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$JSONHandler.d.ts +2 -1
  992. package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$WrappingSocketServerFactory.d.ts +2 -1
  993. package/types/com/oracle/truffle/tools/dap/server/BreakpointsHandler$ResolvedHandler.d.ts +2 -1
  994. package/types/com/oracle/truffle/tools/dap/server/DebugProtocolServerImpl$ConsoleOutputListener.d.ts +2 -1
  995. package/types/com/oracle/truffle/tools/dap/server/DebugProtocolServerImpl$SuspendedCallbackImpl.d.ts +2 -1
  996. package/types/com/oracle/truffle/tools/dap/server/ExecutionContext$ContextTracker.d.ts +2 -1
  997. package/types/com/oracle/truffle/tools/dap/server/OutputHandler$ListeneableOutputStream$RBCH.d.ts +2 -1
  998. package/types/com/oracle/truffle/tools/dap/server/ThreadsHandler$SuspendedThreadInfo.d.ts +2 -1
  999. package/types/com/oracle/truffle/tools/profiler/CPUSampler$ResultProcessingRunnable.d.ts +2 -1
  1000. package/types/com/oracle/truffle/tools/profiler/CPUSampler$SamplingTask.d.ts +2 -1
  1001. package/types/com/oracle/truffle/tools/profiler/HeapMonitor$Listener.d.ts +2 -1
  1002. package/types/com/oracle/truffle/tools/profiler/MemoryTracer$Listener.d.ts +2 -1
  1003. package/types/com/oracle/truffle/tools/profiler/SafepointStackSampler$SampleAction.d.ts +2 -1
  1004. package/types/com/oracle/truffle/tools/profiler/SafepointStackSampler$StackVisitor.d.ts +2 -1
  1005. package/types/com/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack.d.ts +2 -1
  1006. package/types/com/oracle/truffle/tools/utils/java_websocket/client/WebSocketClient$WebsocketWriteThread.d.ts +1 -1
  1007. package/types/com/oracle/truffle/tools/utils/java_websocket/drafts/Draft_6455$TranslatedPayloadMetaData.d.ts +2 -1
  1008. package/types/com/oracle/truffle/tools/utils/java_websocket/server/WebSocketServer$WebSocketWorker.d.ts +2 -1
  1009. package/types/com/seedfinding/mccore/util/data/StringUnhasher$Config.d.ts +2 -0
  1010. package/types/com/seedfinding/mcseed/rand/JRand$RandomWrapper.d.ts +2 -0
  1011. package/types/com/sun/jna/CallbackReference$DefaultCallbackProxy.d.ts +2 -1
  1012. package/types/com/sun/jna/Memory$SharedMemory.d.ts +1 -1
  1013. package/types/com/sun/jna/NativeString$StringMemory.d.ts +2 -1
  1014. package/types/com/sun/jna/Pointer$Opaque.d.ts +2 -0
  1015. package/types/com/sun/jna/Structure$LayoutInfo.d.ts +2 -0
  1016. package/types/com/sun/jna/VarArgsChecker$NoVarArgsChecker.d.ts +2 -0
  1017. package/types/com/sun/jna/VarArgsChecker$RealVarArgsChecker.d.ts +2 -0
  1018. package/types/com/sun/jna/VarArgsChecker.d.ts +2 -0
  1019. package/types/com/sun/jna/internal/Cleaner$CleanerThread.d.ts +2 -1
  1020. package/types/com/sun/jna/platform/FileMonitor$FileEvent.d.ts +2 -1
  1021. package/types/com/sun/jna/platform/FileUtils$DefaultFileUtils.d.ts +2 -0
  1022. package/types/com/sun/jna/platform/WindowUtils$MacWindowUtils.d.ts +2 -0
  1023. package/types/com/sun/jna/platform/WindowUtils$RepaintTrigger$Listener.d.ts +2 -1
  1024. package/types/com/sun/jna/platform/WindowUtils$W32WindowUtils.d.ts +2 -0
  1025. package/types/com/sun/jna/platform/WindowUtils$X11WindowUtils.d.ts +2 -0
  1026. package/types/com/sun/jna/platform/win32/AccCtrl$SE_OBJECT_TYPE.d.ts +2 -1
  1027. package/types/com/sun/jna/platform/win32/COM/WbemcliUtil$WmiResult.d.ts +3 -1
  1028. package/types/com/sun/jna/platform/win32/W32FileMonitor$FileInfo.d.ts +2 -1
  1029. package/types/com/sun/jna/platform/win32/WinCrypt$CERT_STRONG_SIGN_PARA$DUMMYUNION.d.ts +2 -1
  1030. package/types/com/sun/jna/platform/win32/Winnetwk$ConnectFlag.d.ts +2 -1
  1031. package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCEDISPLAYTYPE.d.ts +2 -1
  1032. package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCESCOPE.d.ts +2 -1
  1033. package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCETYPE.d.ts +2 -1
  1034. package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCEUSAGE.d.ts +2 -1
  1035. package/types/com/sun/source/doctree/AttributeTree$ValueKind.d.ts +14 -0
  1036. package/types/com/sun/source/doctree/AttributeTree.d.ts +11 -0
  1037. package/types/com/sun/source/doctree/AuthorTree.d.ts +9 -0
  1038. package/types/com/sun/source/doctree/BlockTagTree.d.ts +7 -0
  1039. package/types/com/sun/source/doctree/CommentTree.d.ts +7 -0
  1040. package/types/com/sun/source/doctree/DeprecatedTree.d.ts +9 -0
  1041. package/types/com/sun/source/doctree/DocCommentTree.d.ts +12 -0
  1042. package/types/com/sun/source/doctree/DocRootTree.d.ts +7 -0
  1043. package/types/com/sun/source/doctree/DocTree$Kind.d.ts +55 -0
  1044. package/types/com/sun/source/doctree/DocTree.d.ts +7 -0
  1045. package/types/com/sun/source/doctree/DocTreeVisitor.d.ts +83 -0
  1046. package/types/com/sun/source/doctree/DocTypeTree.d.ts +7 -0
  1047. package/types/com/sun/source/doctree/EndElementTree.d.ts +8 -0
  1048. package/types/com/sun/source/doctree/EntityTree.d.ts +8 -0
  1049. package/types/com/sun/source/doctree/ErroneousTree.d.ts +10 -0
  1050. package/types/com/sun/source/doctree/EscapeTree.d.ts +7 -0
  1051. package/types/com/sun/source/doctree/HiddenTree.d.ts +9 -0
  1052. package/types/com/sun/source/doctree/IdentifierTree.d.ts +8 -0
  1053. package/types/com/sun/source/doctree/IndexTree.d.ts +10 -0
  1054. package/types/com/sun/source/doctree/InheritDocTree.d.ts +9 -0
  1055. package/types/com/sun/source/doctree/InlineTagTree.d.ts +7 -0
  1056. package/types/com/sun/source/doctree/LinkTree.d.ts +11 -0
  1057. package/types/com/sun/source/doctree/LiteralTree.d.ts +9 -0
  1058. package/types/com/sun/source/doctree/ParamTree.d.ts +12 -0
  1059. package/types/com/sun/source/doctree/ProvidesTree.d.ts +11 -0
  1060. package/types/com/sun/source/doctree/RawTextTree.d.ts +7 -0
  1061. package/types/com/sun/source/doctree/ReferenceTree.d.ts +7 -0
  1062. package/types/com/sun/source/doctree/ReturnTree.d.ts +11 -0
  1063. package/types/com/sun/source/doctree/SeeTree.d.ts +9 -0
  1064. package/types/com/sun/source/doctree/SerialDataTree.d.ts +9 -0
  1065. package/types/com/sun/source/doctree/SerialFieldTree.d.ts +13 -0
  1066. package/types/com/sun/source/doctree/SerialTree.d.ts +9 -0
  1067. package/types/com/sun/source/doctree/SinceTree.d.ts +9 -0
  1068. package/types/com/sun/source/doctree/SnippetTree.d.ts +11 -0
  1069. package/types/com/sun/source/doctree/SpecTree.d.ts +11 -0
  1070. package/types/com/sun/source/doctree/StartElementTree.d.ts +10 -0
  1071. package/types/com/sun/source/doctree/SummaryTree.d.ts +9 -0
  1072. package/types/com/sun/source/doctree/SystemPropertyTree.d.ts +9 -0
  1073. package/types/com/sun/source/doctree/TextTree.d.ts +7 -0
  1074. package/types/com/sun/source/doctree/ThrowsTree.d.ts +11 -0
  1075. package/types/com/sun/source/doctree/UnknownBlockTagTree.d.ts +9 -0
  1076. package/types/com/sun/source/doctree/UnknownInlineTagTree.d.ts +9 -0
  1077. package/types/com/sun/source/doctree/UsesTree.d.ts +11 -0
  1078. package/types/com/sun/source/doctree/ValueTree.d.ts +11 -0
  1079. package/types/com/sun/source/doctree/VersionTree.d.ts +9 -0
  1080. package/types/com/sun/source/tree/AnnotatedTypeTree.d.ts +9 -0
  1081. package/types/com/sun/source/tree/AnnotationTree.d.ts +9 -0
  1082. package/types/com/sun/source/tree/AnyPatternTree.d.ts +6 -0
  1083. package/types/com/sun/source/tree/ArrayAccessTree.d.ts +8 -0
  1084. package/types/com/sun/source/tree/ArrayTypeTree.d.ts +7 -0
  1085. package/types/com/sun/source/tree/AssertTree.d.ts +9 -0
  1086. package/types/com/sun/source/tree/AssignmentTree.d.ts +8 -0
  1087. package/types/com/sun/source/tree/BinaryTree.d.ts +8 -0
  1088. package/types/com/sun/source/tree/BindingPatternTree.d.ts +8 -0
  1089. package/types/com/sun/source/tree/BlockTree.d.ts +8 -0
  1090. package/types/com/sun/source/tree/BreakTree.d.ts +8 -0
  1091. package/types/com/sun/source/tree/CaseLabelTree.d.ts +6 -0
  1092. package/types/com/sun/source/tree/CaseTree$CaseKind.d.ts +12 -0
  1093. package/types/com/sun/source/tree/CaseTree.d.ts +17 -0
  1094. package/types/com/sun/source/tree/CatchTree.d.ts +10 -0
  1095. package/types/com/sun/source/tree/ClassTree.d.ts +17 -0
  1096. package/types/com/sun/source/tree/CompilationUnitTree.d.ts +21 -0
  1097. package/types/com/sun/source/tree/CompoundAssignmentTree.d.ts +8 -0
  1098. package/types/com/sun/source/tree/ConditionalExpressionTree.d.ts +9 -0
  1099. package/types/com/sun/source/tree/ConstantCaseLabelTree.d.ts +8 -0
  1100. package/types/com/sun/source/tree/ContinueTree.d.ts +8 -0
  1101. package/types/com/sun/source/tree/DeconstructionPatternTree.d.ts +9 -0
  1102. package/types/com/sun/source/tree/DefaultCaseLabelTree.d.ts +6 -0
  1103. package/types/com/sun/source/tree/DirectiveTree.d.ts +6 -0
  1104. package/types/com/sun/source/tree/DoWhileLoopTree.d.ts +9 -0
  1105. package/types/com/sun/source/tree/EmptyStatementTree.d.ts +6 -0
  1106. package/types/com/sun/source/tree/EnhancedForLoopTree.d.ts +11 -0
  1107. package/types/com/sun/source/tree/ErroneousTree.d.ts +8 -0
  1108. package/types/com/sun/source/tree/ExportsTree.d.ts +9 -0
  1109. package/types/com/sun/source/tree/ExpressionStatementTree.d.ts +8 -0
  1110. package/types/com/sun/source/tree/ExpressionTree.d.ts +6 -0
  1111. package/types/com/sun/source/tree/ForLoopTree.d.ts +12 -0
  1112. package/types/com/sun/source/tree/IdentifierTree.d.ts +8 -0
  1113. package/types/com/sun/source/tree/IfTree.d.ts +10 -0
  1114. package/types/com/sun/source/tree/ImportTree.d.ts +9 -0
  1115. package/types/com/sun/source/tree/InstanceOfTree.d.ts +11 -0
  1116. package/types/com/sun/source/tree/IntersectionTypeTree.d.ts +7 -0
  1117. package/types/com/sun/source/tree/LabeledStatementTree.d.ts +9 -0
  1118. package/types/com/sun/source/tree/LambdaExpressionTree$BodyKind.d.ts +12 -0
  1119. package/types/com/sun/source/tree/LambdaExpressionTree.d.ts +12 -0
  1120. package/types/com/sun/source/tree/LineMap.d.ts +7 -0
  1121. package/types/com/sun/source/tree/LiteralTree.d.ts +7 -0
  1122. package/types/com/sun/source/tree/MemberReferenceTree$ReferenceMode.d.ts +12 -0
  1123. package/types/com/sun/source/tree/MemberReferenceTree.d.ts +12 -0
  1124. package/types/com/sun/source/tree/MemberSelectTree.d.ts +9 -0
  1125. package/types/com/sun/source/tree/MethodInvocationTree.d.ts +10 -0
  1126. package/types/com/sun/source/tree/MethodTree.d.ts +21 -0
  1127. package/types/com/sun/source/tree/ModifiersTree.d.ts +10 -0
  1128. package/types/com/sun/source/tree/ModuleTree$ModuleKind.d.ts +12 -0
  1129. package/types/com/sun/source/tree/ModuleTree.d.ts +14 -0
  1130. package/types/com/sun/source/tree/NewArrayTree.d.ts +13 -0
  1131. package/types/com/sun/source/tree/NewClassTree.d.ts +13 -0
  1132. package/types/com/sun/source/tree/OpensTree.d.ts +9 -0
  1133. package/types/com/sun/source/tree/PackageTree.d.ts +10 -0
  1134. package/types/com/sun/source/tree/ParameterizedTypeTree.d.ts +8 -0
  1135. package/types/com/sun/source/tree/ParenthesizedTree.d.ts +7 -0
  1136. package/types/com/sun/source/tree/PatternCaseLabelTree.d.ts +8 -0
  1137. package/types/com/sun/source/tree/PatternTree.d.ts +6 -0
  1138. package/types/com/sun/source/tree/PrimitiveTypeTree.d.ts +8 -0
  1139. package/types/com/sun/source/tree/ProvidesTree.d.ts +9 -0
  1140. package/types/com/sun/source/tree/RequiresTree.d.ts +10 -0
  1141. package/types/com/sun/source/tree/ReturnTree.d.ts +8 -0
  1142. package/types/com/sun/source/tree/Scope.d.ts +10 -0
  1143. package/types/com/sun/source/tree/StatementTree.d.ts +6 -0
  1144. package/types/com/sun/source/tree/SwitchExpressionTree.d.ts +9 -0
  1145. package/types/com/sun/source/tree/SwitchTree.d.ts +10 -0
  1146. package/types/com/sun/source/tree/SynchronizedTree.d.ts +10 -0
  1147. package/types/com/sun/source/tree/ThrowTree.d.ts +8 -0
  1148. package/types/com/sun/source/tree/Tree$Kind.d.ts +130 -0
  1149. package/types/com/sun/source/tree/Tree.d.ts +7 -0
  1150. package/types/com/sun/source/tree/TreeVisitor.d.ts +139 -0
  1151. package/types/com/sun/source/tree/TryTree.d.ts +13 -0
  1152. package/types/com/sun/source/tree/TypeCastTree.d.ts +9 -0
  1153. package/types/com/sun/source/tree/TypeParameterTree.d.ts +11 -0
  1154. package/types/com/sun/source/tree/UnaryTree.d.ts +7 -0
  1155. package/types/com/sun/source/tree/UnionTypeTree.d.ts +7 -0
  1156. package/types/com/sun/source/tree/UsesTree.d.ts +8 -0
  1157. package/types/com/sun/source/tree/VariableTree.d.ts +15 -0
  1158. package/types/com/sun/source/tree/WhileLoopTree.d.ts +9 -0
  1159. package/types/com/sun/source/tree/WildcardTree.d.ts +7 -0
  1160. package/types/com/sun/source/tree/YieldTree.d.ts +8 -0
  1161. package/types/com/sun/source/util/DocSourcePositions.d.ts +12 -0
  1162. package/types/com/sun/source/util/DocTreeFactory.d.ts +96 -0
  1163. package/types/com/sun/source/util/DocTrees.d.ts +40 -0
  1164. package/types/com/sun/source/util/SourcePositions.d.ts +7 -0
  1165. package/types/com/sun/source/util/Trees.d.ts +44 -0
  1166. package/types/com/terraformersmc/modmenu/config/ModMenuConfig$GameMenuButtonStyle.d.ts +1 -2
  1167. package/types/com/terraformersmc/modmenu/config/ModMenuConfig$LibraryVisibility.d.ts +16 -0
  1168. package/types/com/terraformersmc/modmenu/config/ModMenuConfig.d.ts +2 -1
  1169. package/types/com/terraformersmc/modmenu/event/ModMenuEventHandler.d.ts +0 -4
  1170. package/types/com/terraformersmc/modmenu/gui/ModsScreen.d.ts +3 -2
  1171. package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$DescriptionEntry.d.ts +3 -2
  1172. package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$LinkEntry.d.ts +3 -2
  1173. package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$MailableContactEntry.d.ts +3 -2
  1174. package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$MojangCreditsEntry.d.ts +2 -1
  1175. package/types/com/terraformersmc/modmenu/gui/widget/ModListWidget.d.ts +1 -0
  1176. package/types/com/terraformersmc/modmenu/gui/widget/SmallModMenuButtonWidget.d.ts +28 -0
  1177. package/types/com/terraformersmc/modmenu/gui/widget/entries/ModListEntry.d.ts +1 -0
  1178. package/types/com/terraformersmc/modmenu/util/UpdateCheckerUtil.d.ts +1 -1
  1179. package/types/com/viaversion/nbt/conversion/converter/CompoundTagConverter.d.ts +1 -1
  1180. package/types/com/viaversion/nbt/conversion/converter/ListTagConverter.d.ts +1 -1
  1181. package/types/com/viaversion/nbt/io/TagRegistry$RegisteredTagType.d.ts +2 -0
  1182. package/types/com/viaversion/viaaprilfools/api/minecraft/item/ItemExchangeValue.d.ts +1 -0
  1183. package/types/com/viaversion/viaaprilfools/api/minecraft/item/LodestoneTracker25w14craftmine.d.ts +1 -0
  1184. package/types/com/viaversion/viaaprilfools/api/minecraft/item/MobTrophyInfo.d.ts +1 -0
  1185. package/types/com/viaversion/viaaprilfools/api/minecraft/item/WorldModifiers.d.ts +1 -0
  1186. package/types/com/viaversion/viabackwards/api/rewriters/BackwardsRegistryRewriter.d.ts +1 -0
  1187. package/types/com/viaversion/viabackwards/api/rewriters/LegacyBlockItemRewriter$Pos.d.ts +2 -0
  1188. package/types/com/viaversion/viabackwards/api/rewriters/LegacySoundRewriter$SoundData.d.ts +1 -0
  1189. package/types/com/viaversion/viabackwards/api/rewriters/StructuredEnchantmentRewriter$PendingIdChange.d.ts +1 -0
  1190. package/types/com/viaversion/viabackwards/protocol/v1_14to1_13_2/storage/ChunkLightStorage$ChunkLight.d.ts +1 -0
  1191. package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/rewriter/BlockItemPacketRewriter1_16$EquipmentData.d.ts +1 -0
  1192. package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/storage/PlayerAttributesStorage$Attribute.d.ts +1 -0
  1193. package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/storage/PlayerAttributesStorage$AttributeModifier.d.ts +1 -0
  1194. package/types/com/viaversion/viabackwards/protocol/v1_19_1to1_19/storage/NonceStorage.d.ts +1 -0
  1195. package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/Protocol1_19_3To1_19_1.d.ts +0 -4
  1196. package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/rewriter/EntityPacketRewriter1_19_3$PlayerProfileUpdate.d.ts +1 -0
  1197. package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/storage/NonceStorage.d.ts +1 -0
  1198. package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/storage/NonceStorage.d.ts +1 -0
  1199. package/types/com/viaversion/viabackwards/protocol/v1_20_5to1_20_3/Types1_20_3.d.ts +2 -2
  1200. package/types/com/viaversion/viabackwards/protocol/v1_21_2to1_21/storage/PlayerStorage$PlayerInput.d.ts +1 -0
  1201. package/types/com/viaversion/viabackwards/protocol/v1_21_5to1_21_4/storage/HashedItemConverterStorage.d.ts +2 -1
  1202. package/types/com/viaversion/viabackwards/protocol/v1_21_5to1_21_4/storage/HorseDataStorage.d.ts +1 -0
  1203. package/types/com/viaversion/viabackwards/protocol/v1_21_6to1_21_5/provider/ChestDialogViewProvider$MultiTextWidget.d.ts +1 -0
  1204. package/types/com/viaversion/viabackwards/protocol/v1_21_6to1_21_5/storage/RegistryAndTags.d.ts +0 -2
  1205. package/types/com/viaversion/viabackwards/protocol/v1_21to1_20_5/rewriter/BlockItemPacketRewriter1_21$PendingIdChange.d.ts +1 -0
  1206. package/types/com/viaversion/viabackwards/protocol/v1_21to1_20_5/rewriter/EntityPacketRewriter1_21$PaintingData.d.ts +1 -0
  1207. package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/Protocol26_2To26_1.d.ts +44 -0
  1208. package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/BlockItemPacketRewriter26_2.d.ts +18 -0
  1209. package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/ComponentRewriter26_2.d.ts +11 -0
  1210. package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/EntityPacketRewriter26_2.d.ts +12 -0
  1211. package/types/com/viaversion/viafabricplus/features/movement/constants/LithiumWorkaround.d.ts +5 -0
  1212. package/types/com/viaversion/viafabricplus/features/recipe/Recipes1_11_2$LegacySmeltingRecipe.d.ts +1 -0
  1213. package/types/com/viaversion/viafabricplus/features/recipe/Recipes1_11_2$RecipeItemStack.d.ts +1 -0
  1214. package/types/com/viaversion/viafabricplus/protocoltranslator/impl/ViaFabricPlusMappingDataLoader$Material.d.ts +1 -0
  1215. package/types/com/viaversion/viafabricplus/protocoltranslator/protocol/ViaFabricPlusProtocol$ItemTypes.d.ts +14 -0
  1216. package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$ProtocolSlot.d.ts +2 -1
  1217. package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$ResetSlot.d.ts +2 -1
  1218. package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$SharedSlot.d.ts +2 -1
  1219. package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$SlotList.d.ts +2 -1
  1220. package/types/com/viaversion/viafabricplus/screen/impl/realms/BedrockRealmsScreen$SlotEntry.d.ts +2 -1
  1221. package/types/com/viaversion/viafabricplus/screen/impl/realms/BedrockRealmsScreen$SlotList.d.ts +2 -1
  1222. package/types/com/viaversion/viafabricplus/visuals/settings/VisualSettings.d.ts +0 -2
  1223. package/types/com/viaversion/viaversion/api/configuration/RateLimitConfig.d.ts +1 -0
  1224. package/types/com/viaversion/viaversion/api/data/IdentityMappings.d.ts +1 -0
  1225. package/types/com/viaversion/viaversion/api/data/MappingDataLoader$IdentifiersPair.d.ts +3 -0
  1226. package/types/com/viaversion/viaversion/api/data/entity/EntityTracker.d.ts +3 -0
  1227. package/types/com/viaversion/viaversion/api/minecraft/AnimalVariant.d.ts +1 -0
  1228. package/types/com/viaversion/viaversion/api/minecraft/EulerAngle.d.ts +1 -0
  1229. package/types/com/viaversion/viaversion/api/minecraft/GameProfile.d.ts +3 -0
  1230. package/types/com/viaversion/viaversion/api/minecraft/HolderSetImpl$Ids.d.ts +1 -0
  1231. package/types/com/viaversion/viaversion/api/minecraft/IdHolder.d.ts +1 -0
  1232. package/types/com/viaversion/viaversion/api/minecraft/PaintingVariant.d.ts +2 -0
  1233. package/types/com/viaversion/viaversion/api/minecraft/PlayerMessageSignature.d.ts +1 -0
  1234. package/types/com/viaversion/viaversion/api/minecraft/ProfileKey.d.ts +1 -0
  1235. package/types/com/viaversion/viaversion/api/minecraft/Quaternion.d.ts +1 -0
  1236. package/types/com/viaversion/viaversion/api/minecraft/TagData.d.ts +1 -0
  1237. package/types/com/viaversion/viaversion/api/minecraft/Vector.d.ts +1 -0
  1238. package/types/com/viaversion/viaversion/api/minecraft/Vector3d.d.ts +1 -0
  1239. package/types/com/viaversion/viaversion/api/minecraft/Vector3f.d.ts +1 -0
  1240. package/types/com/viaversion/viaversion/api/minecraft/VillagerData.d.ts +1 -0
  1241. package/types/com/viaversion/viaversion/api/minecraft/blockentity/BlockEntityImpl.d.ts +1 -0
  1242. package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl$ByteChunkData.d.ts +2 -1
  1243. package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl$SingleChunkData.d.ts +2 -1
  1244. package/types/com/viaversion/viaversion/api/minecraft/chunks/Heightmap.d.ts +1 -0
  1245. package/types/com/viaversion/viaversion/api/minecraft/codec/CodecContext$RegistryAccess.d.ts +2 -0
  1246. package/types/com/viaversion/viaversion/api/minecraft/codec/CodecContext.d.ts +2 -0
  1247. package/types/com/viaversion/viaversion/api/minecraft/codec/RegistryAccessImpl.d.ts +8 -5
  1248. package/types/com/viaversion/viaversion/api/minecraft/data/predicate/DataComponentMatchers.d.ts +1 -0
  1249. package/types/com/viaversion/viaversion/api/minecraft/data/predicate/DataComponentPredicate$PredicateType.d.ts +1 -0
  1250. package/types/com/viaversion/viaversion/api/minecraft/data/version/StructuredDataKeys26_2.d.ts +8 -0
  1251. package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes26_2.d.ts +223 -0
  1252. package/types/com/viaversion/viaversion/api/minecraft/item/data/AdventureModePredicate.d.ts +2 -0
  1253. package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrim.d.ts +2 -0
  1254. package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrimMaterial.d.ts +3 -0
  1255. package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrimPattern.d.ts +2 -0
  1256. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttackRange.d.ts +1 -0
  1257. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5$AttributeModifier.d.ts +1 -0
  1258. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5$ModifierData.d.ts +1 -0
  1259. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5.d.ts +1 -0
  1260. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21$AttributeModifier.d.ts +2 -0
  1261. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21$ModifierData.d.ts +1 -0
  1262. package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21.d.ts +2 -0
  1263. package/types/com/viaversion/viaversion/api/minecraft/item/data/BannerPatternLayer.d.ts +1 -0
  1264. package/types/com/viaversion/viaversion/api/minecraft/item/data/Bee.d.ts +4 -0
  1265. package/types/com/viaversion/viaversion/api/minecraft/item/data/BlockEntityData.d.ts +1 -0
  1266. package/types/com/viaversion/viaversion/api/minecraft/item/data/BlockPredicate.d.ts +2 -0
  1267. package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks$DamageReduction.d.ts +1 -0
  1268. package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks$ItemDamageFunction.d.ts +1 -0
  1269. package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks.d.ts +1 -0
  1270. package/types/com/viaversion/viaversion/api/minecraft/item/data/ChatType$ChatTypeDecoration.d.ts +1 -0
  1271. package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2$ApplyStatusEffects.d.ts +1 -0
  1272. package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2$ConsumeEffect.d.ts +1 -0
  1273. package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2.d.ts +1 -0
  1274. package/types/com/viaversion/viaversion/api/minecraft/item/data/CustomModelData1_21_4.d.ts +1 -0
  1275. package/types/com/viaversion/viaversion/api/minecraft/item/data/DeathProtection.d.ts +1 -0
  1276. package/types/com/viaversion/viaversion/api/minecraft/item/data/DyedColor.d.ts +2 -0
  1277. package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantable.d.ts +1 -0
  1278. package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantments.d.ts +3 -0
  1279. package/types/com/viaversion/viaversion/api/minecraft/item/data/EntityData.d.ts +1 -0
  1280. package/types/com/viaversion/viaversion/api/minecraft/item/data/Equippable.d.ts +3 -0
  1281. package/types/com/viaversion/viaversion/api/minecraft/item/data/FireworkExplosion.d.ts +1 -0
  1282. package/types/com/viaversion/viaversion/api/minecraft/item/data/Fireworks.d.ts +1 -0
  1283. package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_20_5$FoodEffect.d.ts +1 -0
  1284. package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_20_5.d.ts +1 -0
  1285. package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_21_2.d.ts +1 -0
  1286. package/types/com/viaversion/viaversion/api/minecraft/item/data/Instrument1_20_5.d.ts +1 -0
  1287. package/types/com/viaversion/viaversion/api/minecraft/item/data/Instrument1_21_2.d.ts +1 -0
  1288. package/types/com/viaversion/viaversion/api/minecraft/item/data/JukeboxPlayable$JukeboxSong.d.ts +1 -0
  1289. package/types/com/viaversion/viaversion/api/minecraft/item/data/JukeboxPlayable.d.ts +4 -0
  1290. package/types/com/viaversion/viaversion/api/minecraft/item/data/KineticWeapon$Condition.d.ts +1 -0
  1291. package/types/com/viaversion/viaversion/api/minecraft/item/data/KineticWeapon.d.ts +1 -0
  1292. package/types/com/viaversion/viaversion/api/minecraft/item/data/LodestoneTracker.d.ts +1 -0
  1293. package/types/com/viaversion/viaversion/api/minecraft/item/data/MapDecoration.d.ts +1 -0
  1294. package/types/com/viaversion/viaversion/api/minecraft/item/data/PiercingWeapon.d.ts +1 -0
  1295. package/types/com/viaversion/viaversion/api/minecraft/item/data/PotDecorations.d.ts +2 -0
  1296. package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionContents.d.ts +2 -0
  1297. package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionEffect.d.ts +1 -0
  1298. package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionEffectData.d.ts +1 -0
  1299. package/types/com/viaversion/viaversion/api/minecraft/item/data/SuspiciousStewEffect.d.ts +1 -0
  1300. package/types/com/viaversion/viaversion/api/minecraft/item/data/SwingAnimation.d.ts +1 -0
  1301. package/types/com/viaversion/viaversion/api/minecraft/item/data/ToolProperties.d.ts +2 -0
  1302. package/types/com/viaversion/viaversion/api/minecraft/item/data/TooltipDisplay.d.ts +1 -0
  1303. package/types/com/viaversion/viaversion/api/minecraft/item/data/TropicalFishPattern.d.ts +1 -0
  1304. package/types/com/viaversion/viaversion/api/minecraft/item/data/Unbreakable.d.ts +1 -0
  1305. package/types/com/viaversion/viaversion/api/minecraft/item/data/UseCooldown.d.ts +1 -0
  1306. package/types/com/viaversion/viaversion/api/minecraft/item/data/UseEffects.d.ts +1 -0
  1307. package/types/com/viaversion/viaversion/api/minecraft/item/data/Weapon.d.ts +1 -0
  1308. package/types/com/viaversion/viaversion/api/minecraft/item/data/WritableBook.d.ts +1 -0
  1309. package/types/com/viaversion/viaversion/api/minecraft/item/data/WrittenBook.d.ts +1 -0
  1310. package/types/com/viaversion/viaversion/api/protocol/version/ProtocolVersion.d.ts +1 -0
  1311. package/types/com/viaversion/viaversion/api/protocol/version/SubVersionRange.d.ts +1 -0
  1312. package/types/com/viaversion/viaversion/api/rewriter/RegistryDataRewriter.d.ts +0 -2
  1313. package/types/com/viaversion/viaversion/api/type/OptionalType.d.ts +1 -1
  1314. package/types/com/viaversion/viaversion/api/type/Types.d.ts +2 -0
  1315. package/types/com/viaversion/viaversion/api/type/types/ArrayType.d.ts +2 -0
  1316. package/types/com/viaversion/viaversion/api/type/types/BooleanArrayType.d.ts +1 -1
  1317. package/types/com/viaversion/viaversion/api/type/types/FakeEnumType$Entry.d.ts +1 -0
  1318. package/types/com/viaversion/viaversion/api/type/types/VarIntType$OptionalVarIntType.d.ts +4 -0
  1319. package/types/com/viaversion/viaversion/api/type/types/item/ItemType1_20_5$OptionalItemType.d.ts +2 -1
  1320. package/types/com/viaversion/viaversion/api/type/types/item/StructuredDataType$DataFiller.d.ts +3 -1
  1321. package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType$DataFiller.d.ts +3 -1
  1322. package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType$RawDataFiller.d.ts +2 -1
  1323. package/types/com/viaversion/viaversion/api/type/types/misc/ParticleType$Readers.d.ts +2 -0
  1324. package/types/com/viaversion/viaversion/api/type/types/version/Types1_20_5.d.ts +2 -2
  1325. package/types/com/viaversion/viaversion/api/type/types/version/Types26_1.d.ts +2 -1
  1326. package/types/com/viaversion/viaversion/api/type/types/version/VersionedTypes.d.ts +2 -0
  1327. package/types/com/viaversion/viaversion/api/type/types/version/VersionedTypesHolder.d.ts +2 -2
  1328. package/types/com/viaversion/viaversion/codec/CodecRegistryContext.d.ts +3 -0
  1329. package/types/com/viaversion/viaversion/codec/hash/HashOps$CollectionHashBuilder.d.ts +1 -1
  1330. package/types/com/viaversion/viaversion/codec/hash/HashOps$ListHashBuilder.d.ts +2 -1
  1331. package/types/com/viaversion/viaversion/codec/hash/HashOps$MapHashBuilder$Entry.d.ts +1 -0
  1332. package/types/com/viaversion/viaversion/codec/hash/HashOps$MapHashBuilder.d.ts +2 -1
  1333. package/types/com/viaversion/viaversion/data/entity/EntityTrackerBase.d.ts +4 -0
  1334. package/types/com/viaversion/viaversion/dump/PluginInfo.d.ts +1 -0
  1335. package/types/com/viaversion/viaversion/dump/VersionInfo.d.ts +1 -0
  1336. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntArrayMap$MapEntry.d.ts +2 -2
  1337. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1338. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1339. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1340. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1341. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1342. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1343. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$EntryIterator.d.ts +3 -1
  1344. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  1345. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  1346. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$KeyIterator.d.ts +1 -1
  1347. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  1348. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapEntry.d.ts +2 -2
  1349. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapIterator.d.ts +2 -1
  1350. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  1351. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$ValueIterator.d.ts +1 -1
  1352. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  1353. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectArrayMap$MapEntry.d.ts +2 -2
  1354. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1355. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1356. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1357. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1358. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1359. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1360. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  1361. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  1362. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  1363. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  1364. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$KeySpliterator.d.ts +8 -9
  1365. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  1366. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  1367. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  1368. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  1369. package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  1370. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArrayList$Spliterator.d.ts +2 -2
  1371. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArraySet$Spliterator.d.ts +2 -2
  1372. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArrays$ArrayHashStrategy.d.ts +2 -0
  1373. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntImmutableList$Spliterator.d.ts +2 -2
  1374. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntLinkedOpenHashSet$SetIterator.d.ts +2 -2
  1375. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntOpenHashSet$SetIterator.d.ts +3 -1
  1376. package/types/com/viaversion/viaversion/libs/fastutil/ints/IntOpenHashSet$SetSpliterator.d.ts +2 -2
  1377. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  1378. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  1379. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  1380. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  1381. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$KeySpliterator.d.ts +8 -9
  1382. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  1383. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  1384. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  1385. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  1386. package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  1387. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArrayList$Spliterator.d.ts +2 -2
  1388. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArraySet$Spliterator.d.ts +2 -2
  1389. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArrays$ArrayHashStrategy.d.ts +2 -0
  1390. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongImmutableList$Spliterator.d.ts +2 -2
  1391. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLinkedOpenHashSet$SetIterator.d.ts +2 -2
  1392. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongOpenHashSet$SetIterator.d.ts +3 -1
  1393. package/types/com/viaversion/viaversion/libs/fastutil/longs/LongOpenHashSet$SetSpliterator.d.ts +2 -2
  1394. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntArrayMap$MapEntry.d.ts +2 -2
  1395. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1396. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1397. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1398. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1399. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1400. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1401. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$EntryIterator.d.ts +2 -1
  1402. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
  1403. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
  1404. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$KeyIterator.d.ts +1 -1
  1405. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$KeySpliterator.d.ts +3 -6
  1406. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapEntry.d.ts +2 -2
  1407. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapIterator.d.ts +2 -1
  1408. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  1409. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$ValueIterator.d.ts +1 -1
  1410. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$ValueSpliterator.d.ts +8 -9
  1411. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectArrayMap$MapEntry.d.ts +2 -2
  1412. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1413. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1414. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1415. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1416. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1417. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1418. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  1419. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  1420. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  1421. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  1422. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
  1423. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  1424. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  1425. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  1426. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  1427. package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  1428. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArrayList$Spliterator.d.ts +2 -2
  1429. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArraySet$Spliterator.d.ts +2 -2
  1430. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArrays$ArrayHashStrategy.d.ts +2 -0
  1431. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectImmutableList$Spliterator.d.ts +2 -2
  1432. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectLinkedOpenHashSet$SetIterator.d.ts +2 -2
  1433. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectOpenHashSet$SetIterator.d.ts +3 -1
  1434. package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectOpenHashSet$SetSpliterator.d.ts +2 -2
  1435. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectArrayMap$MapEntry.d.ts +2 -2
  1436. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1437. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1438. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1439. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1440. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1441. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1442. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  1443. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  1444. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  1445. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  1446. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
  1447. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  1448. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  1449. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  1450. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  1451. package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  1452. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceArrayList$Spliterator.d.ts +2 -2
  1453. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceArraySet$Spliterator.d.ts +2 -2
  1454. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceImmutableList$Spliterator.d.ts +2 -2
  1455. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceLinkedOpenHashSet$SetIterator.d.ts +2 -2
  1456. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceOpenHashSet$SetIterator.d.ts +3 -1
  1457. package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceOpenHashSet$SetSpliterator.d.ts +2 -2
  1458. package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +2 -0
  1459. package/types/com/viaversion/viaversion/libs/gson/Gson.d.ts +1 -4
  1460. package/types/com/viaversion/viaversion/libs/gson/GsonBuilder.d.ts +9 -0
  1461. package/types/com/viaversion/viaversion/libs/gson/LongSerializationPolicy.d.ts +5 -0
  1462. package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +2 -0
  1463. package/types/com/viaversion/viaversion/libs/gson/TypeAdapter$NullSafeTypeAdapter.d.ts +3 -1
  1464. package/types/com/viaversion/viaversion/libs/gson/internal/ConstructorConstructor$InstanceCreatorConstructor.d.ts +10 -0
  1465. package/types/com/viaversion/viaversion/libs/gson/internal/ConstructorConstructor$ThrowingObjectConstructor.d.ts +7 -0
  1466. package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$GenericArrayTypeImpl.d.ts +1 -2
  1467. package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$ParameterizedTypeImpl.d.ts +1 -2
  1468. package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$WildcardTypeImpl.d.ts +1 -2
  1469. package/types/com/viaversion/viaversion/libs/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +1 -1
  1470. package/types/com/viaversion/viaversion/libs/gson/internal/ReflectionAccessFilterHelper$AccessChecker.d.ts +2 -0
  1471. package/types/com/viaversion/viaversion/libs/gson/internal/Streams$AppendableWriter$CurrentWrite.d.ts +2 -0
  1472. package/types/com/viaversion/viaversion/libs/gson/internal/bind/DefaultDateTypeAdapter.d.ts +3 -0
  1473. package/types/com/viaversion/viaversion/libs/gson/internal/bind/EnumTypeAdapter.d.ts +3 -0
  1474. package/types/com/viaversion/viaversion/libs/gson/internal/bind/IgnoreJRERequirement.d.ts +5 -0
  1475. package/types/com/viaversion/viaversion/libs/gson/internal/bind/JavaTimeTypeAdapters.d.ts +10 -0
  1476. package/types/com/viaversion/viaversion/libs/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory.d.ts +2 -0
  1477. package/types/com/viaversion/viaversion/libs/gson/internal/bind/JsonElementTypeAdapter.d.ts +1 -0
  1478. package/types/com/viaversion/viaversion/libs/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +2 -1
  1479. package/types/com/viaversion/viaversion/libs/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
  1480. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TreeTypeAdapter$GsonContextImpl.d.ts +4 -1
  1481. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$DoubleAdapter.d.ts +10 -0
  1482. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$FactorySupplier.d.ts +5 -0
  1483. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$FloatAdapter.d.ts +10 -0
  1484. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$IntegerFieldsTypeAdapter.d.ts +12 -0
  1485. package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters.d.ts +11 -0
  1486. package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordHelper.d.ts +2 -0
  1487. package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordNotSupportedHelper.d.ts +2 -0
  1488. package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordSupportedHelper.d.ts +2 -0
  1489. package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlDateTypeAdapter.d.ts +2 -0
  1490. package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTimeTypeAdapter.d.ts +2 -0
  1491. package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTimestampTypeAdapter.d.ts +3 -0
  1492. package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTypesSupport.d.ts +1 -0
  1493. package/types/com/viaversion/viaversion/libs/gson/stream/JsonReader.d.ts +1 -0
  1494. package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Either$Left.d.ts +2 -0
  1495. package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Either$Right.d.ts +2 -0
  1496. package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Result$Error.d.ts +2 -0
  1497. package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Result$Success.d.ts +2 -0
  1498. package/types/com/viaversion/viaversion/libs/mcstructs/dialog/serializer/v1_21_6/DialogCodecs_v1_21_6$DialogCodecs.d.ts +2 -1
  1499. package/types/com/viaversion/viaversion/libs/mcstructs/text/components/TranslationComponent$TranslatableContentConsumer.d.ts +2 -0
  1500. package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/legacy/SerializerMap.d.ts +3 -0
  1501. package/types/com/viaversion/viaversion/libs/mcstructs/text/utils/LegacyStringUtils$LegacyStyle.d.ts +2 -0
  1502. package/types/com/viaversion/viaversion/libs/snakeyaml/Yaml$SilentEmitter.d.ts +2 -0
  1503. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructMapping.d.ts +2 -1
  1504. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructScalar.d.ts +2 -1
  1505. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructSequence.d.ts +2 -1
  1506. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructYamlObject.d.ts +2 -1
  1507. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlBinary.d.ts +2 -1
  1508. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlBool.d.ts +2 -1
  1509. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlFloat.d.ts +2 -1
  1510. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlInt.d.ts +2 -1
  1511. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlMap.d.ts +2 -1
  1512. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlNull.d.ts +2 -1
  1513. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlOmap.d.ts +2 -1
  1514. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlPairs.d.ts +2 -1
  1515. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlSeq.d.ts +2 -1
  1516. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlSet.d.ts +2 -1
  1517. package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlStr.d.ts +2 -1
  1518. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingKey.d.ts +2 -1
  1519. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingSimpleValue.d.ts +4 -1
  1520. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingValue.d.ts +4 -1
  1521. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockSequenceItem.d.ts +2 -1
  1522. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentEnd.d.ts +4 -1
  1523. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentRoot.d.ts +4 -1
  1524. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentStart.d.ts +2 -1
  1525. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstBlockMappingKey.d.ts +4 -1
  1526. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstBlockSequenceItem.d.ts +4 -1
  1527. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstDocumentStart.d.ts +4 -1
  1528. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstFlowMappingKey.d.ts +4 -1
  1529. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstFlowSequenceItem.d.ts +4 -1
  1530. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingKey.d.ts +4 -1
  1531. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingSimpleValue.d.ts +4 -1
  1532. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingValue.d.ts +4 -1
  1533. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowSequenceItem.d.ts +4 -1
  1534. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectNothing.d.ts +4 -1
  1535. package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectStreamStart.d.ts +4 -1
  1536. package/types/com/viaversion/viaversion/libs/snakeyaml/env/EnvScalarConstructor$ConstructEnv.d.ts +4 -1
  1537. package/types/com/viaversion/viaversion/libs/snakeyaml/extensions/compactnotation/CompactConstructor$ConstructCompactObject.d.ts +2 -1
  1538. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingFirstKey.d.ts +4 -1
  1539. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingKey.d.ts +4 -1
  1540. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValue.d.ts +4 -1
  1541. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValueComment.d.ts +4 -1
  1542. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValueCommentList.d.ts +2 -1
  1543. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockNode.d.ts +4 -1
  1544. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntryKey.d.ts +4 -1
  1545. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntryValue.d.ts +2 -1
  1546. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceFirstEntry.d.ts +4 -1
  1547. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentContent.d.ts +4 -1
  1548. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentEnd.d.ts +4 -1
  1549. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentStart.d.ts +4 -1
  1550. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowEndComment.d.ts +4 -1
  1551. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingEmptyValue.d.ts +4 -1
  1552. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingFirstKey.d.ts +4 -1
  1553. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingKey.d.ts +2 -1
  1554. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingValue.d.ts +4 -1
  1555. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntry.d.ts +2 -1
  1556. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingEnd.d.ts +4 -1
  1557. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingKey.d.ts +4 -1
  1558. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingValue.d.ts +4 -1
  1559. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceFirstEntry.d.ts +4 -1
  1560. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseImplicitDocumentStart.d.ts +4 -1
  1561. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryKey.d.ts +4 -1
  1562. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryValue.d.ts +2 -1
  1563. package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseStreamStart.d.ts +4 -1
  1564. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/JsonRepresenter$RepresentByteArray.d.ts +2 -1
  1565. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/JsonRepresenter$RepresentDate.d.ts +2 -1
  1566. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/Representer$RepresentJavaBean.d.ts +2 -1
  1567. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentArray.d.ts +2 -1
  1568. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentBoolean.d.ts +2 -1
  1569. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentByteArray.d.ts +2 -1
  1570. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentDate.d.ts +2 -1
  1571. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentEnum.d.ts +2 -1
  1572. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentIterator.d.ts +2 -1
  1573. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentList.d.ts +2 -1
  1574. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentMap.d.ts +2 -1
  1575. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentNull.d.ts +2 -1
  1576. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentNumber.d.ts +2 -1
  1577. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentPrimitiveArray.d.ts +2 -1
  1578. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentSet.d.ts +2 -1
  1579. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentString.d.ts +2 -1
  1580. package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentUuid.d.ts +2 -1
  1581. package/types/com/viaversion/viaversion/protocol/SpecialProtocolVersion.d.ts +1 -0
  1582. package/types/com/viaversion/viaversion/protocol/shared_registration/RegistrationBuilder$RangesBuilder.d.ts +1 -1
  1583. package/types/com/viaversion/viaversion/protocol/shared_registration/RegistrationBuilder$TypedRangesBuilder.d.ts +1 -1
  1584. package/types/com/viaversion/viaversion/protocols/template/Protocol98_1To99_1.d.ts +3 -0
  1585. package/types/com/viaversion/viaversion/protocols/v1_10to1_11/data/PotionColorMappings1_11$PotionData.d.ts +1 -0
  1586. package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/storage/ItemTransactionStorage.d.ts +1 -0
  1587. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/DoorConnectionHandler$DoorData.d.ts +1 -0
  1588. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/SnowyGrassConnectionHandler$GrassBlock.d.ts +1 -0
  1589. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/StairConnectionHandler$StairData.d.ts +1 -0
  1590. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/TripwireConnectionHandler$TripwireData.d.ts +1 -0
  1591. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/ParticleIdMappings1_13$NewParticle.d.ts +1 -0
  1592. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/RecipeData$Recipe.d.ts +1 -0
  1593. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/StatisticData.d.ts +1 -0
  1594. package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/provider/blockentities/FlowerPotHandler$IntIdPair.d.ts +1 -0
  1595. package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/storage/ChunkLightStorage$ChunkLight.d.ts +1 -0
  1596. package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/storage/NonceStorage1_19.d.ts +1 -0
  1597. package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/storage/NonceStorage1_19_3.d.ts +1 -0
  1598. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/data/ChatDecorationResult.d.ts +1 -0
  1599. package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/storage/NonceStorage1_19_1.d.ts +1 -0
  1600. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$ActiveEnchant.d.ts +2 -0
  1601. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$ActiveEnchants.d.ts +1 -0
  1602. package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$EnchantAttributeModifier.d.ts +2 -0
  1603. package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/storage/LastResourcePack.d.ts +1 -0
  1604. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/Protocol1_21_11To26_1.d.ts +2 -0
  1605. package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/rewriter/BlockItemPacketRewriter26_1.d.ts +1 -1
  1606. package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/storage/ItemHashStorage1_21_5.d.ts +2 -1
  1607. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$FurnaceRecipe.d.ts +1 -0
  1608. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$ShapedRecipe.d.ts +1 -0
  1609. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$ShapelessRecipe.d.ts +1 -0
  1610. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$StoneCutterRecipe.d.ts +1 -0
  1611. package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/storage/PlayerPositionStorage$PlayerPosition.d.ts +1 -0
  1612. package/types/com/viaversion/viaversion/protocols/v26_1to26_2/Protocol26_1To26_2.d.ts +49 -0
  1613. package/types/com/viaversion/viaversion/protocols/v26_1to26_2/rewriter/BlockItemPacketRewriter26_2.d.ts +16 -0
  1614. package/types/com/viaversion/viaversion/protocols/v26_1to26_2/rewriter/EntityPacketRewriter26_2.d.ts +11 -0
  1615. package/types/com/viaversion/viaversion/protocols/v26_1to26_2/storage/Encrypted.d.ts +6 -0
  1616. package/types/com/viaversion/viaversion/rewriter/RegistryDataRewriter.d.ts +0 -4
  1617. package/types/com/viaversion/viaversion/rewriter/entitydata/EntityDataFilter.d.ts +2 -0
  1618. package/types/com/viaversion/viaversion/rewriter/text/ComponentRewriterBase.d.ts +1 -0
  1619. package/types/de/florianreuth/classic4j/model/betacraft/BCServerInfo.d.ts +1 -0
  1620. package/types/de/florianreuth/classic4j/model/classicube/server/CCServerInfo.d.ts +1 -0
  1621. package/types/de/odysseus/ithaka/digraph/util/fas/AbstractFeedbackArcSetProvider$FeedbackTask.d.ts +2 -1
  1622. package/types/dev/kastle/netty/channel/nethernet/NetherNetClientChannel$NetherNetClientUnsafe.d.ts +2 -1
  1623. package/types/dev/kastle/netty/channel/nethernet/NetherNetServerChannel$ServerPeerConnectionObserver.d.ts +2 -1
  1624. package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling$PongData.d.ts +1 -0
  1625. package/types/dev/lukebemish/opensesame/runtime/ProxyUtil$ProxyData.d.ts +1 -0
  1626. package/types/io/github/douira/glsl_transformer/ast/node/abstract_node/ASTNode$ChangeRootVisitor.d.ts +1 -1
  1627. package/types/io/github/douira/glsl_transformer/ast/node/abstract_node/ASTNode$UnregisterVisitor.d.ts +1 -1
  1628. package/types/io/github/douira/glsl_transformer/ast/transform/ASTParser$EmptyRoot.d.ts +1 -1
  1629. package/types/io/github/douira/glsl_transformer/token_filter/MultiFilter.d.ts +1 -1
  1630. package/types/io/jsonwebtoken/impl/ParameterMap$EntryIterator.d.ts +3 -1
  1631. package/types/io/jsonwebtoken/impl/ParameterMap$KeyIterator.d.ts +3 -1
  1632. package/types/io/jsonwebtoken/impl/ParameterMap$ParameterMapIterator.d.ts +1 -1
  1633. package/types/io/jsonwebtoken/impl/ParameterMap$ValueIterator.d.ts +3 -1
  1634. package/types/io/jsonwebtoken/impl/io/JsonObjectDeserializer.d.ts +1 -1
  1635. package/types/io/jsonwebtoken/impl/io/NamedSerializer.d.ts +1 -1
  1636. package/types/io/jsonwebtoken/impl/lang/CollectionConverter$CreateListFunction.d.ts +2 -0
  1637. package/types/io/jsonwebtoken/impl/lang/CollectionConverter$CreateSetFunction.d.ts +2 -0
  1638. package/types/io/jsonwebtoken/impl/security/DispatchingJwkFactory.d.ts +1 -1
  1639. package/types/io/jsonwebtoken/lang/Classes$ExceptionIgnoringAccessor.d.ts +2 -0
  1640. package/types/io/jsonwebtoken/lang/Maps$HashMapBuilder.d.ts +2 -0
  1641. package/types/io/netty/bootstrap/ChannelInitializerExtensions$EmptyExtensions.d.ts +2 -0
  1642. package/types/io/netty/bootstrap/ChannelInitializerExtensions.d.ts +2 -0
  1643. package/types/io/netty/bootstrap/FailedChannel$FailedChannelUnsafe.d.ts +4 -1
  1644. package/types/io/netty/buffer/AbstractByteBuf.d.ts +2 -0
  1645. package/types/io/netty/buffer/AbstractReferenceCountedByteBuf.d.ts +2 -1
  1646. package/types/io/netty/buffer/AdaptiveByteBufAllocator$DirectChunkAllocator.d.ts +2 -0
  1647. package/types/io/netty/buffer/AdaptiveByteBufAllocator$HeapChunkAllocator.d.ts +2 -0
  1648. package/types/io/netty/buffer/AdaptivePoolingAllocator$AdaptiveByteBuf.d.ts +4 -3
  1649. package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunk.d.ts +22 -0
  1650. package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunkController.d.ts +16 -0
  1651. package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunkManagementStrategy.d.ts +14 -0
  1652. package/types/io/netty/buffer/AdaptivePoolingAllocator$Chunk.d.ts +12 -17
  1653. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkCache.d.ts +6 -0
  1654. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkController.d.ts +0 -1
  1655. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkManagementStrategy.d.ts +8 -0
  1656. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkRegistry.d.ts +2 -0
  1657. package/types/io/netty/buffer/AdaptivePoolingAllocator$ConcurrentQueueChunkCache.d.ts +12 -0
  1658. package/types/io/netty/buffer/AdaptivePoolingAllocator$ConcurrentSkipListChunkCache.d.ts +12 -0
  1659. package/types/io/netty/buffer/AdaptivePoolingAllocator$IntStack.d.ts +10 -0
  1660. package/types/io/netty/buffer/AdaptivePoolingAllocator$Magazine$AdaptiveRecycler.d.ts +12 -0
  1661. package/types/io/netty/buffer/AdaptivePoolingAllocator$Magazine.d.ts +3 -7
  1662. package/types/io/netty/buffer/AdaptivePoolingAllocator$MagazineGroup.d.ts +9 -6
  1663. package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkController.d.ts +8 -3
  1664. package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkManagementStrategy.d.ts +14 -0
  1665. package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassedChunk.d.ts +18 -6
  1666. package/types/io/netty/buffer/ByteBufUtil$ThreadLocalDirectByteBuf.d.ts +3 -0
  1667. package/types/io/netty/buffer/ByteBufUtil$ThreadLocalUnsafeDirectByteBuf.d.ts +3 -0
  1668. package/types/io/netty/buffer/CompositeByteBuf$CompositeByteBufIterator.d.ts +3 -1
  1669. package/types/io/netty/buffer/PoolThreadCache$FreeOnFinalize.d.ts +2 -0
  1670. package/types/io/netty/buffer/PooledByteBuf.d.ts +1 -0
  1671. package/types/io/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache.d.ts +2 -1
  1672. package/types/io/netty/buffer/PooledDirectByteBuf.d.ts +3 -0
  1673. package/types/io/netty/buffer/PooledDuplicatedByteBuf.d.ts +3 -0
  1674. package/types/io/netty/buffer/PooledSlicedByteBuf.d.ts +3 -0
  1675. package/types/io/netty/buffer/PooledUnsafeDirectByteBuf.d.ts +3 -0
  1676. package/types/io/netty/buffer/PooledUnsafeHeapByteBuf.d.ts +3 -0
  1677. package/types/io/netty/buffer/SimpleLeakAwareByteBuf.d.ts +2 -0
  1678. package/types/io/netty/buffer/UnpooledByteBufAllocator$DecrementingCleanableDirectBuffer.d.ts +3 -0
  1679. package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.d.ts +1 -0
  1680. package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeDirectByteBuf.d.ts +1 -0
  1681. package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf.d.ts +1 -0
  1682. package/types/io/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.d.ts +2 -0
  1683. package/types/io/netty/buffer/UnpooledDirectByteBuf.d.ts +2 -2
  1684. package/types/io/netty/buffer/UnpooledHeapByteBuf.d.ts +1 -1
  1685. package/types/io/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf.d.ts +1 -2
  1686. package/types/io/netty/buffer/search/AhoCorasicSearchProcessorFactory$Context.d.ts +2 -0
  1687. package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +2 -1
  1688. package/types/io/netty/channel/AbstractChannelHandlerContext$Tasks.d.ts +4 -4
  1689. package/types/io/netty/channel/AbstractChannelHandlerContext$WriteTask.d.ts +2 -0
  1690. package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -7
  1691. package/types/io/netty/channel/AbstractServerChannel$DefaultServerUnsafe.d.ts +4 -1
  1692. package/types/io/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl.d.ts +2 -1
  1693. package/types/io/netty/channel/ChannelOption.d.ts +2 -0
  1694. package/types/io/netty/channel/ChannelOutboundBuffer$Entry.d.ts +2 -0
  1695. package/types/io/netty/channel/DefaultChannelId.d.ts +6 -3
  1696. package/types/io/netty/channel/DefaultChannelPipeline$HeadContext.d.ts +1 -1
  1697. package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerAddedTask.d.ts +2 -1
  1698. package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerRemovedTask.d.ts +2 -1
  1699. package/types/io/netty/channel/DefaultChannelPipeline$TailContext.d.ts +1 -1
  1700. package/types/io/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl.d.ts +4 -1
  1701. package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +2 -1
  1702. package/types/io/netty/channel/DefaultMessageSizeEstimator$HandleImpl.d.ts +2 -0
  1703. package/types/io/netty/channel/FixedRecvByteBufAllocator$HandleImpl.d.ts +2 -1
  1704. package/types/io/netty/channel/ManualIoEventLoop$BlockingIoHandlerContext.d.ts +3 -1
  1705. package/types/io/netty/channel/PendingBytesTracker.d.ts +2 -0
  1706. package/types/io/netty/channel/PendingWriteQueue$PendingWrite.d.ts +2 -0
  1707. package/types/io/netty/channel/SingleThreadIoEventLoop$IoRegistrationWrapper.d.ts +1 -1
  1708. package/types/io/netty/channel/StacklessClosedChannelException.d.ts +3 -0
  1709. package/types/io/netty/channel/embedded/EmbeddedChannel$Builder.d.ts +2 -0
  1710. package/types/io/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe.d.ts +4 -1
  1711. package/types/io/netty/channel/epoll/AbstractEpollChannel$AbstractEpollUnsafe.d.ts +2 -1
  1712. package/types/io/netty/channel/epoll/AbstractEpollChannel.d.ts +2 -1
  1713. package/types/io/netty/channel/epoll/AbstractEpollServerChannel$EpollServerSocketUnsafe.d.ts +2 -1
  1714. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$EpollSocketWritableByteChannel.d.ts +2 -1
  1715. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$EpollStreamUnsafe.d.ts +2 -1
  1716. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceFdTask.d.ts +2 -1
  1717. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceInChannelTask.d.ts +1 -1
  1718. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceInTask.d.ts +2 -1
  1719. package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceOutTask.d.ts +1 -1
  1720. package/types/io/netty/channel/epoll/EpollChannelOption.d.ts +1 -0
  1721. package/types/io/netty/channel/epoll/EpollDatagramChannel$EpollDatagramChannelUnsafe.d.ts +2 -1
  1722. package/types/io/netty/channel/epoll/EpollDatagramChannel.d.ts +2 -0
  1723. package/types/io/netty/channel/epoll/EpollDatagramChannelConfig.d.ts +2 -0
  1724. package/types/io/netty/channel/epoll/EpollDomainDatagramChannel$EpollDomainDatagramChannelUnsafe.d.ts +2 -1
  1725. package/types/io/netty/channel/epoll/EpollDomainDatagramChannel.d.ts +3 -0
  1726. package/types/io/netty/channel/epoll/EpollDomainSocketChannel$EpollDomainUnsafe.d.ts +4 -1
  1727. package/types/io/netty/channel/epoll/EpollIoHandler$DefaultEpollIoRegistration.d.ts +4 -3
  1728. package/types/io/netty/channel/epoll/EpollIoHandler$RegistrationState.d.ts +13 -0
  1729. package/types/io/netty/channel/epoll/EpollIoOps.d.ts +1 -0
  1730. package/types/io/netty/channel/epoll/EpollSocketChannel$EpollSocketChannelUnsafe.d.ts +4 -1
  1731. package/types/io/netty/channel/epoll/LinuxSocket.d.ts +2 -0
  1732. package/types/io/netty/channel/epoll/NativeDatagramPacketArray$MyMessageProcessor.d.ts +4 -1
  1733. package/types/io/netty/channel/epoll/NativeDatagramPacketArray$NativeDatagramPacket.d.ts +2 -1
  1734. package/types/io/netty/channel/kqueue/AbstractKQueueChannel$AbstractKQueueUnsafe.d.ts +2 -1
  1735. package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel$KQueueServerSocketUnsafe.d.ts +2 -1
  1736. package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel$KQueueSocketWritableByteChannel.d.ts +2 -1
  1737. package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel$KQueueStreamUnsafe.d.ts +2 -3
  1738. package/types/io/netty/channel/kqueue/KQueueDatagramChannel$KQueueDatagramChannelUnsafe.d.ts +2 -1
  1739. package/types/io/netty/channel/kqueue/KQueueDomainDatagramChannel$KQueueDomainDatagramChannelUnsafe.d.ts +2 -1
  1740. package/types/io/netty/channel/kqueue/KQueueDomainSocketChannel$KQueueDomainUnsafe.d.ts +4 -1
  1741. package/types/io/netty/channel/kqueue/KQueueIoHandler$DefaultKqueueIoRegistration.d.ts +3 -2
  1742. package/types/io/netty/channel/kqueue/KQueueIoHandler.d.ts +2 -0
  1743. package/types/io/netty/channel/kqueue/KQueueRecvByteAllocatorHandle.d.ts +1 -0
  1744. package/types/io/netty/channel/kqueue/KQueueSocketChannel.d.ts +0 -2
  1745. package/types/io/netty/channel/local/LocalChannel$LocalUnsafe.d.ts +6 -1
  1746. package/types/io/netty/channel/local/LocalChannel.d.ts +2 -1
  1747. package/types/io/netty/channel/local/LocalIoHandler$LocalIoRegistration.d.ts +2 -1
  1748. package/types/io/netty/channel/local/LocalServerChannel$LocalServerUnsafe.d.ts +6 -1
  1749. package/types/io/netty/channel/local/LocalServerChannel.d.ts +0 -2
  1750. package/types/io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe.d.ts +2 -1
  1751. package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +2 -1
  1752. package/types/io/netty/channel/nio/AbstractNioMessageChannel$NioMessageUnsafe.d.ts +4 -1
  1753. package/types/io/netty/channel/nio/NioIoHandler$DefaultNioRegistration.d.ts +2 -1
  1754. package/types/io/netty/channel/nio/NioIoHandler.d.ts +2 -0
  1755. package/types/io/netty/channel/oio/AbstractOioChannel$DefaultOioUnsafe.d.ts +4 -1
  1756. package/types/io/netty/channel/pool/FixedChannelPool$AcquireListener.d.ts +2 -1
  1757. package/types/io/netty/channel/pool/FixedChannelPool$AcquireTask.d.ts +2 -1
  1758. package/types/io/netty/channel/pool/FixedChannelPool$AcquireTimeoutException.d.ts +2 -0
  1759. package/types/io/netty/channel/pool/FixedChannelPool$TimeoutTask.d.ts +4 -1
  1760. package/types/io/netty/channel/pool/SimpleChannelPool$ChannelPoolFullException.d.ts +2 -0
  1761. package/types/io/netty/channel/socket/nio/NioDomainSocketChannel$NioDomainSocketChannelConfig.d.ts +3 -1
  1762. package/types/io/netty/channel/socket/nio/NioDomainSocketChannel$NioSocketChannelUnsafe.d.ts +4 -1
  1763. package/types/io/netty/channel/socket/nio/NioServerDomainSocketChannel$NioDomainServerSocketChannelConfig.d.ts +3 -1
  1764. package/types/io/netty/channel/socket/nio/NioServerSocketChannel$NioServerSocketChannelConfig.d.ts +3 -1
  1765. package/types/io/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelConfig.d.ts +3 -1
  1766. package/types/io/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelUnsafe.d.ts +4 -1
  1767. package/types/io/netty/handler/codec/ByteToMessageCodec$Encoder.d.ts +3 -2
  1768. package/types/io/netty/handler/codec/ByteToMessageDecoder.d.ts +1 -0
  1769. package/types/io/netty/handler/codec/DateFormatter.d.ts +2 -0
  1770. package/types/io/netty/handler/codec/DefaultHeaders$HeaderIterator.d.ts +3 -1
  1771. package/types/io/netty/handler/codec/DefaultHeaders$ValueIterator.d.ts +1 -1
  1772. package/types/io/netty/handler/codec/base64/Base64$Decoder.d.ts +2 -0
  1773. package/types/io/netty/handler/codec/compression/JdkZlibDecoder.d.ts +1 -0
  1774. package/types/io/netty/handler/codec/compression/Lz4FrameDecoder.d.ts +3 -0
  1775. package/types/io/netty/handler/codec/http/ContentLengthNotAllowedException.d.ts +4 -0
  1776. package/types/io/netty/handler/codec/http/DefaultFullHttpRequest.d.ts +1 -0
  1777. package/types/io/netty/handler/codec/http/DefaultHttpRequest.d.ts +2 -0
  1778. package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor$Match.d.ts +15 -0
  1779. package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor$State.d.ts +20 -0
  1780. package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor.d.ts +22 -0
  1781. package/types/io/netty/handler/codec/http/HttpClientCodec$Decoder.d.ts +4 -1
  1782. package/types/io/netty/handler/codec/http/HttpClientCodec$Encoder.d.ts +4 -1
  1783. package/types/io/netty/handler/codec/http/HttpContentCompressor.d.ts +3 -2
  1784. package/types/io/netty/handler/codec/http/HttpContentDecoder$ByteBufForwarder.d.ts +2 -1
  1785. package/types/io/netty/handler/codec/http/HttpDecoderConfig.d.ts +3 -0
  1786. package/types/io/netty/handler/codec/http/HttpHeaderDateFormat.d.ts +2 -0
  1787. package/types/io/netty/handler/codec/http/HttpHeaderValues.d.ts +30 -0
  1788. package/types/io/netty/handler/codec/http/HttpObjectAggregator.d.ts +1 -0
  1789. package/types/io/netty/handler/codec/http/HttpObjectDecoder$LineParser.d.ts +3 -2
  1790. package/types/io/netty/handler/codec/http/HttpObjectDecoder$State.d.ts +2 -1
  1791. package/types/io/netty/handler/codec/http/HttpObjectDecoder.d.ts +4 -0
  1792. package/types/io/netty/handler/codec/http/HttpRequestDecoder.d.ts +2 -0
  1793. package/types/io/netty/handler/codec/http/HttpResponseDecoder.d.ts +2 -0
  1794. package/types/io/netty/handler/codec/http/HttpServerCodec$HttpServerRequestDecoder.d.ts +6 -1
  1795. package/types/io/netty/handler/codec/http/HttpServerCodec$HttpServerResponseEncoder.d.ts +9 -3
  1796. package/types/io/netty/handler/codec/http/HttpServerCodec.d.ts +6 -1
  1797. package/types/io/netty/handler/codec/http/HttpStatusClass.d.ts +2 -0
  1798. package/types/io/netty/handler/codec/http/HttpUtil.d.ts +1 -0
  1799. package/types/io/netty/handler/codec/http/QueryStringDecoder$Builder.d.ts +2 -0
  1800. package/types/io/netty/handler/codec/http/QueryStringDecoder.d.ts +3 -0
  1801. package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyIterator.d.ts +3 -1
  1802. package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyStringIterator.d.ts +3 -1
  1803. package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyStringValueIterator.d.ts +1 -1
  1804. package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyValueIterator.d.ts +1 -1
  1805. package/types/io/netty/handler/codec/http/TransferEncodingNotAllowedException.d.ts +4 -0
  1806. package/types/io/netty/handler/codec/http/cors/CorsConfigBuilder$ConstantValueGenerator.d.ts +2 -0
  1807. package/types/io/netty/handler/codec/http/cors/CorsHandler.d.ts +1 -0
  1808. package/types/io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$WrappedFullHttpRequest.d.ts +2 -0
  1809. package/types/io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder$UrlEncodedDetector.d.ts +2 -0
  1810. package/types/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.d.ts +3 -0
  1811. package/types/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig$Builder.d.ts +3 -0
  1812. package/types/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig.d.ts +2 -0
  1813. package/types/io/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder.d.ts +2 -0
  1814. package/types/io/netty/handler/codec/http/websocketx/WebSocketDecoderConfig.d.ts +2 -0
  1815. package/types/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig$Builder.d.ts +3 -0
  1816. package/types/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.d.ts +2 -0
  1817. package/types/io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateClientExtensionHandshaker$PermessageDeflateExtension.d.ts +2 -1
  1818. package/types/io/netty/handler/codec/rtsp/RtspDecoder.d.ts +2 -0
  1819. package/types/io/netty/handler/codec/rtsp/RtspObjectDecoder.d.ts +2 -0
  1820. package/types/io/netty/handler/codec/rtsp/RtspRequestDecoder.d.ts +2 -0
  1821. package/types/io/netty/handler/codec/rtsp/RtspResponseDecoder.d.ts +2 -0
  1822. package/types/io/netty/handler/codec/spdy/SpdyProtocolException.d.ts +2 -0
  1823. package/types/io/netty/handler/codec/spdy/SpdySession$StreamComparator.d.ts +2 -1
  1824. package/types/io/netty/handler/flow/FlowControlHandler.d.ts +3 -1
  1825. package/types/io/netty/handler/ipfilter/IpSubnetFilterRule$Ip4SubnetFilterRule.d.ts +2 -0
  1826. package/types/io/netty/handler/ipfilter/IpSubnetFilterRule$Ip6SubnetFilterRule.d.ts +2 -0
  1827. package/types/io/netty/handler/pcap/PcapWriteHandler$Builder.d.ts +2 -0
  1828. package/types/io/netty/handler/pcap/PcapWriteHandler.d.ts +2 -0
  1829. package/types/io/netty/handler/proxy/HttpProxyHandler$HttpClientCodecWrapper.d.ts +2 -0
  1830. package/types/io/netty/handler/proxy/HttpProxyHandler.d.ts +3 -0
  1831. package/types/io/netty/handler/proxy/ProxyHandler$LazyChannelPromise.d.ts +4 -1
  1832. package/types/io/netty/handler/ssl/DefaultOpenSslCredential.d.ts +20 -0
  1833. package/types/io/netty/handler/ssl/ExtendedOpenSslSession$SSLSessionBindingListenerDecorator.d.ts +2 -1
  1834. package/types/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator$AlpnWrapper.d.ts +2 -0
  1835. package/types/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator$FailureWrapper.d.ts +2 -0
  1836. package/types/io/netty/handler/ssl/JdkAlpnSslEngine$AlpnSelector.d.ts +2 -1
  1837. package/types/io/netty/handler/ssl/JdkSslContext$Defaults.d.ts +2 -0
  1838. package/types/io/netty/handler/ssl/NonOwnedOpenSslCredential.d.ts +18 -0
  1839. package/types/io/netty/handler/ssl/OpenSslCachingKeyMaterialProvider.d.ts +7 -1
  1840. package/types/io/netty/handler/ssl/OpenSslCertificateCompressionConfig$AlgorithmConfig.d.ts +2 -0
  1841. package/types/io/netty/handler/ssl/OpenSslCertificateCompressionConfig$Builder.d.ts +2 -0
  1842. package/types/io/netty/handler/ssl/OpenSslCredential$CredentialType.d.ts +12 -0
  1843. package/types/io/netty/handler/ssl/OpenSslCredential.d.ts +13 -0
  1844. package/types/io/netty/handler/ssl/OpenSslCredentialBuilder.d.ts +21 -0
  1845. package/types/io/netty/handler/ssl/OpenSslCredentialPointer.d.ts +19 -0
  1846. package/types/io/netty/handler/ssl/OpenSslKeyMaterialProvider$MaterialCache.d.ts +16 -0
  1847. package/types/io/netty/handler/ssl/OpenSslKeyMaterialProvider.d.ts +7 -0
  1848. package/types/io/netty/handler/ssl/OpenSslPrivateKey$OpenSslPrivateKeyMaterial.d.ts +2 -1
  1849. package/types/io/netty/handler/ssl/OpenSslPrivateKey.d.ts +1 -1
  1850. package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory$OpenSslKeyStore.d.ts +2 -0
  1851. package/types/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.d.ts +5 -1
  1852. package/types/io/netty/handler/ssl/SniHandler$AsyncMappingAdapter.d.ts +2 -0
  1853. package/types/io/netty/handler/ssl/SslContextBuilder.d.ts +4 -0
  1854. package/types/io/netty/handler/ssl/SslContextOption.d.ts +2 -0
  1855. package/types/io/netty/handler/ssl/SslHandler$AsyncTaskCompletionHandler.d.ts +2 -1
  1856. package/types/io/netty/handler/ssl/SslHandler$LazyChannelPromise.d.ts +4 -1
  1857. package/types/io/netty/handler/ssl/SslHandler$SslEngineType.d.ts +2 -0
  1858. package/types/io/netty/handler/ssl/SslHandler$SslTasksRunner.d.ts +2 -1
  1859. package/types/io/netty/handler/ssl/SslMasterKeyHandler$WiresharkSslMasterKeyHandler.d.ts +2 -0
  1860. package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcPkix.d.ts +4 -0
  1861. package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcProv.d.ts +4 -0
  1862. package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcTls.d.ts +4 -0
  1863. package/types/io/netty/handler/ssl/util/LazyX509Certificate$CertFactoryHandle.d.ts +14 -0
  1864. package/types/io/netty/handler/ssl/util/SelfSignedCertificate$Builder.d.ts +2 -0
  1865. package/types/io/netty/handler/ssl/util/SelfSignedCertificate.d.ts +2 -0
  1866. package/types/io/netty/handler/ssl/util/SimpleKeyManagerFactory$SimpleKeyManagerFactorySpi.d.ts +1 -0
  1867. package/types/io/netty/handler/timeout/IdleStateHandler$AllIdleTimeoutTask.d.ts +2 -1
  1868. package/types/io/netty/handler/timeout/IdleStateHandler$ReaderIdleTimeoutTask.d.ts +2 -1
  1869. package/types/io/netty/handler/timeout/IdleStateHandler$WriterIdleTimeoutTask.d.ts +2 -1
  1870. package/types/io/netty/handler/timeout/WriteTimeoutHandler$WriteTimeoutTask.d.ts +2 -1
  1871. package/types/io/netty/handler/traffic/ChannelTrafficShapingHandler$ToSend.d.ts +2 -0
  1872. package/types/io/netty/handler/traffic/GlobalChannelTrafficShapingHandler$ToSend.d.ts +1 -0
  1873. package/types/io/netty/handler/traffic/GlobalTrafficShapingHandler$PerChannel.d.ts +2 -0
  1874. package/types/io/netty/handler/traffic/GlobalTrafficShapingHandler$ToSend.d.ts +2 -0
  1875. package/types/io/netty/handler/traffic/TrafficCounter$TrafficMonitoringTask.d.ts +4 -1
  1876. package/types/io/netty/util/AbstractReferenceCounted.d.ts +2 -1
  1877. package/types/io/netty/util/AttributeKey.d.ts +2 -0
  1878. package/types/io/netty/util/DomainNameMappingBuilder$ImmutableDomainNameMapping.d.ts +2 -0
  1879. package/types/io/netty/util/HashedWheelTimer$HashedWheelBucket.d.ts +2 -0
  1880. package/types/io/netty/util/HashedWheelTimer$Worker.d.ts +4 -1
  1881. package/types/io/netty/util/LeakPresenceDetector$AllocationProhibitedException.d.ts +4 -0
  1882. package/types/io/netty/util/LeakPresenceDetector$LeakCreation.d.ts +2 -0
  1883. package/types/io/netty/util/LeakPresenceDetector$ResourceScope.d.ts +1 -1
  1884. package/types/io/netty/util/NetUtil$SoMaxConnAction.d.ts +2 -0
  1885. package/types/io/netty/util/Recycler$EnhancedHandle.d.ts +2 -0
  1886. package/types/io/netty/util/Recycler$LocalPoolHandle.d.ts +2 -0
  1887. package/types/io/netty/util/ResourceLeakDetector$TraceRecord.d.ts +2 -0
  1888. package/types/io/netty/util/Signal.d.ts +2 -0
  1889. package/types/io/netty/util/ThreadDeathWatcher$Watcher.d.ts +2 -0
  1890. package/types/io/netty/util/collection/ByteObjectHashMap$MapEntry.d.ts +1 -1
  1891. package/types/io/netty/util/collection/ByteObjectHashMap$MapIterator.d.ts +3 -1
  1892. package/types/io/netty/util/collection/ByteObjectHashMap$PrimitiveIterator.d.ts +2 -1
  1893. package/types/io/netty/util/collection/CharObjectHashMap$MapEntry.d.ts +1 -1
  1894. package/types/io/netty/util/collection/CharObjectHashMap$MapIterator.d.ts +3 -1
  1895. package/types/io/netty/util/collection/CharObjectHashMap$PrimitiveIterator.d.ts +2 -1
  1896. package/types/io/netty/util/collection/IntObjectHashMap$MapEntry.d.ts +1 -1
  1897. package/types/io/netty/util/collection/IntObjectHashMap$MapIterator.d.ts +3 -1
  1898. package/types/io/netty/util/collection/IntObjectHashMap$PrimitiveIterator.d.ts +2 -1
  1899. package/types/io/netty/util/collection/LongObjectHashMap$MapEntry.d.ts +1 -1
  1900. package/types/io/netty/util/collection/LongObjectHashMap$MapIterator.d.ts +3 -1
  1901. package/types/io/netty/util/collection/LongObjectHashMap$PrimitiveIterator.d.ts +2 -1
  1902. package/types/io/netty/util/collection/ShortObjectHashMap$MapEntry.d.ts +1 -1
  1903. package/types/io/netty/util/collection/ShortObjectHashMap$MapIterator.d.ts +3 -1
  1904. package/types/io/netty/util/collection/ShortObjectHashMap$PrimitiveIterator.d.ts +2 -1
  1905. package/types/io/netty/util/concurrent/AutoScalingEventExecutorChooserFactory$AutoScalingEventExecutorChooser.d.ts +2 -1
  1906. package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$EntryIterator.d.ts +7 -0
  1907. package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Index.d.ts +8 -0
  1908. package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$IntEntry.d.ts +13 -0
  1909. package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Iter.d.ts +15 -0
  1910. package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Node.d.ts +7 -0
  1911. package/types/io/netty/util/concurrent/DefaultPromise$LeanCancellationException.d.ts +2 -0
  1912. package/types/io/netty/util/concurrent/GlobalEventExecutor$TaskRunner.d.ts +1 -1
  1913. package/types/io/netty/util/concurrent/MpscIntQueue$MpscAtomicIntegerArrayQueue.d.ts +2 -0
  1914. package/types/io/netty/util/concurrent/MpscIntQueue.d.ts +2 -0
  1915. package/types/io/netty/util/concurrent/UnorderedThreadPoolEventExecutor$AccountingThreadFactory.d.ts +2 -0
  1916. package/types/io/netty/util/internal/Cleaner.d.ts +2 -0
  1917. package/types/io/netty/util/internal/CleanerJava24Linker$CleanableDirectBufferImpl.d.ts +2 -0
  1918. package/types/io/netty/util/internal/CleanerJava24Linker.d.ts +2 -0
  1919. package/types/io/netty/util/internal/CleanerJava25.d.ts +2 -0
  1920. package/types/io/netty/util/internal/CleanerJava6$CleanableDirectBufferImpl.d.ts +2 -0
  1921. package/types/io/netty/util/internal/CleanerJava6.d.ts +2 -0
  1922. package/types/io/netty/util/internal/CleanerJava9$CleanableDirectBufferImpl.d.ts +2 -0
  1923. package/types/io/netty/util/internal/CleanerJava9.d.ts +2 -0
  1924. package/types/io/netty/util/internal/DefaultPriorityQueue$PriorityQueueIterator.d.ts +3 -1
  1925. package/types/io/netty/util/internal/DirectCleaner$CleanableDirectBufferImpl.d.ts +2 -1
  1926. package/types/io/netty/util/internal/DirectCleaner.d.ts +1 -0
  1927. package/types/io/netty/util/internal/EmptyArrays.d.ts +1 -0
  1928. package/types/io/netty/util/internal/PendingWrite.d.ts +2 -0
  1929. package/types/io/netty/util/internal/PlatformDependent.d.ts +7 -5
  1930. package/types/io/netty/util/internal/RefCnt$AtomicRefCnt.d.ts +4 -0
  1931. package/types/io/netty/util/internal/RefCnt$UnsafeRefCnt.d.ts +4 -0
  1932. package/types/io/netty/util/internal/RefCnt$VarHandleRefCnt.d.ts +4 -0
  1933. package/types/io/netty/util/internal/RefCnt.d.ts +13 -0
  1934. package/types/io/netty/util/internal/ReferenceCountUpdater.d.ts +2 -4
  1935. package/types/io/netty/util/internal/ThrowableUtil.d.ts +2 -0
  1936. package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/ConcurrentCircularAtomicArrayQueue$WeakIterator.d.ts +17 -0
  1937. package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/unpadded/ConcurrentCircularAtomicUnpaddedArrayQueue$WeakIterator.d.ts +17 -0
  1938. package/types/io/netty/util/internal/svm/RefCntSubstitution.d.ts +5 -0
  1939. package/types/it/unimi/dsi/fastutil/booleans/BooleanArrayList$Spliterator.d.ts +2 -2
  1940. package/types/it/unimi/dsi/fastutil/booleans/BooleanArraySet$Spliterator.d.ts +2 -2
  1941. package/types/it/unimi/dsi/fastutil/booleans/BooleanArrays$ArrayHashStrategy.d.ts +3 -1
  1942. package/types/it/unimi/dsi/fastutil/booleans/BooleanBigArrayBigList$Spliterator.d.ts +2 -2
  1943. package/types/it/unimi/dsi/fastutil/booleans/BooleanBigArrays$BigArrayHashStrategy.d.ts +3 -1
  1944. package/types/it/unimi/dsi/fastutil/booleans/BooleanImmutableList$Spliterator.d.ts +2 -2
  1945. package/types/it/unimi/dsi/fastutil/booleans/BooleanOpenHashSet$SetIterator.d.ts +3 -1
  1946. package/types/it/unimi/dsi/fastutil/booleans/BooleanOpenHashSet$SetSpliterator.d.ts +2 -2
  1947. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  1948. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  1949. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  1950. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  1951. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanArrayMap$MapEntry.d.ts +2 -2
  1952. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1953. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1954. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1955. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1956. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1957. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1958. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  1959. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  1960. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  1961. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  1962. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  1963. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  1964. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  1965. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  1966. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  1967. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  1968. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  1969. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  1970. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  1971. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  1972. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  1973. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  1974. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  1975. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  1976. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  1977. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  1978. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  1979. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  1980. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  1981. package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  1982. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  1983. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  1984. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  1985. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  1986. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteArrayMap$MapEntry.d.ts +2 -2
  1987. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  1988. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  1989. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  1990. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  1991. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  1992. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  1993. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  1994. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  1995. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  1996. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  1997. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  1998. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  1999. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  2000. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2001. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2002. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2003. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  2004. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  2005. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  2006. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  2007. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  2008. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapEntry.d.ts +2 -2
  2009. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapIterator.d.ts +2 -1
  2010. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  2011. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  2012. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  2013. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  2014. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  2015. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  2016. package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  2017. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  2018. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  2019. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  2020. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  2021. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharArrayMap$MapEntry.d.ts +2 -2
  2022. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2023. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2024. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2025. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2026. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2027. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2028. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2029. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2030. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2031. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2032. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2033. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  2034. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  2035. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2036. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2037. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2038. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$EntryIterator.d.ts +3 -1
  2039. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  2040. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  2041. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$KeyIterator.d.ts +1 -1
  2042. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  2043. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapEntry.d.ts +2 -2
  2044. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapIterator.d.ts +2 -1
  2045. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  2046. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$ValueIterator.d.ts +1 -1
  2047. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  2048. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$EntryIterator.d.ts +2 -2
  2049. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$KeyIterator.d.ts +2 -2
  2050. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$TreeIterator.d.ts +2 -2
  2051. package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$ValueIterator.d.ts +3 -1
  2052. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  2053. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  2054. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  2055. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  2056. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleArrayMap$MapEntry.d.ts +2 -2
  2057. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2058. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2059. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2060. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2061. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2062. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2063. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2064. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2065. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2066. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2067. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2068. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  2069. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  2070. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2071. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2072. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2073. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  2074. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  2075. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  2076. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  2077. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  2078. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  2079. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  2080. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  2081. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  2082. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  2083. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  2084. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  2085. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  2086. package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  2087. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  2088. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  2089. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  2090. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  2091. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatArrayMap$MapEntry.d.ts +2 -2
  2092. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2093. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2094. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2095. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2096. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2097. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2098. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2099. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2100. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2101. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2102. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2103. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  2104. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  2105. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2106. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2107. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2108. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  2109. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  2110. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  2111. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  2112. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  2113. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapEntry.d.ts +2 -2
  2114. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapIterator.d.ts +2 -1
  2115. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  2116. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  2117. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  2118. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  2119. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  2120. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  2121. package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  2122. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  2123. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  2124. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  2125. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  2126. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntArrayMap$MapEntry.d.ts +2 -2
  2127. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2128. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2129. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2130. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2131. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2132. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2133. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2134. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2135. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2136. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2137. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2138. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  2139. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  2140. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2141. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2142. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2143. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$EntryIterator.d.ts +3 -1
  2144. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  2145. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  2146. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$KeyIterator.d.ts +1 -1
  2147. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  2148. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapEntry.d.ts +2 -2
  2149. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapIterator.d.ts +2 -1
  2150. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  2151. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$ValueIterator.d.ts +1 -1
  2152. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  2153. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$EntryIterator.d.ts +2 -2
  2154. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$KeyIterator.d.ts +2 -2
  2155. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$TreeIterator.d.ts +2 -2
  2156. package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$ValueIterator.d.ts +3 -1
  2157. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  2158. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  2159. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  2160. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  2161. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongArrayMap$MapEntry.d.ts +2 -2
  2162. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2163. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2164. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2165. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2166. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2167. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2168. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2169. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2170. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2171. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2172. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2173. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  2174. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  2175. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2176. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2177. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2178. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$EntryIterator.d.ts +3 -1
  2179. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  2180. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  2181. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$KeyIterator.d.ts +1 -1
  2182. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  2183. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapEntry.d.ts +2 -2
  2184. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapIterator.d.ts +2 -1
  2185. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  2186. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$ValueIterator.d.ts +1 -1
  2187. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  2188. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$EntryIterator.d.ts +2 -2
  2189. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$KeyIterator.d.ts +2 -2
  2190. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$TreeIterator.d.ts +2 -2
  2191. package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$ValueIterator.d.ts +3 -1
  2192. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  2193. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  2194. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  2195. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  2196. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectArrayMap$MapEntry.d.ts +2 -2
  2197. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2198. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2199. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2200. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2201. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2202. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2203. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2204. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2205. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2206. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2207. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  2208. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  2209. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  2210. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2211. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2212. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2213. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  2214. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  2215. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  2216. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  2217. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
  2218. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  2219. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  2220. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  2221. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  2222. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  2223. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  2224. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  2225. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  2226. package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  2227. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  2228. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  2229. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  2230. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  2231. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceArrayMap$MapEntry.d.ts +2 -2
  2232. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2233. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2234. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2235. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2236. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2237. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2238. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2239. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2240. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2241. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2242. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  2243. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  2244. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  2245. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2246. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2247. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2248. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  2249. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  2250. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  2251. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  2252. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
  2253. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  2254. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  2255. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  2256. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  2257. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  2258. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  2259. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  2260. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  2261. package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  2262. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  2263. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  2264. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  2265. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  2266. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortArrayMap$MapEntry.d.ts +2 -2
  2267. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2268. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2269. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2270. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2271. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2272. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2273. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2274. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2275. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2276. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2277. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2278. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  2279. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  2280. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2281. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2282. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2283. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  2284. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  2285. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  2286. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  2287. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  2288. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapEntry.d.ts +2 -2
  2289. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapIterator.d.ts +2 -1
  2290. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  2291. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  2292. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  2293. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  2294. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  2295. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  2296. package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  2297. package/types/it/unimi/dsi/fastutil/bytes/ByteAVLTreeSet$SetIterator.d.ts +2 -2
  2298. package/types/it/unimi/dsi/fastutil/bytes/ByteArrayList$Spliterator.d.ts +2 -2
  2299. package/types/it/unimi/dsi/fastutil/bytes/ByteArraySet$Spliterator.d.ts +2 -2
  2300. package/types/it/unimi/dsi/fastutil/bytes/ByteArrays$ArrayHashStrategy.d.ts +2 -0
  2301. package/types/it/unimi/dsi/fastutil/bytes/ByteBigArrayBigList$Spliterator.d.ts +2 -2
  2302. package/types/it/unimi/dsi/fastutil/bytes/ByteBigArrays$BigArrayHashStrategy.d.ts +2 -0
  2303. package/types/it/unimi/dsi/fastutil/bytes/ByteHeapPriorityQueue.d.ts +2 -2
  2304. package/types/it/unimi/dsi/fastutil/bytes/ByteImmutableList$Spliterator.d.ts +2 -2
  2305. package/types/it/unimi/dsi/fastutil/bytes/ByteLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  2306. package/types/it/unimi/dsi/fastutil/bytes/ByteLinkedOpenHashSet$SetIterator.d.ts +2 -2
  2307. package/types/it/unimi/dsi/fastutil/bytes/ByteOpenCustomHashSet$SetIterator.d.ts +3 -1
  2308. package/types/it/unimi/dsi/fastutil/bytes/ByteOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  2309. package/types/it/unimi/dsi/fastutil/bytes/ByteOpenHashSet$SetIterator.d.ts +3 -1
  2310. package/types/it/unimi/dsi/fastutil/bytes/ByteOpenHashSet$SetSpliterator.d.ts +2 -2
  2311. package/types/it/unimi/dsi/fastutil/bytes/ByteRBTreeSet$SetIterator.d.ts +2 -2
  2312. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  2313. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  2314. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  2315. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  2316. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanArrayMap$MapEntry.d.ts +2 -2
  2317. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2318. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2319. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2320. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2321. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2322. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2323. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2324. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2325. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2326. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2327. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2328. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  2329. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  2330. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2331. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2332. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2333. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  2334. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  2335. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  2336. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  2337. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  2338. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  2339. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  2340. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  2341. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  2342. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  2343. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  2344. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  2345. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  2346. package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  2347. package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  2348. package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  2349. package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  2350. package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  2351. package/types/it/unimi/dsi/fastutil/chars/Char2ByteArrayMap$MapEntry.d.ts +2 -2
  2352. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2353. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2354. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2355. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2356. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2357. package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2358. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2359. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2360. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2361. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2362. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2363. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  2364. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  2365. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2366. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2367. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2368. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  2369. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  2370. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  2371. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  2372. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  2373. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapEntry.d.ts +2 -2
  2374. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapIterator.d.ts +2 -1
  2375. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  2376. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  2377. package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  2378. package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  2379. package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  2380. package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  2381. package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  2382. package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  2383. package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  2384. package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  2385. package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  2386. package/types/it/unimi/dsi/fastutil/chars/Char2CharArrayMap$MapEntry.d.ts +2 -2
  2387. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2388. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2389. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2390. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2391. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2392. package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2393. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2394. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2395. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2396. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2397. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2398. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  2399. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  2400. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2401. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2402. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2403. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$EntryIterator.d.ts +3 -1
  2404. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  2405. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  2406. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$KeyIterator.d.ts +1 -1
  2407. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  2408. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapEntry.d.ts +2 -2
  2409. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapIterator.d.ts +2 -1
  2410. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  2411. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$ValueIterator.d.ts +1 -1
  2412. package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  2413. package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$EntryIterator.d.ts +2 -2
  2414. package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$KeyIterator.d.ts +2 -2
  2415. package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$TreeIterator.d.ts +2 -2
  2416. package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$ValueIterator.d.ts +3 -1
  2417. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  2418. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  2419. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  2420. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  2421. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleArrayMap$MapEntry.d.ts +2 -2
  2422. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2423. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2424. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2425. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2426. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2427. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2428. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2429. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2430. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2431. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2432. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2433. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  2434. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  2435. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2436. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2437. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2438. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  2439. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  2440. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  2441. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  2442. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  2443. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  2444. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  2445. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  2446. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  2447. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  2448. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  2449. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  2450. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  2451. package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  2452. package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  2453. package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  2454. package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  2455. package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  2456. package/types/it/unimi/dsi/fastutil/chars/Char2FloatArrayMap$MapEntry.d.ts +2 -2
  2457. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2458. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2459. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2460. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2461. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2462. package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2463. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2464. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2465. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2466. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2467. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2468. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  2469. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  2470. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2471. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2472. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2473. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  2474. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  2475. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  2476. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  2477. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  2478. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapEntry.d.ts +2 -2
  2479. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapIterator.d.ts +2 -1
  2480. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  2481. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  2482. package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  2483. package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  2484. package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  2485. package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  2486. package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  2487. package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  2488. package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  2489. package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  2490. package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  2491. package/types/it/unimi/dsi/fastutil/chars/Char2IntArrayMap$MapEntry.d.ts +2 -2
  2492. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2493. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2494. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2495. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2496. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2497. package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2498. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2499. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2500. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2501. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2502. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2503. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  2504. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  2505. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2506. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2507. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2508. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$EntryIterator.d.ts +3 -1
  2509. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  2510. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  2511. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$KeyIterator.d.ts +1 -1
  2512. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  2513. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapEntry.d.ts +2 -2
  2514. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapIterator.d.ts +2 -1
  2515. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  2516. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$ValueIterator.d.ts +1 -1
  2517. package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  2518. package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$EntryIterator.d.ts +2 -2
  2519. package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$KeyIterator.d.ts +2 -2
  2520. package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$TreeIterator.d.ts +2 -2
  2521. package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$ValueIterator.d.ts +3 -1
  2522. package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  2523. package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  2524. package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  2525. package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  2526. package/types/it/unimi/dsi/fastutil/chars/Char2LongArrayMap$MapEntry.d.ts +2 -2
  2527. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2528. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2529. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2530. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2531. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2532. package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2533. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2534. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2535. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2536. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2537. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2538. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  2539. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  2540. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2541. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2542. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2543. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$EntryIterator.d.ts +3 -1
  2544. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  2545. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  2546. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$KeyIterator.d.ts +1 -1
  2547. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  2548. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapEntry.d.ts +2 -2
  2549. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapIterator.d.ts +2 -1
  2550. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  2551. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$ValueIterator.d.ts +1 -1
  2552. package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  2553. package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$EntryIterator.d.ts +2 -2
  2554. package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$KeyIterator.d.ts +2 -2
  2555. package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$TreeIterator.d.ts +2 -2
  2556. package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$ValueIterator.d.ts +3 -1
  2557. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  2558. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  2559. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  2560. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  2561. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectArrayMap$MapEntry.d.ts +2 -2
  2562. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2563. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2564. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2565. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2566. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2567. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2568. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2569. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2570. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2571. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2572. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  2573. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  2574. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  2575. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2576. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2577. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2578. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  2579. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  2580. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  2581. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  2582. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
  2583. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  2584. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  2585. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  2586. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  2587. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  2588. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  2589. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  2590. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  2591. package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  2592. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  2593. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  2594. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  2595. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  2596. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceArrayMap$MapEntry.d.ts +2 -2
  2597. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2598. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2599. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2600. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2601. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2602. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2603. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2604. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2605. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2606. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2607. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  2608. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  2609. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  2610. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2611. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2612. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2613. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  2614. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  2615. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  2616. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  2617. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
  2618. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  2619. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  2620. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  2621. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  2622. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  2623. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  2624. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  2625. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  2626. package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  2627. package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  2628. package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  2629. package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  2630. package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  2631. package/types/it/unimi/dsi/fastutil/chars/Char2ShortArrayMap$MapEntry.d.ts +2 -2
  2632. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2633. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2634. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2635. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2636. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2637. package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2638. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2639. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2640. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2641. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2642. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2643. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  2644. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  2645. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2646. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2647. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2648. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  2649. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  2650. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  2651. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  2652. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  2653. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapEntry.d.ts +2 -2
  2654. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapIterator.d.ts +2 -1
  2655. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  2656. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  2657. package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  2658. package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  2659. package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  2660. package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  2661. package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  2662. package/types/it/unimi/dsi/fastutil/chars/CharAVLTreeSet$SetIterator.d.ts +2 -2
  2663. package/types/it/unimi/dsi/fastutil/chars/CharArrayList$Spliterator.d.ts +2 -2
  2664. package/types/it/unimi/dsi/fastutil/chars/CharArraySet$Spliterator.d.ts +2 -2
  2665. package/types/it/unimi/dsi/fastutil/chars/CharArrays$ArrayHashStrategy.d.ts +2 -0
  2666. package/types/it/unimi/dsi/fastutil/chars/CharBigArrayBigList$Spliterator.d.ts +2 -2
  2667. package/types/it/unimi/dsi/fastutil/chars/CharBigArrays$BigArrayHashStrategy.d.ts +2 -0
  2668. package/types/it/unimi/dsi/fastutil/chars/CharHeapPriorityQueue.d.ts +2 -2
  2669. package/types/it/unimi/dsi/fastutil/chars/CharImmutableList$Spliterator.d.ts +2 -2
  2670. package/types/it/unimi/dsi/fastutil/chars/CharLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  2671. package/types/it/unimi/dsi/fastutil/chars/CharLinkedOpenHashSet$SetIterator.d.ts +2 -2
  2672. package/types/it/unimi/dsi/fastutil/chars/CharOpenCustomHashSet$SetIterator.d.ts +3 -1
  2673. package/types/it/unimi/dsi/fastutil/chars/CharOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  2674. package/types/it/unimi/dsi/fastutil/chars/CharOpenHashSet$SetIterator.d.ts +3 -1
  2675. package/types/it/unimi/dsi/fastutil/chars/CharOpenHashSet$SetSpliterator.d.ts +2 -2
  2676. package/types/it/unimi/dsi/fastutil/chars/CharRBTreeSet$SetIterator.d.ts +2 -2
  2677. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  2678. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  2679. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  2680. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  2681. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanArrayMap$MapEntry.d.ts +2 -2
  2682. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2683. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2684. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2685. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2686. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2687. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2688. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2689. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2690. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2691. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2692. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2693. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  2694. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  2695. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2696. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2697. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2698. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  2699. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  2700. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  2701. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  2702. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  2703. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  2704. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  2705. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  2706. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  2707. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  2708. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  2709. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  2710. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  2711. package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  2712. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  2713. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  2714. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  2715. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  2716. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteArrayMap$MapEntry.d.ts +2 -2
  2717. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2718. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2719. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2720. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2721. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2722. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2723. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2724. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2725. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2726. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2727. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2728. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  2729. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  2730. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2731. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2732. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2733. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  2734. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  2735. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  2736. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  2737. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  2738. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapEntry.d.ts +2 -2
  2739. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapIterator.d.ts +2 -1
  2740. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  2741. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  2742. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  2743. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  2744. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  2745. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  2746. package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  2747. package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  2748. package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  2749. package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  2750. package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  2751. package/types/it/unimi/dsi/fastutil/doubles/Double2CharArrayMap$MapEntry.d.ts +2 -2
  2752. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2753. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2754. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2755. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2756. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2757. package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2758. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2759. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2760. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2761. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2762. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2763. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  2764. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  2765. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2766. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2767. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2768. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$EntryIterator.d.ts +3 -1
  2769. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  2770. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  2771. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$KeyIterator.d.ts +1 -1
  2772. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  2773. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapEntry.d.ts +2 -2
  2774. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapIterator.d.ts +2 -1
  2775. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  2776. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$ValueIterator.d.ts +1 -1
  2777. package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  2778. package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$EntryIterator.d.ts +2 -2
  2779. package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$KeyIterator.d.ts +2 -2
  2780. package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$TreeIterator.d.ts +2 -2
  2781. package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$ValueIterator.d.ts +3 -1
  2782. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  2783. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  2784. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  2785. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  2786. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleArrayMap$MapEntry.d.ts +2 -2
  2787. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2788. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2789. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2790. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2791. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2792. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2793. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2794. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2795. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2796. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2797. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2798. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  2799. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  2800. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2801. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2802. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2803. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  2804. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  2805. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  2806. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  2807. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  2808. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  2809. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  2810. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  2811. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  2812. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  2813. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  2814. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  2815. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  2816. package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  2817. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  2818. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  2819. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  2820. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  2821. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatArrayMap$MapEntry.d.ts +2 -2
  2822. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2823. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2824. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2825. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2826. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2827. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2828. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2829. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2830. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2831. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2832. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2833. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  2834. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  2835. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2836. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2837. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2838. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  2839. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  2840. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  2841. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  2842. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  2843. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapEntry.d.ts +2 -2
  2844. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapIterator.d.ts +2 -1
  2845. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  2846. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  2847. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  2848. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  2849. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  2850. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  2851. package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  2852. package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  2853. package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  2854. package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  2855. package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  2856. package/types/it/unimi/dsi/fastutil/doubles/Double2IntArrayMap$MapEntry.d.ts +2 -2
  2857. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2858. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2859. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2860. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2861. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2862. package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2863. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2864. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2865. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2866. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2867. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2868. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  2869. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  2870. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2871. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2872. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2873. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$EntryIterator.d.ts +3 -1
  2874. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  2875. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  2876. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$KeyIterator.d.ts +1 -1
  2877. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  2878. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapEntry.d.ts +2 -2
  2879. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapIterator.d.ts +2 -1
  2880. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  2881. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$ValueIterator.d.ts +1 -1
  2882. package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  2883. package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$EntryIterator.d.ts +2 -2
  2884. package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$KeyIterator.d.ts +2 -2
  2885. package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$TreeIterator.d.ts +2 -2
  2886. package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$ValueIterator.d.ts +3 -1
  2887. package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  2888. package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  2889. package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  2890. package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  2891. package/types/it/unimi/dsi/fastutil/doubles/Double2LongArrayMap$MapEntry.d.ts +2 -2
  2892. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2893. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2894. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2895. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2896. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2897. package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2898. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  2899. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  2900. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  2901. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2902. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  2903. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  2904. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  2905. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2906. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2907. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  2908. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$EntryIterator.d.ts +3 -1
  2909. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  2910. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  2911. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$KeyIterator.d.ts +1 -1
  2912. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  2913. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapEntry.d.ts +2 -2
  2914. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapIterator.d.ts +2 -1
  2915. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  2916. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$ValueIterator.d.ts +1 -1
  2917. package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  2918. package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$EntryIterator.d.ts +2 -2
  2919. package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$KeyIterator.d.ts +2 -2
  2920. package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$TreeIterator.d.ts +2 -2
  2921. package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$ValueIterator.d.ts +3 -1
  2922. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  2923. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  2924. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  2925. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  2926. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectArrayMap$MapEntry.d.ts +2 -2
  2927. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2928. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2929. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2930. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2931. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2932. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2933. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2934. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2935. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2936. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2937. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  2938. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  2939. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  2940. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2941. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2942. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2943. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  2944. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  2945. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  2946. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  2947. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
  2948. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  2949. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  2950. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  2951. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  2952. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  2953. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  2954. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  2955. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  2956. package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  2957. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  2958. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  2959. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  2960. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  2961. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceArrayMap$MapEntry.d.ts +2 -2
  2962. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2963. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2964. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  2965. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  2966. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  2967. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  2968. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  2969. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  2970. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  2971. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  2972. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  2973. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  2974. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  2975. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  2976. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  2977. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  2978. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  2979. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  2980. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  2981. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  2982. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
  2983. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  2984. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  2985. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  2986. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  2987. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  2988. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  2989. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  2990. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  2991. package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  2992. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  2993. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  2994. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  2995. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  2996. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortArrayMap$MapEntry.d.ts +2 -2
  2997. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  2998. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  2999. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3000. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3001. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3002. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3003. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3004. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3005. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3006. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3007. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3008. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  3009. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  3010. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3011. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3012. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3013. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  3014. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  3015. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  3016. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  3017. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  3018. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapEntry.d.ts +2 -2
  3019. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapIterator.d.ts +2 -1
  3020. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  3021. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  3022. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  3023. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  3024. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  3025. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  3026. package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  3027. package/types/it/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$SetIterator.d.ts +2 -2
  3028. package/types/it/unimi/dsi/fastutil/doubles/DoubleArrayList$Spliterator.d.ts +2 -2
  3029. package/types/it/unimi/dsi/fastutil/doubles/DoubleArraySet$Spliterator.d.ts +2 -2
  3030. package/types/it/unimi/dsi/fastutil/doubles/DoubleArrays$ArrayHashStrategy.d.ts +2 -0
  3031. package/types/it/unimi/dsi/fastutil/doubles/DoubleBigArrayBigList$Spliterator.d.ts +2 -2
  3032. package/types/it/unimi/dsi/fastutil/doubles/DoubleBigArrays$BigArrayHashStrategy.d.ts +2 -0
  3033. package/types/it/unimi/dsi/fastutil/doubles/DoubleHeapPriorityQueue.d.ts +2 -2
  3034. package/types/it/unimi/dsi/fastutil/doubles/DoubleImmutableList$Spliterator.d.ts +2 -2
  3035. package/types/it/unimi/dsi/fastutil/doubles/DoubleLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  3036. package/types/it/unimi/dsi/fastutil/doubles/DoubleLinkedOpenHashSet$SetIterator.d.ts +2 -2
  3037. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenCustomHashSet$SetIterator.d.ts +3 -1
  3038. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  3039. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashBigSet$SetIterator.d.ts +3 -1
  3040. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashBigSet$SetSpliterator.d.ts +2 -2
  3041. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashSet$SetIterator.d.ts +3 -1
  3042. package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashSet$SetSpliterator.d.ts +2 -2
  3043. package/types/it/unimi/dsi/fastutil/doubles/DoubleRBTreeSet$SetIterator.d.ts +2 -2
  3044. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  3045. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  3046. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  3047. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  3048. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanArrayMap$MapEntry.d.ts +2 -2
  3049. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3050. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3051. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3052. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3053. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3054. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3055. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3056. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3057. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3058. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3059. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3060. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  3061. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  3062. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3063. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3064. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3065. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  3066. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  3067. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  3068. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  3069. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  3070. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  3071. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  3072. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  3073. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  3074. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  3075. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  3076. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  3077. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  3078. package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  3079. package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  3080. package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  3081. package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  3082. package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  3083. package/types/it/unimi/dsi/fastutil/floats/Float2ByteArrayMap$MapEntry.d.ts +2 -2
  3084. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3085. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3086. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3087. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3088. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3089. package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3090. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3091. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3092. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3093. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3094. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3095. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  3096. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  3097. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3098. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3099. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3100. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  3101. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  3102. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  3103. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  3104. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  3105. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapEntry.d.ts +2 -2
  3106. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapIterator.d.ts +2 -1
  3107. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  3108. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  3109. package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  3110. package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  3111. package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  3112. package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  3113. package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  3114. package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  3115. package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  3116. package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  3117. package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  3118. package/types/it/unimi/dsi/fastutil/floats/Float2CharArrayMap$MapEntry.d.ts +2 -2
  3119. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3120. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3121. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3122. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3123. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3124. package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3125. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3126. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3127. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3128. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3129. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3130. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  3131. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  3132. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3133. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3134. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3135. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$EntryIterator.d.ts +3 -1
  3136. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  3137. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  3138. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$KeyIterator.d.ts +1 -1
  3139. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  3140. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapEntry.d.ts +2 -2
  3141. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapIterator.d.ts +2 -1
  3142. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  3143. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$ValueIterator.d.ts +1 -1
  3144. package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  3145. package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$EntryIterator.d.ts +2 -2
  3146. package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$KeyIterator.d.ts +2 -2
  3147. package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$TreeIterator.d.ts +2 -2
  3148. package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$ValueIterator.d.ts +3 -1
  3149. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  3150. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  3151. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  3152. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  3153. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleArrayMap$MapEntry.d.ts +2 -2
  3154. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3155. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3156. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3157. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3158. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3159. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3160. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3161. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3162. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3163. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3164. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3165. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  3166. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  3167. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3168. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3169. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3170. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  3171. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  3172. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  3173. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  3174. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  3175. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  3176. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  3177. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  3178. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  3179. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  3180. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  3181. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  3182. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  3183. package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  3184. package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  3185. package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  3186. package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  3187. package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  3188. package/types/it/unimi/dsi/fastutil/floats/Float2FloatArrayMap$MapEntry.d.ts +2 -2
  3189. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3190. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3191. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3192. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3193. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3194. package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3195. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3196. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3197. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3198. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3199. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3200. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  3201. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  3202. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3203. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3204. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3205. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  3206. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  3207. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  3208. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  3209. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  3210. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapEntry.d.ts +2 -2
  3211. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapIterator.d.ts +2 -1
  3212. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  3213. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  3214. package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  3215. package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  3216. package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  3217. package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  3218. package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  3219. package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  3220. package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  3221. package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  3222. package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  3223. package/types/it/unimi/dsi/fastutil/floats/Float2IntArrayMap$MapEntry.d.ts +2 -2
  3224. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3225. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3226. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3227. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3228. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3229. package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3230. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3231. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3232. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3233. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3234. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3235. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  3236. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  3237. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3238. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3239. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3240. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$EntryIterator.d.ts +3 -1
  3241. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  3242. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  3243. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$KeyIterator.d.ts +1 -1
  3244. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  3245. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapEntry.d.ts +2 -2
  3246. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapIterator.d.ts +2 -1
  3247. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  3248. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$ValueIterator.d.ts +1 -1
  3249. package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  3250. package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$EntryIterator.d.ts +2 -2
  3251. package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$KeyIterator.d.ts +2 -2
  3252. package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$TreeIterator.d.ts +2 -2
  3253. package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$ValueIterator.d.ts +3 -1
  3254. package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  3255. package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  3256. package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  3257. package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  3258. package/types/it/unimi/dsi/fastutil/floats/Float2LongArrayMap$MapEntry.d.ts +2 -2
  3259. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3260. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3261. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3262. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3263. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3264. package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3265. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3266. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3267. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3268. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3269. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3270. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  3271. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  3272. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3273. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3274. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3275. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$EntryIterator.d.ts +3 -1
  3276. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  3277. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  3278. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$KeyIterator.d.ts +1 -1
  3279. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  3280. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapEntry.d.ts +2 -2
  3281. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapIterator.d.ts +2 -1
  3282. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  3283. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$ValueIterator.d.ts +1 -1
  3284. package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  3285. package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$EntryIterator.d.ts +2 -2
  3286. package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$KeyIterator.d.ts +2 -2
  3287. package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$TreeIterator.d.ts +2 -2
  3288. package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$ValueIterator.d.ts +3 -1
  3289. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  3290. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  3291. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  3292. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  3293. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectArrayMap$MapEntry.d.ts +2 -2
  3294. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3295. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3296. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3297. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3298. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3299. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3300. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  3301. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  3302. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  3303. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3304. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  3305. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  3306. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  3307. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3308. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3309. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  3310. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  3311. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  3312. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  3313. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  3314. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
  3315. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  3316. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  3317. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  3318. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  3319. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  3320. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  3321. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  3322. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  3323. package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  3324. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  3325. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  3326. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  3327. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  3328. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceArrayMap$MapEntry.d.ts +2 -2
  3329. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3330. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3331. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3332. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3333. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3334. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3335. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  3336. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  3337. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  3338. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3339. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  3340. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  3341. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  3342. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3343. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3344. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  3345. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  3346. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  3347. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  3348. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  3349. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
  3350. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  3351. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  3352. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  3353. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  3354. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  3355. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  3356. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  3357. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  3358. package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  3359. package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  3360. package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  3361. package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  3362. package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  3363. package/types/it/unimi/dsi/fastutil/floats/Float2ShortArrayMap$MapEntry.d.ts +2 -2
  3364. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3365. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3366. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3367. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3368. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3369. package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3370. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3371. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3372. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3373. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3374. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3375. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  3376. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  3377. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3378. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3379. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3380. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  3381. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  3382. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  3383. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  3384. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  3385. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapEntry.d.ts +2 -2
  3386. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapIterator.d.ts +2 -1
  3387. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  3388. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  3389. package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  3390. package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  3391. package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  3392. package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  3393. package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  3394. package/types/it/unimi/dsi/fastutil/floats/FloatAVLTreeSet$SetIterator.d.ts +2 -2
  3395. package/types/it/unimi/dsi/fastutil/floats/FloatArrayList$Spliterator.d.ts +2 -2
  3396. package/types/it/unimi/dsi/fastutil/floats/FloatArraySet$Spliterator.d.ts +2 -2
  3397. package/types/it/unimi/dsi/fastutil/floats/FloatArrays$ArrayHashStrategy.d.ts +2 -0
  3398. package/types/it/unimi/dsi/fastutil/floats/FloatBigArrayBigList$Spliterator.d.ts +2 -2
  3399. package/types/it/unimi/dsi/fastutil/floats/FloatBigArrays$BigArrayHashStrategy.d.ts +2 -0
  3400. package/types/it/unimi/dsi/fastutil/floats/FloatHeapPriorityQueue.d.ts +2 -2
  3401. package/types/it/unimi/dsi/fastutil/floats/FloatImmutableList$Spliterator.d.ts +2 -2
  3402. package/types/it/unimi/dsi/fastutil/floats/FloatLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  3403. package/types/it/unimi/dsi/fastutil/floats/FloatLinkedOpenHashSet$SetIterator.d.ts +2 -2
  3404. package/types/it/unimi/dsi/fastutil/floats/FloatOpenCustomHashSet$SetIterator.d.ts +3 -1
  3405. package/types/it/unimi/dsi/fastutil/floats/FloatOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  3406. package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashBigSet$SetIterator.d.ts +3 -1
  3407. package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashBigSet$SetSpliterator.d.ts +2 -2
  3408. package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashSet$SetIterator.d.ts +3 -1
  3409. package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashSet$SetSpliterator.d.ts +2 -2
  3410. package/types/it/unimi/dsi/fastutil/floats/FloatRBTreeSet$SetIterator.d.ts +2 -2
  3411. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  3412. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  3413. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  3414. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  3415. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanArrayMap$MapEntry.d.ts +2 -2
  3416. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3417. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3418. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3419. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3420. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3421. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3422. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3423. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3424. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3425. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3426. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3427. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  3428. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  3429. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3430. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3431. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3432. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  3433. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  3434. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  3435. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  3436. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  3437. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  3438. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  3439. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  3440. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  3441. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  3442. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  3443. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  3444. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  3445. package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  3446. package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  3447. package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  3448. package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  3449. package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  3450. package/types/it/unimi/dsi/fastutil/ints/Int2ByteArrayMap$MapEntry.d.ts +2 -2
  3451. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3452. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3453. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3454. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3455. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3456. package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3457. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3458. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3459. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3460. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3461. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3462. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  3463. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  3464. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3465. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3466. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3467. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  3468. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  3469. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  3470. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  3471. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  3472. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapEntry.d.ts +2 -2
  3473. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapIterator.d.ts +2 -1
  3474. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  3475. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  3476. package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  3477. package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  3478. package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  3479. package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  3480. package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  3481. package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  3482. package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  3483. package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  3484. package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  3485. package/types/it/unimi/dsi/fastutil/ints/Int2CharArrayMap$MapEntry.d.ts +2 -2
  3486. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3487. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3488. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3489. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3490. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3491. package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3492. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3493. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3494. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3495. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3496. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3497. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  3498. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  3499. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3500. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3501. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3502. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$EntryIterator.d.ts +3 -1
  3503. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  3504. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  3505. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$KeyIterator.d.ts +1 -1
  3506. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  3507. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapEntry.d.ts +2 -2
  3508. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapIterator.d.ts +2 -1
  3509. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  3510. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$ValueIterator.d.ts +1 -1
  3511. package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  3512. package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$EntryIterator.d.ts +2 -2
  3513. package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$KeyIterator.d.ts +2 -2
  3514. package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$TreeIterator.d.ts +2 -2
  3515. package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$ValueIterator.d.ts +3 -1
  3516. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  3517. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  3518. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  3519. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  3520. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleArrayMap$MapEntry.d.ts +2 -2
  3521. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3522. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3523. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3524. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3525. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3526. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3527. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3528. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3529. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3530. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3531. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3532. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  3533. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  3534. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3535. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3536. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3537. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  3538. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  3539. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  3540. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  3541. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  3542. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  3543. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  3544. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  3545. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  3546. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  3547. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  3548. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  3549. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  3550. package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  3551. package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  3552. package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  3553. package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  3554. package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  3555. package/types/it/unimi/dsi/fastutil/ints/Int2FloatArrayMap$MapEntry.d.ts +2 -2
  3556. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3557. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3558. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3559. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3560. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3561. package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3562. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3563. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3564. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3565. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3566. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3567. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  3568. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  3569. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3570. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3571. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3572. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  3573. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  3574. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  3575. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  3576. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  3577. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapEntry.d.ts +2 -2
  3578. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapIterator.d.ts +2 -1
  3579. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  3580. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  3581. package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  3582. package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  3583. package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  3584. package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  3585. package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  3586. package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  3587. package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  3588. package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  3589. package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  3590. package/types/it/unimi/dsi/fastutil/ints/Int2IntArrayMap$MapEntry.d.ts +2 -2
  3591. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3592. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3593. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3594. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3595. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3596. package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3597. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3598. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3599. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3600. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3601. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3602. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  3603. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  3604. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3605. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3606. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3607. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$EntryIterator.d.ts +3 -1
  3608. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  3609. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  3610. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$KeyIterator.d.ts +1 -1
  3611. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  3612. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapEntry.d.ts +2 -2
  3613. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapIterator.d.ts +2 -1
  3614. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  3615. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$ValueIterator.d.ts +1 -1
  3616. package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  3617. package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$EntryIterator.d.ts +2 -2
  3618. package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$KeyIterator.d.ts +2 -2
  3619. package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$TreeIterator.d.ts +2 -2
  3620. package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$ValueIterator.d.ts +3 -1
  3621. package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  3622. package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  3623. package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  3624. package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  3625. package/types/it/unimi/dsi/fastutil/ints/Int2LongArrayMap$MapEntry.d.ts +2 -2
  3626. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3627. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3628. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3629. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3630. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3631. package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3632. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3633. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3634. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3635. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3636. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3637. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  3638. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  3639. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3640. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3641. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3642. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$EntryIterator.d.ts +3 -1
  3643. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  3644. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  3645. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$KeyIterator.d.ts +1 -1
  3646. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  3647. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapEntry.d.ts +2 -2
  3648. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapIterator.d.ts +2 -1
  3649. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  3650. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$ValueIterator.d.ts +1 -1
  3651. package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  3652. package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$EntryIterator.d.ts +2 -2
  3653. package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$KeyIterator.d.ts +2 -2
  3654. package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$TreeIterator.d.ts +2 -2
  3655. package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$ValueIterator.d.ts +3 -1
  3656. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  3657. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  3658. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  3659. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  3660. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectArrayMap$MapEntry.d.ts +2 -2
  3661. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3662. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3663. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3664. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3665. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3666. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3667. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  3668. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  3669. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  3670. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3671. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  3672. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  3673. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  3674. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3675. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3676. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  3677. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  3678. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  3679. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  3680. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  3681. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
  3682. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  3683. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  3684. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  3685. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  3686. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  3687. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  3688. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  3689. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  3690. package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  3691. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  3692. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  3693. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  3694. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  3695. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceArrayMap$MapEntry.d.ts +2 -2
  3696. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3697. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3698. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3699. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3700. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3701. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3702. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  3703. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  3704. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  3705. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3706. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  3707. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  3708. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  3709. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3710. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3711. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  3712. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  3713. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  3714. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  3715. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  3716. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
  3717. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  3718. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  3719. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  3720. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  3721. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  3722. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  3723. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  3724. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  3725. package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  3726. package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  3727. package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  3728. package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  3729. package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  3730. package/types/it/unimi/dsi/fastutil/ints/Int2ShortArrayMap$MapEntry.d.ts +2 -2
  3731. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3732. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3733. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3734. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3735. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3736. package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3737. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3738. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3739. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3740. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3741. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3742. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  3743. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  3744. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3745. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3746. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3747. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  3748. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  3749. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  3750. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  3751. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  3752. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapEntry.d.ts +2 -2
  3753. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapIterator.d.ts +2 -1
  3754. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  3755. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  3756. package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  3757. package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  3758. package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  3759. package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  3760. package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  3761. package/types/it/unimi/dsi/fastutil/ints/IntAVLTreeSet$SetIterator.d.ts +2 -2
  3762. package/types/it/unimi/dsi/fastutil/ints/IntArrayList$Spliterator.d.ts +2 -2
  3763. package/types/it/unimi/dsi/fastutil/ints/IntArraySet$Spliterator.d.ts +2 -2
  3764. package/types/it/unimi/dsi/fastutil/ints/IntArrays$ArrayHashStrategy.d.ts +2 -0
  3765. package/types/it/unimi/dsi/fastutil/ints/IntBigArrayBigList$Spliterator.d.ts +2 -2
  3766. package/types/it/unimi/dsi/fastutil/ints/IntBigArrays$BigArrayHashStrategy.d.ts +2 -0
  3767. package/types/it/unimi/dsi/fastutil/ints/IntHeapPriorityQueue.d.ts +2 -2
  3768. package/types/it/unimi/dsi/fastutil/ints/IntImmutableList$Spliterator.d.ts +2 -2
  3769. package/types/it/unimi/dsi/fastutil/ints/IntLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  3770. package/types/it/unimi/dsi/fastutil/ints/IntLinkedOpenHashSet$SetIterator.d.ts +2 -2
  3771. package/types/it/unimi/dsi/fastutil/ints/IntOpenCustomHashSet$SetIterator.d.ts +3 -1
  3772. package/types/it/unimi/dsi/fastutil/ints/IntOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  3773. package/types/it/unimi/dsi/fastutil/ints/IntOpenHashBigSet$SetIterator.d.ts +3 -1
  3774. package/types/it/unimi/dsi/fastutil/ints/IntOpenHashBigSet$SetSpliterator.d.ts +2 -2
  3775. package/types/it/unimi/dsi/fastutil/ints/IntOpenHashSet$SetIterator.d.ts +3 -1
  3776. package/types/it/unimi/dsi/fastutil/ints/IntOpenHashSet$SetSpliterator.d.ts +2 -2
  3777. package/types/it/unimi/dsi/fastutil/ints/IntRBTreeSet$SetIterator.d.ts +2 -2
  3778. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  3779. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  3780. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  3781. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  3782. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanArrayMap$MapEntry.d.ts +2 -2
  3783. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3784. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3785. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3786. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3787. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3788. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3789. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3790. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3791. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3792. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3793. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3794. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  3795. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  3796. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3797. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3798. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3799. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  3800. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  3801. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  3802. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  3803. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  3804. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  3805. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  3806. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  3807. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  3808. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  3809. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  3810. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  3811. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  3812. package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  3813. package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  3814. package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  3815. package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  3816. package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  3817. package/types/it/unimi/dsi/fastutil/longs/Long2ByteArrayMap$MapEntry.d.ts +2 -2
  3818. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3819. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3820. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3821. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3822. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3823. package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3824. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3825. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3826. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3827. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3828. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3829. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  3830. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  3831. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3832. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3833. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3834. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  3835. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  3836. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  3837. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  3838. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  3839. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapEntry.d.ts +2 -2
  3840. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapIterator.d.ts +2 -1
  3841. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  3842. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  3843. package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  3844. package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  3845. package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  3846. package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  3847. package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  3848. package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  3849. package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  3850. package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  3851. package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  3852. package/types/it/unimi/dsi/fastutil/longs/Long2CharArrayMap$MapEntry.d.ts +2 -2
  3853. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3854. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3855. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3856. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3857. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3858. package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3859. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3860. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3861. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3862. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3863. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3864. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  3865. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  3866. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3867. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3868. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3869. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$EntryIterator.d.ts +3 -1
  3870. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  3871. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  3872. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$KeyIterator.d.ts +1 -1
  3873. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  3874. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapEntry.d.ts +2 -2
  3875. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapIterator.d.ts +2 -1
  3876. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  3877. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$ValueIterator.d.ts +1 -1
  3878. package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  3879. package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$EntryIterator.d.ts +2 -2
  3880. package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$KeyIterator.d.ts +2 -2
  3881. package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$TreeIterator.d.ts +2 -2
  3882. package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$ValueIterator.d.ts +3 -1
  3883. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  3884. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  3885. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  3886. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  3887. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleArrayMap$MapEntry.d.ts +2 -2
  3888. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3889. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3890. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3891. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3892. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3893. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3894. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3895. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3896. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3897. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3898. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3899. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  3900. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  3901. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3902. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3903. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3904. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  3905. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  3906. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  3907. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  3908. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  3909. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  3910. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  3911. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  3912. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  3913. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  3914. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  3915. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  3916. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  3917. package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  3918. package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  3919. package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  3920. package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  3921. package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  3922. package/types/it/unimi/dsi/fastutil/longs/Long2FloatArrayMap$MapEntry.d.ts +2 -2
  3923. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3924. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3925. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3926. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3927. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3928. package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3929. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3930. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3931. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3932. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3933. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3934. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  3935. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  3936. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3937. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3938. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3939. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  3940. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  3941. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  3942. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  3943. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  3944. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapEntry.d.ts +2 -2
  3945. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapIterator.d.ts +2 -1
  3946. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  3947. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  3948. package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  3949. package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  3950. package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  3951. package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  3952. package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  3953. package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  3954. package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  3955. package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  3956. package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  3957. package/types/it/unimi/dsi/fastutil/longs/Long2IntArrayMap$MapEntry.d.ts +2 -2
  3958. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3959. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3960. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3961. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3962. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3963. package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3964. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  3965. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  3966. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  3967. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  3968. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  3969. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  3970. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  3971. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  3972. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  3973. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  3974. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$EntryIterator.d.ts +3 -1
  3975. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  3976. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  3977. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$KeyIterator.d.ts +1 -1
  3978. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  3979. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapEntry.d.ts +2 -2
  3980. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapIterator.d.ts +2 -1
  3981. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  3982. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$ValueIterator.d.ts +1 -1
  3983. package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  3984. package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$EntryIterator.d.ts +2 -2
  3985. package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$KeyIterator.d.ts +2 -2
  3986. package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$TreeIterator.d.ts +2 -2
  3987. package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$ValueIterator.d.ts +3 -1
  3988. package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  3989. package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  3990. package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  3991. package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  3992. package/types/it/unimi/dsi/fastutil/longs/Long2LongArrayMap$MapEntry.d.ts +2 -2
  3993. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  3994. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  3995. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  3996. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  3997. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  3998. package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  3999. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4000. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4001. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4002. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4003. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4004. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  4005. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  4006. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4007. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4008. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4009. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$EntryIterator.d.ts +3 -1
  4010. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  4011. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  4012. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$KeyIterator.d.ts +1 -1
  4013. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  4014. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapEntry.d.ts +2 -2
  4015. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapIterator.d.ts +2 -1
  4016. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  4017. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$ValueIterator.d.ts +1 -1
  4018. package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  4019. package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$EntryIterator.d.ts +2 -2
  4020. package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$KeyIterator.d.ts +2 -2
  4021. package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$TreeIterator.d.ts +2 -2
  4022. package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$ValueIterator.d.ts +3 -1
  4023. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  4024. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  4025. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  4026. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  4027. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectArrayMap$MapEntry.d.ts +2 -2
  4028. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4029. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4030. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4031. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4032. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4033. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4034. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4035. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4036. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4037. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4038. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  4039. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  4040. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  4041. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4042. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4043. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4044. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  4045. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  4046. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  4047. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  4048. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
  4049. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  4050. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  4051. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  4052. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  4053. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  4054. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  4055. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  4056. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  4057. package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  4058. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  4059. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  4060. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  4061. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  4062. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceArrayMap$MapEntry.d.ts +2 -2
  4063. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4064. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4065. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4066. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4067. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4068. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4069. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4070. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4071. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4072. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4073. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
  4074. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  4075. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  4076. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4077. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4078. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4079. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  4080. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  4081. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  4082. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  4083. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
  4084. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  4085. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  4086. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  4087. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  4088. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  4089. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  4090. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  4091. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  4092. package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  4093. package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  4094. package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  4095. package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  4096. package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  4097. package/types/it/unimi/dsi/fastutil/longs/Long2ShortArrayMap$MapEntry.d.ts +2 -2
  4098. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4099. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4100. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4101. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4102. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4103. package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4104. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4105. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4106. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4107. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4108. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4109. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  4110. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  4111. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4112. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4113. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4114. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  4115. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  4116. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  4117. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  4118. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  4119. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapEntry.d.ts +2 -2
  4120. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapIterator.d.ts +2 -1
  4121. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  4122. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  4123. package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  4124. package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  4125. package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  4126. package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  4127. package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  4128. package/types/it/unimi/dsi/fastutil/longs/LongAVLTreeSet$SetIterator.d.ts +2 -2
  4129. package/types/it/unimi/dsi/fastutil/longs/LongArrayList$Spliterator.d.ts +2 -2
  4130. package/types/it/unimi/dsi/fastutil/longs/LongArraySet$Spliterator.d.ts +2 -2
  4131. package/types/it/unimi/dsi/fastutil/longs/LongArrays$ArrayHashStrategy.d.ts +2 -0
  4132. package/types/it/unimi/dsi/fastutil/longs/LongBigArrayBigList$Spliterator.d.ts +2 -2
  4133. package/types/it/unimi/dsi/fastutil/longs/LongBigArrays$BigArrayHashStrategy.d.ts +2 -0
  4134. package/types/it/unimi/dsi/fastutil/longs/LongHeapPriorityQueue.d.ts +2 -2
  4135. package/types/it/unimi/dsi/fastutil/longs/LongImmutableList$Spliterator.d.ts +2 -2
  4136. package/types/it/unimi/dsi/fastutil/longs/LongLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  4137. package/types/it/unimi/dsi/fastutil/longs/LongLinkedOpenHashSet$SetIterator.d.ts +2 -2
  4138. package/types/it/unimi/dsi/fastutil/longs/LongOpenCustomHashSet$SetIterator.d.ts +3 -1
  4139. package/types/it/unimi/dsi/fastutil/longs/LongOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  4140. package/types/it/unimi/dsi/fastutil/longs/LongOpenHashBigSet$SetIterator.d.ts +3 -1
  4141. package/types/it/unimi/dsi/fastutil/longs/LongOpenHashBigSet$SetSpliterator.d.ts +2 -2
  4142. package/types/it/unimi/dsi/fastutil/longs/LongOpenHashSet$SetIterator.d.ts +3 -1
  4143. package/types/it/unimi/dsi/fastutil/longs/LongOpenHashSet$SetSpliterator.d.ts +2 -2
  4144. package/types/it/unimi/dsi/fastutil/longs/LongRBTreeSet$SetIterator.d.ts +2 -2
  4145. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  4146. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  4147. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  4148. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  4149. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanArrayMap$MapEntry.d.ts +2 -2
  4150. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4151. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4152. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4153. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4154. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4155. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4156. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4157. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4158. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4159. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4160. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4161. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4162. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4163. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4164. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4165. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4166. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4167. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  4168. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  4169. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4170. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4171. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4172. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$EntryIterator.d.ts +2 -1
  4173. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$EntrySpliterator.d.ts +3 -6
  4174. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$FastEntryIterator.d.ts +2 -1
  4175. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  4176. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$KeySpliterator.d.ts +3 -6
  4177. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  4178. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  4179. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  4180. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  4181. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$ValueSpliterator.d.ts +3 -11
  4182. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  4183. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  4184. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  4185. package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  4186. package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  4187. package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  4188. package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  4189. package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  4190. package/types/it/unimi/dsi/fastutil/objects/Object2ByteArrayMap$MapEntry.d.ts +2 -2
  4191. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4192. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4193. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4194. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4195. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4196. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4197. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4198. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4199. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4200. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4201. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4202. package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4203. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4204. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4205. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4206. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4207. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4208. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  4209. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  4210. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4211. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4212. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4213. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$EntryIterator.d.ts +2 -1
  4214. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$EntrySpliterator.d.ts +3 -6
  4215. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$FastEntryIterator.d.ts +2 -1
  4216. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  4217. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$KeySpliterator.d.ts +3 -6
  4218. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapEntry.d.ts +2 -2
  4219. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapIterator.d.ts +2 -1
  4220. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  4221. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  4222. package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$ValueSpliterator.d.ts +3 -11
  4223. package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  4224. package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  4225. package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  4226. package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  4227. package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  4228. package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  4229. package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  4230. package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  4231. package/types/it/unimi/dsi/fastutil/objects/Object2CharArrayMap$MapEntry.d.ts +2 -2
  4232. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4233. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4234. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4235. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4236. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4237. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4238. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4239. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4240. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4241. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4242. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4243. package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4244. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4245. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4246. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4247. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4248. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4249. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  4250. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  4251. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4252. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4253. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4254. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$EntryIterator.d.ts +2 -1
  4255. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$EntrySpliterator.d.ts +3 -6
  4256. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$FastEntryIterator.d.ts +2 -1
  4257. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$KeyIterator.d.ts +1 -1
  4258. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$KeySpliterator.d.ts +3 -6
  4259. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapEntry.d.ts +2 -2
  4260. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapIterator.d.ts +2 -1
  4261. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  4262. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$ValueIterator.d.ts +1 -1
  4263. package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$ValueSpliterator.d.ts +3 -11
  4264. package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$EntryIterator.d.ts +2 -2
  4265. package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$KeyIterator.d.ts +2 -2
  4266. package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$TreeIterator.d.ts +2 -2
  4267. package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$ValueIterator.d.ts +3 -1
  4268. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  4269. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  4270. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  4271. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  4272. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleArrayMap$MapEntry.d.ts +2 -2
  4273. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4274. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4275. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4276. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4277. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4278. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4279. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4280. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4281. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4282. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4283. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4284. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4285. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4286. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4287. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4288. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4289. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4290. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  4291. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  4292. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4293. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4294. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4295. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$EntryIterator.d.ts +2 -1
  4296. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$EntrySpliterator.d.ts +3 -6
  4297. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$FastEntryIterator.d.ts +2 -1
  4298. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  4299. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$KeySpliterator.d.ts +3 -6
  4300. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  4301. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  4302. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  4303. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  4304. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$ValueSpliterator.d.ts +4 -13
  4305. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  4306. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  4307. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  4308. package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  4309. package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  4310. package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  4311. package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  4312. package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  4313. package/types/it/unimi/dsi/fastutil/objects/Object2FloatArrayMap$MapEntry.d.ts +2 -2
  4314. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4315. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4316. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4317. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4318. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4319. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4320. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4321. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4322. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4323. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4324. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4325. package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4326. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4327. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4328. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4329. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4330. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4331. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  4332. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  4333. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4334. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4335. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4336. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$EntryIterator.d.ts +2 -1
  4337. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$EntrySpliterator.d.ts +3 -6
  4338. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$FastEntryIterator.d.ts +2 -1
  4339. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  4340. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$KeySpliterator.d.ts +3 -6
  4341. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapEntry.d.ts +2 -2
  4342. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapIterator.d.ts +2 -1
  4343. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  4344. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  4345. package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$ValueSpliterator.d.ts +3 -11
  4346. package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  4347. package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  4348. package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  4349. package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  4350. package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  4351. package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  4352. package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  4353. package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  4354. package/types/it/unimi/dsi/fastutil/objects/Object2IntArrayMap$MapEntry.d.ts +2 -2
  4355. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4356. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4357. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4358. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4359. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4360. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4361. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4362. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4363. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4364. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4365. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4366. package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4367. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4368. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4369. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4370. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4371. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4372. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  4373. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  4374. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4375. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4376. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4377. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$EntryIterator.d.ts +2 -1
  4378. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
  4379. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
  4380. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$KeyIterator.d.ts +1 -1
  4381. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$KeySpliterator.d.ts +3 -6
  4382. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapEntry.d.ts +2 -2
  4383. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapIterator.d.ts +2 -1
  4384. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  4385. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$ValueIterator.d.ts +1 -1
  4386. package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$ValueSpliterator.d.ts +4 -13
  4387. package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$EntryIterator.d.ts +2 -2
  4388. package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$KeyIterator.d.ts +2 -2
  4389. package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$TreeIterator.d.ts +2 -2
  4390. package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$ValueIterator.d.ts +3 -1
  4391. package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  4392. package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  4393. package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  4394. package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  4395. package/types/it/unimi/dsi/fastutil/objects/Object2LongArrayMap$MapEntry.d.ts +2 -2
  4396. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4397. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4398. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4399. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4400. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4401. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4402. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4403. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4404. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4405. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4406. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4407. package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4408. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4409. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4410. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4411. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4412. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4413. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  4414. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  4415. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4416. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4417. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4418. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$EntryIterator.d.ts +2 -1
  4419. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$EntrySpliterator.d.ts +3 -6
  4420. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$FastEntryIterator.d.ts +2 -1
  4421. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$KeyIterator.d.ts +1 -1
  4422. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$KeySpliterator.d.ts +3 -6
  4423. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapEntry.d.ts +2 -2
  4424. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapIterator.d.ts +2 -1
  4425. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  4426. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$ValueIterator.d.ts +1 -1
  4427. package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$ValueSpliterator.d.ts +4 -13
  4428. package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$EntryIterator.d.ts +2 -2
  4429. package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$KeyIterator.d.ts +2 -2
  4430. package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$TreeIterator.d.ts +2 -2
  4431. package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$ValueIterator.d.ts +3 -1
  4432. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  4433. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  4434. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  4435. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  4436. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectArrayMap$MapEntry.d.ts +2 -2
  4437. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4438. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4439. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4440. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4441. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4442. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4443. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4444. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4445. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4446. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4447. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4448. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4449. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4450. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4451. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4452. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4453. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4454. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  4455. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  4456. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4457. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4458. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4459. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  4460. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  4461. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  4462. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  4463. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
  4464. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  4465. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  4466. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  4467. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  4468. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  4469. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  4470. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  4471. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  4472. package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  4473. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  4474. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  4475. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  4476. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  4477. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceArrayMap$MapEntry.d.ts +2 -2
  4478. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4479. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4480. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4481. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4482. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4483. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4484. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4485. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4486. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4487. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4488. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4489. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4490. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4491. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4492. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4493. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4494. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4495. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  4496. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  4497. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4498. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4499. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4500. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  4501. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  4502. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  4503. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  4504. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -6
  4505. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  4506. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  4507. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  4508. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  4509. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  4510. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  4511. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  4512. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  4513. package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  4514. package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  4515. package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  4516. package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  4517. package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  4518. package/types/it/unimi/dsi/fastutil/objects/Object2ShortArrayMap$MapEntry.d.ts +2 -2
  4519. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
  4520. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
  4521. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
  4522. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
  4523. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
  4524. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4525. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4526. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4527. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4528. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4529. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4530. package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4531. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4532. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4533. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4534. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4535. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4536. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  4537. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  4538. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4539. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4540. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4541. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$EntryIterator.d.ts +2 -1
  4542. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$EntrySpliterator.d.ts +3 -6
  4543. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$FastEntryIterator.d.ts +2 -1
  4544. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  4545. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$KeySpliterator.d.ts +3 -6
  4546. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapEntry.d.ts +2 -2
  4547. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapIterator.d.ts +2 -1
  4548. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  4549. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  4550. package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$ValueSpliterator.d.ts +3 -11
  4551. package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  4552. package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  4553. package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  4554. package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  4555. package/types/it/unimi/dsi/fastutil/objects/ObjectAVLTreeSet$SetIterator.d.ts +2 -2
  4556. package/types/it/unimi/dsi/fastutil/objects/ObjectArrayList$Spliterator.d.ts +2 -2
  4557. package/types/it/unimi/dsi/fastutil/objects/ObjectArraySet$Spliterator.d.ts +2 -2
  4558. package/types/it/unimi/dsi/fastutil/objects/ObjectArrays$ArrayHashStrategy.d.ts +2 -0
  4559. package/types/it/unimi/dsi/fastutil/objects/ObjectBigArrayBigList$Spliterator.d.ts +2 -2
  4560. package/types/it/unimi/dsi/fastutil/objects/ObjectBigArrays$BigArrayHashStrategy.d.ts +2 -0
  4561. package/types/it/unimi/dsi/fastutil/objects/ObjectHeapPriorityQueue.d.ts +2 -2
  4562. package/types/it/unimi/dsi/fastutil/objects/ObjectImmutableList$Spliterator.d.ts +2 -2
  4563. package/types/it/unimi/dsi/fastutil/objects/ObjectLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  4564. package/types/it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$SetIterator.d.ts +2 -2
  4565. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenCustomHashSet$SetIterator.d.ts +3 -1
  4566. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  4567. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashBigSet$SetIterator.d.ts +3 -1
  4568. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashBigSet$SetSpliterator.d.ts +2 -2
  4569. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$SetIterator.d.ts +3 -1
  4570. package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$SetSpliterator.d.ts +2 -2
  4571. package/types/it/unimi/dsi/fastutil/objects/ObjectRBTreeSet$SetIterator.d.ts +2 -2
  4572. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanArrayMap$MapEntry.d.ts +2 -2
  4573. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4574. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4575. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4576. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4577. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4578. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4579. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4580. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4581. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4582. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4583. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4584. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  4585. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  4586. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4587. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4588. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4589. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$EntryIterator.d.ts +2 -1
  4590. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$EntrySpliterator.d.ts +3 -6
  4591. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$FastEntryIterator.d.ts +2 -1
  4592. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  4593. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$KeySpliterator.d.ts +3 -6
  4594. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  4595. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  4596. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  4597. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  4598. package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$ValueSpliterator.d.ts +3 -11
  4599. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteArrayMap$MapEntry.d.ts +2 -2
  4600. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4601. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4602. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4603. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4604. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4605. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4606. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4607. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4608. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4609. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4610. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4611. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  4612. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  4613. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4614. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4615. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4616. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$EntryIterator.d.ts +2 -1
  4617. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$EntrySpliterator.d.ts +3 -6
  4618. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$FastEntryIterator.d.ts +2 -1
  4619. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  4620. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$KeySpliterator.d.ts +3 -6
  4621. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapEntry.d.ts +2 -2
  4622. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapIterator.d.ts +2 -1
  4623. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  4624. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  4625. package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$ValueSpliterator.d.ts +3 -11
  4626. package/types/it/unimi/dsi/fastutil/objects/Reference2CharArrayMap$MapEntry.d.ts +2 -2
  4627. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4628. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4629. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4630. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4631. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4632. package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4633. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4634. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4635. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4636. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4637. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4638. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  4639. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  4640. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4641. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4642. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4643. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$EntryIterator.d.ts +2 -1
  4644. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$EntrySpliterator.d.ts +3 -6
  4645. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$FastEntryIterator.d.ts +2 -1
  4646. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$KeyIterator.d.ts +1 -1
  4647. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$KeySpliterator.d.ts +3 -6
  4648. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapEntry.d.ts +2 -2
  4649. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapIterator.d.ts +2 -1
  4650. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  4651. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$ValueIterator.d.ts +1 -1
  4652. package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$ValueSpliterator.d.ts +3 -11
  4653. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleArrayMap$MapEntry.d.ts +2 -2
  4654. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4655. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4656. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4657. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4658. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4659. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4660. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4661. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4662. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4663. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4664. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4665. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  4666. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  4667. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4668. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4669. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4670. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$EntryIterator.d.ts +2 -1
  4671. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$EntrySpliterator.d.ts +3 -6
  4672. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$FastEntryIterator.d.ts +2 -1
  4673. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  4674. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$KeySpliterator.d.ts +3 -6
  4675. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  4676. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  4677. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  4678. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  4679. package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$ValueSpliterator.d.ts +4 -13
  4680. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatArrayMap$MapEntry.d.ts +2 -2
  4681. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4682. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4683. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4684. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4685. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4686. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4687. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4688. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4689. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4690. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4691. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4692. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  4693. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  4694. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4695. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4696. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4697. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$EntryIterator.d.ts +2 -1
  4698. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$EntrySpliterator.d.ts +3 -6
  4699. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$FastEntryIterator.d.ts +2 -1
  4700. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  4701. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$KeySpliterator.d.ts +3 -6
  4702. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapEntry.d.ts +2 -2
  4703. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapIterator.d.ts +2 -1
  4704. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  4705. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  4706. package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$ValueSpliterator.d.ts +3 -11
  4707. package/types/it/unimi/dsi/fastutil/objects/Reference2IntArrayMap$MapEntry.d.ts +2 -2
  4708. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4709. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4710. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4711. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4712. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4713. package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4714. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4715. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4716. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4717. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4718. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4719. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  4720. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  4721. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4722. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4723. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4724. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$EntryIterator.d.ts +2 -1
  4725. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
  4726. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
  4727. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$KeyIterator.d.ts +1 -1
  4728. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$KeySpliterator.d.ts +3 -6
  4729. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapEntry.d.ts +2 -2
  4730. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapIterator.d.ts +2 -1
  4731. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  4732. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$ValueIterator.d.ts +1 -1
  4733. package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$ValueSpliterator.d.ts +4 -13
  4734. package/types/it/unimi/dsi/fastutil/objects/Reference2LongArrayMap$MapEntry.d.ts +2 -2
  4735. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4736. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4737. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4738. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4739. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4740. package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4741. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4742. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4743. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4744. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4745. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4746. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  4747. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  4748. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4749. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4750. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
  4751. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$EntryIterator.d.ts +2 -1
  4752. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$EntrySpliterator.d.ts +3 -6
  4753. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$FastEntryIterator.d.ts +2 -1
  4754. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$KeyIterator.d.ts +1 -1
  4755. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$KeySpliterator.d.ts +3 -6
  4756. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapEntry.d.ts +2 -2
  4757. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapIterator.d.ts +2 -1
  4758. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  4759. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$ValueIterator.d.ts +1 -1
  4760. package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$ValueSpliterator.d.ts +4 -13
  4761. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$MapEntry.d.ts +2 -2
  4762. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4763. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4764. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4765. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4766. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4767. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4768. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4769. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4770. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4771. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4772. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4773. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  4774. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  4775. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4776. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4777. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4778. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  4779. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  4780. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  4781. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  4782. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
  4783. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  4784. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  4785. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  4786. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  4787. package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  4788. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceArrayMap$MapEntry.d.ts +2 -2
  4789. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4790. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4791. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4792. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4793. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4794. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4795. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4796. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4797. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4798. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4799. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4800. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  4801. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  4802. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4803. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4804. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  4805. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  4806. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  4807. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  4808. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  4809. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -6
  4810. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  4811. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  4812. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  4813. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  4814. package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  4815. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortArrayMap$MapEntry.d.ts +2 -2
  4816. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4817. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4818. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4819. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4820. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4821. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4822. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$EntryIterator.d.ts +2 -1
  4823. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  4824. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  4825. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4826. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$KeySpliterator.d.ts +3 -6
  4827. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  4828. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  4829. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4830. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4831. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
  4832. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$EntryIterator.d.ts +2 -1
  4833. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$EntrySpliterator.d.ts +3 -6
  4834. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$FastEntryIterator.d.ts +2 -1
  4835. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  4836. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$KeySpliterator.d.ts +3 -6
  4837. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapEntry.d.ts +2 -2
  4838. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapIterator.d.ts +2 -1
  4839. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  4840. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  4841. package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$ValueSpliterator.d.ts +3 -11
  4842. package/types/it/unimi/dsi/fastutil/objects/ReferenceArrayList$Spliterator.d.ts +2 -2
  4843. package/types/it/unimi/dsi/fastutil/objects/ReferenceArraySet$Spliterator.d.ts +2 -2
  4844. package/types/it/unimi/dsi/fastutil/objects/ReferenceBigArrayBigList$Spliterator.d.ts +2 -2
  4845. package/types/it/unimi/dsi/fastutil/objects/ReferenceImmutableList$Spliterator.d.ts +2 -2
  4846. package/types/it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$SetIterator.d.ts +2 -2
  4847. package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashBigSet$SetIterator.d.ts +3 -1
  4848. package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashBigSet$SetSpliterator.d.ts +2 -2
  4849. package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$SetIterator.d.ts +3 -1
  4850. package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$SetSpliterator.d.ts +2 -2
  4851. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
  4852. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
  4853. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
  4854. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
  4855. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanArrayMap$MapEntry.d.ts +2 -2
  4856. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4857. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4858. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4859. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4860. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4861. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4862. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4863. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4864. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4865. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4866. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4867. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
  4868. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
  4869. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4870. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4871. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4872. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
  4873. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
  4874. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
  4875. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
  4876. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
  4877. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapEntry.d.ts +2 -2
  4878. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapIterator.d.ts +2 -1
  4879. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
  4880. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
  4881. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
  4882. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
  4883. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
  4884. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
  4885. package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
  4886. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
  4887. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
  4888. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
  4889. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
  4890. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteArrayMap$MapEntry.d.ts +2 -2
  4891. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4892. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4893. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4894. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4895. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4896. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4897. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4898. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4899. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4900. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4901. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4902. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
  4903. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
  4904. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4905. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4906. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4907. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$EntryIterator.d.ts +3 -1
  4908. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
  4909. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
  4910. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$KeyIterator.d.ts +1 -1
  4911. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
  4912. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapEntry.d.ts +2 -2
  4913. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapIterator.d.ts +2 -1
  4914. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
  4915. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$ValueIterator.d.ts +1 -1
  4916. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
  4917. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$EntryIterator.d.ts +2 -2
  4918. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$KeyIterator.d.ts +2 -2
  4919. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$TreeIterator.d.ts +2 -2
  4920. package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$ValueIterator.d.ts +3 -1
  4921. package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$EntryIterator.d.ts +2 -2
  4922. package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$KeyIterator.d.ts +2 -2
  4923. package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$TreeIterator.d.ts +2 -2
  4924. package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$ValueIterator.d.ts +3 -1
  4925. package/types/it/unimi/dsi/fastutil/shorts/Short2CharArrayMap$MapEntry.d.ts +2 -2
  4926. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4927. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4928. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4929. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4930. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4931. package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4932. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4933. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4934. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4935. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4936. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4937. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
  4938. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
  4939. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4940. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4941. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4942. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$EntryIterator.d.ts +3 -1
  4943. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
  4944. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
  4945. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$KeyIterator.d.ts +1 -1
  4946. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$KeySpliterator.d.ts +2 -2
  4947. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapEntry.d.ts +2 -2
  4948. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapIterator.d.ts +2 -1
  4949. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapSpliterator.d.ts +2 -2
  4950. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$ValueIterator.d.ts +1 -1
  4951. package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
  4952. package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$EntryIterator.d.ts +2 -2
  4953. package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$KeyIterator.d.ts +2 -2
  4954. package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$TreeIterator.d.ts +2 -2
  4955. package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$ValueIterator.d.ts +3 -1
  4956. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
  4957. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
  4958. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
  4959. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
  4960. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleArrayMap$MapEntry.d.ts +2 -2
  4961. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4962. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4963. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4964. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
  4965. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
  4966. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  4967. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
  4968. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  4969. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  4970. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
  4971. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  4972. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
  4973. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
  4974. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  4975. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
  4976. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  4977. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
  4978. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
  4979. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
  4980. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
  4981. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
  4982. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapEntry.d.ts +2 -2
  4983. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapIterator.d.ts +2 -1
  4984. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
  4985. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
  4986. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
  4987. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
  4988. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
  4989. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
  4990. package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
  4991. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
  4992. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
  4993. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
  4994. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
  4995. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatArrayMap$MapEntry.d.ts +2 -2
  4996. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  4997. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  4998. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  4999. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5000. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5001. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5002. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
  5003. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  5004. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  5005. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5006. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  5007. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
  5008. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
  5009. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5010. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5011. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  5012. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$EntryIterator.d.ts +3 -1
  5013. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
  5014. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
  5015. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$KeyIterator.d.ts +1 -1
  5016. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
  5017. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapEntry.d.ts +2 -2
  5018. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapIterator.d.ts +2 -1
  5019. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
  5020. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$ValueIterator.d.ts +1 -1
  5021. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
  5022. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$EntryIterator.d.ts +2 -2
  5023. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$KeyIterator.d.ts +2 -2
  5024. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$TreeIterator.d.ts +2 -2
  5025. package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$ValueIterator.d.ts +3 -1
  5026. package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$EntryIterator.d.ts +2 -2
  5027. package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$KeyIterator.d.ts +2 -2
  5028. package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$TreeIterator.d.ts +2 -2
  5029. package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$ValueIterator.d.ts +3 -1
  5030. package/types/it/unimi/dsi/fastutil/shorts/Short2IntArrayMap$MapEntry.d.ts +2 -2
  5031. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  5032. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  5033. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  5034. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5035. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5036. package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5037. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
  5038. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  5039. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  5040. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5041. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  5042. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
  5043. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
  5044. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5045. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5046. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  5047. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$EntryIterator.d.ts +3 -1
  5048. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
  5049. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
  5050. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$KeyIterator.d.ts +1 -1
  5051. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$KeySpliterator.d.ts +2 -2
  5052. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapEntry.d.ts +2 -2
  5053. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapIterator.d.ts +2 -1
  5054. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapSpliterator.d.ts +2 -2
  5055. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$ValueIterator.d.ts +1 -1
  5056. package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
  5057. package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$EntryIterator.d.ts +2 -2
  5058. package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$KeyIterator.d.ts +2 -2
  5059. package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$TreeIterator.d.ts +2 -2
  5060. package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$ValueIterator.d.ts +3 -1
  5061. package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$EntryIterator.d.ts +2 -2
  5062. package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$KeyIterator.d.ts +2 -2
  5063. package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$TreeIterator.d.ts +2 -2
  5064. package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$ValueIterator.d.ts +3 -1
  5065. package/types/it/unimi/dsi/fastutil/shorts/Short2LongArrayMap$MapEntry.d.ts +2 -2
  5066. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  5067. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  5068. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  5069. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5070. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5071. package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5072. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
  5073. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  5074. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  5075. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5076. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  5077. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
  5078. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
  5079. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5080. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5081. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  5082. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$EntryIterator.d.ts +3 -1
  5083. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
  5084. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
  5085. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$KeyIterator.d.ts +1 -1
  5086. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$KeySpliterator.d.ts +2 -2
  5087. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapEntry.d.ts +2 -2
  5088. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapIterator.d.ts +2 -1
  5089. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapSpliterator.d.ts +2 -2
  5090. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$ValueIterator.d.ts +1 -1
  5091. package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
  5092. package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$EntryIterator.d.ts +2 -2
  5093. package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$KeyIterator.d.ts +2 -2
  5094. package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$TreeIterator.d.ts +2 -2
  5095. package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$ValueIterator.d.ts +3 -1
  5096. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
  5097. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
  5098. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
  5099. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
  5100. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectArrayMap$MapEntry.d.ts +2 -2
  5101. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  5102. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  5103. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  5104. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5105. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5106. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5107. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
  5108. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  5109. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  5110. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5111. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  5112. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
  5113. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
  5114. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5115. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5116. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  5117. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
  5118. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
  5119. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
  5120. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
  5121. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
  5122. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapEntry.d.ts +2 -2
  5123. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapIterator.d.ts +2 -1
  5124. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
  5125. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
  5126. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
  5127. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
  5128. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
  5129. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
  5130. package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
  5131. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
  5132. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
  5133. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
  5134. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
  5135. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceArrayMap$MapEntry.d.ts +2 -2
  5136. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  5137. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  5138. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  5139. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5140. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5141. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5142. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
  5143. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
  5144. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
  5145. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5146. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
  5147. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
  5148. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
  5149. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5150. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5151. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
  5152. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
  5153. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
  5154. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
  5155. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
  5156. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
  5157. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
  5158. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
  5159. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
  5160. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
  5161. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
  5162. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
  5163. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
  5164. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
  5165. package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
  5166. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
  5167. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
  5168. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
  5169. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
  5170. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortArrayMap$MapEntry.d.ts +2 -2
  5171. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
  5172. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
  5173. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
  5174. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
  5175. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
  5176. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
  5177. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
  5178. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
  5179. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
  5180. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
  5181. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
  5182. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
  5183. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
  5184. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
  5185. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
  5186. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
  5187. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$EntryIterator.d.ts +3 -1
  5188. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
  5189. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
  5190. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$KeyIterator.d.ts +1 -1
  5191. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
  5192. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapEntry.d.ts +2 -2
  5193. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapIterator.d.ts +2 -1
  5194. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
  5195. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$ValueIterator.d.ts +1 -1
  5196. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
  5197. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$EntryIterator.d.ts +2 -2
  5198. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$KeyIterator.d.ts +2 -2
  5199. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$TreeIterator.d.ts +2 -2
  5200. package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$ValueIterator.d.ts +3 -1
  5201. package/types/it/unimi/dsi/fastutil/shorts/ShortAVLTreeSet$SetIterator.d.ts +2 -2
  5202. package/types/it/unimi/dsi/fastutil/shorts/ShortArrayList$Spliterator.d.ts +2 -2
  5203. package/types/it/unimi/dsi/fastutil/shorts/ShortArraySet$Spliterator.d.ts +2 -2
  5204. package/types/it/unimi/dsi/fastutil/shorts/ShortArrays$ArrayHashStrategy.d.ts +2 -0
  5205. package/types/it/unimi/dsi/fastutil/shorts/ShortBigArrayBigList$Spliterator.d.ts +2 -2
  5206. package/types/it/unimi/dsi/fastutil/shorts/ShortBigArrays$BigArrayHashStrategy.d.ts +2 -0
  5207. package/types/it/unimi/dsi/fastutil/shorts/ShortHeapPriorityQueue.d.ts +2 -2
  5208. package/types/it/unimi/dsi/fastutil/shorts/ShortImmutableList$Spliterator.d.ts +2 -2
  5209. package/types/it/unimi/dsi/fastutil/shorts/ShortLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
  5210. package/types/it/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator.d.ts +2 -2
  5211. package/types/it/unimi/dsi/fastutil/shorts/ShortOpenCustomHashSet$SetIterator.d.ts +3 -1
  5212. package/types/it/unimi/dsi/fastutil/shorts/ShortOpenCustomHashSet$SetSpliterator.d.ts +2 -2
  5213. package/types/it/unimi/dsi/fastutil/shorts/ShortOpenHashSet$SetIterator.d.ts +3 -1
  5214. package/types/it/unimi/dsi/fastutil/shorts/ShortOpenHashSet$SetSpliterator.d.ts +2 -2
  5215. package/types/it/unimi/dsi/fastutil/shorts/ShortRBTreeSet$SetIterator.d.ts +2 -2
  5216. package/types/java/io/ObjectInputStream$BlockDataInputStream.d.ts +2 -1
  5217. package/types/java/io/ObjectOutputStream$PutFieldImpl.d.ts +2 -1
  5218. package/types/java/lang/invoke/BoundMethodHandle$SpeciesData.d.ts +0 -1
  5219. package/types/java/lang/invoke/ClassSpecializer$SpeciesData.d.ts +0 -25
  5220. package/types/java/lang/invoke/MethodHandles$Lookup$ClassDefiner.d.ts +1 -0
  5221. package/types/java/lang/reflect/Executable$ParameterData.d.ts +1 -0
  5222. package/types/java/text/DecimalFormat$NumericPosition.d.ts +1 -0
  5223. package/types/java/util/AbstractMap$SimpleEntry.d.ts +1 -1
  5224. package/types/java/util/AbstractMap$SimpleImmutableEntry.d.ts +1 -1
  5225. package/types/java/util/ArrayList$ArrayListSpliterator.d.ts +1 -1
  5226. package/types/java/util/ArrayList$Itr.d.ts +1 -1
  5227. package/types/java/util/ArrayList$ListItr.d.ts +1 -1
  5228. package/types/java/util/HashMap$EntryIterator.d.ts +1 -1
  5229. package/types/java/util/HashMap$HashIterator.d.ts +1 -1
  5230. package/types/java/util/HashMap$KeyIterator.d.ts +1 -1
  5231. package/types/java/util/HashMap$ValueIterator.d.ts +1 -1
  5232. package/types/java/util/SplittableRandom$AbstractSplittableGeneratorProxy.d.ts +1 -1
  5233. package/types/java/util/concurrent/ThreadPoolExecutor$Worker.d.ts +2 -1
  5234. package/types/java/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject.d.ts +1 -1
  5235. package/types/java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.d.ts +1 -1
  5236. package/types/java/util/concurrent/locks/StampedLock$ReadLockView.d.ts +2 -1
  5237. package/types/java/util/concurrent/locks/StampedLock$ReadWriteLockView.d.ts +2 -1
  5238. package/types/java/util/concurrent/locks/StampedLock$WriteLockView.d.ts +2 -1
  5239. package/types/java/util/function/BinaryOperator.d.ts +1 -1
  5240. package/types/java/util/function/UnaryOperator.d.ts +1 -1
  5241. package/types/java/util/logging/LogManager$LoggerContext.d.ts +1 -1
  5242. package/types/java/util/logging/LogManager$LoggerWeakRef.d.ts +2 -1
  5243. package/types/java/util/zip/ZipFile$EntryPos.d.ts +1 -0
  5244. package/types/javax/swing/AbstractButton$Handler.d.ts +2 -1
  5245. package/types/javax/swing/ImageIcon$AccessibleImageIcon.d.ts +2 -1
  5246. package/types/javax/swing/JMenu$WinListener.d.ts +2 -1
  5247. package/types/javax/swing/JTree$TreeSelectionRedirector.d.ts +2 -1
  5248. package/types/javax/swing/JTree$TreeTimer.d.ts +2 -1
  5249. package/types/javax/swing/JViewport$ViewListener.d.ts +2 -1
  5250. package/types/javax/swing/text/DefaultCaret$Handler.d.ts +2 -1
  5251. package/types/javax/swing/text/JTextComponent$ComposedTextCaret.d.ts +1 -1
  5252. package/types/javax/tools/Diagnostic.d.ts +14 -0
  5253. package/types/javax/tools/JavaCompiler$CompilationTask.d.ts +10 -0
  5254. package/types/javax/tools/JavaFileManager.d.ts +34 -0
  5255. package/types/javax/tools/OptionChecker.d.ts +4 -0
  5256. package/types/jdk/javadoc/doclet/Doclet$Option$Kind.d.ts +13 -0
  5257. package/types/jdk/javadoc/doclet/Doclet$Option.d.ts +10 -0
  5258. package/types/jdk/javadoc/doclet/Doclet.d.ts +13 -0
  5259. package/types/jdk/javadoc/doclet/DocletEnvironment$ModuleMode.d.ts +12 -0
  5260. package/types/jdk/javadoc/doclet/DocletEnvironment.d.ts +23 -0
  5261. package/types/jdk/javadoc/doclet/Reporter.d.ts +15 -0
  5262. package/types/jdk/javadoc/doclet/Taglet$Location.d.ts +17 -0
  5263. package/types/jdk/javadoc/doclet/Taglet.d.ts +15 -0
  5264. package/types/jdk/jfr/internal/tracing/Modification.d.ts +1 -0
  5265. package/types/jdk/jfr/internal/util/TimespanRate.d.ts +1 -0
  5266. package/types/joptsimple/util/PathProperties.d.ts +2 -0
  5267. package/types/kotlin/ExperimentalVersionOverloading.d.ts +5 -0
  5268. package/types/kotlin/IntroducedAt.d.ts +6 -0
  5269. package/types/kotlin/NumbersKt.d.ts +2 -0
  5270. package/types/kotlin/NumbersKt__BigIntegersKt.d.ts +2 -0
  5271. package/types/kotlin/NumbersKt__FloorDivModKt.d.ts +2 -0
  5272. package/types/kotlin/NumbersKt__NumbersJVMKt.d.ts +2 -0
  5273. package/types/kotlin/NumbersKt__NumbersKt.d.ts +2 -0
  5274. package/types/kotlin/collections/AbstractList$IteratorImpl.d.ts +1 -1
  5275. package/types/kotlin/collections/AbstractList$ListIteratorImpl.d.ts +1 -1
  5276. package/types/kotlin/collections/ArraysKt.d.ts +45 -0
  5277. package/types/kotlin/collections/ArraysKt___ArraysKt.d.ts +45 -0
  5278. package/types/kotlin/collections/CollectionsKt.d.ts +5 -0
  5279. package/types/kotlin/collections/CollectionsKt___CollectionsKt.d.ts +5 -0
  5280. package/types/kotlin/collections/DetachedMapEntry.d.ts +16 -0
  5281. package/types/kotlin/collections/MapsKt.d.ts +4 -1
  5282. package/types/kotlin/collections/MapsKt__MapsJVMKt.d.ts +2 -0
  5283. package/types/kotlin/collections/MapsKt__MapsKt.d.ts +5 -1
  5284. package/types/kotlin/collections/MapsKt___MapsJvmKt.d.ts +4 -1
  5285. package/types/kotlin/collections/MapsKt___MapsKt.d.ts +4 -1
  5286. package/types/kotlin/collections/unsigned/UArraysKt.d.ts +20 -0
  5287. package/types/kotlin/collections/unsigned/UArraysKt___UArraysKt.d.ts +20 -0
  5288. package/types/kotlin/contracts/ContractBuilder.d.ts +1 -0
  5289. package/types/kotlin/coroutines/jvm/internal/ModuleNameRetriever.d.ts +3 -3
  5290. package/types/kotlin/coroutines/jvm/internal/TailCallAsyncStackTraceEntryKt.d.ts +5 -0
  5291. package/types/kotlin/coroutines/jvm/internal/TailCallBaseContinuationImpl.d.ts +19 -0
  5292. package/types/kotlin/experimental/ExperimentalObjCEnum.d.ts +5 -0
  5293. package/types/kotlin/internal/ConstantsKt.d.ts +4 -0
  5294. package/types/kotlin/internal/PlatformImplementations.d.ts +2 -0
  5295. package/types/kotlin/internal/jdk8/JDK8PlatformImplementations.d.ts +3 -0
  5296. package/types/kotlin/io/FileTreeWalk$FileTreeWalkIterator.d.ts +2 -1
  5297. package/types/kotlin/js/ExperimentalJsNoRuntime.d.ts +5 -0
  5298. package/types/kotlin/jvm/internal/CallableReference.d.ts +4 -1
  5299. package/types/kotlin/jvm/internal/ClassReference.d.ts +4 -1
  5300. package/types/kotlin/jvm/internal/KTypeParameterBase.d.ts +13 -0
  5301. package/types/kotlin/jvm/internal/KTypeParameterBaseKt.d.ts +3 -0
  5302. package/types/kotlin/jvm/internal/KotlinGenericDeclaration.d.ts +5 -0
  5303. package/types/kotlin/jvm/internal/KotlinGenericDeclarationKt.d.ts +6 -0
  5304. package/types/kotlin/jvm/internal/TypeParameterReference.d.ts +3 -7
  5305. package/types/kotlin/random/FallbackThreadLocalRandom.d.ts +1 -1
  5306. package/types/kotlin/reflect/ObsoleteFallbackTypeVariableImpl.d.ts +22 -0
  5307. package/types/kotlin/reflect/full/K1ImplementationKt.d.ts +2 -1
  5308. package/types/kotlin/reflect/full/KClasses.d.ts +1 -0
  5309. package/types/kotlin/reflect/jvm/ReflectedLambdaFakeContainerSource.d.ts +17 -0
  5310. package/types/kotlin/reflect/jvm/internal/ConvertFromJavaKt.d.ts +12 -2
  5311. package/types/kotlin/reflect/jvm/internal/ConvertFromMetadataKt$WhenMappings.d.ts +1 -0
  5312. package/types/kotlin/reflect/jvm/internal/ConvertFromMetadataKt.d.ts +21 -3
  5313. package/types/kotlin/reflect/jvm/internal/CovariantOverrideComparator.d.ts +28 -0
  5314. package/types/kotlin/reflect/jvm/internal/CreateKCallableVisitor.d.ts +2 -4
  5315. package/types/kotlin/reflect/jvm/internal/CreateKFunctionVisitor.d.ts +10 -0
  5316. package/types/kotlin/reflect/jvm/internal/DefaultSetterValueParameter.d.ts +20 -0
  5317. package/types/kotlin/reflect/jvm/internal/DescriptorKCallable.d.ts +12 -24
  5318. package/types/kotlin/reflect/jvm/internal/DescriptorKCallableKt$WhenMappings.d.ts +4 -0
  5319. package/types/kotlin/reflect/jvm/internal/DescriptorKCallableKt.d.ts +3 -0
  5320. package/types/kotlin/reflect/jvm/internal/DescriptorKFunction.d.ts +12 -5
  5321. package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty0.d.ts +3 -3
  5322. package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty1.d.ts +3 -3
  5323. package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty2.d.ts +3 -3
  5324. package/types/kotlin/reflect/jvm/internal/DescriptorKMutablePropertyN.d.ts +3 -3
  5325. package/types/kotlin/reflect/jvm/internal/DescriptorKParameter.d.ts +13 -6
  5326. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Accessor.d.ts +1 -1
  5327. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Getter.d.ts +6 -0
  5328. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Setter.d.ts +6 -0
  5329. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty.d.ts +8 -9
  5330. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty0.d.ts +3 -2
  5331. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty1.d.ts +3 -2
  5332. package/types/kotlin/reflect/jvm/internal/DescriptorKProperty2.d.ts +3 -2
  5333. package/types/kotlin/reflect/jvm/internal/DescriptorKPropertyN.d.ts +3 -3
  5334. package/types/kotlin/reflect/jvm/internal/DescriptorPatchingResult.d.ts +6 -0
  5335. package/types/kotlin/reflect/jvm/internal/EmptyContainerForLocal.d.ts +7 -7
  5336. package/types/kotlin/reflect/jvm/internal/EqualityMode$JavaSignature.d.ts +8 -0
  5337. package/types/kotlin/reflect/jvm/internal/EqualityMode$KotlinSignature.d.ts +8 -0
  5338. package/types/kotlin/reflect/jvm/internal/EqualityMode.d.ts +4 -0
  5339. package/types/kotlin/reflect/jvm/internal/EquatableCallableSignature.d.ts +33 -0
  5340. package/types/kotlin/reflect/jvm/internal/FakeOverrideMembers.d.ts +17 -0
  5341. package/types/kotlin/reflect/jvm/internal/FakeOverridesKt.d.ts +15 -0
  5342. package/types/kotlin/reflect/jvm/internal/FunctionJvmDescriptor.d.ts +6 -0
  5343. package/types/kotlin/reflect/jvm/internal/FunctionJvmDescriptorLoaded.d.ts +7 -0
  5344. package/types/kotlin/reflect/jvm/internal/InstanceParameter.d.ts +19 -0
  5345. package/types/kotlin/reflect/jvm/internal/JavaAnnotationConstructor.d.ts +73 -0
  5346. package/types/kotlin/reflect/jvm/internal/JavaAnnotationConstructorParameter.d.ts +19 -0
  5347. package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$Companion.d.ts +3 -0
  5348. package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$Getter.d.ts +42 -0
  5349. package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$JavaEnumEntriesCaller.d.ts +13 -0
  5350. package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty.d.ts +53 -0
  5351. package/types/kotlin/reflect/jvm/internal/JavaKCallable.d.ts +19 -0
  5352. package/types/kotlin/reflect/jvm/internal/JavaKConstructor.d.ts +29 -0
  5353. package/types/kotlin/reflect/jvm/internal/JavaKFunction.d.ts +56 -0
  5354. package/types/kotlin/reflect/jvm/internal/JavaKFunctionKt.d.ts +3 -0
  5355. package/types/kotlin/reflect/jvm/internal/JavaKMutableProperty0$Setter.d.ts +9 -0
  5356. package/types/kotlin/reflect/jvm/internal/JavaKMutableProperty0.d.ts +14 -0
  5357. package/types/kotlin/reflect/jvm/internal/JavaKNamedFunction.d.ts +29 -0
  5358. package/types/kotlin/reflect/jvm/internal/JavaKParameter.d.ts +17 -0
  5359. package/types/kotlin/reflect/jvm/internal/JavaKProperty$Accessor.d.ts +31 -0
  5360. package/types/kotlin/reflect/jvm/internal/JavaKProperty$Getter.d.ts +17 -0
  5361. package/types/kotlin/reflect/jvm/internal/JavaKProperty$Setter.d.ts +19 -0
  5362. package/types/kotlin/reflect/jvm/internal/JavaKProperty.d.ts +34 -0
  5363. package/types/kotlin/reflect/jvm/internal/JavaKProperty0$Getter.d.ts +9 -0
  5364. package/types/kotlin/reflect/jvm/internal/JavaKProperty0.d.ts +16 -0
  5365. package/types/kotlin/reflect/jvm/internal/JavaKPropertyKt.d.ts +5 -0
  5366. package/types/kotlin/reflect/jvm/internal/JavaParameter.d.ts +7 -0
  5367. package/types/kotlin/reflect/jvm/internal/JvmFunctionSignature$KotlinConstructor.d.ts +3 -0
  5368. package/types/kotlin/reflect/jvm/internal/JvmFunctionSignature$KotlinFunction.d.ts +4 -0
  5369. package/types/kotlin/reflect/jvm/internal/KCallableOverriddenStorage$Companion.d.ts +5 -0
  5370. package/types/kotlin/reflect/jvm/internal/KCallableOverriddenStorage.d.ts +26 -0
  5371. package/types/kotlin/reflect/jvm/internal/KClassImpl$Data.d.ts +22 -14
  5372. package/types/kotlin/reflect/jvm/internal/KClassImpl.d.ts +16 -2
  5373. package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Companion.d.ts +1 -2
  5374. package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Data.d.ts +2 -1
  5375. package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl.d.ts +19 -8
  5376. package/types/kotlin/reflect/jvm/internal/KPackageImpl$Data.d.ts +12 -1
  5377. package/types/kotlin/reflect/jvm/internal/KPackageImpl.d.ts +18 -1
  5378. package/types/kotlin/reflect/jvm/internal/KTypeParameterImpl.d.ts +4 -11
  5379. package/types/kotlin/reflect/jvm/internal/KTypeParameterImplKt.d.ts +3 -0
  5380. package/types/kotlin/reflect/jvm/internal/KotlinKCallable.d.ts +10 -0
  5381. package/types/kotlin/reflect/jvm/internal/KotlinKCallableKt.d.ts +9 -0
  5382. package/types/kotlin/reflect/jvm/internal/KotlinKConstructor.d.ts +33 -0
  5383. package/types/kotlin/reflect/jvm/internal/KotlinKFunction.d.ts +70 -0
  5384. package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty0$Setter.d.ts +9 -0
  5385. package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty0.d.ts +14 -0
  5386. package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty1$Setter.d.ts +9 -0
  5387. package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty1.d.ts +14 -0
  5388. package/types/kotlin/reflect/jvm/internal/KotlinKMutablePropertyN$Setter.d.ts +7 -0
  5389. package/types/kotlin/reflect/jvm/internal/KotlinKMutablePropertyN.d.ts +13 -0
  5390. package/types/kotlin/reflect/jvm/internal/KotlinKNamedFunction.d.ts +35 -0
  5391. package/types/kotlin/reflect/jvm/internal/KotlinKParameter.d.ts +20 -0
  5392. package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Accessor.d.ts +32 -0
  5393. package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Getter.d.ts +19 -0
  5394. package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Setter.d.ts +21 -0
  5395. package/types/kotlin/reflect/jvm/internal/KotlinKProperty.d.ts +47 -0
  5396. package/types/kotlin/reflect/jvm/internal/KotlinKProperty0$Getter.d.ts +9 -0
  5397. package/types/kotlin/reflect/jvm/internal/KotlinKProperty0.d.ts +18 -0
  5398. package/types/kotlin/reflect/jvm/internal/KotlinKProperty1$Getter.d.ts +9 -0
  5399. package/types/kotlin/reflect/jvm/internal/KotlinKProperty1.d.ts +19 -0
  5400. package/types/kotlin/reflect/jvm/internal/KotlinKPropertyKt.d.ts +7 -0
  5401. package/types/kotlin/reflect/jvm/internal/KotlinKPropertyN$Getter.d.ts +7 -0
  5402. package/types/kotlin/reflect/jvm/internal/KotlinKPropertyN.d.ts +12 -0
  5403. package/types/kotlin/reflect/jvm/internal/LazyKMutableProperty0.d.ts +9 -0
  5404. package/types/kotlin/reflect/jvm/internal/LazyKMutableProperty1.d.ts +9 -0
  5405. package/types/kotlin/reflect/jvm/internal/LazyKProperty.d.ts +27 -0
  5406. package/types/kotlin/reflect/jvm/internal/LazyKProperty0.d.ts +12 -0
  5407. package/types/kotlin/reflect/jvm/internal/LazyKProperty1.d.ts +12 -0
  5408. package/types/kotlin/reflect/jvm/internal/LocalDelegatedPropertyFakeContainerSource.d.ts +12 -0
  5409. package/types/kotlin/reflect/jvm/internal/ReflectKCallable.d.ts +13 -5
  5410. package/types/kotlin/reflect/jvm/internal/ReflectKCallableImpl.d.ts +16 -0
  5411. package/types/kotlin/reflect/jvm/internal/ReflectKCallableKt.d.ts +9 -0
  5412. package/types/kotlin/reflect/jvm/internal/ReflectKFunction.d.ts +9 -1
  5413. package/types/kotlin/reflect/jvm/internal/ReflectKFunctionKt.d.ts +8 -0
  5414. package/types/kotlin/reflect/jvm/internal/ReflectKParameter.d.ts +8 -1
  5415. package/types/kotlin/reflect/jvm/internal/ReflectKParameterKt.d.ts +6 -0
  5416. package/types/kotlin/reflect/jvm/internal/ReflectKProperty.d.ts +7 -1
  5417. package/types/kotlin/reflect/jvm/internal/ReflectKPropertyKt.d.ts +7 -0
  5418. package/types/kotlin/reflect/jvm/internal/RuntimeTypeMapperKt.d.ts +6 -0
  5419. package/types/kotlin/reflect/jvm/internal/SignatureKind.d.ts +14 -0
  5420. package/types/kotlin/reflect/jvm/internal/StandardKTypes.d.ts +1 -0
  5421. package/types/kotlin/reflect/jvm/internal/SystemPropertiesKt.d.ts +1 -0
  5422. package/types/kotlin/reflect/jvm/internal/TypeUsage.d.ts +13 -0
  5423. package/types/kotlin/reflect/jvm/internal/UtilKt.d.ts +20 -4
  5424. package/types/kotlin/reflect/jvm/internal/calls/AnnotationConstructorCaller.d.ts +1 -0
  5425. package/types/kotlin/reflect/jvm/internal/calls/Caller.d.ts +1 -0
  5426. package/types/kotlin/reflect/jvm/internal/calls/CallerImpl$FieldGetter.d.ts +1 -0
  5427. package/types/kotlin/reflect/jvm/internal/calls/CallerImpl$FieldSetter.d.ts +2 -0
  5428. package/types/kotlin/reflect/jvm/internal/calls/CallerImpl.d.ts +2 -3
  5429. package/types/kotlin/reflect/jvm/internal/calls/InternalUnderlyingValOfInlineClass.d.ts +1 -0
  5430. package/types/kotlin/reflect/jvm/internal/calls/ThrowingCaller.d.ts +3 -1
  5431. package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller$BoxUnboxData.d.ts +2 -2
  5432. package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller.d.ts +3 -3
  5433. package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCallerKt.d.ts +7 -10
  5434. package/types/kotlin/reflect/jvm/internal/impl/builtins/DefaultBuiltIns$Companion.d.ts +2 -0
  5435. package/types/kotlin/reflect/jvm/internal/impl/builtins/DefaultBuiltIns.d.ts +2 -0
  5436. package/types/kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$Primitives.d.ts +2 -0
  5437. package/types/kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType$Companion.d.ts +2 -0
  5438. package/types/kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes$Companion.d.ts +2 -0
  5439. package/types/kotlin/reflect/jvm/internal/impl/builtins/StandardNames$FqNames.d.ts +1 -0
  5440. package/types/kotlin/reflect/jvm/internal/impl/builtins/StandardNames.d.ts +2 -0
  5441. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassDescriptor$Companion.d.ts +2 -0
  5442. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassDescriptor$FunctionTypeConstructor.d.ts +1 -1
  5443. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassKind$Companion.d.ts +2 -0
  5444. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionInvokeDescriptor$Factory.d.ts +2 -0
  5445. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionInvokeDescriptor.d.ts +2 -0
  5446. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$Companion.d.ts +6 -0
  5447. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$Function.d.ts +2 -0
  5448. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$KFunction.d.ts +2 -0
  5449. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$KSuspendFunction.d.ts +2 -0
  5450. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$SuspendFunction.d.ts +2 -0
  5451. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind.d.ts +7 -1
  5452. package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKindExtractor$Companion.d.ts +2 -0
  5453. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/CloneableClassScope$Companion.d.ts +2 -0
  5454. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/FallbackBuiltIns$Companion.d.ts +2 -0
  5455. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JavaToKotlinClassMap.d.ts +1 -1
  5456. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory$Companion.d.ts +2 -0
  5457. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory.d.ts +2 -0
  5458. package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsPackageFragmentProvider$Companion.d.ts +2 -0
  5459. package/types/kotlin/reflect/jvm/internal/impl/descriptors/InlineClassRepresentation.d.ts +0 -1
  5460. package/types/kotlin/reflect/jvm/internal/impl/descriptors/Modality$Companion.d.ts +2 -0
  5461. package/types/kotlin/reflect/jvm/internal/impl/descriptors/MultiFieldValueClassRepresentation.d.ts +0 -1
  5462. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass$Companion.d.ts +2 -0
  5463. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass.d.ts +2 -0
  5464. package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueClassRepresentation.d.ts +2 -2
  5465. package/types/kotlin/reflect/jvm/internal/impl/descriptors/Visibilities.d.ts +1 -1
  5466. package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotationUseSiteTarget.d.ts +2 -0
  5467. package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/BuiltInAnnotationDescriptor.d.ts +2 -0
  5468. package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/KotlinTarget$Companion.d.ts +2 -0
  5469. package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/KotlinTarget.d.ts +7 -1
  5470. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +1 -1
  5471. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeParameterDescriptor$TypeParameterTypeConstructor.d.ts +2 -1
  5472. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/EnumEntrySyntheticClassDescriptor$EnumEntryScope.d.ts +2 -1
  5473. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/FunctionDescriptorImpl$CopyConfiguration.d.ts +2 -1
  5474. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor$Companion.d.ts +4 -2
  5475. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDescriptorImpl.d.ts +5 -3
  5476. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyDescriptorImpl$CopyConfiguration.d.ts +2 -1
  5477. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptorImpl$Companion.d.ts +2 -0
  5478. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptorImpl.d.ts +2 -0
  5479. package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ValueParameterDescriptorImpl$Companion.d.ts +2 -0
  5480. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass$Factory.d.ts +2 -0
  5481. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass.d.ts +2 -0
  5482. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData$Companion.d.ts +2 -0
  5483. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData.d.ts +2 -0
  5484. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java8ParameterNamesLoader.d.ts +1 -1
  5485. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationArgument$Factory.d.ts +2 -0
  5486. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationArgument.d.ts +2 -0
  5487. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaMethod.d.ts +1 -0
  5488. package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType$Factory.d.ts +2 -0
  5489. package/types/kotlin/reflect/jvm/internal/impl/incremental/components/Position$Companion.d.ts +2 -0
  5490. package/types/kotlin/reflect/jvm/internal/impl/km/Attributes.d.ts +25 -0
  5491. package/types/kotlin/reflect/jvm/internal/impl/km/ClassKind.d.ts +1 -1
  5492. package/types/kotlin/reflect/jvm/internal/impl/km/InconsistentKotlinMetadataException.d.ts +2 -0
  5493. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$LiteralValue.d.ts +2 -0
  5494. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UByteValue.d.ts +2 -0
  5495. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UIntValue.d.ts +2 -0
  5496. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$ULongValue.d.ts +2 -0
  5497. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UShortValue.d.ts +2 -0
  5498. package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument.d.ts +2 -0
  5499. package/types/kotlin/reflect/jvm/internal/impl/km/KmClass.d.ts +6 -3
  5500. package/types/kotlin/reflect/jvm/internal/impl/km/KmClassifier.d.ts +2 -0
  5501. package/types/kotlin/reflect/jvm/internal/impl/km/KmConstructor.d.ts +5 -3
  5502. package/types/kotlin/reflect/jvm/internal/impl/km/KmEffectExpression.d.ts +2 -2
  5503. package/types/kotlin/reflect/jvm/internal/impl/km/KmEffectType.d.ts +2 -1
  5504. package/types/kotlin/reflect/jvm/internal/impl/km/KmFlexibleTypeUpperBound$Companion.d.ts +2 -0
  5505. package/types/kotlin/reflect/jvm/internal/impl/km/KmFunction.d.ts +9 -4
  5506. package/types/kotlin/reflect/jvm/internal/impl/km/KmPackage.d.ts +1 -1
  5507. package/types/kotlin/reflect/jvm/internal/impl/km/KmProperty.d.ts +5 -3
  5508. package/types/kotlin/reflect/jvm/internal/impl/km/KmPropertyAccessorAttributes.d.ts +2 -2
  5509. package/types/kotlin/reflect/jvm/internal/impl/km/KmType.d.ts +3 -3
  5510. package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeAlias.d.ts +4 -2
  5511. package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeParameter.d.ts +3 -3
  5512. package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeProjection$Companion.d.ts +2 -0
  5513. package/types/kotlin/reflect/jvm/internal/impl/km/KmValueParameter.d.ts +3 -2
  5514. package/types/kotlin/reflect/jvm/internal/impl/km/MemberKind.d.ts +1 -1
  5515. package/types/kotlin/reflect/jvm/internal/impl/km/Modality.d.ts +1 -1
  5516. package/types/kotlin/reflect/jvm/internal/impl/km/ReturnValueStatus.d.ts +14 -0
  5517. package/types/kotlin/reflect/jvm/internal/impl/km/Visibility.d.ts +1 -1
  5518. package/types/kotlin/reflect/jvm/internal/impl/km/internal/FlagDelegatesImplKt.d.ts +4 -0
  5519. package/types/kotlin/reflect/jvm/internal/impl/km/internal/FlagImpl.d.ts +4 -4
  5520. package/types/kotlin/reflect/jvm/internal/impl/km/internal/ReadContext.d.ts +8 -6
  5521. package/types/kotlin/reflect/jvm/internal/impl/km/internal/WriteContext.d.ts +3 -3
  5522. package/types/kotlin/reflect/jvm/internal/impl/km/internal/WriteUtilsKt.d.ts +3 -0
  5523. package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/MetadataExtensions$Companion.d.ts +1 -1
  5524. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmAttributes.d.ts +5 -0
  5525. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmExtensionsKt.d.ts +18 -0
  5526. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmMemberSignature.d.ts +2 -0
  5527. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmMetadataVersion$Companion.d.ts +2 -0
  5528. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$Companion.d.ts +2 -0
  5529. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$FileFacade.d.ts +2 -1
  5530. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$MultiFileClassFacade.d.ts +2 -1
  5531. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$MultiFileClassPart.d.ts +2 -1
  5532. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata.d.ts +3 -1
  5533. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmClassExtension$Companion.d.ts +2 -0
  5534. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmConstructorExtension$Companion.d.ts +2 -0
  5535. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmFunctionExtension$Companion.d.ts +2 -0
  5536. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPackageExtension$Companion.d.ts +2 -0
  5537. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPropertyExtension$Companion.d.ts +2 -0
  5538. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmReadUtils.d.ts +5 -5
  5539. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeExtension$Companion.d.ts +2 -0
  5540. package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeParameterExtension$Companion.d.ts +2 -0
  5541. package/types/kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver$Companion.d.ts +2 -0
  5542. package/types/kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver.d.ts +8 -5
  5543. package/types/kotlin/reflect/jvm/internal/impl/load/java/FakePureImplementationsProvider.d.ts +1 -0
  5544. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaClassFinder$Request.d.ts +2 -0
  5545. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaDefaultQualifiers.d.ts +8 -5
  5546. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaIncompatibilityRulesOverridabilityCondition$Companion.d.ts +2 -0
  5547. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus$Companion.d.ts +2 -0
  5548. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus.d.ts +2 -0
  5549. package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaTypeEnhancementState$Companion.d.ts +2 -0
  5550. package/types/kotlin/reflect/jvm/internal/impl/load/java/Jsr305Settings.d.ts +2 -0
  5551. package/types/kotlin/reflect/jvm/internal/impl/load/java/JvmAnnotationNames.d.ts +3 -2
  5552. package/types/kotlin/reflect/jvm/internal/impl/load/java/ReportLevel$Companion.d.ts +2 -0
  5553. package/types/kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$Companion.d.ts +3 -0
  5554. package/types/kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$TypeSafeBarrierDescription.d.ts +2 -0
  5555. package/types/kotlin/reflect/jvm/internal/impl/load/java/components/JavaAnnotationMapper.d.ts +3 -3
  5556. package/types/kotlin/reflect/jvm/internal/impl/load/java/components/JavaAnnotationTargetMapper.d.ts +2 -2
  5557. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/JavaResolverComponents.d.ts +2 -0
  5558. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaResolverContext.d.ts +1 -1
  5559. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/JvmPackageScope.d.ts +1 -1
  5560. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor.d.ts +2 -0
  5561. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$Companion.d.ts +2 -0
  5562. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$LazyJavaClassTypeConstructor.d.ts +2 -1
  5563. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor.d.ts +3 -1
  5564. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope.d.ts +3 -1
  5565. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageFragment.d.ts +3 -3
  5566. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$KotlinClassLookupResult.d.ts +2 -0
  5567. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope.d.ts +1 -1
  5568. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope.d.ts +2 -0
  5569. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/JavaTypeAttributes.d.ts +2 -0
  5570. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/RawSubstitution$Companion.d.ts +2 -0
  5571. package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/RawSubstitution.d.ts +2 -0
  5572. package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +1 -0
  5573. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts.d.ts +6 -4
  5574. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers$Companion.d.ts +2 -0
  5575. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers.d.ts +6 -2
  5576. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedFunctionEnhancementInfo.d.ts +2 -0
  5577. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder$FunctionEnhancementBuilder.d.ts +2 -1
  5578. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder.d.ts +2 -1
  5579. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureParts.d.ts +5 -2
  5580. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/WithMigrationStatus.d.ts +14 -0
  5581. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$Companion.d.ts +2 -0
  5582. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader.d.ts +4 -0
  5583. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +2 -1
  5584. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJava$Companion.d.ts +2 -0
  5585. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver$Companion.d.ts +3 -1
  5586. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver.d.ts +1 -1
  5587. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType$Companion.d.ts +10 -8
  5588. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType.d.ts +2 -0
  5589. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder$Result.d.ts +2 -0
  5590. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature$Companion.d.ts +2 -0
  5591. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature.d.ts +2 -0
  5592. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode$Companion.d.ts +2 -0
  5593. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode.d.ts +2 -0
  5594. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader$Kind$Companion.d.ts +2 -0
  5595. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader.d.ts +1 -2
  5596. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$KotlinMetadataArgumentVisitor.d.ts +4 -1
  5597. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$OldDeprecatedAnnotationArgumentVisitor.d.ts +4 -1
  5598. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor.d.ts +0 -1
  5599. package/types/kotlin/reflect/jvm/internal/impl/metadata/ExtensionRegistryLiteKt.d.ts +5 -0
  5600. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$Value.d.ts +3 -0
  5601. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument.d.ts +3 -0
  5602. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation.d.ts +3 -0
  5603. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Class.d.ts +4 -0
  5604. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginData.d.ts +3 -0
  5605. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Constructor.d.ts +4 -0
  5606. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Contract.d.ts +3 -0
  5607. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$EffectType.d.ts +2 -1
  5608. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect.d.ts +3 -0
  5609. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntry.d.ts +3 -0
  5610. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Expression.d.ts +3 -0
  5611. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Function.d.ts +4 -0
  5612. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Package.d.ts +3 -0
  5613. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragment$Builder.d.ts +5 -0
  5614. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragment.d.ts +7 -0
  5615. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Property$Builder.d.ts +1 -0
  5616. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Property.d.ts +4 -0
  5617. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedName.d.ts +3 -0
  5618. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable.d.ts +3 -0
  5619. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTable.d.ts +3 -0
  5620. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$Argument.d.ts +3 -0
  5621. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type.d.ts +3 -0
  5622. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAlias.d.ts +4 -0
  5623. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameter.d.ts +3 -0
  5624. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTable.d.ts +3 -0
  5625. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameter.d.ts +3 -0
  5626. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement.d.ts +3 -0
  5627. package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTable.d.ts +3 -0
  5628. package/types/kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsBinaryVersion$Companion.d.ts +2 -0
  5629. package/types/kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsProtoBuf.d.ts +1 -0
  5630. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/BinaryVersion$Companion.d.ts +2 -0
  5631. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$FlagField.d.ts +2 -0
  5632. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags.d.ts +2 -0
  5633. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/MetadataVersion$Companion.d.ts +2 -0
  5634. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Companion.d.ts +2 -0
  5635. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Version$Companion.d.ts +2 -0
  5636. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable$Companion.d.ts +2 -0
  5637. package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable.d.ts +2 -0
  5638. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignature.d.ts +3 -0
  5639. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignature.d.ts +3 -0
  5640. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignature.d.ts +3 -0
  5641. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$Record.d.ts +3 -0
  5642. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes.d.ts +3 -0
  5643. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmFlags.d.ts +2 -0
  5644. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmMemberSignature$Method.d.ts +0 -1
  5645. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmMemberSignature.d.ts +2 -0
  5646. package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverBase$Companion.d.ts +2 -0
  5647. package/types/kotlin/reflect/jvm/internal/impl/name/CallableId$Companion.d.ts +2 -0
  5648. package/types/kotlin/reflect/jvm/internal/impl/name/ClassId$Companion.d.ts +2 -0
  5649. package/types/kotlin/reflect/jvm/internal/impl/name/FqName$Companion.d.ts +2 -0
  5650. package/types/kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe$Companion.d.ts +2 -0
  5651. package/types/kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe.d.ts +2 -0
  5652. package/types/kotlin/reflect/jvm/internal/impl/name/NameRenderingUtils.d.ts +7 -0
  5653. package/types/kotlin/reflect/jvm/internal/impl/name/StandardClassIds.d.ts +1 -0
  5654. package/types/kotlin/reflect/jvm/internal/impl/platform/PlatformUtilKt.d.ts +1 -1
  5655. package/types/kotlin/reflect/jvm/internal/impl/protobuf/BoundedByteString$BoundedByteIterator.d.ts +3 -1
  5656. package/types/kotlin/reflect/jvm/internal/impl/protobuf/ExtensionRegistryLite.d.ts +2 -0
  5657. package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.d.ts +4 -1
  5658. package/types/kotlin/reflect/jvm/internal/impl/protobuf/LazyField$LazyEntry.d.ts +2 -0
  5659. package/types/kotlin/reflect/jvm/internal/impl/protobuf/LiteralByteString$LiteralByteIterator.d.ts +3 -1
  5660. package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$Balancer.d.ts +2 -0
  5661. package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$PieceIterator.d.ts +2 -0
  5662. package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$RopeByteIterator.d.ts +3 -1
  5663. package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$RopeInputStream.d.ts +1 -1
  5664. package/types/kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$Entry.d.ts +3 -9
  5665. package/types/kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EntryIterator.d.ts +2 -1
  5666. package/types/kotlin/reflect/jvm/internal/impl/protobuf/WireFormat$FieldType.d.ts +2 -0
  5667. package/types/kotlin/reflect/jvm/internal/impl/renderer/AnnotationArgumentsRenderingPolicy.d.ts +2 -0
  5668. package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$Companion.d.ts +2 -0
  5669. package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererImpl$RenderDeclarationDescriptorVisitor.d.ts +2 -1
  5670. package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererModifier$Companion.d.ts +2 -0
  5671. package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsCopyKt.d.ts +5 -0
  5672. package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsImpl.d.ts +37 -1
  5673. package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat$HTML.d.ts +0 -1
  5674. package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat$PLAIN.d.ts +0 -1
  5675. package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat.d.ts +2 -0
  5676. package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingUtilsKt.d.ts +0 -3
  5677. package/types/kotlin/reflect/jvm/internal/impl/resolve/InlineClassesUtilsKt.d.ts +0 -4
  5678. package/types/kotlin/reflect/jvm/internal/impl/resolve/OverridingUtilTypeSystemContext.d.ts +6 -3
  5679. package/types/kotlin/reflect/jvm/internal/impl/resolve/ReturnValueStatus$Companion.d.ts +2 -0
  5680. package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedType.d.ts +2 -0
  5681. package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/ErrorValue$Companion.d.ts +2 -0
  5682. package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerLiteralTypeConstructor$Companion.d.ts +2 -0
  5683. package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerLiteralTypeConstructor.d.ts +2 -0
  5684. package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/KClassValue$Companion.d.ts +2 -0
  5685. package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/KClassValue$Value.d.ts +2 -0
  5686. package/types/kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt.d.ts +0 -3
  5687. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope$Companion.d.ts +3 -1
  5688. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope.d.ts +3 -0
  5689. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion$MaskToName.d.ts +8 -0
  5690. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion.d.ts +5 -0
  5691. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter.d.ts +2 -0
  5692. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/LazyScopeAdapter.d.ts +3 -0
  5693. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/TypeIntersectionScope$Companion.d.ts +2 -0
  5694. package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/TypeIntersectionScope.d.ts +2 -0
  5695. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/AbstractAnnotationLoader.d.ts +2 -0
  5696. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer$Companion.d.ts +2 -0
  5697. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationComponents.d.ts +2 -0
  5698. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoContainer.d.ts +2 -0
  5699. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsPackageFragmentImpl$Companion.d.ts +2 -0
  5700. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsPackageFragmentImpl.d.ts +2 -0
  5701. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassConstructorDescriptor.d.ts +2 -0
  5702. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassMemberScope.d.ts +1 -1
  5703. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassTypeConstructor.d.ts +1 -1
  5704. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$EnumEntryClassDescriptors.d.ts +2 -1
  5705. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor.d.ts +2 -2
  5706. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$NoReorderImplementation.d.ts +2 -1
  5707. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation.d.ts +3 -1
  5708. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope.d.ts +1 -1
  5709. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedSimpleFunctionDescriptor.d.ts +2 -0
  5710. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo$Companion.d.ts +4 -0
  5711. package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo.d.ts +2 -0
  5712. package/types/kotlin/reflect/jvm/internal/impl/storage/DefaultSimpleLock.d.ts +2 -0
  5713. package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$CacheWithNotNullValuesBasedOnMemoizedFunction.d.ts +2 -0
  5714. package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$CacheWithNullableValuesBasedOnMemoizedFunction.d.ts +2 -0
  5715. package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager.d.ts +2 -0
  5716. package/types/kotlin/reflect/jvm/internal/impl/types/AbstractStubType$Companion.d.ts +2 -0
  5717. package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypeChecker.d.ts +2 -0
  5718. package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$ModuleViewTypeConstructor.d.ts +2 -1
  5719. package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypePreparator.d.ts +2 -0
  5720. package/types/kotlin/reflect/jvm/internal/impl/types/DefinitelyNotNullType$Companion.d.ts +2 -0
  5721. package/types/kotlin/reflect/jvm/internal/impl/types/DefinitelyNotNullType.d.ts +2 -0
  5722. package/types/kotlin/reflect/jvm/internal/impl/types/DisjointKeysUnionTypeSubstitution$Companion.d.ts +2 -0
  5723. package/types/kotlin/reflect/jvm/internal/impl/types/DisjointKeysUnionTypeSubstitution.d.ts +2 -0
  5724. package/types/kotlin/reflect/jvm/internal/impl/types/FlexibleTypeImpl$Companion.d.ts +2 -0
  5725. package/types/kotlin/reflect/jvm/internal/impl/types/IndexedParametersSubstitution.d.ts +3 -1
  5726. package/types/kotlin/reflect/jvm/internal/impl/types/KotlinType.d.ts +2 -0
  5727. package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpander$Companion.d.ts +2 -0
  5728. package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpansion$Companion.d.ts +2 -0
  5729. package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpansion.d.ts +2 -0
  5730. package/types/kotlin/reflect/jvm/internal/impl/types/TypeAttributes$Companion.d.ts +2 -0
  5731. package/types/kotlin/reflect/jvm/internal/impl/types/TypeCheckerState$SupertypesPolicy.d.ts +2 -0
  5732. package/types/kotlin/reflect/jvm/internal/impl/types/TypeCheckerState.d.ts +2 -1
  5733. package/types/kotlin/reflect/jvm/internal/impl/types/TypeConstructorSubstitution$Companion.d.ts +2 -0
  5734. package/types/kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser$Companion.d.ts +2 -0
  5735. package/types/kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser.d.ts +2 -0
  5736. package/types/kotlin/reflect/jvm/internal/impl/types/TypeSubstitution$Companion.d.ts +2 -0
  5737. package/types/kotlin/reflect/jvm/internal/impl/types/UnwrappedType.d.ts +2 -0
  5738. package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeCheckerStateKt.d.ts +2 -2
  5739. package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext$DefaultImpls.d.ts +2 -1
  5740. package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +2 -0
  5741. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewCapturedType.d.ts +2 -0
  5742. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewCapturedTypeConstructor.d.ts +3 -0
  5743. package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeCheckerImpl.d.ts +2 -0
  5744. package/types/kotlin/reflect/jvm/internal/impl/types/checker/SimpleClassicTypeSystemContext.d.ts +5 -0
  5745. package/types/kotlin/reflect/jvm/internal/impl/types/checker/TypeIntersector$ResultNullability.d.ts +2 -0
  5746. package/types/kotlin/reflect/jvm/internal/impl/types/checker/TypeIntersector.d.ts +1 -1
  5747. package/types/kotlin/reflect/jvm/internal/impl/types/error/ErrorType.d.ts +3 -0
  5748. package/types/kotlin/reflect/jvm/internal/impl/types/error/ErrorTypeKind.d.ts +2 -0
  5749. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeCheckerProviderContext.d.ts +2 -0
  5750. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +2 -0
  5751. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +2 -1
  5752. package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +2 -0
  5753. package/types/kotlin/reflect/jvm/internal/impl/util/AbstractModifierChecks.d.ts +1 -1
  5754. package/types/kotlin/reflect/jvm/internal/impl/util/ArrayMapImpl$Companion.d.ts +2 -0
  5755. package/types/kotlin/reflect/jvm/internal/impl/util/CheckResult.d.ts +2 -0
  5756. package/types/kotlin/reflect/jvm/internal/impl/util/Checks.d.ts +4 -0
  5757. package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +2 -0
  5758. package/types/kotlin/reflect/jvm/internal/impl/util/OperatorChecks.d.ts +1 -1
  5759. package/types/kotlin/reflect/jvm/internal/impl/util/OperatorNameConventions.d.ts +1 -0
  5760. package/types/kotlin/reflect/jvm/internal/impl/util/ReturnsCheck.d.ts +2 -0
  5761. package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +2 -0
  5762. package/types/kotlin/reflect/jvm/internal/impl/utils/ReflectionUtilsKt.d.ts +5 -0
  5763. package/types/kotlin/reflect/jvm/internal/impl/utils/SmartList$SingletonIterator.d.ts +1 -1
  5764. package/types/kotlin/reflect/jvm/internal/impl/utils/SmartList$SingletonIteratorBase.d.ts +2 -0
  5765. package/types/kotlin/reflect/jvm/internal/impl/utils/SmartSet$Companion.d.ts +2 -0
  5766. package/types/kotlin/reflect/jvm/internal/impl/utils/WrappedValues$ThrowableWrapper.d.ts +2 -0
  5767. package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutor$Companion.d.ts +2 -1
  5768. package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutor.d.ts +8 -2
  5769. package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutorKt.d.ts +3 -0
  5770. package/types/kotlin/reflect/jvm/internal/types/MutableCollectionKClass.d.ts +1 -1
  5771. package/types/kotlin/reflect/jvm/internal/types/TypeOfImplKt.d.ts +1 -1
  5772. package/types/kotlin/sequences/SequencesKt.d.ts +5 -0
  5773. package/types/kotlin/sequences/SequencesKt___SequencesKt.d.ts +5 -0
  5774. package/types/kotlinx/atomicfu/locks/NativeMutex$Node.d.ts +2 -1
  5775. package/types/kotlinx/atomicfu/locks/NativeMutex$ParkingQueue.d.ts +2 -1
  5776. package/types/kotlinx/coroutines/AwaitAll$AwaitAllNode.d.ts +2 -1
  5777. package/types/kotlinx/coroutines/AwaitAll$DisposeHandlersOnCancel.d.ts +2 -1
  5778. package/types/kotlinx/coroutines/BuildersKt.d.ts +3 -0
  5779. package/types/kotlinx/coroutines/BuildersKt__BuildersKt.d.ts +2 -0
  5780. package/types/kotlinx/coroutines/BuildersKt__Builders_concurrentKt.d.ts +5 -0
  5781. package/types/kotlinx/coroutines/CompletableDeferredKt.d.ts +2 -0
  5782. package/types/kotlinx/coroutines/EventLoop.d.ts +0 -1
  5783. package/types/kotlinx/coroutines/EventLoopImplBase$DelayedResumeTask.d.ts +2 -1
  5784. package/types/kotlinx/coroutines/EventLoopImplBase.d.ts +3 -0
  5785. package/types/kotlinx/coroutines/EventLoopKt.d.ts +0 -4
  5786. package/types/kotlinx/coroutines/ExecutorCoroutineDispatcherImpl.d.ts +2 -0
  5787. package/types/kotlinx/coroutines/GuidanceJvmKt.d.ts +6 -0
  5788. package/types/kotlinx/coroutines/GuidanceKt.d.ts +6 -0
  5789. package/types/kotlinx/coroutines/JobSupport$SelectOnAwaitCompletionHandler.d.ts +2 -1
  5790. package/types/kotlinx/coroutines/JobSupport$SelectOnJoinCompletionHandler.d.ts +2 -1
  5791. package/types/kotlinx/coroutines/ReadonlyDeferred.d.ts +47 -0
  5792. package/types/kotlinx/coroutines/TimeoutKt.d.ts +1 -1
  5793. package/types/kotlinx/coroutines/channels/BroadcastChannelImpl$SubscriberBuffered.d.ts +2 -1
  5794. package/types/kotlinx/coroutines/channels/BroadcastChannelImpl$SubscriberConflated.d.ts +2 -1
  5795. package/types/kotlinx/coroutines/channels/BufferedChannel$BufferedChannelIterator.d.ts +4 -1
  5796. package/types/kotlinx/coroutines/channels/BufferedChannel.d.ts +1 -2
  5797. package/types/kotlinx/coroutines/channels/ChannelsKt.d.ts +4 -0
  5798. package/types/kotlinx/coroutines/channels/ChannelsKt__Channels_commonKt.d.ts +1 -0
  5799. package/types/kotlinx/coroutines/channels/ChannelsKt__DeprecatedKt.d.ts +3 -0
  5800. package/types/kotlinx/coroutines/channels/ConflatedBufferedChannel.d.ts +1 -0
  5801. package/types/kotlinx/coroutines/debug/internal/ConcurrentWeakMap$Core.d.ts +1 -1
  5802. package/types/kotlinx/coroutines/flow/FlowKt.d.ts +15 -0
  5803. package/types/kotlinx/coroutines/flow/FlowKt__CollectKt.d.ts +2 -0
  5804. package/types/kotlinx/coroutines/flow/FlowKt__CollectionKt.d.ts +12 -0
  5805. package/types/kotlinx/coroutines/flow/FlowKt__ShareKt.d.ts +2 -0
  5806. package/types/kotlinx/coroutines/flow/SubscribedStateFlow.d.ts +11 -0
  5807. package/types/kotlinx/coroutines/future/FutureKt.d.ts +1 -0
  5808. package/types/kotlinx/coroutines/internal/ClassValueCtorCache.d.ts +1 -1
  5809. package/types/kotlinx/coroutines/internal/DispatchedContinuationKt.d.ts +1 -0
  5810. package/types/kotlinx/coroutines/internal/LimitedDispatcher$Worker.d.ts +2 -1
  5811. package/types/kotlinx/coroutines/internal/LimitedDispatcher.d.ts +3 -0
  5812. package/types/kotlinx/coroutines/internal/MissingMainCoroutineDispatcher.d.ts +3 -0
  5813. package/types/kotlinx/coroutines/internal/NamedDispatcher.d.ts +3 -0
  5814. package/types/kotlinx/coroutines/scheduling/CoroutineScheduler$Worker.d.ts +2 -4
  5815. package/types/kotlinx/coroutines/scheduling/WorkQueue.d.ts +1 -2
  5816. package/types/kotlinx/coroutines/selects/SelectImplementation$ClauseData.d.ts +1 -1
  5817. package/types/kotlinx/coroutines/sync/MutexImpl$CancellableContinuationWithOwner.d.ts +2 -1
  5818. package/types/kotlinx/coroutines/sync/MutexImpl$SelectInstanceWithOwner.d.ts +2 -1
  5819. package/types/kotlinx/datetime/ConvertersKt.d.ts +3 -0
  5820. package/types/kotlinx/datetime/DatePeriod$Companion.d.ts +1 -0
  5821. package/types/kotlinx/datetime/DateTimeArithmeticException$Companion.d.ts +4 -0
  5822. package/types/kotlinx/datetime/DateTimeFormatException$Companion.d.ts +4 -0
  5823. package/types/kotlinx/datetime/DateTimePeriod$Companion.d.ts +2 -0
  5824. package/types/kotlinx/datetime/IllegalTimeZoneException$Companion.d.ts +4 -0
  5825. package/types/kotlinx/datetime/InstantKt.d.ts +9 -0
  5826. package/types/kotlinx/datetime/InstantKt__InstantKt.d.ts +9 -0
  5827. package/types/kotlinx/datetime/LocalDate$Companion.d.ts +3 -0
  5828. package/types/kotlinx/datetime/LocalDateJvmKt.d.ts +4 -0
  5829. package/types/kotlinx/datetime/LocalDateKt.d.ts +7 -0
  5830. package/types/kotlinx/datetime/LocalDateTime$Companion.d.ts +3 -0
  5831. package/types/kotlinx/datetime/LocalDateTimeKt.d.ts +3 -0
  5832. package/types/kotlinx/datetime/LocalDateTimeKt__LocalDateTimeJvmKt.d.ts +4 -0
  5833. package/types/kotlinx/datetime/LocalIsoWeekDate$Companion.d.ts +10 -0
  5834. package/types/kotlinx/datetime/LocalIsoWeekDate.d.ts +20 -0
  5835. package/types/kotlinx/datetime/LocalIsoWeekDateKt.d.ts +6 -0
  5836. package/types/kotlinx/datetime/LocalTime$Companion.d.ts +1 -0
  5837. package/types/kotlinx/datetime/LocalTimeKt.d.ts +3 -0
  5838. package/types/kotlinx/datetime/LocalTimeKt__LocalTimeJvmKt.d.ts +4 -0
  5839. package/types/kotlinx/datetime/TimeZoneKt.d.ts +1 -0
  5840. package/types/kotlinx/datetime/TimeZoneKt__TimeZoneJvmKt.d.ts +1 -0
  5841. package/types/kotlinx/datetime/UtcOffset$Companion.d.ts +1 -0
  5842. package/types/kotlinx/datetime/UtcOffsetJvmKt.d.ts +4 -0
  5843. package/types/kotlinx/datetime/YearMonth$Companion.d.ts +3 -0
  5844. package/types/kotlinx/datetime/YearMonthJvmKt.d.ts +3 -0
  5845. package/types/kotlinx/datetime/format/DateTimeComponentsKt.d.ts +1 -0
  5846. package/types/kotlinx/datetime/format/OffsetFields.d.ts +1 -1
  5847. package/types/kotlinx/datetime/internal/UtilKt.d.ts +1 -0
  5848. package/types/kotlinx/datetime/internal/format/NamedEnumIntFieldFormatDirective$AssignableString.d.ts +2 -1
  5849. package/types/kotlinx/datetime/internal/format/NamedUnsignedIntFieldFormatDirective$AssignableString.d.ts +2 -1
  5850. package/types/kotlinx/datetime/internal/format/parser/ParseException$Companion.d.ts +4 -0
  5851. package/types/kotlinx/io/JvmCoreKt.d.ts +1 -0
  5852. package/types/kotlinx/io/_JvmPlatformKt.d.ts +1 -0
  5853. package/types/kotlinx/io/files/FileSystemJvmKt.d.ts +0 -1
  5854. package/types/kotlinx/serialization/cbor/internal/CborParser.d.ts +1 -1
  5855. package/types/kotlinx/serialization/json/JsonBuilder.d.ts +1 -0
  5856. package/types/kotlinx/serialization/json/JsonConfiguration.d.ts +2 -1
  5857. package/types/kotlinx/serialization/json/JsonDecodingException.d.ts +9 -0
  5858. package/types/kotlinx/serialization/json/JsonEncodingException.d.ts +7 -0
  5859. package/types/kotlinx/serialization/json/JsonException.d.ts +7 -0
  5860. package/types/kotlinx/serialization/json/internal/AbstractJsonLexer.d.ts +5 -2
  5861. package/types/kotlinx/serialization/json/internal/AbstractJsonTreeEncoder.d.ts +2 -2
  5862. package/types/kotlinx/serialization/json/internal/JsonExceptionsKt.d.ts +8 -6
  5863. package/types/kotlinx/serialization/json/internal/JsonPath$RedactedKey.d.ts +4 -0
  5864. package/types/kotlinx/serialization/json/internal/JsonPath.d.ts +3 -1
  5865. package/types/kotlinx/serialization/json/internal/ReaderJsonLexer.d.ts +2 -1
  5866. package/types/kotlinx/serialization/json/internal/ReaderJsonLexerWithComments.d.ts +2 -1
  5867. package/types/kotlinx/serialization/json/internal/StringJsonLexer.d.ts +2 -1
  5868. package/types/kotlinx/serialization/json/internal/StringJsonLexerWithComments.d.ts +2 -1
  5869. package/types/kotlinx/serialization/json/internal/TreeJsonEncoderKt.d.ts +2 -1
  5870. package/types/kotlinx/serialization/modules/PolymorphicModuleBuilder.d.ts +0 -2
  5871. package/types/kroppeb/stareval/parser/BinaryOp.d.ts +1 -0
  5872. package/types/net/caffeinemc/mods/lithium/common/block/entity/SleepUntilTimeBlockEntityTickInvoker.d.ts +1 -0
  5873. package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeListener.d.ts +0 -1
  5874. package/types/net/caffeinemc/mods/lithium/common/entity/projectile/ProjectileCanHitEntityPredicate.d.ts +18 -0
  5875. package/types/net/caffeinemc/mods/lithium/common/explosion/DirectMappedExplosionBlockCache.d.ts +16 -0
  5876. package/types/net/caffeinemc/mods/lithium/common/explosion/DirectMappedPos2AABBsCache.d.ts +19 -0
  5877. package/types/net/caffeinemc/mods/lithium/common/explosion/ExplosionEntityRays.d.ts +7 -0
  5878. package/types/net/caffeinemc/mods/lithium/common/explosion/LithiumExplosion.d.ts +6 -0
  5879. package/types/net/caffeinemc/mods/lithium/common/services/PlatformMixinOverrides$MixinOverride.d.ts +1 -0
  5880. package/types/net/caffeinemc/mods/lithium/common/tracking/block/LithiumBlockCounter.d.ts +6 -0
  5881. package/types/net/caffeinemc/mods/lithium/common/util/ArrayConstants.d.ts +1 -0
  5882. package/types/net/caffeinemc/mods/lithium/common/util/tuples/Range6Int.d.ts +1 -0
  5883. package/types/net/caffeinemc/mods/lithium/common/util/tuples/RefIntPair.d.ts +1 -0
  5884. package/types/net/caffeinemc/mods/lithium/common/util/tuples/Tuple5Obj1I.d.ts +1 -0
  5885. package/types/net/caffeinemc/mods/lithium/common/util/tuples/WorldSectionBox.d.ts +1 -0
  5886. package/types/net/caffeinemc/mods/lithium/common/world/blockview/SingleBlockBlockView.d.ts +1 -1
  5887. package/types/net/caffeinemc/mods/lithium/common/world/interests/iterator/NearbyPointOfInterestStream$QueuedSection.d.ts +1 -0
  5888. package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumRandomTickingBlockCounter.d.ts +10 -0
  5889. package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper.d.ts +10 -1
  5890. package/types/net/caffeinemc/mods/lithium/mixin/LithiumMixinPlugin.d.ts +1 -0
  5891. package/types/net/caffeinemc/mods/sodium/api/config/option/Range.d.ts +1 -0
  5892. package/types/net/caffeinemc/mods/sodium/client/compatibility/workarounds/nvidia/NvidiaDriverVersion.d.ts +1 -0
  5893. package/types/net/caffeinemc/mods/sodium/client/config/search/BigramSearchIndex$BigramSearchQuerySession.d.ts +2 -1
  5894. package/types/net/caffeinemc/mods/sodium/client/config/search/BigramSearchIndex$SourceBigramCount.d.ts +1 -0
  5895. package/types/net/caffeinemc/mods/sodium/client/config/structure/ModOptions.d.ts +1 -0
  5896. package/types/net/caffeinemc/mods/sodium/client/config/structure/Option$OptionNameSource.d.ts +1 -1
  5897. package/types/net/caffeinemc/mods/sodium/client/console/message/Message.d.ts +1 -0
  5898. package/types/net/caffeinemc/mods/sodium/client/data/fingerprint/HashedFingerprint.d.ts +1 -0
  5899. package/types/net/caffeinemc/mods/sodium/client/gpu/GPULimits.d.ts +5 -0
  5900. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/GlBufferArena.d.ts +41 -0
  5901. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/GlBufferSegment.d.ts +24 -0
  5902. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/PendingUpload.d.ts +12 -0
  5903. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$CopyCommand.d.ts +10 -0
  5904. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$FencedMemoryRegion.d.ts +13 -0
  5905. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$MappedBuffer.d.ts +19 -0
  5906. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer.d.ts +25 -0
  5907. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MojangStagingBuffer.d.ts +15 -0
  5908. package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/StagingBuffer.d.ts +10 -0
  5909. package/types/net/caffeinemc/mods/sodium/client/gpu/device/backend/DrawBackend.d.ts +14 -0
  5910. package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/GLDrawBatch.d.ts +13 -0
  5911. package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/MultiDrawBatch.d.ts +14 -0
  5912. package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/VKIndirectDrawBatch.d.ts +11 -0
  5913. package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/VKMultiDrawBatch.d.ts +11 -0
  5914. package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/DrawContext.d.ts +17 -0
  5915. package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/GLDrawContext.d.ts +18 -0
  5916. package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKDrawContext.d.ts +15 -0
  5917. package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKIndirectContext.d.ts +15 -0
  5918. package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKMultiDrawContext.d.ts +10 -0
  5919. package/types/net/caffeinemc/mods/sodium/client/gpu/util/EnumBitField.d.ts +11 -0
  5920. package/types/net/caffeinemc/mods/sodium/client/gui/GUIScaleRange.d.ts +1 -0
  5921. package/types/net/caffeinemc/mods/sodium/client/gui/SodiumConfigBuilder.d.ts +0 -1
  5922. package/types/net/caffeinemc/mods/sodium/client/gui/SodiumOptions$AdvancedSettings.d.ts +0 -2
  5923. package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$ActiveMessage.d.ts +1 -0
  5924. package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$ColorPalette.d.ts +1 -0
  5925. package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$MessageRender.d.ts +1 -0
  5926. package/types/net/caffeinemc/mods/sodium/client/gui/options/FullscreenMode.d.ts +13 -0
  5927. package/types/net/caffeinemc/mods/sodium/client/gui/options/Toggle.d.ts +14 -0
  5928. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/OptionListWidget$SectionInfo.d.ts +1 -0
  5929. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$ClickableEntryWidget.d.ts +3 -2
  5930. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$EntryWidget.d.ts +3 -2
  5931. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$ExternalPageEntryWidget.d.ts +2 -1
  5932. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$HeaderEntryWidget.d.ts +2 -1
  5933. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$OptionPageEntryWidget.d.ts +2 -1
  5934. package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$PageEntryWidget.d.ts +3 -1
  5935. package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +1 -0
  5936. package/types/net/caffeinemc/mods/sodium/client/platform/windows/WindowsFileVersion.d.ts +1 -0
  5937. package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/d3dkmt/D3DKMT$WDDMAdapterInfo.d.ts +1 -0
  5938. package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/version/LanguageCodePage.d.ts +1 -0
  5939. package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/version/QueryResult.d.ts +1 -0
  5940. package/types/net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer.d.ts +23 -4
  5941. package/types/net/caffeinemc/mods/sodium/client/render/chunk/ChunkRenderer.d.ts +4 -3
  5942. package/types/net/caffeinemc/mods/sodium/client/render/chunk/ChunkUpdateTypes.d.ts +3 -2
  5943. package/types/net/caffeinemc/mods/sodium/client/render/chunk/DefaultChunkRenderer.d.ts +9 -11
  5944. package/types/net/caffeinemc/mods/sodium/client/render/chunk/DeferMode.d.ts +2 -4
  5945. package/types/net/caffeinemc/mods/sodium/client/render/chunk/IntPool.d.ts +10 -0
  5946. package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSection.d.ts +43 -37
  5947. package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionFlags.d.ts +3 -1
  5948. package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionManager.d.ts +75 -32
  5949. package/types/net/caffeinemc/mods/sodium/client/render/chunk/SectionInfoChange.d.ts +7 -0
  5950. package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +13 -15
  5951. package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer$IndexFormat.d.ts +20 -0
  5952. package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer.d.ts +10 -12
  5953. package/types/net/caffeinemc/mods/sodium/client/render/chunk/UniformBufferManager.d.ts +26 -0
  5954. package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/AsyncRenderTask.d.ts +25 -0
  5955. package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/CullResult.d.ts +9 -0
  5956. package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/CullTask.d.ts +23 -0
  5957. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/BuilderTaskOutput.d.ts +1 -1
  5958. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildOutput.d.ts +2 -1
  5959. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkSortOutput.d.ts +3 -5
  5960. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/JobEffort.d.ts +1 -0
  5961. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/MeshResultSize.d.ts +1 -0
  5962. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/UploadDuration.d.ts +1 -0
  5963. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkBuilder$WorkerRunnable.d.ts +2 -1
  5964. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkBuilder.d.ts +1 -1
  5965. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +0 -3
  5966. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJobResult.d.ts +7 -0
  5967. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJobTyped.d.ts +4 -5
  5968. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/tasks/ChunkBuilderMeshingTask.d.ts +2 -1
  5969. package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/tasks/ChunkBuilderTask.d.ts +2 -1
  5970. package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/BuiltSectionInfo$Builder.d.ts +2 -2
  5971. package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/BuiltSectionInfo.d.ts +2 -2
  5972. package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/SectionRenderDataStorage.d.ts +3 -4
  5973. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/AbstractSectionVisitor.d.ts +15 -0
  5974. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/ChunkRenderList.d.ts +2 -4
  5975. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/DeferredTaskList.d.ts +9 -0
  5976. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/FallbackVisibleChunkCollector.d.ts +17 -0
  5977. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/RenderListProvider.d.ts +0 -5
  5978. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TaskCollectingTree.d.ts +18 -0
  5979. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/VisibleChunkCollector.d.ts +18 -0
  5980. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/AsyncCameraTimingControl.d.ts +9 -0
  5981. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/CullType.d.ts +18 -0
  5982. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/DirectionalVisGraph.d.ts +12 -0
  5983. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller$GraphOcclusionVisitor.d.ts +5 -0
  5984. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller$VisibilityTestingVisitor.d.ts +7 -0
  5985. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller.d.ts +29 -8
  5986. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$FlatTree.d.ts +9 -0
  5987. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$PortalBiForest.d.ts +8 -0
  5988. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$PortalMultiForest.d.ts +8 -0
  5989. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree.d.ts +20 -0
  5990. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/SectionTree$NotInTreePredicate.d.ts +4 -0
  5991. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/SectionTree.d.ts +26 -0
  5992. package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/VisibilityEncoding.d.ts +0 -1
  5993. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegion$DeviceResources.d.ts +7 -21
  5994. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegion.d.ts +26 -9
  5995. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager$PendingSectionIndexBufferUpload.d.ts +1 -1
  5996. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager$PendingSectionMeshUpload.d.ts +2 -1
  5997. package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager.d.ts +11 -6
  5998. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/bsp_tree/InnerPartitionBSPNode$NodeReuseData.d.ts +1 -0
  5999. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/bsp_tree/Partition.d.ts +1 -0
  6000. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicBSPData$DynamicBSPSorter.d.ts +2 -1
  6001. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicData.d.ts +1 -0
  6002. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicSorter.d.ts +3 -1
  6003. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicTopoData$DynamicTopoSorter.d.ts +1 -2
  6004. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicTopoData.d.ts +0 -1
  6005. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/SharedIndexSorter.d.ts +1 -0
  6006. package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/SortTriggering.d.ts +1 -1
  6007. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/AbstractTraversableBiForest.d.ts +3 -2
  6008. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/AbstractTraversableMultiForest.d.ts +3 -2
  6009. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseBiForest.d.ts +2 -0
  6010. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +1 -2
  6011. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseMultiForest.d.ts +2 -0
  6012. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Forest$TreeAddMethod.d.ts +5 -0
  6013. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Forest.d.ts +4 -1
  6014. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +3 -7
  6015. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableMultiForest.d.ts +3 -1
  6016. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableTree.d.ts +1 -1
  6017. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +3 -2
  6018. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableTree.d.ts +1 -0
  6019. package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Tree.d.ts +1 -1
  6020. package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType.d.ts +2 -2
  6021. package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/CompactChunkVertex.d.ts +3 -3
  6022. package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedBlockModelFeatureRenderer$BufferCache.d.ts +17 -0
  6023. package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedBlockModelFeatureRenderer.d.ts +18 -0
  6024. package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedItemFeatureRenderer$OutputType.d.ts +13 -0
  6025. package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedItemFeatureRenderer.d.ts +21 -0
  6026. package/types/net/caffeinemc/mods/sodium/client/render/helper/ColorHelper.d.ts +1 -0
  6027. package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/BakedModelEncoder.d.ts +2 -2
  6028. package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/ImprovedItemModelBuilderBase$SideFace.d.ts +1 -0
  6029. package/types/net/caffeinemc/mods/sodium/client/render/model/AbstractBlockRenderContext$BlockEmitter.d.ts +2 -1
  6030. package/types/net/caffeinemc/mods/sodium/client/render/model/QuadViewImpl.d.ts +0 -1
  6031. package/types/net/caffeinemc/mods/sodium/client/render/texture/SodiumSpriteFinderImpl$Node.d.ts +2 -1
  6032. package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatOffsetCache.d.ts +14 -0
  6033. package/types/net/caffeinemc/mods/sodium/client/render/vertex/serializers/generated/VertexSerializerFactory$MemoryTransfer.d.ts +1 -0
  6034. package/types/net/caffeinemc/mods/sodium/client/services/PlatformMixinOverrides$MixinOverride.d.ts +1 -0
  6035. package/types/net/caffeinemc/mods/sodium/client/util/Dim2i.d.ts +1 -0
  6036. package/types/net/caffeinemc/mods/sodium/client/util/FogParameters.d.ts +4 -0
  6037. package/types/net/caffeinemc/mods/sodium/client/util/FrameTimeStatistics$Percentile.d.ts +1 -0
  6038. package/types/net/caffeinemc/mods/sodium/client/util/IgnoringSectionRenderDispatcher.d.ts +26 -0
  6039. package/types/net/caffeinemc/mods/sodium/client/util/IgnoringViewArea.d.ts +13 -0
  6040. package/types/net/caffeinemc/mods/sodium/client/util/collections/BitArray.d.ts +1 -0
  6041. package/types/net/caffeinemc/mods/sodium/client/util/interval_tree/TreeNode$TreeNodeIterator.d.ts +1 -1
  6042. package/types/net/caffeinemc/mods/sodium/mixin/core/GlRenderPassAccessor.d.ts +5 -0
  6043. package/types/net/caffeinemc/mods/sodium/mixin/core/RenderPassAccessor.d.ts +5 -0
  6044. package/types/net/caffeinemc/mods/sodium/mixin/core/VulkanRenderPassAccessor.d.ts +7 -0
  6045. package/types/net/ccbluex/fastutil/WeightedSortedList$WeightedListIterator.d.ts +1 -1
  6046. package/types/net/ccbluex/liquidbounce/LiquidBounce$ClientResourceReloader.d.ts +2 -2
  6047. package/types/net/ccbluex/liquidbounce/LiquidBounce.d.ts +9 -13
  6048. package/types/net/ccbluex/liquidbounce/additions/GuiGraphicsExtractorAddition.d.ts +1 -1
  6049. package/types/net/ccbluex/liquidbounce/additions/InventoryAddition.d.ts +1 -1
  6050. package/types/net/ccbluex/liquidbounce/additions/ServerboundPlayerInputPacketAdditionKt.d.ts +1 -1
  6051. package/types/net/ccbluex/liquidbounce/api/core/ApiConfig$Companion.d.ts +1 -1
  6052. package/types/net/ccbluex/liquidbounce/api/core/ApiConfig.d.ts +1 -1
  6053. package/types/net/ccbluex/liquidbounce/api/core/BaseApi.d.ts +2 -2
  6054. package/types/net/ccbluex/liquidbounce/api/core/HttpClient.d.ts +2 -2
  6055. package/types/net/ccbluex/liquidbounce/api/core/HttpClientKt.d.ts +3 -3
  6056. package/types/net/ccbluex/liquidbounce/api/models/auth/ClientAccount.d.ts +1 -1
  6057. package/types/net/ccbluex/liquidbounce/api/models/auth/ExpiryValue.d.ts +1 -1
  6058. package/types/net/ccbluex/liquidbounce/api/models/auth/OAuthSession.d.ts +1 -1
  6059. package/types/net/ccbluex/liquidbounce/api/services/auth/AuthenticationApi.d.ts +1 -1
  6060. package/types/net/ccbluex/liquidbounce/api/services/auth/OAuthClient.d.ts +3 -3
  6061. package/types/net/ccbluex/liquidbounce/api/services/auth/PKCEUtils$PKCEPair.d.ts +12 -0
  6062. package/types/net/ccbluex/liquidbounce/api/services/auth/PKCEUtils.d.ts +2 -2
  6063. package/types/net/ccbluex/liquidbounce/api/services/cosmetics/CapeApi.d.ts +1 -1
  6064. package/types/net/ccbluex/liquidbounce/api/services/user/UserApi.d.ts +1 -1
  6065. package/types/net/ccbluex/liquidbounce/api/thirdparty/IpInfoApi$IpData.d.ts +1 -1
  6066. package/types/net/ccbluex/liquidbounce/api/thirdparty/IpInfoApi.d.ts +3 -3
  6067. package/types/net/ccbluex/liquidbounce/api/thirdparty/OpenAiApi.d.ts +2 -2
  6068. package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslateLanguage.d.ts +1 -1
  6069. package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorApi.d.ts +4 -6
  6070. package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/providers/GoogleTranslateApi.d.ts +2 -2
  6071. package/types/net/ccbluex/liquidbounce/common/ChunkUpdateFlag.d.ts +3 -1
  6072. package/types/net/ccbluex/liquidbounce/common/ShapeFlag.d.ts +1 -1
  6073. package/types/net/ccbluex/liquidbounce/common/StorageEspOutlineContext.d.ts +7 -0
  6074. package/types/net/ccbluex/liquidbounce/config/ConfigSystem.d.ts +11 -11
  6075. package/types/net/ccbluex/liquidbounce/config/autoconfig/AutoConfig.d.ts +3 -3
  6076. package/types/net/ccbluex/liquidbounce/config/gson/GsonInstanceKt.d.ts +4 -4
  6077. package/types/net/ccbluex/liquidbounce/config/gson/adapter/CodecBasedAdapter.d.ts +2 -2
  6078. package/types/net/ccbluex/liquidbounce/config/gson/adapter/Vec3iAdapter.d.ts +1 -1
  6079. package/types/net/ccbluex/liquidbounce/config/gson/serializer/ValueGroupSerializer.d.ts +4 -4
  6080. package/types/net/ccbluex/liquidbounce/config/gson/util/GsonExtensionsKt.d.ts +1 -1
  6081. package/types/net/ccbluex/liquidbounce/config/types/Config.d.ts +1 -1
  6082. package/types/net/ccbluex/liquidbounce/config/types/FileDialogMode.d.ts +1 -3
  6083. package/types/net/ccbluex/liquidbounce/config/types/FileValue.d.ts +2 -2
  6084. package/types/net/ccbluex/liquidbounce/config/types/RangedValue.d.ts +0 -5
  6085. package/types/net/ccbluex/liquidbounce/config/types/Value.d.ts +10 -10
  6086. package/types/net/ccbluex/liquidbounce/config/types/ValueKt.d.ts +1 -1
  6087. package/types/net/ccbluex/liquidbounce/config/types/ValueUtilsKt.d.ts +1 -1
  6088. package/types/net/ccbluex/liquidbounce/config/types/Vec3Value.d.ts +1 -1
  6089. package/types/net/ccbluex/liquidbounce/config/types/group/Mode.d.ts +2 -2
  6090. package/types/net/ccbluex/liquidbounce/config/types/group/ModeValueGroup.d.ts +1 -1
  6091. package/types/net/ccbluex/liquidbounce/config/types/group/NoneMode.d.ts +1 -1
  6092. package/types/net/ccbluex/liquidbounce/config/types/group/ToggleableValueGroup.d.ts +2 -2
  6093. package/types/net/ccbluex/liquidbounce/config/types/group/ValueGroup.d.ts +5 -5
  6094. package/types/net/ccbluex/liquidbounce/config/types/list/ListValue.d.ts +2 -2
  6095. package/types/net/ccbluex/liquidbounce/config/types/list/MultiChoiceListValue.d.ts +3 -3
  6096. package/types/net/ccbluex/liquidbounce/config/types/list/MutableListValue.d.ts +1 -1
  6097. package/types/net/ccbluex/liquidbounce/config/types/list/RegistryListValue.d.ts +1 -1
  6098. package/types/net/ccbluex/liquidbounce/config/types/list/RegistryMutableListValue.d.ts +5 -0
  6099. package/types/net/ccbluex/liquidbounce/config/utils/AutoCompletionProvider.d.ts +1 -1
  6100. package/types/net/ccbluex/liquidbounce/deeplearn/DeepLearningEngine.d.ts +1 -1
  6101. package/types/net/ccbluex/liquidbounce/deeplearn/ModelManager.d.ts +4 -4
  6102. package/types/net/ccbluex/liquidbounce/deeplearn/data/CombatSample.d.ts +3 -3
  6103. package/types/net/ccbluex/liquidbounce/deeplearn/listener/OverlayTrainingListener.d.ts +1 -1
  6104. package/types/net/ccbluex/liquidbounce/event/CancellableEvent.d.ts +3 -3
  6105. package/types/net/ccbluex/liquidbounce/event/CoroutineTicker.d.ts +2 -2
  6106. package/types/net/ccbluex/liquidbounce/event/CoroutineTickerKt.d.ts +4 -4
  6107. package/types/net/ccbluex/liquidbounce/event/Event.d.ts +1 -1
  6108. package/types/net/ccbluex/liquidbounce/event/EventHookRegistry.d.ts +1 -1
  6109. package/types/net/ccbluex/liquidbounce/event/EventKt.d.ts +1 -1
  6110. package/types/net/ccbluex/liquidbounce/event/EventListener.d.ts +4 -4
  6111. package/types/net/ccbluex/liquidbounce/event/EventListenerKt.d.ts +3 -2
  6112. package/types/net/ccbluex/liquidbounce/event/EventListenerNotListeningException.d.ts +1 -1
  6113. package/types/net/ccbluex/liquidbounce/event/EventListenerRunningContinuationInterceptor.d.ts +2 -3
  6114. package/types/net/ccbluex/liquidbounce/event/EventListenerScopeKt.d.ts +3 -3
  6115. package/types/net/ccbluex/liquidbounce/event/EventManager.d.ts +5 -5
  6116. package/types/net/ccbluex/liquidbounce/event/EventManagerKt.d.ts +1 -1
  6117. package/types/net/ccbluex/liquidbounce/event/EventState.d.ts +1 -1
  6118. package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$CancelPrevious.d.ts +1 -1
  6119. package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$DiscardLatest.d.ts +1 -1
  6120. package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$Parallel.d.ts +1 -1
  6121. package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$Suspend.d.ts +1 -1
  6122. package/types/net/ccbluex/liquidbounce/event/SuspendHandlersKt.d.ts +4 -4
  6123. package/types/net/ccbluex/liquidbounce/event/TickLoopTaskExecutor.d.ts +1 -1
  6124. package/types/net/ccbluex/liquidbounce/event/events/DrawOutlinesEvent.d.ts +3 -7
  6125. package/types/net/ccbluex/liquidbounce/event/events/GameRenderTaskQueueEvent.d.ts +1 -1
  6126. package/types/net/ccbluex/liquidbounce/event/events/PlayerInteractItemEvent.d.ts +1 -1
  6127. package/types/net/ccbluex/liquidbounce/event/events/SessionEvent.d.ts +1 -1
  6128. package/types/net/ccbluex/liquidbounce/event/events/TagEntityEvent.d.ts +2 -2
  6129. package/types/net/ccbluex/liquidbounce/features/account/AccountManager.d.ts +2 -2
  6130. package/types/net/ccbluex/liquidbounce/features/account/SessionWithServiceKt.d.ts +1 -1
  6131. package/types/net/ccbluex/liquidbounce/features/blink/BlinkManager.d.ts +1 -1
  6132. package/types/net/ccbluex/liquidbounce/features/blink/TrackedEntityPosition.d.ts +0 -10
  6133. package/types/net/ccbluex/liquidbounce/features/chat/AxochatClient$ChannelHandler.d.ts +8 -9
  6134. package/types/net/ccbluex/liquidbounce/features/chat/AxochatClient.d.ts +9 -9
  6135. package/types/net/ccbluex/liquidbounce/features/chat/packet/AxoUser.d.ts +1 -1
  6136. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SBanUserPacket.d.ts +1 -1
  6137. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SLoginJWTPacket.d.ts +1 -1
  6138. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SLoginMojangPacket.d.ts +1 -1
  6139. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SMessagePacket.d.ts +1 -1
  6140. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SPrivateMessagePacket.d.ts +1 -1
  6141. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SRequestJWTPacket.d.ts +1 -1
  6142. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SRequestMojangInfoPacket.d.ts +1 -1
  6143. package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SUnbanUserPacket.d.ts +1 -1
  6144. package/types/net/ccbluex/liquidbounce/features/chat/packet/PacketDeserializer.d.ts +4 -6
  6145. package/types/net/ccbluex/liquidbounce/features/chat/packet/PacketSerializer.d.ts +3 -3
  6146. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CErrorPacket.d.ts +1 -1
  6147. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CMessagePacket.d.ts +1 -1
  6148. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CMojangInfoPacket.d.ts +1 -1
  6149. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CNewJWTPacket.d.ts +1 -1
  6150. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CPrivateMessagePacket.d.ts +1 -1
  6151. package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CSuccessPacket.d.ts +1 -1
  6152. package/types/net/ccbluex/liquidbounce/features/command/AutoCompletionProvider.d.ts +2 -2
  6153. package/types/net/ccbluex/liquidbounce/features/command/Command$Factory.d.ts +2 -2
  6154. package/types/net/ccbluex/liquidbounce/features/command/Command.d.ts +6 -6
  6155. package/types/net/ccbluex/liquidbounce/features/command/CommandExecutor.d.ts +1 -1
  6156. package/types/net/ccbluex/liquidbounce/features/command/CommandManager$GlobalSettings.d.ts +0 -17
  6157. package/types/net/ccbluex/liquidbounce/features/command/CommandManager$ResolvedSubCommand.d.ts +13 -0
  6158. package/types/net/ccbluex/liquidbounce/features/command/CommandManager$TokenizationResult.d.ts +12 -0
  6159. package/types/net/ccbluex/liquidbounce/features/command/CommandManager.d.ts +6 -21
  6160. package/types/net/ccbluex/liquidbounce/features/command/Parameter$Verificator.d.ts +1 -1
  6161. package/types/net/ccbluex/liquidbounce/features/command/Parameter.d.ts +4 -4
  6162. package/types/net/ccbluex/liquidbounce/features/command/builder/CommandBuilder.d.ts +2 -2
  6163. package/types/net/ccbluex/liquidbounce/features/command/builder/KeyPrefixParts.d.ts +12 -0
  6164. package/types/net/ccbluex/liquidbounce/features/command/builder/ParameterBuilder$Companion.d.ts +5 -0
  6165. package/types/net/ccbluex/liquidbounce/features/command/builder/ParameterBuilder.d.ts +7 -2
  6166. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandBind.d.ts +1 -1
  6167. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandBinds.d.ts +1 -1
  6168. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandClear.d.ts +1 -1
  6169. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandConfig.d.ts +1 -1
  6170. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandDebug.d.ts +1 -1
  6171. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandFriend.d.ts +1 -1
  6172. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandHelp.d.ts +1 -1
  6173. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandHide.d.ts +1 -1
  6174. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandLocalConfig.d.ts +1 -1
  6175. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandPanic.d.ts +1 -1
  6176. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandTargets.d.ts +1 -1
  6177. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandToggle.d.ts +1 -1
  6178. package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandValue.d.ts +1 -1
  6179. package/types/net/ccbluex/liquidbounce/features/command/commands/client/client/CommandClient.d.ts +2 -2
  6180. package/types/net/ccbluex/liquidbounce/features/command/commands/client/client/CommandClientConfigSubcommand.d.ts +1 -1
  6181. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/CommandMarketplace.d.ts +1 -1
  6182. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceItemCommand.d.ts +1 -1
  6183. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceSearchCommand.d.ts +1 -1
  6184. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceSubscribeCommand.d.ts +1 -1
  6185. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceUnsubscribeCommand.d.ts +1 -1
  6186. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceUpdateCommand.d.ts +1 -1
  6187. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceCreateItemCommandKt.d.ts +1 -1
  6188. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceDeleteItemCommandKt.d.ts +1 -1
  6189. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceEditItemCommandKt.d.ts +1 -1
  6190. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceListCommandKt.d.ts +1 -1
  6191. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceListRevisionsCommand.d.ts +1 -1
  6192. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceRevisionsCommand.d.ts +1 -1
  6193. package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceUploadRevisionCommand.d.ts +1 -1
  6194. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandCenter.d.ts +1 -1
  6195. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandCoordinates.d.ts +1 -1
  6196. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandPing.d.ts +1 -1
  6197. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandRemoteView.d.ts +1 -1
  6198. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandServerInfo$DetectionType.d.ts +1 -1
  6199. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandServerInfo.d.ts +1 -1
  6200. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandTps.d.ts +1 -1
  6201. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandUsername.d.ts +1 -1
  6202. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemEnchant.d.ts +1 -1
  6203. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemGive.d.ts +1 -1
  6204. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemRename.d.ts +1 -1
  6205. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemSkull.d.ts +1 -1
  6206. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/CommandFakePlayer.d.ts +2 -2
  6207. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/FakePlayer.d.ts +33 -7
  6208. package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/MovingFakePlayer.d.ts +21 -3
  6209. package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandAutoAccount.d.ts +1 -1
  6210. package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandAutoDisable.d.ts +1 -1
  6211. package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandInvsee.d.ts +1 -1
  6212. package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandXRay.d.ts +1 -1
  6213. package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandPlayerTeleport.d.ts +1 -1
  6214. package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandTeleport.d.ts +1 -1
  6215. package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandVClip.d.ts +1 -1
  6216. package/types/net/ccbluex/liquidbounce/features/command/commands/translate/LanguageCodesKt.d.ts +1 -1
  6217. package/types/net/ccbluex/liquidbounce/features/command/preset/BuildPagedQueryCommandKt.d.ts +2 -3
  6218. package/types/net/ccbluex/liquidbounce/features/cosmetic/CapeCosmeticsManager.d.ts +2 -2
  6219. package/types/net/ccbluex/liquidbounce/features/cosmetic/CosmeticService.d.ts +4 -4
  6220. package/types/net/ccbluex/liquidbounce/features/creativetab/CustomCreativeModeTab.d.ts +1 -1
  6221. package/types/net/ccbluex/liquidbounce/features/creativetab/CustomCreativeModeTabs.d.ts +2 -2
  6222. package/types/net/ccbluex/liquidbounce/features/creativetab/tabs/HeadsCreativeModeTab.d.ts +1 -1
  6223. package/types/net/ccbluex/liquidbounce/features/global/GlobalManager.d.ts +1 -1
  6224. package/types/net/ccbluex/liquidbounce/features/global/GlobalSettingsClientChat.d.ts +1 -1
  6225. package/types/net/ccbluex/liquidbounce/features/global/GlobalSettingsRichPresence.d.ts +2 -2
  6226. package/types/net/ccbluex/liquidbounce/features/marketplace/MarketplaceManager.d.ts +1 -1
  6227. package/types/net/ccbluex/liquidbounce/features/marketplace/SubscribedItem.d.ts +2 -2
  6228. package/types/net/ccbluex/liquidbounce/features/misc/HideAppearance.d.ts +2 -2
  6229. package/types/net/ccbluex/liquidbounce/features/misc/Toggleable.d.ts +3 -3
  6230. package/types/net/ccbluex/liquidbounce/features/misc/proxy/Proxy$Companion.d.ts +1 -1
  6231. package/types/net/ccbluex/liquidbounce/features/misc/proxy/Proxy.d.ts +1 -1
  6232. package/types/net/ccbluex/liquidbounce/features/misc/proxy/ProxyManager.d.ts +4 -4
  6233. package/types/net/ccbluex/liquidbounce/features/misc/proxy/ProxyValidatorKt.d.ts +1 -1
  6234. package/types/net/ccbluex/liquidbounce/features/module/ClientModule.d.ts +8 -8
  6235. package/types/net/ccbluex/liquidbounce/features/module/MinecraftShortcuts.d.ts +1 -1
  6236. package/types/net/ccbluex/liquidbounce/features/module/ModuleManager.d.ts +1 -11
  6237. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAimbot.d.ts +1 -1
  6238. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker$AttackButton.d.ts +2 -2
  6239. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker$UseButton.d.ts +6 -6
  6240. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker.d.ts +1 -1
  6241. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoLeave.d.ts +1 -1
  6242. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoRod.d.ts +1 -1
  6243. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoShoot.d.ts +2 -2
  6244. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoWeapon.d.ts +5 -5
  6245. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleFakeLag.d.ts +1 -1
  6246. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleHitbox.d.ts +2 -2
  6247. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleKeepSprint.d.ts +1 -1
  6248. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleMaceKill.d.ts +1 -1
  6249. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleNoMissCooldown.d.ts +2 -2
  6250. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSuperKnockback.d.ts +1 -1
  6251. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSwordBlock.d.ts +2 -2
  6252. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTickBase$TickBaseCall.d.ts +0 -18
  6253. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTickBase.d.ts +1 -1
  6254. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTimerRange.d.ts +1 -1
  6255. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/ModuleAutoBow.d.ts +2 -2
  6256. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/autobow/AutoBowAimbotFeature.d.ts +1 -1
  6257. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/autobow/AutoBowFastChargeFeature.d.ts +1 -1
  6258. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/autoarmor/ModuleAutoArmor$UseHotbar.d.ts +2 -2
  6259. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/autoarmor/ModuleAutoArmor.d.ts +1 -1
  6260. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals$CriticalsSelectionMode.d.ts +1 -1
  6261. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals$VisualsValueGroup.d.ts +1 -1
  6262. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals.d.ts +1 -1
  6263. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsJump.d.ts +1 -1
  6264. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsNoGround.d.ts +1 -1
  6265. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsPacket.d.ts +1 -1
  6266. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +1 -1
  6267. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/CrystalAuraDamageOptions.d.ts +3 -3
  6268. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/DamageProvider.d.ts +2 -2
  6269. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/ModuleCrystalAura.d.ts +1 -1
  6270. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/PredictFeature.d.ts +5 -5
  6271. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleBasePlace$SimulateMovement.d.ts +6 -6
  6272. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleBasePlace.d.ts +5 -5
  6273. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleIdPredict$Rotate.d.ts +1 -1
  6274. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleIdPredict.d.ts +1 -1
  6275. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/destroy/CrystalAuraDestroyTargetFactory.d.ts +2 -2
  6276. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/PlacementPositionCandidate.d.ts +2 -2
  6277. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/SubmoduleCrystalPlacer.d.ts +1 -1
  6278. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/AirAboveCondition.d.ts +1 -1
  6279. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/AirOldVersionCondition.d.ts +1 -1
  6280. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/BasePlaceCondition.d.ts +1 -1
  6281. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/OnlyAboveCondition.d.ts +1 -1
  6282. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/PredictBlockageCondition.d.ts +1 -1
  6283. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/ValidHeightCondition.d.ts +1 -1
  6284. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalAuraSpeedDebugger.d.ts +1 -1
  6285. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalPostAttackTracker.d.ts +6 -6
  6286. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead.d.ts +2 -2
  6287. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/CrystalAuraTriggerer.d.ts +4 -4
  6288. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/Trigger.d.ts +1 -1
  6289. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/BlockChangeTrigger.d.ts +1 -1
  6290. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/ClientBlockBreakTrigger.d.ts +1 -1
  6291. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/CrystalDestroyTrigger.d.ts +1 -1
  6292. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/CrystalSpawnTrigger.d.ts +1 -1
  6293. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/EntityMoveTrigger.d.ts +1 -1
  6294. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/ExplodeSoundTrigger.d.ts +1 -1
  6295. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/SelfMoveTrigger.d.ts +1 -1
  6296. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/TickTrigger.d.ts +1 -1
  6297. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/elytratarget/ElytraRotationProcessor.d.ts +3 -3
  6298. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/elytratarget/ModuleElytraTarget.d.ts +2 -2
  6299. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraClicker$KillAuraClickerItemCooldown.d.ts +1 -1
  6300. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraClicker.d.ts +1 -1
  6301. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/ModuleKillAura.d.ts +6 -6
  6302. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/CombatContext.d.ts +1 -1
  6303. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraAutoBlock.d.ts +5 -5
  6304. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot$LeaderFollower.d.ts +3 -3
  6305. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot$TargetFilter.d.ts +3 -3
  6306. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot.d.ts +5 -5
  6307. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraNotifyWhenFail.d.ts +1 -1
  6308. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraRange.d.ts +3 -3
  6309. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraRangeIndicator.d.ts +1 -1
  6310. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/ModuleVelocity.d.ts +2 -2
  6311. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityAAC442.d.ts +1 -1
  6312. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityBlocksMC.d.ts +1 -2
  6313. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityGrim2344.d.ts +1 -1
  6314. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityHylex.d.ts +1 -2
  6315. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityIntave$JumpReset$Randomize.d.ts +2 -1
  6316. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityJumpReset.d.ts +1 -1
  6317. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityLag.d.ts +1 -1
  6318. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityModify.d.ts +0 -5
  6319. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityReduce.d.ts +1 -1
  6320. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityReversal.d.ts +1 -1
  6321. package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityStrafe.d.ts +1 -1
  6322. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAbortBreaking.d.ts +1 -1
  6323. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiHunger$NoSprint.d.ts +1 -1
  6324. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiHunger.d.ts +1 -1
  6325. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiReducedDebugInfo.d.ts +1 -1
  6326. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleClickTp.d.ts +1 -1
  6327. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleClip.d.ts +1 -1
  6328. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleDamage$DamageModeEnum.d.ts +0 -8
  6329. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleDamage.d.ts +2 -2
  6330. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleExtendedFirework.d.ts +3 -2
  6331. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleGhostHand.d.ts +1 -1
  6332. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleKick.d.ts +2 -2
  6333. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleMoreCarry.d.ts +1 -1
  6334. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleNameCollector.d.ts +1 -1
  6335. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleNoPitchLimit.d.ts +1 -1
  6336. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePingSpoof.d.ts +1 -1
  6337. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePlugins.d.ts +1 -1
  6338. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePortalMenu.d.ts +1 -1
  6339. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleResetVL.d.ts +1 -1
  6340. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleSleepWalker.d.ts +1 -1
  6341. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleTimeShift.d.ts +1 -1
  6342. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleVehicleOneHit.d.ts +2 -2
  6343. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/ModuleDisabler.d.ts +1 -1
  6344. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerAdvancedAntiCheat1910.d.ts +1 -1
  6345. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerCubeCraft.d.ts +19 -0
  6346. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerGrimSpectate.d.ts +2 -2
  6347. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerHypixel.d.ts +1 -1
  6348. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerLiveOverflow.d.ts +1 -1
  6349. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerMinelandFly.d.ts +2 -2
  6350. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerSpigotSpam.d.ts +1 -1
  6351. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerSwingOrder.d.ts +1 -1
  6352. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusCombat.d.ts +2 -2
  6353. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusExperimental.d.ts +1 -1
  6354. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusScaffoldG.d.ts +1 -1
  6355. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVulcanRiptide.d.ts +1 -1
  6356. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVulcanScaffold.d.ts +1 -1
  6357. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/dupe/exploits/DupeExploit.d.ts +1 -1
  6358. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/dupe/exploits/DupePaper1204.d.ts +1 -1
  6359. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/ModulePhase.d.ts +1 -1
  6360. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseBlink.d.ts +1 -1
  6361. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseBlocksMC.d.ts +4 -5
  6362. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseHypixel.d.ts +5 -5
  6363. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseIntave.d.ts +5 -6
  6364. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Bundle1214Exploit.d.ts +1 -1
  6365. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/GrimConsoleSpammer.d.ts +1 -1
  6366. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/InvalidPositionExploit.d.ts +1 -1
  6367. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Log4jChatExploit.d.ts +1 -1
  6368. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Log4jChatExploitKt.d.ts +1 -1
  6369. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/PaperWindow1201Exploit.d.ts +1 -1
  6370. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/PermissionsExPromoteExploit.d.ts +1 -1
  6371. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/TranslationSign18Exploit.d.ts +1 -1
  6372. package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/WorldEditCalcExploit.d.ts +1 -1
  6373. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleDankBobbing.d.ts +1 -1
  6374. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleDerp.d.ts +1 -1
  6375. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleHandDerp.d.ts +1 -1
  6376. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleSkinDerp.d.ts +1 -1
  6377. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleTwerk.d.ts +3 -3
  6378. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleVomit.d.ts +1 -1
  6379. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/ModuleNotebot.d.ts +1 -1
  6380. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/InstrumentNote$Companion.d.ts +8 -0
  6381. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/NbsKt.d.ts +1 -1
  6382. package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/SongData.d.ts +1 -1
  6383. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode$File.d.ts +1 -1
  6384. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode$Random.d.ts +0 -8
  6385. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode.d.ts +1 -1
  6386. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAntiCheatDetect.d.ts +2 -2
  6387. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAntiStaff.d.ts +1 -1
  6388. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoAccount.d.ts +1 -1
  6389. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoChatGame.d.ts +1 -1
  6390. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoConfig.d.ts +1 -1
  6391. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoPearl.d.ts +1 -1
  6392. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBetterTab.d.ts +3 -2
  6393. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBookBot$BookBuilder.d.ts +1 -2
  6394. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBookBot.d.ts +4 -3
  6395. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleEasyPearl.d.ts +1 -1
  6396. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleElytraSwap.d.ts +3 -2
  6397. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleFlagCheck.d.ts +1 -1
  6398. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleGUICloser.d.ts +1 -1
  6399. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleInventoryTracker.d.ts +1 -1
  6400. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleItemScroller.d.ts +1 -1
  6401. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleMacros.d.ts +1 -1
  6402. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleMiddleClickAction.d.ts +1 -1
  6403. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleNotifier.d.ts +1 -1
  6404. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModulePacketLogger.d.ts +1 -1
  6405. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleSpammer.d.ts +1 -1
  6406. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTargetLock.d.ts +1 -1
  6407. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTeams$Matches.d.ts +0 -15
  6408. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTeams.d.ts +1 -1
  6409. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTextFieldProtect.d.ts +1 -1
  6410. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TitleType.d.ts +1 -1
  6411. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TrackedInventory.d.ts +1 -1
  6412. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/ModuleAntiBot.d.ts +2 -2
  6413. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode$Armor$ArmorPredicate.d.ts +1 -1
  6414. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode$Name$CharacterValidator.d.ts +1 -6
  6415. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/IntaveHeavyAntiBotMode.d.ts +2 -2
  6416. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/betterchat/ModuleBetterChat.d.ts +2 -2
  6417. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/ModuleDebugRecorder$DebugRecorderMode.d.ts +1 -1
  6418. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatRecorder.d.ts +1 -1
  6419. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatTrainerRecorder.d.ts +2 -2
  6420. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/ModuleNameProtect.d.ts +1 -1
  6421. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/ModuleNameProtectKt.d.ts +1 -1
  6422. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/NameProtectMappings$ReplacementInstructions.d.ts +1 -1
  6423. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/NameProtectMappings.d.ts +2 -2
  6424. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/reporthelper/ReportHelperAutoConfirm$Heypixel.d.ts +1 -1
  6425. package/types/net/ccbluex/liquidbounce/features/module/modules/misc/reporthelper/ReportHelperAutoConfirm$Hypixel.d.ts +1 -1
  6426. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAnchor.d.ts +1 -1
  6427. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAntiBounce.d.ts +1 -1
  6428. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAntiLevitation.d.ts +1 -1
  6429. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAvoidHazards.d.ts +1 -1
  6430. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleBlockBounce.d.ts +1 -1
  6431. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleBlockWalk.d.ts +1 -1
  6432. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleElytraRecast.d.ts +2 -2
  6433. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleEntityControl.d.ts +1 -1
  6434. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Cancel.d.ts +1 -1
  6435. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Queue.d.ts +1 -1
  6436. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Stationary$FloatOffsetGenerator.d.ts +1 -1
  6437. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Stationary.d.ts +1 -1
  6438. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze.d.ts +1 -1
  6439. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoClip.d.ts +1 -1
  6440. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoJumpDelay.d.ts +1 -1
  6441. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoPose.d.ts +2 -2
  6442. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoPush.d.ts +1 -1
  6443. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleParkour.d.ts +1 -1
  6444. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSafeWalk$OnEdge.d.ts +1 -1
  6445. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSafeWalk.d.ts +1 -1
  6446. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSnapTap$AxisState.d.ts +10 -0
  6447. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSnapTap.d.ts +19 -0
  6448. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSneak.d.ts +1 -1
  6449. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSprint.d.ts +1 -1
  6450. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleStrafe.d.ts +1 -1
  6451. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleTargetStrafe.d.ts +2 -2
  6452. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleTeleport.d.ts +1 -1
  6453. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleBoost.d.ts +1 -1
  6454. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleControl$Rehook.d.ts +2 -2
  6455. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleControl.d.ts +1 -1
  6456. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/DodgePlan.d.ts +1 -1
  6457. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/ModuleAutoDodge$EvadingPacket.d.ts +1 -1
  6458. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/ModuleAutoDodge.d.ts +1 -1
  6459. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/avoidhazards/AvoidHazardInputPlanner.d.ts +1 -1
  6460. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/avoidhazards/LadderClimbStateKt.d.ts +1 -1
  6461. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/ModuleElytraFly.d.ts +2 -2
  6462. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/modes/ElytraFlyModeStatic$Glide.d.ts +2 -2
  6463. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/modes/ElytraFlyModeStatic.d.ts +1 -1
  6464. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/ModuleFly.d.ts +2 -2
  6465. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/FlyExplosion.d.ts +1 -1
  6466. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/grim/FlyGrim2373Jan15.d.ts +6 -6
  6467. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/grim/FlyGrim2859V.d.ts +5 -5
  6468. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/hypixel/FlyHypixel.d.ts +4 -5
  6469. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/hypixel/FlyHypixelFlat.d.ts +4 -5
  6470. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/polar/FlyHycraftDamage.d.ts +0 -8
  6471. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel10thMar.d.ts +9 -5
  6472. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel20thApr.d.ts +8 -5
  6473. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel26thDec.d.ts +9 -5
  6474. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel27thJan.d.ts +10 -6
  6475. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/spartan/FlySpartan524.d.ts +5 -5
  6476. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/specific/FlyNcpClip.d.ts +1 -1
  6477. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/verus/FlyVerusB3869Flat.d.ts +5 -5
  6478. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/verus/FlyVerusB3896Damage.d.ts +5 -5
  6479. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan277.d.ts +5 -5
  6480. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286.d.ts +5 -5
  6481. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286MC18.d.ts +6 -7
  6482. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286Teleport.d.ts +6 -7
  6483. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/highjump/ModuleHighJump$Vulcan.d.ts +5 -5
  6484. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/highjump/ModuleHighJump.d.ts +1 -1
  6485. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/ModuleInventoryMove.d.ts +2 -2
  6486. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/features/InventoryMoveSneakControlFeature$SneakMode.d.ts +0 -19
  6487. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/features/InventoryMoveSprintControlFeature$SprintMode.d.ts +0 -19
  6488. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/ModuleLiquidWalk.d.ts +3 -3
  6489. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkNoCheatPlus.d.ts +4 -4
  6490. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkVerusB3901.d.ts +4 -4
  6491. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkVulcan291.d.ts +2 -4
  6492. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/Matrix7145FlagLongJump.d.ts +4 -4
  6493. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/VulcanLongJump.d.ts +4 -4
  6494. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/nocheatplus/NoCheatPlusBoost.d.ts +4 -4
  6495. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/nocheatplus/NoCheatPlusBow.d.ts +4 -4
  6496. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/ModuleNoSlow.d.ts +1 -1
  6497. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/NoSlowUseActionHandler.d.ts +1 -1
  6498. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/blocking/NoSlowBlockIntave14.d.ts +1 -1
  6499. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeIntave14.d.ts +1 -1
  6500. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeJump.d.ts +1 -1
  6501. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeRelease.d.ts +1 -1
  6502. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowNoBlockInteract.d.ts +1 -1
  6503. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2360.d.ts +3 -3
  6504. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2364MC18.d.ts +3 -3
  6505. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2371.d.ts +1 -1
  6506. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/ModuleNoWeb.d.ts +2 -2
  6507. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebAir.d.ts +1 -1
  6508. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebGrimBreak.d.ts +2 -4
  6509. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebIntave14.d.ts +1 -1
  6510. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebPlaceWater.d.ts +1 -1
  6511. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebStrafe.d.ts +1 -1
  6512. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed$OnlyInCombat.d.ts +1 -1
  6513. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed$OnlyOnPotionEffect.d.ts +1 -1
  6514. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed.d.ts +1 -1
  6515. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/SpeedAntiCornerBump.d.ts +5 -5
  6516. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/SpeedYawOffset.d.ts +1 -1
  6517. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/SpeedCustom.d.ts +1 -1
  6518. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/blocksmc/SpeedBlocksMC.d.ts +1 -2
  6519. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/hylex/SpeedHylexGround.d.ts +1 -2
  6520. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/hylex/SpeedHylexLowHop.d.ts +1 -2
  6521. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14$AirBoost.d.ts +2 -1
  6522. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14$Strafe.d.ts +2 -1
  6523. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14.d.ts +1 -1
  6524. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14Fast.d.ts +1 -1
  6525. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/matrix/SpeedMatrix7.d.ts +1 -1
  6526. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP$Boost.d.ts +2 -1
  6527. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP$PullDown.d.ts +2 -1
  6528. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP.d.ts +1 -1
  6529. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/sentinel/SpeedSentinelDamage.d.ts +4 -4
  6530. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/spartan/SpeedSpartanV4043.d.ts +5 -5
  6531. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/spartan/SpeedSpartanV4043FastFall.d.ts +5 -5
  6532. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/verus/SpeedVerusB3882.d.ts +4 -4
  6533. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcan286.d.ts +1 -1
  6534. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcan288.d.ts +1 -1
  6535. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcanGround286.d.ts +5 -5
  6536. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/watchdog/SpeedHypixelBHop.d.ts +5 -5
  6537. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/watchdog/SpeedHypixelLowHop.d.ts +4 -4
  6538. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/ModuleSpider.d.ts +1 -1
  6539. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/modes/SpiderPolar29thMarch2025.d.ts +3 -4
  6540. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/modes/SpiderVulcan288.d.ts +3 -4
  6541. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleReverseStep.d.ts +1 -1
  6542. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$BlocksMC.d.ts +1 -1
  6543. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$Hypixel.d.ts +1 -1
  6544. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$Vulcan286.d.ts +1 -1
  6545. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep.d.ts +1 -1
  6546. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/ModuleTerrainSpeed.d.ts +1 -1
  6547. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb$Clip.d.ts +1 -1
  6548. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb$Motion.d.ts +1 -1
  6549. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb.d.ts +1 -1
  6550. package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/icespeed/IceSpeed.d.ts +1 -1
  6551. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAntiAFK.d.ts +1 -1
  6552. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAntiExploit.d.ts +2 -2
  6553. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoBreak.d.ts +1 -1
  6554. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoCrafter.d.ts +7 -0
  6555. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoFish$PullTriggerSoundDistance.d.ts +1 -1
  6556. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoFish.d.ts +1 -1
  6557. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoRespawn.d.ts +1 -1
  6558. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoWalk.d.ts +1 -1
  6559. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoWindCharge.d.ts +2 -2
  6560. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleBlink.d.ts +1 -1
  6561. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleChestCleaner.d.ts +1 -1
  6562. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleEagle.d.ts +1 -1
  6563. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastExp$NoWaste.d.ts +2 -2
  6564. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastExp.d.ts +1 -1
  6565. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastUse$Immediate.d.ts +1 -1
  6566. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastUse.d.ts +1 -1
  6567. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoBlockInteract.d.ts +1 -1
  6568. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoEntityInteract.d.ts +1 -1
  6569. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoRotateSet.d.ts +1 -1
  6570. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModulePotionSpoof.d.ts +1 -1
  6571. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleReach.d.ts +1 -1
  6572. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleReplenish.d.ts +1 -1
  6573. package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleSmartEat.d.ts +1 -1
  6574. package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/ModuleAntiVoid.d.ts +1 -1
  6575. package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidBlinkMode.d.ts +1 -1
  6576. package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidGhostBlockMode.d.ts +1 -1
  6577. package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidMode.d.ts +1 -1
  6578. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/Buff.d.ts +2 -2
  6579. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/HealthBasedBuff.d.ts +2 -2
  6580. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff$AutoSwap.d.ts +3 -3
  6581. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff$Rotations.d.ts +1 -1
  6582. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff.d.ts +2 -2
  6583. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/features/Head.d.ts +1 -1
  6584. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/features/Pot.d.ts +1 -1
  6585. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/presets/AutoQueueCustom.d.ts +2 -2
  6586. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerItem.d.ts +1 -1
  6587. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerMessage.d.ts +1 -1
  6588. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerTabFooter.d.ts +1 -1
  6589. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerTabHeader.d.ts +1 -1
  6590. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopConfig.d.ts +3 -2
  6591. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopItemUtilsKt.d.ts +1 -1
  6592. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop$PurchaseSimulationResult.d.ts +12 -0
  6593. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop.d.ts +3 -3
  6594. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ShopConfigPreset.d.ts +4 -2
  6595. package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/TierItemUtilsKt.d.ts +1 -1
  6596. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Distance$StartItem.d.ts +23 -0
  6597. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Distance.d.ts +14 -0
  6598. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Index$Order.d.ts +42 -0
  6599. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Index.d.ts +11 -0
  6600. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Random.d.ts +8 -0
  6601. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$SelectionMode.d.ts +5 -17
  6602. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer.d.ts +3 -3
  6603. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura.d.ts +1 -1
  6604. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureSilentScreen.d.ts +2 -2
  6605. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/CleanupPlanPlacementTemplate.d.ts +3 -3
  6606. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/InventoryCleanupPlan.d.ts +2 -2
  6607. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemAndComponents.d.ts +1 -1
  6608. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemNumberConstraintGroup.d.ts +3 -3
  6609. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemPacker$ItemAmountConstraintProvider$SatisfactionStatus.d.ts +0 -15
  6610. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemPacker.d.ts +3 -3
  6611. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemSortChoice.d.ts +1 -1
  6612. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemType.d.ts +2 -2
  6613. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ModuleInventoryCleaner.d.ts +1 -1
  6614. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/ArmorItemFacet.d.ts +1 -1
  6615. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/ItemFacet.d.ts +0 -5
  6616. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/MaceItemFacet.d.ts +2 -2
  6617. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SpearItemFacet$Companion.d.ts +1 -1
  6618. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SpearItemFacet.d.ts +1 -1
  6619. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SwordItemFacet.d.ts +1 -1
  6620. package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/WeaponItemFacet$Companion.d.ts +1 -1
  6621. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +0 -10
  6622. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall.d.ts +2 -2
  6623. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallBlink.d.ts +1 -1
  6624. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallForceJump.d.ts +2 -2
  6625. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallGrim2371.d.ts +1 -1
  6626. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMLG$PickupWater.d.ts +1 -1
  6627. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMLG.d.ts +2 -1
  6628. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMount$AutoDismount.d.ts +1 -1
  6629. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMount.d.ts +1 -1
  6630. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallRettungsplatform.d.ts +1 -1
  6631. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpartan524Flag.d.ts +5 -5
  6632. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpoofGround.d.ts +1 -1
  6633. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpoofLanding.d.ts +1 -1
  6634. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVerus.d.ts +4 -4
  6635. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVulcan.d.ts +4 -4
  6636. package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVulcanTP.d.ts +4 -4
  6637. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$LastSwitch.d.ts +14 -0
  6638. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$Mode.d.ts +1 -1
  6639. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$SwitchMode.d.ts +0 -26
  6640. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand.d.ts +3 -4
  6641. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/Totem$Health.d.ts +1 -1
  6642. package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/Totem.d.ts +3 -3
  6643. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$AnimationMode.d.ts +1 -1
  6644. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$OneSevenAnimation.d.ts +1 -1
  6645. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$PushdownAnimation.d.ts +1 -1
  6646. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations.d.ts +2 -2
  6647. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAntiBlind.d.ts +2 -2
  6648. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAspect.d.ts +1 -1
  6649. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAutoF5.d.ts +1 -1
  6650. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$BoxMode.d.ts +3 -3
  6651. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$GlowMode.d.ts +14 -0
  6652. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$Mode.d.ts +2 -2
  6653. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP.d.ts +1 -1
  6654. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockOutline.d.ts +1 -1
  6655. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBreadcrumbs.d.ts +2 -2
  6656. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleChams.d.ts +1 -1
  6657. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleClickGui.d.ts +1 -1
  6658. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCombineMobs.d.ts +1 -1
  6659. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCrystalView.d.ts +1 -1
  6660. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$CustomLightmap.d.ts +3 -3
  6661. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$FogValueGroup.d.ts +4 -3
  6662. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience.d.ts +1 -1
  6663. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDamageParticles.d.ts +1 -1
  6664. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDebug.d.ts +0 -7
  6665. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$CameraInteract.d.ts +1 -1
  6666. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$CancelOn.d.ts +1 -1
  6667. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$Navigation.d.ts +3 -3
  6668. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam.d.ts +2 -2
  6669. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFullBright$FullBrightGamma.d.ts +1 -1
  6670. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFullBright.d.ts +1 -1
  6671. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHoleESP.d.ts +1 -1
  6672. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHud$Blur.d.ts +1 -1
  6673. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHud.d.ts +2 -2
  6674. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemChams.d.ts +2 -2
  6675. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemESP.d.ts +0 -7
  6676. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemTags$MergeMode.d.ts +0 -15
  6677. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemTags.d.ts +1 -1
  6678. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleLogoffSpot.d.ts +1 -1
  6679. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleMobOwners.d.ts +1 -1
  6680. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNewChunks.d.ts +1 -1
  6681. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoBob.d.ts +1 -1
  6682. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoFov.d.ts +1 -1
  6683. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoHurtCam.d.ts +1 -1
  6684. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoSwing.d.ts +1 -1
  6685. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleParticles$BuiltinParticle.d.ts +0 -17
  6686. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleParticles.d.ts +0 -9
  6687. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleProtectionZones.d.ts +1 -1
  6688. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleRadar.d.ts +0 -7
  6689. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleRotations.d.ts +2 -2
  6690. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleSilentHotbar.d.ts +1 -1
  6691. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleSmoothCamera.d.ts +1 -1
  6692. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP$BoxMode.d.ts +3 -3
  6693. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP$GlowMode.d.ts +2 -2
  6694. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP.d.ts +1 -1
  6695. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTNTTimer.d.ts +2 -2
  6696. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTracers.d.ts +1 -1
  6697. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTrueSight.d.ts +1 -1
  6698. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleVoidESP.d.ts +1 -1
  6699. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleXRay.d.ts +3 -3
  6700. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleZoom.d.ts +1 -1
  6701. package/types/net/ccbluex/liquidbounce/features/module/modules/render/cameraclip/ModuleCameraClip.d.ts +1 -1
  6702. package/types/net/ccbluex/liquidbounce/features/module/modules/render/cameraclip/ScrollAdjustOptions.d.ts +1 -1
  6703. package/types/net/ccbluex/liquidbounce/features/module/modules/render/esp/ModuleESP.d.ts +3 -3
  6704. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/HatsMode.d.ts +1 -1
  6705. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/ModuleHats.d.ts +1 -1
  6706. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsCone.d.ts +1 -1
  6707. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsFlower.d.ts +1 -1
  6708. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsHalo.d.ts +1 -1
  6709. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsOrbs.d.ts +1 -1
  6710. package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsStar.d.ts +1 -1
  6711. package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/ModuleNametags.d.ts +4 -4
  6712. package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagEquipment.d.ts +0 -5
  6713. package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagRenderState$Equipments.d.ts +3 -3
  6714. package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagRenderState.d.ts +2 -2
  6715. package/types/net/ccbluex/liquidbounce/features/module/modules/render/trajectories/ModuleTrajectories.d.ts +2 -2
  6716. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAirPlace.d.ts +1 -1
  6717. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAutoDisable.d.ts +0 -9
  6718. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAutoTool.d.ts +1 -1
  6719. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockIn.d.ts +1 -1
  6720. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$DoublePlace.d.ts +0 -13
  6721. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$PlaceAt.d.ts +0 -10
  6722. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$PlacePriority.d.ts +1 -1
  6723. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap.d.ts +1 -1
  6724. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleExtinguish.d.ts +1 -1
  6725. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastBreak$AbortAnother.d.ts +1 -1
  6726. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastBreak.d.ts +3 -1
  6727. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastPlace.d.ts +1 -1
  6728. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleHoleFiller$Features.d.ts +0 -29
  6729. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleHoleFiller.d.ts +1 -1
  6730. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleLiquidFiller.d.ts +7 -0
  6731. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleLiquidPlace.d.ts +1 -1
  6732. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleNoInterpolation.d.ts +1 -1
  6733. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleNoSlowBreak.d.ts +1 -1
  6734. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleProjectilePuncher.d.ts +2 -2
  6735. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleStrongholdFinder.d.ts +1 -1
  6736. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround$Features.d.ts +0 -24
  6737. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround$Protect.d.ts +1 -1
  6738. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround.d.ts +1 -1
  6739. package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleTimer.d.ts +1 -1
  6740. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autobuild/ModuleAutoBuild.d.ts +1 -1
  6741. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autobuild/NetherPortal.d.ts +3 -3
  6742. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/AutoFarmAutoWalk.d.ts +1 -1
  6743. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/AutoFarmHelperKt.d.ts +3 -3
  6744. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/HarvestAction.d.ts +0 -10
  6745. package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/ModuleAutoFarm.d.ts +2 -2
  6746. package/types/net/ccbluex/liquidbounce/features/module/modules/world/automobheal/AutoMobHeal$HealTarget.d.ts +3 -3
  6747. package/types/net/ccbluex/liquidbounce/features/module/modules/world/automobheal/AutoMobHeal.d.ts +1 -1
  6748. package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$FuckerEntrance.d.ts +2 -2
  6749. package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$SurroundingInfo.d.ts +1 -1
  6750. package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$SurroundingPath.d.ts +1 -1
  6751. package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker.d.ts +1 -1
  6752. package/types/net/ccbluex/liquidbounce/features/module/modules/world/nuker/ModuleNuker.d.ts +2 -2
  6753. package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/FailProcedure.d.ts +2 -2
  6754. package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/MineRotationMode.d.ts +1 -1
  6755. package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/ModulePacketMine.d.ts +2 -2
  6756. package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/tool/MineToolMode.d.ts +1 -1
  6757. package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/tool/SwitchMethod.d.ts +0 -5
  6758. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold$SameYMode.d.ts +0 -16
  6759. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold$ScaffoldRotationValueGroup$RotationTimingMode.d.ts +0 -15
  6760. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold.d.ts +5 -5
  6761. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ScaffoldBlockItemSelection.d.ts +1 -1
  6762. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ScaffoldMovementPlanner.d.ts +4 -3
  6763. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldMovementPrediction.d.ts +1 -1
  6764. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldSprintControlFeature$SprintMode.d.ts +0 -30
  6765. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldSprintControlFeature.d.ts +1 -1
  6766. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldExpandTechnique.d.ts +1 -1
  6767. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldGodBridgeTechnique$Mode.d.ts +0 -5
  6768. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldNormalTechnique.d.ts +1 -1
  6769. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldTechnique.d.ts +1 -1
  6770. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/normal/ScaffoldDownFeature.d.ts +1 -1
  6771. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/normal/ScaffoldTellyFeature.d.ts +2 -2
  6772. package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/tower/ScaffoldTower.d.ts +1 -1
  6773. package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/BlockChangeIntent.d.ts +1 -1
  6774. package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/IntentTiming.d.ts +0 -5
  6775. package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/ModuleAutoTrap.d.ts +1 -1
  6776. package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/traps/TrapPlanner.d.ts +1 -1
  6777. package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/traps/TrapPlayerSimulation.d.ts +1 -1
  6778. package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferExploitPreventerModule.d.ts +3 -3
  6779. package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferFingerprint.d.ts +1 -1
  6780. package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferManager.d.ts +1 -1
  6781. package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferResourcePack.d.ts +1 -1
  6782. package/types/net/ccbluex/liquidbounce/injection/mixins/minecraft/gui/MixinHudAccessor.d.ts +3 -0
  6783. package/types/net/ccbluex/liquidbounce/integration/backend/BrowserAccelerationFlags.d.ts +1 -1
  6784. package/types/net/ccbluex/liquidbounce/integration/backend/BrowserBackend.d.ts +4 -4
  6785. package/types/net/ccbluex/liquidbounce/integration/backend/BrowserBackendManager.d.ts +4 -4
  6786. package/types/net/ccbluex/liquidbounce/integration/backend/BrowserTexture.d.ts +1 -1
  6787. package/types/net/ccbluex/liquidbounce/integration/backend/backends/cef/CefBrowser.d.ts +2 -1
  6788. package/types/net/ccbluex/liquidbounce/integration/backend/backends/cef/CefBrowserBackend.d.ts +3 -3
  6789. package/types/net/ccbluex/liquidbounce/integration/backend/backends/external/ExternalSystemBrowserBackend.d.ts +1 -1
  6790. package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +10 -10
  6791. package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserRenderer.d.ts +1 -1
  6792. package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserSettings.d.ts +1 -1
  6793. package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserViewport$Companion.d.ts +1 -1
  6794. package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserViewport.d.ts +5 -5
  6795. package/types/net/ccbluex/liquidbounce/integration/backend/browser/GlobalBrowserSettings.d.ts +2 -2
  6796. package/types/net/ccbluex/liquidbounce/integration/backend/input/InputAcceptor.d.ts +2 -2
  6797. package/types/net/ccbluex/liquidbounce/integration/backend/input/InputHandler.d.ts +8 -8
  6798. package/types/net/ccbluex/liquidbounce/integration/backend/input/InputListener.d.ts +1 -1
  6799. package/types/net/ccbluex/liquidbounce/integration/interop/ClientInteropServer.d.ts +3 -2
  6800. package/types/net/ccbluex/liquidbounce/integration/interop/middleware/AuthMiddleware.d.ts +1 -1
  6801. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/event/WebSocketEvent.d.ts +2 -2
  6802. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/HttpHelperKt.d.ts +1 -1
  6803. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/client/LocalStorageData.d.ts +1 -1
  6804. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/ActiveServerList.d.ts +1 -1
  6805. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/InputFunctionsKt.d.ts +1 -1
  6806. package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/ScoreboardData.d.ts +3 -3
  6807. package/types/net/ccbluex/liquidbounce/integration/screen/ScreenManager.d.ts +1 -23
  6808. package/types/net/ccbluex/liquidbounce/integration/screen/impl/CustomOverlay.d.ts +1 -1
  6809. package/types/net/ccbluex/liquidbounce/integration/task/MCEFProgressForwarder.d.ts +5 -5
  6810. package/types/net/ccbluex/liquidbounce/integration/task/TaskManager.d.ts +6 -6
  6811. package/types/net/ccbluex/liquidbounce/integration/task/TaskProgressScreen.d.ts +1 -1
  6812. package/types/net/ccbluex/liquidbounce/integration/task/type/ResourceTask.d.ts +2 -2
  6813. package/types/net/ccbluex/liquidbounce/integration/task/type/Task.d.ts +5 -5
  6814. package/types/net/ccbluex/liquidbounce/integration/theme/Theme.d.ts +2 -2
  6815. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Image.d.ts +1 -1
  6816. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Minecraft.d.ts +1 -1
  6817. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Shader.d.ts +1 -1
  6818. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +2 -2
  6819. package/types/net/ccbluex/liquidbounce/integration/theme/ThemeManager.d.ts +3 -15
  6820. package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponent.d.ts +1 -1
  6821. package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory$JsonHudComponentFactory.d.ts +1 -1
  6822. package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory$NativeHudComponentFactory.d.ts +1 -1
  6823. package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory.d.ts +1 -1
  6824. package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentTweak.d.ts +1 -10
  6825. package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapHeightmapManager.d.ts +1 -1
  6826. package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager$AtlasPosition.d.ts +1 -1
  6827. package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager.d.ts +1 -1
  6828. package/types/net/ccbluex/liquidbounce/interfaces/ItemCooldownsAddition$Entry.d.ts +1 -0
  6829. package/types/net/ccbluex/liquidbounce/lang/ClientLanguage.d.ts +2 -1
  6830. package/types/net/ccbluex/liquidbounce/mcef/MCEFAccelerationSupport$Support.d.ts +1 -0
  6831. package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +2 -0
  6832. package/types/net/ccbluex/liquidbounce/mcef/cef/AcceleratedPaintFrame.d.ts +1 -0
  6833. package/types/net/ccbluex/liquidbounce/mcef/cef/MCEFGpuTexture.d.ts +13 -0
  6834. package/types/net/ccbluex/liquidbounce/mcef/cef/MCEFRenderer.d.ts +7 -4
  6835. package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend.d.ts +1 -5
  6836. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$ContentRange.d.ts +1 -0
  6837. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$Metadata.d.ts +1 -0
  6838. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$Part.d.ts +1 -0
  6839. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +2 -1
  6840. package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RangeProbe.d.ts +1 -0
  6841. package/types/net/ccbluex/liquidbounce/render/AbstractFontRenderer$DrawParameters.d.ts +0 -11
  6842. package/types/net/ccbluex/liquidbounce/render/AbstractFontRenderer.d.ts +0 -15
  6843. package/types/net/ccbluex/liquidbounce/render/BoxVertexIterator.d.ts +2 -2
  6844. package/types/net/ccbluex/liquidbounce/render/CachedMeshStorage$UploadContext.d.ts +17 -0
  6845. package/types/net/ccbluex/liquidbounce/render/CachedMeshStorage.d.ts +32 -0
  6846. package/types/net/ccbluex/liquidbounce/render/ClientRenderPipelines$JCEF.d.ts +1 -1
  6847. package/types/net/ccbluex/liquidbounce/render/ClientRenderPipelines.d.ts +3 -3
  6848. package/types/net/ccbluex/liquidbounce/render/ClientUniformDefine.d.ts +2 -0
  6849. package/types/net/ccbluex/liquidbounce/render/ClientVertexFormats.d.ts +3 -3
  6850. package/types/net/ccbluex/liquidbounce/render/DrawMode.d.ts +1 -1
  6851. package/types/net/ccbluex/liquidbounce/render/FontFace.d.ts +3 -3
  6852. package/types/net/ccbluex/liquidbounce/render/GenericColorMode.d.ts +1 -1
  6853. package/types/net/ccbluex/liquidbounce/render/GpuBufferRecycler$PendingRecycle.d.ts +14 -0
  6854. package/types/net/ccbluex/liquidbounce/render/GpuBufferRecycler.d.ts +11 -0
  6855. package/types/net/ccbluex/liquidbounce/render/GrowableMappableRingBuffer$GrowPolicy.d.ts +1 -1
  6856. package/types/net/ccbluex/liquidbounce/render/GrowableMappableRingBuffer.d.ts +11 -9
  6857. package/types/net/ccbluex/liquidbounce/render/Render2DKt.d.ts +4 -4
  6858. package/types/net/ccbluex/liquidbounce/render/Render3DKt.d.ts +1 -1
  6859. package/types/net/ccbluex/liquidbounce/render/RenderBufferKey.d.ts +1 -1
  6860. package/types/net/ccbluex/liquidbounce/render/RenderPassExtensionsKt.d.ts +17 -17
  6861. package/types/net/ccbluex/liquidbounce/render/RenderShortcutsKt.d.ts +19 -18
  6862. package/types/net/ccbluex/liquidbounce/render/StaticGpuBufferPool$Pool.d.ts +15 -0
  6863. package/types/net/ccbluex/liquidbounce/render/StaticGpuBufferPool.d.ts +11 -0
  6864. package/types/net/ccbluex/liquidbounce/render/VertexBuilderKt.d.ts +3 -4
  6865. package/types/net/ccbluex/liquidbounce/render/WorldRenderEnvironment.d.ts +8 -8
  6866. package/types/net/ccbluex/liquidbounce/render/engine/LazyRenderTargetHolder.d.ts +3 -3
  6867. package/types/net/ccbluex/liquidbounce/render/engine/OutlineShaderRenderer.d.ts +2 -1
  6868. package/types/net/ccbluex/liquidbounce/render/engine/OverlayShaderRenderer.d.ts +1 -1
  6869. package/types/net/ccbluex/liquidbounce/render/engine/font/DynamicAtlasAllocator.d.ts +2 -2
  6870. package/types/net/ccbluex/liquidbounce/render/engine/font/FontRenderer.d.ts +1 -1
  6871. package/types/net/ccbluex/liquidbounce/render/engine/font/FontStyle.d.ts +0 -8
  6872. package/types/net/ccbluex/liquidbounce/render/engine/font/GlyphPage$Companion.d.ts +1 -1
  6873. package/types/net/ccbluex/liquidbounce/render/engine/font/GlyphRenderInfo.d.ts +4 -4
  6874. package/types/net/ccbluex/liquidbounce/render/engine/font/HorizontalAnchor.d.ts +1 -1
  6875. package/types/net/ccbluex/liquidbounce/render/engine/font/StaticGlyphPage.d.ts +2 -2
  6876. package/types/net/ccbluex/liquidbounce/render/engine/font/VerticalAnchor.d.ts +1 -1
  6877. package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/CharCacheData.d.ts +1 -1
  6878. package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/DynamicGlyphPage.d.ts +2 -2
  6879. package/types/net/ccbluex/liquidbounce/render/engine/font/processor/ProcessedText.d.ts +2 -2
  6880. package/types/net/ccbluex/liquidbounce/render/engine/font/processor/TextProcessor$Companion.d.ts +1 -1
  6881. package/types/net/ccbluex/liquidbounce/render/engine/font/processor/TextProcessor.d.ts +2 -2
  6882. package/types/net/ccbluex/liquidbounce/render/engine/type/BoundingBox2s.d.ts +1 -0
  6883. package/types/net/ccbluex/liquidbounce/render/engine/type/Color4b.d.ts +8 -10
  6884. package/types/net/ccbluex/liquidbounce/render/engine/type/UV2f.d.ts +13 -9
  6885. package/types/net/ccbluex/liquidbounce/render/gui/Atlas.d.ts +1 -1
  6886. package/types/net/ccbluex/liquidbounce/render/gui/GuiCircleLutAtlas$Allocation.d.ts +1 -1
  6887. package/types/net/ccbluex/liquidbounce/render/gui/GuiCircleLutAtlas.d.ts +3 -3
  6888. package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListLayoutKt.d.ts +1 -1
  6889. package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListRenderState.d.ts +14 -14
  6890. package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListRenderer$BackgroundMode.d.ts +1 -1
  6891. package/types/net/ccbluex/liquidbounce/render/gui/ItemTextureRenderer.d.ts +2 -4
  6892. package/types/net/ccbluex/liquidbounce/render/gui/element/CircleGuiElementRenderState.d.ts +1 -0
  6893. package/types/net/ccbluex/liquidbounce/render/gui/element/LineGuiElementRenderState.d.ts +3 -0
  6894. package/types/net/ccbluex/liquidbounce/render/gui/element/QuadGuiElementRenderState.d.ts +1 -0
  6895. package/types/net/ccbluex/liquidbounce/render/gui/element/RoundedRectGuiElementRenderState.d.ts +1 -0
  6896. package/types/net/ccbluex/liquidbounce/render/gui/element/TexQuadGuiElementRenderState.d.ts +1 -0
  6897. package/types/net/ccbluex/liquidbounce/render/gui/element/TriangleGuiElementRenderState.d.ts +1 -0
  6898. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$DefaultUploader.d.ts +15 -0
  6899. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$IndexUploader.d.ts +7 -0
  6900. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$MeshIndexBinding.d.ts +12 -0
  6901. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$VertexUploader.d.ts +7 -0
  6902. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw.d.ts +16 -22
  6903. package/types/net/ccbluex/liquidbounce/script/PolyglotScript$RegisterScript.d.ts +2 -2
  6904. package/types/net/ccbluex/liquidbounce/script/PolyglotScript.d.ts +7 -7
  6905. package/types/net/ccbluex/liquidbounce/script/ScriptApiRequired.d.ts +1 -1
  6906. package/types/net/ccbluex/liquidbounce/script/ScriptManager.d.ts +10 -10
  6907. package/types/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.d.ts +2 -2
  6908. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.d.ts +6 -6
  6909. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.d.ts +1 -1
  6910. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.d.ts +2 -2
  6911. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.d.ts +1 -1
  6912. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.d.ts +1 -1
  6913. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.d.ts +2 -2
  6914. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.d.ts +1 -1
  6915. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.d.ts +6 -18
  6916. package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.d.ts +4 -4
  6917. package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.d.ts +2 -2
  6918. package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.d.ts +2 -2
  6919. package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.d.ts +1 -1
  6920. package/types/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.d.ts +1 -1
  6921. package/types/net/ccbluex/liquidbounce/utils/aiming/RotationManager.d.ts +8 -8
  6922. package/types/net/ccbluex/liquidbounce/utils/aiming/RotationMode.d.ts +2 -2
  6923. package/types/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.d.ts +7 -7
  6924. package/types/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.d.ts +2 -2
  6925. package/types/net/ccbluex/liquidbounce/utils/aiming/data/Rotation.d.ts +5 -5
  6926. package/types/net/ccbluex/liquidbounce/utils/aiming/features/MovementCorrection.d.ts +1 -25
  6927. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/FailRotationProcessor.d.ts +1 -1
  6928. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/RotationProcessor.d.ts +1 -1
  6929. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/ShortStopRotationProcessor.d.ts +1 -1
  6930. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +1 -1
  6931. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/FactorAngleSmooth.d.ts +1 -1
  6932. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/NoneAngleSmooth.d.ts +1 -1
  6933. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$AccelerationError.d.ts +2 -1
  6934. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$ConstantError.d.ts +2 -1
  6935. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$DynamicAccel.d.ts +2 -1
  6936. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$SigmoidDeceleration.d.ts +2 -1
  6937. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AiAngleSmooth.d.ts +1 -1
  6938. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/InterpolationAngleSmooth.d.ts +1 -1
  6939. package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/SigmoidAngleSmooth.d.ts +1 -1
  6940. package/types/net/ccbluex/liquidbounce/utils/aiming/point/PointTracker.d.ts +1 -1
  6941. package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +1 -1
  6942. package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorDelay.d.ts +1 -1
  6943. package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorGaussian$Dynamic.d.ts +2 -1
  6944. package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorLazy.d.ts +1 -1
  6945. package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/CydhranianProjectileAngleCalculator.d.ts +2 -2
  6946. package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/PolynomialProjectileAngleCalculator.d.ts +1 -1
  6947. package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/ProjectileAngleCalculator.d.ts +1 -1
  6948. package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/ProjectileTargetPointFinder.d.ts +1 -1
  6949. package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/SituationalProjectileAngleCalculator.d.ts +1 -1
  6950. package/types/net/ccbluex/liquidbounce/utils/aiming/utils/PointFindingKt.d.ts +5 -6
  6951. package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationFindingKt.d.ts +7 -7
  6952. package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationMatrices.d.ts +16 -0
  6953. package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationUtil.d.ts +18 -2
  6954. package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker$BlockPos2State.d.ts +1 -1
  6955. package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker$State2BlockPos.d.ts +1 -1
  6956. package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +7 -7
  6957. package/types/net/ccbluex/liquidbounce/utils/block/BlockExtensionsKt.d.ts +20 -20
  6958. package/types/net/ccbluex/liquidbounce/utils/block/CachedBlockPosSpheres.d.ts +2 -4
  6959. package/types/net/ccbluex/liquidbounce/utils/block/ChunkScanner$BlockChangeSubscriber.d.ts +3 -3
  6960. package/types/net/ccbluex/liquidbounce/utils/block/ChunkScanner.d.ts +1 -1
  6961. package/types/net/ccbluex/liquidbounce/utils/block/DijkstraKt.d.ts +1 -1
  6962. package/types/net/ccbluex/liquidbounce/utils/block/GraphSearchKt.d.ts +1 -1
  6963. package/types/net/ccbluex/liquidbounce/utils/block/MovableRegionScanner.d.ts +1 -1
  6964. package/types/net/ccbluex/liquidbounce/utils/block/bed/BedState.d.ts +1 -1
  6965. package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$OneByOne.d.ts +9 -0
  6966. package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$OneByTwo.d.ts +9 -0
  6967. package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$TwoByTwo.d.ts +10 -0
  6968. package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole.d.ts +8 -0
  6969. package/types/net/ccbluex/liquidbounce/utils/block/hole/HoleManager.d.ts +1 -1
  6970. package/types/net/ccbluex/liquidbounce/utils/block/liquid/TimedPickupTracker.d.ts +5 -5
  6971. package/types/net/ccbluex/liquidbounce/utils/block/placer/BlockPlacer.d.ts +9 -9
  6972. package/types/net/ccbluex/liquidbounce/utils/block/placer/CrystalDestroyFeature.d.ts +1 -1
  6973. package/types/net/ccbluex/liquidbounce/utils/block/placer/NoRotationMode.d.ts +1 -1
  6974. package/types/net/ccbluex/liquidbounce/utils/block/placer/NormalRotationMode.d.ts +1 -1
  6975. package/types/net/ccbluex/liquidbounce/utils/block/placer/SupportFeature.d.ts +2 -2
  6976. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockOffsetOptions.d.ts +1 -1
  6977. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockPlacementTarget.d.ts +3 -3
  6978. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockPlacementTargetFindingOptions.d.ts +1 -1
  6979. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockTargetPlan.d.ts +3 -3
  6980. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/FaceHandlingOptions.d.ts +1 -1
  6981. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/FaceTargetPositionFactory.d.ts +2 -2
  6982. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/NearestRotationTargetPositionFactory.d.ts +1 -1
  6983. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/PlayerLocationOnPlacement.d.ts +1 -1
  6984. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/PositionFactoryConfiguration.d.ts +1 -1
  6985. package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/StabilizedRotationTargetPositionFactory.d.ts +1 -1
  6986. package/types/net/ccbluex/liquidbounce/utils/clicking/Clicker$Companion.d.ts +1 -1
  6987. package/types/net/ccbluex/liquidbounce/utils/clicking/Clicker.d.ts +3 -3
  6988. package/types/net/ccbluex/liquidbounce/utils/clicking/ItemCooldown.d.ts +2 -2
  6989. package/types/net/ccbluex/liquidbounce/utils/clicking/RollingClickArray.d.ts +6 -6
  6990. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/ButterflyPattern.d.ts +1 -1
  6991. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/DoubleClickPattern.d.ts +2 -3
  6992. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/DragPattern.d.ts +1 -1
  6993. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/EfficientPattern.d.ts +1 -1
  6994. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/NormalDistributionPattern.d.ts +1 -1
  6995. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/SpammingPattern.d.ts +2 -3
  6996. package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/StabilizedPattern.d.ts +1 -1
  6997. package/types/net/ccbluex/liquidbounce/utils/client/ChatHudExtensionKt.d.ts +2 -2
  6998. package/types/net/ccbluex/liquidbounce/utils/client/ClientUtilsKt.d.ts +3 -3
  6999. package/types/net/ccbluex/liquidbounce/utils/client/DummyRangedValueProvider.d.ts +1 -1
  7000. package/types/net/ccbluex/liquidbounce/utils/client/FloatValueProvider.d.ts +1 -1
  7001. package/types/net/ccbluex/liquidbounce/utils/client/IdentifierExtensionKt.d.ts +2 -2
  7002. package/types/net/ccbluex/liquidbounce/utils/client/MessageMetadata.d.ts +1 -1
  7003. package/types/net/ccbluex/liquidbounce/utils/client/MinecraftExtensionsKt.d.ts +3 -2
  7004. package/types/net/ccbluex/liquidbounce/utils/client/NameGeneratorKt.d.ts +1 -1
  7005. package/types/net/ccbluex/liquidbounce/utils/client/NoneRangedValueProvider.d.ts +1 -1
  7006. package/types/net/ccbluex/liquidbounce/utils/client/ProtocolUtilKt.d.ts +8 -7
  7007. package/types/net/ccbluex/liquidbounce/utils/client/RangedValueProvider.d.ts +2 -2
  7008. package/types/net/ccbluex/liquidbounce/utils/client/RequestHandler$Request.d.ts +1 -1
  7009. package/types/net/ccbluex/liquidbounce/utils/client/RestrictedSingleUseAction.d.ts +1 -1
  7010. package/types/net/ccbluex/liquidbounce/utils/client/ServerObserver$ServerType.d.ts +0 -10
  7011. package/types/net/ccbluex/liquidbounce/utils/client/ServerObserver.d.ts +3 -4
  7012. package/types/net/ccbluex/liquidbounce/utils/client/SilentHotbar.d.ts +4 -4
  7013. package/types/net/ccbluex/liquidbounce/utils/client/SilentHotbarState.d.ts +3 -3
  7014. package/types/net/ccbluex/liquidbounce/utils/client/Timer.d.ts +3 -3
  7015. package/types/net/ccbluex/liquidbounce/utils/client/error/ErrorHandler.d.ts +1 -1
  7016. package/types/net/ccbluex/liquidbounce/utils/client/vfp/VfpCompatibility.d.ts +1 -0
  7017. package/types/net/ccbluex/liquidbounce/utils/collection/Filter.d.ts +1 -1
  7018. package/types/net/ccbluex/liquidbounce/utils/collection/Pools.d.ts +1 -1
  7019. package/types/net/ccbluex/liquidbounce/utils/combat/CombatExtensionsKt.d.ts +2 -2
  7020. package/types/net/ccbluex/liquidbounce/utils/combat/CombatManager.d.ts +2 -2
  7021. package/types/net/ccbluex/liquidbounce/utils/combat/EntityTargetingInfo.d.ts +1 -1
  7022. package/types/net/ccbluex/liquidbounce/utils/combat/TargetPriority.d.ts +0 -30
  7023. package/types/net/ccbluex/liquidbounce/utils/combat/TargetSelector.d.ts +2 -2
  7024. package/types/net/ccbluex/liquidbounce/utils/combat/TargetTracker.d.ts +1 -1
  7025. package/types/net/ccbluex/liquidbounce/utils/combat/Targets.d.ts +1 -1
  7026. package/types/net/ccbluex/liquidbounce/utils/entity/CachedPlayerSimulation.d.ts +1 -1
  7027. package/types/net/ccbluex/liquidbounce/utils/entity/EntityExtensionsKt.d.ts +15 -15
  7028. package/types/net/ccbluex/liquidbounce/utils/entity/FallingPlayer.d.ts +3 -0
  7029. package/types/net/ccbluex/liquidbounce/utils/entity/InteractionUtilsKt.d.ts +4 -4
  7030. package/types/net/ccbluex/liquidbounce/utils/entity/LinearPositionExtrapolation.d.ts +1 -1
  7031. package/types/net/ccbluex/liquidbounce/utils/entity/PositionExtrapolation.d.ts +1 -1
  7032. package/types/net/ccbluex/liquidbounce/utils/entity/RenderedEntities.d.ts +1 -1
  7033. package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayer$SimulatedPlayerInput.d.ts +1 -1
  7034. package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayer.d.ts +1 -1
  7035. package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayerCache.d.ts +1 -1
  7036. package/types/net/ccbluex/liquidbounce/utils/entity/StrictInteractionResult.d.ts +1 -1
  7037. package/types/net/ccbluex/liquidbounce/utils/entity/StrictInteractionSource.d.ts +1 -1
  7038. package/types/net/ccbluex/liquidbounce/utils/input/HumanInputDeserializer$StringDeserializer.d.ts +1 -1
  7039. package/types/net/ccbluex/liquidbounce/utils/input/InputBind$BindAction.d.ts +1 -19
  7040. package/types/net/ccbluex/liquidbounce/utils/input/InputBind$Modifier.d.ts +3 -3
  7041. package/types/net/ccbluex/liquidbounce/utils/input/InputBind.d.ts +12 -12
  7042. package/types/net/ccbluex/liquidbounce/utils/input/InputBindKt.d.ts +2 -2
  7043. package/types/net/ccbluex/liquidbounce/utils/input/InputTracker.d.ts +6 -6
  7044. package/types/net/ccbluex/liquidbounce/utils/input/InputUtilKt.d.ts +5 -12
  7045. package/types/net/ccbluex/liquidbounce/utils/inventory/AnchoredHotbarSwapController.d.ts +5 -5
  7046. package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +7 -7
  7047. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryAction$Chain.d.ts +1 -1
  7048. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryAction$Click.d.ts +1 -1
  7049. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryConstraints.d.ts +7 -7
  7050. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryManager.d.ts +3 -3
  7051. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryRequirements.d.ts +0 -16
  7052. package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryUtilsKt.d.ts +2 -2
  7053. package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot$Companion.d.ts +1 -1
  7054. package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot$Type.d.ts +0 -5
  7055. package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot.d.ts +2 -2
  7056. package/types/net/ccbluex/liquidbounce/utils/inventory/PlayerInventoryConstraints.d.ts +1 -1
  7057. package/types/net/ccbluex/liquidbounce/utils/inventory/Slots$Companion.d.ts +0 -32
  7058. package/types/net/ccbluex/liquidbounce/utils/inventory/VirtualItemSlot.d.ts +1 -1
  7059. package/types/net/ccbluex/liquidbounce/utils/io/FileUtilsKt.d.ts +1 -1
  7060. package/types/net/ccbluex/liquidbounce/utils/io/NettyExtensionsKt.d.ts +2 -2
  7061. package/types/net/ccbluex/liquidbounce/utils/io/ResourceExtensionsKt.d.ts +4 -8
  7062. package/types/net/ccbluex/liquidbounce/utils/io/SerializationExtensionsKt.d.ts +1 -1
  7063. package/types/net/ccbluex/liquidbounce/utils/io/ZipExtensionsKt.d.ts +2 -2
  7064. package/types/net/ccbluex/liquidbounce/utils/item/ItemCategorizationsKt.d.ts +2 -2
  7065. package/types/net/ccbluex/liquidbounce/utils/item/ItemExtensionsKt.d.ts +6 -6
  7066. package/types/net/ccbluex/liquidbounce/utils/item/PreferAverageHardBlocks.d.ts +1 -1
  7067. package/types/net/ccbluex/liquidbounce/utils/item/PreferWalkableBlocks.d.ts +1 -1
  7068. package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorComparator.d.ts +2 -2
  7069. package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorKitParameters$Companion.d.ts +1 -1
  7070. package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorPiece.d.ts +1 -1
  7071. package/types/net/ccbluex/liquidbounce/utils/kotlin/ArrayExtensionsKt.d.ts +3 -3
  7072. package/types/net/ccbluex/liquidbounce/utils/kotlin/CollectionExtensionsKt.d.ts +8 -0
  7073. package/types/net/ccbluex/liquidbounce/utils/kotlin/EventPriorityConvention.d.ts +7 -7
  7074. package/types/net/ccbluex/liquidbounce/utils/kotlin/IntIntValuePair.d.ts +23 -0
  7075. package/types/net/ccbluex/liquidbounce/utils/kotlin/MapExtensionsKt.d.ts +1 -1
  7076. package/types/net/ccbluex/liquidbounce/utils/kotlin/OptionalExtensionsKt.d.ts +3 -0
  7077. package/types/net/ccbluex/liquidbounce/utils/kotlin/Priority.d.ts +0 -10
  7078. package/types/net/ccbluex/liquidbounce/utils/kotlin/PriorityField.d.ts +1 -1
  7079. package/types/net/ccbluex/liquidbounce/utils/kotlin/ReflectionUtilsKt.d.ts +1 -1
  7080. package/types/net/ccbluex/liquidbounce/utils/kotlin/UuidExtensionsKt.d.ts +2 -2
  7081. package/types/net/ccbluex/liquidbounce/utils/math/AabbMergeUtilKt.d.ts +1 -1
  7082. package/types/net/ccbluex/liquidbounce/utils/math/BisectKt.d.ts +1 -1
  7083. package/types/net/ccbluex/liquidbounce/utils/math/BlockPosAsLongComparator.d.ts +1 -1
  7084. package/types/net/ccbluex/liquidbounce/utils/math/BoxExtensionsKt.d.ts +6 -6
  7085. package/types/net/ccbluex/liquidbounce/utils/math/CurveUtil.d.ts +3 -3
  7086. package/types/net/ccbluex/liquidbounce/utils/math/Easing.d.ts +1 -1
  7087. package/types/net/ccbluex/liquidbounce/utils/math/FaceComponent.d.ts +6 -3
  7088. package/types/net/ccbluex/liquidbounce/utils/math/KeyedAabb.d.ts +1 -1
  7089. package/types/net/ccbluex/liquidbounce/utils/math/MathExtensionsKt.d.ts +1 -1
  7090. package/types/net/ccbluex/liquidbounce/utils/math/MinecraftVectorExtensionsKt.d.ts +15 -8
  7091. package/types/net/ccbluex/liquidbounce/utils/math/PositionedVoxelShape.d.ts +8 -4
  7092. package/types/net/ccbluex/liquidbounce/utils/math/ShapeExtensionsKt.d.ts +4 -6
  7093. package/types/net/ccbluex/liquidbounce/utils/math/ShapeJoiner.d.ts +12 -0
  7094. package/types/net/ccbluex/liquidbounce/utils/math/ShapeMergeUtilKt$EntriesMappings.d.ts +5 -0
  7095. package/types/net/ccbluex/liquidbounce/utils/math/ShapeMergeUtilKt.d.ts +5 -0
  7096. package/types/net/ccbluex/liquidbounce/utils/math/WorldLocalBox.d.ts +14 -0
  7097. package/types/net/ccbluex/liquidbounce/utils/math/geometry/AlignedFace.d.ts +1 -1
  7098. package/types/net/ccbluex/liquidbounce/utils/math/geometry/LinearGeometry3.d.ts +11 -11
  7099. package/types/net/ccbluex/liquidbounce/utils/math/geometry/ParameterDomain.d.ts +2 -2
  7100. package/types/net/ccbluex/liquidbounce/utils/movement/MovementUtilsKt.d.ts +1 -1
  7101. package/types/net/ccbluex/liquidbounce/utils/navigation/NavigationBaseValueGroup.d.ts +5 -5
  7102. package/types/net/ccbluex/liquidbounce/utils/network/LegacyPacket.d.ts +4 -4
  7103. package/types/net/ccbluex/liquidbounce/utils/network/LegacyPacketKt.d.ts +1 -1
  7104. package/types/net/ccbluex/liquidbounce/utils/network/NetworkUtilsKt.d.ts +2 -2
  7105. package/types/net/ccbluex/liquidbounce/utils/network/OpenInventorySilentlyPacket.d.ts +1 -1
  7106. package/types/net/ccbluex/liquidbounce/utils/network/PacketExtensionsKt.d.ts +7 -2
  7107. package/types/net/ccbluex/liquidbounce/utils/network/PacketRegistryKt.d.ts +1 -1
  7108. package/types/net/ccbluex/liquidbounce/utils/network/PickFromInventoryPacket.d.ts +1 -1
  7109. package/types/net/ccbluex/liquidbounce/utils/network/PlayerSneakPacket.d.ts +1 -1
  7110. package/types/net/ccbluex/liquidbounce/utils/range/RangeValueGroup.d.ts +2 -2
  7111. package/types/net/ccbluex/liquidbounce/utils/raytracing/BlockRaytracingKt.d.ts +1 -1
  7112. package/types/net/ccbluex/liquidbounce/utils/raytracing/EntityRaytracingKt.d.ts +1 -1
  7113. package/types/net/ccbluex/liquidbounce/utils/raytracing/RaytracingKt.d.ts +1 -1
  7114. package/types/net/ccbluex/liquidbounce/utils/render/RenderExtensionsKt.d.ts +8 -8
  7115. package/types/net/ccbluex/liquidbounce/utils/render/TargetRenderer.d.ts +1 -1
  7116. package/types/net/ccbluex/liquidbounce/utils/render/VerticesSetupHandler.d.ts +1 -1
  7117. package/types/net/ccbluex/liquidbounce/utils/render/WorldToScreen.d.ts +8 -1
  7118. package/types/net/ccbluex/liquidbounce/utils/render/placement/BlockCuller.d.ts +1 -1
  7119. package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderHandler.d.ts +8 -8
  7120. package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderer.d.ts +9 -9
  7121. package/types/net/ccbluex/liquidbounce/utils/render/trajectory/HeldItemTrajectoryResolver.d.ts +0 -15
  7122. package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfo.d.ts +6 -6
  7123. package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfoRenderer$Type.d.ts +0 -12
  7124. package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfoRenderer.d.ts +0 -5
  7125. package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryType.d.ts +1 -1
  7126. package/types/net/ccbluex/liquidbounce/utils/sorting/ComparatorChainKt.d.ts +2 -2
  7127. package/types/net/ccbluex/liquidbounce/utils/text/ColoredChar.d.ts +6 -6
  7128. package/types/net/ccbluex/liquidbounce/utils/text/StringMatchMode.d.ts +1 -1
  7129. package/types/net/ccbluex/liquidbounce/utils/text/TextExtensionsKt.d.ts +8 -8
  7130. package/types/net/ccbluex/liquidbounce/utils/world/WorldExtensionsKt.d.ts +7 -7
  7131. package/types/net/ccbluex/netty/http/websocket/WebSocketController.d.ts +1 -0
  7132. package/types/net/fabricmc/api/EnvironmentInterface.d.ts +2 -1
  7133. package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +1 -0
  7134. package/types/net/fabricmc/fabric/api/client/gametest/v1/TestInput.d.ts +3 -0
  7135. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricOrderedSubmitNodeCollector.d.ts +1 -0
  7136. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/submit/ExtendedBlockModelSubmit.d.ts +48 -0
  7137. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/submit/ExtendedItemSubmit.d.ts +40 -0
  7138. package/types/net/fabricmc/fabric/api/client/rendering/v1/AtlasRegistry.d.ts +9 -0
  7139. package/types/net/fabricmc/fabric/api/client/rendering/v1/FabricOrderedSubmitNodeCollector.d.ts +6 -0
  7140. package/types/net/fabricmc/fabric/api/client/rendering/v1/FeatureRendererRegistry.d.ts +9 -0
  7141. package/types/net/fabricmc/fabric/api/client/rendering/v1/PictureInPictureRendererRegistry$Context.d.ts +0 -4
  7142. package/types/net/fabricmc/fabric/api/client/rendering/v1/SubmitRenderPhase.d.ts +10 -0
  7143. package/types/net/fabricmc/fabric/api/client/rendering/v1/SubmitRenderPhases.d.ts +22 -0
  7144. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents$AfterBlockOutlineExtraction.d.ts +6 -0
  7145. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents$EndExtraction.d.ts +5 -0
  7146. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents.d.ts +11 -0
  7147. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +1 -4
  7148. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents.d.ts +2 -2
  7149. package/types/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator$Pack.d.ts +2 -1
  7150. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider$ConditionalEntry.d.ts +1 -0
  7151. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricEntityLootSubProvider.d.ts +2 -2
  7152. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagAppender.d.ts +11 -8
  7153. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$AliasGroupBuilder.d.ts +2 -1
  7154. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$BlockEntityTypeTagsProvider.d.ts +2 -2
  7155. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$BlockTagsProvider.d.ts +5 -2
  7156. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$EntityTypeTagsProvider.d.ts +2 -2
  7157. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$FluidTagsProvider.d.ts +2 -2
  7158. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$ItemTagsProvider.d.ts +4 -2
  7159. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider.d.ts +1 -1
  7160. package/types/net/fabricmc/fabric/api/entity/FakePlayer.d.ts +20 -2
  7161. package/types/net/fabricmc/fabric/api/event/registry/DynamicRegistries.d.ts +2 -0
  7162. package/types/net/fabricmc/fabric/api/item/v1/EnchantmentEvents$ModifyWithLookup.d.ts +9 -0
  7163. package/types/net/fabricmc/fabric/api/item/v1/EnchantmentEvents.d.ts +3 -0
  7164. package/types/net/fabricmc/fabric/api/registry/DecoratedPotPatternRegistry.d.ts +8 -0
  7165. package/types/net/fabricmc/fabric/api/registry/OxidizableBlocksRegistry.d.ts +2 -2
  7166. package/types/net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditions.d.ts +1 -0
  7167. package/types/net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags.d.ts +1 -0
  7168. package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/CombinedStorage$CombinedIterator.d.ts +1 -1
  7169. package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/FilteringStorage$FilteringStorageView.d.ts +1 -1
  7170. package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/ResourceAmount.d.ts +1 -0
  7171. package/types/net/fabricmc/fabric/impl/attachment/AttachmentTypeImpl.d.ts +1 -0
  7172. package/types/net/fabricmc/fabric/impl/attachment/sync/AttachmentTargetInfo$EntityTarget.d.ts +1 -0
  7173. package/types/net/fabricmc/fabric/impl/attachment/sync/AttachmentTargetInfo$Type.d.ts +1 -0
  7174. package/types/net/fabricmc/fabric/impl/biome/WeightedPicker$WeightedEntry.d.ts +1 -0
  7175. package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$AttributesContextImpl.d.ts +2 -1
  7176. package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$EffectsContextImpl.d.ts +2 -1
  7177. package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$GenerationSettingsContextImpl.d.ts +2 -1
  7178. package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$SpawnSettingsContextImpl.d.ts +2 -1
  7179. package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$WeatherContextImpl.d.ts +2 -1
  7180. package/types/net/fabricmc/fabric/impl/client/gametest/TestInputImpl.d.ts +3 -0
  7181. package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotComparisonAlgorithms$MeanSquaredDifference.d.ts +1 -0
  7182. package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotComparisonAlgorithms$RawImageImpl.d.ts +1 -0
  7183. package/types/net/fabricmc/fabric/impl/client/indigo/Indigo.d.ts +0 -3
  7184. package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedBlockModelFeatureRenderer$BufferCache.d.ts +17 -0
  7185. package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedBlockModelFeatureRenderer.d.ts +18 -0
  7186. package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedItemFeatureRenderer$OutputType.d.ts +13 -0
  7187. package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedItemFeatureRenderer.d.ts +21 -0
  7188. package/types/net/fabricmc/fabric/impl/client/renderer/MovingBlockQuadConsumer.d.ts +9 -0
  7189. package/types/net/fabricmc/fabric/impl/client/renderer/SpriteFinderImpl$Node.d.ts +2 -1
  7190. package/types/net/fabricmc/fabric/impl/client/rendering/AtlasRegistryImpl.d.ts +10 -0
  7191. package/types/net/fabricmc/fabric/impl/client/rendering/FeatureRendererRegistryImpl$FeatureRendererRegistration.d.ts +18 -0
  7192. package/types/net/fabricmc/fabric/impl/client/rendering/FeatureRendererRegistryImpl.d.ts +11 -0
  7193. package/types/net/fabricmc/fabric/impl/client/rendering/GuiRendererExtensions.d.ts +1 -2
  7194. package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererPool.d.ts +1 -3
  7195. package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererRegistryImpl$ContextImpl.d.ts +1 -7
  7196. package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererRegistryImpl.d.ts +2 -4
  7197. package/types/net/fabricmc/fabric/impl/client/rendering/advancement/AdvancementRenderContextImpl$BackgroundImpl.d.ts +1 -0
  7198. package/types/net/fabricmc/fabric/impl/client/rendering/advancement/AdvancementRenderContextImpl$FrameImpl.d.ts +1 -0
  7199. package/types/net/fabricmc/fabric/impl/client/rendering/level/LevelRenderContextImpl.d.ts +2 -5
  7200. package/types/net/fabricmc/fabric/impl/client/screen/GuiExtensions.d.ts +6 -0
  7201. package/types/net/fabricmc/fabric/impl/command/client/ClientCommandInternals.d.ts +1 -1
  7202. package/types/net/fabricmc/fabric/impl/command/client/ClientSuggestionProviderExtensions.d.ts +4 -0
  7203. package/types/net/fabricmc/fabric/impl/content/registry/DecoratedPotPatternRegistryImpl.d.ts +10 -0
  7204. package/types/net/fabricmc/fabric/impl/content/registry/FuelRegistryEventsContextImpl.d.ts +1 -0
  7205. package/types/net/fabricmc/fabric/impl/content/registry/OxidizableBlocksRegistryImpl.d.ts +2 -2
  7206. package/types/net/fabricmc/fabric/impl/content/registry/fluid/SimpleConfiguredFluidBehavior.d.ts +1 -0
  7207. package/types/net/fabricmc/fabric/impl/datagen/client/SoundTypeBuilderImpl$Entry.d.ts +1 -0
  7208. package/types/net/fabricmc/fabric/impl/datagen/client/SoundTypeBuilderImpl$SoundType.d.ts +1 -0
  7209. package/types/net/fabricmc/fabric/impl/datagen/loot/ConditionEntityLootSubProvider.d.ts +2 -2
  7210. package/types/net/fabricmc/fabric/impl/entity/event/effect/EffectEventContextImpl.d.ts +1 -0
  7211. package/types/net/fabricmc/fabric/impl/event/interaction/FakePlayerPacketListener$FakeConnection.d.ts +2 -0
  7212. package/types/net/fabricmc/fabric/impl/event/lifecycle/MinecraftServerHooks.d.ts +4 -0
  7213. package/types/net/fabricmc/fabric/impl/item/EnchantmentUtil.d.ts +2 -1
  7214. package/types/net/fabricmc/fabric/impl/menu/Networking$OpenScreenPayload.d.ts +1 -0
  7215. package/types/net/fabricmc/fabric/impl/networking/CommonRegisterPayload.d.ts +2 -0
  7216. package/types/net/fabricmc/fabric/impl/networking/CommonVersionPayload.d.ts +2 -0
  7217. package/types/net/fabricmc/fabric/impl/networking/VanillaPacketTypes.d.ts +1 -0
  7218. package/types/net/fabricmc/fabric/impl/networking/client/ClientConfigurationNetworkAddon.d.ts +1 -2
  7219. package/types/net/fabricmc/fabric/impl/networking/client/ClientPlayNetworkAddon.d.ts +1 -2
  7220. package/types/net/fabricmc/fabric/impl/networking/server/ServerConfigurationNetworkAddon.d.ts +1 -2
  7221. package/types/net/fabricmc/fabric/impl/networking/server/ServerPlayNetworkAddon.d.ts +1 -2
  7222. package/types/net/fabricmc/fabric/impl/object/builder/ExtendedBlockEntityType.d.ts +0 -83
  7223. package/types/net/fabricmc/fabric/impl/permission/CommandPermissionContext.d.ts +3 -0
  7224. package/types/net/fabricmc/fabric/impl/permission/EntityPermissionContext.d.ts +1 -0
  7225. package/types/net/fabricmc/fabric/impl/recipe/ingredient/ClientboundCustomIngredientPayload.d.ts +1 -0
  7226. package/types/net/fabricmc/fabric/impl/recipe/ingredient/ServerboundCustomIngredientPayload.d.ts +1 -0
  7227. package/types/net/fabricmc/fabric/impl/registry/sync/DynamicRegistriesImpl.d.ts +3 -3
  7228. package/types/net/fabricmc/fabric/impl/resource/conditions/DefaultResourceConditionTypes.d.ts +2 -0
  7229. package/types/net/fabricmc/fabric/impl/resource/conditions/conditions/FalseResourceCondition.d.ts +15 -0
  7230. package/types/net/fabricmc/fabric/impl/tag/TagAliasLoader.d.ts +1 -1
  7231. package/types/net/fabricmc/fabric/impl/transfer/item/BundleContentsStorage$BundleSlotWrapper.d.ts +1 -1
  7232. package/types/net/fabricmc/fabric/impl/transfer/item/ContainerStorageImpl$SetChangedParticipant.d.ts +2 -1
  7233. package/types/net/fabricmc/fabric/impl/transfer/item/PlayerInventoryStorageImpl$DroppedStacks$Entry.d.ts +1 -0
  7234. package/types/net/fabricmc/fabric/impl/transfer/item/PlayerInventoryStorageImpl$DroppedStacks.d.ts +2 -1
  7235. package/types/net/fabricmc/fabric/impl/transfer/transaction/TransactionManagerImpl$TransactionImpl.d.ts +2 -1
  7236. package/types/net/fabricmc/fabric/mixin/client/renderer/submit/OrderedSubmitNodeCollectorMixin.d.ts +1 -0
  7237. package/types/net/fabricmc/fabric/mixin/client/rendering/AtlasManagerAccessor.d.ts +3 -0
  7238. package/types/net/fabricmc/fabric/mixin/client/rendering/GuiRendererDrawAccessor.d.ts +7 -0
  7239. package/types/net/fabricmc/fabric/mixin/client/rendering/HudAccessor.d.ts +10 -0
  7240. package/types/net/fabricmc/fabric/mixin/client/rendering/StagedVertexBufferDrawAccessor.d.ts +4 -0
  7241. package/types/net/fabricmc/fabric/mixin/command/client/ClientPacketListenerAccessor.d.ts +3 -0
  7242. package/types/net/fabricmc/fabric/mixin/datagen/TagAppenderMixin.d.ts +1 -1
  7243. package/types/net/fabricmc/loader/api/metadata/version/VersionComparisonOperator.d.ts +2 -0
  7244. package/types/net/fabricmc/loader/impl/FabricLoaderImpl.d.ts +2 -0
  7245. package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer$ModScanTask.d.ts +3 -2
  7246. package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper$RemapInfo.d.ts +2 -0
  7247. package/types/net/fabricmc/loader/impl/entrypoint/EntrypointStorage$OldEntry.d.ts +2 -0
  7248. package/types/net/fabricmc/loader/impl/game/minecraft/McVersion.d.ts +2 -0
  7249. package/types/net/fabricmc/loader/impl/gui/FabricMainWindow$CustomTreeCellRenderer.d.ts +2 -0
  7250. package/types/net/fabricmc/loader/impl/gui/FabricStatusTree$FabricStatusNode.d.ts +2 -0
  7251. package/types/net/fabricmc/loader/impl/launch/FabricMixinVersions$LoaderMixinVersionEntry.d.ts +2 -0
  7252. package/types/net/fabricmc/loader/impl/launch/knot/KnotClassLoader$DynamicURLClassLoader.d.ts +2 -0
  7253. package/types/net/fabricmc/loader/impl/lib/classtweaker/classvisitor/AccessWidenerClassVisitor$AccessWidenerMethodVisitor.d.ts +2 -1
  7254. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSetBuilder$DescFeatureBuilder.d.ts +2 -0
  7255. package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSetBuilder$NameFeatureBuilder.d.ts +2 -0
  7256. package/types/net/fabricmc/loader/impl/lib/mappingio/format/intellij/MigrationMapFileReader$CustomBufferedReader.d.ts +2 -0
  7257. package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/AutoDivisionStrategy.d.ts +2 -0
  7258. package/types/net/fabricmc/loader/impl/lib/tinyremapper/ClassInstance.d.ts +1 -0
  7259. package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath.d.ts +2 -0
  7260. package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper$Builder.d.ts +2 -0
  7261. package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper$Propagation.d.ts +2 -1
  7262. package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper.d.ts +2 -0
  7263. package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrClass.d.ts +1 -0
  7264. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/MixinExtension$AnalyzeVisitorProvider.d.ts +4 -1
  7265. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/MixinExtension$PreApplyVisitorProvider.d.ts +4 -1
  7266. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/common/MapUtility.d.ts +2 -0
  7267. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/annotation/injection/CommonInjectionAnnotationVisitor$InjectMethodMappable.d.ts +6 -4
  7268. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/annotation/injection/CommonInjectionAnnotationVisitor.d.ts +1 -0
  7269. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/util/RegexMatcher$ParsingException.d.ts +6 -0
  7270. package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/util/RegexMatcher.d.ts +11 -0
  7271. package/types/net/fabricmc/loader/impl/metadata/BuiltinModMetadata.d.ts +3 -0
  7272. package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl$NullImpl.d.ts +2 -0
  7273. package/types/net/fabricmc/loader/impl/transformer/EnvironmentStrippingData$EnvironmentAnnotationVisitor.d.ts +4 -1
  7274. package/types/net/fabricmc/loader/impl/transformer/EnvironmentStrippingData$EnvironmentInterfaceAnnotationVisitor.d.ts +4 -1
  7275. package/types/net/fabricmc/loader/impl/util/SimpleClassPath$CpEntry.d.ts +4 -1
  7276. package/types/net/fabricmc/loader/impl/util/log/BuiltinLogHandler$ShutdownHook.d.ts +2 -1
  7277. package/types/net/irisshaders/iris/Iris.d.ts +2 -0
  7278. package/types/net/irisshaders/iris/IrisVKOnly.d.ts +8 -0
  7279. package/types/net/irisshaders/iris/compat/sodium/config/IrisConfig.d.ts +5 -0
  7280. package/types/net/irisshaders/iris/compat/sodium/config/ShaderPackScreenPlaceholder.d.ts +29 -0
  7281. package/types/net/irisshaders/iris/gl/blending/AlphaTest.d.ts +1 -0
  7282. package/types/net/irisshaders/iris/gl/blending/BlendMode.d.ts +1 -0
  7283. package/types/net/irisshaders/iris/gl/blending/BufferBlendInformation.d.ts +1 -0
  7284. package/types/net/irisshaders/iris/gl/buffer/BuiltShaderStorageInfo.d.ts +1 -0
  7285. package/types/net/irisshaders/iris/gl/buffer/ShaderStorageInfo.d.ts +1 -0
  7286. package/types/net/irisshaders/iris/gl/framebuffer/ViewportData.d.ts +1 -0
  7287. package/types/net/irisshaders/iris/gl/image/GlImage.d.ts +1 -0
  7288. package/types/net/irisshaders/iris/gl/image/ImageClearPass.d.ts +2 -3
  7289. package/types/net/irisshaders/iris/gl/program/GlUniform1iCall.d.ts +1 -0
  7290. package/types/net/irisshaders/iris/gl/texture/DepthBufferFormat.d.ts +3 -5
  7291. package/types/net/irisshaders/iris/gui/element/ShaderPackOptionList$HeaderEntry.d.ts +2 -1
  7292. package/types/net/irisshaders/iris/gui/element/ShaderPackSelectionList$ShaderPackEntry.d.ts +1 -1
  7293. package/types/net/irisshaders/iris/gui/element/screen/ElementWidgetScreenData.d.ts +1 -0
  7294. package/types/net/irisshaders/iris/gui/option/ShadowDistanceOption.d.ts +7 -6
  7295. package/types/net/irisshaders/iris/layer/OuterWrappedRenderType.d.ts +6 -5
  7296. package/types/net/irisshaders/iris/layer/WrappedPreparedRenderType.d.ts +5 -0
  7297. package/types/net/irisshaders/iris/mixin/IrisMixinPlugin.d.ts +1 -0
  7298. package/types/net/irisshaders/iris/mixin/LevelRendererAccessor.d.ts +0 -7
  7299. package/types/net/irisshaders/iris/mixinterface/ShadowRenderListAccess.d.ts +5 -0
  7300. package/types/net/irisshaders/iris/mixinterface/SulfurCubeStateExtension.d.ts +6 -0
  7301. package/types/net/irisshaders/iris/parsing/BooleanVectorizedFunction$ElementAccessExpression.d.ts +2 -1
  7302. package/types/net/irisshaders/iris/parsing/VectorizedFunction$ElementAccessExpression.d.ts +2 -1
  7303. package/types/net/irisshaders/iris/pathways/HandRenderer.d.ts +2 -0
  7304. package/types/net/irisshaders/iris/pathways/HorizonRenderer.d.ts +2 -0
  7305. package/types/net/irisshaders/iris/pbr/texture/PBRAtlasTexture.d.ts +1 -0
  7306. package/types/net/irisshaders/iris/pbr/texture/PBRTextureManager$PBRTextureConsumerImpl.d.ts +2 -1
  7307. package/types/net/irisshaders/iris/pipeline/IrisRenderingPipeline.d.ts +5 -7
  7308. package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +0 -2
  7309. package/types/net/irisshaders/iris/pipeline/VanillaRenderingPipeline.d.ts +0 -2
  7310. package/types/net/irisshaders/iris/pipeline/WorldRenderingPipeline.d.ts +0 -2
  7311. package/types/net/irisshaders/iris/pipeline/programs/ExtendedShader.d.ts +4 -2
  7312. package/types/net/irisshaders/iris/pipeline/programs/FallbackShader.d.ts +2 -1
  7313. package/types/net/irisshaders/iris/pipeline/programs/ShaderAccess.d.ts +0 -2
  7314. package/types/net/irisshaders/iris/pipeline/programs/ShaderCreator.d.ts +3 -2
  7315. package/types/net/irisshaders/iris/pipeline/programs/ShaderKey.d.ts +10 -4
  7316. package/types/net/irisshaders/iris/pipeline/programs/ShaderLoadingMap.d.ts +3 -2
  7317. package/types/net/irisshaders/iris/pipeline/transform/TransformPatcher.d.ts +1 -1
  7318. package/types/net/irisshaders/iris/pipeline/transform/parameter/SodiumParameters.d.ts +2 -1
  7319. package/types/net/irisshaders/iris/pipeline/transform/transformer/CommonTransformer.d.ts +1 -0
  7320. package/types/net/irisshaders/iris/pipeline/transform/transformer/CompatibilityTransformer$NewDeclarationData.d.ts +1 -0
  7321. package/types/net/irisshaders/iris/pipeline/transform/transformer/LayoutTransformer$NewDeclarationData.d.ts +1 -0
  7322. package/types/net/irisshaders/iris/platform/IrisFabricHelpers.d.ts +0 -3
  7323. package/types/net/irisshaders/iris/platform/IrisPlatformHelpers.d.ts +0 -3
  7324. package/types/net/irisshaders/iris/shaderpack/FilledIndirectPointer.d.ts +1 -0
  7325. package/types/net/irisshaders/iris/shaderpack/ImageInformation.d.ts +1 -0
  7326. package/types/net/irisshaders/iris/shaderpack/error/RusticError.d.ts +1 -0
  7327. package/types/net/irisshaders/iris/shaderpack/option/OptionLocation.d.ts +1 -0
  7328. package/types/net/irisshaders/iris/shaderpack/properties/IndirectPointer.d.ts +1 -0
  7329. package/types/net/irisshaders/iris/shadows/ShadowRenderer$MipmapPass.d.ts +1 -0
  7330. package/types/net/irisshaders/iris/shadows/ShadowRenderer.d.ts +4 -6
  7331. package/types/net/irisshaders/iris/shadows/frustum/advanced/NeighboringPlaneSet.d.ts +1 -0
  7332. package/types/net/irisshaders/iris/uniforms/custom/CustomUniforms$Builder$Variable.d.ts +1 -0
  7333. package/types/net/irisshaders/iris/vertices/BufferBuilderPolygonView.d.ts +2 -0
  7334. package/types/net/irisshaders/iris/vertices/ExtendingBufferBuilder.d.ts +2 -2
  7335. package/types/net/irisshaders/iris/vertices/IrisExtendedBufferBuilder.d.ts +2 -2
  7336. package/types/net/irisshaders/iris/vertices/IrisVertexFormats.d.ts +6 -6
  7337. package/types/net/irisshaders/iris/vertices/sodium/terrain/XHFPModelVertexType.d.ts +4 -4
  7338. package/types/net/jodah/expiringmap/ExpiringMap$Builder.d.ts +1 -0
  7339. package/types/net/jpountz/lz4/LZ4BlockInputStream$Builder.d.ts +2 -0
  7340. package/types/net/jpountz/lz4/LZ4BlockInputStream.d.ts +2 -0
  7341. package/types/net/jpountz/lz4/LZ4FrameOutputStream$BD.d.ts +2 -0
  7342. package/types/net/jpountz/lz4/LZ4HCJavaSafeCompressor$HashTable.d.ts +2 -1
  7343. package/types/net/jpountz/lz4/LZ4HCJavaUnsafeCompressor$HashTable.d.ts +2 -1
  7344. package/types/net/lenni0451/commons/httpclient/content/impl/URLEncodedFormContent$FormEntry.d.ts +2 -0
  7345. package/types/net/lenni0451/commons/httpclient/executor/ExecutorType.d.ts +2 -0
  7346. package/types/net/lenni0451/commons/httpclient/utils/URLWrapper$QueryParametersWrapper.d.ts +1 -1
  7347. package/types/net/lenni0451/commons/httpclient/utils/URLWrapper$QueryWrapper.d.ts +3 -1
  7348. package/types/net/lenni0451/mcstructs_bedrock/text/utils/BedrockTextUtils$LegacyStyle.d.ts +2 -0
  7349. package/types/net/lenni0451/reflect/proxy/ProxyBuilder$Reference.d.ts +2 -0
  7350. package/types/net/lenni0451/reflect/utils/ObjectPrinter$Converter.d.ts +2 -0
  7351. package/types/net/lenni0451/reflect/wrapper/ASMWrapper$LabelAccess.d.ts +2 -0
  7352. package/types/net/lenni0451/reflect/wrapper/ASMWrapper$MethodVisitorAccess.d.ts +2 -0
  7353. package/types/net/minecraft/ChatFormatting.d.ts +2 -32
  7354. package/types/net/minecraft/CrashReportCategory$Entry.d.ts +11 -6
  7355. package/types/net/minecraft/CrashReportCategory.d.ts +0 -2
  7356. package/types/net/minecraft/ExitCodes.d.ts +12 -0
  7357. package/types/net/minecraft/SharedConstants.d.ts +2 -0
  7358. package/types/net/minecraft/SystemReport.d.ts +7 -2
  7359. package/types/net/minecraft/WorldVersion$Simple.d.ts +1 -0
  7360. package/types/net/minecraft/advancements/Advancement$Builder.d.ts +1 -1
  7361. package/types/net/minecraft/advancements/Advancement.d.ts +3 -1
  7362. package/types/net/minecraft/advancements/AdvancementRewards.d.ts +1 -0
  7363. package/types/net/minecraft/advancements/predicates/BlockPredicate$Builder.d.ts +26 -0
  7364. package/types/net/minecraft/advancements/predicates/BlockPredicate.d.ts +35 -0
  7365. package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Multiple.d.ts +18 -0
  7366. package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Single.d.ts +18 -0
  7367. package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Zero.d.ts +12 -0
  7368. package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Entry.d.ts +17 -0
  7369. package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Multiple.d.ts +19 -0
  7370. package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Single.d.ts +19 -0
  7371. package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Zero.d.ts +13 -0
  7372. package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate.d.ts +9 -0
  7373. package/types/net/minecraft/advancements/predicates/CollectionPredicate.d.ts +27 -0
  7374. package/types/net/minecraft/advancements/predicates/DamagePredicate$Builder.d.ts +23 -0
  7375. package/types/net/minecraft/advancements/predicates/DamagePredicate.d.ts +27 -0
  7376. package/types/net/minecraft/advancements/predicates/DamageSourcePredicate$Builder.d.ts +21 -0
  7377. package/types/net/minecraft/advancements/predicates/DamageSourcePredicate.d.ts +28 -0
  7378. package/types/net/minecraft/advancements/predicates/DataComponentMatchers$Builder.d.ts +17 -0
  7379. package/types/net/minecraft/advancements/predicates/DistancePredicate.d.ts +25 -0
  7380. package/types/net/minecraft/advancements/predicates/EnchantmentPredicate.d.ts +23 -0
  7381. package/types/net/minecraft/advancements/predicates/FluidPredicate$Builder.d.ts +16 -0
  7382. package/types/net/minecraft/advancements/predicates/FluidPredicate.d.ts +21 -0
  7383. package/types/net/minecraft/advancements/predicates/FoodPredicate$Builder.d.ts +13 -0
  7384. package/types/net/minecraft/advancements/predicates/FoodPredicate.d.ts +19 -0
  7385. package/types/net/minecraft/advancements/predicates/ItemPredicate$Builder.d.ts +22 -0
  7386. package/types/net/minecraft/advancements/predicates/ItemPredicate.d.ts +29 -0
  7387. package/types/net/minecraft/advancements/predicates/LightPredicate$Builder.d.ts +10 -0
  7388. package/types/net/minecraft/advancements/predicates/LightPredicate.d.ts +16 -0
  7389. package/types/net/minecraft/advancements/predicates/LocationPredicate$Builder.d.ts +46 -0
  7390. package/types/net/minecraft/advancements/predicates/LocationPredicate$PositionPredicate.d.ts +18 -0
  7391. package/types/net/minecraft/advancements/predicates/LocationPredicate.d.ts +40 -0
  7392. package/types/net/minecraft/advancements/predicates/MinMaxBounds$Bounds.d.ts +38 -0
  7393. package/types/net/minecraft/advancements/predicates/MinMaxBounds$Doubles.d.ts +40 -0
  7394. package/types/net/minecraft/advancements/predicates/MinMaxBounds$FloatDegrees.d.ts +31 -0
  7395. package/types/net/minecraft/advancements/predicates/MinMaxBounds$Ints.d.ts +40 -0
  7396. package/types/net/minecraft/advancements/predicates/MinMaxBounds.d.ts +11 -0
  7397. package/types/net/minecraft/advancements/predicates/MobEffectsPredicate$Builder.d.ts +14 -0
  7398. package/types/net/minecraft/advancements/predicates/MobEffectsPredicate$MobEffectInstancePredicate.d.ts +23 -0
  7399. package/types/net/minecraft/advancements/predicates/MobEffectsPredicate.d.ts +21 -0
  7400. package/types/net/minecraft/advancements/predicates/SlotsPredicate.d.ts +16 -0
  7401. package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$Builder.d.ts +18 -0
  7402. package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$ExactMatcher.d.ts +22 -0
  7403. package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$PropertyMatcher.d.ts +21 -0
  7404. package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$RangedMatcher.d.ts +25 -0
  7405. package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate.d.ts +25 -0
  7406. package/types/net/minecraft/advancements/predicates/TagPredicate.d.ts +20 -0
  7407. package/types/net/minecraft/advancements/predicates/entity/CubeMobPredicate.d.ts +21 -0
  7408. package/types/net/minecraft/advancements/predicates/entity/DistanceToPlayerPredicate.d.ts +20 -0
  7409. package/types/net/minecraft/advancements/predicates/entity/EntityEffectsPredicate.d.ts +20 -0
  7410. package/types/net/minecraft/advancements/predicates/entity/EntityEquipmentPredicate$Builder.d.ts +24 -0
  7411. package/types/net/minecraft/advancements/predicates/entity/EntityEquipmentPredicate.d.ts +38 -0
  7412. package/types/net/minecraft/advancements/predicates/entity/EntityExactDataComponentsPredicate.d.ts +20 -0
  7413. package/types/net/minecraft/advancements/predicates/entity/EntityFlagsPredicate$Builder.d.ts +26 -0
  7414. package/types/net/minecraft/advancements/predicates/entity/EntityFlagsPredicate.d.ts +37 -0
  7415. package/types/net/minecraft/advancements/predicates/entity/EntityLocationPredicate.d.ts +20 -0
  7416. package/types/net/minecraft/advancements/predicates/entity/EntityNbtPredicate.d.ts +20 -0
  7417. package/types/net/minecraft/advancements/predicates/entity/EntityPartialComponentsPredicate.d.ts +21 -0
  7418. package/types/net/minecraft/advancements/predicates/entity/EntityPredicate$Builder.d.ts +63 -0
  7419. package/types/net/minecraft/advancements/predicates/entity/EntityPredicate.d.ts +28 -0
  7420. package/types/net/minecraft/advancements/predicates/entity/EntitySlotsPredicate.d.ts +20 -0
  7421. package/types/net/minecraft/advancements/predicates/entity/EntitySubPredicate.d.ts +8 -0
  7422. package/types/net/minecraft/advancements/predicates/entity/EntitySubPredicates.d.ts +7 -0
  7423. package/types/net/minecraft/advancements/predicates/entity/EntityTagPredicate.d.ts +25 -0
  7424. package/types/net/minecraft/advancements/predicates/entity/EntityTypePredicate.d.ts +26 -0
  7425. package/types/net/minecraft/advancements/predicates/entity/FishingHookPredicate.d.ts +22 -0
  7426. package/types/net/minecraft/advancements/predicates/entity/LightningBoltPredicate.d.ts +25 -0
  7427. package/types/net/minecraft/advancements/predicates/entity/MovementAffectedByPredicate.d.ts +20 -0
  7428. package/types/net/minecraft/advancements/predicates/entity/MovementPredicate.d.ts +37 -0
  7429. package/types/net/minecraft/advancements/predicates/entity/PassengerPredicate.d.ts +20 -0
  7430. package/types/net/minecraft/advancements/predicates/entity/PeriodicEntityTickPredicate.d.ts +19 -0
  7431. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +16 -0
  7432. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementDonePredicate.d.ts +16 -0
  7433. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementPredicate.d.ts +8 -0
  7434. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$Builder.d.ts +39 -0
  7435. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$StatMatcher.d.ts +25 -0
  7436. package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate.d.ts +43 -0
  7437. package/types/net/minecraft/advancements/predicates/entity/RaiderPredicate.d.ts +22 -0
  7438. package/types/net/minecraft/advancements/predicates/entity/SheepPredicate.d.ts +21 -0
  7439. package/types/net/minecraft/advancements/predicates/entity/SteppingOnPredicate.d.ts +20 -0
  7440. package/types/net/minecraft/advancements/predicates/entity/TargetedEntityPredicate.d.ts +20 -0
  7441. package/types/net/minecraft/advancements/predicates/entity/TeamPredicate.d.ts +19 -0
  7442. package/types/net/minecraft/advancements/predicates/entity/VehiclePredicate.d.ts +20 -0
  7443. package/types/net/minecraft/advancements/triggers/AnyBlockInteractionTrigger$TriggerInstance.d.ts +21 -0
  7444. package/types/net/minecraft/advancements/triggers/AnyBlockInteractionTrigger.d.ts +13 -0
  7445. package/types/net/minecraft/advancements/triggers/BeeNestDestroyedTrigger$TriggerInstance.d.ts +33 -0
  7446. package/types/net/minecraft/advancements/triggers/BeeNestDestroyedTrigger.d.ts +13 -0
  7447. package/types/net/minecraft/advancements/triggers/BredAnimalsTrigger$TriggerInstance.d.ts +31 -0
  7448. package/types/net/minecraft/advancements/triggers/BredAnimalsTrigger.d.ts +13 -0
  7449. package/types/net/minecraft/advancements/triggers/BrewedPotionTrigger$TriggerInstance.d.ts +24 -0
  7450. package/types/net/minecraft/advancements/triggers/BrewedPotionTrigger.d.ts +13 -0
  7451. package/types/net/minecraft/advancements/triggers/ChangeDimensionTrigger$TriggerInstance.d.ts +29 -0
  7452. package/types/net/minecraft/advancements/triggers/ChangeDimensionTrigger.d.ts +13 -0
  7453. package/types/net/minecraft/advancements/triggers/ChanneledLightningTrigger$TriggerInstance.d.ts +23 -0
  7454. package/types/net/minecraft/advancements/triggers/ChanneledLightningTrigger.d.ts +12 -0
  7455. package/types/net/minecraft/advancements/triggers/ConstructBeaconTrigger$TriggerInstance.d.ts +24 -0
  7456. package/types/net/minecraft/advancements/triggers/ConstructBeaconTrigger.d.ts +11 -0
  7457. package/types/net/minecraft/advancements/triggers/ConsumeItemTrigger$TriggerInstance.d.ts +30 -0
  7458. package/types/net/minecraft/advancements/triggers/ConsumeItemTrigger.d.ts +12 -0
  7459. package/types/net/minecraft/advancements/triggers/CriteriaTriggers.d.ts +110 -0
  7460. package/types/net/minecraft/advancements/triggers/Criterion.d.ts +16 -0
  7461. package/types/net/minecraft/advancements/triggers/CriterionTrigger.d.ts +8 -0
  7462. package/types/net/minecraft/advancements/triggers/CuredZombieVillagerTrigger$TriggerInstance.d.ts +25 -0
  7463. package/types/net/minecraft/advancements/triggers/CuredZombieVillagerTrigger.d.ts +13 -0
  7464. package/types/net/minecraft/advancements/triggers/DefaultBlockInteractionTrigger$TriggerInstance.d.ts +21 -0
  7465. package/types/net/minecraft/advancements/triggers/DefaultBlockInteractionTrigger.d.ts +12 -0
  7466. package/types/net/minecraft/advancements/triggers/DistanceTrigger$TriggerInstance.d.ts +32 -0
  7467. package/types/net/minecraft/advancements/triggers/DistanceTrigger.d.ts +12 -0
  7468. package/types/net/minecraft/advancements/triggers/EffectsChangedTrigger$TriggerInstance.d.ts +30 -0
  7469. package/types/net/minecraft/advancements/triggers/EffectsChangedTrigger.d.ts +12 -0
  7470. package/types/net/minecraft/advancements/triggers/EnchantedItemTrigger$TriggerInstance.d.ts +27 -0
  7471. package/types/net/minecraft/advancements/triggers/EnchantedItemTrigger.d.ts +12 -0
  7472. package/types/net/minecraft/advancements/triggers/EnterBlockTrigger$TriggerInstance.d.ts +28 -0
  7473. package/types/net/minecraft/advancements/triggers/EnterBlockTrigger.d.ts +12 -0
  7474. package/types/net/minecraft/advancements/triggers/EntityHurtPlayerTrigger$TriggerInstance.d.ts +28 -0
  7475. package/types/net/minecraft/advancements/triggers/EntityHurtPlayerTrigger.d.ts +12 -0
  7476. package/types/net/minecraft/advancements/triggers/FallAfterExplosionTrigger$TriggerInstance.d.ts +32 -0
  7477. package/types/net/minecraft/advancements/triggers/FallAfterExplosionTrigger.d.ts +13 -0
  7478. package/types/net/minecraft/advancements/triggers/FilledBucketTrigger$TriggerInstance.d.ts +25 -0
  7479. package/types/net/minecraft/advancements/triggers/FilledBucketTrigger.d.ts +12 -0
  7480. package/types/net/minecraft/advancements/triggers/FishingRodHookedTrigger$TriggerInstance.d.ts +30 -0
  7481. package/types/net/minecraft/advancements/triggers/FishingRodHookedTrigger.d.ts +13 -0
  7482. package/types/net/minecraft/advancements/triggers/ImpossibleTrigger.d.ts +10 -0
  7483. package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger$TriggerInstance$Slots.d.ts +19 -0
  7484. package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger$TriggerInstance.d.ts +29 -0
  7485. package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger.d.ts +14 -0
  7486. package/types/net/minecraft/advancements/triggers/ItemDurabilityTrigger$TriggerInstance.d.ts +30 -0
  7487. package/types/net/minecraft/advancements/triggers/ItemDurabilityTrigger.d.ts +12 -0
  7488. package/types/net/minecraft/advancements/triggers/ItemUsedOnLocationTrigger$TriggerInstance.d.ts +34 -0
  7489. package/types/net/minecraft/advancements/triggers/ItemUsedOnLocationTrigger.d.ts +13 -0
  7490. package/types/net/minecraft/advancements/triggers/KilledByArrowTrigger$TriggerInstance.d.ts +33 -0
  7491. package/types/net/minecraft/advancements/triggers/KilledByArrowTrigger.d.ts +13 -0
  7492. package/types/net/minecraft/advancements/triggers/KilledTrigger$TriggerInstance.d.ts +45 -0
  7493. package/types/net/minecraft/advancements/triggers/KilledTrigger.d.ts +13 -0
  7494. package/types/net/minecraft/advancements/triggers/LevitationTrigger$TriggerInstance.d.ts +28 -0
  7495. package/types/net/minecraft/advancements/triggers/LevitationTrigger.d.ts +12 -0
  7496. package/types/net/minecraft/advancements/triggers/LightningStrikeTrigger$TriggerInstance.d.ts +26 -0
  7497. package/types/net/minecraft/advancements/triggers/LightningStrikeTrigger.d.ts +13 -0
  7498. package/types/net/minecraft/advancements/triggers/LootTableTrigger$TriggerInstance.d.ts +24 -0
  7499. package/types/net/minecraft/advancements/triggers/LootTableTrigger.d.ts +13 -0
  7500. package/types/net/minecraft/advancements/triggers/PickedUpItemTrigger$TriggerInstance.d.ts +29 -0
  7501. package/types/net/minecraft/advancements/triggers/PickedUpItemTrigger.d.ts +13 -0
  7502. package/types/net/minecraft/advancements/triggers/PlayerHurtEntityTrigger$TriggerInstance.d.ts +35 -0
  7503. package/types/net/minecraft/advancements/triggers/PlayerHurtEntityTrigger.d.ts +13 -0
  7504. package/types/net/minecraft/advancements/triggers/PlayerInteractTrigger$TriggerInstance.d.ts +31 -0
  7505. package/types/net/minecraft/advancements/triggers/PlayerInteractTrigger.d.ts +13 -0
  7506. package/types/net/minecraft/advancements/triggers/PlayerTrigger$TriggerInstance.d.ts +32 -0
  7507. package/types/net/minecraft/advancements/triggers/PlayerTrigger.d.ts +11 -0
  7508. package/types/net/minecraft/advancements/triggers/RecipeCraftedTrigger$TriggerInstance.d.ts +31 -0
  7509. package/types/net/minecraft/advancements/triggers/RecipeCraftedTrigger.d.ts +14 -0
  7510. package/types/net/minecraft/advancements/triggers/RecipeUnlockedTrigger$TriggerInstance.d.ts +23 -0
  7511. package/types/net/minecraft/advancements/triggers/RecipeUnlockedTrigger.d.ts +16 -0
  7512. package/types/net/minecraft/advancements/triggers/ShotCrossbowTrigger$TriggerInstance.d.ts +28 -0
  7513. package/types/net/minecraft/advancements/triggers/ShotCrossbowTrigger.d.ts +12 -0
  7514. package/types/net/minecraft/advancements/triggers/SimpleCriterionTrigger$SimpleInstance.d.ts +9 -0
  7515. package/types/net/minecraft/advancements/triggers/SimpleCriterionTrigger.d.ts +11 -0
  7516. package/types/net/minecraft/advancements/triggers/SlideDownBlockTrigger$TriggerInstance.d.ts +28 -0
  7517. package/types/net/minecraft/advancements/triggers/SlideDownBlockTrigger.d.ts +12 -0
  7518. package/types/net/minecraft/advancements/triggers/SpearMobsTrigger$TriggerInstance.d.ts +22 -0
  7519. package/types/net/minecraft/advancements/triggers/SpearMobsTrigger.d.ts +11 -0
  7520. package/types/net/minecraft/advancements/triggers/StartRidingTrigger$TriggerInstance.d.ts +20 -0
  7521. package/types/net/minecraft/advancements/triggers/StartRidingTrigger.d.ts +11 -0
  7522. package/types/net/minecraft/advancements/triggers/SummonedEntityTrigger$TriggerInstance.d.ts +24 -0
  7523. package/types/net/minecraft/advancements/triggers/SummonedEntityTrigger.d.ts +12 -0
  7524. package/types/net/minecraft/advancements/triggers/TameAnimalTrigger$TriggerInstance.d.ts +25 -0
  7525. package/types/net/minecraft/advancements/triggers/TameAnimalTrigger.d.ts +12 -0
  7526. package/types/net/minecraft/advancements/triggers/TargetBlockTrigger$TriggerInstance.d.ts +27 -0
  7527. package/types/net/minecraft/advancements/triggers/TargetBlockTrigger.d.ts +13 -0
  7528. package/types/net/minecraft/advancements/triggers/TradeTrigger$TriggerInstance.d.ts +29 -0
  7529. package/types/net/minecraft/advancements/triggers/TradeTrigger.d.ts +13 -0
  7530. package/types/net/minecraft/advancements/triggers/UsedEnderEyeTrigger$TriggerInstance.d.ts +21 -0
  7531. package/types/net/minecraft/advancements/triggers/UsedEnderEyeTrigger.d.ts +12 -0
  7532. package/types/net/minecraft/advancements/triggers/UsedTotemTrigger$TriggerInstance.d.ts +28 -0
  7533. package/types/net/minecraft/advancements/triggers/UsedTotemTrigger.d.ts +12 -0
  7534. package/types/net/minecraft/advancements/triggers/UsingItemTrigger$TriggerInstance.d.ts +26 -0
  7535. package/types/net/minecraft/advancements/triggers/UsingItemTrigger.d.ts +12 -0
  7536. package/types/net/minecraft/client/GameLoadCookie.d.ts +14 -0
  7537. package/types/net/minecraft/client/GraphicsPreset.d.ts +0 -3
  7538. package/types/net/minecraft/client/KeyMapping.d.ts +1 -0
  7539. package/types/net/minecraft/client/KeyboardHandler.d.ts +1 -2
  7540. package/types/net/minecraft/client/Minecraft.d.ts +45 -66
  7541. package/types/net/minecraft/client/MouseHandler$LastClick.d.ts +1 -0
  7542. package/types/net/minecraft/client/MouseHandler.d.ts +0 -1
  7543. package/types/net/minecraft/client/OptionInstance$AltEnum.d.ts +1 -1
  7544. package/types/net/minecraft/client/OptionInstance$ClampingLazyMaxIntRange.d.ts +2 -1
  7545. package/types/net/minecraft/client/OptionInstance$CycleableValueSet.d.ts +1 -1
  7546. package/types/net/minecraft/client/OptionInstance$Enum.d.ts +1 -1
  7547. package/types/net/minecraft/client/OptionInstance$IntRange.d.ts +2 -0
  7548. package/types/net/minecraft/client/OptionInstance$IntRangeBase.d.ts +1 -1
  7549. package/types/net/minecraft/client/OptionInstance$LazyEnum.d.ts +1 -1
  7550. package/types/net/minecraft/client/OptionInstance$OptionInstanceSliderButton.d.ts +1 -1
  7551. package/types/net/minecraft/client/OptionInstance$SliderableEnum.d.ts +1 -1
  7552. package/types/net/minecraft/client/OptionInstance$SliderableOrCyclableValueSet.d.ts +1 -1
  7553. package/types/net/minecraft/client/OptionInstance$SliderableValueSet.d.ts +1 -1
  7554. package/types/net/minecraft/client/OptionInstance$UnitDouble.d.ts +1 -1
  7555. package/types/net/minecraft/client/OptionInstance$ValueSet.d.ts +1 -1
  7556. package/types/net/minecraft/client/OptionInstance$ValueUpdateListener.d.ts +4 -0
  7557. package/types/net/minecraft/client/OptionInstance.d.ts +8 -7
  7558. package/types/net/minecraft/client/Options.d.ts +12 -4
  7559. package/types/net/minecraft/client/PeriodicNotificationManager$Notification.d.ts +1 -0
  7560. package/types/net/minecraft/client/PreferredGraphicsApi.d.ts +34 -0
  7561. package/types/net/minecraft/client/PresenceSharing.d.ts +35 -0
  7562. package/types/net/minecraft/client/RotatingSectionStorage$Node.d.ts +10 -0
  7563. package/types/net/minecraft/client/RotatingSectionStorage$Value.d.ts +5 -0
  7564. package/types/net/minecraft/client/RotatingSectionStorage$ValueCreator.d.ts +5 -0
  7565. package/types/net/minecraft/client/Screenshot.d.ts +2 -0
  7566. package/types/net/minecraft/client/SectionUpdateTracker$SectionDirtyState.d.ts +14 -0
  7567. package/types/net/minecraft/client/SectionUpdateTracker.d.ts +15 -0
  7568. package/types/net/minecraft/client/StringSplitter$LineBreakFinder.d.ts +2 -1
  7569. package/types/net/minecraft/client/StringSplitter$WidthLimitedCharSink.d.ts +2 -1
  7570. package/types/net/minecraft/client/animation/AnimationChannel.d.ts +1 -0
  7571. package/types/net/minecraft/client/animation/AnimationDefinition.d.ts +1 -0
  7572. package/types/net/minecraft/client/animation/Keyframe.d.ts +2 -0
  7573. package/types/net/minecraft/client/animation/KeyframeAnimation$Entry.d.ts +1 -0
  7574. package/types/net/minecraft/client/color/block/BlockTintCache$LatestCacheInfo.d.ts +2 -2
  7575. package/types/net/minecraft/client/color/item/Constant.d.ts +1 -0
  7576. package/types/net/minecraft/client/color/item/CustomModelDataSource.d.ts +1 -0
  7577. package/types/net/minecraft/client/color/item/Dye.d.ts +1 -0
  7578. package/types/net/minecraft/client/color/item/Firework.d.ts +2 -0
  7579. package/types/net/minecraft/client/color/item/GrassColorSource.d.ts +2 -0
  7580. package/types/net/minecraft/client/color/item/MapColor.d.ts +2 -0
  7581. package/types/net/minecraft/client/color/item/Potion.d.ts +2 -0
  7582. package/types/net/minecraft/client/color/item/TeamColor.d.ts +1 -0
  7583. package/types/net/minecraft/client/data/models/BlockModelGenerators$BlockFamilyProvider.d.ts +7 -1
  7584. package/types/net/minecraft/client/data/models/BlockModelGenerators$WoodProvider.d.ts +2 -1
  7585. package/types/net/minecraft/client/data/models/BlockModelGenerators.d.ts +8 -8
  7586. package/types/net/minecraft/client/data/models/model/ItemModelUtils.d.ts +1 -0
  7587. package/types/net/minecraft/client/data/models/model/ModelTemplates.d.ts +16 -1
  7588. package/types/net/minecraft/client/data/models/model/TextureMapping.d.ts +2 -0
  7589. package/types/net/minecraft/client/entity/ClientMannequin.d.ts +20 -2
  7590. package/types/net/minecraft/client/gui/ActiveTextCollector$Parameters.d.ts +2 -0
  7591. package/types/net/minecraft/client/gui/ComponentPath$Leaf.d.ts +1 -0
  7592. package/types/net/minecraft/client/gui/ComponentPath$Path.d.ts +1 -0
  7593. package/types/net/minecraft/client/gui/ComponentPath.d.ts +1 -0
  7594. package/types/net/minecraft/client/gui/Font$GlyphVisitor.d.ts +1 -0
  7595. package/types/net/minecraft/client/gui/Font$PreparedTextBuilder.d.ts +4 -2
  7596. package/types/net/minecraft/client/gui/Font.d.ts +1 -8
  7597. package/types/net/minecraft/client/gui/Gui.d.ts +48 -133
  7598. package/types/net/minecraft/client/gui/GuiGraphicsExtractor$RenderingTextCollector.d.ts +2 -1
  7599. package/types/net/minecraft/client/gui/GuiGraphicsExtractor$ScissorStack.d.ts +4 -3
  7600. package/types/net/minecraft/client/gui/GuiGraphicsExtractor.d.ts +4 -7
  7601. package/types/net/minecraft/client/gui/Hud$ContextualInfo.d.ts +14 -0
  7602. package/types/net/minecraft/client/gui/Hud$HeartType.d.ts +26 -0
  7603. package/types/net/minecraft/client/gui/Hud.d.ts +148 -0
  7604. package/types/net/minecraft/client/gui/components/AbstractContainerWidget.d.ts +1 -0
  7605. package/types/net/minecraft/client/gui/components/AbstractScrollArea$ScrollbarSettings.d.ts +2 -0
  7606. package/types/net/minecraft/client/gui/components/AbstractStringWidget.d.ts +1 -0
  7607. package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +2 -3
  7608. package/types/net/minecraft/client/gui/components/ChatComponent$DelayedMessageDeletion.d.ts +1 -0
  7609. package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +3 -4
  7610. package/types/net/minecraft/client/gui/components/CommandSuggestions$SuggestionsList.d.ts +2 -1
  7611. package/types/net/minecraft/client/gui/components/CommonButtons.d.ts +2 -0
  7612. package/types/net/minecraft/client/gui/components/DebugScreenOverlay.d.ts +0 -6
  7613. package/types/net/minecraft/client/gui/components/EditBox.d.ts +1 -0
  7614. package/types/net/minecraft/client/gui/components/FocusableTextWidget.d.ts +7 -0
  7615. package/types/net/minecraft/client/gui/components/FriendsButton.d.ts +24 -0
  7616. package/types/net/minecraft/client/gui/components/MultiLineLabel$TextAndWidth.d.ts +1 -0
  7617. package/types/net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey.d.ts +1 -0
  7618. package/types/net/minecraft/client/gui/components/MultilineTextField$StringView.d.ts +1 -0
  7619. package/types/net/minecraft/client/gui/components/OptionsList$Entry.d.ts +1 -0
  7620. package/types/net/minecraft/client/gui/components/OptionsList.d.ts +1 -0
  7621. package/types/net/minecraft/client/gui/components/PlayerFaceExtractor.d.ts +2 -0
  7622. package/types/net/minecraft/client/gui/components/PlayerFaceWidget.d.ts +16 -0
  7623. package/types/net/minecraft/client/gui/components/PlayerSkinWidget.d.ts +3 -3
  7624. package/types/net/minecraft/client/gui/components/PlayerTabOverlay$ScoreDisplayEntry.d.ts +1 -0
  7625. package/types/net/minecraft/client/gui/components/PlayerTabOverlay.d.ts +3 -3
  7626. package/types/net/minecraft/client/gui/components/ScrollableLayout$Container.d.ts +3 -1
  7627. package/types/net/minecraft/client/gui/components/ScrollableLayout.d.ts +4 -1
  7628. package/types/net/minecraft/client/gui/components/SpriteIconButton$Builder.d.ts +7 -1
  7629. package/types/net/minecraft/client/gui/components/SpriteIconButton$CenteredIcon.d.ts +1 -1
  7630. package/types/net/minecraft/client/gui/components/SpriteIconButton$TextAndIcon.d.ts +1 -1
  7631. package/types/net/minecraft/client/gui/components/SpriteIconButton.d.ts +13 -1
  7632. package/types/net/minecraft/client/gui/components/SubtitleOverlay$SoundPlayedAt.d.ts +1 -0
  7633. package/types/net/minecraft/client/gui/components/TabButton.d.ts +1 -8
  7634. package/types/net/minecraft/client/gui/components/debug/DebugEntryCategory.d.ts +1 -0
  7635. package/types/net/minecraft/client/gui/components/debug/DebugEntrySystemSpecs.d.ts +3 -0
  7636. package/types/net/minecraft/client/gui/components/debug/DebugScreenEntryList$SerializedOptions.d.ts +1 -1
  7637. package/types/net/minecraft/client/gui/components/tabs/GridLayoutTab.d.ts +3 -1
  7638. package/types/net/minecraft/client/gui/components/tabs/LoadingTab.d.ts +3 -1
  7639. package/types/net/minecraft/client/gui/components/tabs/MenuTabBar$Builder.d.ts +12 -0
  7640. package/types/net/minecraft/client/gui/components/tabs/MenuTabBar$MenuTabButton.d.ts +19 -0
  7641. package/types/net/minecraft/client/gui/components/tabs/MenuTabBar.d.ts +22 -0
  7642. package/types/net/minecraft/client/gui/components/tabs/Tab.d.ts +2 -0
  7643. package/types/net/minecraft/client/gui/components/tabs/TabManager.d.ts +1 -0
  7644. package/types/net/minecraft/client/gui/components/tabs/TabNavigationBar$Builder.d.ts +7 -2
  7645. package/types/net/minecraft/client/gui/components/tabs/TabNavigationBar.d.ts +18 -11
  7646. package/types/net/minecraft/client/gui/components/toasts/FriendToast$SkinToastEmitter.d.ts +6 -0
  7647. package/types/net/minecraft/client/gui/components/toasts/FriendToast.d.ts +43 -0
  7648. package/types/net/minecraft/client/gui/components/toasts/SystemToast$SystemToastId.d.ts +1 -0
  7649. package/types/net/minecraft/client/gui/components/toasts/SystemToast.d.ts +4 -3
  7650. package/types/net/minecraft/client/gui/components/toasts/ToastManager$ToastInstance.d.ts +2 -1
  7651. package/types/net/minecraft/client/gui/contextualbar/ContextualBar.d.ts +10 -0
  7652. package/types/net/minecraft/client/gui/contextualbar/ExperienceBar.d.ts +20 -0
  7653. package/types/net/minecraft/client/gui/contextualbar/JumpableVehicleBar.d.ts +22 -0
  7654. package/types/net/minecraft/client/gui/contextualbar/LocatorBar.d.ts +20 -0
  7655. package/types/net/minecraft/client/gui/font/AtlasGlyphProvider$Instance.d.ts +1 -0
  7656. package/types/net/minecraft/client/gui/font/EmptyArea.d.ts +1 -0
  7657. package/types/net/minecraft/client/gui/font/FontManager$BuilderId.d.ts +1 -0
  7658. package/types/net/minecraft/client/gui/font/FontManager$CachedFontProvider.d.ts +2 -1
  7659. package/types/net/minecraft/client/gui/font/FontSet$DelayedBake.d.ts +2 -1
  7660. package/types/net/minecraft/client/gui/font/FontSet$Source.d.ts +2 -1
  7661. package/types/net/minecraft/client/gui/font/GlyphRenderTypes.d.ts +1 -1
  7662. package/types/net/minecraft/client/gui/font/PlayerGlyphProvider$Instance.d.ts +1 -0
  7663. package/types/net/minecraft/client/gui/font/glyphs/BakedSheetGlyph$EffectInstance.d.ts +1 -0
  7664. package/types/net/minecraft/client/gui/font/glyphs/BakedSheetGlyph$GlyphInstance.d.ts +1 -0
  7665. package/types/net/minecraft/client/gui/font/providers/BitmapProvider$Definition.d.ts +1 -0
  7666. package/types/net/minecraft/client/gui/font/providers/BitmapProvider$Glyph.d.ts +4 -3
  7667. package/types/net/minecraft/client/gui/font/providers/BitmapProvider$ImageDataHolder.d.ts +13 -0
  7668. package/types/net/minecraft/client/gui/font/providers/BitmapProvider.d.ts +3 -3
  7669. package/types/net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift.d.ts +1 -0
  7670. package/types/net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition.d.ts +1 -0
  7671. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$ByteContents.d.ts +1 -0
  7672. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions.d.ts +1 -0
  7673. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$Glyph.d.ts +1 -0
  7674. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$IntContents.d.ts +1 -0
  7675. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange.d.ts +1 -0
  7676. package/types/net/minecraft/client/gui/font/providers/UnihexProvider$ShortContents.d.ts +1 -0
  7677. package/types/net/minecraft/client/gui/layouts/AbstractLayout.d.ts +1 -0
  7678. package/types/net/minecraft/client/gui/layouts/EqualSpacingLayout.d.ts +1 -0
  7679. package/types/net/minecraft/client/gui/layouts/FrameLayout.d.ts +1 -0
  7680. package/types/net/minecraft/client/gui/layouts/GridLayout$RowHelper.d.ts +1 -1
  7681. package/types/net/minecraft/client/gui/layouts/GridLayout.d.ts +1 -0
  7682. package/types/net/minecraft/client/gui/layouts/HeaderAndFooterLayout.d.ts +1 -0
  7683. package/types/net/minecraft/client/gui/layouts/Layout.d.ts +1 -0
  7684. package/types/net/minecraft/client/gui/layouts/LinearLayout.d.ts +1 -0
  7685. package/types/net/minecraft/client/gui/narration/ScreenNarrationCollector$EntryKey.d.ts +1 -0
  7686. package/types/net/minecraft/client/gui/narration/ScreenNarrationCollector$Output.d.ts +2 -1
  7687. package/types/net/minecraft/client/gui/navigation/FocusNavigationEvent$TabNavigation.d.ts +1 -0
  7688. package/types/net/minecraft/client/gui/navigation/ScreenPosition.d.ts +1 -0
  7689. package/types/net/minecraft/client/gui/navigation/ScreenRectangle.d.ts +2 -0
  7690. package/types/net/minecraft/client/gui/render/GuiItemAtlas$SlotView.d.ts +1 -0
  7691. package/types/net/minecraft/client/gui/render/GuiItemAtlas.d.ts +3 -5
  7692. package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +7 -13
  7693. package/types/net/minecraft/client/gui/render/GuiRenderer.d.ts +12 -29
  7694. package/types/net/minecraft/client/gui/render/pip/GuiBannerResultRenderer.d.ts +3 -3
  7695. package/types/net/minecraft/client/gui/render/pip/GuiBookModelRenderer.d.ts +3 -3
  7696. package/types/net/minecraft/client/gui/render/pip/GuiEntityRenderer.d.ts +3 -3
  7697. package/types/net/minecraft/client/gui/render/pip/GuiProfilerChartRenderer.d.ts +3 -3
  7698. package/types/net/minecraft/client/gui/render/pip/GuiSkinRenderer.d.ts +3 -3
  7699. package/types/net/minecraft/client/gui/render/pip/OversizedItemRenderer.d.ts +3 -3
  7700. package/types/net/minecraft/client/gui/render/pip/PictureInPictureRenderer.d.ts +7 -5
  7701. package/types/net/minecraft/client/gui/screens/AccessibilityOnboardingScreen.d.ts +0 -1
  7702. package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +2 -1
  7703. package/types/net/minecraft/client/gui/screens/ConfirmScreen.d.ts +2 -0
  7704. package/types/net/minecraft/client/gui/screens/CreateBuffetWorldScreen$BiomeList$Entry.d.ts +2 -1
  7705. package/types/net/minecraft/client/gui/screens/CreateBuffetWorldScreen$BiomeList.d.ts +2 -1
  7706. package/types/net/minecraft/client/gui/screens/CreateFlatWorldScreen$DetailsList$LayerEntry.d.ts +2 -1
  7707. package/types/net/minecraft/client/gui/screens/CreateFlatWorldScreen$DetailsList.d.ts +2 -1
  7708. package/types/net/minecraft/client/gui/screens/LoadingOverlay.d.ts +0 -1
  7709. package/types/net/minecraft/client/gui/screens/MultiplayerOptionsScreen.d.ts +55 -0
  7710. package/types/net/minecraft/client/gui/screens/Overlay.d.ts +1 -1
  7711. package/types/net/minecraft/client/gui/screens/PauseScreen.d.ts +8 -8
  7712. package/types/net/minecraft/client/gui/screens/PresetFlatWorldScreen$PresetsList$Entry.d.ts +3 -1
  7713. package/types/net/minecraft/client/gui/screens/PresetFlatWorldScreen$PresetsList.d.ts +2 -1
  7714. package/types/net/minecraft/client/gui/screens/PrivacyConfirmLinkScreen.d.ts +35 -0
  7715. package/types/net/minecraft/client/gui/screens/Screen$NarratableSearchResult.d.ts +1 -0
  7716. package/types/net/minecraft/client/gui/screens/Screen.d.ts +0 -1
  7717. package/types/net/minecraft/client/gui/screens/TitleScreen.d.ts +3 -1
  7718. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$GeneralStatisticsList$Entry.d.ts +2 -1
  7719. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$GeneralStatisticsList.d.ts +2 -1
  7720. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList$ItemRow$ItemRowWidget.d.ts +2 -1
  7721. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList$ItemRow.d.ts +2 -1
  7722. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList.d.ts +2 -1
  7723. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$MobsStatisticsList$MobRow.d.ts +3 -1
  7724. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$MobsStatisticsList.d.ts +2 -1
  7725. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$StatisticsTab.d.ts +3 -1
  7726. package/types/net/minecraft/client/gui/screens/achievement/StatsScreen.d.ts +2 -2
  7727. package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +3 -1
  7728. package/types/net/minecraft/client/gui/screens/advancements/AdvancementsScreen.d.ts +6 -3
  7729. package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$CategoryEntry.d.ts +2 -1
  7730. package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$OptionEntry.d.ts +2 -1
  7731. package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$OptionList.d.ts +2 -1
  7732. package/types/net/minecraft/client/gui/screens/friends/AbstractFriendsEntryContainerWidget.d.ts +42 -0
  7733. package/types/net/minecraft/client/gui/screens/friends/AbstractFriendsTab.d.ts +27 -0
  7734. package/types/net/minecraft/client/gui/screens/friends/AddFriendWidget$State.d.ts +14 -0
  7735. package/types/net/minecraft/client/gui/screens/friends/AddFriendWidget.d.ts +42 -0
  7736. package/types/net/minecraft/client/gui/screens/friends/FriendEntry.d.ts +29 -0
  7737. package/types/net/minecraft/client/gui/screens/friends/FriendsListConfirmScreen.d.ts +23 -0
  7738. package/types/net/minecraft/client/gui/screens/friends/FriendsOverlayScreen.d.ts +63 -0
  7739. package/types/net/minecraft/client/gui/screens/friends/FriendsOverlayTabButton.d.ts +20 -0
  7740. package/types/net/minecraft/client/gui/screens/friends/FriendsTab.d.ts +38 -0
  7741. package/types/net/minecraft/client/gui/screens/friends/IncomingEntry.d.ts +23 -0
  7742. package/types/net/minecraft/client/gui/screens/friends/OutgoingEntry.d.ts +22 -0
  7743. package/types/net/minecraft/client/gui/screens/friends/PendingTab.d.ts +32 -0
  7744. package/types/net/minecraft/client/gui/screens/inventory/AbstractContainerScreen.d.ts +0 -9
  7745. package/types/net/minecraft/client/gui/screens/inventory/AbstractSignEditScreen.d.ts +2 -2
  7746. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconCancelButton.d.ts +2 -1
  7747. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconConfirmButton.d.ts +2 -1
  7748. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconPowerButton.d.ts +2 -1
  7749. package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconUpgradePowerButton.d.ts +2 -1
  7750. package/types/net/minecraft/client/gui/screens/inventory/HangingSignEditScreen.d.ts +2 -2
  7751. package/types/net/minecraft/client/gui/screens/inventory/MerchantScreen$TradeOfferButton.d.ts +2 -1
  7752. package/types/net/minecraft/client/gui/screens/inventory/SignEditScreen.d.ts +5 -7
  7753. package/types/net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$OnlineServerEntry.d.ts +2 -1
  7754. package/types/net/minecraft/client/gui/screens/options/AccessibilityOptionsScreen.d.ts +0 -1
  7755. package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen$LanguageSelectionList$Entry.d.ts +2 -1
  7756. package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen$LanguageSelectionList.d.ts +2 -1
  7757. package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen.d.ts +0 -1
  7758. package/types/net/minecraft/client/gui/screens/options/OnlineOptionsScreen.d.ts +11 -6
  7759. package/types/net/minecraft/client/gui/screens/options/OptionsScreen.d.ts +1 -9
  7760. package/types/net/minecraft/client/gui/screens/options/VideoSettingsScreen.d.ts +5 -0
  7761. package/types/net/minecraft/client/gui/screens/options/WorldOptionsScreen.d.ts +13 -1
  7762. package/types/net/minecraft/client/gui/screens/options/controls/KeyBindsList$CategoryEntry.d.ts +2 -1
  7763. package/types/net/minecraft/client/gui/screens/options/controls/KeyBindsList$KeyEntry.d.ts +2 -1
  7764. package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +2 -1
  7765. package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$SelectedPackEntry.d.ts +2 -1
  7766. package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$UnselectedPackEntry.d.ts +2 -1
  7767. package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen.d.ts +2 -1
  7768. package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$Entry.d.ts +2 -1
  7769. package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$HeaderEntry.d.ts +2 -1
  7770. package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$PackEntry.d.ts +1 -1
  7771. package/types/net/minecraft/client/gui/screens/recipebook/GhostSlots$GhostSlot.d.ts +1 -0
  7772. package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayCraftingRecipeButton.d.ts +2 -1
  7773. package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayRecipeButton$Pos.d.ts +1 -0
  7774. package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayRecipeButton.d.ts +2 -1
  7775. package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlaySmeltingRecipeButton.d.ts +2 -1
  7776. package/types/net/minecraft/client/gui/screens/reporting/AbstractReportScreen$DiscardReportWarningScreen.d.ts +2 -1
  7777. package/types/net/minecraft/client/gui/screens/reporting/ChatSelectionScreen$ChatSelectionList.d.ts +2 -1
  7778. package/types/net/minecraft/client/gui/screens/reporting/ReportReasonSelectionScreen$ReasonSelectionList$Entry.d.ts +2 -1
  7779. package/types/net/minecraft/client/gui/screens/reporting/ReportReasonSelectionScreen$ReasonSelectionList.d.ts +2 -1
  7780. package/types/net/minecraft/client/gui/screens/social/PlayerSocialManager$PlayerData.d.ts +13 -0
  7781. package/types/net/minecraft/client/gui/screens/social/PlayerSocialManager.d.ts +35 -1
  7782. package/types/net/minecraft/client/gui/screens/social/PresenceHandler.d.ts +21 -0
  7783. package/types/net/minecraft/client/gui/screens/social/RemoteFriendListUpdateHandler$State.d.ts +18 -0
  7784. package/types/net/minecraft/client/gui/screens/social/RemoteFriendListUpdateHandler.d.ts +44 -0
  7785. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$BooleanRuleEntry.d.ts +3 -1
  7786. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$CategoryRuleEntry.d.ts +2 -1
  7787. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$GameRuleEntry.d.ts +2 -1
  7788. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$IntegerRuleEntry.d.ts +3 -1
  7789. package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +1 -1
  7790. package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen$PackList.d.ts +3 -1
  7791. package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen$PackListEntry.d.ts +2 -1
  7792. package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen.d.ts +2 -1
  7793. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$GameTab.d.ts +2 -1
  7794. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$MoreTab.d.ts +2 -1
  7795. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$WorldTab.d.ts +2 -1
  7796. package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen.d.ts +2 -2
  7797. package/types/net/minecraft/client/gui/screens/worldselection/SwitchGrid$InfoUnderneathSettings.d.ts +1 -0
  7798. package/types/net/minecraft/client/gui/screens/worldselection/WorldSelectionList$WorldListEntry.d.ts +1 -1
  7799. package/types/net/minecraft/client/input/CharacterEvent.d.ts +1 -0
  7800. package/types/net/minecraft/client/input/KeyEvent.d.ts +1 -0
  7801. package/types/net/minecraft/client/input/MouseButtonEvent.d.ts +1 -0
  7802. package/types/net/minecraft/client/input/MouseButtonInfo.d.ts +1 -0
  7803. package/types/net/minecraft/client/input/PreeditEvent.d.ts +1 -0
  7804. package/types/net/minecraft/client/main/GameConfig$GameData.d.ts +4 -1
  7805. package/types/net/minecraft/client/model/BabyModelTransform.d.ts +3 -0
  7806. package/types/net/minecraft/client/model/Model.d.ts +0 -1
  7807. package/types/net/minecraft/client/model/QuadrupedModel.d.ts +2 -0
  7808. package/types/net/minecraft/client/model/animal/cow/BabyCowModel.d.ts +3 -0
  7809. package/types/net/minecraft/client/model/animal/cow/ColdCowModel.d.ts +3 -0
  7810. package/types/net/minecraft/client/model/animal/cow/CowModel.d.ts +3 -0
  7811. package/types/net/minecraft/client/model/animal/cow/WarmCowModel.d.ts +3 -0
  7812. package/types/net/minecraft/client/model/animal/goat/BabyGoatModel.d.ts +2 -0
  7813. package/types/net/minecraft/client/model/animal/goat/GoatModel.d.ts +2 -0
  7814. package/types/net/minecraft/client/model/animal/panda/BabyPandaModel.d.ts +2 -0
  7815. package/types/net/minecraft/client/model/animal/panda/PandaModel.d.ts +2 -0
  7816. package/types/net/minecraft/client/model/animal/pig/BabyPigModel.d.ts +2 -0
  7817. package/types/net/minecraft/client/model/animal/pig/ColdPigModel.d.ts +2 -0
  7818. package/types/net/minecraft/client/model/animal/pig/PigModel.d.ts +2 -0
  7819. package/types/net/minecraft/client/model/animal/polarbear/BabyPolarBearModel.d.ts +2 -0
  7820. package/types/net/minecraft/client/model/animal/polarbear/PolarBearModel.d.ts +2 -0
  7821. package/types/net/minecraft/client/model/animal/sheep/BabySheepModel.d.ts +2 -0
  7822. package/types/net/minecraft/client/model/animal/sheep/SheepFurModel.d.ts +2 -0
  7823. package/types/net/minecraft/client/model/animal/sheep/SheepModel.d.ts +2 -0
  7824. package/types/net/minecraft/client/model/animal/turtle/AdultTurtleModel.d.ts +2 -0
  7825. package/types/net/minecraft/client/model/animal/turtle/BabyTurtleModel.d.ts +2 -0
  7826. package/types/net/minecraft/client/model/animal/turtle/TurtleModel.d.ts +2 -0
  7827. package/types/net/minecraft/client/model/effects/SpearAnimations$UseParams.d.ts +1 -0
  7828. package/types/net/minecraft/client/model/geom/ModelLayers.d.ts +4 -7
  7829. package/types/net/minecraft/client/model/geom/ModelPart$Polygon.d.ts +3 -0
  7830. package/types/net/minecraft/client/model/geom/ModelPart$Vertex.d.ts +1 -0
  7831. package/types/net/minecraft/client/model/geom/PartPose.d.ts +1 -0
  7832. package/types/net/minecraft/client/model/geom/builders/UVPair.d.ts +1 -0
  7833. package/types/net/minecraft/client/model/monster/slime/SmallSulfurCubeModel.d.ts +9 -0
  7834. package/types/net/minecraft/client/model/monster/slime/SulfurCubeModel.d.ts +10 -0
  7835. package/types/net/minecraft/client/model/object/bell/BellModel$State.d.ts +1 -0
  7836. package/types/net/minecraft/client/model/object/book/BookModel$State.d.ts +1 -0
  7837. package/types/net/minecraft/client/multiplayer/ClientChunkCache$Storage.d.ts +9 -4
  7838. package/types/net/minecraft/client/multiplayer/ClientChunkCache.d.ts +5 -1
  7839. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +2 -1
  7840. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$DeferredPacket.d.ts +1 -0
  7841. package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$PackConfirmScreen.d.ts +2 -1
  7842. package/types/net/minecraft/client/multiplayer/ClientDebugSubscriber$ValueWrapper.d.ts +1 -0
  7843. package/types/net/minecraft/client/multiplayer/ClientExplosionTracker$ExplosionInfo.d.ts +1 -0
  7844. package/types/net/minecraft/client/multiplayer/ClientLevel$EntityCallbacks.d.ts +2 -1
  7845. package/types/net/minecraft/client/multiplayer/ClientLevel.d.ts +15 -5
  7846. package/types/net/minecraft/client/multiplayer/ClientPacketListener.d.ts +8 -1
  7847. package/types/net/minecraft/client/multiplayer/ClientSuggestionProvider.d.ts +5 -1
  7848. package/types/net/minecraft/client/multiplayer/CommonListenerCookie.d.ts +1 -0
  7849. package/types/net/minecraft/client/multiplayer/LevelLoadTracker$ClientLevelReady.d.ts +1 -0
  7850. package/types/net/minecraft/client/multiplayer/LevelLoadTracker$WaitingForPlayerChunk.d.ts +4 -3
  7851. package/types/net/minecraft/client/multiplayer/LevelLoadTracker$WaitingForServer.d.ts +1 -3
  7852. package/types/net/minecraft/client/multiplayer/LevelLoadTracker.d.ts +3 -2
  7853. package/types/net/minecraft/client/multiplayer/MultiPlayerGameMode.d.ts +1 -0
  7854. package/types/net/minecraft/client/multiplayer/TransferState.d.ts +1 -0
  7855. package/types/net/minecraft/client/multiplayer/chat/GuiMessage$Line.d.ts +1 -0
  7856. package/types/net/minecraft/client/multiplayer/chat/GuiMessage.d.ts +1 -0
  7857. package/types/net/minecraft/client/multiplayer/chat/GuiMessageTag.d.ts +1 -0
  7858. package/types/net/minecraft/client/multiplayer/chat/report/ChatReportContextBuilder$Collector.d.ts +2 -1
  7859. package/types/net/minecraft/client/multiplayer/resolver/ServerAddress.d.ts +1 -0
  7860. package/types/net/minecraft/client/particle/BreakingItemParticle$SulfurCubeProvider.d.ts +11 -0
  7861. package/types/net/minecraft/client/particle/ElderGuardianParticleGroup$ElderGuardianParticleRenderState.d.ts +1 -0
  7862. package/types/net/minecraft/client/particle/GeyserBaseParticle$Provider.d.ts +12 -0
  7863. package/types/net/minecraft/client/particle/GeyserBaseParticle.d.ts +6 -0
  7864. package/types/net/minecraft/client/particle/GeyserEruptionParticle$Provider.d.ts +10 -0
  7865. package/types/net/minecraft/client/particle/GeyserEruptionParticle.d.ts +19 -0
  7866. package/types/net/minecraft/client/particle/GeyserPlumeParticle$Provider.d.ts +12 -0
  7867. package/types/net/minecraft/client/particle/GeyserPlumeParticle.d.ts +19 -0
  7868. package/types/net/minecraft/client/particle/ItemPickupParticleGroup$ParticleInstance.d.ts +1 -0
  7869. package/types/net/minecraft/client/particle/NoxiousGasCloudParticle$Provider.d.ts +10 -0
  7870. package/types/net/minecraft/client/particle/NoxiousGasCloudParticle.d.ts +6 -0
  7871. package/types/net/minecraft/client/particle/NoxiousGasParticle$Provider.d.ts +12 -0
  7872. package/types/net/minecraft/client/particle/NoxiousGasParticle.d.ts +10 -0
  7873. package/types/net/minecraft/client/particle/Particle$LifetimeAlpha.d.ts +1 -0
  7874. package/types/net/minecraft/client/particle/ParticleEngine.d.ts +2 -1
  7875. package/types/net/minecraft/client/particle/ParticleGroup.d.ts +1 -2
  7876. package/types/net/minecraft/client/particle/ParticleRenderType.d.ts +3 -1
  7877. package/types/net/minecraft/client/particle/SingleQuadParticle$Layer.d.ts +1 -0
  7878. package/types/net/minecraft/client/particle/SulfurBubbleParticle$Provider.d.ts +12 -0
  7879. package/types/net/minecraft/client/particle/SulfurBubbleParticle.d.ts +14 -0
  7880. package/types/net/minecraft/client/player/AbstractClientPlayer.d.ts +20 -2
  7881. package/types/net/minecraft/client/player/LocalPlayer.d.ts +20 -2
  7882. package/types/net/minecraft/client/player/RemotePlayer.d.ts +20 -2
  7883. package/types/net/minecraft/client/profiling/ClientMetricsSamplersProvider.d.ts +3 -1
  7884. package/types/net/minecraft/client/renderer/BindGroupLayouts.d.ts +25 -0
  7885. package/types/net/minecraft/client/renderer/CloudRenderer$TextureData.d.ts +1 -0
  7886. package/types/net/minecraft/client/renderer/DebugCrosshairRenderer.d.ts +12 -0
  7887. package/types/net/minecraft/client/renderer/DynamicUniforms$ChunkSectionInfo.d.ts +1 -0
  7888. package/types/net/minecraft/client/renderer/DynamicUniforms.d.ts +8 -4
  7889. package/types/net/minecraft/client/renderer/GameRenderer.d.ts +22 -22
  7890. package/types/net/minecraft/client/renderer/ItemInHandRenderer$HandRenderSelection.d.ts +2 -2
  7891. package/types/net/minecraft/client/renderer/ItemInHandRenderer.d.ts +2 -2
  7892. package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +58 -118
  7893. package/types/net/minecraft/client/renderer/Octree$Branch.d.ts +2 -1
  7894. package/types/net/minecraft/client/renderer/Octree$Leaf.d.ts +2 -1
  7895. package/types/net/minecraft/client/renderer/OrderedSubmitNodeCollector.d.ts +13 -9
  7896. package/types/net/minecraft/client/renderer/Panorama.d.ts +4 -1
  7897. package/types/net/minecraft/client/renderer/PlayerSkinRenderCache$RenderInfo.d.ts +2 -1
  7898. package/types/net/minecraft/client/renderer/PostChainConfig$InternalTarget.d.ts +1 -0
  7899. package/types/net/minecraft/client/renderer/PostChainConfig$TargetInput.d.ts +1 -0
  7900. package/types/net/minecraft/client/renderer/PostChainConfig$TextureInput.d.ts +1 -0
  7901. package/types/net/minecraft/client/renderer/PostPass$InputTexture.d.ts +1 -1
  7902. package/types/net/minecraft/client/renderer/PostPass$TargetInput.d.ts +1 -0
  7903. package/types/net/minecraft/client/renderer/PostPass$TextureInput.d.ts +1 -0
  7904. package/types/net/minecraft/client/renderer/Projection.d.ts +1 -0
  7905. package/types/net/minecraft/client/renderer/RenderBuffers.d.ts +7 -9
  7906. package/types/net/minecraft/client/renderer/RenderPipelines.d.ts +5 -6
  7907. package/types/net/minecraft/client/renderer/ScreenEffectRenderer.d.ts +2 -4
  7908. package/types/net/minecraft/client/renderer/SectionBufferBuilderPool.d.ts +3 -1
  7909. package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphState.d.ts +4 -4
  7910. package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphStorage.d.ts +1 -1
  7911. package/types/net/minecraft/client/renderer/SectionOcclusionGraph.d.ts +20 -12
  7912. package/types/net/minecraft/client/renderer/ShaderManager$CompilationCache.d.ts +2 -1
  7913. package/types/net/minecraft/client/renderer/Sheets.d.ts +2 -23
  7914. package/types/net/minecraft/client/renderer/SkyRenderer.d.ts +3 -1
  7915. package/types/net/minecraft/client/renderer/StagedVertexBuffer$Draw.d.ts +25 -0
  7916. package/types/net/minecraft/client/renderer/StagedVertexBuffer$ExecuteInfo.d.ts +22 -0
  7917. package/types/net/minecraft/client/renderer/StagedVertexBuffer$GpuBufferPool$PendingRecycle.d.ts +17 -0
  7918. package/types/net/minecraft/client/renderer/StagedVertexBuffer$GpuBufferPool.d.ts +19 -0
  7919. package/types/net/minecraft/client/renderer/StagedVertexBuffer.d.ts +38 -0
  7920. package/types/net/minecraft/client/renderer/SubmitNodeCollection.d.ts +38 -65
  7921. package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +9 -8
  7922. package/types/net/minecraft/client/renderer/SubmitNodeStorage.d.ts +16 -13
  7923. package/types/net/minecraft/client/renderer/UniformValue$FloatUniform.d.ts +1 -0
  7924. package/types/net/minecraft/client/renderer/UniformValue$IntUniform.d.ts +1 -0
  7925. package/types/net/minecraft/client/renderer/ViewArea.d.ts +13 -20
  7926. package/types/net/minecraft/client/renderer/WeatherEffectRenderer$ColumnInstance.d.ts +1 -0
  7927. package/types/net/minecraft/client/renderer/WeatherEffectRenderer.d.ts +10 -9
  7928. package/types/net/minecraft/client/renderer/WorldBorderRenderer.d.ts +3 -1
  7929. package/types/net/minecraft/client/renderer/block/BlockModelLighter$Cache.d.ts +1 -1
  7930. package/types/net/minecraft/client/renderer/block/BlockModelRenderState.d.ts +3 -2
  7931. package/types/net/minecraft/client/renderer/block/dispatch/Variant$SimpleModelState.d.ts +1 -0
  7932. package/types/net/minecraft/client/renderer/block/dispatch/multipart/KeyValueCondition$Term.d.ts +1 -0
  7933. package/types/net/minecraft/client/renderer/blockentity/AbstractSignRenderer.d.ts +0 -9
  7934. package/types/net/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher.d.ts +1 -1
  7935. package/types/net/minecraft/client/renderer/blockentity/HangingSignRenderer.d.ts +0 -16
  7936. package/types/net/minecraft/client/renderer/blockentity/StandingSignRenderer.d.ts +0 -16
  7937. package/types/net/minecraft/client/renderer/blockentity/TrialSpawnerRenderer.d.ts +2 -0
  7938. package/types/net/minecraft/client/renderer/blockentity/state/BeaconRenderState$Section.d.ts +1 -0
  7939. package/types/net/minecraft/client/renderer/blockentity/state/SignRenderState$SignTransformations.d.ts +1 -3
  7940. package/types/net/minecraft/client/renderer/blockentity/state/SignRenderState.d.ts +0 -2
  7941. package/types/net/minecraft/client/renderer/chunk/ChunkSectionsToRender.d.ts +1 -0
  7942. package/types/net/minecraft/client/renderer/chunk/SectionCompiler.d.ts +1 -3
  7943. package/types/net/minecraft/client/renderer/chunk/SectionMesh$SectionDraw.d.ts +4 -3
  7944. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$CompileTask.d.ts +8 -13
  7945. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$ResortTransparencyTask.d.ts +6 -6
  7946. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$SectionTask$SectionTaskResult.d.ts +12 -0
  7947. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$SectionTask.d.ts +16 -0
  7948. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection.d.ts +13 -21
  7949. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSectionBufferSlice.d.ts +1 -0
  7950. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher.d.ts +12 -13
  7951. package/types/net/minecraft/client/renderer/chunk/SectionTaskDynamicQueue.d.ts +13 -0
  7952. package/types/net/minecraft/client/renderer/chunk/TranslucencyPointOfView.d.ts +1 -0
  7953. package/types/net/minecraft/client/renderer/debug/ChunkDebugRenderer$ChunkData.d.ts +2 -1
  7954. package/types/net/minecraft/client/renderer/debug/GameTestBlockHighlightRenderer$Marker.d.ts +1 -0
  7955. package/types/net/minecraft/client/renderer/debug/NeighborsUpdateRenderer$LastUpdate.d.ts +1 -0
  7956. package/types/net/minecraft/client/renderer/entity/AbstractCubeMobRenderer.d.ts +17 -0
  7957. package/types/net/minecraft/client/renderer/entity/CamelRenderer.d.ts +1 -0
  7958. package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +2 -0
  7959. package/types/net/minecraft/client/renderer/entity/LivingEntityRenderer.d.ts +2 -0
  7960. package/types/net/minecraft/client/renderer/entity/MagmaCubeRenderer.d.ts +3 -7
  7961. package/types/net/minecraft/client/renderer/entity/SlimeRenderer.d.ts +3 -5
  7962. package/types/net/minecraft/client/renderer/entity/SulfurCubeRenderer.d.ts +29 -0
  7963. package/types/net/minecraft/client/renderer/entity/ThrownTridentRenderer.d.ts +2 -0
  7964. package/types/net/minecraft/client/renderer/entity/TntRenderer.d.ts +2 -0
  7965. package/types/net/minecraft/client/renderer/entity/layers/CustomHeadLayer$Transforms.d.ts +1 -0
  7966. package/types/net/minecraft/client/renderer/entity/layers/SulfurCubeInnerLayer.d.ts +15 -0
  7967. package/types/net/minecraft/client/renderer/entity/state/EntityRenderState$ShadowPiece.d.ts +1 -0
  7968. package/types/net/minecraft/client/renderer/entity/state/HitboxRenderState.d.ts +2 -0
  7969. package/types/net/minecraft/client/renderer/entity/state/SulfurCubeRenderState.d.ts +13 -0
  7970. package/types/net/minecraft/client/renderer/extract/LevelExtractor.d.ts +85 -0
  7971. package/types/net/minecraft/client/renderer/feature/BlockModelFeatureRenderer$Submit.d.ts +42 -0
  7972. package/types/net/minecraft/client/renderer/feature/BlockModelFeatureRenderer.d.ts +11 -0
  7973. package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer$Submit.d.ts +29 -0
  7974. package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer.d.ts +7 -6
  7975. package/types/net/minecraft/client/renderer/feature/FeatureFrameContext.d.ts +32 -0
  7976. package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PhaseSubmitGrouper.d.ts +17 -0
  7977. package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PreparedFrame.d.ts +27 -0
  7978. package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PreparedGroup.d.ts +16 -0
  7979. package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher.d.ts +12 -36
  7980. package/types/net/minecraft/client/renderer/feature/FeatureRenderer.d.ts +12 -0
  7981. package/types/net/minecraft/client/renderer/feature/FeatureRendererMap.d.ts +14 -0
  7982. package/types/net/minecraft/client/renderer/feature/FeatureRendererType.d.ts +14 -0
  7983. package/types/net/minecraft/client/renderer/feature/FlameFeatureRenderer$Submit.d.ts +20 -0
  7984. package/types/net/minecraft/client/renderer/feature/FlameFeatureRenderer.d.ts +10 -11
  7985. package/types/net/minecraft/client/renderer/feature/GizmoFeatureRenderer$Submit.d.ts +17 -0
  7986. package/types/net/minecraft/client/renderer/feature/GizmoFeatureRenderer.d.ts +24 -0
  7987. package/types/net/minecraft/client/renderer/feature/ItemFeatureRenderer$Submit.d.ts +44 -0
  7988. package/types/net/minecraft/client/renderer/feature/ItemFeatureRenderer.d.ts +13 -15
  7989. package/types/net/minecraft/client/renderer/feature/LeashFeatureRenderer$Submit.d.ts +17 -0
  7990. package/types/net/minecraft/client/renderer/feature/LeashFeatureRenderer.d.ts +8 -5
  7991. package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$CrumblingOverlay.d.ts +1 -0
  7992. package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$Submit.d.ts +47 -0
  7993. package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer.d.ts +9 -13
  7994. package/types/net/minecraft/client/renderer/feature/MovingBlockFeatureRenderer$Submit.d.ts +22 -0
  7995. package/types/net/minecraft/client/renderer/feature/MovingBlockFeatureRenderer.d.ts +15 -0
  7996. package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$GlyphRenderer.d.ts +20 -0
  7997. package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$Submit.d.ts +33 -0
  7998. package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer.d.ts +7 -6
  7999. package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer$PreparedGroup.d.ts +14 -0
  8000. package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer$Submit.d.ts +16 -0
  8001. package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer.d.ts +21 -0
  8002. package/types/net/minecraft/client/renderer/feature/RenderTypeFeatureRenderer$Group.d.ts +17 -0
  8003. package/types/net/minecraft/client/renderer/feature/RenderTypeFeatureRenderer.d.ts +21 -0
  8004. package/types/net/minecraft/client/renderer/feature/ShadowFeatureRenderer$Submit.d.ts +19 -0
  8005. package/types/net/minecraft/client/renderer/feature/ShadowFeatureRenderer.d.ts +9 -5
  8006. package/types/net/minecraft/client/renderer/feature/ShapeOutlineFeatureRenderer$Submit.d.ts +24 -0
  8007. package/types/net/minecraft/client/renderer/feature/ShapeOutlineFeatureRenderer.d.ts +9 -0
  8008. package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer$GlyphRenderer.d.ts +22 -0
  8009. package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer$Submit.d.ts +44 -0
  8010. package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer.d.ts +7 -5
  8011. package/types/net/minecraft/client/renderer/feature/phase/FeatureRenderPhase$Output.d.ts +7 -0
  8012. package/types/net/minecraft/client/renderer/feature/phase/FeatureRenderPhase.d.ts +8 -0
  8013. package/types/net/minecraft/client/renderer/feature/phase/SimpleFeatureRenderPhase$FeatureSubmits.d.ts +13 -0
  8014. package/types/net/minecraft/client/renderer/feature/phase/SimpleFeatureRenderPhase.d.ts +13 -0
  8015. package/types/net/minecraft/client/renderer/feature/phase/TranslucentFeatureRenderPhase.d.ts +14 -0
  8016. package/types/net/minecraft/client/renderer/feature/submit/BatchableSubmit.d.ts +7 -0
  8017. package/types/net/minecraft/client/renderer/feature/submit/SubmitNode.d.ts +5 -0
  8018. package/types/net/minecraft/client/renderer/feature/submit/TranslucentSubmit.d.ts +7 -0
  8019. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Group.d.ts +2 -10
  8020. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Line.d.ts +1 -0
  8021. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Point.d.ts +1 -0
  8022. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Quad.d.ts +1 -0
  8023. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Text.d.ts +1 -1
  8024. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$TriangleFan.d.ts +1 -0
  8025. package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives.d.ts +2 -5
  8026. package/types/net/minecraft/client/renderer/item/ClientItem$Properties.d.ts +1 -0
  8027. package/types/net/minecraft/client/renderer/item/ItemStackRenderState$LayerRenderState.d.ts +1 -1
  8028. package/types/net/minecraft/client/renderer/item/ModelRenderProperties.d.ts +1 -0
  8029. package/types/net/minecraft/client/renderer/item/RangeSelectItemModel$Entry.d.ts +1 -0
  8030. package/types/net/minecraft/client/renderer/item/RangeSelectItemModel$Unbaked.d.ts +1 -0
  8031. package/types/net/minecraft/client/renderer/item/properties/conditional/CustomModelDataProperty.d.ts +1 -0
  8032. package/types/net/minecraft/client/renderer/item/properties/conditional/HasComponent.d.ts +1 -0
  8033. package/types/net/minecraft/client/renderer/item/properties/numeric/Count.d.ts +1 -0
  8034. package/types/net/minecraft/client/renderer/item/properties/numeric/CustomModelDataProperty.d.ts +1 -0
  8035. package/types/net/minecraft/client/renderer/item/properties/numeric/Damage.d.ts +1 -0
  8036. package/types/net/minecraft/client/renderer/item/properties/numeric/UseCycle.d.ts +1 -0
  8037. package/types/net/minecraft/client/renderer/item/properties/numeric/UseDuration.d.ts +1 -0
  8038. package/types/net/minecraft/client/renderer/item/properties/select/CustomModelDataProperty.d.ts +1 -0
  8039. package/types/net/minecraft/client/renderer/rendertype/LayeringTransform.d.ts +4 -4
  8040. package/types/net/minecraft/client/renderer/rendertype/PreparedRenderType$Texture.d.ts +16 -0
  8041. package/types/net/minecraft/client/renderer/rendertype/PreparedRenderType.d.ts +33 -0
  8042. package/types/net/minecraft/client/renderer/rendertype/RenderSetup$RenderSetupBuilder.d.ts +0 -2
  8043. package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +7 -5
  8044. package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +7 -5
  8045. package/types/net/minecraft/client/renderer/rendertype/RenderTypes.d.ts +3 -4
  8046. package/types/net/minecraft/client/renderer/rendertype/TextureTransform.d.ts +1 -1
  8047. package/types/net/minecraft/client/renderer/special/BookSpecialRenderer$Unbaked.d.ts +1 -0
  8048. package/types/net/minecraft/client/renderer/special/ChestSpecialRenderer$Unbaked.d.ts +3 -0
  8049. package/types/net/minecraft/client/renderer/special/ChestSpecialRenderer.d.ts +2 -4
  8050. package/types/net/minecraft/client/renderer/special/ShulkerBoxSpecialRenderer$Unbaked.d.ts +4 -0
  8051. package/types/net/minecraft/client/renderer/special/SkullSpecialRenderer$Unbaked.d.ts +2 -0
  8052. package/types/net/minecraft/client/renderer/state/GameRenderState.d.ts +1 -0
  8053. package/types/net/minecraft/client/renderer/state/OptionsRenderState.d.ts +4 -1
  8054. package/types/net/minecraft/client/renderer/state/WindowRenderState.d.ts +0 -1
  8055. package/types/net/minecraft/client/renderer/state/gui/BlitRenderState.d.ts +5 -2
  8056. package/types/net/minecraft/client/renderer/state/gui/ColoredRectangleRenderState.d.ts +2 -0
  8057. package/types/net/minecraft/client/renderer/state/gui/GuiRenderState.d.ts +3 -1
  8058. package/types/net/minecraft/client/renderer/state/gui/GuiTextRenderState.d.ts +7 -7
  8059. package/types/net/minecraft/client/renderer/state/gui/PanoramaRenderState.d.ts +1 -0
  8060. package/types/net/minecraft/client/renderer/state/gui/TiledBlitRenderState.d.ts +2 -0
  8061. package/types/net/minecraft/client/renderer/state/gui/pip/GuiBannerResultRenderState.d.ts +5 -3
  8062. package/types/net/minecraft/client/renderer/state/gui/pip/GuiBookModelRenderState.d.ts +5 -3
  8063. package/types/net/minecraft/client/renderer/state/gui/pip/GuiEntityRenderState.d.ts +13 -11
  8064. package/types/net/minecraft/client/renderer/state/gui/pip/GuiProfilerChartRenderState.d.ts +5 -3
  8065. package/types/net/minecraft/client/renderer/state/gui/pip/GuiSkinRenderState.d.ts +8 -6
  8066. package/types/net/minecraft/client/renderer/state/gui/pip/OversizedItemRenderState.d.ts +4 -3
  8067. package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +2 -2
  8068. package/types/net/minecraft/client/renderer/state/level/BlockBreakingRenderState.d.ts +1 -0
  8069. package/types/net/minecraft/client/renderer/state/level/BlockOutlineRenderState.d.ts +2 -0
  8070. package/types/net/minecraft/client/renderer/state/level/CameraRenderState.d.ts +2 -0
  8071. package/types/net/minecraft/client/renderer/state/level/ChunkLoadingRenderState.d.ts +10 -0
  8072. package/types/net/minecraft/client/renderer/state/level/LevelRenderState.d.ts +10 -3
  8073. package/types/net/minecraft/client/renderer/state/level/ParticlesRenderState.d.ts +2 -2
  8074. package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState.d.ts +3 -8
  8075. package/types/net/minecraft/client/renderer/state/level/SectionUpdateRenderState.d.ts +15 -0
  8076. package/types/net/minecraft/client/renderer/state/level/WorldBorderRenderState$DistancePerDirection.d.ts +1 -0
  8077. package/types/net/minecraft/client/renderer/texture/AbstractTexture.d.ts +1 -0
  8078. package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture.d.ts +2 -1
  8079. package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +1 -1
  8080. package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +1 -0
  8081. package/types/net/minecraft/client/renderer/texture/SpriteLoader$Preparations.d.ts +1 -0
  8082. package/types/net/minecraft/client/renderer/texture/Stitcher$Holder.d.ts +1 -0
  8083. package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +1 -0
  8084. package/types/net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region.d.ts +1 -0
  8085. package/types/net/minecraft/client/renderer/texture/atlas/sources/Unstitcher.d.ts +1 -0
  8086. package/types/net/minecraft/client/resources/MapTextureManager$MapInstance.d.ts +2 -1
  8087. package/types/net/minecraft/client/resources/SkinManager$TextureCache.d.ts +2 -1
  8088. package/types/net/minecraft/client/resources/WaypointStyle.d.ts +2 -0
  8089. package/types/net/minecraft/client/resources/language/ClientLanguage.d.ts +1 -0
  8090. package/types/net/minecraft/client/resources/language/I18n.d.ts +0 -1
  8091. package/types/net/minecraft/client/resources/language/LanguageInfo.d.ts +1 -0
  8092. package/types/net/minecraft/client/resources/metadata/animation/AnimationFrame.d.ts +2 -0
  8093. package/types/net/minecraft/client/resources/metadata/animation/AnimationMetadataSection.d.ts +1 -0
  8094. package/types/net/minecraft/client/resources/metadata/animation/FrameSize.d.ts +1 -0
  8095. package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border.d.ts +1 -0
  8096. package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice.d.ts +1 -0
  8097. package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile.d.ts +1 -0
  8098. package/types/net/minecraft/client/resources/metadata/texture/TextureMetadataSection.d.ts +1 -0
  8099. package/types/net/minecraft/client/resources/model/BlockStateDefinitions.d.ts +5 -0
  8100. package/types/net/minecraft/client/resources/model/EquipmentClientInfo$Layer.d.ts +2 -0
  8101. package/types/net/minecraft/client/resources/model/ModelBakery$ModelBakerImpl.d.ts +2 -1
  8102. package/types/net/minecraft/client/resources/model/ModelDiscovery$Slot.d.ts +1 -0
  8103. package/types/net/minecraft/client/resources/model/ModelManager$BlockOnlyMaterialBaker.d.ts +17 -0
  8104. package/types/net/minecraft/client/resources/model/ModelManager$CombinedBlockItemMaterialBaker.d.ts +18 -0
  8105. package/types/net/minecraft/client/resources/model/SimpleModelWrapper.d.ts +3 -0
  8106. package/types/net/minecraft/client/resources/model/cuboid/CuboidFace$UVs.d.ts +1 -0
  8107. package/types/net/minecraft/client/resources/model/cuboid/CuboidFace.d.ts +1 -0
  8108. package/types/net/minecraft/client/resources/model/cuboid/CuboidModelElement.d.ts +2 -0
  8109. package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation$EulerXYZRotation.d.ts +1 -0
  8110. package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation$SingleAxisRotation.d.ts +1 -0
  8111. package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation.d.ts +2 -0
  8112. package/types/net/minecraft/client/resources/model/cuboid/ItemModelGenerator$ItemLayerKey.d.ts +1 -0
  8113. package/types/net/minecraft/client/resources/model/cuboid/ItemModelGenerator$SideFace.d.ts +1 -0
  8114. package/types/net/minecraft/client/resources/model/cuboid/ItemTransform$Deserializer.d.ts +0 -3
  8115. package/types/net/minecraft/client/resources/model/geometry/BakedQuad$MaterialInfo.d.ts +1 -0
  8116. package/types/net/minecraft/client/resources/model/geometry/BakedQuad.d.ts +2 -0
  8117. package/types/net/minecraft/client/resources/model/sprite/AtlasManager$AtlasConfig.d.ts +2 -0
  8118. package/types/net/minecraft/client/resources/model/sprite/AtlasManager.d.ts +4 -1
  8119. package/types/net/minecraft/client/resources/model/sprite/Material$Baked.d.ts +1 -0
  8120. package/types/net/minecraft/client/resources/model/sprite/Material.d.ts +2 -0
  8121. package/types/net/minecraft/client/resources/model/sprite/MaterialBaker.d.ts +15 -3
  8122. package/types/net/minecraft/client/resources/model/sprite/SpriteId.d.ts +0 -5
  8123. package/types/net/minecraft/client/server/IntegratedServer.d.ts +23 -3
  8124. package/types/net/minecraft/client/sounds/ChannelAccess$ChannelHandle.d.ts +2 -1
  8125. package/types/net/minecraft/client/telemetry/ClientTelemetryManager.d.ts +2 -1
  8126. package/types/net/minecraft/client/telemetry/TelemetryEventType.d.ts +2 -0
  8127. package/types/net/minecraft/client/telemetry/TelemetryProperty.d.ts +5 -0
  8128. package/types/net/minecraft/client/telemetry/WorldSessionTelemetryManager.d.ts +1 -1
  8129. package/types/net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement.d.ts +1 -0
  8130. package/types/net/minecraft/client/telemetry/events/WorldLoadEvent.d.ts +2 -1
  8131. package/types/net/minecraft/commands/CacheableFunction.d.ts +1 -0
  8132. package/types/net/minecraft/commands/arguments/EntityArgument$Info$Template.d.ts +2 -1
  8133. package/types/net/minecraft/commands/arguments/MessageArgument$Message.d.ts +1 -0
  8134. package/types/net/minecraft/commands/arguments/MessageArgument$Part.d.ts +1 -0
  8135. package/types/net/minecraft/commands/arguments/RangeArgument$Floats.d.ts +1 -1
  8136. package/types/net/minecraft/commands/arguments/RangeArgument$Ints.d.ts +1 -1
  8137. package/types/net/minecraft/commands/arguments/RangeArgument.d.ts +1 -1
  8138. package/types/net/minecraft/commands/arguments/ResourceArgument$Info$Template.d.ts +2 -1
  8139. package/types/net/minecraft/commands/arguments/ResourceArgument$Info.d.ts +1 -2
  8140. package/types/net/minecraft/commands/arguments/ResourceKeyArgument$Info$Template.d.ts +2 -1
  8141. package/types/net/minecraft/commands/arguments/ResourceKeyArgument$Info.d.ts +1 -2
  8142. package/types/net/minecraft/commands/arguments/ResourceOrTagArgument$Info$Template.d.ts +2 -1
  8143. package/types/net/minecraft/commands/arguments/ResourceOrTagArgument$Info.d.ts +1 -2
  8144. package/types/net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Info$Template.d.ts +2 -1
  8145. package/types/net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Info.d.ts +1 -2
  8146. package/types/net/minecraft/commands/arguments/ResourceSelectorArgument$Info$Template.d.ts +2 -1
  8147. package/types/net/minecraft/commands/arguments/ResourceSelectorArgument$Info.d.ts +1 -2
  8148. package/types/net/minecraft/commands/arguments/ScoreHolderArgument$Info$Template.d.ts +2 -1
  8149. package/types/net/minecraft/commands/arguments/TeamColorArgument.d.ts +21 -0
  8150. package/types/net/minecraft/commands/arguments/TimeArgument$Info$Template.d.ts +2 -1
  8151. package/types/net/minecraft/commands/arguments/coordinates/LocalCoordinates.d.ts +1 -0
  8152. package/types/net/minecraft/commands/arguments/coordinates/WorldCoordinate.d.ts +1 -0
  8153. package/types/net/minecraft/commands/arguments/item/ItemParser$State.d.ts +2 -1
  8154. package/types/net/minecraft/commands/arguments/selector/EntitySelector.d.ts +1 -1
  8155. package/types/net/minecraft/commands/arguments/selector/EntitySelectorParser.d.ts +21 -29
  8156. package/types/net/minecraft/commands/arguments/selector/options/InvertableSetOptionState$Limitation.d.ts +13 -0
  8157. package/types/net/minecraft/commands/arguments/selector/options/InvertableSetOptionState.d.ts +22 -0
  8158. package/types/net/minecraft/commands/arguments/selector/options/SetOnceOptionState.d.ts +7 -0
  8159. package/types/net/minecraft/commands/execution/ChainModifiers.d.ts +1 -0
  8160. package/types/net/minecraft/commands/execution/Frame.d.ts +1 -0
  8161. package/types/net/minecraft/commands/synchronization/SingletonArgumentInfo$Template.d.ts +2 -1
  8162. package/types/net/minecraft/commands/synchronization/SingletonArgumentInfo.d.ts +1 -2
  8163. package/types/net/minecraft/commands/synchronization/brigadier/DoubleArgumentInfo$Template.d.ts +2 -1
  8164. package/types/net/minecraft/commands/synchronization/brigadier/FloatArgumentInfo$Template.d.ts +2 -1
  8165. package/types/net/minecraft/commands/synchronization/brigadier/IntegerArgumentInfo$Template.d.ts +2 -1
  8166. package/types/net/minecraft/commands/synchronization/brigadier/LongArgumentInfo$Template.d.ts +2 -1
  8167. package/types/net/minecraft/commands/synchronization/brigadier/StringArgumentSerializer$Template.d.ts +2 -1
  8168. package/types/net/minecraft/core/BlockPos$MutableBlockPos.d.ts +1 -0
  8169. package/types/net/minecraft/core/BlockPos.d.ts +1 -2
  8170. package/types/net/minecraft/core/RegistryAccess$ImmutableRegistryAccess.d.ts +1 -1
  8171. package/types/net/minecraft/core/Rotations.d.ts +1 -0
  8172. package/types/net/minecraft/core/SectionPos.d.ts +1 -0
  8173. package/types/net/minecraft/core/cauldron/CauldronInteractions.d.ts +12 -0
  8174. package/types/net/minecraft/core/component/DataComponentPatch$PatchKey.d.ts +1 -0
  8175. package/types/net/minecraft/core/component/DataComponents.d.ts +2 -0
  8176. package/types/net/minecraft/core/component/predicates/AttributeModifiersPredicate$EntryPredicate.d.ts +1 -1
  8177. package/types/net/minecraft/core/component/predicates/AttributeModifiersPredicate.d.ts +2 -2
  8178. package/types/net/minecraft/core/component/predicates/BundlePredicate.d.ts +3 -3
  8179. package/types/net/minecraft/core/component/predicates/ContainerPredicate.d.ts +3 -3
  8180. package/types/net/minecraft/core/component/predicates/CustomDataPredicate.d.ts +1 -1
  8181. package/types/net/minecraft/core/component/predicates/DamagePredicate.d.ts +1 -1
  8182. package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate$Enchantments.d.ts +1 -1
  8183. package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate$StoredEnchantments.d.ts +1 -1
  8184. package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate.d.ts +2 -2
  8185. package/types/net/minecraft/core/component/predicates/FireworkExplosionPredicate.d.ts +1 -1
  8186. package/types/net/minecraft/core/component/predicates/FireworksPredicate.d.ts +3 -3
  8187. package/types/net/minecraft/core/component/predicates/JukeboxPlayablePredicate.d.ts +1 -1
  8188. package/types/net/minecraft/core/component/predicates/PotionsPredicate.d.ts +1 -1
  8189. package/types/net/minecraft/core/component/predicates/TrimPredicate.d.ts +1 -1
  8190. package/types/net/minecraft/core/component/predicates/VillagerTypePredicate.d.ts +1 -1
  8191. package/types/net/minecraft/core/component/predicates/WritableBookPredicate.d.ts +2 -2
  8192. package/types/net/minecraft/core/component/predicates/WrittenBookPredicate.d.ts +3 -3
  8193. package/types/net/minecraft/core/dispenser/FlintAndSteelDispenseItemBehavior.d.ts +15 -0
  8194. package/types/net/minecraft/core/dispenser/SulfurCubeBlockDispenseItemBehavior.d.ts +19 -0
  8195. package/types/net/minecraft/core/particles/ExplosionParticleInfo.d.ts +1 -0
  8196. package/types/net/minecraft/core/particles/GeyserBaseParticleOptions.d.ts +20 -0
  8197. package/types/net/minecraft/core/particles/GeyserParticleOptions.d.ts +18 -0
  8198. package/types/net/minecraft/core/particles/ParticleLimit.d.ts +1 -0
  8199. package/types/net/minecraft/core/particles/ParticleTypes.d.ts +10 -0
  8200. package/types/net/minecraft/core/particles/SculkChargeParticleOptions.d.ts +1 -0
  8201. package/types/net/minecraft/core/particles/TrailParticleOption.d.ts +1 -0
  8202. package/types/net/minecraft/core/registries/BuiltInRegistries.d.ts +6 -5
  8203. package/types/net/minecraft/core/registries/Registries.d.ts +8 -5
  8204. package/types/net/minecraft/data/AtlasIds.d.ts +0 -2
  8205. package/types/net/minecraft/data/BlockFamilies.d.ts +9 -16
  8206. package/types/net/minecraft/data/BlockFamily$Builder.d.ts +6 -0
  8207. package/types/net/minecraft/data/BlockFamily$Variant.d.ts +10 -1
  8208. package/types/net/minecraft/data/BlockFamily.d.ts +2 -0
  8209. package/types/net/minecraft/data/DataGenerator$PackGenerator.d.ts +2 -1
  8210. package/types/net/minecraft/data/HashCache$UpdateResult.d.ts +1 -0
  8211. package/types/net/minecraft/data/info/DatapackStructureReport$Entry.d.ts +1 -0
  8212. package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +2 -2
  8213. package/types/net/minecraft/data/loot/packs/VanillaEntityLoot.d.ts +2 -2
  8214. package/types/net/minecraft/data/recipes/CustomCraftingRecipeBuilder.d.ts +1 -1
  8215. package/types/net/minecraft/data/recipes/RecipeBuilder.d.ts +1 -1
  8216. package/types/net/minecraft/data/recipes/RecipeProvider.d.ts +9 -6
  8217. package/types/net/minecraft/data/recipes/RecipeUnlockAdvancementBuilder.d.ts +1 -1
  8218. package/types/net/minecraft/data/recipes/ShapedRecipeBuilder.d.ts +1 -1
  8219. package/types/net/minecraft/data/recipes/ShapelessRecipeBuilder.d.ts +1 -1
  8220. package/types/net/minecraft/data/recipes/SimpleCookingRecipeBuilder.d.ts +1 -1
  8221. package/types/net/minecraft/data/recipes/SingleItemRecipeBuilder.d.ts +1 -1
  8222. package/types/net/minecraft/data/recipes/SmithingTransformRecipeBuilder.d.ts +1 -1
  8223. package/types/net/minecraft/data/recipes/SmithingTrimRecipeBuilder.d.ts +1 -1
  8224. package/types/net/minecraft/data/recipes/SpecialRecipeBuilder.d.ts +1 -1
  8225. package/types/net/minecraft/data/recipes/TransmuteRecipeBuilder.d.ts +2 -2
  8226. package/types/net/minecraft/data/recipes/packs/VanillaRecipeProvider.d.ts +3 -5
  8227. package/types/net/minecraft/data/structures/SnbtToNbt$TaskResult.d.ts +1 -0
  8228. package/types/net/minecraft/data/tags/BannerPatternTagsProvider.d.ts +2 -2
  8229. package/types/net/minecraft/data/tags/BiomeTagsProvider.d.ts +2 -2
  8230. package/types/net/minecraft/data/tags/BlockItemTagAppender.d.ts +8 -0
  8231. package/types/net/minecraft/data/tags/BlockItemTagsProvider$CombinedAppender.d.ts +10 -0
  8232. package/types/net/minecraft/data/tags/BlockItemTagsProvider.d.ts +8 -3
  8233. package/types/net/minecraft/data/tags/DamageTypeTagsProvider.d.ts +2 -2
  8234. package/types/net/minecraft/data/tags/DialogTagsProvider.d.ts +2 -2
  8235. package/types/net/minecraft/data/tags/EnchantmentTagsProvider.d.ts +2 -2
  8236. package/types/net/minecraft/data/tags/EntityTypeTagsProvider.d.ts +2 -2
  8237. package/types/net/minecraft/data/tags/FeatureTagsProvider.d.ts +2 -2
  8238. package/types/net/minecraft/data/tags/FlatLevelGeneratorPresetTagsProvider.d.ts +2 -2
  8239. package/types/net/minecraft/data/tags/FluidTagsProvider.d.ts +2 -2
  8240. package/types/net/minecraft/data/tags/GameEventTagsProvider.d.ts +2 -2
  8241. package/types/net/minecraft/data/tags/InstrumentTagsProvider.d.ts +2 -2
  8242. package/types/net/minecraft/data/tags/PaintingVariantTagsProvider.d.ts +2 -2
  8243. package/types/net/minecraft/data/tags/PoiTypeTagsProvider.d.ts +2 -2
  8244. package/types/net/minecraft/data/tags/PotionTagsProvider.d.ts +2 -2
  8245. package/types/net/minecraft/data/tags/StructureTagsProvider.d.ts +2 -2
  8246. package/types/net/minecraft/data/tags/TagAppender.d.ts +1 -1
  8247. package/types/net/minecraft/data/tags/TagsProvider.d.ts +3 -0
  8248. package/types/net/minecraft/data/tags/TimelineTagsProvider.d.ts +2 -2
  8249. package/types/net/minecraft/data/tags/TradeRebalanceEnchantmentTagsProvider.d.ts +2 -2
  8250. package/types/net/minecraft/data/tags/TradeRebalanceTradeTagsProvider.d.ts +2 -2
  8251. package/types/net/minecraft/data/tags/VanillaBlockItemTagsProvider.d.ts +13 -0
  8252. package/types/net/minecraft/data/tags/VanillaBlockTagsProvider.d.ts +7 -2
  8253. package/types/net/minecraft/data/tags/VanillaItemTagsProvider.d.ts +7 -2
  8254. package/types/net/minecraft/data/tags/VillagerTradesTagsProvider.d.ts +2 -2
  8255. package/types/net/minecraft/data/tags/WorldPresetTagsProvider.d.ts +2 -2
  8256. package/types/net/minecraft/data/worldgen/BiomeDefaultFeatures.d.ts +1 -0
  8257. package/types/net/minecraft/data/worldgen/SurfaceRuleData.d.ts +5 -3
  8258. package/types/net/minecraft/data/worldgen/TerrainProvider.d.ts +6 -5
  8259. package/types/net/minecraft/data/worldgen/biome/OverworldBiomes.d.ts +1 -0
  8260. package/types/net/minecraft/data/worldgen/features/CaveFeatures.d.ts +3 -0
  8261. package/types/net/minecraft/data/worldgen/features/MiscOverworldFeatures.d.ts +2 -0
  8262. package/types/net/minecraft/data/worldgen/placement/CavePlacements.d.ts +3 -0
  8263. package/types/net/minecraft/data/worldgen/placement/MiscOverworldPlacements.d.ts +1 -0
  8264. package/types/net/minecraft/gametest/framework/GameTestBatch.d.ts +1 -0
  8265. package/types/net/minecraft/gametest/framework/GameTestEntityBuilder.d.ts +21 -0
  8266. package/types/net/minecraft/gametest/framework/GameTestEvent.d.ts +3 -0
  8267. package/types/net/minecraft/gametest/framework/GameTestHelper$TestBlockPlaceContext.d.ts +2 -1
  8268. package/types/net/minecraft/gametest/framework/GameTestHelper.d.ts +13 -1
  8269. package/types/net/minecraft/gametest/framework/GameTestMobBuilder.d.ts +12 -0
  8270. package/types/net/minecraft/gametest/framework/GameTestSequence$Condition.d.ts +2 -1
  8271. package/types/net/minecraft/gametest/framework/GameTestServer.d.ts +3 -0
  8272. package/types/net/minecraft/gametest/framework/RetryOptions.d.ts +1 -0
  8273. package/types/net/minecraft/gametest/framework/TestData.d.ts +3 -0
  8274. package/types/net/minecraft/gametest/framework/TestEnvironmentDefinition$ClockTime.d.ts +1 -0
  8275. package/types/net/minecraft/gametest/framework/TestEnvironmentDefinition$SetDifficulty.d.ts +25 -0
  8276. package/types/net/minecraft/gizmos/ArrowGizmo.d.ts +1 -0
  8277. package/types/net/minecraft/gizmos/CircleGizmo.d.ts +1 -0
  8278. package/types/net/minecraft/gizmos/CuboidGizmo.d.ts +1 -0
  8279. package/types/net/minecraft/gizmos/GizmoStyle.d.ts +1 -0
  8280. package/types/net/minecraft/gizmos/LineGizmo.d.ts +1 -0
  8281. package/types/net/minecraft/gizmos/PointGizmo.d.ts +1 -0
  8282. package/types/net/minecraft/gizmos/TextGizmo$Style.d.ts +1 -0
  8283. package/types/net/minecraft/locale/Language.d.ts +1 -0
  8284. package/types/net/minecraft/nbt/ByteTag.d.ts +1 -0
  8285. package/types/net/minecraft/nbt/DoubleTag.d.ts +1 -0
  8286. package/types/net/minecraft/nbt/FloatTag.d.ts +1 -0
  8287. package/types/net/minecraft/nbt/IntTag.d.ts +1 -0
  8288. package/types/net/minecraft/nbt/LongTag.d.ts +1 -0
  8289. package/types/net/minecraft/nbt/NbtOps$NbtRecordBuilder.d.ts +2 -1
  8290. package/types/net/minecraft/nbt/NbtOps.d.ts +1 -2
  8291. package/types/net/minecraft/nbt/ShortTag.d.ts +1 -0
  8292. package/types/net/minecraft/nbt/SnbtOperations$BuiltinKey.d.ts +1 -0
  8293. package/types/net/minecraft/nbt/visitors/FieldTree.d.ts +2 -0
  8294. package/types/net/minecraft/network/Connection.d.ts +5 -2
  8295. package/types/net/minecraft/network/HashedStack$ActualItem.d.ts +1 -0
  8296. package/types/net/minecraft/network/RateKickingConnection.d.ts +2 -0
  8297. package/types/net/minecraft/network/chat/ClickEvent$ChangePage.d.ts +1 -0
  8298. package/types/net/minecraft/network/chat/CommonComponents.d.ts +1 -0
  8299. package/types/net/minecraft/network/chat/FontDescription$PlayerSprite.d.ts +1 -0
  8300. package/types/net/minecraft/network/chat/LastSeenMessages$Update.d.ts +2 -0
  8301. package/types/net/minecraft/network/chat/LastSeenTrackedEntry.d.ts +1 -0
  8302. package/types/net/minecraft/network/chat/MessageSignature$Packed.d.ts +3 -0
  8303. package/types/net/minecraft/network/chat/MessageSignature.d.ts +1 -0
  8304. package/types/net/minecraft/network/chat/MutableComponent.d.ts +2 -0
  8305. package/types/net/minecraft/network/chat/ResolutionContext.d.ts +1 -0
  8306. package/types/net/minecraft/network/chat/SignedMessageBody$Packed.d.ts +2 -0
  8307. package/types/net/minecraft/network/chat/SignedMessageBody.d.ts +1 -0
  8308. package/types/net/minecraft/network/chat/SignedMessageLink.d.ts +1 -0
  8309. package/types/net/minecraft/network/chat/TextColor.d.ts +16 -0
  8310. package/types/net/minecraft/network/chat/contents/NbtContents.d.ts +1 -0
  8311. package/types/net/minecraft/network/chat/contents/objects/PlayerSprite.d.ts +1 -0
  8312. package/types/net/minecraft/network/protocol/common/ClientboundResourcePackPushPacket.d.ts +1 -0
  8313. package/types/net/minecraft/network/protocol/common/ClientboundStoreCookiePacket.d.ts +2 -0
  8314. package/types/net/minecraft/network/protocol/common/ClientboundTransferPacket.d.ts +2 -0
  8315. package/types/net/minecraft/network/protocol/cookie/ServerboundCookieResponsePacket.d.ts +2 -0
  8316. package/types/net/minecraft/network/protocol/game/ClientboundBlockChangedAckPacket.d.ts +2 -0
  8317. package/types/net/minecraft/network/protocol/game/ClientboundBossEventPacket$UpdateProgressOperation.d.ts +2 -0
  8318. package/types/net/minecraft/network/protocol/game/ClientboundChangeDifficultyPacket.d.ts +1 -0
  8319. package/types/net/minecraft/network/protocol/game/ClientboundChunkBatchFinishedPacket.d.ts +2 -0
  8320. package/types/net/minecraft/network/protocol/game/ClientboundChunksBiomesPacket$ChunkBiomeData.d.ts +3 -0
  8321. package/types/net/minecraft/network/protocol/game/ClientboundCommandSuggestionsPacket.d.ts +2 -0
  8322. package/types/net/minecraft/network/protocol/game/ClientboundCommandsPacket$Entry.d.ts +1 -0
  8323. package/types/net/minecraft/network/protocol/game/ClientboundContainerSetContentPacket.d.ts +1 -0
  8324. package/types/net/minecraft/network/protocol/game/ClientboundCooldownPacket.d.ts +1 -0
  8325. package/types/net/minecraft/network/protocol/game/ClientboundDamageEventPacket.d.ts +4 -0
  8326. package/types/net/minecraft/network/protocol/game/ClientboundDebugEntityValuePacket.d.ts +1 -0
  8327. package/types/net/minecraft/network/protocol/game/ClientboundDebugSamplePacket.d.ts +2 -0
  8328. package/types/net/minecraft/network/protocol/game/ClientboundEntityPositionSyncPacket.d.ts +1 -0
  8329. package/types/net/minecraft/network/protocol/game/ClientboundExplodePacket.d.ts +1 -0
  8330. package/types/net/minecraft/network/protocol/game/ClientboundHurtAnimationPacket.d.ts +4 -0
  8331. package/types/net/minecraft/network/protocol/game/ClientboundLoginPacket.d.ts +4 -0
  8332. package/types/net/minecraft/network/protocol/game/ClientboundMapItemDataPacket.d.ts +2 -0
  8333. package/types/net/minecraft/network/protocol/game/ClientboundMoveMinecartPacket.d.ts +1 -0
  8334. package/types/net/minecraft/network/protocol/game/ClientboundMoveVehiclePacket.d.ts +1 -0
  8335. package/types/net/minecraft/network/protocol/game/ClientboundPlaceGhostRecipePacket.d.ts +1 -0
  8336. package/types/net/minecraft/network/protocol/game/ClientboundPlayerChatPacket.d.ts +2 -0
  8337. package/types/net/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket.d.ts +1 -0
  8338. package/types/net/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket$Entry.d.ts +3 -0
  8339. package/types/net/minecraft/network/protocol/game/ClientboundPlayerPositionPacket.d.ts +1 -0
  8340. package/types/net/minecraft/network/protocol/game/ClientboundPlayerRotationPacket.d.ts +1 -0
  8341. package/types/net/minecraft/network/protocol/game/ClientboundRecipeBookAddPacket$Entry.d.ts +2 -0
  8342. package/types/net/minecraft/network/protocol/game/ClientboundRecipeBookAddPacket.d.ts +1 -0
  8343. package/types/net/minecraft/network/protocol/game/ClientboundRemoveMobEffectPacket.d.ts +1 -0
  8344. package/types/net/minecraft/network/protocol/game/ClientboundRespawnPacket.d.ts +2 -0
  8345. package/types/net/minecraft/network/protocol/game/ClientboundSetEntityDataPacket.d.ts +2 -0
  8346. package/types/net/minecraft/network/protocol/game/ClientboundSetEntityMotionPacket.d.ts +3 -0
  8347. package/types/net/minecraft/network/protocol/game/ClientboundSetHeldSlotPacket.d.ts +1 -0
  8348. package/types/net/minecraft/network/protocol/game/ClientboundSetPlayerInventoryPacket.d.ts +1 -0
  8349. package/types/net/minecraft/network/protocol/game/ClientboundSetPlayerTeamPacket$Parameters.d.ts +24 -18
  8350. package/types/net/minecraft/network/protocol/game/ClientboundSetScorePacket.d.ts +1 -0
  8351. package/types/net/minecraft/network/protocol/game/ClientboundSetSimulationDistancePacket.d.ts +2 -0
  8352. package/types/net/minecraft/network/protocol/game/ClientboundSetTimePacket.d.ts +1 -0
  8353. package/types/net/minecraft/network/protocol/game/ClientboundSystemChatPacket.d.ts +1 -0
  8354. package/types/net/minecraft/network/protocol/game/ClientboundTeleportEntityPacket.d.ts +1 -0
  8355. package/types/net/minecraft/network/protocol/game/ClientboundTickingStatePacket.d.ts +2 -0
  8356. package/types/net/minecraft/network/protocol/game/ClientboundTickingStepPacket.d.ts +2 -0
  8357. package/types/net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket$AttributeSnapshot.d.ts +1 -0
  8358. package/types/net/minecraft/network/protocol/game/CommonPlayerSpawnInfo.d.ts +2 -0
  8359. package/types/net/minecraft/network/protocol/game/GamePacketTypes.d.ts +2 -2
  8360. package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +2 -2
  8361. package/types/net/minecraft/network/protocol/game/ServerboundAttackPacket.d.ts +1 -0
  8362. package/types/net/minecraft/network/protocol/game/ServerboundChatAckPacket.d.ts +2 -0
  8363. package/types/net/minecraft/network/protocol/game/ServerboundChatCommandSignedPacket.d.ts +2 -0
  8364. package/types/net/minecraft/network/protocol/game/ServerboundChatPacket.d.ts +2 -0
  8365. package/types/net/minecraft/network/protocol/game/ServerboundChunkBatchReceivedPacket.d.ts +2 -0
  8366. package/types/net/minecraft/network/protocol/game/ServerboundContainerButtonClickPacket.d.ts +1 -0
  8367. package/types/net/minecraft/network/protocol/game/ServerboundContainerClickPacket.d.ts +1 -0
  8368. package/types/net/minecraft/network/protocol/game/ServerboundContainerSlotStateChangedPacket.d.ts +2 -0
  8369. package/types/net/minecraft/network/protocol/game/ServerboundEditBookPacket.d.ts +1 -0
  8370. package/types/net/minecraft/network/protocol/game/ServerboundInteractPacket.d.ts +1 -0
  8371. package/types/net/minecraft/network/protocol/game/ServerboundMoveVehiclePacket.d.ts +1 -0
  8372. package/types/net/minecraft/network/protocol/game/ServerboundPickItemFromBlockPacket.d.ts +1 -0
  8373. package/types/net/minecraft/network/protocol/game/ServerboundPickItemFromEntityPacket.d.ts +1 -0
  8374. package/types/net/minecraft/network/protocol/game/ServerboundPlaceRecipePacket.d.ts +1 -0
  8375. package/types/net/minecraft/network/protocol/game/ServerboundSelectBundleItemPacket.d.ts +2 -0
  8376. package/types/net/minecraft/network/protocol/game/ServerboundSetCreativeModeSlotPacket.d.ts +2 -0
  8377. package/types/net/minecraft/network/protocol/game/ServerboundSpectatorActionPacket.d.ts +24 -0
  8378. package/types/net/minecraft/network/protocol/handshake/ClientIntentionPacket.d.ts +2 -0
  8379. package/types/net/minecraft/network/protocol/login/ClientboundCustomQueryPacket.d.ts +2 -0
  8380. package/types/net/minecraft/network/protocol/login/ClientboundLoginFinishedPacket.d.ts +4 -1
  8381. package/types/net/minecraft/network/protocol/login/ServerboundCustomQueryAnswerPacket.d.ts +1 -0
  8382. package/types/net/minecraft/network/protocol/ping/ClientboundPongResponsePacket.d.ts +2 -0
  8383. package/types/net/minecraft/network/protocol/status/ServerStatus$Favicon.d.ts +1 -0
  8384. package/types/net/minecraft/network/protocol/status/ServerStatus$Players.d.ts +1 -0
  8385. package/types/net/minecraft/network/protocol/status/ServerStatus$Version.d.ts +1 -0
  8386. package/types/net/minecraft/network/protocol/status/ServerStatus.d.ts +1 -0
  8387. package/types/net/minecraft/network/syncher/EntityDataAccessor.d.ts +1 -0
  8388. package/types/net/minecraft/network/syncher/SynchedEntityData$DataValue.d.ts +1 -0
  8389. package/types/net/minecraft/realms/RepeatedNarrator$Params.d.ts +8 -2
  8390. package/types/net/minecraft/references/BlockIds.d.ts +110 -5
  8391. package/types/net/minecraft/references/BlockItemId.d.ts +19 -0
  8392. package/types/net/minecraft/references/BlockItemIds.d.ts +777 -0
  8393. package/types/net/minecraft/references/ItemIds.d.ts +439 -2
  8394. package/types/net/minecraft/resources/DelegatingOps$DelegateListBuilder.d.ts +2 -1
  8395. package/types/net/minecraft/resources/DelegatingOps$DelegateRecordBuilder.d.ts +2 -1
  8396. package/types/net/minecraft/resources/DelegatingOps.d.ts +0 -2
  8397. package/types/net/minecraft/resources/ResourceKey.d.ts +3 -0
  8398. package/types/net/minecraft/resources/ResourceManagerRegistryLoadTask.d.ts +1 -0
  8399. package/types/net/minecraft/server/Bootstrap.d.ts +2 -1
  8400. package/types/net/minecraft/server/MinecraftServer$MultiplayerScope.d.ts +17 -0
  8401. package/types/net/minecraft/server/MinecraftServer$ServerResourcePackInfo.d.ts +1 -0
  8402. package/types/net/minecraft/server/MinecraftServer.d.ts +13 -3
  8403. package/types/net/minecraft/server/PlayerAdvancements$TriggerInstanceKey.d.ts +13 -0
  8404. package/types/net/minecraft/server/PlayerAdvancements.d.ts +9 -4
  8405. package/types/net/minecraft/server/SuppressedExceptionCollector$LongEntry.d.ts +1 -0
  8406. package/types/net/minecraft/server/WorldLoader$PackConfig.d.ts +1 -0
  8407. package/types/net/minecraft/server/bossevents/CustomBossEvent$Packed.d.ts +1 -0
  8408. package/types/net/minecraft/server/chase/ChaseClient$TeleportTarget.d.ts +1 -1
  8409. package/types/net/minecraft/server/chase/ChaseClient.d.ts +0 -3
  8410. package/types/net/minecraft/server/chase/ChaseServer$PlayerPosition.d.ts +1 -0
  8411. package/types/net/minecraft/server/commands/UnpublishCommand.d.ts +7 -0
  8412. package/types/net/minecraft/server/dedicated/DedicatedServer.d.ts +6 -5
  8413. package/types/net/minecraft/server/dedicated/DedicatedServerProperties.d.ts +2 -0
  8414. package/types/net/minecraft/server/dedicated/Settings$MutableValue.d.ts +1 -1
  8415. package/types/net/minecraft/server/dialog/CommonButtonData.d.ts +2 -0
  8416. package/types/net/minecraft/server/dialog/CommonDialogData.d.ts +1 -0
  8417. package/types/net/minecraft/server/dialog/DialogListDialog.d.ts +1 -0
  8418. package/types/net/minecraft/server/dialog/MultiActionDialog.d.ts +1 -0
  8419. package/types/net/minecraft/server/dialog/ServerLinksDialog.d.ts +1 -0
  8420. package/types/net/minecraft/server/dialog/body/ItemBody.d.ts +1 -0
  8421. package/types/net/minecraft/server/dialog/body/PlainMessage.d.ts +1 -0
  8422. package/types/net/minecraft/server/dialog/input/BooleanInput.d.ts +1 -0
  8423. package/types/net/minecraft/server/dialog/input/NumberRangeInput$RangeInfo.d.ts +1 -0
  8424. package/types/net/minecraft/server/dialog/input/NumberRangeInput.d.ts +1 -0
  8425. package/types/net/minecraft/server/dialog/input/SingleOptionInput$Entry.d.ts +1 -0
  8426. package/types/net/minecraft/server/dialog/input/SingleOptionInput.d.ts +1 -0
  8427. package/types/net/minecraft/server/dialog/input/TextInput.d.ts +1 -0
  8428. package/types/net/minecraft/server/jsonrpc/Connection.d.ts +1 -1
  8429. package/types/net/minecraft/server/jsonrpc/IncomingRpcMethod$Attributes.d.ts +3 -0
  8430. package/types/net/minecraft/server/jsonrpc/IncomingRpcMethod$IncomingRpcMethodBuilder.d.ts +2 -0
  8431. package/types/net/minecraft/server/jsonrpc/JsonRPCUtils.d.ts +1 -0
  8432. package/types/net/minecraft/server/jsonrpc/JsonRpc.d.ts +8 -0
  8433. package/types/net/minecraft/server/jsonrpc/ManagementServer.d.ts +6 -2
  8434. package/types/net/minecraft/server/jsonrpc/OutgoingRpcMethod$Attributes.d.ts +3 -0
  8435. package/types/net/minecraft/server/jsonrpc/OutgoingRpcMethod$OutgoingRpcMethodBuilder.d.ts +2 -0
  8436. package/types/net/minecraft/server/jsonrpc/PendingRpcRequest.d.ts +1 -0
  8437. package/types/net/minecraft/server/jsonrpc/api/ParamInfo.d.ts +2 -0
  8438. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftAllowListServiceImpl.d.ts +4 -2
  8439. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftApi.d.ts +1 -2
  8440. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftBanListServiceImpl.d.ts +5 -3
  8441. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftExecutorServiceImpl.d.ts +4 -2
  8442. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftGameRuleServiceImpl.d.ts +4 -4
  8443. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftOperatorListServiceImpl.d.ts +5 -3
  8444. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftPlayerListServiceImpl.d.ts +4 -2
  8445. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftServerSettingsServiceImpl.d.ts +4 -2
  8446. package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftServerStateServiceImpl.d.ts +4 -2
  8447. package/types/net/minecraft/server/jsonrpc/methods/OperatorService$Op.d.ts +1 -1
  8448. package/types/net/minecraft/server/jsonrpc/methods/ServerStateService$ServerState.d.ts +1 -0
  8449. package/types/net/minecraft/server/jsonrpc/methods/ServerStateService$SystemMessage.d.ts +1 -0
  8450. package/types/net/minecraft/server/level/ChunkMap$DistanceManager.d.ts +2 -1
  8451. package/types/net/minecraft/server/level/ChunkMap$TrackedEntity.d.ts +2 -1
  8452. package/types/net/minecraft/server/level/ChunkMap.d.ts +2 -1
  8453. package/types/net/minecraft/server/level/ChunkTaskPriorityQueue$TasksForChunk.d.ts +1 -0
  8454. package/types/net/minecraft/server/level/ChunkTrackingView$Positioned.d.ts +1 -0
  8455. package/types/net/minecraft/server/level/ClientInformation.d.ts +2 -0
  8456. package/types/net/minecraft/server/level/ColumnPos.d.ts +1 -0
  8457. package/types/net/minecraft/server/level/DistanceManager$FixedPlayerDistanceChunkTracker.d.ts +2 -1
  8458. package/types/net/minecraft/server/level/DistanceManager$PlayerTicketTracker.d.ts +2 -1
  8459. package/types/net/minecraft/server/level/ServerChunkCache$MainThreadExecutor.d.ts +2 -1
  8460. package/types/net/minecraft/server/level/ServerChunkCache.d.ts +1 -0
  8461. package/types/net/minecraft/server/level/ServerEntityGetter.d.ts +1 -0
  8462. package/types/net/minecraft/server/level/ServerLevel$EntityCallbacks.d.ts +1 -1
  8463. package/types/net/minecraft/server/level/ServerLevel.d.ts +3 -0
  8464. package/types/net/minecraft/server/level/ServerPlayer$RespawnConfig.d.ts +1 -0
  8465. package/types/net/minecraft/server/level/ServerPlayer$RespawnPosAngle.d.ts +1 -0
  8466. package/types/net/minecraft/server/level/ServerPlayer.d.ts +24 -3
  8467. package/types/net/minecraft/server/level/TicketType.d.ts +1 -0
  8468. package/types/net/minecraft/server/level/WorldGenRegion.d.ts +7 -1
  8469. package/types/net/minecraft/server/network/CommonListenerCookie.d.ts +1 -0
  8470. package/types/net/minecraft/server/network/ServerConnectionListener$LatencySimulator$DelayedMessage.d.ts +10 -4
  8471. package/types/net/minecraft/server/network/ServerConnectionListener.d.ts +6 -0
  8472. package/types/net/minecraft/server/network/ServerGamePacketListenerImpl.d.ts +6 -3
  8473. package/types/net/minecraft/server/network/ServerTextFilter$PlayerContext.d.ts +2 -1
  8474. package/types/net/minecraft/server/network/config/PrepareSpawnTask$Preparing.d.ts +2 -1
  8475. package/types/net/minecraft/server/network/config/PrepareSpawnTask$Ready.d.ts +2 -1
  8476. package/types/net/minecraft/server/notifications/NotificationManager.d.ts +3 -0
  8477. package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndPriority.d.ts +1 -0
  8478. package/types/net/minecraft/server/packs/DownloadQueue$BatchConfig.d.ts +1 -0
  8479. package/types/net/minecraft/server/packs/DownloadQueue$FileInfoEntry.d.ts +1 -0
  8480. package/types/net/minecraft/server/packs/PackSelectionConfig.d.ts +1 -0
  8481. package/types/net/minecraft/server/packs/metadata/pack/PackFormat.d.ts +1 -0
  8482. package/types/net/minecraft/server/players/BanListEntry.d.ts +1 -0
  8483. package/types/net/minecraft/server/players/PlayerList.d.ts +2 -1
  8484. package/types/net/minecraft/sounds/Music.d.ts +1 -0
  8485. package/types/net/minecraft/sounds/SoundEvents.d.ts +66 -0
  8486. package/types/net/minecraft/stats/RecipeBookSettings$TypeSettings.d.ts +1 -0
  8487. package/types/net/minecraft/stats/Stat.d.ts +3 -2
  8488. package/types/net/minecraft/tags/BlockItemTagId.d.ts +19 -0
  8489. package/types/net/minecraft/tags/BlockItemTags.d.ts +81 -0
  8490. package/types/net/minecraft/tags/BlockTags.d.ts +18 -18
  8491. package/types/net/minecraft/tags/ItemTags.d.ts +17 -16
  8492. package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
  8493. package/types/net/minecraft/tags/TagFile.d.ts +1 -0
  8494. package/types/net/minecraft/util/ARGB.d.ts +1 -0
  8495. package/types/net/minecraft/util/ArrayListDeque$DescendingIterator.d.ts +1 -1
  8496. package/types/net/minecraft/util/Brightness.d.ts +1 -0
  8497. package/types/net/minecraft/util/ColorRGBA.d.ts +1 -0
  8498. package/types/net/minecraft/util/CommonLinks.d.ts +1 -0
  8499. package/types/net/minecraft/util/Crypt$SaltSignaturePair.d.ts +2 -0
  8500. package/types/net/minecraft/util/CubicSpline$Builder.d.ts +11 -10
  8501. package/types/net/minecraft/util/CubicSpline$Constant.d.ts +11 -9
  8502. package/types/net/minecraft/util/CubicSpline$Multipoint$Point.d.ts +18 -0
  8503. package/types/net/minecraft/util/CubicSpline$Multipoint.d.ts +18 -12
  8504. package/types/net/minecraft/util/CubicSpline.d.ts +5 -6
  8505. package/types/net/minecraft/util/EasingType$CubicBezier$CubicCurve.d.ts +1 -0
  8506. package/types/net/minecraft/util/EasingType$CubicBezier.d.ts +2 -0
  8507. package/types/net/minecraft/util/EasingType$CubicBezierControls.d.ts +1 -0
  8508. package/types/net/minecraft/util/ExtraCodecs$TagOrElementLocation.d.ts +1 -0
  8509. package/types/net/minecraft/util/ExtraCodecs.d.ts +2 -0
  8510. package/types/net/minecraft/util/FileUtil.d.ts +1 -0
  8511. package/types/net/minecraft/util/HashOps$ListHashBuilder.d.ts +2 -1
  8512. package/types/net/minecraft/util/HashOps$MapHashBuilder.d.ts +2 -1
  8513. package/types/net/minecraft/util/HashOps.d.ts +0 -2
  8514. package/types/net/minecraft/util/Keyframe.d.ts +1 -0
  8515. package/types/net/minecraft/util/KeyframeTrackSampler$Segment.d.ts +4 -0
  8516. package/types/net/minecraft/util/LightCoordsUtil$BrightnessGetter.d.ts +6 -0
  8517. package/types/net/minecraft/util/LightCoordsUtil.d.ts +6 -0
  8518. package/types/net/minecraft/util/Mth.d.ts +11 -7
  8519. package/types/net/minecraft/util/NativeModuleLister$NativeModuleInfo.d.ts +8 -3
  8520. package/types/net/minecraft/util/NativeModuleLister$NativeModuleVersion.d.ts +10 -4
  8521. package/types/net/minecraft/util/NativeModuleLister.d.ts +3 -0
  8522. package/types/net/minecraft/util/NullOps.d.ts +0 -2
  8523. package/types/net/minecraft/util/PlaceholderLookupProvider$UniversalLookup.d.ts +2 -1
  8524. package/types/net/minecraft/util/PngInfo.d.ts +1 -0
  8525. package/types/net/minecraft/util/ProblemReporter$IndexedFieldPathElement.d.ts +1 -0
  8526. package/types/net/minecraft/util/ProblemReporter$IndexedPathElement.d.ts +1 -0
  8527. package/types/net/minecraft/util/SortedArraySet$ArrayIterator.d.ts +1 -1
  8528. package/types/net/minecraft/util/Util.d.ts +8 -1
  8529. package/types/net/minecraft/util/datafix/fixes/AttributesRenameFix.d.ts +3 -0
  8530. package/types/net/minecraft/util/datafix/fixes/LeavesFix$Section.d.ts +1 -2
  8531. package/types/net/minecraft/util/datafix/fixes/OptionsForceDefaultGraphicsApiFix.d.ts +14 -0
  8532. package/types/net/minecraft/util/datafix/fixes/RemoveBlockEntityTagFix.d.ts +7 -0
  8533. package/types/net/minecraft/util/datafix/fixes/RenameNameplateToNameTagFix.d.ts +12 -0
  8534. package/types/net/minecraft/util/datafix/schemas/V4881.d.ts +14 -0
  8535. package/types/net/minecraft/util/datafix/schemas/V4885.d.ts +13 -0
  8536. package/types/net/minecraft/util/debug/DebugBeeInfo.d.ts +1 -0
  8537. package/types/net/minecraft/util/debug/DebugBrainDump.d.ts +2 -0
  8538. package/types/net/minecraft/util/debug/DebugGameEventListenerInfo.d.ts +1 -0
  8539. package/types/net/minecraft/util/debug/DebugGoalInfo$DebugGoal.d.ts +1 -0
  8540. package/types/net/minecraft/util/debug/DebugHiveInfo.d.ts +1 -0
  8541. package/types/net/minecraft/util/debug/DebugPathInfo.d.ts +1 -0
  8542. package/types/net/minecraft/util/debug/DebugPoiInfo.d.ts +3 -0
  8543. package/types/net/minecraft/util/debug/DebugStructureInfo$Piece.d.ts +1 -0
  8544. package/types/net/minecraft/util/eventlog/EventLogDirectory$FileId.d.ts +1 -0
  8545. package/types/net/minecraft/util/filefix/FileSystemCapabilities.d.ts +1 -0
  8546. package/types/net/minecraft/util/filefix/access/ChunkNbt.d.ts +2 -1
  8547. package/types/net/minecraft/util/filefix/fixes/LegacyStructureFileFix$IncrementalFutureSequence.d.ts +10 -0
  8548. package/types/net/minecraft/util/filefix/fixes/ReenableSpectatorsGenerateChunksInHardcoreWorldsFileFix.d.ts +6 -0
  8549. package/types/net/minecraft/util/parsing/packrat/CachedParseState$CacheEntry.d.ts +1 -0
  8550. package/types/net/minecraft/util/parsing/packrat/CachedParseState$Silent.d.ts +2 -1
  8551. package/types/net/minecraft/util/parsing/packrat/ErrorEntry.d.ts +1 -0
  8552. package/types/net/minecraft/util/parsing/packrat/Term$Alternative.d.ts +1 -0
  8553. package/types/net/minecraft/util/parsing/packrat/Term$LookAhead.d.ts +1 -0
  8554. package/types/net/minecraft/util/parsing/packrat/Term$Repeated.d.ts +1 -0
  8555. package/types/net/minecraft/util/parsing/packrat/Term$RepeatedWithSeparator.d.ts +1 -0
  8556. package/types/net/minecraft/util/parsing/packrat/Term$Sequence.d.ts +1 -0
  8557. package/types/net/minecraft/util/profiling/ActiveProfiler.d.ts +1 -1
  8558. package/types/net/minecraft/util/profiling/InactiveProfiler.d.ts +1 -1
  8559. package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +1 -1
  8560. package/types/net/minecraft/util/profiling/jfr/stats/ChunkIdentification.d.ts +1 -0
  8561. package/types/net/minecraft/util/profiling/jfr/stats/CpuLoadStat.d.ts +1 -0
  8562. package/types/net/minecraft/util/profiling/jfr/stats/FileIOStat$Summary.d.ts +1 -0
  8563. package/types/net/minecraft/util/profiling/jfr/stats/FileIOStat.d.ts +1 -0
  8564. package/types/net/minecraft/util/profiling/jfr/stats/FpsStat.d.ts +1 -0
  8565. package/types/net/minecraft/util/profiling/jfr/stats/GcHeapStat$Summary.d.ts +1 -0
  8566. package/types/net/minecraft/util/profiling/jfr/stats/GcHeapStat.d.ts +1 -0
  8567. package/types/net/minecraft/util/profiling/jfr/stats/IoSummary$CountAndSize.d.ts +1 -0
  8568. package/types/net/minecraft/util/profiling/jfr/stats/StructureGenStat.d.ts +1 -0
  8569. package/types/net/minecraft/util/profiling/jfr/stats/ThreadAllocationStat.d.ts +3 -0
  8570. package/types/net/minecraft/util/profiling/jfr/stats/TimedStatSummary.d.ts +1 -0
  8571. package/types/net/minecraft/util/profiling/metrics/MetricSampler$MetricSamplerBuilder.d.ts +3 -0
  8572. package/types/net/minecraft/util/profiling/metrics/MetricSampler$SamplingPhase.d.ts +12 -0
  8573. package/types/net/minecraft/util/profiling/metrics/MetricSampler.d.ts +6 -3
  8574. package/types/net/minecraft/util/profiling/metrics/MetricsRegistry$AggregatedMetricSampler.d.ts +1 -1
  8575. package/types/net/minecraft/util/profiling/metrics/profiling/ActiveMetricsRecorder.d.ts +3 -0
  8576. package/types/net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder.d.ts +1 -0
  8577. package/types/net/minecraft/util/profiling/metrics/profiling/MetricsRecorder.d.ts +1 -0
  8578. package/types/net/minecraft/util/random/Weighted.d.ts +1 -0
  8579. package/types/net/minecraft/util/random/WeightedList.d.ts +1 -0
  8580. package/types/net/minecraft/util/thread/BlockableEventLoop.d.ts +0 -1
  8581. package/types/net/minecraft/util/thread/ParallelMapTransform$Container.d.ts +2 -0
  8582. package/types/net/minecraft/util/thread/StrictQueue$RunnableWithPriority.d.ts +1 -0
  8583. package/types/net/minecraft/util/valueproviders/BiasedToBottomInt.d.ts +1 -0
  8584. package/types/net/minecraft/util/valueproviders/ClampedInt.d.ts +1 -0
  8585. package/types/net/minecraft/util/valueproviders/ClampedNormalFloat.d.ts +1 -0
  8586. package/types/net/minecraft/util/valueproviders/ClampedNormalInt.d.ts +1 -0
  8587. package/types/net/minecraft/util/valueproviders/ConstantFloat.d.ts +1 -0
  8588. package/types/net/minecraft/util/valueproviders/ConstantInt.d.ts +1 -0
  8589. package/types/net/minecraft/util/valueproviders/FloatProviders.d.ts +1 -0
  8590. package/types/net/minecraft/util/valueproviders/TrapezoidFloat.d.ts +1 -0
  8591. package/types/net/minecraft/util/valueproviders/TrapezoidInt.d.ts +1 -0
  8592. package/types/net/minecraft/util/valueproviders/UniformFloat.d.ts +1 -0
  8593. package/types/net/minecraft/util/valueproviders/UniformInt.d.ts +1 -0
  8594. package/types/net/minecraft/world/InteractionResult$ItemContext.d.ts +3 -0
  8595. package/types/net/minecraft/world/ItemStackWithSlot.d.ts +1 -0
  8596. package/types/net/minecraft/world/LockCode.d.ts +1 -1
  8597. package/types/net/minecraft/world/RandomSequences$DirtyMarkingRandomSource.d.ts +3 -1
  8598. package/types/net/minecraft/world/Stopwatch.d.ts +2 -0
  8599. package/types/net/minecraft/world/attribute/AmbientAdditionsSettings.d.ts +1 -0
  8600. package/types/net/minecraft/world/attribute/AmbientMoodSettings.d.ts +1 -0
  8601. package/types/net/minecraft/world/attribute/AmbientParticle.d.ts +1 -0
  8602. package/types/net/minecraft/world/attribute/BedRule.d.ts +1 -0
  8603. package/types/net/minecraft/world/attribute/EnvironmentAttributeProbe$ValueProbe.d.ts +2 -1
  8604. package/types/net/minecraft/world/attribute/modifier/ColorModifier$BlendToGray.d.ts +1 -0
  8605. package/types/net/minecraft/world/attribute/modifier/FloatWithAlpha.d.ts +2 -0
  8606. package/types/net/minecraft/world/clock/ClockNetworkState.d.ts +1 -0
  8607. package/types/net/minecraft/world/clock/ClockState.d.ts +1 -0
  8608. package/types/net/minecraft/world/clock/ClockTimeMarker.d.ts +1 -0
  8609. package/types/net/minecraft/world/damagesource/CombatEntry.d.ts +1 -0
  8610. package/types/net/minecraft/world/damagesource/DamageType.d.ts +5 -0
  8611. package/types/net/minecraft/world/effect/HealOrHarmMobEffect.d.ts +3 -3
  8612. package/types/net/minecraft/world/effect/InstantaneousMobEffect.d.ts +16 -0
  8613. package/types/net/minecraft/world/effect/MobEffect$AttributeTemplate.d.ts +1 -0
  8614. package/types/net/minecraft/world/effect/MobEffect.d.ts +2 -2
  8615. package/types/net/minecraft/world/effect/MobEffectInstance$Details.d.ts +1 -0
  8616. package/types/net/minecraft/world/effect/MobEffectInstance.d.ts +1 -1
  8617. package/types/net/minecraft/world/effect/SaturationMobEffect.d.ts +2 -2
  8618. package/types/net/minecraft/world/entity/AgeableMob.d.ts +22 -2
  8619. package/types/net/minecraft/world/entity/AreaEffectCloud.d.ts +6 -0
  8620. package/types/net/minecraft/world/entity/Avatar.d.ts +20 -2
  8621. package/types/net/minecraft/world/entity/Bucketable.d.ts +13 -0
  8622. package/types/net/minecraft/world/entity/ConversionParams.d.ts +1 -0
  8623. package/types/net/minecraft/world/entity/ConversionType.d.ts +0 -1
  8624. package/types/net/minecraft/world/entity/Display$BlockDisplay.d.ts +6 -0
  8625. package/types/net/minecraft/world/entity/Display$ColorInterpolator.d.ts +1 -0
  8626. package/types/net/minecraft/world/entity/Display$ItemDisplay.d.ts +6 -0
  8627. package/types/net/minecraft/world/entity/Display$LinearFloatInterpolator.d.ts +1 -0
  8628. package/types/net/minecraft/world/entity/Display$LinearIntInterpolator.d.ts +1 -0
  8629. package/types/net/minecraft/world/entity/Display$RenderState.d.ts +1 -0
  8630. package/types/net/minecraft/world/entity/Display$TextDisplay$CachedInfo.d.ts +1 -0
  8631. package/types/net/minecraft/world/entity/Display$TextDisplay$CachedLine.d.ts +1 -0
  8632. package/types/net/minecraft/world/entity/Display$TextDisplay$TextRenderState.d.ts +1 -0
  8633. package/types/net/minecraft/world/entity/Display$TextDisplay.d.ts +6 -0
  8634. package/types/net/minecraft/world/entity/Display.d.ts +6 -0
  8635. package/types/net/minecraft/world/entity/Entity.d.ts +18 -3
  8636. package/types/net/minecraft/world/entity/EntityDimensions.d.ts +2 -0
  8637. package/types/net/minecraft/world/entity/EntityEvent.d.ts +1 -0
  8638. package/types/net/minecraft/world/entity/EntitySpawnRequest.d.ts +13 -0
  8639. package/types/net/minecraft/world/entity/EntityType$Builder.d.ts +3 -2
  8640. package/types/net/minecraft/world/entity/EntityType.d.ts +16 -306
  8641. package/types/net/minecraft/world/entity/EntityTypeIds.d.ts +164 -0
  8642. package/types/net/minecraft/world/entity/EntityTypes.d.ts +301 -0
  8643. package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +7 -0
  8644. package/types/net/minecraft/world/entity/Interaction$PlayerAction.d.ts +1 -0
  8645. package/types/net/minecraft/world/entity/Interaction.d.ts +6 -0
  8646. package/types/net/minecraft/world/entity/Leashable$Wrench.d.ts +4 -0
  8647. package/types/net/minecraft/world/entity/LightningBolt.d.ts +6 -0
  8648. package/types/net/minecraft/world/entity/LivingEntity.d.ts +35 -11
  8649. package/types/net/minecraft/world/entity/Marker.d.ts +6 -0
  8650. package/types/net/minecraft/world/entity/Mob.d.ts +27 -6
  8651. package/types/net/minecraft/world/entity/MobCategory.d.ts +3 -1
  8652. package/types/net/minecraft/world/entity/OminousItemSpawner.d.ts +6 -0
  8653. package/types/net/minecraft/world/entity/PathfinderMob.d.ts +21 -2
  8654. package/types/net/minecraft/world/entity/PositionMoveRotation.d.ts +1 -0
  8655. package/types/net/minecraft/world/entity/PostSpawnProcessor.d.ts +6 -0
  8656. package/types/net/minecraft/world/entity/SulfurCubeArchetype$AttributeEntry.d.ts +21 -0
  8657. package/types/net/minecraft/world/entity/SulfurCubeArchetype$ContactDamage.d.ts +19 -0
  8658. package/types/net/minecraft/world/entity/SulfurCubeArchetype$ExplosionData.d.ts +16 -0
  8659. package/types/net/minecraft/world/entity/SulfurCubeArchetype$KnockbackModifiers.d.ts +14 -0
  8660. package/types/net/minecraft/world/entity/SulfurCubeArchetype$SoundSettings.d.ts +20 -0
  8661. package/types/net/minecraft/world/entity/SulfurCubeArchetype.d.ts +34 -0
  8662. package/types/net/minecraft/world/entity/SulfurCubeArchetypes.d.ts +20 -0
  8663. package/types/net/minecraft/world/entity/TamableAnimal$TamableAnimalPanicGoal.d.ts +3 -2
  8664. package/types/net/minecraft/world/entity/TamableAnimal.d.ts +21 -2
  8665. package/types/net/minecraft/world/entity/ai/Brain.d.ts +4 -2
  8666. package/types/net/minecraft/world/entity/ai/attributes/AttributeInstance$Packed.d.ts +1 -0
  8667. package/types/net/minecraft/world/entity/ai/attributes/AttributeModifier.d.ts +1 -0
  8668. package/types/net/minecraft/world/entity/ai/attributes/Attributes.d.ts +5 -0
  8669. package/types/net/minecraft/world/entity/ai/behavior/ChargeAttack.d.ts +1 -1
  8670. package/types/net/minecraft/world/entity/ai/behavior/LongJumpToRandomPos$PossibleJump.d.ts +1 -0
  8671. package/types/net/minecraft/world/entity/ai/control/FlyingMoveControl.d.ts +2 -2
  8672. package/types/net/minecraft/world/entity/ai/control/MoveControl.d.ts +3 -3
  8673. package/types/net/minecraft/world/entity/ai/control/SmoothSwimmingMoveControl.d.ts +2 -2
  8674. package/types/net/minecraft/world/entity/ai/gossip/GossipContainer$GossipEntry.d.ts +1 -0
  8675. package/types/net/minecraft/world/entity/ai/navigation/GroundPathNavigation.d.ts +1 -3
  8676. package/types/net/minecraft/world/entity/ai/navigation/PathNavigation.d.ts +1 -0
  8677. package/types/net/minecraft/world/entity/ai/navigation/WaterBoundPathNavigation.d.ts +1 -0
  8678. package/types/net/minecraft/world/entity/ai/sensing/AdultSensor.d.ts +1 -0
  8679. package/types/net/minecraft/world/entity/ai/sensing/AdultSensorAnyType.d.ts +2 -0
  8680. package/types/net/minecraft/world/entity/ai/sensing/AxolotlAttackablesSensor.d.ts +1 -0
  8681. package/types/net/minecraft/world/entity/ai/sensing/BreezeAttackEntitySensor.d.ts +1 -0
  8682. package/types/net/minecraft/world/entity/ai/sensing/DummySensor.d.ts +1 -0
  8683. package/types/net/minecraft/world/entity/ai/sensing/FrogAttackablesSensor.d.ts +1 -0
  8684. package/types/net/minecraft/world/entity/ai/sensing/GolemSensor.d.ts +1 -0
  8685. package/types/net/minecraft/world/entity/ai/sensing/HoglinSpecificSensor.d.ts +1 -0
  8686. package/types/net/minecraft/world/entity/ai/sensing/HurtBySensor.d.ts +1 -0
  8687. package/types/net/minecraft/world/entity/ai/sensing/IsInWaterSensor.d.ts +1 -0
  8688. package/types/net/minecraft/world/entity/ai/sensing/MobSensor.d.ts +1 -0
  8689. package/types/net/minecraft/world/entity/ai/sensing/NearestBedSensor.d.ts +1 -0
  8690. package/types/net/minecraft/world/entity/ai/sensing/NearestItemSensor.d.ts +1 -0
  8691. package/types/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.d.ts +1 -0
  8692. package/types/net/minecraft/world/entity/ai/sensing/NearestVisibleLivingEntitySensor.d.ts +1 -0
  8693. package/types/net/minecraft/world/entity/ai/sensing/PiglinBruteSpecificSensor.d.ts +1 -0
  8694. package/types/net/minecraft/world/entity/ai/sensing/PiglinSpecificSensor.d.ts +1 -0
  8695. package/types/net/minecraft/world/entity/ai/sensing/PlayerSensor.d.ts +1 -0
  8696. package/types/net/minecraft/world/entity/ai/sensing/SecondaryPoiSensor.d.ts +1 -0
  8697. package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +1 -0
  8698. package/types/net/minecraft/world/entity/ai/sensing/TemptingSensor.d.ts +1 -0
  8699. package/types/net/minecraft/world/entity/ai/sensing/VillagerBabiesSensor.d.ts +1 -0
  8700. package/types/net/minecraft/world/entity/ai/sensing/VillagerHostilesSensor.d.ts +2 -0
  8701. package/types/net/minecraft/world/entity/ai/sensing/WardenEntitySensor.d.ts +1 -0
  8702. package/types/net/minecraft/world/entity/ai/village/poi/PoiManager$DistanceTracker.d.ts +2 -1
  8703. package/types/net/minecraft/world/entity/ai/village/poi/PoiRecord$Packed.d.ts +1 -0
  8704. package/types/net/minecraft/world/entity/ai/village/poi/PoiSection$Packed.d.ts +1 -0
  8705. package/types/net/minecraft/world/entity/ai/village/poi/PoiType.d.ts +1 -0
  8706. package/types/net/minecraft/world/entity/ambient/AmbientCreature.d.ts +21 -2
  8707. package/types/net/minecraft/world/entity/ambient/Bat.d.ts +21 -2
  8708. package/types/net/minecraft/world/entity/animal/AgeableWaterCreature.d.ts +21 -2
  8709. package/types/net/minecraft/world/entity/animal/Animal.d.ts +21 -2
  8710. package/types/net/minecraft/world/entity/animal/allay/Allay$JukeboxListener.d.ts +2 -1
  8711. package/types/net/minecraft/world/entity/animal/allay/Allay$VibrationUser.d.ts +2 -1
  8712. package/types/net/minecraft/world/entity/animal/allay/Allay.d.ts +21 -2
  8713. package/types/net/minecraft/world/entity/animal/armadillo/Armadillo.d.ts +24 -2
  8714. package/types/net/minecraft/world/entity/animal/axolotl/Axolotl$AxolotlLookControl.d.ts +1 -1
  8715. package/types/net/minecraft/world/entity/animal/axolotl/Axolotl$AxolotlMoveControl.d.ts +2 -3
  8716. package/types/net/minecraft/world/entity/animal/axolotl/Axolotl.d.ts +23 -3
  8717. package/types/net/minecraft/world/entity/animal/bee/Bee$BaseBeeGoal.d.ts +2 -1
  8718. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeAttackGoal.d.ts +2 -1
  8719. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeEnterHiveGoal.d.ts +2 -1
  8720. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGoToHiveGoal.d.ts +2 -1
  8721. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGoToKnownFlowerGoal.d.ts +2 -1
  8722. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGrowCropGoal.d.ts +2 -1
  8723. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeHurtByOtherGoal.d.ts +1 -1
  8724. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeLocateHiveGoal.d.ts +2 -1
  8725. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeLookControl.d.ts +2 -1
  8726. package/types/net/minecraft/world/entity/animal/bee/Bee$BeePollinateGoal.d.ts +2 -1
  8727. package/types/net/minecraft/world/entity/animal/bee/Bee$BeeWanderGoal.d.ts +2 -1
  8728. package/types/net/minecraft/world/entity/animal/bee/Bee$ValidateFlowerGoal.d.ts +2 -1
  8729. package/types/net/minecraft/world/entity/animal/bee/Bee$ValidateHiveGoal.d.ts +2 -1
  8730. package/types/net/minecraft/world/entity/animal/bee/Bee.d.ts +23 -6
  8731. package/types/net/minecraft/world/entity/animal/camel/Camel$CamelBodyRotationControl.d.ts +1 -1
  8732. package/types/net/minecraft/world/entity/animal/camel/Camel$CamelLookControl.d.ts +2 -1
  8733. package/types/net/minecraft/world/entity/animal/camel/Camel$CamelMoveControl.d.ts +3 -2
  8734. package/types/net/minecraft/world/entity/animal/camel/Camel.d.ts +22 -2
  8735. package/types/net/minecraft/world/entity/animal/camel/CamelHusk.d.ts +23 -3
  8736. package/types/net/minecraft/world/entity/animal/chicken/Chicken.d.ts +21 -2
  8737. package/types/net/minecraft/world/entity/animal/cow/AbstractCow.d.ts +21 -2
  8738. package/types/net/minecraft/world/entity/animal/cow/Cow.d.ts +24 -2
  8739. package/types/net/minecraft/world/entity/animal/cow/MushroomCow.d.ts +24 -2
  8740. package/types/net/minecraft/world/entity/animal/dolphin/Dolphin$PlayWithItemsGoal.d.ts +2 -1
  8741. package/types/net/minecraft/world/entity/animal/dolphin/Dolphin.d.ts +24 -3
  8742. package/types/net/minecraft/world/entity/animal/equine/AbstractChestedHorse.d.ts +22 -2
  8743. package/types/net/minecraft/world/entity/animal/equine/AbstractHorse$MountPanicGoal.d.ts +2 -1
  8744. package/types/net/minecraft/world/entity/animal/equine/AbstractHorse.d.ts +22 -2
  8745. package/types/net/minecraft/world/entity/animal/equine/Donkey.d.ts +22 -2
  8746. package/types/net/minecraft/world/entity/animal/equine/Horse.d.ts +22 -2
  8747. package/types/net/minecraft/world/entity/animal/equine/Llama.d.ts +22 -2
  8748. package/types/net/minecraft/world/entity/animal/equine/Mule.d.ts +22 -2
  8749. package/types/net/minecraft/world/entity/animal/equine/SkeletonHorse.d.ts +22 -2
  8750. package/types/net/minecraft/world/entity/animal/equine/TraderLlama.d.ts +22 -2
  8751. package/types/net/minecraft/world/entity/animal/equine/ZombieHorse.d.ts +22 -2
  8752. package/types/net/minecraft/world/entity/animal/feline/Cat.d.ts +24 -2
  8753. package/types/net/minecraft/world/entity/animal/feline/Ocelot.d.ts +24 -2
  8754. package/types/net/minecraft/world/entity/animal/fish/AbstractFish$FishMoveControl.d.ts +2 -3
  8755. package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +23 -3
  8756. package/types/net/minecraft/world/entity/animal/fish/AbstractSchoolingFish.d.ts +21 -2
  8757. package/types/net/minecraft/world/entity/animal/fish/Cod.d.ts +21 -2
  8758. package/types/net/minecraft/world/entity/animal/fish/Pufferfish.d.ts +21 -2
  8759. package/types/net/minecraft/world/entity/animal/fish/Salmon.d.ts +21 -2
  8760. package/types/net/minecraft/world/entity/animal/fish/TropicalFish.d.ts +21 -2
  8761. package/types/net/minecraft/world/entity/animal/fish/WaterAnimal.d.ts +21 -2
  8762. package/types/net/minecraft/world/entity/animal/fox/Fox$DefendTrustedTargetGoal.d.ts +3 -1
  8763. package/types/net/minecraft/world/entity/animal/fox/Fox$FaceplantGoal.d.ts +2 -1
  8764. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxAlertableEntitiesSelector.d.ts +2 -1
  8765. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxBehaviorGoal.d.ts +2 -1
  8766. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxBreedGoal.d.ts +2 -1
  8767. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxEatBerriesGoal.d.ts +2 -1
  8768. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxFloatGoal.d.ts +2 -1
  8769. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxLookAtPlayerGoal.d.ts +3 -1
  8770. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxLookControl.d.ts +2 -1
  8771. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxMeleeAttackGoal.d.ts +2 -1
  8772. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxMoveControl.d.ts +3 -2
  8773. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxPanicGoal.d.ts +2 -1
  8774. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxPounceGoal.d.ts +2 -1
  8775. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxSearchForItemsGoal.d.ts +2 -1
  8776. package/types/net/minecraft/world/entity/animal/fox/Fox$FoxStrollThroughVillageGoal.d.ts +2 -1
  8777. package/types/net/minecraft/world/entity/animal/fox/Fox$PerchAndSearchGoal.d.ts +2 -1
  8778. package/types/net/minecraft/world/entity/animal/fox/Fox$SeekShelterGoal.d.ts +2 -1
  8779. package/types/net/minecraft/world/entity/animal/fox/Fox$SleepGoal.d.ts +2 -1
  8780. package/types/net/minecraft/world/entity/animal/fox/Fox$StalkPreyGoal.d.ts +2 -1
  8781. package/types/net/minecraft/world/entity/animal/fox/Fox.d.ts +22 -3
  8782. package/types/net/minecraft/world/entity/animal/frog/Frog$FrogLookControl.d.ts +2 -1
  8783. package/types/net/minecraft/world/entity/animal/frog/Frog.d.ts +22 -4
  8784. package/types/net/minecraft/world/entity/animal/frog/Tadpole.d.ts +21 -2
  8785. package/types/net/minecraft/world/entity/animal/goat/Goat.d.ts +22 -3
  8786. package/types/net/minecraft/world/entity/animal/golem/AbstractGolem.d.ts +21 -2
  8787. package/types/net/minecraft/world/entity/animal/golem/CopperGolem.d.ts +21 -2
  8788. package/types/net/minecraft/world/entity/animal/golem/IronGolem.d.ts +21 -2
  8789. package/types/net/minecraft/world/entity/animal/golem/SnowGolem.d.ts +21 -2
  8790. package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastBodyRotationControl.d.ts +2 -1
  8791. package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastFloatGoal.d.ts +2 -1
  8792. package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastLookControl.d.ts +2 -2
  8793. package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast.d.ts +24 -2
  8794. package/types/net/minecraft/world/entity/animal/nautilus/AbstractNautilus.d.ts +21 -2
  8795. package/types/net/minecraft/world/entity/animal/nautilus/Nautilus.d.ts +24 -2
  8796. package/types/net/minecraft/world/entity/animal/nautilus/ZombieNautilus.d.ts +22 -3
  8797. package/types/net/minecraft/world/entity/animal/panda/Panda$PandaMoveControl.d.ts +2 -3
  8798. package/types/net/minecraft/world/entity/animal/panda/Panda$PandaSitGoal.d.ts +2 -1
  8799. package/types/net/minecraft/world/entity/animal/panda/Panda.d.ts +21 -2
  8800. package/types/net/minecraft/world/entity/animal/parrot/Parrot.d.ts +24 -5
  8801. package/types/net/minecraft/world/entity/animal/parrot/ShoulderRidingEntity.d.ts +21 -2
  8802. package/types/net/minecraft/world/entity/animal/pig/Pig.d.ts +24 -2
  8803. package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearAttackPlayersGoal.d.ts +2 -1
  8804. package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearHurtByTargetGoal.d.ts +2 -1
  8805. package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearMeleeAttackGoal.d.ts +2 -1
  8806. package/types/net/minecraft/world/entity/animal/polarbear/PolarBear.d.ts +21 -2
  8807. package/types/net/minecraft/world/entity/animal/rabbit/Rabbit$RabbitMoveControl.d.ts +2 -3
  8808. package/types/net/minecraft/world/entity/animal/rabbit/Rabbit.d.ts +21 -2
  8809. package/types/net/minecraft/world/entity/animal/sheep/Sheep.d.ts +24 -2
  8810. package/types/net/minecraft/world/entity/animal/sniffer/Sniffer.d.ts +21 -2
  8811. package/types/net/minecraft/world/entity/animal/sniffer/SnifferAi.d.ts +1 -0
  8812. package/types/net/minecraft/world/entity/animal/squid/GlowSquid.d.ts +21 -2
  8813. package/types/net/minecraft/world/entity/animal/squid/Squid$SquidFleeGoal.d.ts +2 -1
  8814. package/types/net/minecraft/world/entity/animal/squid/Squid.d.ts +21 -2
  8815. package/types/net/minecraft/world/entity/animal/turtle/Turtle$TurtleMoveControl.d.ts +2 -3
  8816. package/types/net/minecraft/world/entity/animal/turtle/Turtle.d.ts +22 -2
  8817. package/types/net/minecraft/world/entity/animal/wolf/Wolf$WolfAvoidEntityGoal.d.ts +1 -1
  8818. package/types/net/minecraft/world/entity/animal/wolf/Wolf.d.ts +24 -2
  8819. package/types/net/minecraft/world/entity/boss/enderdragon/DragonFlightHistory$Sample.d.ts +1 -0
  8820. package/types/net/minecraft/world/entity/boss/enderdragon/EndCrystal.d.ts +6 -0
  8821. package/types/net/minecraft/world/entity/boss/enderdragon/EnderDragon.d.ts +24 -3
  8822. package/types/net/minecraft/world/entity/boss/enderdragon/EnderDragonPart.d.ts +6 -0
  8823. package/types/net/minecraft/world/entity/boss/wither/WitherBoss$WitherDoNothingGoal.d.ts +2 -1
  8824. package/types/net/minecraft/world/entity/boss/wither/WitherBoss.d.ts +21 -2
  8825. package/types/net/minecraft/world/entity/decoration/ArmorStand.d.ts +20 -2
  8826. package/types/net/minecraft/world/entity/decoration/BlockAttachedEntity.d.ts +6 -0
  8827. package/types/net/minecraft/world/entity/decoration/GlowItemFrame.d.ts +6 -0
  8828. package/types/net/minecraft/world/entity/decoration/HangingEntity.d.ts +6 -0
  8829. package/types/net/minecraft/world/entity/decoration/ItemFrame.d.ts +6 -0
  8830. package/types/net/minecraft/world/entity/decoration/LeashFenceKnotEntity.d.ts +6 -0
  8831. package/types/net/minecraft/world/entity/decoration/Mannequin.d.ts +20 -2
  8832. package/types/net/minecraft/world/entity/decoration/painting/Painting.d.ts +6 -0
  8833. package/types/net/minecraft/world/entity/decoration/painting/PaintingVariant.d.ts +1 -0
  8834. package/types/net/minecraft/world/entity/item/FallingBlockEntity.d.ts +6 -0
  8835. package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +6 -0
  8836. package/types/net/minecraft/world/entity/item/PrimedTnt.d.ts +12 -0
  8837. package/types/net/minecraft/world/entity/monster/Blaze.d.ts +21 -2
  8838. package/types/net/minecraft/world/entity/monster/Creeper.d.ts +21 -2
  8839. package/types/net/minecraft/world/entity/monster/ElderGuardian.d.ts +21 -2
  8840. package/types/net/minecraft/world/entity/monster/EnderMan.d.ts +21 -2
  8841. package/types/net/minecraft/world/entity/monster/Endermite.d.ts +21 -2
  8842. package/types/net/minecraft/world/entity/monster/Ghast$GhastMoveControl.d.ts +2 -3
  8843. package/types/net/minecraft/world/entity/monster/Ghast.d.ts +21 -2
  8844. package/types/net/minecraft/world/entity/monster/Giant.d.ts +21 -2
  8845. package/types/net/minecraft/world/entity/monster/Guardian$GuardianMoveControl.d.ts +2 -3
  8846. package/types/net/minecraft/world/entity/monster/Guardian.d.ts +22 -3
  8847. package/types/net/minecraft/world/entity/monster/Monster.d.ts +21 -2
  8848. package/types/net/minecraft/world/entity/monster/PatrollingMonster.d.ts +21 -2
  8849. package/types/net/minecraft/world/entity/monster/Phantom$PhantomAttackPlayerTargetGoal.d.ts +2 -1
  8850. package/types/net/minecraft/world/entity/monster/Phantom$PhantomAttackStrategyGoal.d.ts +2 -1
  8851. package/types/net/minecraft/world/entity/monster/Phantom$PhantomBodyRotationControl.d.ts +2 -1
  8852. package/types/net/minecraft/world/entity/monster/Phantom$PhantomCircleAroundAnchorGoal.d.ts +2 -1
  8853. package/types/net/minecraft/world/entity/monster/Phantom$PhantomMoveControl.d.ts +3 -2
  8854. package/types/net/minecraft/world/entity/monster/Phantom$PhantomMoveTargetGoal.d.ts +2 -1
  8855. package/types/net/minecraft/world/entity/monster/Phantom$PhantomSweepAttackGoal.d.ts +2 -1
  8856. package/types/net/minecraft/world/entity/monster/Phantom.d.ts +21 -2
  8857. package/types/net/minecraft/world/entity/monster/Ravager.d.ts +22 -3
  8858. package/types/net/minecraft/world/entity/monster/Shulker$ShulkerAttackGoal.d.ts +2 -1
  8859. package/types/net/minecraft/world/entity/monster/Shulker$ShulkerLookControl.d.ts +2 -1
  8860. package/types/net/minecraft/world/entity/monster/Shulker$ShulkerNearestAttackGoal.d.ts +1 -1
  8861. package/types/net/minecraft/world/entity/monster/Shulker$ShulkerPeekGoal.d.ts +2 -1
  8862. package/types/net/minecraft/world/entity/monster/Shulker.d.ts +24 -2
  8863. package/types/net/minecraft/world/entity/monster/Silverfish.d.ts +21 -2
  8864. package/types/net/minecraft/world/entity/monster/Strider$StriderPathNavigation.d.ts +0 -2
  8865. package/types/net/minecraft/world/entity/monster/Strider.d.ts +23 -2
  8866. package/types/net/minecraft/world/entity/monster/Vex$VexChargeAttackGoal.d.ts +2 -1
  8867. package/types/net/minecraft/world/entity/monster/Vex$VexCopyOwnerTargetGoal.d.ts +2 -1
  8868. package/types/net/minecraft/world/entity/monster/Vex$VexMoveControl.d.ts +3 -2
  8869. package/types/net/minecraft/world/entity/monster/Vex$VexRandomMoveGoal.d.ts +2 -1
  8870. package/types/net/minecraft/world/entity/monster/Vex.d.ts +27 -5
  8871. package/types/net/minecraft/world/entity/monster/Witch.d.ts +21 -2
  8872. package/types/net/minecraft/world/entity/monster/Zoglin.d.ts +25 -3
  8873. package/types/net/minecraft/world/entity/monster/breeze/Breeze.d.ts +21 -2
  8874. package/types/net/minecraft/world/entity/monster/breeze/BreezeAi.d.ts +2 -0
  8875. package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingBodyRotationControl.d.ts +1 -1
  8876. package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingJumpControl.d.ts +1 -1
  8877. package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingLookControl.d.ts +1 -1
  8878. package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingMoveControl.d.ts +2 -2
  8879. package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingPathNavigation.d.ts +1 -1
  8880. package/types/net/minecraft/world/entity/monster/creaking/Creaking$HomeNodeEvaluator.d.ts +2 -1
  8881. package/types/net/minecraft/world/entity/monster/creaking/Creaking.d.ts +23 -3
  8882. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobAttackGoal.d.ts +12 -0
  8883. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobFloatGoal.d.ts +9 -0
  8884. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobKeepOnJumpingGoal.d.ts +8 -0
  8885. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobMoveControl.d.ts +13 -0
  8886. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobRandomDirectionGoal.d.ts +10 -0
  8887. package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob.d.ts +211 -0
  8888. package/types/net/minecraft/world/entity/monster/cubemob/MagmaCube.d.ts +183 -0
  8889. package/types/net/minecraft/world/entity/monster/cubemob/Slime.d.ts +172 -0
  8890. package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeLookControl.d.ts +6 -0
  8891. package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeMobMoveControl.d.ts +8 -0
  8892. package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeSearchForItemsGoal.d.ts +10 -0
  8893. package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeTemptGoal.d.ts +10 -0
  8894. package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube.d.ts +280 -0
  8895. package/types/net/minecraft/world/entity/monster/hoglin/Hoglin.d.ts +25 -3
  8896. package/types/net/minecraft/world/entity/monster/illager/AbstractIllager$RaiderOpenDoorGoal.d.ts +2 -1
  8897. package/types/net/minecraft/world/entity/monster/illager/AbstractIllager.d.ts +21 -2
  8898. package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerAttackSpellGoal.d.ts +2 -1
  8899. package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerCastingSpellGoal.d.ts +2 -1
  8900. package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerSummonSpellGoal.d.ts +2 -1
  8901. package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerWololoSpellGoal.d.ts +2 -1
  8902. package/types/net/minecraft/world/entity/monster/illager/Evoker.d.ts +21 -2
  8903. package/types/net/minecraft/world/entity/monster/illager/Illusioner$IllusionerBlindnessSpellGoal.d.ts +2 -1
  8904. package/types/net/minecraft/world/entity/monster/illager/Illusioner$IllusionerMirrorSpellGoal.d.ts +2 -1
  8905. package/types/net/minecraft/world/entity/monster/illager/Illusioner.d.ts +21 -2
  8906. package/types/net/minecraft/world/entity/monster/illager/Pillager.d.ts +21 -2
  8907. package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager$SpellcasterCastingSpellGoal.d.ts +2 -1
  8908. package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager$SpellcasterUseSpellGoal.d.ts +2 -1
  8909. package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager.d.ts +21 -2
  8910. package/types/net/minecraft/world/entity/monster/illager/Vindicator.d.ts +21 -2
  8911. package/types/net/minecraft/world/entity/monster/piglin/AbstractPiglin.d.ts +21 -2
  8912. package/types/net/minecraft/world/entity/monster/piglin/Piglin.d.ts +21 -2
  8913. package/types/net/minecraft/world/entity/monster/piglin/PiglinBrute.d.ts +21 -2
  8914. package/types/net/minecraft/world/entity/monster/skeleton/AbstractSkeleton.d.ts +21 -2
  8915. package/types/net/minecraft/world/entity/monster/skeleton/Bogged.d.ts +21 -2
  8916. package/types/net/minecraft/world/entity/monster/skeleton/Parched.d.ts +21 -2
  8917. package/types/net/minecraft/world/entity/monster/skeleton/Skeleton.d.ts +21 -2
  8918. package/types/net/minecraft/world/entity/monster/skeleton/Stray.d.ts +21 -2
  8919. package/types/net/minecraft/world/entity/monster/skeleton/WitherSkeleton.d.ts +21 -2
  8920. package/types/net/minecraft/world/entity/monster/spider/CaveSpider.d.ts +21 -2
  8921. package/types/net/minecraft/world/entity/monster/spider/Spider.d.ts +21 -2
  8922. package/types/net/minecraft/world/entity/monster/warden/Warden$VibrationUser.d.ts +2 -1
  8923. package/types/net/minecraft/world/entity/monster/warden/Warden.d.ts +22 -2
  8924. package/types/net/minecraft/world/entity/monster/zombie/Drowned$DrownedMoveControl.d.ts +2 -3
  8925. package/types/net/minecraft/world/entity/monster/zombie/Drowned.d.ts +23 -3
  8926. package/types/net/minecraft/world/entity/monster/zombie/Husk.d.ts +21 -2
  8927. package/types/net/minecraft/world/entity/monster/zombie/Zombie$ZombieAttackTurtleEggGoal.d.ts +2 -1
  8928. package/types/net/minecraft/world/entity/monster/zombie/Zombie.d.ts +21 -2
  8929. package/types/net/minecraft/world/entity/monster/zombie/ZombieVillager.d.ts +24 -3
  8930. package/types/net/minecraft/world/entity/monster/zombie/ZombifiedPiglin.d.ts +21 -2
  8931. package/types/net/minecraft/world/entity/npc/villager/AbstractVillager.d.ts +21 -2
  8932. package/types/net/minecraft/world/entity/npc/villager/Villager.d.ts +25 -8
  8933. package/types/net/minecraft/world/entity/npc/villager/VillagerData.d.ts +2 -0
  8934. package/types/net/minecraft/world/entity/npc/villager/VillagerDataHolder.d.ts +5 -0
  8935. package/types/net/minecraft/world/entity/npc/wanderingtrader/WanderingTrader$WanderToPositionGoal.d.ts +1 -1
  8936. package/types/net/minecraft/world/entity/npc/wanderingtrader/WanderingTrader.d.ts +21 -2
  8937. package/types/net/minecraft/world/entity/player/Abilities$Packed.d.ts +1 -0
  8938. package/types/net/minecraft/world/entity/player/Input.d.ts +1 -0
  8939. package/types/net/minecraft/world/entity/player/Player.d.ts +23 -4
  8940. package/types/net/minecraft/world/entity/player/PlayerSkin.d.ts +1 -0
  8941. package/types/net/minecraft/world/entity/player/ProfilePublicKey$Data.d.ts +2 -0
  8942. package/types/net/minecraft/world/entity/player/StackedContents$RecipePicker.d.ts +2 -1
  8943. package/types/net/minecraft/world/entity/projectile/EvokerFangs.d.ts +6 -0
  8944. package/types/net/minecraft/world/entity/projectile/EyeOfEnder.d.ts +6 -0
  8945. package/types/net/minecraft/world/entity/projectile/FireworkRocketEntity.d.ts +6 -0
  8946. package/types/net/minecraft/world/entity/projectile/FishingHook.d.ts +6 -0
  8947. package/types/net/minecraft/world/entity/projectile/LlamaSpit.d.ts +7 -0
  8948. package/types/net/minecraft/world/entity/projectile/Projectile.d.ts +6 -0
  8949. package/types/net/minecraft/world/entity/projectile/ShulkerBullet.d.ts +6 -0
  8950. package/types/net/minecraft/world/entity/projectile/ThrowableProjectile.d.ts +7 -0
  8951. package/types/net/minecraft/world/entity/projectile/arrow/AbstractArrow.d.ts +7 -0
  8952. package/types/net/minecraft/world/entity/projectile/arrow/Arrow.d.ts +6 -0
  8953. package/types/net/minecraft/world/entity/projectile/arrow/SpectralArrow.d.ts +6 -0
  8954. package/types/net/minecraft/world/entity/projectile/arrow/ThrownTrident.d.ts +6 -0
  8955. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/AbstractHurtingProjectile.d.ts +6 -0
  8956. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/DragonFireball.d.ts +6 -0
  8957. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/Fireball.d.ts +6 -0
  8958. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/LargeFireball.d.ts +6 -0
  8959. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/SmallFireball.d.ts +6 -0
  8960. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/WitherSkull.d.ts +6 -0
  8961. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/AbstractWindCharge.d.ts +6 -0
  8962. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/BreezeWindCharge.d.ts +6 -0
  8963. package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/WindCharge.d.ts +6 -0
  8964. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/AbstractThrownPotion.d.ts +6 -0
  8965. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/Snowball.d.ts +6 -0
  8966. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrowableItemProjectile.d.ts +6 -0
  8967. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownEgg.d.ts +6 -0
  8968. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownEnderpearl.d.ts +6 -0
  8969. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownExperienceBottle.d.ts +6 -0
  8970. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownLingeringPotion.d.ts +6 -0
  8971. package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownSplashPotion.d.ts +6 -0
  8972. package/types/net/minecraft/world/entity/raid/Raider$ObtainRaidLeaderBannerGoal.d.ts +1 -1
  8973. package/types/net/minecraft/world/entity/raid/Raider$RaiderCelebration.d.ts +1 -1
  8974. package/types/net/minecraft/world/entity/raid/Raider.d.ts +21 -2
  8975. package/types/net/minecraft/world/entity/raid/Raids$RaidWithId.d.ts +1 -0
  8976. package/types/net/minecraft/world/entity/variant/MoonBrightnessCheck.d.ts +1 -1
  8977. package/types/net/minecraft/world/entity/variant/PriorityProvider$Selector.d.ts +3 -0
  8978. package/types/net/minecraft/world/entity/variant/PriorityProvider$UnpackedEntry.d.ts +1 -0
  8979. package/types/net/minecraft/world/entity/vehicle/VehicleEntity.d.ts +6 -0
  8980. package/types/net/minecraft/world/entity/vehicle/boat/AbstractBoat.d.ts +7 -0
  8981. package/types/net/minecraft/world/entity/vehicle/boat/Boat.d.ts +6 -0
  8982. package/types/net/minecraft/world/entity/vehicle/boat/Raft.d.ts +6 -0
  8983. package/types/net/minecraft/world/entity/vehicle/minecart/AbstractMinecart.d.ts +7 -0
  8984. package/types/net/minecraft/world/entity/vehicle/minecart/Minecart.d.ts +6 -0
  8985. package/types/net/minecraft/world/entity/vehicle/minecart/MinecartCommandBlock$MinecartCommandBase.d.ts +2 -1
  8986. package/types/net/minecraft/world/entity/vehicle/minecart/MinecartCommandBlock.d.ts +6 -0
  8987. package/types/net/minecraft/world/entity/vehicle/minecart/MinecartFurnace.d.ts +6 -0
  8988. package/types/net/minecraft/world/entity/vehicle/minecart/MinecartSpawner.d.ts +6 -0
  8989. package/types/net/minecraft/world/entity/vehicle/minecart/MinecartTNT.d.ts +6 -0
  8990. package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$MinecartStep.d.ts +1 -0
  8991. package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$StepPartialTicks.d.ts +1 -0
  8992. package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$TrackIteration.d.ts +5 -5
  8993. package/types/net/minecraft/world/food/FoodProperties.d.ts +1 -0
  8994. package/types/net/minecraft/world/inventory/AbstractFurnaceMenu.d.ts +2 -5
  8995. package/types/net/minecraft/world/inventory/BeaconMenu.d.ts +1 -1
  8996. package/types/net/minecraft/world/inventory/ItemCombinerMenuSlotDefinition$SlotDefinition.d.ts +1 -0
  8997. package/types/net/minecraft/world/inventory/ResultSlot.d.ts +1 -0
  8998. package/types/net/minecraft/world/inventory/Slot.d.ts +1 -0
  8999. package/types/net/minecraft/world/item/AdventureModePredicate.d.ts +1 -1
  9000. package/types/net/minecraft/world/item/AirItem.d.ts +1 -1
  9001. package/types/net/minecraft/world/item/BrushItem$DustParticlesDelta.d.ts +1 -0
  9002. package/types/net/minecraft/world/item/BucketItem.d.ts +2 -0
  9003. package/types/net/minecraft/world/item/CreativeModeTab$ItemDisplayParameters.d.ts +1 -0
  9004. package/types/net/minecraft/world/item/CrossbowItem.d.ts +0 -2
  9005. package/types/net/minecraft/world/item/DyeColor.d.ts +3 -1
  9006. package/types/net/minecraft/world/item/HoneycombItem$WaxedRecipeGroup.d.ts +17 -0
  9007. package/types/net/minecraft/world/item/Instrument.d.ts +1 -0
  9008. package/types/net/minecraft/world/item/ItemCooldowns$CooldownInstance.d.ts +1 -0
  9009. package/types/net/minecraft/world/item/ItemStack.d.ts +1 -2
  9010. package/types/net/minecraft/world/item/ItemStackTemplate.d.ts +5 -0
  9011. package/types/net/minecraft/world/item/Items.d.ts +63 -340
  9012. package/types/net/minecraft/world/item/JukeboxSong.d.ts +1 -0
  9013. package/types/net/minecraft/world/item/MobBucketItem.d.ts +4 -0
  9014. package/types/net/minecraft/world/item/ProjectileItem$DispenseConfig.d.ts +1 -0
  9015. package/types/net/minecraft/world/item/ToolMaterial.d.ts +1 -0
  9016. package/types/net/minecraft/world/item/TooltipFlag$Default.d.ts +1 -0
  9017. package/types/net/minecraft/world/item/alchemy/PotionIds.d.ts +52 -0
  9018. package/types/net/minecraft/world/item/alchemy/Potions.d.ts +48 -48
  9019. package/types/net/minecraft/world/item/component/AttackRange.d.ts +1 -0
  9020. package/types/net/minecraft/world/item/component/BlocksAttacks$DamageReduction.d.ts +1 -0
  9021. package/types/net/minecraft/world/item/component/BlocksAttacks$ItemDamageFunction.d.ts +1 -0
  9022. package/types/net/minecraft/world/item/component/BlocksAttacks.d.ts +1 -0
  9023. package/types/net/minecraft/world/item/component/Consumable.d.ts +1 -0
  9024. package/types/net/minecraft/world/item/component/DyedItemColor.d.ts +1 -0
  9025. package/types/net/minecraft/world/item/component/FireworkExplosion.d.ts +1 -0
  9026. package/types/net/minecraft/world/item/component/Fireworks.d.ts +1 -0
  9027. package/types/net/minecraft/world/item/component/ItemContainerContents$Slot.d.ts +1 -0
  9028. package/types/net/minecraft/world/item/component/KineticWeapon$Condition.d.ts +1 -0
  9029. package/types/net/minecraft/world/item/component/KineticWeapon.d.ts +1 -0
  9030. package/types/net/minecraft/world/item/component/LodestoneTracker.d.ts +1 -0
  9031. package/types/net/minecraft/world/item/component/MapDecorations$Entry.d.ts +1 -0
  9032. package/types/net/minecraft/world/item/component/MapItemColor.d.ts +1 -0
  9033. package/types/net/minecraft/world/item/component/OminousBottleAmplifier.d.ts +1 -0
  9034. package/types/net/minecraft/world/item/component/PiercingWeapon.d.ts +1 -0
  9035. package/types/net/minecraft/world/item/component/SeededContainerLoot.d.ts +1 -0
  9036. package/types/net/minecraft/world/item/component/SulfurCubeContent.d.ts +25 -0
  9037. package/types/net/minecraft/world/item/component/SuspiciousStewEffects$Entry.d.ts +1 -0
  9038. package/types/net/minecraft/world/item/component/SwingAnimation.d.ts +1 -0
  9039. package/types/net/minecraft/world/item/component/Tool.d.ts +1 -0
  9040. package/types/net/minecraft/world/item/component/TooltipDisplay.d.ts +1 -0
  9041. package/types/net/minecraft/world/item/component/UseCooldown.d.ts +2 -0
  9042. package/types/net/minecraft/world/item/component/UseEffects.d.ts +1 -0
  9043. package/types/net/minecraft/world/item/component/Weapon.d.ts +2 -0
  9044. package/types/net/minecraft/world/item/component/WrittenBookContent.d.ts +1 -0
  9045. package/types/net/minecraft/world/item/consume_effects/ApplyStatusEffectsConsumeEffect.d.ts +4 -0
  9046. package/types/net/minecraft/world/item/consume_effects/TeleportRandomlyConsumeEffect.d.ts +2 -0
  9047. package/types/net/minecraft/world/item/crafting/BookCloningRecipe.d.ts +1 -1
  9048. package/types/net/minecraft/world/item/crafting/CraftingInput$Positioned.d.ts +1 -0
  9049. package/types/net/minecraft/world/item/crafting/Recipe$CommonInfo.d.ts +1 -0
  9050. package/types/net/minecraft/world/item/crafting/RecipeCache$Entry.d.ts +1 -0
  9051. package/types/net/minecraft/world/item/crafting/RecipePropertySet.d.ts +2 -0
  9052. package/types/net/minecraft/world/item/crafting/TransmuteRecipe.d.ts +1 -1
  9053. package/types/net/minecraft/world/item/crafting/display/FurnaceRecipeDisplay.d.ts +1 -0
  9054. package/types/net/minecraft/world/item/crafting/display/RecipeDisplayId.d.ts +1 -0
  9055. package/types/net/minecraft/world/item/crafting/display/ShapedCraftingRecipeDisplay.d.ts +1 -0
  9056. package/types/net/minecraft/world/item/enchantment/Enchantable.d.ts +1 -0
  9057. package/types/net/minecraft/world/item/enchantment/Enchantment$Cost.d.ts +1 -0
  9058. package/types/net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition.d.ts +1 -0
  9059. package/types/net/minecraft/world/item/enchantment/EnchantmentInstance.d.ts +1 -0
  9060. package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Clamped.d.ts +1 -0
  9061. package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Constant.d.ts +1 -0
  9062. package/types/net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared.d.ts +1 -0
  9063. package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Linear.d.ts +1 -0
  9064. package/types/net/minecraft/world/item/enchantment/effects/ExplodeEffect.d.ts +1 -0
  9065. package/types/net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource.d.ts +1 -0
  9066. package/types/net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource.d.ts +1 -0
  9067. package/types/net/minecraft/world/item/enchantment/effects/SummonEntityEffect.d.ts +1 -0
  9068. package/types/net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty.d.ts +1 -0
  9069. package/types/net/minecraft/world/item/equipment/ArmorMaterial.d.ts +1 -0
  9070. package/types/net/minecraft/world/item/equipment/Equippable.d.ts +1 -0
  9071. package/types/net/minecraft/world/item/equipment/trim/TrimPattern.d.ts +1 -0
  9072. package/types/net/minecraft/world/item/slot/FilteredSlotSource.d.ts +1 -1
  9073. package/types/net/minecraft/world/item/slot/SlotCollection$Limited.d.ts +1 -0
  9074. package/types/net/minecraft/world/item/trading/ItemCost.d.ts +5 -0
  9075. package/types/net/minecraft/world/item/trading/TradeRebalanceVillagerTrades.d.ts +303 -2
  9076. package/types/net/minecraft/world/item/trading/VillagerTrade.d.ts +1 -1
  9077. package/types/net/minecraft/world/item/trading/VillagerTrades.d.ts +11 -114
  9078. package/types/net/minecraft/world/level/BaseCommandBlock$CloseableCommandBlockSource.d.ts +2 -1
  9079. package/types/net/minecraft/world/level/BaseSpawner.d.ts +2 -0
  9080. package/types/net/minecraft/world/level/BlockEventData.d.ts +1 -0
  9081. package/types/net/minecraft/world/level/CardinalLighting.d.ts +1 -0
  9082. package/types/net/minecraft/world/level/ChunkPos.d.ts +2 -1
  9083. package/types/net/minecraft/world/level/CollisionGetter.d.ts +1 -1
  9084. package/types/net/minecraft/world/level/Level.d.ts +2 -0
  9085. package/types/net/minecraft/world/level/LevelReader.d.ts +2 -1
  9086. package/types/net/minecraft/world/level/LevelSettings$DifficultySettings.d.ts +1 -0
  9087. package/types/net/minecraft/world/level/LevelSettings.d.ts +2 -0
  9088. package/types/net/minecraft/world/level/NaturalSpawner.d.ts +1 -1
  9089. package/types/net/minecraft/world/level/PathNavigationRegion.d.ts +1 -1
  9090. package/types/net/minecraft/world/level/ServerExplosion.d.ts +13 -5
  9091. package/types/net/minecraft/world/level/SignalGetter.d.ts +1 -0
  9092. package/types/net/minecraft/world/level/biome/Biome$ClimateSettings.d.ts +1 -0
  9093. package/types/net/minecraft/world/level/biome/BiomeSpecialEffects.d.ts +1 -0
  9094. package/types/net/minecraft/world/level/biome/Biomes.d.ts +1 -0
  9095. package/types/net/minecraft/world/level/biome/Climate$Parameter.d.ts +1 -0
  9096. package/types/net/minecraft/world/level/biome/Climate$ParameterPoint.d.ts +1 -0
  9097. package/types/net/minecraft/world/level/biome/Climate$SpawnFinder$Result.d.ts +1 -0
  9098. package/types/net/minecraft/world/level/biome/Climate$TargetPoint.d.ts +1 -0
  9099. package/types/net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost.d.ts +1 -0
  9100. package/types/net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData.d.ts +1 -0
  9101. package/types/net/minecraft/world/level/block/BasePressurePlateBlock.d.ts +1 -1
  9102. package/types/net/minecraft/world/level/block/BedBlock.d.ts +2 -10
  9103. package/types/net/minecraft/world/level/block/Block.d.ts +1 -1
  9104. package/types/net/minecraft/world/level/block/Blocks.d.ts +59 -324
  9105. package/types/net/minecraft/world/level/block/ButtonBlock.d.ts +1 -1
  9106. package/types/net/minecraft/world/level/block/ColorCollection.d.ts +62 -0
  9107. package/types/net/minecraft/world/level/block/CopperChestBlock.d.ts +1 -0
  9108. package/types/net/minecraft/world/level/block/DaylightDetectorBlock.d.ts +1 -1
  9109. package/types/net/minecraft/world/level/block/DetectorRailBlock.d.ts +1 -1
  9110. package/types/net/minecraft/world/level/block/DiodeBlock.d.ts +1 -0
  9111. package/types/net/minecraft/world/level/block/JukeboxBlock.d.ts +1 -1
  9112. package/types/net/minecraft/world/level/block/LecternBlock.d.ts +1 -1
  9113. package/types/net/minecraft/world/level/block/LevelEvent.d.ts +1 -0
  9114. package/types/net/minecraft/world/level/block/LeverBlock.d.ts +1 -1
  9115. package/types/net/minecraft/world/level/block/LightningRodBlock.d.ts +1 -1
  9116. package/types/net/minecraft/world/level/block/ObserverBlock.d.ts +1 -0
  9117. package/types/net/minecraft/world/level/block/PointedDripstoneBlock$FluidInfo.d.ts +1 -1
  9118. package/types/net/minecraft/world/level/block/PointedDripstoneBlock.d.ts +8 -39
  9119. package/types/net/minecraft/world/level/block/PotentSulfurBlock.d.ts +96 -0
  9120. package/types/net/minecraft/world/level/block/PoweredBlock.d.ts +1 -1
  9121. package/types/net/minecraft/world/level/block/RedStoneWireBlock.d.ts +1 -0
  9122. package/types/net/minecraft/world/level/block/RedstoneTorchBlock.d.ts +1 -0
  9123. package/types/net/minecraft/world/level/block/SculkSensorBlock.d.ts +1 -1
  9124. package/types/net/minecraft/world/level/block/SculkVeinBlock$SculkVeinSpreaderConfig.d.ts +2 -1
  9125. package/types/net/minecraft/world/level/block/SlimeBlock.d.ts +0 -2
  9126. package/types/net/minecraft/world/level/block/SoundType.d.ts +4 -0
  9127. package/types/net/minecraft/world/level/block/SpeleothemBlock.d.ts +133 -0
  9128. package/types/net/minecraft/world/level/block/SulfurSpikeBlock.d.ts +86 -0
  9129. package/types/net/minecraft/world/level/block/TargetBlock.d.ts +1 -1
  9130. package/types/net/minecraft/world/level/block/TestBlock.d.ts +1 -1
  9131. package/types/net/minecraft/world/level/block/TrappedChestBlock.d.ts +1 -1
  9132. package/types/net/minecraft/world/level/block/TripWireHookBlock.d.ts +1 -1
  9133. package/types/net/minecraft/world/level/block/WeatheringCopper$WeatherState.d.ts +2 -0
  9134. package/types/net/minecraft/world/level/block/WeatheringCopperChestBlock.d.ts +1 -0
  9135. package/types/net/minecraft/world/level/block/WeatheringCopperCollection$ByState.d.ts +25 -0
  9136. package/types/net/minecraft/world/level/block/WeatheringCopperCollection.d.ts +41 -0
  9137. package/types/net/minecraft/world/level/block/entity/BeaconBlockEntity.d.ts +1 -0
  9138. package/types/net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant.d.ts +1 -0
  9139. package/types/net/minecraft/world/level/block/entity/BlockEntityTicker.d.ts +2 -1
  9140. package/types/net/minecraft/world/level/block/entity/BlockEntityType.d.ts +0 -82
  9141. package/types/net/minecraft/world/level/block/entity/BlockEntityTypeIds.d.ts +55 -0
  9142. package/types/net/minecraft/world/level/block/entity/BlockEntityTypes.d.ts +87 -0
  9143. package/types/net/minecraft/world/level/block/entity/CalibratedSculkSensorBlockEntity$VibrationUser.d.ts +2 -1
  9144. package/types/net/minecraft/world/level/block/entity/DecoratedPotPatterns.d.ts +2 -1
  9145. package/types/net/minecraft/world/level/block/entity/PotentSulfurBlockEntity.d.ts +42 -0
  9146. package/types/net/minecraft/world/level/block/entity/SculkSensorBlockEntity$VibrationUser.d.ts +2 -1
  9147. package/types/net/minecraft/world/level/block/entity/SculkShriekerBlockEntity$VibrationUser.d.ts +2 -1
  9148. package/types/net/minecraft/world/level/block/entity/TestInstanceBlockEntity$Data.d.ts +1 -0
  9149. package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawner$FullConfig.d.ts +1 -0
  9150. package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerConfig.d.ts +1 -0
  9151. package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerStateData$Packed.d.ts +1 -0
  9152. package/types/net/minecraft/world/level/block/entity/vault/VaultConfig.d.ts +7 -0
  9153. package/types/net/minecraft/world/level/block/entity/vault/VaultServerData.d.ts +3 -0
  9154. package/types/net/minecraft/world/level/block/entity/vault/VaultSharedData.d.ts +3 -0
  9155. package/types/net/minecraft/world/level/block/entity/vault/VaultState.d.ts +0 -2
  9156. package/types/net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$Cache.d.ts +3 -3
  9157. package/types/net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase.d.ts +3 -2
  9158. package/types/net/minecraft/world/level/block/state/BlockBehaviour$Properties.d.ts +5 -2
  9159. package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +2 -0
  9160. package/types/net/minecraft/world/level/block/state/properties/BlockSetType.d.ts +2 -0
  9161. package/types/net/minecraft/world/level/block/state/properties/BlockStateProperties.d.ts +4 -2
  9162. package/types/net/minecraft/world/level/block/state/properties/PotentSulfurState.d.ts +31 -0
  9163. package/types/net/minecraft/world/level/block/state/properties/SpeleothemThickness.d.ts +31 -0
  9164. package/types/net/minecraft/world/level/border/WorldBorder$MovingBorderExtent.d.ts +2 -1
  9165. package/types/net/minecraft/world/level/border/WorldBorder$Settings.d.ts +3 -0
  9166. package/types/net/minecraft/world/level/border/WorldBorder$StaticBorderExtent.d.ts +2 -1
  9167. package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +2 -1
  9168. package/types/net/minecraft/world/level/chunk/Configuration$Global.d.ts +1 -0
  9169. package/types/net/minecraft/world/level/chunk/Configuration$Simple.d.ts +1 -0
  9170. package/types/net/minecraft/world/level/chunk/ImposterProtoChunk.d.ts +3 -3
  9171. package/types/net/minecraft/world/level/chunk/LevelChunk$BoundTickingBlockEntity.d.ts +2 -1
  9172. package/types/net/minecraft/world/level/chunk/LevelChunkSection.d.ts +0 -3
  9173. package/types/net/minecraft/world/level/chunk/PalettedContainer.d.ts +1 -0
  9174. package/types/net/minecraft/world/level/chunk/PalettedContainerRO$PackedData.d.ts +2 -0
  9175. package/types/net/minecraft/world/level/chunk/PalettedContainerRO.d.ts +1 -0
  9176. package/types/net/minecraft/world/level/chunk/ProtoChunk.d.ts +3 -3
  9177. package/types/net/minecraft/world/level/chunk/status/ChunkPyramid.d.ts +1 -0
  9178. package/types/net/minecraft/world/level/chunk/status/ChunkStatusTasks.d.ts +19 -0
  9179. package/types/net/minecraft/world/level/chunk/status/ChunkStep.d.ts +1 -0
  9180. package/types/net/minecraft/world/level/chunk/storage/RegionFile$ChunkBuffer.d.ts +2 -1
  9181. package/types/net/minecraft/world/level/chunk/storage/SectionStorage$PackedChunk.d.ts +1 -0
  9182. package/types/net/minecraft/world/level/chunk/storage/SerializableChunkData$SectionData.d.ts +1 -0
  9183. package/types/net/minecraft/world/level/chunk/storage/SerializableChunkData.d.ts +1 -0
  9184. package/types/net/minecraft/world/level/dimension/DimensionType$MonsterSettings.d.ts +1 -0
  9185. package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +3 -3
  9186. package/types/net/minecraft/world/level/entity/PersistentEntitySectionManager$Callback.d.ts +2 -1
  9187. package/types/net/minecraft/world/level/entity/TransientEntitySectionManager$Callback.d.ts +2 -1
  9188. package/types/net/minecraft/world/level/gameevent/GameEvent.d.ts +2 -0
  9189. package/types/net/minecraft/world/level/gameevent/vibrations/VibrationInfo.d.ts +3 -0
  9190. package/types/net/minecraft/world/level/gameevent/vibrations/VibrationSelector$VibrationEvent.d.ts +13 -0
  9191. package/types/net/minecraft/world/level/gameevent/vibrations/VibrationSelector.d.ts +2 -2
  9192. package/types/net/minecraft/world/level/levelgen/Aquifer$FluidStatus.d.ts +1 -0
  9193. package/types/net/minecraft/world/level/levelgen/Beardifier$Rigid.d.ts +1 -0
  9194. package/types/net/minecraft/world/level/levelgen/Beardifier.d.ts +1 -4
  9195. package/types/net/minecraft/world/level/levelgen/DensityFunction$FunctionContext.d.ts +0 -2
  9196. package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +1 -0
  9197. package/types/net/minecraft/world/level/levelgen/DensityFunction$SinglePointContext.d.ts +1 -2
  9198. package/types/net/minecraft/world/level/levelgen/DensityFunction.d.ts +1 -0
  9199. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Ap2.d.ts +3 -5
  9200. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +2 -4
  9201. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +1 -1
  9202. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +2 -4
  9203. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +2 -4
  9204. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Clamp.d.ts +3 -5
  9205. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Constant.d.ts +3 -5
  9206. package/types/net/minecraft/world/level/levelgen/DensityFunctions$EndIslandDensityFunction.d.ts +2 -5
  9207. package/types/net/minecraft/world/level/levelgen/DensityFunctions$FindTopSurface.d.ts +3 -4
  9208. package/types/net/minecraft/world/level/levelgen/DensityFunctions$HolderHolder.d.ts +2 -3
  9209. package/types/net/minecraft/world/level/levelgen/DensityFunctions$IntervalSelect.d.ts +42 -0
  9210. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Mapped.d.ts +3 -5
  9211. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type.d.ts +2 -1
  9212. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Marker.d.ts +2 -5
  9213. package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +1 -0
  9214. package/types/net/minecraft/world/level/levelgen/DensityFunctions$MulOrAdd.d.ts +3 -5
  9215. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Noise.d.ts +3 -4
  9216. package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +1 -0
  9217. package/types/net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice.d.ts +3 -4
  9218. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Shift.d.ts +2 -5
  9219. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftA.d.ts +2 -5
  9220. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftB.d.ts +2 -5
  9221. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +1 -0
  9222. package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise.d.ts +3 -4
  9223. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate.d.ts +5 -7
  9224. package/types/net/minecraft/world/level/levelgen/DensityFunctions$Spline.d.ts +9 -10
  9225. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +1 -0
  9226. package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +1 -0
  9227. package/types/net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient.d.ts +3 -5
  9228. package/types/net/minecraft/world/level/levelgen/DensityFunctions.d.ts +2 -4
  9229. package/types/net/minecraft/world/level/levelgen/GeodeBlockSettings.d.ts +23 -11
  9230. package/types/net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator.d.ts +1 -1
  9231. package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendAlpha.d.ts +4 -6
  9232. package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendDensity.d.ts +24 -0
  9233. package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendOffset.d.ts +4 -6
  9234. package/types/net/minecraft/world/level/levelgen/NoiseChunk$Cache2D.d.ts +2 -5
  9235. package/types/net/minecraft/world/level/levelgen/NoiseChunk$CacheAllInCell.d.ts +4 -6
  9236. package/types/net/minecraft/world/level/levelgen/NoiseChunk$CacheOnce.d.ts +4 -6
  9237. package/types/net/minecraft/world/level/levelgen/NoiseChunk$FlatCache.d.ts +4 -6
  9238. package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +1 -0
  9239. package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseInterpolator.d.ts +4 -6
  9240. package/types/net/minecraft/world/level/levelgen/NoiseChunk.d.ts +1 -2
  9241. package/types/net/minecraft/world/level/levelgen/NoiseGeneratorSettings.d.ts +1 -0
  9242. package/types/net/minecraft/world/level/levelgen/NoiseRouterData$QuantizedSpaghettiRarity.d.ts +5 -0
  9243. package/types/net/minecraft/world/level/levelgen/NoiseRouterData.d.ts +1 -1
  9244. package/types/net/minecraft/world/level/levelgen/NoiseSettings.d.ts +1 -0
  9245. package/types/net/minecraft/world/level/levelgen/Noises.d.ts +1 -0
  9246. package/types/net/minecraft/world/level/levelgen/RandomSupport$Seed128bit.d.ts +1 -0
  9247. package/types/net/minecraft/world/level/levelgen/SurfaceRules$AbovePreliminarySurface.d.ts +1 -2
  9248. package/types/net/minecraft/world/level/levelgen/SurfaceRules$Bandlands.d.ts +1 -2
  9249. package/types/net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource.d.ts +9 -8
  9250. package/types/net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource.d.ts +1 -2
  9251. package/types/net/minecraft/world/level/levelgen/SurfaceRules$ConditionSource.d.ts +2 -2
  9252. package/types/net/minecraft/world/level/levelgen/SurfaceRules$Context.d.ts +13 -4
  9253. package/types/net/minecraft/world/level/levelgen/SurfaceRules$Hole.d.ts +1 -2
  9254. package/types/net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource.d.ts +4 -2
  9255. package/types/net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource.d.ts +1 -2
  9256. package/types/net/minecraft/world/level/levelgen/SurfaceRules$RuleSource.d.ts +2 -2
  9257. package/types/net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource.d.ts +1 -2
  9258. package/types/net/minecraft/world/level/levelgen/SurfaceRules$Steep.d.ts +1 -2
  9259. package/types/net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck.d.ts +2 -2
  9260. package/types/net/minecraft/world/level/levelgen/SurfaceRules$Temperature.d.ts +1 -2
  9261. package/types/net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource.d.ts +1 -2
  9262. package/types/net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource.d.ts +1 -2
  9263. package/types/net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource.d.ts +2 -2
  9264. package/types/net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource.d.ts +2 -2
  9265. package/types/net/minecraft/world/level/levelgen/SurfaceRules.d.ts +7 -3
  9266. package/types/net/minecraft/world/level/levelgen/SurfaceSystem.d.ts +1 -1
  9267. package/types/net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom.d.ts +1 -0
  9268. package/types/net/minecraft/world/level/levelgen/VerticalAnchor$Absolute.d.ts +1 -0
  9269. package/types/net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop.d.ts +1 -0
  9270. package/types/net/minecraft/world/level/levelgen/blending/Blender$BlendingOutput.d.ts +1 -0
  9271. package/types/net/minecraft/world/level/levelgen/blending/BlendingData$Packed.d.ts +1 -0
  9272. package/types/net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate.d.ts +3 -0
  9273. package/types/net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate.d.ts +3 -0
  9274. package/types/net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate.d.ts +3 -0
  9275. package/types/net/minecraft/world/level/levelgen/blockpredicates/MatchingBiomesPredicate.d.ts +55 -0
  9276. package/types/net/minecraft/world/level/levelgen/blockpredicates/NotPredicate.d.ts +3 -0
  9277. package/types/net/minecraft/world/level/levelgen/blockpredicates/StateTestingPredicate.d.ts +3 -0
  9278. package/types/net/minecraft/world/level/levelgen/blockpredicates/TrueBlockPredicate.d.ts +3 -0
  9279. package/types/net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate.d.ts +3 -0
  9280. package/types/net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate.d.ts +3 -0
  9281. package/types/net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration.d.ts +1 -1
  9282. package/types/net/minecraft/world/level/levelgen/feature/AbstractHugeMushroomFeature.d.ts +11 -6
  9283. package/types/net/minecraft/world/level/levelgen/feature/BambooFeature.d.ts +11 -6
  9284. package/types/net/minecraft/world/level/levelgen/feature/BasaltColumnsFeature.d.ts +11 -6
  9285. package/types/net/minecraft/world/level/levelgen/feature/BasaltPillarFeature.d.ts +11 -6
  9286. package/types/net/minecraft/world/level/levelgen/feature/BlockBlobFeature.d.ts +11 -6
  9287. package/types/net/minecraft/world/level/levelgen/feature/BlockColumnFeature.d.ts +11 -6
  9288. package/types/net/minecraft/world/level/levelgen/feature/BlockPileFeature.d.ts +11 -6
  9289. package/types/net/minecraft/world/level/levelgen/feature/BlueIceFeature.d.ts +11 -6
  9290. package/types/net/minecraft/world/level/levelgen/feature/BonusChestFeature.d.ts +11 -6
  9291. package/types/net/minecraft/world/level/levelgen/feature/ChorusPlantFeature.d.ts +11 -6
  9292. package/types/net/minecraft/world/level/levelgen/feature/CoralClawFeature.d.ts +11 -6
  9293. package/types/net/minecraft/world/level/levelgen/feature/CoralFeature.d.ts +11 -6
  9294. package/types/net/minecraft/world/level/levelgen/feature/CoralMushroomFeature.d.ts +11 -6
  9295. package/types/net/minecraft/world/level/levelgen/feature/CoralTreeFeature.d.ts +11 -6
  9296. package/types/net/minecraft/world/level/levelgen/feature/DeltaFeature.d.ts +11 -6
  9297. package/types/net/minecraft/world/level/levelgen/feature/DesertWellFeature.d.ts +11 -6
  9298. package/types/net/minecraft/world/level/levelgen/feature/DiskFeature.d.ts +11 -6
  9299. package/types/net/minecraft/world/level/levelgen/feature/EndGatewayFeature.d.ts +11 -6
  9300. package/types/net/minecraft/world/level/levelgen/feature/EndIslandFeature.d.ts +11 -6
  9301. package/types/net/minecraft/world/level/levelgen/feature/EndPlatformFeature.d.ts +11 -6
  9302. package/types/net/minecraft/world/level/levelgen/feature/EndPodiumFeature.d.ts +11 -6
  9303. package/types/net/minecraft/world/level/levelgen/feature/EndSpikeFeature.d.ts +11 -6
  9304. package/types/net/minecraft/world/level/levelgen/feature/FallenTreeFeature.d.ts +11 -6
  9305. package/types/net/minecraft/world/level/levelgen/feature/Feature.d.ts +11 -6
  9306. package/types/net/minecraft/world/level/levelgen/feature/FillLayerFeature.d.ts +11 -6
  9307. package/types/net/minecraft/world/level/levelgen/feature/FossilFeature.d.ts +11 -6
  9308. package/types/net/minecraft/world/level/levelgen/feature/GeodeFeature.d.ts +11 -6
  9309. package/types/net/minecraft/world/level/levelgen/feature/GlowstoneFeature.d.ts +11 -6
  9310. package/types/net/minecraft/world/level/levelgen/feature/HugeBrownMushroomFeature.d.ts +11 -6
  9311. package/types/net/minecraft/world/level/levelgen/feature/HugeFungusFeature.d.ts +11 -6
  9312. package/types/net/minecraft/world/level/levelgen/feature/HugeRedMushroomFeature.d.ts +11 -6
  9313. package/types/net/minecraft/world/level/levelgen/feature/IcebergFeature.d.ts +11 -6
  9314. package/types/net/minecraft/world/level/levelgen/feature/KelpFeature.d.ts +11 -6
  9315. package/types/net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration.d.ts +8 -1
  9316. package/types/net/minecraft/world/level/levelgen/feature/LakeFeature.d.ts +11 -7
  9317. package/types/net/minecraft/world/level/levelgen/feature/LargeDripstoneFeature$WindOffsetter.d.ts +2 -1
  9318. package/types/net/minecraft/world/level/levelgen/feature/LargeDripstoneFeature.d.ts +11 -6
  9319. package/types/net/minecraft/world/level/levelgen/feature/MonsterRoomFeature.d.ts +11 -6
  9320. package/types/net/minecraft/world/level/levelgen/feature/MultifaceGrowthFeature.d.ts +13 -7
  9321. package/types/net/minecraft/world/level/levelgen/feature/NetherForestVegetationFeature.d.ts +11 -6
  9322. package/types/net/minecraft/world/level/levelgen/feature/NoOpFeature.d.ts +11 -6
  9323. package/types/net/minecraft/world/level/levelgen/feature/OreFeature.d.ts +11 -6
  9324. package/types/net/minecraft/world/level/levelgen/feature/RandomBooleanSelectorFeature.d.ts +11 -6
  9325. package/types/net/minecraft/world/level/levelgen/feature/RandomSelectorFeature.d.ts +11 -6
  9326. package/types/net/minecraft/world/level/levelgen/feature/ReplaceBlobsFeature.d.ts +11 -6
  9327. package/types/net/minecraft/world/level/levelgen/feature/ReplaceBlockFeature.d.ts +11 -6
  9328. package/types/net/minecraft/world/level/levelgen/feature/RootSystemFeature.d.ts +11 -6
  9329. package/types/net/minecraft/world/level/levelgen/feature/ScatteredOreFeature.d.ts +11 -6
  9330. package/types/net/minecraft/world/level/levelgen/feature/SculkPatchFeature.d.ts +11 -6
  9331. package/types/net/minecraft/world/level/levelgen/feature/SeaPickleFeature.d.ts +11 -6
  9332. package/types/net/minecraft/world/level/levelgen/feature/SeagrassFeature.d.ts +11 -6
  9333. package/types/net/minecraft/world/level/levelgen/feature/SequenceFeature.d.ts +126 -0
  9334. package/types/net/minecraft/world/level/levelgen/feature/SimpleBlockFeature.d.ts +11 -6
  9335. package/types/net/minecraft/world/level/levelgen/feature/SimpleRandomSelectorFeature.d.ts +15 -10
  9336. package/types/net/minecraft/world/level/levelgen/feature/SnowAndFreezeFeature.d.ts +11 -6
  9337. package/types/net/minecraft/world/level/levelgen/feature/SpeleothemClusterFeature.d.ts +136 -0
  9338. package/types/net/minecraft/world/level/levelgen/feature/SpeleothemFeature.d.ts +126 -0
  9339. package/types/net/minecraft/world/level/levelgen/feature/SpeleothemUtils.d.ts +12 -0
  9340. package/types/net/minecraft/world/level/levelgen/feature/SpikeFeature.d.ts +11 -6
  9341. package/types/net/minecraft/world/level/levelgen/feature/SpringFeature.d.ts +11 -6
  9342. package/types/net/minecraft/world/level/levelgen/feature/TemplateFeature.d.ts +131 -0
  9343. package/types/net/minecraft/world/level/levelgen/feature/TreeFeature.d.ts +11 -6
  9344. package/types/net/minecraft/world/level/levelgen/feature/TwistingVinesFeature.d.ts +11 -6
  9345. package/types/net/minecraft/world/level/levelgen/feature/UnderwaterMagmaFeature.d.ts +11 -6
  9346. package/types/net/minecraft/world/level/levelgen/feature/VegetationPatchFeature.d.ts +11 -6
  9347. package/types/net/minecraft/world/level/levelgen/feature/VinesFeature.d.ts +11 -6
  9348. package/types/net/minecraft/world/level/levelgen/feature/VoidStartPlatformFeature.d.ts +11 -6
  9349. package/types/net/minecraft/world/level/levelgen/feature/WaterloggedVegetationPatchFeature.d.ts +11 -6
  9350. package/types/net/minecraft/world/level/levelgen/feature/WeepingVinesFeature.d.ts +11 -6
  9351. package/types/net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature.d.ts +9 -3
  9352. package/types/net/minecraft/world/level/levelgen/feature/WeightedRandomSelectorFeature.d.ts +126 -0
  9353. package/types/net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration.d.ts +1 -0
  9354. package/types/net/minecraft/world/level/levelgen/feature/configurations/CompositeFeatureConfiguration.d.ts +20 -0
  9355. package/types/net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration.d.ts +1 -0
  9356. package/types/net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration.d.ts +31 -14
  9357. package/types/net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration.d.ts +1 -0
  9358. package/types/net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration.d.ts +3 -1
  9359. package/types/net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration.d.ts +2 -3
  9360. package/types/net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration.d.ts +9 -3
  9361. package/types/net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration.d.ts +36 -16
  9362. package/types/net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration.d.ts +1 -0
  9363. package/types/net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration.d.ts +2 -0
  9364. package/types/net/minecraft/world/level/levelgen/feature/configurations/SpeleothemClusterConfiguration.d.ts +49 -0
  9365. package/types/net/minecraft/world/level/levelgen/feature/configurations/SpeleothemConfiguration.d.ts +33 -0
  9366. package/types/net/minecraft/world/level/levelgen/feature/configurations/TemplateFeatureConfiguration$TemplateEntry.d.ts +17 -0
  9367. package/types/net/minecraft/world/level/levelgen/feature/configurations/TemplateFeatureConfiguration.d.ts +21 -0
  9368. package/types/net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$TreeConfigurationBuilder.d.ts +1 -1
  9369. package/types/net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration.d.ts +4 -3
  9370. package/types/net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig.d.ts +1 -0
  9371. package/types/net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration.d.ts +26 -13
  9372. package/types/net/minecraft/world/level/levelgen/feature/configurations/WeightedRandomFeatureConfiguration.d.ts +21 -0
  9373. package/types/net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement.d.ts +1 -0
  9374. package/types/net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement.d.ts +1 -0
  9375. package/types/net/minecraft/world/level/levelgen/flat/FlatLayerInfo.d.ts +3 -1
  9376. package/types/net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPresets.d.ts +1 -0
  9377. package/types/net/minecraft/world/level/levelgen/material/MaterialRuleList.d.ts +1 -0
  9378. package/types/net/minecraft/world/level/levelgen/presets/WorldPresets$Bootstrap.d.ts +8 -0
  9379. package/types/net/minecraft/world/level/levelgen/presets/WorldPresets.d.ts +2 -1
  9380. package/types/net/minecraft/world/level/levelgen/structure/Structure$GenerationContext.d.ts +2 -0
  9381. package/types/net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry.d.ts +1 -0
  9382. package/types/net/minecraft/world/level/levelgen/structure/pieces/PieceGenerator$Context.d.ts +1 -0
  9383. package/types/net/minecraft/world/level/levelgen/structure/pieces/PieceGeneratorSupplier$Context.d.ts +1 -0
  9384. package/types/net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone.d.ts +1 -0
  9385. package/types/net/minecraft/world/level/levelgen/structure/pools/DimensionPadding.d.ts +2 -0
  9386. package/types/net/minecraft/world/level/levelgen/structure/pools/JigsawPlacement$PieceState.d.ts +1 -0
  9387. package/types/net/minecraft/world/level/levelgen/structure/pools/alias/DirectPoolAlias.d.ts +1 -0
  9388. package/types/net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroupPoolAlias.d.ts +1 -0
  9389. package/types/net/minecraft/world/level/levelgen/structure/pools/alias/RandomPoolAlias.d.ts +1 -0
  9390. package/types/net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$MaxDistance.d.ts +2 -0
  9391. package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$Properties.d.ts +17 -8
  9392. package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece.d.ts +3 -2
  9393. package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup.d.ts +1 -0
  9394. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/AlwaysTrueTest.d.ts +3 -0
  9395. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor.d.ts +8 -5
  9396. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor.d.ts +8 -5
  9397. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor.d.ts +8 -5
  9398. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor.d.ts +8 -5
  9399. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor.d.ts +7 -4
  9400. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor.d.ts +8 -5
  9401. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/JigsawReplacementProcessor.d.ts +8 -5
  9402. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/LavaSubmergedBlockProcessor.d.ts +8 -5
  9403. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/NopProcessor.d.ts +12 -4
  9404. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule.d.ts +2 -1
  9405. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor.d.ts +16 -8
  9406. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor.d.ts +8 -5
  9407. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest.d.ts +3 -0
  9408. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor.d.ts +5 -5
  9409. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType.d.ts +1 -4
  9410. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorTypes.d.ts +7 -0
  9411. package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$JigsawBlockInfo.d.ts +1 -0
  9412. package/types/net/minecraft/world/level/levelgen/synth/BlendedNoise.d.ts +2 -5
  9413. package/types/net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters.d.ts +3 -0
  9414. package/types/net/minecraft/world/level/lighting/BlockLightEngine.d.ts +1 -1
  9415. package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -1
  9416. package/types/net/minecraft/world/level/lighting/SkyLightEngine.d.ts +1 -1
  9417. package/types/net/minecraft/world/level/material/FlowingFluid$SpreadContext.d.ts +2 -1
  9418. package/types/net/minecraft/world/level/material/FluidIds.d.ts +11 -0
  9419. package/types/net/minecraft/world/level/pathfinder/Path$DebugData.d.ts +1 -0
  9420. package/types/net/minecraft/world/level/portal/TeleportTransition.d.ts +3 -0
  9421. package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$FullNeighborUpdate.d.ts +1 -0
  9422. package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$ShapeUpdate.d.ts +1 -0
  9423. package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$SimpleNeighborUpdate.d.ts +1 -1
  9424. package/types/net/minecraft/world/level/saveddata/maps/MapDecoration.d.ts +1 -0
  9425. package/types/net/minecraft/world/level/saveddata/maps/MapDecorationType.d.ts +1 -0
  9426. package/types/net/minecraft/world/level/saveddata/maps/MapFrame.d.ts +1 -0
  9427. package/types/net/minecraft/world/level/saveddata/maps/MapId.d.ts +1 -0
  9428. package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$HoldingPlayer.d.ts +2 -1
  9429. package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$MapDecorationLocation.d.ts +1 -0
  9430. package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$MapPatch.d.ts +1 -0
  9431. package/types/net/minecraft/world/level/storage/DataVersion.d.ts +1 -0
  9432. package/types/net/minecraft/world/level/storage/DerivedLevelData.d.ts +1 -0
  9433. package/types/net/minecraft/world/level/storage/LevelData$RespawnData.d.ts +1 -0
  9434. package/types/net/minecraft/world/level/storage/LevelStorageException.d.ts +2 -0
  9435. package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess.d.ts +1 -1
  9436. package/types/net/minecraft/world/level/storage/PrimaryLevelData.d.ts +1 -0
  9437. package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +1 -0
  9438. package/types/net/minecraft/world/level/storage/TagValueInput$DecodeFromListFailedProblem.d.ts +1 -0
  9439. package/types/net/minecraft/world/level/storage/TagValueInput$UnexpectedListElementTypeProblem.d.ts +1 -0
  9440. package/types/net/minecraft/world/level/storage/WorldData.d.ts +1 -0
  9441. package/types/net/minecraft/world/level/storage/loot/BuiltInLootTables.d.ts +3 -3
  9442. package/types/net/minecraft/world/level/storage/loot/LootPool$Builder.d.ts +2 -0
  9443. package/types/net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer$EntryBase.d.ts +2 -1
  9444. package/types/net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount.d.ts +1 -0
  9445. package/types/net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount.d.ts +1 -0
  9446. package/types/net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$Builder.d.ts +1 -1
  9447. package/types/net/minecraft/world/level/storage/loot/functions/FilteredFunction$Builder.d.ts +1 -1
  9448. package/types/net/minecraft/world/level/storage/loot/functions/FilteredFunction.d.ts +1 -1
  9449. package/types/net/minecraft/world/level/storage/loot/functions/ListOperation$Insert.d.ts +1 -0
  9450. package/types/net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection.d.ts +2 -0
  9451. package/types/net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction.d.ts +1 -0
  9452. package/types/net/minecraft/world/level/storage/loot/functions/SetRandomPotionFunction.d.ts +1 -1
  9453. package/types/net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition.d.ts +2 -2
  9454. package/types/net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck.d.ts +1 -0
  9455. package/types/net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition.d.ts +1 -1
  9456. package/types/net/minecraft/world/level/storage/loot/predicates/LocationCheck.d.ts +2 -2
  9457. package/types/net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$Builder.d.ts +2 -2
  9458. package/types/net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition.d.ts +1 -1
  9459. package/types/net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition.d.ts +2 -2
  9460. package/types/net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition.d.ts +1 -0
  9461. package/types/net/minecraft/world/level/storage/loot/predicates/MatchTool.d.ts +2 -2
  9462. package/types/net/minecraft/world/level/storage/loot/providers/number/ConstantValue.d.ts +1 -0
  9463. package/types/net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue.d.ts +1 -0
  9464. package/types/net/minecraft/world/level/timers/TimerQueue$Event$Packed.d.ts +1 -0
  9465. package/types/net/minecraft/world/level/timers/TimerQueue$Event.d.ts +1 -0
  9466. package/types/net/minecraft/world/level/validation/PathAllowList$ConfigEntry.d.ts +2 -0
  9467. package/types/net/minecraft/world/phys/Vec2.d.ts +3 -2
  9468. package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +4 -1
  9469. package/types/net/minecraft/world/phys/shapes/EntityCollisionContext.d.ts +2 -0
  9470. package/types/net/minecraft/world/phys/shapes/PositionCollisionContext.d.ts +28 -0
  9471. package/types/net/minecraft/world/scores/DisplaySlot.d.ts +0 -2
  9472. package/types/net/minecraft/world/scores/Objective$Packed.d.ts +1 -0
  9473. package/types/net/minecraft/world/scores/PlayerScoreEntry.d.ts +1 -0
  9474. package/types/net/minecraft/world/scores/PlayerTeam$OptionFlags.d.ts +5 -0
  9475. package/types/net/minecraft/world/scores/PlayerTeam$Packed.d.ts +4 -3
  9476. package/types/net/minecraft/world/scores/PlayerTeam.d.ts +6 -4
  9477. package/types/net/minecraft/world/scores/Score$Packed.d.ts +1 -0
  9478. package/types/net/minecraft/world/scores/Score.d.ts +0 -1
  9479. package/types/net/minecraft/world/scores/Team.d.ts +3 -2
  9480. package/types/net/minecraft/world/scores/TeamColor.d.ts +55 -0
  9481. package/types/net/minecraft/world/scores/criteria/ObjectiveCriteria.d.ts +3 -2
  9482. package/types/net/minecraft/world/ticks/SavedTick.d.ts +1 -0
  9483. package/types/net/minecraft/world/ticks/ScheduledTick.d.ts +2 -0
  9484. package/types/net/minecraft/world/timeline/Timeline$TimeMarkerInfo.d.ts +1 -0
  9485. package/types/net/minecraft/world/waypoints/TrackedWaypoint$AzimuthWaypoint.d.ts +0 -1
  9486. package/types/net/minecraft/world/waypoints/TrackedWaypoint$ChunkWaypoint.d.ts +0 -1
  9487. package/types/net/minecraft/world/waypoints/TrackedWaypoint$EmptyWaypoint.d.ts +0 -1
  9488. package/types/net/minecraft/world/waypoints/TrackedWaypoint$Vec3iWaypoint.d.ts +0 -1
  9489. package/types/net/minecraft/world/waypoints/TrackedWaypoint.d.ts +0 -1
  9490. package/types/net/raphimc/immediatelyfast/fabric/FabricPlatformService.d.ts +10 -0
  9491. package/types/net/raphimc/immediatelyfast/feature/core/ImmediatelyFastConfig.d.ts +1 -2
  9492. package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget$Slot.d.ts +2 -1
  9493. package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget.d.ts +4 -4
  9494. package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignTextCache.d.ts +0 -2
  9495. package/types/net/raphimc/immediatelyfast/service/PlatformService.d.ts +7 -0
  9496. package/types/net/raphimc/immediatelyfast/util/RenderTargetTexture.d.ts +6 -0
  9497. package/types/net/raphimc/immediatelyfast/util/ServiceUtil.d.ts +6 -0
  9498. package/types/net/raphimc/minecraftauth/bedrock/BedrockAuthManager$Builder.d.ts +2 -0
  9499. package/types/net/raphimc/minecraftauth/bedrock/BedrockAuthManager.d.ts +2 -0
  9500. package/types/net/raphimc/minecraftauth/java/JavaAuthManager$Builder.d.ts +2 -0
  9501. package/types/net/raphimc/minecraftauth/java/JavaAuthManager.d.ts +2 -0
  9502. package/types/net/raphimc/viabedrock/api/io/BlobDB$IndexEntry.d.ts +1 -0
  9503. package/types/net/raphimc/viabedrock/api/model/entity/AbstractHorseEntity.d.ts +2 -2
  9504. package/types/net/raphimc/viabedrock/api/model/entity/ClientPlayerEntity$AuthInputBlockAction.d.ts +2 -0
  9505. package/types/net/raphimc/viabedrock/api/model/entity/CustomEntity$ItemDisplayEntity.d.ts +2 -1
  9506. package/types/net/raphimc/viabedrock/api/model/entity/Entity.d.ts +4 -4
  9507. package/types/net/raphimc/viabedrock/api/model/entity/LivingEntity.d.ts +2 -2
  9508. package/types/net/raphimc/viabedrock/api/model/entity/MobEntity.d.ts +2 -2
  9509. package/types/net/raphimc/viabedrock/api/resourcepack/content/Content.d.ts +1 -0
  9510. package/types/net/raphimc/viabedrock/api/resourcepack/definition/SoundDefinitions$ConfiguredSound.d.ts +1 -0
  9511. package/types/net/raphimc/viabedrock/api/util/Jwt.d.ts +1 -0
  9512. package/types/net/raphimc/viabedrock/experimental/model/inventory/BedrockInventoryTransaction.d.ts +1 -0
  9513. package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryActionData.d.ts +1 -0
  9514. package/types/net/raphimc/viabedrock/experimental/model/inventory/InventorySource.d.ts +1 -0
  9515. package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$ReleaseItemTransactionData.d.ts +1 -0
  9516. package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$UseItemOnEntityTransactionData.d.ts +1 -0
  9517. package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$UseItemTransactionData.d.ts +1 -0
  9518. package/types/net/raphimc/viabedrock/experimental/model/inventory/LegacySetItemSlotData.d.ts +1 -0
  9519. package/types/net/raphimc/viabedrock/experimental/model/map/MapDecoration.d.ts +1 -0
  9520. package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +4 -2
  9521. package/types/net/raphimc/viabedrock/protocol/RakNetStatusProtocol$PingInfoStorage.d.ts +1 -0
  9522. package/types/net/raphimc/viabedrock/protocol/data/ArgumentTypeRegistry$ArgumentTypeMapping.d.ts +1 -0
  9523. package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaItemMapping.d.ts +1 -0
  9524. package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaParticle.d.ts +1 -0
  9525. package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaSound.d.ts +1 -0
  9526. package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData.d.ts +5 -5
  9527. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorDataIDs.d.ts +3 -1
  9528. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorEvent.d.ts +2 -1
  9529. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorFlags.d.ts +4 -1
  9530. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorType.d.ts +2 -1
  9531. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/BiomeTemperatureCategory.d.ts +22 -0
  9532. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/CommandRegistry_HardNonTerminal.d.ts +2 -1
  9533. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/Connection_DisconnectFailReason.d.ts +5 -1
  9534. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/CraftingDataEntryType.d.ts +1 -3
  9535. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/GraphicsOverrideParameterType.d.ts +4 -1
  9536. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/Memory_MemoryCategory.d.ts +2 -2
  9537. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/MinecraftPacketIds.d.ts +4 -2
  9538. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ParticleType.d.ts +2 -1
  9539. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ScriptModuleMinecraft_ScriptPrimitiveShapeType.d.ts +23 -0
  9540. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/SharedTypes_Legacy_LevelSoundEvent.d.ts +3 -1
  9541. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/SharedTypes_VillageType.d.ts +22 -0
  9542. package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/TextProcessingEventOrigin.d.ts +2 -1
  9543. package/types/net/raphimc/viabedrock/protocol/data/generated/java/Attributes.d.ts +5 -0
  9544. package/types/net/raphimc/viabedrock/protocol/data/generated/java/EntityDataFields.d.ts +1 -0
  9545. package/types/net/raphimc/viabedrock/protocol/data/generated/java/RegistryKeys.d.ts +1 -0
  9546. package/types/net/raphimc/viabedrock/protocol/model/BlockChangeEntry.d.ts +1 -0
  9547. package/types/net/raphimc/viabedrock/protocol/model/CommandData$OverloadData$ParamData.d.ts +1 -0
  9548. package/types/net/raphimc/viabedrock/protocol/model/CommandData$OverloadData.d.ts +1 -0
  9549. package/types/net/raphimc/viabedrock/protocol/model/CommandData.d.ts +1 -0
  9550. package/types/net/raphimc/viabedrock/protocol/model/CommandOriginData.d.ts +2 -0
  9551. package/types/net/raphimc/viabedrock/protocol/model/EntityAttribute$Modifier.d.ts +1 -0
  9552. package/types/net/raphimc/viabedrock/protocol/model/EntityAttribute.d.ts +2 -0
  9553. package/types/net/raphimc/viabedrock/protocol/model/EntityEffect.d.ts +2 -0
  9554. package/types/net/raphimc/viabedrock/protocol/model/EntityLink.d.ts +1 -0
  9555. package/types/net/raphimc/viabedrock/protocol/model/Experiment.d.ts +1 -0
  9556. package/types/net/raphimc/viabedrock/protocol/model/GameRule.d.ts +1 -0
  9557. package/types/net/raphimc/viabedrock/protocol/model/ItemEntry.d.ts +1 -0
  9558. package/types/net/raphimc/viabedrock/protocol/model/PlayerAbilities$AbilitiesLayer.d.ts +1 -0
  9559. package/types/net/raphimc/viabedrock/protocol/model/PlayerAbilities.d.ts +2 -0
  9560. package/types/net/raphimc/viabedrock/protocol/model/Position2f.d.ts +1 -0
  9561. package/types/net/raphimc/viabedrock/protocol/model/Position3f.d.ts +1 -0
  9562. package/types/net/raphimc/viabedrock/protocol/model/SkinData$AnimationData.d.ts +1 -0
  9563. package/types/net/raphimc/viabedrock/protocol/model/SkinData$PersonaPieceData.d.ts +1 -0
  9564. package/types/net/raphimc/viabedrock/protocol/model/SkinData.d.ts +1 -0
  9565. package/types/net/raphimc/viabedrock/protocol/rewriter/ItemRewriter.d.ts +8 -0
  9566. package/types/net/raphimc/viabedrock/protocol/rewriter/ResourcePackRewriter$Rewriter.d.ts +4 -2
  9567. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomAttachableResourceRewriter.d.ts +7 -4
  9568. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomEntityResourceRewriter.d.ts +7 -4
  9569. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomItemTextureResourceRewriter.d.ts +7 -4
  9570. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/GlyphSheetResourceRewriter.d.ts +4 -1
  9571. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/ItemModelResourceRewriter$ItemModelContent.d.ts +10 -0
  9572. package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/ItemModelResourceRewriter.d.ts +1 -7
  9573. package/types/net/raphimc/viabedrock/protocol/storage/ChunkTracker$SubChunkPosition.d.ts +1 -0
  9574. package/types/net/raphimc/viabedrock/protocol/storage/ClientSettingsStorage.d.ts +1 -0
  9575. package/types/net/raphimc/viabedrock/protocol/storage/EntityTracker.d.ts +2 -2
  9576. package/types/net/raphimc/viabedrock/protocol/storage/HandshakeStorage.d.ts +1 -0
  9577. package/types/net/raphimc/viabedrock/protocol/storage/JoinGameStorage.d.ts +1 -0
  9578. package/types/net/raphimc/viabedrock/protocol/storage/ResourcePackDownloadTracker$Download.d.ts +1 -0
  9579. package/types/net/raphimc/viabedrock/protocol/storage/ResourcePackLoadStateTracker$Info.d.ts +1 -0
  9580. package/types/net/raphimc/viabedrock/protocol/types/BedrockTypes.d.ts +2 -0
  9581. package/types/net/raphimc/viabedrock/protocol/types/item/NetworkItemStackDescriptorType.d.ts +13 -0
  9582. package/types/net/raphimc/vialegacy/api/data/BlockList1_6$Block1_6.d.ts +1 -0
  9583. package/types/net/raphimc/vialegacy/api/data/ItemList1_6$Item1_6.d.ts +1 -0
  9584. package/types/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter$NonExistentEntry.d.ts +1 -0
  9585. package/types/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter$RewriteEntry.d.ts +1 -0
  9586. package/types/okhttp3/Cache$RealCacheRequest.d.ts +2 -1
  9587. package/types/okhttp3/Call.d.ts +2 -0
  9588. package/types/okhttp3/Interceptor$Chain.d.ts +43 -0
  9589. package/types/okhttp3/MultipartReader$PartSource.d.ts +2 -1
  9590. package/types/okhttp3/OkHttpClient.d.ts +1 -0
  9591. package/types/okhttp3/internal/_HeadersCommonKt.d.ts +1 -0
  9592. package/types/okhttp3/internal/cache/CacheInterceptor.d.ts +1 -4
  9593. package/types/okhttp3/internal/cache/DiskLruCache$Editor.d.ts +2 -1
  9594. package/types/okhttp3/internal/cache/DiskLruCache$Entry.d.ts +2 -1
  9595. package/types/okhttp3/internal/cache/DiskLruCache$Snapshot.d.ts +2 -1
  9596. package/types/okhttp3/internal/cache/DiskLruCache.d.ts +1 -1
  9597. package/types/okhttp3/internal/connection/Exchange$RequestBodySink.d.ts +2 -1
  9598. package/types/okhttp3/internal/connection/Exchange$ResponseBodySource.d.ts +2 -1
  9599. package/types/okhttp3/internal/connection/Exchange.d.ts +1 -4
  9600. package/types/okhttp3/internal/connection/RealCall$AsyncCall.d.ts +1 -1
  9601. package/types/okhttp3/internal/connection/RealCall$Companion.d.ts +7 -0
  9602. package/types/okhttp3/internal/connection/RealCall.d.ts +2 -1
  9603. package/types/okhttp3/internal/connection/RealConnectionPool.d.ts +1 -1
  9604. package/types/okhttp3/internal/http/BridgeInterceptor.d.ts +1 -3
  9605. package/types/okhttp3/internal/http/RealInterceptorChain.d.ts +52 -2
  9606. package/types/okhttp3/internal/http/RetryAndFollowUpInterceptor.d.ts +4 -6
  9607. package/types/okhttp3/internal/http1/HeadersReader.d.ts +0 -2
  9608. package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +2 -1
  9609. package/types/okhttp3/internal/http1/Http1ExchangeCodec$ChunkedSink.d.ts +2 -1
  9610. package/types/okhttp3/internal/http1/Http1ExchangeCodec$ChunkedSource.d.ts +2 -1
  9611. package/types/okhttp3/internal/http1/Http1ExchangeCodec$FixedLengthSource.d.ts +2 -1
  9612. package/types/okhttp3/internal/http1/Http1ExchangeCodec$KnownLengthSink.d.ts +2 -1
  9613. package/types/okhttp3/internal/http1/Http1ExchangeCodec$UnknownLengthSource.d.ts +2 -1
  9614. package/types/okhttp3/internal/http2/Hpack$Reader.d.ts +2 -0
  9615. package/types/okhttp3/internal/http2/Http2Connection$ReaderRunnable.d.ts +2 -1
  9616. package/types/okhttp3/internal/http2/Http2Reader$ContinuationSource.d.ts +0 -1
  9617. package/types/okhttp3/internal/http2/Http2Stream$FramingSink.d.ts +2 -1
  9618. package/types/okhttp3/internal/http2/Http2Stream$FramingSource.d.ts +2 -1
  9619. package/types/okhttp3/internal/http2/Http2Stream$StreamTimeout.d.ts +2 -1
  9620. package/types/okhttp3/internal/ws/RealWebSocket$WriterTask.d.ts +2 -1
  9621. package/types/okhttp3/internal/ws/WebSocketReader.d.ts +1 -0
  9622. package/types/okio/internal/DefaultSocket$SocketSink.d.ts +2 -1
  9623. package/types/okio/internal/DefaultSocket$SocketSource.d.ts +2 -1
  9624. package/types/org/ahocorasick/trie/PayloadTrie$PayloadTrieBuilder.d.ts +2 -0
  9625. package/types/org/ahocorasick/trie/Trie$TrieBuilder.d.ts +2 -0
  9626. package/types/org/ahocorasick/trie/Trie.d.ts +2 -0
  9627. package/types/org/anarres/cpp/ChrootFileSystem$ChrootFile.d.ts +4 -3
  9628. package/types/org/anarres/cpp/JavaFileSystem$JavaFile.d.ts +4 -3
  9629. package/types/org/anarres/cpp/ResourceFileSystem$ResourceFile.d.ts +2 -1
  9630. package/types/org/antlr/v4/runtime/CodePointBuffer$Builder.d.ts +2 -0
  9631. package/types/org/antlr/v4/runtime/CodePointBuffer.d.ts +2 -0
  9632. package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint16BitCharStream.d.ts +2 -0
  9633. package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint32BitCharStream.d.ts +2 -0
  9634. package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint8BitCharStream.d.ts +2 -0
  9635. package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +2 -0
  9636. package/types/org/antlr/v4/runtime/Parser$TraceListener.d.ts +2 -1
  9637. package/types/org/antlr/v4/runtime/TokenStreamRewriter$InsertAfterOp.d.ts +2 -1
  9638. package/types/org/antlr/v4/runtime/TokenStreamRewriter$InsertBeforeOp.d.ts +2 -1
  9639. package/types/org/antlr/v4/runtime/TokenStreamRewriter$ReplaceOp.d.ts +2 -1
  9640. package/types/org/antlr/v4/runtime/TokenStreamRewriter$RewriteOperation.d.ts +3 -2
  9641. package/types/org/antlr/v4/runtime/misc/Array2DHashSet$SetIterator.d.ts +1 -1
  9642. package/types/org/apache/commons/codec/DecoderException.d.ts +2 -0
  9643. package/types/org/apache/commons/codec/binary/AbstractBaseNCodecStreamBuilder.d.ts +14 -0
  9644. package/types/org/apache/commons/codec/binary/Base16$Builder.d.ts +8 -0
  9645. package/types/org/apache/commons/codec/binary/Base16.d.ts +5 -3
  9646. package/types/org/apache/commons/codec/binary/Base16InputStream$Builder.d.ts +8 -0
  9647. package/types/org/apache/commons/codec/binary/Base16InputStream.d.ts +7 -1
  9648. package/types/org/apache/commons/codec/binary/Base16OutputStream$Builder.d.ts +8 -0
  9649. package/types/org/apache/commons/codec/binary/Base16OutputStream.d.ts +7 -1
  9650. package/types/org/apache/commons/codec/binary/Base32$Builder.d.ts +1 -0
  9651. package/types/org/apache/commons/codec/binary/Base32.d.ts +3 -3
  9652. package/types/org/apache/commons/codec/binary/Base32InputStream$Builder.d.ts +8 -0
  9653. package/types/org/apache/commons/codec/binary/Base32InputStream.d.ts +7 -1
  9654. package/types/org/apache/commons/codec/binary/Base32OutputStream$Builder.d.ts +8 -0
  9655. package/types/org/apache/commons/codec/binary/Base32OutputStream.d.ts +7 -1
  9656. package/types/org/apache/commons/codec/binary/Base58$Builder.d.ts +7 -0
  9657. package/types/org/apache/commons/codec/binary/Base58.d.ts +27 -0
  9658. package/types/org/apache/commons/codec/binary/Base58InputStream$Builder.d.ts +8 -0
  9659. package/types/org/apache/commons/codec/binary/Base58InputStream.d.ts +12 -0
  9660. package/types/org/apache/commons/codec/binary/Base58OutputStream$Builder.d.ts +8 -0
  9661. package/types/org/apache/commons/codec/binary/Base58OutputStream.d.ts +12 -0
  9662. package/types/org/apache/commons/codec/binary/Base64$Builder.d.ts +3 -0
  9663. package/types/org/apache/commons/codec/binary/Base64$DecodeTableFormat.d.ts +13 -0
  9664. package/types/org/apache/commons/codec/binary/Base64.d.ts +14 -4
  9665. package/types/org/apache/commons/codec/binary/Base64InputStream$Builder.d.ts +8 -0
  9666. package/types/org/apache/commons/codec/binary/Base64InputStream.d.ts +7 -1
  9667. package/types/org/apache/commons/codec/binary/Base64OutputStream$Builder.d.ts +8 -0
  9668. package/types/org/apache/commons/codec/binary/Base64OutputStream.d.ts +7 -1
  9669. package/types/org/apache/commons/codec/binary/BaseNCodec$AbstractBuilder.d.ts +11 -0
  9670. package/types/org/apache/commons/codec/binary/BaseNCodec.d.ts +4 -0
  9671. package/types/org/apache/commons/codec/binary/BaseNCodecInputStream$AbstracBuilder.d.ts +11 -0
  9672. package/types/org/apache/commons/codec/binary/BaseNCodecInputStream.d.ts +5 -3
  9673. package/types/org/apache/commons/codec/binary/BaseNCodecOutputStream$AbstractBuilder.d.ts +10 -0
  9674. package/types/org/apache/commons/codec/binary/BaseNCodecOutputStream.d.ts +5 -3
  9675. package/types/org/apache/commons/codec/digest/Blake3$ChunkState.d.ts +2 -0
  9676. package/types/org/apache/commons/codec/digest/Blake3$EngineState.d.ts +2 -0
  9677. package/types/org/apache/commons/codec/digest/Blake3$Output.d.ts +2 -0
  9678. package/types/org/apache/commons/codec/digest/Crc16$Builder.d.ts +14 -0
  9679. package/types/org/apache/commons/codec/digest/Crc16.d.ts +38 -0
  9680. package/types/org/apache/commons/codec/digest/DigestUtils.d.ts +14 -0
  9681. package/types/org/apache/commons/codec/digest/GitIdentifiers$DirectoryEntry.d.ts +13 -0
  9682. package/types/org/apache/commons/codec/digest/GitIdentifiers$FileMode.d.ts +16 -0
  9683. package/types/org/apache/commons/codec/digest/GitIdentifiers$TreeIdBuilder$BlobIdSupplier.d.ts +4 -0
  9684. package/types/org/apache/commons/codec/digest/GitIdentifiers$TreeIdBuilder.d.ts +23 -0
  9685. package/types/org/apache/commons/codec/digest/GitIdentifiers.d.ts +13 -0
  9686. package/types/org/apache/commons/codec/digest/MessageDigestAlgorithms.d.ts +2 -0
  9687. package/types/org/apache/commons/codec/language/ColognePhonetic$CologneInputBuffer.d.ts +2 -1
  9688. package/types/org/apache/commons/codec/language/ColognePhonetic$CologneOutputBuffer.d.ts +2 -1
  9689. package/types/org/apache/commons/codec/language/DaitchMokotoffSoundex$Branch.d.ts +2 -0
  9690. package/types/org/apache/commons/codec/language/DaitchMokotoffSoundex$Rule.d.ts +2 -0
  9691. package/types/org/apache/commons/codec/language/DoubleMetaphone$DoubleMetaphoneResult.d.ts +2 -1
  9692. package/types/org/apache/commons/codec/language/bm/Lang$LangRule.d.ts +2 -0
  9693. package/types/org/apache/commons/codec/language/bm/Languages$SomeLanguages.d.ts +3 -0
  9694. package/types/org/apache/commons/codec/language/bm/PhoneticEngine$PhonemeBuilder.d.ts +2 -0
  9695. package/types/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.d.ts +2 -2
  9696. package/types/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.d.ts +1 -1
  9697. package/types/org/apache/commons/compress/archivers/ArchiveInputStream$ArchiveEntryIOIterator.d.ts +2 -1
  9698. package/types/org/apache/commons/compress/archivers/examples/Archiver$ArchiverFileVisitor.d.ts +2 -0
  9699. package/types/org/apache/commons/compress/archivers/sevenz/AES256SHA256Decoder$AES256SHA256DecoderInputStream.d.ts +2 -0
  9700. package/types/org/apache/commons/compress/archivers/sevenz/AES256SHA256Decoder$AES256SHA256DecoderOutputStream.d.ts +2 -0
  9701. package/types/org/apache/commons/compress/archivers/sevenz/CLI$Mode.d.ts +2 -0
  9702. package/types/org/apache/commons/compress/archivers/sevenz/SevenZFile$ArchiveStatistics.d.ts +2 -0
  9703. package/types/org/apache/commons/compress/archivers/sevenz/SevenZFile.d.ts +2 -0
  9704. package/types/org/apache/commons/compress/archivers/sevenz/SevenZFileOptions.d.ts +2 -0
  9705. package/types/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile$OutputStreamWrapper.d.ts +4 -1
  9706. package/types/org/apache/commons/compress/archivers/tar/TarFile$BoundedTarEntryInputStream.d.ts +2 -1
  9707. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveEntry$ExtraFieldParsingMode.d.ts +2 -0
  9708. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream$BoundCountInputStream.d.ts +2 -1
  9709. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream$CurrentEntry.d.ts +2 -0
  9710. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream$CurrentEntry.d.ts +2 -0
  9711. package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream$EntryMetaData.d.ts +2 -0
  9712. package/types/org/apache/commons/compress/archivers/zip/ZipFile$Entry.d.ts +2 -0
  9713. package/types/org/apache/commons/compress/archivers/zip/ZipFile$NameAndComment.d.ts +2 -0
  9714. package/types/org/apache/commons/compress/archivers/zip/ZipFile.d.ts +2 -0
  9715. package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel$ZipSplitSegmentComparator.d.ts +2 -0
  9716. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$BinaryTreeNode.d.ts +2 -0
  9717. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$DecoderState.d.ts +2 -0
  9718. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$DecodingMemory.d.ts +2 -0
  9719. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$HuffmanCodes.d.ts +2 -1
  9720. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$InitialState.d.ts +2 -0
  9721. package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$UncompressedState.d.ts +4 -1
  9722. package/types/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.d.ts +2 -0
  9723. package/types/org/apache/commons/compress/compressors/lz77support/Parameters$Builder.d.ts +2 -0
  9724. package/types/org/apache/commons/compress/compressors/lz77support/Parameters.d.ts +2 -0
  9725. package/types/org/apache/commons/compress/compressors/pack200/Pack200Strategy.d.ts +2 -0
  9726. package/types/org/apache/commons/compress/harmony/pack200/BandSet$BandAnalysisResults.d.ts +2 -1
  9727. package/types/org/apache/commons/compress/harmony/pack200/BandSet$BandData.d.ts +2 -1
  9728. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Call.d.ts +2 -1
  9729. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Callable.d.ts +2 -1
  9730. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Integral.d.ts +3 -2
  9731. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +2 -1
  9732. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Reference.d.ts +2 -1
  9733. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Replication.d.ts +2 -1
  9734. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Union.d.ts +2 -1
  9735. package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$UnionCase.d.ts +3 -2
  9736. package/types/org/apache/commons/compress/harmony/pack200/Segment$ArrayVisitor.d.ts +2 -1
  9737. package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentAnnotationVisitor.d.ts +4 -3
  9738. package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentFieldVisitor.d.ts +2 -1
  9739. package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentMethodVisitor.d.ts +2 -1
  9740. package/types/org/apache/commons/compress/harmony/pack200/SegmentHeader$Counter.d.ts +2 -0
  9741. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Call.d.ts +2 -1
  9742. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Integral.d.ts +2 -1
  9743. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +2 -0
  9744. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Reference.d.ts +2 -1
  9745. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Replication.d.ts +2 -1
  9746. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Union.d.ts +2 -1
  9747. package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$UnionCase.d.ts +3 -2
  9748. package/types/org/apache/commons/compress/harmony/unpack200/SegmentConstantPoolArrayCache$CachedArray.d.ts +2 -1
  9749. package/types/org/apache/commons/compress/harmony/unpack200/bytecode/NewAttribute$AbstractBcValue.d.ts +2 -0
  9750. package/types/org/apache/commons/compress/utils/FixedLengthBlockOutputStream$BufferAtATimeOutputChannel.d.ts +2 -0
  9751. package/types/org/apache/commons/io/FileCleaningTracker$Reaper.d.ts +2 -1
  9752. package/types/org/apache/commons/io/file/AccumulatorPathVisitor.d.ts +2 -0
  9753. package/types/org/apache/commons/io/file/Counters$BigIntegerCounter.d.ts +2 -0
  9754. package/types/org/apache/commons/io/file/Counters$LongCounter.d.ts +2 -0
  9755. package/types/org/apache/commons/io/file/PathUtils$RelativeSortedPaths.d.ts +2 -0
  9756. package/types/org/apache/commons/io/filefilter/WildcardFileFilter.d.ts +2 -0
  9757. package/types/org/apache/commons/io/input/AutoCloseInputStream.d.ts +2 -0
  9758. package/types/org/apache/commons/io/input/BOMInputStream.d.ts +2 -0
  9759. package/types/org/apache/commons/io/input/BufferedFileChannelInputStream.d.ts +2 -0
  9760. package/types/org/apache/commons/io/input/ByteBufferCleaner$Java8Cleaner.d.ts +2 -0
  9761. package/types/org/apache/commons/io/input/ByteBufferCleaner$Java9Cleaner.d.ts +2 -0
  9762. package/types/org/apache/commons/io/input/CharSequenceInputStream.d.ts +2 -0
  9763. package/types/org/apache/commons/io/input/ChecksumInputStream.d.ts +2 -0
  9764. package/types/org/apache/commons/io/input/MemoryMappedFileInputStream.d.ts +2 -0
  9765. package/types/org/apache/commons/io/input/MessageDigestCalculatingInputStream.d.ts +2 -0
  9766. package/types/org/apache/commons/io/input/MessageDigestInputStream.d.ts +2 -0
  9767. package/types/org/apache/commons/io/input/QueueInputStream.d.ts +2 -0
  9768. package/types/org/apache/commons/io/input/RandomAccessFileInputStream.d.ts +2 -0
  9769. package/types/org/apache/commons/io/input/ReadAheadInputStream.d.ts +2 -0
  9770. package/types/org/apache/commons/io/input/ReaderInputStream.d.ts +2 -0
  9771. package/types/org/apache/commons/io/input/ReversedLinesFileReader$FilePart.d.ts +4 -1
  9772. package/types/org/apache/commons/io/input/ReversedLinesFileReader.d.ts +2 -0
  9773. package/types/org/apache/commons/io/input/Tailer$RandomAccessFileBridge.d.ts +2 -0
  9774. package/types/org/apache/commons/io/input/Tailer$TailablePath.d.ts +2 -0
  9775. package/types/org/apache/commons/io/input/Tailer.d.ts +2 -0
  9776. package/types/org/apache/commons/io/input/ThrottledInputStream.d.ts +2 -0
  9777. package/types/org/apache/commons/io/input/UncheckedBufferedReader.d.ts +2 -0
  9778. package/types/org/apache/commons/io/input/UncheckedFilterInputStream.d.ts +2 -0
  9779. package/types/org/apache/commons/io/input/UncheckedFilterReader.d.ts +2 -0
  9780. package/types/org/apache/commons/io/input/UnsynchronizedBufferedInputStream.d.ts +2 -0
  9781. package/types/org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.d.ts +2 -0
  9782. package/types/org/apache/commons/io/monitor/FileAlterationObserver$Builder.d.ts +2 -0
  9783. package/types/org/apache/commons/io/monitor/FileAlterationObserver.d.ts +2 -0
  9784. package/types/org/apache/commons/io/output/ChunkedOutputStream.d.ts +2 -0
  9785. package/types/org/apache/commons/io/output/DeferredFileOutputStream.d.ts +2 -0
  9786. package/types/org/apache/commons/io/output/FileWriterWithEncoding.d.ts +2 -0
  9787. package/types/org/apache/commons/io/output/LockableFileWriter.d.ts +2 -0
  9788. package/types/org/apache/commons/io/output/RandomAccessFileOutputStream$Builder.d.ts +2 -0
  9789. package/types/org/apache/commons/io/output/RandomAccessFileOutputStream.d.ts +2 -0
  9790. package/types/org/apache/commons/io/output/UncheckedFilterOutputStream.d.ts +2 -0
  9791. package/types/org/apache/commons/io/output/UncheckedFilterWriter.d.ts +2 -0
  9792. package/types/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.d.ts +2 -0
  9793. package/types/org/apache/commons/io/output/WriterOutputStream.d.ts +2 -0
  9794. package/types/org/apache/commons/io/output/XmlStreamWriter.d.ts +2 -0
  9795. package/types/org/apache/commons/io/serialization/ValidatingObjectInputStream.d.ts +2 -0
  9796. package/types/org/apache/commons/lang3/AppendableJoiner.d.ts +2 -0
  9797. package/types/org/apache/commons/lang3/CharRange$CharacterIterator.d.ts +2 -0
  9798. package/types/org/apache/commons/lang3/JavaVersion.d.ts +3 -1
  9799. package/types/org/apache/commons/lang3/StringEscapeUtils$CsvEscaper.d.ts +2 -0
  9800. package/types/org/apache/commons/lang3/StringEscapeUtils$CsvUnescaper.d.ts +2 -0
  9801. package/types/org/apache/commons/lang3/Strings$Builder.d.ts +2 -0
  9802. package/types/org/apache/commons/lang3/Strings$CiStrings.d.ts +2 -0
  9803. package/types/org/apache/commons/lang3/Strings$CsStrings.d.ts +2 -0
  9804. package/types/org/apache/commons/lang3/Strings.d.ts +2 -0
  9805. package/types/org/apache/commons/lang3/SystemProperties.d.ts +2 -0
  9806. package/types/org/apache/commons/lang3/SystemUtils.d.ts +2 -0
  9807. package/types/org/apache/commons/lang3/ThreadUtils$AlwaysTruePredicate.d.ts +2 -0
  9808. package/types/org/apache/commons/lang3/builder/DiffBuilder$SDiff.d.ts +2 -0
  9809. package/types/org/apache/commons/lang3/builder/DiffBuilder.d.ts +2 -0
  9810. package/types/org/apache/commons/lang3/builder/ReflectionDiffBuilder.d.ts +2 -0
  9811. package/types/org/apache/commons/lang3/compare/ComparableUtils$ComparableCheckBuilder.d.ts +2 -0
  9812. package/types/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker$State.d.ts +2 -0
  9813. package/types/org/apache/commons/lang3/concurrent/AtomicInitializer.d.ts +2 -0
  9814. package/types/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.d.ts +2 -0
  9815. package/types/org/apache/commons/lang3/concurrent/BackgroundInitializer$InitializationTask.d.ts +2 -1
  9816. package/types/org/apache/commons/lang3/concurrent/BackgroundInitializer.d.ts +2 -0
  9817. package/types/org/apache/commons/lang3/concurrent/BasicThreadFactory.d.ts +2 -0
  9818. package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$AbstractStateStrategy.d.ts +2 -0
  9819. package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$StateStrategyClosed.d.ts +2 -0
  9820. package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$StateStrategyOpen.d.ts +2 -0
  9821. package/types/org/apache/commons/lang3/concurrent/LazyInitializer.d.ts +2 -0
  9822. package/types/org/apache/commons/lang3/concurrent/MultiBackgroundInitializer$MultiBackgroundInitializerResults.d.ts +2 -0
  9823. package/types/org/apache/commons/lang3/concurrent/TimedSemaphore$Builder.d.ts +17 -0
  9824. package/types/org/apache/commons/lang3/concurrent/TimedSemaphore.d.ts +5 -0
  9825. package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$LockVisitor.d.ts +2 -0
  9826. package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$ReadWriteLockVisitor.d.ts +2 -0
  9827. package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$ReentrantLockVisitor.d.ts +2 -0
  9828. package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$StampedLockVisitor.d.ts +2 -0
  9829. package/types/org/apache/commons/lang3/event/EventListenerSupport$ProxyInvocationHandler.d.ts +3 -2
  9830. package/types/org/apache/commons/lang3/reflect/TypeUtils$GenericArrayTypeImpl.d.ts +2 -0
  9831. package/types/org/apache/commons/lang3/reflect/TypeUtils$ParameterizedTypeImpl.d.ts +2 -0
  9832. package/types/org/apache/commons/lang3/reflect/TypeUtils$WildcardTypeBuilder.d.ts +2 -0
  9833. package/types/org/apache/commons/lang3/reflect/TypeUtils$WildcardTypeImpl.d.ts +2 -0
  9834. package/types/org/apache/commons/lang3/stream/LangCollectors$SimpleCollector.d.ts +2 -0
  9835. package/types/org/apache/commons/lang3/text/ExtendedMessageFormat.d.ts +1 -1
  9836. package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderReader.d.ts +2 -1
  9837. package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderTokenizer.d.ts +2 -1
  9838. package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderWriter.d.ts +2 -1
  9839. package/types/org/apache/commons/lang3/text/StrLookup$SystemPropertiesStrLookup.d.ts +2 -0
  9840. package/types/org/apache/commons/lang3/time/FastDateParser$PatternStrategy.d.ts +2 -0
  9841. package/types/org/apache/commons/lang3/time/FastDateParser$Strategy.d.ts +2 -0
  9842. package/types/org/apache/commons/lang3/time/FastDateParser$StrategyParser.d.ts +2 -1
  9843. package/types/org/apache/commons/lang3/time/StopWatch$Split.d.ts +25 -0
  9844. package/types/org/apache/commons/lang3/time/StopWatch$State.d.ts +2 -0
  9845. package/types/org/apache/commons/lang3/time/StopWatch.d.ts +4 -0
  9846. package/types/org/apache/commons/lang3/time/TimeZones.d.ts +1 -0
  9847. package/types/org/apache/commons/lang3/tuple/MutablePair.d.ts +1 -0
  9848. package/types/org/apache/logging/log4j/CloseableThreadContext$Instance.d.ts +2 -0
  9849. package/types/org/apache/logging/log4j/core/Logger$PrivateConfig.d.ts +3 -3
  9850. package/types/org/apache/logging/log4j/core/appender/AbstractFileAppender$Builder.d.ts +9 -0
  9851. package/types/org/apache/logging/log4j/core/appender/AppenderSet$Builder.d.ts +2 -0
  9852. package/types/org/apache/logging/log4j/core/appender/AppenderSet.d.ts +2 -0
  9853. package/types/org/apache/logging/log4j/core/appender/AsyncAppender.d.ts +2 -0
  9854. package/types/org/apache/logging/log4j/core/appender/ConsoleAppender$ConsoleManagerFactory.d.ts +2 -0
  9855. package/types/org/apache/logging/log4j/core/appender/ConsoleAppender$Target.d.ts +2 -0
  9856. package/types/org/apache/logging/log4j/core/appender/ConsoleAppender.d.ts +2 -0
  9857. package/types/org/apache/logging/log4j/core/appender/FileAppender$Builder.d.ts +9 -0
  9858. package/types/org/apache/logging/log4j/core/appender/FileAppender.d.ts +2 -0
  9859. package/types/org/apache/logging/log4j/core/appender/FileManager.d.ts +1 -1
  9860. package/types/org/apache/logging/log4j/core/appender/HttpAppender.d.ts +2 -0
  9861. package/types/org/apache/logging/log4j/core/appender/MemoryMappedFileAppender.d.ts +2 -0
  9862. package/types/org/apache/logging/log4j/core/appender/OutputStreamAppender$OutputStreamManagerFactory.d.ts +2 -0
  9863. package/types/org/apache/logging/log4j/core/appender/OutputStreamAppender.d.ts +2 -0
  9864. package/types/org/apache/logging/log4j/core/appender/RandomAccessFileAppender.d.ts +2 -0
  9865. package/types/org/apache/logging/log4j/core/appender/RollingFileAppender$Builder.d.ts +12 -0
  9866. package/types/org/apache/logging/log4j/core/appender/RollingFileAppender.d.ts +2 -0
  9867. package/types/org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender$Builder.d.ts +10 -0
  9868. package/types/org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.d.ts +2 -0
  9869. package/types/org/apache/logging/log4j/core/appender/ScriptAppenderSelector$Builder.d.ts +4 -0
  9870. package/types/org/apache/logging/log4j/core/appender/SmtpAppender.d.ts +2 -0
  9871. package/types/org/apache/logging/log4j/core/appender/WriterAppender$WriterManagerFactory.d.ts +2 -0
  9872. package/types/org/apache/logging/log4j/core/appender/WriterAppender.d.ts +2 -0
  9873. package/types/org/apache/logging/log4j/core/appender/db/ColumnMapping.d.ts +2 -0
  9874. package/types/org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.d.ts +2 -0
  9875. package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.d.ts +2 -0
  9876. package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager$JdbcDatabaseManagerFactory.d.ts +2 -0
  9877. package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager$Reconnector.d.ts +4 -1
  9878. package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.d.ts +2 -0
  9879. package/types/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager$JeroMqConfiguration.d.ts +2 -0
  9880. package/types/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.d.ts +2 -0
  9881. package/types/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.d.ts +2 -0
  9882. package/types/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.d.ts +2 -0
  9883. package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlAppender.d.ts +2 -0
  9884. package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager$NoSQLDatabaseManagerFactory.d.ts +2 -0
  9885. package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager.d.ts +2 -0
  9886. package/types/org/apache/logging/log4j/core/appender/rolling/CronTriggeringPolicy$CronTrigger.d.ts +4 -1
  9887. package/types/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy$Builder.d.ts +8 -0
  9888. package/types/org/apache/logging/log4j/core/appender/rolling/DirectWriteRolloverStrategy$Builder.d.ts +6 -0
  9889. package/types/org/apache/logging/log4j/core/appender/rolling/FileExtension.d.ts +2 -0
  9890. package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager$FactoryData.d.ts +1 -15
  9891. package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.d.ts +1 -1
  9892. package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.d.ts +2 -2
  9893. package/types/org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy$Builder.d.ts +3 -0
  9894. package/types/org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.d.ts +2 -0
  9895. package/types/org/apache/logging/log4j/core/appender/rolling/action/IfLastModified.d.ts +2 -0
  9896. package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction$Builder.d.ts +10 -0
  9897. package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction.d.ts +3 -0
  9898. package/types/org/apache/logging/log4j/core/appender/routing/Routes$Builder.d.ts +4 -0
  9899. package/types/org/apache/logging/log4j/core/appender/routing/Routes.d.ts +2 -0
  9900. package/types/org/apache/logging/log4j/core/appender/routing/RoutingAppender$Builder.d.ts +4 -0
  9901. package/types/org/apache/logging/log4j/core/appender/routing/RoutingAppender.d.ts +2 -0
  9902. package/types/org/apache/logging/log4j/core/async/AsyncWaitStrategyFactoryConfig$Builder.d.ts +1 -0
  9903. package/types/org/apache/logging/log4j/core/async/EventRoute.d.ts +2 -0
  9904. package/types/org/apache/logging/log4j/core/async/ThreadNameCachingStrategy.d.ts +2 -0
  9905. package/types/org/apache/logging/log4j/core/config/ConfigurationFactory$Factory.d.ts +3 -0
  9906. package/types/org/apache/logging/log4j/core/config/ConfigurationFactory.d.ts +1 -0
  9907. package/types/org/apache/logging/log4j/core/config/ConfigurationScheduler$CronRunnable.d.ts +2 -1
  9908. package/types/org/apache/logging/log4j/core/config/CronScheduledFuture$FutureData.d.ts +2 -1
  9909. package/types/org/apache/logging/log4j/core/config/LoggerConfig$Builder.d.ts +8 -0
  9910. package/types/org/apache/logging/log4j/core/config/LoggerConfig$LoggerConfigPredicate.d.ts +2 -0
  9911. package/types/org/apache/logging/log4j/core/config/MonitorResource.d.ts +2 -0
  9912. package/types/org/apache/logging/log4j/core/config/arbiters/ClassArbiter.d.ts +2 -0
  9913. package/types/org/apache/logging/log4j/core/config/arbiters/EnvironmentArbiter.d.ts +2 -0
  9914. package/types/org/apache/logging/log4j/core/config/arbiters/ScriptArbiter.d.ts +2 -0
  9915. package/types/org/apache/logging/log4j/core/config/arbiters/SystemPropertyArbiter.d.ts +2 -0
  9916. package/types/org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.d.ts +1 -0
  9917. package/types/org/apache/logging/log4j/core/config/plugins/processor/GraalVmProcessor.d.ts +1 -1
  9918. package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor$PluginAliasesElementVisitor.d.ts +2 -0
  9919. package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor$PluginElementVisitor.d.ts +2 -0
  9920. package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.d.ts +6 -0
  9921. package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.d.ts +1 -0
  9922. package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationFactory.d.ts +1 -0
  9923. package/types/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.d.ts +1 -0
  9924. package/types/org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.d.ts +1 -0
  9925. package/types/org/apache/logging/log4j/core/filter/BurstFilter.d.ts +2 -0
  9926. package/types/org/apache/logging/log4j/core/filter/DenyAllFilter.d.ts +2 -0
  9927. package/types/org/apache/logging/log4j/core/filter/LevelMatchFilter.d.ts +2 -0
  9928. package/types/org/apache/logging/log4j/core/filter/NoMarkerFilter.d.ts +2 -0
  9929. package/types/org/apache/logging/log4j/core/filter/StringMatchFilter.d.ts +2 -0
  9930. package/types/org/apache/logging/log4j/core/impl/Log4jLogEvent.d.ts +2 -0
  9931. package/types/org/apache/logging/log4j/core/impl/ThrowableProxyHelper$CacheEntry.d.ts +2 -0
  9932. package/types/org/apache/logging/log4j/core/internal/annotation/SuppressFBWarnings.d.ts +7 -0
  9933. package/types/org/apache/logging/log4j/core/jackson/Initializers$AbstractInitializer.d.ts +2 -0
  9934. package/types/org/apache/logging/log4j/core/layout/GelfLayout$CompressionType.d.ts +2 -0
  9935. package/types/org/apache/logging/log4j/core/layout/GelfLayout$FieldWriter.d.ts +2 -1
  9936. package/types/org/apache/logging/log4j/core/layout/GelfLayout.d.ts +2 -0
  9937. package/types/org/apache/logging/log4j/core/layout/HtmlLayout$Builder.d.ts +8 -0
  9938. package/types/org/apache/logging/log4j/core/layout/HtmlLayout.d.ts +2 -0
  9939. package/types/org/apache/logging/log4j/core/layout/JsonLayout.d.ts +2 -0
  9940. package/types/org/apache/logging/log4j/core/layout/LevelPatternSelector.d.ts +2 -0
  9941. package/types/org/apache/logging/log4j/core/layout/MarkerPatternSelector.d.ts +2 -0
  9942. package/types/org/apache/logging/log4j/core/layout/PatternLayout$Builder.d.ts +12 -0
  9943. package/types/org/apache/logging/log4j/core/layout/PatternLayout$NoFormatPatternSerializer.d.ts +2 -0
  9944. package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternFormatterPatternSerializer.d.ts +2 -0
  9945. package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSelectorSerializer.d.ts +2 -0
  9946. package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializerWithReplacement.d.ts +2 -0
  9947. package/types/org/apache/logging/log4j/core/layout/PatternLayout.d.ts +2 -0
  9948. package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$FieldFormatter.d.ts +2 -1
  9949. package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$Rfc5424LayoutBuilder.d.ts +12 -0
  9950. package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$StructuredDataElement.d.ts +2 -1
  9951. package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout.d.ts +9 -1
  9952. package/types/org/apache/logging/log4j/core/layout/ScriptPatternSelector$Builder.d.ts +2 -0
  9953. package/types/org/apache/logging/log4j/core/layout/ScriptPatternSelector.d.ts +2 -0
  9954. package/types/org/apache/logging/log4j/core/layout/SerializedLayout$PrivateObjectOutputStream.d.ts +2 -1
  9955. package/types/org/apache/logging/log4j/core/layout/XmlLayout.d.ts +2 -0
  9956. package/types/org/apache/logging/log4j/core/layout/YamlLayout.d.ts +2 -0
  9957. package/types/org/apache/logging/log4j/core/net/DatagramSocketManager$DatagramSocketManagerFactory.d.ts +2 -0
  9958. package/types/org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory.d.ts +2 -0
  9959. package/types/org/apache/logging/log4j/core/net/JndiManager.d.ts +2 -0
  9960. package/types/org/apache/logging/log4j/core/net/SocketAddress.d.ts +2 -0
  9961. package/types/org/apache/logging/log4j/core/net/SslSocketManager$SslSocketManagerFactory.d.ts +2 -0
  9962. package/types/org/apache/logging/log4j/core/net/TcpSocketManager$Reconnector.d.ts +2 -1
  9963. package/types/org/apache/logging/log4j/core/pattern/EncodingPatternConverter$EscapeFormat.d.ts +2 -0
  9964. package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter$LevelMapLevelPatternConverter.d.ts +2 -0
  9965. package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter$SimpleLevelPatternConverter.d.ts +2 -0
  9966. package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter.d.ts +2 -0
  9967. package/types/org/apache/logging/log4j/core/pattern/MessagePatternConverter.d.ts +2 -0
  9968. package/types/org/apache/logging/log4j/core/pattern/NameAbbreviator$MaxElementAbbreviator$Strategy.d.ts +2 -0
  9969. package/types/org/apache/logging/log4j/core/pattern/NamedInstantPattern.d.ts +36 -0
  9970. package/types/org/apache/logging/log4j/core/pattern/SimpleLiteralPatternConverter.d.ts +2 -0
  9971. package/types/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer$Context$Metadata.d.ts +5 -1
  9972. package/types/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer.d.ts +2 -1
  9973. package/types/org/apache/logging/log4j/core/script/AbstractScript.d.ts +2 -0
  9974. package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +4 -1
  9975. package/types/org/apache/logging/log4j/core/script/ScriptManager$MainScriptRunner.d.ts +2 -1
  9976. package/types/org/apache/logging/log4j/core/script/ScriptManager$ThreadLocalScriptRunner.d.ts +2 -1
  9977. package/types/org/apache/logging/log4j/core/script/ScriptManager.d.ts +2 -2
  9978. package/types/org/apache/logging/log4j/core/tools/Generate$Type.d.ts +2 -0
  9979. package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Help$Ansi$Text.d.ts +3 -2
  9980. package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Interpreter.d.ts +1 -1
  9981. package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$PositionalParametersSorter.d.ts +2 -0
  9982. package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Tracer.d.ts +2 -0
  9983. package/types/org/apache/logging/log4j/core/util/CronExpression$ValueSet.d.ts +4 -1
  9984. package/types/org/apache/logging/log4j/core/util/WatchManager$WatchRunnable.d.ts +4 -1
  9985. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$TimestampedFormatter.d.ts +2 -0
  9986. package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter$Builder.d.ts +2 -0
  9987. package/types/org/apache/logging/log4j/internal/annotation/SuppressFBWarnings.d.ts +7 -0
  9988. package/types/org/apache/logging/log4j/internal/map/UnmodifiableArrayBackedMap$UnmodifiableEntry.d.ts +1 -1
  9989. package/types/org/apache/logging/log4j/internal/map/UnmodifiableArrayBackedMap$UnmodifiableEntryIterator.d.ts +3 -1
  9990. package/types/org/apache/logging/log4j/message/ParameterizedMessage$FormatBufferHolder.d.ts +2 -0
  9991. package/types/org/apache/logging/log4j/message/ReusableMessageFactory$SerializationProxy.d.ts +2 -0
  9992. package/types/org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.d.ts +2 -0
  9993. package/types/org/apache/logging/log4j/message/ThreadDumpMessage.d.ts +2 -0
  9994. package/types/org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter.d.ts +2 -0
  9995. package/types/org/apache/logging/log4j/util/PrivateSecurityManagerStackTraceUtil$PrivateSecurityManager.d.ts +2 -0
  9996. package/types/org/apache/logging/log4j/util/PropertiesUtil$Environment.d.ts +2 -0
  9997. package/types/org/apache/logging/log4j/util/ServiceLoaderUtil$ServiceLoaderSpliterator.d.ts +2 -0
  9998. package/types/org/apache/logging/log4j/util/Unbox$WebSafeState.d.ts +2 -0
  9999. package/types/org/apache/logging/slf4j/Log4jMDCAdapter$ThreadLocalMapOfStacks.d.ts +2 -0
  10000. package/types/org/apache/tika/extractor/ParserContainerExtractor$RecursiveParser.d.ts +2 -1
  10001. package/types/org/apache/tika/mime/MimeTypesReader$ClauseRecord.d.ts +2 -1
  10002. package/types/org/apache/tika/parser/ParsingReader$ParsingTask.d.ts +2 -1
  10003. package/types/org/apache/tika/parser/RecursiveParserWrapper$EmbeddedParserDecorator.d.ts +2 -1
  10004. package/types/org/apache/tika/pipes/async/AsyncEmitter$EmitDataCache.d.ts +2 -1
  10005. package/types/org/apache/tika/pipes/async/AsyncProcessor$FetchEmitWorker.d.ts +2 -1
  10006. package/types/org/apache/tika/pipes/pipesiterator/PipesIterator$TupleIterator.d.ts +1 -1
  10007. package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FSFileVisitor.d.ts +1 -1
  10008. package/types/org/apache/tika/sax/SecureContentHandler$SecureSAXException.d.ts +1 -1
  10009. package/types/org/cef/CefApp$CefVersion.d.ts +2 -1
  10010. package/types/org/cef/CefSettings$ColorType.d.ts +3 -2
  10011. package/types/org/cloudburstmc/netty/util/FastBinaryMinHeap$Entry.d.ts +3 -0
  10012. package/types/org/cloudburstmc/netty/util/RoundRobinArray$Itr.d.ts +1 -1
  10013. package/types/org/cube/converter/converter/FormatConverter.d.ts +3 -0
  10014. package/types/org/cube/converter/converter/enums/RotationType.d.ts +2 -1
  10015. package/types/org/cube/converter/data/bedrock/BedrockEntityData$RenderController.d.ts +1 -1
  10016. package/types/org/cube/converter/data/bedrock/BedrockEntityData$Scripts.d.ts +1 -1
  10017. package/types/org/cube/converter/data/bedrock/controller/BedrockRenderController$Array.d.ts +1 -1
  10018. package/types/org/cube/converter/model/GeneralModel.d.ts +1 -1
  10019. package/types/org/cube/converter/model/impl/bedrock/BedrockGeometryModel.d.ts +4 -1
  10020. package/types/org/cube/converter/model/impl/java/JavaItemModel.d.ts +6 -3
  10021. package/types/org/cube/converter/parser/bedrock/controller/BedrockControllerParser.d.ts +1 -1
  10022. package/types/org/cube/converter/parser/bedrock/data/impl/BedrockAttachableParser.d.ts +1 -1
  10023. package/types/org/cube/converter/parser/bedrock/data/impl/BedrockEntityParser.d.ts +1 -1
  10024. package/types/org/cube/converter/parser/bedrock/geometry/BedrockGeometryParser.d.ts +1 -1
  10025. package/types/org/cube/converter/util/GsonUtil.d.ts +3 -3
  10026. package/types/org/cube/converter/util/element/Position2V.d.ts +1 -1
  10027. package/types/org/cube/converter/util/element/Position3V.d.ts +2 -1
  10028. package/types/org/cube/converter/util/element/UVMap.d.ts +1 -1
  10029. package/types/org/cube/converter/util/legacy/ArrayUtil.d.ts +1 -1
  10030. package/types/org/cube/converter/util/math/Pair.d.ts +12 -0
  10031. package/types/org/cube/converter/util/math/matrix/GivensPair.d.ts +1 -0
  10032. package/types/org/cube/converter/util/math/matrix/MatrixUtil.d.ts +2 -2
  10033. package/types/org/cube/converter/util/minecraft/Transformation.d.ts +13 -10
  10034. package/types/org/graalvm/collections/EconomicMapImpl$SparseMapIterator.d.ts +1 -1
  10035. package/types/org/graalvm/collections/LockFreePrefixTree$ObjectPoolingAllocator$HousekeepingThread.d.ts +2 -1
  10036. package/types/org/graalvm/options/OptionDescriptor$Builder.d.ts +1 -1
  10037. package/types/org/graalvm/polyglot/Context$Builder.d.ts +1 -1
  10038. package/types/org/graalvm/polyglot/Engine$Builder.d.ts +1 -1
  10039. package/types/org/graalvm/polyglot/HostAccess$Builder.d.ts +2 -2
  10040. package/types/org/graalvm/polyglot/PolyglotAccess$Builder.d.ts +1 -1
  10041. package/types/org/graalvm/polyglot/PolyglotException$StackFrame.d.ts +2 -1
  10042. package/types/org/graalvm/polyglot/ResourceLimits$Builder.d.ts +1 -1
  10043. package/types/org/graalvm/polyglot/Source$Builder.d.ts +1 -1
  10044. package/types/org/graalvm/polyglot/management/ExecutionListener$Builder.d.ts +1 -1
  10045. package/types/org/graalvm/polyglot/proxy/ProxyHashMapImpl$ProxyEntryImpl.d.ts +2 -1
  10046. package/types/org/graalvm/shadowed/com/ibm/icu/charset/Charset88591$CharsetDecoder88591.d.ts +2 -1
  10047. package/types/org/graalvm/shadowed/com/ibm/icu/charset/Charset88591$CharsetEncoder88591.d.ts +2 -1
  10048. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetASCII$CharsetDecoderASCII.d.ts +2 -1
  10049. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetASCII$CharsetEncoderASCII.d.ts +2 -1
  10050. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetBOCU1$CharsetEncoderBOCU.d.ts +2 -1
  10051. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetCompoundText$CharsetDecoderCompoundText.d.ts +2 -1
  10052. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetCompoundText$CharsetEncoderCompoundText.d.ts +2 -1
  10053. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetHZ$CharsetDecoderHZ.d.ts +2 -1
  10054. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetHZ$CharsetEncoderHZ.d.ts +2 -1
  10055. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISCII$CharsetDecoderISCII.d.ts +2 -1
  10056. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISCII$CharsetEncoderISCII.d.ts +2 -1
  10057. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022CN.d.ts +2 -1
  10058. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022JP.d.ts +2 -1
  10059. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022KR.d.ts +2 -1
  10060. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022CN.d.ts +2 -1
  10061. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022JP.d.ts +2 -1
  10062. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022KR.d.ts +2 -1
  10063. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetLMBCS$CharsetDecoderLMBCS.d.ts +2 -1
  10064. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetLMBCS$CharsetEncoderLMBCS.d.ts +2 -1
  10065. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetDecoderMBCS.d.ts +2 -1
  10066. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffects.d.ts +2 -1
  10067. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffectsDouble.d.ts +2 -1
  10068. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffectsSingleBMP.d.ts +2 -1
  10069. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS.d.ts +2 -1
  10070. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetSCSU$CharsetDecoderSCSU.d.ts +2 -1
  10071. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetSCSU$CharsetEncoderSCSU.d.ts +2 -1
  10072. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF16$CharsetDecoderUTF16.d.ts +2 -1
  10073. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF16$CharsetEncoderUTF16.d.ts +2 -1
  10074. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF32$CharsetDecoderUTF32.d.ts +2 -1
  10075. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF32$CharsetEncoderUTF32.d.ts +2 -1
  10076. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF7$CharsetDecoderUTF7.d.ts +2 -1
  10077. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF7$CharsetEncoderUTF7.d.ts +2 -1
  10078. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF8$CharsetDecoderUTF8.d.ts +2 -1
  10079. package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF8$CharsetEncoderUTF8.d.ts +2 -1
  10080. package/types/org/graalvm/shadowed/com/ibm/icu/impl/LocaleDisplayNamesImpl$CapitalizationContextSink.d.ts +2 -1
  10081. package/types/org/graalvm/shadowed/com/ibm/icu/impl/RelativeDateFormat$RelDateFmtDataSink.d.ts +2 -1
  10082. package/types/org/graalvm/shadowed/com/ibm/icu/impl/TextTrieMap$Node.d.ts +0 -2
  10083. package/types/org/graalvm/shadowed/com/ibm/icu/impl/TimeZoneNamesImpl$ZoneStringsLoader.d.ts +2 -1
  10084. package/types/org/graalvm/shadowed/com/ibm/icu/impl/Trie2$CharSequenceIterator.d.ts +2 -1
  10085. package/types/org/graalvm/shadowed/com/ibm/icu/impl/Trie2$Trie2Iterator.d.ts +2 -2
  10086. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$BiDiIntProperty.d.ts +2 -1
  10087. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$BinaryProperty.d.ts +3 -2
  10088. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$CaseBinaryProperty.d.ts +2 -1
  10089. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$CombiningClassIntProperty.d.ts +2 -1
  10090. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$EmojiBinaryProperty.d.ts +2 -1
  10091. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$IntProperty.d.ts +3 -2
  10092. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$MCMBinaryProperty.d.ts +2 -1
  10093. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$MathCompatBinaryProperty.d.ts +2 -1
  10094. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$NormInertBinaryProperty.d.ts +2 -1
  10095. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$NormQuickCheckIntProperty.d.ts +2 -1
  10096. package/types/org/graalvm/shadowed/com/ibm/icu/impl/UnicodeMap$IteratorX.d.ts +1 -1
  10097. package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$CodePointsVectorizer.d.ts +2 -1
  10098. package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$GraphemeClusterVectorizer.d.ts +2 -1
  10099. package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$Vectorizer.d.ts +2 -1
  10100. package/types/org/graalvm/shadowed/com/ibm/icu/impl/duration/BasicPeriodBuilderFactory$Settings.d.ts +2 -1
  10101. package/types/org/graalvm/shadowed/com/ibm/icu/impl/units/UnitsRouter$RouteResult.d.ts +2 -1
  10102. package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AppendItemFormatsSink.d.ts +2 -1
  10103. package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AppendItemNamesSink.d.ts +2 -1
  10104. package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AvailableFormatsSink.d.ts +2 -1
  10105. package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralFormat$PluralSelectorAdapter.d.ts +2 -1
  10106. package/types/org/graalvm/shadowed/com/ibm/icu/text/RuleBasedBreakIterator$BreakCache.d.ts +3 -2
  10107. package/types/org/graalvm/shadowed/com/ibm/icu/text/RuleBasedBreakIterator$DictionaryCache.d.ts +3 -2
  10108. package/types/org/graalvm/shadowed/com/ibm/icu/text/SearchIterator$Search.d.ts +2 -1
  10109. package/types/org/graalvm/shadowed/com/ibm/icu/text/TransliteratorParser$ParseData.d.ts +2 -1
  10110. package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeSet$CodePointIterator.d.ts +1 -1
  10111. package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeSet$EntryRangeIterator.d.ts +1 -1
  10112. package/types/org/graalvm/shadowed/com/ibm/icu/util/CodePointMap$RangeIterator.d.ts +1 -1
  10113. package/types/org/graalvm/shadowed/com/ibm/icu/util/CodePointMap$StringIterator.d.ts +2 -1
  10114. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LengthCoder.d.ts +2 -1
  10115. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LiteralCoder$LiteralSubcoder.d.ts +2 -1
  10116. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LiteralCoder.d.ts +2 -1
  10117. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LengthDecoder.d.ts +2 -1
  10118. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LiteralDecoder$LiteralSubdecoder.d.ts +2 -1
  10119. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LiteralDecoder.d.ts +2 -1
  10120. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LengthEncoder.d.ts +2 -1
  10121. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LiteralEncoder$LiteralSubencoder.d.ts +2 -1
  10122. package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LiteralEncoder.d.ts +2 -1
  10123. package/types/org/graalvm/tools/insight/heap/HeapDump$ArrayBuilder.d.ts +1 -1
  10124. package/types/org/graalvm/tools/insight/heap/HeapDump$Builder.d.ts +1 -1
  10125. package/types/org/graalvm/tools/insight/heap/HeapDump$ClassBuilder.d.ts +2 -1
  10126. package/types/org/graalvm/tools/insight/heap/HeapDump$ClassInstance.d.ts +1 -1
  10127. package/types/org/graalvm/tools/insight/heap/HeapDump$InstanceBuilder.d.ts +1 -1
  10128. package/types/org/graalvm/tools/insight/heap/HeapDump$ObjectInstance.d.ts +1 -1
  10129. package/types/org/graalvm/tools/insight/heap/HeapDump$ThreadBuilder.d.ts +2 -1
  10130. package/types/org/graalvm/tools/insight/heap/instrument/MemoryDump$StackCopier.d.ts +2 -1
  10131. package/types/org/joml/sampling/BestCandidateSampling$1.d.ts +3 -0
  10132. package/types/org/joml/sampling/BestCandidateSampling$IntHolder.d.ts +2 -0
  10133. package/types/org/lwjgl/glfw/GLFWVulkan.d.ts +21 -0
  10134. package/types/org/lwjgl/openal/AL$ICDStatic.d.ts +2 -0
  10135. package/types/org/lwjgl/openal/ALC$ICDStatic.d.ts +2 -0
  10136. package/types/org/lwjgl/opengl/GL$ICDStatic.d.ts +2 -0
  10137. package/types/org/lwjgl/system/JNI.d.ts +277 -277
  10138. package/types/org/lwjgl/system/MemoryManage$StdlibAllocator.d.ts +2 -0
  10139. package/types/org/lwjgl/system/MemoryUtil.d.ts +0 -32
  10140. package/types/org/lwjgl/system/Platform.d.ts +2 -0
  10141. package/types/org/lwjgl/system/Upcalls$ClosureRegistry.d.ts +7 -0
  10142. package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFunc$Container.d.ts +22 -0
  10143. package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFunc.d.ts +24 -0
  10144. package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFuncI.d.ts +9 -0
  10145. package/types/org/lwjgl/util/shaderc/GLSLIncludeCallbacks.d.ts +60 -0
  10146. package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFunc$Container.d.ts +22 -0
  10147. package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFunc.d.ts +24 -0
  10148. package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFuncI.d.ts +9 -0
  10149. package/types/org/lwjgl/util/shaderc/GLSLIncludeResult.d.ts +56 -0
  10150. package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFunc$Container.d.ts +22 -0
  10151. package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFunc.d.ts +24 -0
  10152. package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFuncI.d.ts +9 -0
  10153. package/types/org/lwjgl/util/shaderc/GLSLang$Functions.d.ts +45 -0
  10154. package/types/org/lwjgl/util/shaderc/GLSLang.d.ts +204 -0
  10155. package/types/org/lwjgl/util/shaderc/GLSLangInput.d.ts +120 -0
  10156. package/types/org/lwjgl/util/shaderc/GLSLangLimits.d.ts +84 -0
  10157. package/types/org/lwjgl/util/shaderc/GLSLangResource.d.ts +557 -0
  10158. package/types/org/lwjgl/util/shaderc/GLSLangResourceLimits$Functions.d.ts +8 -0
  10159. package/types/org/lwjgl/util/shaderc/GLSLangResourceLimits.d.ts +15 -0
  10160. package/types/org/lwjgl/util/shaderc/GLSLangSPVOptions.d.ts +89 -0
  10161. package/types/org/lwjgl/util/shaderc/GLSLangVersion.d.ts +51 -0
  10162. package/types/org/lwjgl/util/shaderc/SPV$Functions.d.ts +59 -0
  10163. package/types/org/lwjgl/util/shaderc/SPV.d.ts +307 -0
  10164. package/types/org/lwjgl/util/shaderc/SPVBinary.d.ts +44 -0
  10165. package/types/org/lwjgl/util/shaderc/SPVDiagnostic.d.ts +49 -0
  10166. package/types/org/lwjgl/util/shaderc/SPVMessageConsumer$Container.d.ts +22 -0
  10167. package/types/org/lwjgl/util/shaderc/SPVMessageConsumer.d.ts +24 -0
  10168. package/types/org/lwjgl/util/shaderc/SPVMessageConsumerI.d.ts +9 -0
  10169. package/types/org/lwjgl/util/shaderc/SPVOptimizer$Functions.d.ts +14 -0
  10170. package/types/org/lwjgl/util/shaderc/SPVOptimizer.d.ts +27 -0
  10171. package/types/org/lwjgl/util/shaderc/SPVParsedHeader.d.ts +38 -0
  10172. package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFn$Container.d.ts +22 -0
  10173. package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFn.d.ts +24 -0
  10174. package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFnI.d.ts +9 -0
  10175. package/types/org/lwjgl/util/shaderc/SPVParsedInstruction.d.ts +79 -0
  10176. package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFn$Container.d.ts +22 -0
  10177. package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFn.d.ts +24 -0
  10178. package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFnI.d.ts +9 -0
  10179. package/types/org/lwjgl/util/shaderc/SPVParsedOperand.d.ts +69 -0
  10180. package/types/org/lwjgl/util/shaderc/SPVPosition.d.ts +54 -0
  10181. package/types/org/lwjgl/util/shaderc/SPVText.d.ts +45 -0
  10182. package/types/org/lwjgl/util/shaderc/Shaderc$Functions.d.ts +49 -0
  10183. package/types/org/lwjgl/util/shaderc/Shaderc.d.ts +268 -0
  10184. package/types/org/lwjgl/util/shaderc/ShadercIncludeResolve$Container.d.ts +22 -0
  10185. package/types/org/lwjgl/util/shaderc/ShadercIncludeResolve.d.ts +24 -0
  10186. package/types/org/lwjgl/util/shaderc/ShadercIncludeResolveI.d.ts +9 -0
  10187. package/types/org/lwjgl/util/shaderc/ShadercIncludeResult.d.ts +67 -0
  10188. package/types/org/lwjgl/util/shaderc/ShadercIncludeResultRelease$Container.d.ts +22 -0
  10189. package/types/org/lwjgl/util/shaderc/ShadercIncludeResultRelease.d.ts +24 -0
  10190. package/types/org/lwjgl/util/shaderc/ShadercIncludeResultReleaseI.d.ts +9 -0
  10191. package/types/org/lwjgl/util/spvc/Spv.d.ts +2185 -0
  10192. package/types/org/lwjgl/util/spvc/Spvc$Functions.d.ts +172 -0
  10193. package/types/org/lwjgl/util/spvc/Spvc.d.ts +511 -0
  10194. package/types/org/lwjgl/util/spvc/SpvcBufferRange.d.ts +54 -0
  10195. package/types/org/lwjgl/util/spvc/SpvcCombinedImageSampler.d.ts +54 -0
  10196. package/types/org/lwjgl/util/spvc/SpvcEntryPoint.d.ts +52 -0
  10197. package/types/org/lwjgl/util/spvc/SpvcErrorCallback$Container.d.ts +23 -0
  10198. package/types/org/lwjgl/util/spvc/SpvcErrorCallback.d.ts +25 -0
  10199. package/types/org/lwjgl/util/spvc/SpvcErrorCallbackI.d.ts +9 -0
  10200. package/types/org/lwjgl/util/spvc/SpvcHLSLResourceBinding.d.ts +80 -0
  10201. package/types/org/lwjgl/util/spvc/SpvcHLSLResourceBindingMapping.d.ts +49 -0
  10202. package/types/org/lwjgl/util/spvc/SpvcHlslRootConstants.d.ts +59 -0
  10203. package/types/org/lwjgl/util/spvc/SpvcHlslVertexAttributeRemap.d.ts +52 -0
  10204. package/types/org/lwjgl/util/spvc/SpvcMslConstexprSampler.d.ts +114 -0
  10205. package/types/org/lwjgl/util/spvc/SpvcMslResourceBinding.d.ts +69 -0
  10206. package/types/org/lwjgl/util/spvc/SpvcMslResourceBinding2.d.ts +74 -0
  10207. package/types/org/lwjgl/util/spvc/SpvcMslSamplerYcbcrConversion.d.ts +89 -0
  10208. package/types/org/lwjgl/util/spvc/SpvcMslShaderInput.d.ts +59 -0
  10209. package/types/org/lwjgl/util/spvc/SpvcMslShaderInterfaceVar.d.ts +59 -0
  10210. package/types/org/lwjgl/util/spvc/SpvcMslShaderInterfaceVar2.d.ts +64 -0
  10211. package/types/org/lwjgl/util/spvc/SpvcMslVertexAttribute.d.ts +74 -0
  10212. package/types/org/lwjgl/util/spvc/SpvcReflectedBuiltinResource.d.ts +58 -0
  10213. package/types/org/lwjgl/util/spvc/SpvcReflectedResource.d.ts +62 -0
  10214. package/types/org/lwjgl/util/spvc/SpvcSpecializationConstant.d.ts +49 -0
  10215. package/types/org/lwjgl/util/vma/LibVma.d.ts +4 -0
  10216. package/types/org/lwjgl/util/vma/Vma.d.ts +226 -0
  10217. package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunction$Container.d.ts +22 -0
  10218. package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunction.d.ts +24 -0
  10219. package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunctionI.d.ts +9 -0
  10220. package/types/org/lwjgl/util/vma/VmaAllocationCreateInfo.d.ts +79 -0
  10221. package/types/org/lwjgl/util/vma/VmaAllocationInfo.d.ts +60 -0
  10222. package/types/org/lwjgl/util/vma/VmaAllocationInfo2.d.ts +47 -0
  10223. package/types/org/lwjgl/util/vma/VmaAllocatorCreateInfo.d.ts +95 -0
  10224. package/types/org/lwjgl/util/vma/VmaAllocatorInfo.d.ts +46 -0
  10225. package/types/org/lwjgl/util/vma/VmaBudget.d.ts +47 -0
  10226. package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunction$Container.d.ts +22 -0
  10227. package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunction.d.ts +24 -0
  10228. package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunctionI.d.ts +9 -0
  10229. package/types/org/lwjgl/util/vma/VmaDefragmentationInfo.d.ts +71 -0
  10230. package/types/org/lwjgl/util/vma/VmaDefragmentationMove.d.ts +55 -0
  10231. package/types/org/lwjgl/util/vma/VmaDefragmentationPassMoveInfo.d.ts +50 -0
  10232. package/types/org/lwjgl/util/vma/VmaDefragmentationStats.d.ts +49 -0
  10233. package/types/org/lwjgl/util/vma/VmaDetailedStatistics.d.ts +56 -0
  10234. package/types/org/lwjgl/util/vma/VmaDeviceMemoryCallbacks.d.ts +58 -0
  10235. package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunction$Container.d.ts +22 -0
  10236. package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunction.d.ts +24 -0
  10237. package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunctionI.d.ts +9 -0
  10238. package/types/org/lwjgl/util/vma/VmaPoolCreateInfo.d.ts +123 -0
  10239. package/types/org/lwjgl/util/vma/VmaStatistics.d.ts +49 -0
  10240. package/types/org/lwjgl/util/vma/VmaTotalStatistics.d.ts +51 -0
  10241. package/types/org/lwjgl/util/vma/VmaVirtualAllocationCreateInfo.d.ts +59 -0
  10242. package/types/org/lwjgl/util/vma/VmaVirtualAllocationInfo.d.ts +46 -0
  10243. package/types/org/lwjgl/util/vma/VmaVirtualBlockCreateInfo.d.ts +55 -0
  10244. package/types/org/lwjgl/util/vma/VmaVulkanFunctions.d.ts +170 -0
  10245. package/types/org/lwjgl/vulkan/AMDAntiLag.d.ts +18 -0
  10246. package/types/org/lwjgl/vulkan/AMDBufferMarker.d.ts +9 -0
  10247. package/types/org/lwjgl/vulkan/AMDDeviceCoherentMemory.d.ts +9 -0
  10248. package/types/org/lwjgl/vulkan/AMDDisplayNativeHdr.d.ts +11 -0
  10249. package/types/org/lwjgl/vulkan/AMDDrawIndirectCount.d.ts +9 -0
  10250. package/types/org/lwjgl/vulkan/AMDGCNShader.d.ts +6 -0
  10251. package/types/org/lwjgl/vulkan/AMDGPUShaderHalfFloat.d.ts +6 -0
  10252. package/types/org/lwjgl/vulkan/AMDGPUShaderInt16.d.ts +6 -0
  10253. package/types/org/lwjgl/vulkan/AMDMemoryOverallocationBehavior.d.ts +10 -0
  10254. package/types/org/lwjgl/vulkan/AMDMixedAttachmentSamples.d.ts +7 -0
  10255. package/types/org/lwjgl/vulkan/AMDNegativeViewportHeight.d.ts +6 -0
  10256. package/types/org/lwjgl/vulkan/AMDPipelineCompilerControl.d.ts +7 -0
  10257. package/types/org/lwjgl/vulkan/AMDRasterizationOrder.d.ts +9 -0
  10258. package/types/org/lwjgl/vulkan/AMDShaderBallot.d.ts +6 -0
  10259. package/types/org/lwjgl/vulkan/AMDShaderCoreProperties.d.ts +7 -0
  10260. package/types/org/lwjgl/vulkan/AMDShaderCoreProperties2.d.ts +7 -0
  10261. package/types/org/lwjgl/vulkan/AMDShaderEarlyAndLateFragmentTests.d.ts +7 -0
  10262. package/types/org/lwjgl/vulkan/AMDShaderExplicitVertexParameter.d.ts +6 -0
  10263. package/types/org/lwjgl/vulkan/AMDShaderFragmentMask.d.ts +6 -0
  10264. package/types/org/lwjgl/vulkan/AMDShaderImageLoadStoreLod.d.ts +6 -0
  10265. package/types/org/lwjgl/vulkan/AMDShaderInfo.d.ts +14 -0
  10266. package/types/org/lwjgl/vulkan/AMDShaderTrinaryMinmax.d.ts +6 -0
  10267. package/types/org/lwjgl/vulkan/AMDTextureGatherBiasLod.d.ts +7 -0
  10268. package/types/org/lwjgl/vulkan/AMDXDenseGeometryFormat.d.ts +13 -0
  10269. package/types/org/lwjgl/vulkan/AMDXShaderEnqueue.d.ts +38 -0
  10270. package/types/org/lwjgl/vulkan/ANDROIDExternalFormatResolve.d.ts +11 -0
  10271. package/types/org/lwjgl/vulkan/ANDROIDExternalMemoryAndroidHardwareBuffer.d.ts +22 -0
  10272. package/types/org/lwjgl/vulkan/ARMDataGraph.d.ts +84 -0
  10273. package/types/org/lwjgl/vulkan/ARMFormatPack.d.ts +21 -0
  10274. package/types/org/lwjgl/vulkan/ARMPerformanceCountersByRegion.d.ts +16 -0
  10275. package/types/org/lwjgl/vulkan/ARMPipelineOpacityMicromap.d.ts +8 -0
  10276. package/types/org/lwjgl/vulkan/ARMRasterizationOrderAttachmentAccess.d.ts +13 -0
  10277. package/types/org/lwjgl/vulkan/ARMRenderPassStriped.d.ts +11 -0
  10278. package/types/org/lwjgl/vulkan/ARMSchedulingControls.d.ts +10 -0
  10279. package/types/org/lwjgl/vulkan/ARMShaderCoreBuiltins.d.ts +8 -0
  10280. package/types/org/lwjgl/vulkan/ARMShaderCoreProperties.d.ts +7 -0
  10281. package/types/org/lwjgl/vulkan/ARMTensors.d.ts +88 -0
  10282. package/types/org/lwjgl/vulkan/DispatchableHandleDevice.d.ts +15 -0
  10283. package/types/org/lwjgl/vulkan/DispatchableHandleInstance.d.ts +13 -0
  10284. package/types/org/lwjgl/vulkan/EXT4444Formats.d.ts +9 -0
  10285. package/types/org/lwjgl/vulkan/EXTAcquireDrmDisplay.d.ts +12 -0
  10286. package/types/org/lwjgl/vulkan/EXTAcquireXlibDisplay.d.ts +12 -0
  10287. package/types/org/lwjgl/vulkan/EXTAstcDecodeMode.d.ts +8 -0
  10288. package/types/org/lwjgl/vulkan/EXTAttachmentFeedbackLoopDynamicState.d.ts +10 -0
  10289. package/types/org/lwjgl/vulkan/EXTAttachmentFeedbackLoopLayout.d.ts +12 -0
  10290. package/types/org/lwjgl/vulkan/EXTBlendOperationAdvanced.d.ts +59 -0
  10291. package/types/org/lwjgl/vulkan/EXTBorderColorSwizzle.d.ts +8 -0
  10292. package/types/org/lwjgl/vulkan/EXTBufferDeviceAddress.d.ts +17 -0
  10293. package/types/org/lwjgl/vulkan/EXTCalibratedTimestamps.d.ts +25 -0
  10294. package/types/org/lwjgl/vulkan/EXTColorWriteEnable.d.ts +14 -0
  10295. package/types/org/lwjgl/vulkan/EXTConditionalRendering.d.ts +18 -0
  10296. package/types/org/lwjgl/vulkan/EXTConservativeRasterization.d.ts +11 -0
  10297. package/types/org/lwjgl/vulkan/EXTCustomBorderColor.d.ts +11 -0
  10298. package/types/org/lwjgl/vulkan/EXTCustomResolve.d.ts +18 -0
  10299. package/types/org/lwjgl/vulkan/EXTDebugMarker.d.ts +23 -0
  10300. package/types/org/lwjgl/vulkan/EXTDebugReport.d.ts +65 -0
  10301. package/types/org/lwjgl/vulkan/EXTDebugUtils.d.ts +51 -0
  10302. package/types/org/lwjgl/vulkan/EXTDepthBiasControl.d.ts +16 -0
  10303. package/types/org/lwjgl/vulkan/EXTDepthClampControl.d.ts +13 -0
  10304. package/types/org/lwjgl/vulkan/EXTDepthClampZeroOne.d.ts +7 -0
  10305. package/types/org/lwjgl/vulkan/EXTDepthClipControl.d.ts +8 -0
  10306. package/types/org/lwjgl/vulkan/EXTDepthClipEnable.d.ts +8 -0
  10307. package/types/org/lwjgl/vulkan/EXTDepthRangeUnrestricted.d.ts +6 -0
  10308. package/types/org/lwjgl/vulkan/EXTDescriptorBuffer.d.ts +66 -0
  10309. package/types/org/lwjgl/vulkan/EXTDescriptorHeap.d.ts +83 -0
  10310. package/types/org/lwjgl/vulkan/EXTDescriptorIndexing.d.ts +18 -0
  10311. package/types/org/lwjgl/vulkan/EXTDeviceAddressBindingReport.d.ts +12 -0
  10312. package/types/org/lwjgl/vulkan/EXTDeviceFault.d.ts +22 -0
  10313. package/types/org/lwjgl/vulkan/EXTDeviceGeneratedCommands.d.ts +73 -0
  10314. package/types/org/lwjgl/vulkan/EXTDeviceMemoryReport.d.ts +14 -0
  10315. package/types/org/lwjgl/vulkan/EXTDirectModeDisplay.d.ts +8 -0
  10316. package/types/org/lwjgl/vulkan/EXTDirectfbSurface.d.ts +16 -0
  10317. package/types/org/lwjgl/vulkan/EXTDiscardRectangles.d.ts +18 -0
  10318. package/types/org/lwjgl/vulkan/EXTDisplayControl.d.ts +32 -0
  10319. package/types/org/lwjgl/vulkan/EXTDisplaySurfaceCounter.d.ts +14 -0
  10320. package/types/org/lwjgl/vulkan/EXTDynamicRenderingUnusedAttachments.d.ts +7 -0
  10321. package/types/org/lwjgl/vulkan/EXTExtendedDynamicState.d.ts +37 -0
  10322. package/types/org/lwjgl/vulkan/EXTExtendedDynamicState2.d.ts +18 -0
  10323. package/types/org/lwjgl/vulkan/EXTExtendedDynamicState3.d.ts +84 -0
  10324. package/types/org/lwjgl/vulkan/EXTExternalMemoryAcquireUnmodified.d.ts +7 -0
  10325. package/types/org/lwjgl/vulkan/EXTExternalMemoryDmaBuf.d.ts +7 -0
  10326. package/types/org/lwjgl/vulkan/EXTExternalMemoryHost.d.ts +15 -0
  10327. package/types/org/lwjgl/vulkan/EXTExternalMemoryMetal.d.ts +20 -0
  10328. package/types/org/lwjgl/vulkan/EXTFilterCubic.d.ts +10 -0
  10329. package/types/org/lwjgl/vulkan/EXTFragmentDensityMap.d.ts +22 -0
  10330. package/types/org/lwjgl/vulkan/EXTFragmentDensityMap2.d.ts +9 -0
  10331. package/types/org/lwjgl/vulkan/EXTFragmentDensityMapOffset.d.ts +15 -0
  10332. package/types/org/lwjgl/vulkan/EXTFragmentShaderInterlock.d.ts +7 -0
  10333. package/types/org/lwjgl/vulkan/EXTFrameBoundary.d.ts +9 -0
  10334. package/types/org/lwjgl/vulkan/EXTFullScreenExclusive.d.ts +26 -0
  10335. package/types/org/lwjgl/vulkan/EXTGlobalPriority.d.ts +12 -0
  10336. package/types/org/lwjgl/vulkan/EXTGlobalPriorityQuery.d.ts +9 -0
  10337. package/types/org/lwjgl/vulkan/EXTGraphicsPipelineLibrary.d.ts +16 -0
  10338. package/types/org/lwjgl/vulkan/EXTHdrMetadata.d.ts +12 -0
  10339. package/types/org/lwjgl/vulkan/EXTHeadlessSurface.d.ts +14 -0
  10340. package/types/org/lwjgl/vulkan/EXTHostImageCopy.d.ts +36 -0
  10341. package/types/org/lwjgl/vulkan/EXTHostQueryReset.d.ts +9 -0
  10342. package/types/org/lwjgl/vulkan/EXTImage2dViewOf3d.d.ts +8 -0
  10343. package/types/org/lwjgl/vulkan/EXTImageCompressionControl.d.ts +46 -0
  10344. package/types/org/lwjgl/vulkan/EXTImageCompressionControlSwapchain.d.ts +7 -0
  10345. package/types/org/lwjgl/vulkan/EXTImageDrmFormatModifier.d.ts +22 -0
  10346. package/types/org/lwjgl/vulkan/EXTImageRobustness.d.ts +7 -0
  10347. package/types/org/lwjgl/vulkan/EXTImageSlicedViewOf3d.d.ts +9 -0
  10348. package/types/org/lwjgl/vulkan/EXTImageViewMinLod.d.ts +8 -0
  10349. package/types/org/lwjgl/vulkan/EXTIndexTypeUint8.d.ts +8 -0
  10350. package/types/org/lwjgl/vulkan/EXTInlineUniformBlock.d.ts +11 -0
  10351. package/types/org/lwjgl/vulkan/EXTLayerSettings.d.ts +15 -0
  10352. package/types/org/lwjgl/vulkan/EXTLegacyDithering.d.ts +10 -0
  10353. package/types/org/lwjgl/vulkan/EXTLegacyVertexAttributes.d.ts +8 -0
  10354. package/types/org/lwjgl/vulkan/EXTLineRasterization.d.ts +16 -0
  10355. package/types/org/lwjgl/vulkan/EXTLoadStoreOpNone.d.ts +8 -0
  10356. package/types/org/lwjgl/vulkan/EXTMapMemoryPlaced.d.ts +11 -0
  10357. package/types/org/lwjgl/vulkan/EXTMemoryBudget.d.ts +7 -0
  10358. package/types/org/lwjgl/vulkan/EXTMemoryDecompression.d.ts +20 -0
  10359. package/types/org/lwjgl/vulkan/EXTMemoryPriority.d.ts +8 -0
  10360. package/types/org/lwjgl/vulkan/EXTMeshShader.d.ts +22 -0
  10361. package/types/org/lwjgl/vulkan/EXTMetalObjects.d.ts +28 -0
  10362. package/types/org/lwjgl/vulkan/EXTMetalSurface.d.ts +14 -0
  10363. package/types/org/lwjgl/vulkan/EXTMultiDraw.d.ts +15 -0
  10364. package/types/org/lwjgl/vulkan/EXTMultisampledRenderToSingleSampled.d.ts +10 -0
  10365. package/types/org/lwjgl/vulkan/EXTMutableDescriptorType.d.ts +11 -0
  10366. package/types/org/lwjgl/vulkan/EXTNestedCommandBuffer.d.ts +10 -0
  10367. package/types/org/lwjgl/vulkan/EXTNonSeamlessCubeMap.d.ts +8 -0
  10368. package/types/org/lwjgl/vulkan/EXTOpacityMicromap.d.ts +96 -0
  10369. package/types/org/lwjgl/vulkan/EXTPageableDeviceLocalMemory.d.ts +9 -0
  10370. package/types/org/lwjgl/vulkan/EXTPciBusInfo.d.ts +7 -0
  10371. package/types/org/lwjgl/vulkan/EXTPhysicalDeviceDrm.d.ts +7 -0
  10372. package/types/org/lwjgl/vulkan/EXTPipelineCreationCacheControl.d.ts +12 -0
  10373. package/types/org/lwjgl/vulkan/EXTPipelineCreationFeedback.d.ts +10 -0
  10374. package/types/org/lwjgl/vulkan/EXTPipelineLibraryGroupHandles.d.ts +7 -0
  10375. package/types/org/lwjgl/vulkan/EXTPipelineProperties.d.ts +14 -0
  10376. package/types/org/lwjgl/vulkan/EXTPipelineProtectedAccess.d.ts +9 -0
  10377. package/types/org/lwjgl/vulkan/EXTPipelineRobustness.d.ts +17 -0
  10378. package/types/org/lwjgl/vulkan/EXTPostDepthCoverage.d.ts +6 -0
  10379. package/types/org/lwjgl/vulkan/EXTPresentModeFifoLatestReady.d.ts +8 -0
  10380. package/types/org/lwjgl/vulkan/EXTPresentTiming.d.ts +43 -0
  10381. package/types/org/lwjgl/vulkan/EXTPrimitiveTopologyListRestart.d.ts +7 -0
  10382. package/types/org/lwjgl/vulkan/EXTPrimitivesGeneratedQuery.d.ts +8 -0
  10383. package/types/org/lwjgl/vulkan/EXTPrivateData.d.ts +23 -0
  10384. package/types/org/lwjgl/vulkan/EXTProvokingVertex.d.ts +11 -0
  10385. package/types/org/lwjgl/vulkan/EXTQueueFamilyForeign.d.ts +7 -0
  10386. package/types/org/lwjgl/vulkan/EXTRasterizationOrderAttachmentAccess.d.ts +13 -0
  10387. package/types/org/lwjgl/vulkan/EXTRayTracingInvocationReorder.d.ts +8 -0
  10388. package/types/org/lwjgl/vulkan/EXTRgba10x6Formats.d.ts +7 -0
  10389. package/types/org/lwjgl/vulkan/EXTRobustness2.d.ts +8 -0
  10390. package/types/org/lwjgl/vulkan/EXTSampleLocations.d.ts +21 -0
  10391. package/types/org/lwjgl/vulkan/EXTSamplerFilterMinmax.d.ts +12 -0
  10392. package/types/org/lwjgl/vulkan/EXTScalarBlockLayout.d.ts +7 -0
  10393. package/types/org/lwjgl/vulkan/EXTSeparateStencilUsage.d.ts +7 -0
  10394. package/types/org/lwjgl/vulkan/EXTShader64bitIndexing.d.ts +9 -0
  10395. package/types/org/lwjgl/vulkan/EXTShaderAtomicFloat.d.ts +7 -0
  10396. package/types/org/lwjgl/vulkan/EXTShaderAtomicFloat2.d.ts +7 -0
  10397. package/types/org/lwjgl/vulkan/EXTShaderDemoteToHelperInvocation.d.ts +7 -0
  10398. package/types/org/lwjgl/vulkan/EXTShaderFloat8.d.ts +9 -0
  10399. package/types/org/lwjgl/vulkan/EXTShaderImageAtomicInt64.d.ts +7 -0
  10400. package/types/org/lwjgl/vulkan/EXTShaderLongVector.d.ts +8 -0
  10401. package/types/org/lwjgl/vulkan/EXTShaderModuleIdentifier.d.ts +18 -0
  10402. package/types/org/lwjgl/vulkan/EXTShaderObject.d.ts +112 -0
  10403. package/types/org/lwjgl/vulkan/EXTShaderReplicatedComposites.d.ts +7 -0
  10404. package/types/org/lwjgl/vulkan/EXTShaderStencilExport.d.ts +6 -0
  10405. package/types/org/lwjgl/vulkan/EXTShaderSubgroupBallot.d.ts +6 -0
  10406. package/types/org/lwjgl/vulkan/EXTShaderSubgroupPartitioned.d.ts +8 -0
  10407. package/types/org/lwjgl/vulkan/EXTShaderSubgroupVote.d.ts +6 -0
  10408. package/types/org/lwjgl/vulkan/EXTShaderTileImage.d.ts +8 -0
  10409. package/types/org/lwjgl/vulkan/EXTShaderUniformBufferUnsizedArray.d.ts +7 -0
  10410. package/types/org/lwjgl/vulkan/EXTShaderViewportIndexLayer.d.ts +6 -0
  10411. package/types/org/lwjgl/vulkan/EXTSubgroupSizeControl.d.ts +11 -0
  10412. package/types/org/lwjgl/vulkan/EXTSubpassMergeFeedback.d.ts +24 -0
  10413. package/types/org/lwjgl/vulkan/EXTSurfaceMaintenance1.d.ts +21 -0
  10414. package/types/org/lwjgl/vulkan/EXTSwapchainColorspace.d.ts +21 -0
  10415. package/types/org/lwjgl/vulkan/EXTSwapchainMaintenance1.d.ts +17 -0
  10416. package/types/org/lwjgl/vulkan/EXTTexelBufferAlignment.d.ts +8 -0
  10417. package/types/org/lwjgl/vulkan/EXTTextureCompressionAstc3d.d.ts +37 -0
  10418. package/types/org/lwjgl/vulkan/EXTTextureCompressionAstcHdr.d.ts +21 -0
  10419. package/types/org/lwjgl/vulkan/EXTToolingInfo.d.ts +19 -0
  10420. package/types/org/lwjgl/vulkan/EXTTransformFeedback.d.ts +30 -0
  10421. package/types/org/lwjgl/vulkan/EXTValidationCache.d.ts +26 -0
  10422. package/types/org/lwjgl/vulkan/EXTValidationFeatures.d.ts +20 -0
  10423. package/types/org/lwjgl/vulkan/EXTValidationFlags.d.ts +9 -0
  10424. package/types/org/lwjgl/vulkan/EXTVertexAttributeDivisor.d.ts +9 -0
  10425. package/types/org/lwjgl/vulkan/EXTVertexAttributeRobustness.d.ts +7 -0
  10426. package/types/org/lwjgl/vulkan/EXTVertexInputDynamicState.d.ts +13 -0
  10427. package/types/org/lwjgl/vulkan/EXTYcbcr2plane444Formats.d.ts +11 -0
  10428. package/types/org/lwjgl/vulkan/EXTYcbcrImageArrays.d.ts +7 -0
  10429. package/types/org/lwjgl/vulkan/EXTZeroInitializeDeviceMemory.d.ts +9 -0
  10430. package/types/org/lwjgl/vulkan/GOOGLEDecorateString.d.ts +6 -0
  10431. package/types/org/lwjgl/vulkan/GOOGLEDisplayTiming.d.ts +15 -0
  10432. package/types/org/lwjgl/vulkan/GOOGLEHlslFunctionality1.d.ts +8 -0
  10433. package/types/org/lwjgl/vulkan/GOOGLESurfacelessQuery.d.ts +6 -0
  10434. package/types/org/lwjgl/vulkan/GOOGLEUserType.d.ts +6 -0
  10435. package/types/org/lwjgl/vulkan/HUAWEIClusterCullingShader.d.ts +15 -0
  10436. package/types/org/lwjgl/vulkan/HUAWEIHdrVivid.d.ts +8 -0
  10437. package/types/org/lwjgl/vulkan/HUAWEIInvocationMask.d.ts +12 -0
  10438. package/types/org/lwjgl/vulkan/HUAWEISubpassShading.d.ts +19 -0
  10439. package/types/org/lwjgl/vulkan/IMGFilterCubic.d.ts +8 -0
  10440. package/types/org/lwjgl/vulkan/IMGFormatPVRTC.d.ts +14 -0
  10441. package/types/org/lwjgl/vulkan/IMGRelaxedLineRasterization.d.ts +7 -0
  10442. package/types/org/lwjgl/vulkan/INTELPerformanceQuery.d.ts +52 -0
  10443. package/types/org/lwjgl/vulkan/INTELShaderIntegerFunctions2.d.ts +7 -0
  10444. package/types/org/lwjgl/vulkan/KHR16bitStorage.d.ts +7 -0
  10445. package/types/org/lwjgl/vulkan/KHR8bitStorage.d.ts +7 -0
  10446. package/types/org/lwjgl/vulkan/KHRAccelerationStructure.d.ts +117 -0
  10447. package/types/org/lwjgl/vulkan/KHRAndroidSurface.d.ts +14 -0
  10448. package/types/org/lwjgl/vulkan/KHRBindMemory2.d.ts +14 -0
  10449. package/types/org/lwjgl/vulkan/KHRBufferDeviceAddress.d.ts +25 -0
  10450. package/types/org/lwjgl/vulkan/KHRCalibratedTimestamps.d.ts +17 -0
  10451. package/types/org/lwjgl/vulkan/KHRComputeShaderDerivatives.d.ts +8 -0
  10452. package/types/org/lwjgl/vulkan/KHRCooperativeMatrix.d.ts +29 -0
  10453. package/types/org/lwjgl/vulkan/KHRCopyCommands2.d.ts +36 -0
  10454. package/types/org/lwjgl/vulkan/KHRCopyMemoryIndirect.d.ts +22 -0
  10455. package/types/org/lwjgl/vulkan/KHRCreateRenderpass2.d.ts +30 -0
  10456. package/types/org/lwjgl/vulkan/KHRDedicatedAllocation.d.ts +8 -0
  10457. package/types/org/lwjgl/vulkan/KHRDeferredHostOperations.d.ts +22 -0
  10458. package/types/org/lwjgl/vulkan/KHRDepthClampZeroOne.d.ts +7 -0
  10459. package/types/org/lwjgl/vulkan/KHRDepthStencilResolve.d.ts +13 -0
  10460. package/types/org/lwjgl/vulkan/KHRDescriptorUpdateTemplate.d.ts +23 -0
  10461. package/types/org/lwjgl/vulkan/KHRDeviceGroup.d.ts +52 -0
  10462. package/types/org/lwjgl/vulkan/KHRDeviceGroupCreation.d.ts +15 -0
  10463. package/types/org/lwjgl/vulkan/KHRDisplay.d.ts +42 -0
  10464. package/types/org/lwjgl/vulkan/KHRDisplaySwapchain.d.ts +14 -0
  10465. package/types/org/lwjgl/vulkan/KHRDrawIndirectCount.d.ts +9 -0
  10466. package/types/org/lwjgl/vulkan/KHRDriverProperties.d.ts +21 -0
  10467. package/types/org/lwjgl/vulkan/KHRDynamicRendering.d.ts +20 -0
  10468. package/types/org/lwjgl/vulkan/KHRDynamicRenderingLocalRead.d.ts +17 -0
  10469. package/types/org/lwjgl/vulkan/KHRExternalFence.d.ts +8 -0
  10470. package/types/org/lwjgl/vulkan/KHRExternalFenceCapabilities.d.ts +21 -0
  10471. package/types/org/lwjgl/vulkan/KHRExternalFenceFd.d.ts +17 -0
  10472. package/types/org/lwjgl/vulkan/KHRExternalFenceWin32.d.ts +17 -0
  10473. package/types/org/lwjgl/vulkan/KHRExternalMemory.d.ts +11 -0
  10474. package/types/org/lwjgl/vulkan/KHRExternalMemoryCapabilities.d.ts +27 -0
  10475. package/types/org/lwjgl/vulkan/KHRExternalMemoryFd.d.ts +18 -0
  10476. package/types/org/lwjgl/vulkan/KHRExternalMemoryWin32.d.ts +18 -0
  10477. package/types/org/lwjgl/vulkan/KHRExternalSemaphore.d.ts +8 -0
  10478. package/types/org/lwjgl/vulkan/KHRExternalSemaphoreCapabilities.d.ts +22 -0
  10479. package/types/org/lwjgl/vulkan/KHRExternalSemaphoreFd.d.ts +17 -0
  10480. package/types/org/lwjgl/vulkan/KHRExternalSemaphoreWin32.d.ts +18 -0
  10481. package/types/org/lwjgl/vulkan/KHRFormatFeatureFlags2.d.ts +34 -0
  10482. package/types/org/lwjgl/vulkan/KHRFragmentShaderBarycentric.d.ts +8 -0
  10483. package/types/org/lwjgl/vulkan/KHRFragmentShadingRate.d.ts +36 -0
  10484. package/types/org/lwjgl/vulkan/KHRGetDisplayProperties2.d.ts +26 -0
  10485. package/types/org/lwjgl/vulkan/KHRGetMemoryRequirements2.d.ts +24 -0
  10486. package/types/org/lwjgl/vulkan/KHRGetPhysicalDeviceProperties2.d.ts +40 -0
  10487. package/types/org/lwjgl/vulkan/KHRGetSurfaceCapabilities2.d.ts +18 -0
  10488. package/types/org/lwjgl/vulkan/KHRGlobalPriority.d.ts +15 -0
  10489. package/types/org/lwjgl/vulkan/KHRImageFormatList.d.ts +7 -0
  10490. package/types/org/lwjgl/vulkan/KHRImagelessFramebuffer.d.ts +11 -0
  10491. package/types/org/lwjgl/vulkan/KHRIncrementalPresent.d.ts +7 -0
  10492. package/types/org/lwjgl/vulkan/KHRIndexTypeUint8.d.ts +8 -0
  10493. package/types/org/lwjgl/vulkan/KHRInternallySynchronizedQueues.d.ts +8 -0
  10494. package/types/org/lwjgl/vulkan/KHRLineRasterization.d.ts +16 -0
  10495. package/types/org/lwjgl/vulkan/KHRLoadStoreOpNone.d.ts +8 -0
  10496. package/types/org/lwjgl/vulkan/KHRMaintenance1.d.ts +14 -0
  10497. package/types/org/lwjgl/vulkan/KHRMaintenance10.d.ts +27 -0
  10498. package/types/org/lwjgl/vulkan/KHRMaintenance2.d.ts +20 -0
  10499. package/types/org/lwjgl/vulkan/KHRMaintenance3.d.ts +15 -0
  10500. package/types/org/lwjgl/vulkan/KHRMaintenance4.d.ts +23 -0
  10501. package/types/org/lwjgl/vulkan/KHRMaintenance5.d.ts +88 -0
  10502. package/types/org/lwjgl/vulkan/KHRMaintenance6.d.ts +34 -0
  10503. package/types/org/lwjgl/vulkan/KHRMaintenance7.d.ts +18 -0
  10504. package/types/org/lwjgl/vulkan/KHRMaintenance8.d.ts +11 -0
  10505. package/types/org/lwjgl/vulkan/KHRMaintenance9.d.ts +13 -0
  10506. package/types/org/lwjgl/vulkan/KHRMapMemory2.d.ts +16 -0
  10507. package/types/org/lwjgl/vulkan/KHRMultiview.d.ts +10 -0
  10508. package/types/org/lwjgl/vulkan/KHRPerformanceQuery.d.ts +55 -0
  10509. package/types/org/lwjgl/vulkan/KHRPipelineBinary.d.ts +41 -0
  10510. package/types/org/lwjgl/vulkan/KHRPipelineExecutableProperties.d.ts +31 -0
  10511. package/types/org/lwjgl/vulkan/KHRPipelineLibrary.d.ts +8 -0
  10512. package/types/org/lwjgl/vulkan/KHRPortabilityEnumeration.d.ts +7 -0
  10513. package/types/org/lwjgl/vulkan/KHRPortabilitySubset.d.ts +8 -0
  10514. package/types/org/lwjgl/vulkan/KHRPresentId.d.ts +8 -0
  10515. package/types/org/lwjgl/vulkan/KHRPresentId2.d.ts +10 -0
  10516. package/types/org/lwjgl/vulkan/KHRPresentModeFifoLatestReady.d.ts +8 -0
  10517. package/types/org/lwjgl/vulkan/KHRPresentWait.d.ts +9 -0
  10518. package/types/org/lwjgl/vulkan/KHRPresentWait2.d.ts +14 -0
  10519. package/types/org/lwjgl/vulkan/KHRPushDescriptor.d.ts +13 -0
  10520. package/types/org/lwjgl/vulkan/KHRRayQuery.d.ts +7 -0
  10521. package/types/org/lwjgl/vulkan/KHRRayTracingMaintenance1.d.ts +14 -0
  10522. package/types/org/lwjgl/vulkan/KHRRayTracingPipeline.d.ts +56 -0
  10523. package/types/org/lwjgl/vulkan/KHRRayTracingPositionFetch.d.ts +9 -0
  10524. package/types/org/lwjgl/vulkan/KHRRelaxedBlockLayout.d.ts +6 -0
  10525. package/types/org/lwjgl/vulkan/KHRRobustness2.d.ts +8 -0
  10526. package/types/org/lwjgl/vulkan/KHRSamplerMirrorClampToEdge.d.ts +8 -0
  10527. package/types/org/lwjgl/vulkan/KHRSamplerYcbcrConversion.d.ts +78 -0
  10528. package/types/org/lwjgl/vulkan/KHRSeparateDepthStencilLayouts.d.ts +13 -0
  10529. package/types/org/lwjgl/vulkan/KHRShaderAtomicInt64.d.ts +7 -0
  10530. package/types/org/lwjgl/vulkan/KHRShaderBfloat16.d.ts +8 -0
  10531. package/types/org/lwjgl/vulkan/KHRShaderClock.d.ts +7 -0
  10532. package/types/org/lwjgl/vulkan/KHRShaderDrawParameters.d.ts +6 -0
  10533. package/types/org/lwjgl/vulkan/KHRShaderExpectAssume.d.ts +7 -0
  10534. package/types/org/lwjgl/vulkan/KHRShaderFloat16Int8.d.ts +8 -0
  10535. package/types/org/lwjgl/vulkan/KHRShaderFloatControls.d.ts +10 -0
  10536. package/types/org/lwjgl/vulkan/KHRShaderFloatControls2.d.ts +7 -0
  10537. package/types/org/lwjgl/vulkan/KHRShaderFma.d.ts +7 -0
  10538. package/types/org/lwjgl/vulkan/KHRShaderIntegerDotProduct.d.ts +8 -0
  10539. package/types/org/lwjgl/vulkan/KHRShaderMaximalReconvergence.d.ts +7 -0
  10540. package/types/org/lwjgl/vulkan/KHRShaderNonSemanticInfo.d.ts +6 -0
  10541. package/types/org/lwjgl/vulkan/KHRShaderQuadControl.d.ts +7 -0
  10542. package/types/org/lwjgl/vulkan/KHRShaderRelaxedExtendedInstruction.d.ts +7 -0
  10543. package/types/org/lwjgl/vulkan/KHRShaderSubgroupExtendedTypes.d.ts +7 -0
  10544. package/types/org/lwjgl/vulkan/KHRShaderSubgroupRotate.d.ts +9 -0
  10545. package/types/org/lwjgl/vulkan/KHRShaderSubgroupUniformControlFlow.d.ts +7 -0
  10546. package/types/org/lwjgl/vulkan/KHRShaderTerminateInvocation.d.ts +7 -0
  10547. package/types/org/lwjgl/vulkan/KHRShaderUntypedPointers.d.ts +7 -0
  10548. package/types/org/lwjgl/vulkan/KHRSharedPresentableImage.d.ts +12 -0
  10549. package/types/org/lwjgl/vulkan/KHRSpirv14.d.ts +6 -0
  10550. package/types/org/lwjgl/vulkan/KHRStorageBufferStorageClass.d.ts +6 -0
  10551. package/types/org/lwjgl/vulkan/KHRSurface.d.ts +46 -0
  10552. package/types/org/lwjgl/vulkan/KHRSurfaceMaintenance1.d.ts +9 -0
  10553. package/types/org/lwjgl/vulkan/KHRSurfaceProtectedCapabilities.d.ts +7 -0
  10554. package/types/org/lwjgl/vulkan/KHRSwapchain.d.ts +58 -0
  10555. package/types/org/lwjgl/vulkan/KHRSwapchainMaintenance1.d.ts +17 -0
  10556. package/types/org/lwjgl/vulkan/KHRSwapchainMutableFormat.d.ts +7 -0
  10557. package/types/org/lwjgl/vulkan/KHRSynchronization2.d.ts +113 -0
  10558. package/types/org/lwjgl/vulkan/KHRTimelineSemaphore.d.ts +26 -0
  10559. package/types/org/lwjgl/vulkan/KHRUnifiedImageLayouts.d.ts +8 -0
  10560. package/types/org/lwjgl/vulkan/KHRUniformBufferStandardLayout.d.ts +7 -0
  10561. package/types/org/lwjgl/vulkan/KHRVariablePointers.d.ts +8 -0
  10562. package/types/org/lwjgl/vulkan/KHRVertexAttributeDivisor.d.ts +9 -0
  10563. package/types/org/lwjgl/vulkan/KHRVideoDecodeAV1.d.ts +13 -0
  10564. package/types/org/lwjgl/vulkan/KHRVideoDecodeH264.d.ts +16 -0
  10565. package/types/org/lwjgl/vulkan/KHRVideoDecodeH265.d.ts +13 -0
  10566. package/types/org/lwjgl/vulkan/KHRVideoDecodeQueue.d.ts +35 -0
  10567. package/types/org/lwjgl/vulkan/KHRVideoDecodeVP9.d.ts +12 -0
  10568. package/types/org/lwjgl/vulkan/KHRVideoEncodeAV1.d.ts +41 -0
  10569. package/types/org/lwjgl/vulkan/KHRVideoEncodeH264.d.ts +55 -0
  10570. package/types/org/lwjgl/vulkan/KHRVideoEncodeH265.d.ts +64 -0
  10571. package/types/org/lwjgl/vulkan/KHRVideoEncodeIntraRefresh.d.ts +20 -0
  10572. package/types/org/lwjgl/vulkan/KHRVideoEncodeQuantizationMap.d.ts +30 -0
  10573. package/types/org/lwjgl/vulkan/KHRVideoEncodeQueue.d.ts +78 -0
  10574. package/types/org/lwjgl/vulkan/KHRVideoMaintenance1.d.ts +11 -0
  10575. package/types/org/lwjgl/vulkan/KHRVideoMaintenance2.d.ts +11 -0
  10576. package/types/org/lwjgl/vulkan/KHRVideoQueue.d.ts +93 -0
  10577. package/types/org/lwjgl/vulkan/KHRVulkanMemoryModel.d.ts +7 -0
  10578. package/types/org/lwjgl/vulkan/KHRWaylandSurface.d.ts +16 -0
  10579. package/types/org/lwjgl/vulkan/KHRWin32KeyedMutex.d.ts +7 -0
  10580. package/types/org/lwjgl/vulkan/KHRWin32Surface.d.ts +16 -0
  10581. package/types/org/lwjgl/vulkan/KHRWorkgroupMemoryExplicitLayout.d.ts +7 -0
  10582. package/types/org/lwjgl/vulkan/KHRXcbSurface.d.ts +16 -0
  10583. package/types/org/lwjgl/vulkan/KHRXlibSurface.d.ts +16 -0
  10584. package/types/org/lwjgl/vulkan/KHRZeroInitializeWorkgroupMemory.d.ts +7 -0
  10585. package/types/org/lwjgl/vulkan/LUNARGDirectDriverLoading.d.ts +10 -0
  10586. package/types/org/lwjgl/vulkan/MESAImageAlignmentControl.d.ts +9 -0
  10587. package/types/org/lwjgl/vulkan/MSFTLayeredDriver.d.ts +9 -0
  10588. package/types/org/lwjgl/vulkan/MVKMacosSurface.d.ts +14 -0
  10589. package/types/org/lwjgl/vulkan/NVAcquireWinrtDisplay.d.ts +12 -0
  10590. package/types/org/lwjgl/vulkan/NVClipSpaceWScaling.d.ts +11 -0
  10591. package/types/org/lwjgl/vulkan/NVClusterAccelerationStructure.d.ts +51 -0
  10592. package/types/org/lwjgl/vulkan/NVCommandBufferInheritance.d.ts +7 -0
  10593. package/types/org/lwjgl/vulkan/NVComputeOccupancyPriority.d.ts +15 -0
  10594. package/types/org/lwjgl/vulkan/NVComputeShaderDerivatives.d.ts +7 -0
  10595. package/types/org/lwjgl/vulkan/NVCooperativeMatrix.d.ts +29 -0
  10596. package/types/org/lwjgl/vulkan/NVCooperativeMatrix2.d.ts +14 -0
  10597. package/types/org/lwjgl/vulkan/NVCooperativeVector.d.ts +31 -0
  10598. package/types/org/lwjgl/vulkan/NVCopyMemoryIndirect.d.ts +12 -0
  10599. package/types/org/lwjgl/vulkan/NVCornerSampledImage.d.ts +8 -0
  10600. package/types/org/lwjgl/vulkan/NVCoverageReductionMode.d.ts +16 -0
  10601. package/types/org/lwjgl/vulkan/NVCudaKernelLaunch.d.ts +38 -0
  10602. package/types/org/lwjgl/vulkan/NVDedicatedAllocation.d.ts +9 -0
  10603. package/types/org/lwjgl/vulkan/NVDedicatedAllocationImageAliasing.d.ts +7 -0
  10604. package/types/org/lwjgl/vulkan/NVDescriptorPoolOverallocation.d.ts +9 -0
  10605. package/types/org/lwjgl/vulkan/NVDeviceDiagnosticCheckpoints.d.ts +20 -0
  10606. package/types/org/lwjgl/vulkan/NVDeviceDiagnosticsConfig.d.ts +12 -0
  10607. package/types/org/lwjgl/vulkan/NVDeviceGeneratedCommands.d.ts +51 -0
  10608. package/types/org/lwjgl/vulkan/NVDeviceGeneratedCommandsCompute.d.ts +22 -0
  10609. package/types/org/lwjgl/vulkan/NVDisplacementMicromap.d.ts +16 -0
  10610. package/types/org/lwjgl/vulkan/NVDisplayStereo.d.ts +12 -0
  10611. package/types/org/lwjgl/vulkan/NVExtendedSparseAddressSpace.d.ts +8 -0
  10612. package/types/org/lwjgl/vulkan/NVExternalComputeQueue.d.ts +24 -0
  10613. package/types/org/lwjgl/vulkan/NVExternalMemory.d.ts +8 -0
  10614. package/types/org/lwjgl/vulkan/NVExternalMemoryCapabilities.d.ts +17 -0
  10615. package/types/org/lwjgl/vulkan/NVExternalMemoryRdma.d.ts +15 -0
  10616. package/types/org/lwjgl/vulkan/NVExternalMemoryWin32.d.ts +12 -0
  10617. package/types/org/lwjgl/vulkan/NVFillRectangle.d.ts +7 -0
  10618. package/types/org/lwjgl/vulkan/NVFragmentCoverageToColor.d.ts +7 -0
  10619. package/types/org/lwjgl/vulkan/NVFragmentShaderBarycentric.d.ts +7 -0
  10620. package/types/org/lwjgl/vulkan/NVFragmentShadingRateEnums.d.ts +28 -0
  10621. package/types/org/lwjgl/vulkan/NVFramebufferMixedSamples.d.ts +12 -0
  10622. package/types/org/lwjgl/vulkan/NVGLSLShader.d.ts +7 -0
  10623. package/types/org/lwjgl/vulkan/NVGeometryShaderPassthrough.d.ts +6 -0
  10624. package/types/org/lwjgl/vulkan/NVInheritedViewportScissor.d.ts +8 -0
  10625. package/types/org/lwjgl/vulkan/NVLinearColorAttachment.d.ts +8 -0
  10626. package/types/org/lwjgl/vulkan/NVLowLatency.d.ts +7 -0
  10627. package/types/org/lwjgl/vulkan/NVLowLatency2.d.ts +46 -0
  10628. package/types/org/lwjgl/vulkan/NVMemoryDecompression.d.ts +12 -0
  10629. package/types/org/lwjgl/vulkan/NVMeshShader.d.ts +18 -0
  10630. package/types/org/lwjgl/vulkan/NVOpticalFlow.d.ts +73 -0
  10631. package/types/org/lwjgl/vulkan/NVPartitionedAccelerationStructure.d.ts +31 -0
  10632. package/types/org/lwjgl/vulkan/NVPerStageDescriptorSet.d.ts +8 -0
  10633. package/types/org/lwjgl/vulkan/NVPresentBarrier.d.ts +9 -0
  10634. package/types/org/lwjgl/vulkan/NVPresentMetering.d.ts +8 -0
  10635. package/types/org/lwjgl/vulkan/NVPushConstantBank.d.ts +9 -0
  10636. package/types/org/lwjgl/vulkan/NVRawAccessChains.d.ts +7 -0
  10637. package/types/org/lwjgl/vulkan/NVRayTracing.d.ts +94 -0
  10638. package/types/org/lwjgl/vulkan/NVRayTracingInvocationReorder.d.ts +12 -0
  10639. package/types/org/lwjgl/vulkan/NVRayTracingLinearSweptSpheres.d.ts +17 -0
  10640. package/types/org/lwjgl/vulkan/NVRayTracingMotionBlur.d.ts +15 -0
  10641. package/types/org/lwjgl/vulkan/NVRayTracingValidation.d.ts +7 -0
  10642. package/types/org/lwjgl/vulkan/NVRepresentativeFragmentTest.d.ts +8 -0
  10643. package/types/org/lwjgl/vulkan/NVSampleMaskOverrideCoverage.d.ts +6 -0
  10644. package/types/org/lwjgl/vulkan/NVScissorExclusive.d.ts +17 -0
  10645. package/types/org/lwjgl/vulkan/NVShaderAtomicFloat16Vector.d.ts +7 -0
  10646. package/types/org/lwjgl/vulkan/NVShaderImageFootprint.d.ts +7 -0
  10647. package/types/org/lwjgl/vulkan/NVShaderSmBuiltins.d.ts +8 -0
  10648. package/types/org/lwjgl/vulkan/NVShaderSubgroupPartitioned.d.ts +7 -0
  10649. package/types/org/lwjgl/vulkan/NVShadingRateImage.d.ts +38 -0
  10650. package/types/org/lwjgl/vulkan/NVViewportArray2.d.ts +8 -0
  10651. package/types/org/lwjgl/vulkan/NVViewportSwizzle.d.ts +15 -0
  10652. package/types/org/lwjgl/vulkan/NVWin32KeyedMutex.d.ts +7 -0
  10653. package/types/org/lwjgl/vulkan/NVXBinaryImport.d.ts +33 -0
  10654. package/types/org/lwjgl/vulkan/NVXImageViewHandle.d.ts +18 -0
  10655. package/types/org/lwjgl/vulkan/NVXMultiviewPerViewAttributes.d.ts +10 -0
  10656. package/types/org/lwjgl/vulkan/QCOMCooperativeMatrixConversion.d.ts +7 -0
  10657. package/types/org/lwjgl/vulkan/QCOMDataGraphModel.d.ts +15 -0
  10658. package/types/org/lwjgl/vulkan/QCOMFilterCubicClamp.d.ts +8 -0
  10659. package/types/org/lwjgl/vulkan/QCOMFilterCubicWeights.d.ts +13 -0
  10660. package/types/org/lwjgl/vulkan/QCOMFragmentDensityMapOffset.d.ts +10 -0
  10661. package/types/org/lwjgl/vulkan/QCOMImageProcessing.d.ts +18 -0
  10662. package/types/org/lwjgl/vulkan/QCOMImageProcessing2.d.ts +11 -0
  10663. package/types/org/lwjgl/vulkan/QCOMMultiviewPerViewRenderAreas.d.ts +8 -0
  10664. package/types/org/lwjgl/vulkan/QCOMMultiviewPerViewViewports.d.ts +7 -0
  10665. package/types/org/lwjgl/vulkan/QCOMRenderPassShaderResolve.d.ts +8 -0
  10666. package/types/org/lwjgl/vulkan/QCOMRenderPassStoreOps.d.ts +7 -0
  10667. package/types/org/lwjgl/vulkan/QCOMRenderPassTransform.d.ts +9 -0
  10668. package/types/org/lwjgl/vulkan/QCOMRotatedCopyCommands.d.ts +7 -0
  10669. package/types/org/lwjgl/vulkan/QCOMTileMemoryHeap.d.ts +19 -0
  10670. package/types/org/lwjgl/vulkan/QCOMTileProperties.d.ts +17 -0
  10671. package/types/org/lwjgl/vulkan/QCOMTileShading.d.ts +27 -0
  10672. package/types/org/lwjgl/vulkan/QCOMYcbcrDegamma.d.ts +8 -0
  10673. package/types/org/lwjgl/vulkan/SECAmigoProfiling.d.ts +8 -0
  10674. package/types/org/lwjgl/vulkan/SECPipelineCacheIncrementalMode.d.ts +7 -0
  10675. package/types/org/lwjgl/vulkan/VALVEDescriptorSetHostMapping.d.ts +17 -0
  10676. package/types/org/lwjgl/vulkan/VALVEFragmentDensityMapLayered.d.ts +12 -0
  10677. package/types/org/lwjgl/vulkan/VALVEMutableDescriptorType.d.ts +11 -0
  10678. package/types/org/lwjgl/vulkan/VALVEVideoEncodeRgbConversion.d.ts +19 -0
  10679. package/types/org/lwjgl/vulkan/VK$GlobalCommands.d.ts +13 -0
  10680. package/types/org/lwjgl/vulkan/VK.d.ts +12 -0
  10681. package/types/org/lwjgl/vulkan/VK10.d.ts +1003 -0
  10682. package/types/org/lwjgl/vulkan/VK11.d.ts +1279 -0
  10683. package/types/org/lwjgl/vulkan/VK12.d.ts +1425 -0
  10684. package/types/org/lwjgl/vulkan/VK13.d.ts +1689 -0
  10685. package/types/org/lwjgl/vulkan/VK14.d.ts +1843 -0
  10686. package/types/org/lwjgl/vulkan/VKCapabilitiesDevice.d.ts +1060 -0
  10687. package/types/org/lwjgl/vulkan/VKCapabilitiesInstance.d.ts +161 -0
  10688. package/types/org/lwjgl/vulkan/VkAabbPositionsKHR.d.ts +69 -0
  10689. package/types/org/lwjgl/vulkan/VkAabbPositionsNV.d.ts +81 -0
  10690. package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildGeometryInfoKHR.d.ts +99 -0
  10691. package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildRangeInfoKHR.d.ts +59 -0
  10692. package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildSizesInfoKHR.d.ts +59 -0
  10693. package/types/org/lwjgl/vulkan/VkAccelerationStructureCaptureDescriptorDataInfoEXT.d.ts +60 -0
  10694. package/types/org/lwjgl/vulkan/VkAccelerationStructureCreateInfoKHR.d.ts +84 -0
  10695. package/types/org/lwjgl/vulkan/VkAccelerationStructureCreateInfoNV.d.ts +66 -0
  10696. package/types/org/lwjgl/vulkan/VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX.d.ts +90 -0
  10697. package/types/org/lwjgl/vulkan/VkAccelerationStructureDeviceAddressInfoKHR.d.ts +55 -0
  10698. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryAabbsDataKHR.d.ts +63 -0
  10699. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryDataKHR.d.ts +60 -0
  10700. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryInstancesDataKHR.d.ts +63 -0
  10701. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryKHR.d.ts +74 -0
  10702. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryLinearSweptSpheresDataNV.d.ts +110 -0
  10703. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryMotionTrianglesDataNV.d.ts +58 -0
  10704. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometrySpheresDataNV.d.ts +100 -0
  10705. package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryTrianglesDataKHR.d.ts +96 -0
  10706. package/types/org/lwjgl/vulkan/VkAccelerationStructureInfoNV.d.ts +75 -0
  10707. package/types/org/lwjgl/vulkan/VkAccelerationStructureInstanceKHR.d.ts +74 -0
  10708. package/types/org/lwjgl/vulkan/VkAccelerationStructureInstanceNV.d.ts +86 -0
  10709. package/types/org/lwjgl/vulkan/VkAccelerationStructureMatrixMotionInstanceNV.d.ts +80 -0
  10710. package/types/org/lwjgl/vulkan/VkAccelerationStructureMemoryRequirementsInfoNV.d.ts +60 -0
  10711. package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInfoNV.d.ts +60 -0
  10712. package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInstanceDataNV.d.ts +60 -0
  10713. package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInstanceNV.d.ts +57 -0
  10714. package/types/org/lwjgl/vulkan/VkAccelerationStructureSRTMotionInstanceNV.d.ts +80 -0
  10715. package/types/org/lwjgl/vulkan/VkAccelerationStructureTrianglesDisplacementMicromapNV.d.ts +137 -0
  10716. package/types/org/lwjgl/vulkan/VkAccelerationStructureTrianglesOpacityMicromapEXT.d.ts +94 -0
  10717. package/types/org/lwjgl/vulkan/VkAccelerationStructureVersionInfoKHR.d.ts +56 -0
  10718. package/types/org/lwjgl/vulkan/VkAcquireNextImageInfoKHR.d.ts +75 -0
  10719. package/types/org/lwjgl/vulkan/VkAcquireProfilingLockInfoKHR.d.ts +60 -0
  10720. package/types/org/lwjgl/vulkan/VkAllocationCallbacks.d.ts +79 -0
  10721. package/types/org/lwjgl/vulkan/VkAllocationFunction$Container.d.ts +22 -0
  10722. package/types/org/lwjgl/vulkan/VkAllocationFunction.d.ts +24 -0
  10723. package/types/org/lwjgl/vulkan/VkAllocationFunctionI.d.ts +9 -0
  10724. package/types/org/lwjgl/vulkan/VkAmigoProfilingSubmitInfoSEC.d.ts +60 -0
  10725. package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatProperties2ANDROID.d.ts +75 -0
  10726. package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatPropertiesANDROID.d.ts +75 -0
  10727. package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatResolvePropertiesANDROID.d.ts +53 -0
  10728. package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferPropertiesANDROID.d.ts +62 -0
  10729. package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferUsageANDROID.d.ts +53 -0
  10730. package/types/org/lwjgl/vulkan/VkAndroidSurfaceCreateInfoKHR.d.ts +60 -0
  10731. package/types/org/lwjgl/vulkan/VkAntiLagDataAMD.d.ts +66 -0
  10732. package/types/org/lwjgl/vulkan/VkAntiLagPresentationInfoAMD.d.ts +60 -0
  10733. package/types/org/lwjgl/vulkan/VkApplicationInfo.d.ts +79 -0
  10734. package/types/org/lwjgl/vulkan/VkAttachmentDescription.d.ts +84 -0
  10735. package/types/org/lwjgl/vulkan/VkAttachmentDescription2.d.ts +101 -0
  10736. package/types/org/lwjgl/vulkan/VkAttachmentDescription2KHR.d.ts +113 -0
  10737. package/types/org/lwjgl/vulkan/VkAttachmentDescriptionStencilLayout.d.ts +60 -0
  10738. package/types/org/lwjgl/vulkan/VkAttachmentDescriptionStencilLayoutKHR.d.ts +72 -0
  10739. package/types/org/lwjgl/vulkan/VkAttachmentFeedbackLoopInfoEXT.d.ts +55 -0
  10740. package/types/org/lwjgl/vulkan/VkAttachmentReference.d.ts +49 -0
  10741. package/types/org/lwjgl/vulkan/VkAttachmentReference2.d.ts +69 -0
  10742. package/types/org/lwjgl/vulkan/VkAttachmentReference2KHR.d.ts +81 -0
  10743. package/types/org/lwjgl/vulkan/VkAttachmentReferenceStencilLayout.d.ts +55 -0
  10744. package/types/org/lwjgl/vulkan/VkAttachmentReferenceStencilLayoutKHR.d.ts +67 -0
  10745. package/types/org/lwjgl/vulkan/VkAttachmentSampleCountInfoAMD.d.ts +66 -0
  10746. package/types/org/lwjgl/vulkan/VkAttachmentSampleCountInfoNV.d.ts +78 -0
  10747. package/types/org/lwjgl/vulkan/VkAttachmentSampleLocationsEXT.d.ts +53 -0
  10748. package/types/org/lwjgl/vulkan/VkBaseInStructure.d.ts +49 -0
  10749. package/types/org/lwjgl/vulkan/VkBaseOutStructure.d.ts +49 -0
  10750. package/types/org/lwjgl/vulkan/VkBeginCustomResolveInfoEXT.d.ts +50 -0
  10751. package/types/org/lwjgl/vulkan/VkBindAccelerationStructureMemoryInfoNV.d.ts +76 -0
  10752. package/types/org/lwjgl/vulkan/VkBindBufferMemoryDeviceGroupInfo.d.ts +61 -0
  10753. package/types/org/lwjgl/vulkan/VkBindBufferMemoryDeviceGroupInfoKHR.d.ts +72 -0
  10754. package/types/org/lwjgl/vulkan/VkBindBufferMemoryInfo.d.ts +73 -0
  10755. package/types/org/lwjgl/vulkan/VkBindBufferMemoryInfoKHR.d.ts +85 -0
  10756. package/types/org/lwjgl/vulkan/VkBindDataGraphPipelineSessionMemoryInfoARM.d.ts +75 -0
  10757. package/types/org/lwjgl/vulkan/VkBindDescriptorBufferEmbeddedSamplersInfoEXT.d.ts +67 -0
  10758. package/types/org/lwjgl/vulkan/VkBindDescriptorSetsInfo.d.ts +89 -0
  10759. package/types/org/lwjgl/vulkan/VkBindDescriptorSetsInfoKHR.d.ts +100 -0
  10760. package/types/org/lwjgl/vulkan/VkBindHeapInfoEXT.d.ts +68 -0
  10761. package/types/org/lwjgl/vulkan/VkBindImageMemoryDeviceGroupInfo.d.ts +70 -0
  10762. package/types/org/lwjgl/vulkan/VkBindImageMemoryDeviceGroupInfoKHR.d.ts +80 -0
  10763. package/types/org/lwjgl/vulkan/VkBindImageMemoryInfo.d.ts +79 -0
  10764. package/types/org/lwjgl/vulkan/VkBindImageMemoryInfoKHR.d.ts +91 -0
  10765. package/types/org/lwjgl/vulkan/VkBindImageMemorySwapchainInfoKHR.d.ts +60 -0
  10766. package/types/org/lwjgl/vulkan/VkBindImagePlaneMemoryInfo.d.ts +55 -0
  10767. package/types/org/lwjgl/vulkan/VkBindImagePlaneMemoryInfoKHR.d.ts +67 -0
  10768. package/types/org/lwjgl/vulkan/VkBindIndexBufferIndirectCommandEXT.d.ts +54 -0
  10769. package/types/org/lwjgl/vulkan/VkBindIndexBufferIndirectCommandNV.d.ts +54 -0
  10770. package/types/org/lwjgl/vulkan/VkBindMemoryStatus.d.ts +57 -0
  10771. package/types/org/lwjgl/vulkan/VkBindMemoryStatusKHR.d.ts +69 -0
  10772. package/types/org/lwjgl/vulkan/VkBindPipelineIndirectCommandNV.d.ts +43 -0
  10773. package/types/org/lwjgl/vulkan/VkBindShaderGroupIndirectCommandNV.d.ts +43 -0
  10774. package/types/org/lwjgl/vulkan/VkBindSparseInfo.d.ts +109 -0
  10775. package/types/org/lwjgl/vulkan/VkBindTensorMemoryInfoARM.d.ts +65 -0
  10776. package/types/org/lwjgl/vulkan/VkBindVertexBufferIndirectCommandEXT.d.ts +54 -0
  10777. package/types/org/lwjgl/vulkan/VkBindVertexBufferIndirectCommandNV.d.ts +54 -0
  10778. package/types/org/lwjgl/vulkan/VkBindVideoSessionMemoryInfoKHR.d.ts +70 -0
  10779. package/types/org/lwjgl/vulkan/VkBlitImageCubicWeightsInfoQCOM.d.ts +55 -0
  10780. package/types/org/lwjgl/vulkan/VkBlitImageInfo2.d.ts +87 -0
  10781. package/types/org/lwjgl/vulkan/VkBlitImageInfo2KHR.d.ts +98 -0
  10782. package/types/org/lwjgl/vulkan/VkBufferCaptureDescriptorDataInfoEXT.d.ts +55 -0
  10783. package/types/org/lwjgl/vulkan/VkBufferCopy.d.ts +54 -0
  10784. package/types/org/lwjgl/vulkan/VkBufferCopy2.d.ts +65 -0
  10785. package/types/org/lwjgl/vulkan/VkBufferCopy2KHR.d.ts +77 -0
  10786. package/types/org/lwjgl/vulkan/VkBufferCreateInfo.d.ts +101 -0
  10787. package/types/org/lwjgl/vulkan/VkBufferDeviceAddressCreateInfoEXT.d.ts +55 -0
  10788. package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfo.d.ts +55 -0
  10789. package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfoEXT.d.ts +67 -0
  10790. package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfoKHR.d.ts +67 -0
  10791. package/types/org/lwjgl/vulkan/VkBufferImageCopy.d.ts +76 -0
  10792. package/types/org/lwjgl/vulkan/VkBufferImageCopy2.d.ts +89 -0
  10793. package/types/org/lwjgl/vulkan/VkBufferImageCopy2KHR.d.ts +101 -0
  10794. package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier.d.ts +87 -0
  10795. package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier2.d.ts +99 -0
  10796. package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier2KHR.d.ts +111 -0
  10797. package/types/org/lwjgl/vulkan/VkBufferMemoryRequirementsInfo2.d.ts +55 -0
  10798. package/types/org/lwjgl/vulkan/VkBufferMemoryRequirementsInfo2KHR.d.ts +67 -0
  10799. package/types/org/lwjgl/vulkan/VkBufferOpaqueCaptureAddressCreateInfo.d.ts +55 -0
  10800. package/types/org/lwjgl/vulkan/VkBufferOpaqueCaptureAddressCreateInfoKHR.d.ts +67 -0
  10801. package/types/org/lwjgl/vulkan/VkBufferUsageFlags2CreateInfo.d.ts +55 -0
  10802. package/types/org/lwjgl/vulkan/VkBufferUsageFlags2CreateInfoKHR.d.ts +67 -0
  10803. package/types/org/lwjgl/vulkan/VkBufferViewCreateInfo.d.ts +81 -0
  10804. package/types/org/lwjgl/vulkan/VkBuildPartitionedAccelerationStructureIndirectCommandNV.d.ts +57 -0
  10805. package/types/org/lwjgl/vulkan/VkBuildPartitionedAccelerationStructureInfoNV.d.ts +83 -0
  10806. package/types/org/lwjgl/vulkan/VkCalibratedTimestampInfoEXT.d.ts +69 -0
  10807. package/types/org/lwjgl/vulkan/VkCalibratedTimestampInfoKHR.d.ts +57 -0
  10808. package/types/org/lwjgl/vulkan/VkCheckpointData2NV.d.ts +56 -0
  10809. package/types/org/lwjgl/vulkan/VkCheckpointDataNV.d.ts +56 -0
  10810. package/types/org/lwjgl/vulkan/VkClearAttachment.d.ts +57 -0
  10811. package/types/org/lwjgl/vulkan/VkClearColorValue.d.ts +67 -0
  10812. package/types/org/lwjgl/vulkan/VkClearDepthStencilValue.d.ts +49 -0
  10813. package/types/org/lwjgl/vulkan/VkClearRect.d.ts +57 -0
  10814. package/types/org/lwjgl/vulkan/VkClearValue.d.ts +53 -0
  10815. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.d.ts +54 -0
  10816. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildTriangleClusterInfoNV.d.ts +125 -0
  10817. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.d.ts +130 -0
  10818. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureClustersBottomLevelInputNV.d.ts +60 -0
  10819. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureCommandsInfoNV.d.ts +97 -0
  10820. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.d.ts +54 -0
  10821. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureGetTemplateIndicesInfoNV.d.ts +43 -0
  10822. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureInputInfoNV.d.ts +78 -0
  10823. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureInstantiateClusterInfoNV.d.ts +68 -0
  10824. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureMoveObjectsInfoNV.d.ts +43 -0
  10825. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureMoveObjectsInputNV.d.ts +65 -0
  10826. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureOpInputNV.d.ts +56 -0
  10827. package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureTriangleClusterInputNV.d.ts +90 -0
  10828. package/types/org/lwjgl/vulkan/VkCoarseSampleLocationNV.d.ts +54 -0
  10829. package/types/org/lwjgl/vulkan/VkCoarseSampleOrderCustomNV.d.ts +59 -0
  10830. package/types/org/lwjgl/vulkan/VkColorBlendAdvancedEXT.d.ts +64 -0
  10831. package/types/org/lwjgl/vulkan/VkColorBlendEquationEXT.d.ts +69 -0
  10832. package/types/org/lwjgl/vulkan/VkCommandBuffer.d.ts +15 -0
  10833. package/types/org/lwjgl/vulkan/VkCommandBufferAllocateInfo.d.ts +65 -0
  10834. package/types/org/lwjgl/vulkan/VkCommandBufferBeginInfo.d.ts +65 -0
  10835. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceConditionalRenderingInfoEXT.d.ts +55 -0
  10836. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceDescriptorHeapInfoEXT.d.ts +61 -0
  10837. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceInfo.d.ts +114 -0
  10838. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderPassTransformInfoQCOM.d.ts +63 -0
  10839. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderingInfo.d.ts +86 -0
  10840. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderingInfoKHR.d.ts +97 -0
  10841. package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceViewportScissorInfoNV.d.ts +66 -0
  10842. package/types/org/lwjgl/vulkan/VkCommandBufferSubmitInfo.d.ts +64 -0
  10843. package/types/org/lwjgl/vulkan/VkCommandBufferSubmitInfoKHR.d.ts +76 -0
  10844. package/types/org/lwjgl/vulkan/VkCommandPoolCreateInfo.d.ts +62 -0
  10845. package/types/org/lwjgl/vulkan/VkComponentMapping.d.ts +59 -0
  10846. package/types/org/lwjgl/vulkan/VkComputeOccupancyPriorityParametersNV.d.ts +60 -0
  10847. package/types/org/lwjgl/vulkan/VkComputePipelineCreateInfo.d.ts +99 -0
  10848. package/types/org/lwjgl/vulkan/VkComputePipelineIndirectBufferInfoNV.d.ts +65 -0
  10849. package/types/org/lwjgl/vulkan/VkConditionalRenderingBeginInfoEXT.d.ts +65 -0
  10850. package/types/org/lwjgl/vulkan/VkConformanceVersion.d.ts +59 -0
  10851. package/types/org/lwjgl/vulkan/VkConformanceVersionKHR.d.ts +71 -0
  10852. package/types/org/lwjgl/vulkan/VkConvertCooperativeVectorMatrixInfoNV.d.ts +116 -0
  10853. package/types/org/lwjgl/vulkan/VkCooperativeMatrixFlexibleDimensionsPropertiesNV.d.ts +80 -0
  10854. package/types/org/lwjgl/vulkan/VkCooperativeMatrixPropertiesKHR.d.ts +77 -0
  10855. package/types/org/lwjgl/vulkan/VkCooperativeMatrixPropertiesNV.d.ts +74 -0
  10856. package/types/org/lwjgl/vulkan/VkCooperativeVectorPropertiesNV.d.ts +80 -0
  10857. package/types/org/lwjgl/vulkan/VkCopyAccelerationStructureInfoKHR.d.ts +65 -0
  10858. package/types/org/lwjgl/vulkan/VkCopyAccelerationStructureToMemoryInfoKHR.d.ts +68 -0
  10859. package/types/org/lwjgl/vulkan/VkCopyBufferInfo2.d.ts +70 -0
  10860. package/types/org/lwjgl/vulkan/VkCopyBufferInfo2KHR.d.ts +81 -0
  10861. package/types/org/lwjgl/vulkan/VkCopyBufferToImageInfo2.d.ts +75 -0
  10862. package/types/org/lwjgl/vulkan/VkCopyBufferToImageInfo2KHR.d.ts +86 -0
  10863. package/types/org/lwjgl/vulkan/VkCopyCommandTransformInfoQCOM.d.ts +55 -0
  10864. package/types/org/lwjgl/vulkan/VkCopyDescriptorSet.d.ts +85 -0
  10865. package/types/org/lwjgl/vulkan/VkCopyImageInfo2.d.ts +80 -0
  10866. package/types/org/lwjgl/vulkan/VkCopyImageInfo2KHR.d.ts +91 -0
  10867. package/types/org/lwjgl/vulkan/VkCopyImageToBufferInfo2.d.ts +75 -0
  10868. package/types/org/lwjgl/vulkan/VkCopyImageToBufferInfo2KHR.d.ts +86 -0
  10869. package/types/org/lwjgl/vulkan/VkCopyImageToImageInfo.d.ts +85 -0
  10870. package/types/org/lwjgl/vulkan/VkCopyImageToImageInfoEXT.d.ts +96 -0
  10871. package/types/org/lwjgl/vulkan/VkCopyImageToMemoryInfo.d.ts +75 -0
  10872. package/types/org/lwjgl/vulkan/VkCopyImageToMemoryInfoEXT.d.ts +86 -0
  10873. package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectCommandKHR.d.ts +54 -0
  10874. package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectCommandNV.d.ts +66 -0
  10875. package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectInfoKHR.d.ts +73 -0
  10876. package/types/org/lwjgl/vulkan/VkCopyMemoryToAccelerationStructureInfoKHR.d.ts +68 -0
  10877. package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectCommandKHR.d.ts +76 -0
  10878. package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectCommandNV.d.ts +88 -0
  10879. package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectInfoKHR.d.ts +83 -0
  10880. package/types/org/lwjgl/vulkan/VkCopyMemoryToImageInfo.d.ts +75 -0
  10881. package/types/org/lwjgl/vulkan/VkCopyMemoryToImageInfoEXT.d.ts +86 -0
  10882. package/types/org/lwjgl/vulkan/VkCopyMemoryToMicromapInfoEXT.d.ts +68 -0
  10883. package/types/org/lwjgl/vulkan/VkCopyMicromapInfoEXT.d.ts +65 -0
  10884. package/types/org/lwjgl/vulkan/VkCopyMicromapToMemoryInfoEXT.d.ts +68 -0
  10885. package/types/org/lwjgl/vulkan/VkCopyTensorInfoARM.d.ts +70 -0
  10886. package/types/org/lwjgl/vulkan/VkCuFunctionCreateInfoNVX.d.ts +63 -0
  10887. package/types/org/lwjgl/vulkan/VkCuLaunchInfoNVX.d.ts +110 -0
  10888. package/types/org/lwjgl/vulkan/VkCuModuleCreateInfoNVX.d.ts +62 -0
  10889. package/types/org/lwjgl/vulkan/VkCuModuleTexturingModeCreateInfoNVX.d.ts +55 -0
  10890. package/types/org/lwjgl/vulkan/VkCudaFunctionCreateInfoNV.d.ts +63 -0
  10891. package/types/org/lwjgl/vulkan/VkCudaLaunchInfoNV.d.ts +111 -0
  10892. package/types/org/lwjgl/vulkan/VkCudaModuleCreateInfoNV.d.ts +60 -0
  10893. package/types/org/lwjgl/vulkan/VkCustomResolveCreateInfoEXT.d.ts +76 -0
  10894. package/types/org/lwjgl/vulkan/VkD3D12FenceSubmitInfoKHR.d.ts +71 -0
  10895. package/types/org/lwjgl/vulkan/VkDataGraphPipelineBuiltinModelCreateInfoQCOM.d.ts +57 -0
  10896. package/types/org/lwjgl/vulkan/VkDataGraphPipelineCompilerControlCreateInfoARM.d.ts +58 -0
  10897. package/types/org/lwjgl/vulkan/VkDataGraphPipelineConstantARM.d.ts +65 -0
  10898. package/types/org/lwjgl/vulkan/VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.d.ts +65 -0
  10899. package/types/org/lwjgl/vulkan/VkDataGraphPipelineCreateInfoARM.d.ts +86 -0
  10900. package/types/org/lwjgl/vulkan/VkDataGraphPipelineDispatchInfoARM.d.ts +55 -0
  10901. package/types/org/lwjgl/vulkan/VkDataGraphPipelineIdentifierCreateInfoARM.d.ts +60 -0
  10902. package/types/org/lwjgl/vulkan/VkDataGraphPipelineInfoARM.d.ts +55 -0
  10903. package/types/org/lwjgl/vulkan/VkDataGraphPipelinePropertyQueryResultARM.d.ts +70 -0
  10904. package/types/org/lwjgl/vulkan/VkDataGraphPipelineResourceInfoARM.d.ts +67 -0
  10905. package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionBindPointRequirementARM.d.ts +59 -0
  10906. package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionBindPointRequirementsInfoARM.d.ts +55 -0
  10907. package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionCreateInfoARM.d.ts +60 -0
  10908. package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionMemoryRequirementsInfoARM.d.ts +65 -0
  10909. package/types/org/lwjgl/vulkan/VkDataGraphPipelineShaderModuleCreateInfoARM.d.ts +79 -0
  10910. package/types/org/lwjgl/vulkan/VkDataGraphProcessingEngineCreateInfoARM.d.ts +60 -0
  10911. package/types/org/lwjgl/vulkan/VkDebugMarkerMarkerInfoEXT.d.ts +68 -0
  10912. package/types/org/lwjgl/vulkan/VkDebugMarkerObjectNameInfoEXT.d.ts +68 -0
  10913. package/types/org/lwjgl/vulkan/VkDebugMarkerObjectTagInfoEXT.d.ts +75 -0
  10914. package/types/org/lwjgl/vulkan/VkDebugReportCallbackCreateInfoEXT.d.ts +68 -0
  10915. package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXT$Container.d.ts +23 -0
  10916. package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXT.d.ts +25 -0
  10917. package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXTI.d.ts +9 -0
  10918. package/types/org/lwjgl/vulkan/VkDebugUtilsLabelEXT.d.ts +68 -0
  10919. package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackDataEXT.d.ts +104 -0
  10920. package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXT$Container.d.ts +22 -0
  10921. package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXT.d.ts +24 -0
  10922. package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXTI.d.ts +9 -0
  10923. package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCreateInfoEXT.d.ts +78 -0
  10924. package/types/org/lwjgl/vulkan/VkDebugUtilsObjectNameInfoEXT.d.ts +67 -0
  10925. package/types/org/lwjgl/vulkan/VkDebugUtilsObjectTagInfoEXT.d.ts +75 -0
  10926. package/types/org/lwjgl/vulkan/VkDecompressMemoryInfoEXT.d.ts +65 -0
  10927. package/types/org/lwjgl/vulkan/VkDecompressMemoryRegionEXT.d.ts +59 -0
  10928. package/types/org/lwjgl/vulkan/VkDecompressMemoryRegionNV.d.ts +64 -0
  10929. package/types/org/lwjgl/vulkan/VkDedicatedAllocationBufferCreateInfoNV.d.ts +55 -0
  10930. package/types/org/lwjgl/vulkan/VkDedicatedAllocationImageCreateInfoNV.d.ts +55 -0
  10931. package/types/org/lwjgl/vulkan/VkDedicatedAllocationMemoryAllocateInfoNV.d.ts +60 -0
  10932. package/types/org/lwjgl/vulkan/VkDependencyInfo.d.ts +87 -0
  10933. package/types/org/lwjgl/vulkan/VkDependencyInfoKHR.d.ts +96 -0
  10934. package/types/org/lwjgl/vulkan/VkDepthBiasInfoEXT.d.ts +67 -0
  10935. package/types/org/lwjgl/vulkan/VkDepthBiasRepresentationInfoEXT.d.ts +60 -0
  10936. package/types/org/lwjgl/vulkan/VkDepthClampRangeEXT.d.ts +49 -0
  10937. package/types/org/lwjgl/vulkan/VkDescriptorAddressInfoEXT.d.ts +65 -0
  10938. package/types/org/lwjgl/vulkan/VkDescriptorBufferBindingInfoEXT.d.ts +66 -0
  10939. package/types/org/lwjgl/vulkan/VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.d.ts +55 -0
  10940. package/types/org/lwjgl/vulkan/VkDescriptorBufferInfo.d.ts +54 -0
  10941. package/types/org/lwjgl/vulkan/VkDescriptorDataEXT.d.ts +91 -0
  10942. package/types/org/lwjgl/vulkan/VkDescriptorGetInfoEXT.d.ts +65 -0
  10943. package/types/org/lwjgl/vulkan/VkDescriptorGetTensorInfoARM.d.ts +55 -0
  10944. package/types/org/lwjgl/vulkan/VkDescriptorImageInfo.d.ts +54 -0
  10945. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceConstantOffsetEXT.d.ts +65 -0
  10946. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceDataEXT.d.ts +108 -0
  10947. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceHeapDataEXT.d.ts +49 -0
  10948. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectAddressEXT.d.ts +49 -0
  10949. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectIndexArrayEXT.d.ts +90 -0
  10950. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectIndexEXT.d.ts +100 -0
  10951. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourcePushIndexEXT.d.ts +90 -0
  10952. package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceShaderRecordIndexEXT.d.ts +90 -0
  10953. package/types/org/lwjgl/vulkan/VkDescriptorPoolCreateInfo.d.ts +80 -0
  10954. package/types/org/lwjgl/vulkan/VkDescriptorPoolInlineUniformBlockCreateInfo.d.ts +55 -0
  10955. package/types/org/lwjgl/vulkan/VkDescriptorPoolInlineUniformBlockCreateInfoEXT.d.ts +67 -0
  10956. package/types/org/lwjgl/vulkan/VkDescriptorPoolSize.d.ts +49 -0
  10957. package/types/org/lwjgl/vulkan/VkDescriptorSetAllocateInfo.d.ts +70 -0
  10958. package/types/org/lwjgl/vulkan/VkDescriptorSetAndBindingMappingEXT.d.ts +85 -0
  10959. package/types/org/lwjgl/vulkan/VkDescriptorSetBindingReferenceVALVE.d.ts +60 -0
  10960. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBinding.d.ts +65 -0
  10961. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBindingFlagsCreateInfo.d.ts +61 -0
  10962. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBindingFlagsCreateInfoEXT.d.ts +73 -0
  10963. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutCreateInfo.d.ts +73 -0
  10964. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutHostMappingInfoVALVE.d.ts +60 -0
  10965. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutSupport.d.ts +57 -0
  10966. package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutSupportKHR.d.ts +68 -0
  10967. package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountAllocateInfo.d.ts +61 -0
  10968. package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountAllocateInfoEXT.d.ts +72 -0
  10969. package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountLayoutSupport.d.ts +53 -0
  10970. package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountLayoutSupportEXT.d.ts +64 -0
  10971. package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateCreateInfo.d.ts +90 -0
  10972. package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateCreateInfoKHR.d.ts +101 -0
  10973. package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateEntry.d.ts +69 -0
  10974. package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateEntryKHR.d.ts +81 -0
  10975. package/types/org/lwjgl/vulkan/VkDevice.d.ts +17 -0
  10976. package/types/org/lwjgl/vulkan/VkDeviceAddressBindingCallbackDataEXT.d.ts +70 -0
  10977. package/types/org/lwjgl/vulkan/VkDeviceAddressRangeEXT.d.ts +49 -0
  10978. package/types/org/lwjgl/vulkan/VkDeviceBufferMemoryRequirements.d.ts +57 -0
  10979. package/types/org/lwjgl/vulkan/VkDeviceBufferMemoryRequirementsKHR.d.ts +69 -0
  10980. package/types/org/lwjgl/vulkan/VkDeviceCreateInfo.d.ts +736 -0
  10981. package/types/org/lwjgl/vulkan/VkDeviceDeviceMemoryReportCreateInfoEXT.d.ts +68 -0
  10982. package/types/org/lwjgl/vulkan/VkDeviceDiagnosticsConfigCreateInfoNV.d.ts +55 -0
  10983. package/types/org/lwjgl/vulkan/VkDeviceEventInfoEXT.d.ts +55 -0
  10984. package/types/org/lwjgl/vulkan/VkDeviceFaultAddressInfoEXT.d.ts +54 -0
  10985. package/types/org/lwjgl/vulkan/VkDeviceFaultCountsEXT.d.ts +65 -0
  10986. package/types/org/lwjgl/vulkan/VkDeviceFaultInfoEXT.d.ts +66 -0
  10987. package/types/org/lwjgl/vulkan/VkDeviceFaultVendorBinaryHeaderVersionOneEXT.d.ts +98 -0
  10988. package/types/org/lwjgl/vulkan/VkDeviceFaultVendorInfoEXT.d.ts +56 -0
  10989. package/types/org/lwjgl/vulkan/VkDeviceGroupBindSparseInfo.d.ts +60 -0
  10990. package/types/org/lwjgl/vulkan/VkDeviceGroupBindSparseInfoKHR.d.ts +72 -0
  10991. package/types/org/lwjgl/vulkan/VkDeviceGroupCommandBufferBeginInfo.d.ts +55 -0
  10992. package/types/org/lwjgl/vulkan/VkDeviceGroupCommandBufferBeginInfoKHR.d.ts +67 -0
  10993. package/types/org/lwjgl/vulkan/VkDeviceGroupDeviceCreateInfo.d.ts +61 -0
  10994. package/types/org/lwjgl/vulkan/VkDeviceGroupDeviceCreateInfoKHR.d.ts +72 -0
  10995. package/types/org/lwjgl/vulkan/VkDeviceGroupPresentCapabilitiesKHR.d.ts +59 -0
  10996. package/types/org/lwjgl/vulkan/VkDeviceGroupPresentInfoKHR.d.ts +66 -0
  10997. package/types/org/lwjgl/vulkan/VkDeviceGroupRenderPassBeginInfo.d.ts +65 -0
  10998. package/types/org/lwjgl/vulkan/VkDeviceGroupRenderPassBeginInfoKHR.d.ts +76 -0
  10999. package/types/org/lwjgl/vulkan/VkDeviceGroupSubmitInfo.d.ts +79 -0
  11000. package/types/org/lwjgl/vulkan/VkDeviceGroupSubmitInfoKHR.d.ts +88 -0
  11001. package/types/org/lwjgl/vulkan/VkDeviceGroupSwapchainCreateInfoKHR.d.ts +55 -0
  11002. package/types/org/lwjgl/vulkan/VkDeviceImageMemoryRequirements.d.ts +62 -0
  11003. package/types/org/lwjgl/vulkan/VkDeviceImageMemoryRequirementsKHR.d.ts +74 -0
  11004. package/types/org/lwjgl/vulkan/VkDeviceImageSubresourceInfo.d.ts +63 -0
  11005. package/types/org/lwjgl/vulkan/VkDeviceImageSubresourceInfoKHR.d.ts +75 -0
  11006. package/types/org/lwjgl/vulkan/VkDeviceMemoryOpaqueCaptureAddressInfo.d.ts +55 -0
  11007. package/types/org/lwjgl/vulkan/VkDeviceMemoryOpaqueCaptureAddressInfoKHR.d.ts +67 -0
  11008. package/types/org/lwjgl/vulkan/VkDeviceMemoryOverallocationCreateInfoAMD.d.ts +55 -0
  11009. package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackDataEXT.d.ts +71 -0
  11010. package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXT$Container.d.ts +22 -0
  11011. package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXT.d.ts +24 -0
  11012. package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXTI.d.ts +9 -0
  11013. package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressConstAMDX.d.ts +48 -0
  11014. package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressConstKHR.d.ts +48 -0
  11015. package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressKHR.d.ts +48 -0
  11016. package/types/org/lwjgl/vulkan/VkDevicePipelineBinaryInternalCacheControlKHR.d.ts +55 -0
  11017. package/types/org/lwjgl/vulkan/VkDevicePrivateDataCreateInfo.d.ts +55 -0
  11018. package/types/org/lwjgl/vulkan/VkDevicePrivateDataCreateInfoEXT.d.ts +67 -0
  11019. package/types/org/lwjgl/vulkan/VkDeviceQueueCreateInfo.d.ts +79 -0
  11020. package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfo.d.ts +55 -0
  11021. package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfoEXT.d.ts +67 -0
  11022. package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfoKHR.d.ts +67 -0
  11023. package/types/org/lwjgl/vulkan/VkDeviceQueueInfo2.d.ts +65 -0
  11024. package/types/org/lwjgl/vulkan/VkDeviceQueueShaderCoreControlCreateInfoARM.d.ts +55 -0
  11025. package/types/org/lwjgl/vulkan/VkDeviceTensorMemoryRequirementsARM.d.ts +57 -0
  11026. package/types/org/lwjgl/vulkan/VkDirectDriverLoadingInfoLUNARG.d.ts +61 -0
  11027. package/types/org/lwjgl/vulkan/VkDirectDriverLoadingListLUNARG.d.ts +65 -0
  11028. package/types/org/lwjgl/vulkan/VkDirectFBSurfaceCreateInfoEXT.d.ts +65 -0
  11029. package/types/org/lwjgl/vulkan/VkDispatchGraphCountInfoAMDX.d.ts +57 -0
  11030. package/types/org/lwjgl/vulkan/VkDispatchGraphInfoAMDX.d.ts +62 -0
  11031. package/types/org/lwjgl/vulkan/VkDispatchIndirectCommand.d.ts +54 -0
  11032. package/types/org/lwjgl/vulkan/VkDispatchTileInfoQCOM.d.ts +50 -0
  11033. package/types/org/lwjgl/vulkan/VkDisplayEventInfoEXT.d.ts +55 -0
  11034. package/types/org/lwjgl/vulkan/VkDisplayModeCreateInfoKHR.d.ts +63 -0
  11035. package/types/org/lwjgl/vulkan/VkDisplayModeParametersKHR.d.ts +52 -0
  11036. package/types/org/lwjgl/vulkan/VkDisplayModeProperties2KHR.d.ts +56 -0
  11037. package/types/org/lwjgl/vulkan/VkDisplayModePropertiesKHR.d.ts +44 -0
  11038. package/types/org/lwjgl/vulkan/VkDisplayModeStereoPropertiesNV.d.ts +53 -0
  11039. package/types/org/lwjgl/vulkan/VkDisplayNativeHdrSurfaceCapabilitiesAMD.d.ts +53 -0
  11040. package/types/org/lwjgl/vulkan/VkDisplayPlaneCapabilities2KHR.d.ts +54 -0
  11041. package/types/org/lwjgl/vulkan/VkDisplayPlaneCapabilitiesKHR.d.ts +66 -0
  11042. package/types/org/lwjgl/vulkan/VkDisplayPlaneInfo2KHR.d.ts +60 -0
  11043. package/types/org/lwjgl/vulkan/VkDisplayPlaneProperties2KHR.d.ts +54 -0
  11044. package/types/org/lwjgl/vulkan/VkDisplayPlanePropertiesKHR.d.ts +43 -0
  11045. package/types/org/lwjgl/vulkan/VkDisplayPowerInfoEXT.d.ts +55 -0
  11046. package/types/org/lwjgl/vulkan/VkDisplayPresentInfoKHR.d.ts +69 -0
  11047. package/types/org/lwjgl/vulkan/VkDisplayProperties2KHR.d.ts +54 -0
  11048. package/types/org/lwjgl/vulkan/VkDisplayPropertiesKHR.d.ts +61 -0
  11049. package/types/org/lwjgl/vulkan/VkDisplaySurfaceCreateInfoKHR.d.ts +95 -0
  11050. package/types/org/lwjgl/vulkan/VkDisplaySurfaceStereoCreateInfoNV.d.ts +55 -0
  11051. package/types/org/lwjgl/vulkan/VkDrawIndexedIndirectCommand.d.ts +64 -0
  11052. package/types/org/lwjgl/vulkan/VkDrawIndirectCommand.d.ts +59 -0
  11053. package/types/org/lwjgl/vulkan/VkDrawIndirectCountIndirectCommandEXT.d.ts +54 -0
  11054. package/types/org/lwjgl/vulkan/VkDrawMeshTasksIndirectCommandEXT.d.ts +54 -0
  11055. package/types/org/lwjgl/vulkan/VkDrawMeshTasksIndirectCommandNV.d.ts +49 -0
  11056. package/types/org/lwjgl/vulkan/VkDrmFormatModifierProperties2EXT.d.ts +33 -0
  11057. package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesEXT.d.ts +33 -0
  11058. package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesList2EXT.d.ts +56 -0
  11059. package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesListEXT.d.ts +56 -0
  11060. package/types/org/lwjgl/vulkan/VkEventCreateInfo.d.ts +59 -0
  11061. package/types/org/lwjgl/vulkan/VkExecutionGraphPipelineCreateInfoAMDX.d.ts +93 -0
  11062. package/types/org/lwjgl/vulkan/VkExecutionGraphPipelineScratchSizeAMDX.d.ts +65 -0
  11063. package/types/org/lwjgl/vulkan/VkExportFenceCreateInfo.d.ts +55 -0
  11064. package/types/org/lwjgl/vulkan/VkExportFenceCreateInfoKHR.d.ts +67 -0
  11065. package/types/org/lwjgl/vulkan/VkExportFenceWin32HandleInfoKHR.d.ts +69 -0
  11066. package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfo.d.ts +55 -0
  11067. package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfoKHR.d.ts +67 -0
  11068. package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfoNV.d.ts +55 -0
  11069. package/types/org/lwjgl/vulkan/VkExportMemoryWin32HandleInfoKHR.d.ts +69 -0
  11070. package/types/org/lwjgl/vulkan/VkExportMemoryWin32HandleInfoNV.d.ts +62 -0
  11071. package/types/org/lwjgl/vulkan/VkExportMetalBufferInfoEXT.d.ts +61 -0
  11072. package/types/org/lwjgl/vulkan/VkExportMetalCommandQueueInfoEXT.d.ts +62 -0
  11073. package/types/org/lwjgl/vulkan/VkExportMetalDeviceInfoEXT.d.ts +56 -0
  11074. package/types/org/lwjgl/vulkan/VkExportMetalIOSurfaceInfoEXT.d.ts +61 -0
  11075. package/types/org/lwjgl/vulkan/VkExportMetalObjectCreateInfoEXT.d.ts +55 -0
  11076. package/types/org/lwjgl/vulkan/VkExportMetalObjectsInfoEXT.d.ts +62 -0
  11077. package/types/org/lwjgl/vulkan/VkExportMetalSharedEventInfoEXT.d.ts +66 -0
  11078. package/types/org/lwjgl/vulkan/VkExportMetalTextureInfoEXT.d.ts +76 -0
  11079. package/types/org/lwjgl/vulkan/VkExportSemaphoreCreateInfo.d.ts +55 -0
  11080. package/types/org/lwjgl/vulkan/VkExportSemaphoreCreateInfoKHR.d.ts +67 -0
  11081. package/types/org/lwjgl/vulkan/VkExportSemaphoreWin32HandleInfoKHR.d.ts +69 -0
  11082. package/types/org/lwjgl/vulkan/VkExtensionProperties.d.ts +45 -0
  11083. package/types/org/lwjgl/vulkan/VkExtent2D.d.ts +49 -0
  11084. package/types/org/lwjgl/vulkan/VkExtent3D.d.ts +54 -0
  11085. package/types/org/lwjgl/vulkan/VkExternalBufferProperties.d.ts +54 -0
  11086. package/types/org/lwjgl/vulkan/VkExternalBufferPropertiesKHR.d.ts +65 -0
  11087. package/types/org/lwjgl/vulkan/VkExternalComputeQueueCreateInfoNV.d.ts +57 -0
  11088. package/types/org/lwjgl/vulkan/VkExternalComputeQueueDataParamsNV.d.ts +55 -0
  11089. package/types/org/lwjgl/vulkan/VkExternalComputeQueueDeviceCreateInfoNV.d.ts +55 -0
  11090. package/types/org/lwjgl/vulkan/VkExternalComputeQueueNV.d.ts +15 -0
  11091. package/types/org/lwjgl/vulkan/VkExternalFenceProperties.d.ts +59 -0
  11092. package/types/org/lwjgl/vulkan/VkExternalFencePropertiesKHR.d.ts +68 -0
  11093. package/types/org/lwjgl/vulkan/VkExternalFormatANDROID.d.ts +55 -0
  11094. package/types/org/lwjgl/vulkan/VkExternalImageFormatProperties.d.ts +54 -0
  11095. package/types/org/lwjgl/vulkan/VkExternalImageFormatPropertiesKHR.d.ts +65 -0
  11096. package/types/org/lwjgl/vulkan/VkExternalImageFormatPropertiesNV.d.ts +50 -0
  11097. package/types/org/lwjgl/vulkan/VkExternalMemoryAcquireUnmodifiedEXT.d.ts +55 -0
  11098. package/types/org/lwjgl/vulkan/VkExternalMemoryBufferCreateInfo.d.ts +55 -0
  11099. package/types/org/lwjgl/vulkan/VkExternalMemoryBufferCreateInfoKHR.d.ts +67 -0
  11100. package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfo.d.ts +55 -0
  11101. package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfoKHR.d.ts +67 -0
  11102. package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfoNV.d.ts +55 -0
  11103. package/types/org/lwjgl/vulkan/VkExternalMemoryProperties.d.ts +33 -0
  11104. package/types/org/lwjgl/vulkan/VkExternalMemoryPropertiesKHR.d.ts +33 -0
  11105. package/types/org/lwjgl/vulkan/VkExternalMemoryTensorCreateInfoARM.d.ts +55 -0
  11106. package/types/org/lwjgl/vulkan/VkExternalSemaphoreProperties.d.ts +59 -0
  11107. package/types/org/lwjgl/vulkan/VkExternalSemaphorePropertiesKHR.d.ts +68 -0
  11108. package/types/org/lwjgl/vulkan/VkExternalTensorPropertiesARM.d.ts +56 -0
  11109. package/types/org/lwjgl/vulkan/VkFenceCreateInfo.d.ts +61 -0
  11110. package/types/org/lwjgl/vulkan/VkFenceGetFdInfoKHR.d.ts +60 -0
  11111. package/types/org/lwjgl/vulkan/VkFenceGetWin32HandleInfoKHR.d.ts +60 -0
  11112. package/types/org/lwjgl/vulkan/VkFilterCubicImageViewImageFormatPropertiesEXT.d.ts +56 -0
  11113. package/types/org/lwjgl/vulkan/VkFormatProperties.d.ts +46 -0
  11114. package/types/org/lwjgl/vulkan/VkFormatProperties2.d.ts +66 -0
  11115. package/types/org/lwjgl/vulkan/VkFormatProperties2KHR.d.ts +77 -0
  11116. package/types/org/lwjgl/vulkan/VkFormatProperties3.d.ts +59 -0
  11117. package/types/org/lwjgl/vulkan/VkFormatProperties3KHR.d.ts +68 -0
  11118. package/types/org/lwjgl/vulkan/VkFragmentShadingRateAttachmentInfoKHR.d.ts +64 -0
  11119. package/types/org/lwjgl/vulkan/VkFrameBoundaryEXT.d.ts +96 -0
  11120. package/types/org/lwjgl/vulkan/VkFrameBoundaryTensorsARM.d.ts +61 -0
  11121. package/types/org/lwjgl/vulkan/VkFramebufferAttachmentImageInfo.d.ts +86 -0
  11122. package/types/org/lwjgl/vulkan/VkFramebufferAttachmentImageInfoKHR.d.ts +97 -0
  11123. package/types/org/lwjgl/vulkan/VkFramebufferAttachmentsCreateInfo.d.ts +60 -0
  11124. package/types/org/lwjgl/vulkan/VkFramebufferAttachmentsCreateInfoKHR.d.ts +71 -0
  11125. package/types/org/lwjgl/vulkan/VkFramebufferCreateInfo.d.ts +90 -0
  11126. package/types/org/lwjgl/vulkan/VkFramebufferMixedSamplesCombinationNV.d.ts +62 -0
  11127. package/types/org/lwjgl/vulkan/VkFreeFunction$Container.d.ts +22 -0
  11128. package/types/org/lwjgl/vulkan/VkFreeFunction.d.ts +24 -0
  11129. package/types/org/lwjgl/vulkan/VkFreeFunctionI.d.ts +9 -0
  11130. package/types/org/lwjgl/vulkan/VkGeneratedCommandsInfoEXT.d.ts +104 -0
  11131. package/types/org/lwjgl/vulkan/VkGeneratedCommandsInfoNV.d.ts +115 -0
  11132. package/types/org/lwjgl/vulkan/VkGeneratedCommandsMemoryRequirementsInfoEXT.d.ts +74 -0
  11133. package/types/org/lwjgl/vulkan/VkGeneratedCommandsMemoryRequirementsInfoNV.d.ts +70 -0
  11134. package/types/org/lwjgl/vulkan/VkGeneratedCommandsPipelineInfoEXT.d.ts +55 -0
  11135. package/types/org/lwjgl/vulkan/VkGeneratedCommandsShaderInfoEXT.d.ts +61 -0
  11136. package/types/org/lwjgl/vulkan/VkGeometryAABBNV.d.ts +70 -0
  11137. package/types/org/lwjgl/vulkan/VkGeometryDataNV.d.ts +54 -0
  11138. package/types/org/lwjgl/vulkan/VkGeometryNV.d.ts +68 -0
  11139. package/types/org/lwjgl/vulkan/VkGeometryTrianglesNV.d.ts +105 -0
  11140. package/types/org/lwjgl/vulkan/VkGetLatencyMarkerInfoNV.d.ts +60 -0
  11141. package/types/org/lwjgl/vulkan/VkGraphicsPipelineCreateInfo.d.ts +199 -0
  11142. package/types/org/lwjgl/vulkan/VkGraphicsPipelineLibraryCreateInfoEXT.d.ts +55 -0
  11143. package/types/org/lwjgl/vulkan/VkGraphicsPipelineShaderGroupsCreateInfoNV.d.ts +70 -0
  11144. package/types/org/lwjgl/vulkan/VkGraphicsShaderGroupCreateInfoNV.d.ts +72 -0
  11145. package/types/org/lwjgl/vulkan/VkHdrMetadataEXT.d.ts +98 -0
  11146. package/types/org/lwjgl/vulkan/VkHdrVividDynamicMetadataHUAWEI.d.ts +60 -0
  11147. package/types/org/lwjgl/vulkan/VkHeadlessSurfaceCreateInfoEXT.d.ts +55 -0
  11148. package/types/org/lwjgl/vulkan/VkHostAddressRangeConstEXT.d.ts +48 -0
  11149. package/types/org/lwjgl/vulkan/VkHostAddressRangeEXT.d.ts +48 -0
  11150. package/types/org/lwjgl/vulkan/VkHostImageCopyDevicePerformanceQuery.d.ts +56 -0
  11151. package/types/org/lwjgl/vulkan/VkHostImageCopyDevicePerformanceQueryEXT.d.ts +66 -0
  11152. package/types/org/lwjgl/vulkan/VkHostImageLayoutTransitionInfo.d.ts +73 -0
  11153. package/types/org/lwjgl/vulkan/VkHostImageLayoutTransitionInfoEXT.d.ts +85 -0
  11154. package/types/org/lwjgl/vulkan/VkImageAlignmentControlCreateInfoMESA.d.ts +55 -0
  11155. package/types/org/lwjgl/vulkan/VkImageBlit.d.ts +76 -0
  11156. package/types/org/lwjgl/vulkan/VkImageBlit2.d.ts +89 -0
  11157. package/types/org/lwjgl/vulkan/VkImageBlit2KHR.d.ts +101 -0
  11158. package/types/org/lwjgl/vulkan/VkImageCaptureDescriptorDataInfoEXT.d.ts +55 -0
  11159. package/types/org/lwjgl/vulkan/VkImageCompressionControlEXT.d.ts +66 -0
  11160. package/types/org/lwjgl/vulkan/VkImageCompressionPropertiesEXT.d.ts +56 -0
  11161. package/types/org/lwjgl/vulkan/VkImageCopy.d.ts +73 -0
  11162. package/types/org/lwjgl/vulkan/VkImageCopy2.d.ts +84 -0
  11163. package/types/org/lwjgl/vulkan/VkImageCopy2KHR.d.ts +96 -0
  11164. package/types/org/lwjgl/vulkan/VkImageCreateInfo.d.ts +161 -0
  11165. package/types/org/lwjgl/vulkan/VkImageDescriptorInfoEXT.d.ts +62 -0
  11166. package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierExplicitCreateInfoEXT.d.ts +65 -0
  11167. package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierListCreateInfoEXT.d.ts +61 -0
  11168. package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierPropertiesEXT.d.ts +53 -0
  11169. package/types/org/lwjgl/vulkan/VkImageFormatListCreateInfo.d.ts +61 -0
  11170. package/types/org/lwjgl/vulkan/VkImageFormatListCreateInfoKHR.d.ts +72 -0
  11171. package/types/org/lwjgl/vulkan/VkImageFormatProperties.d.ts +53 -0
  11172. package/types/org/lwjgl/vulkan/VkImageFormatProperties2.d.ts +76 -0
  11173. package/types/org/lwjgl/vulkan/VkImageFormatProperties2KHR.d.ts +87 -0
  11174. package/types/org/lwjgl/vulkan/VkImageMemoryBarrier.d.ts +97 -0
  11175. package/types/org/lwjgl/vulkan/VkImageMemoryBarrier2.d.ts +109 -0
  11176. package/types/org/lwjgl/vulkan/VkImageMemoryBarrier2KHR.d.ts +121 -0
  11177. package/types/org/lwjgl/vulkan/VkImageMemoryRequirementsInfo2.d.ts +59 -0
  11178. package/types/org/lwjgl/vulkan/VkImageMemoryRequirementsInfo2KHR.d.ts +71 -0
  11179. package/types/org/lwjgl/vulkan/VkImagePlaneMemoryRequirementsInfo.d.ts +55 -0
  11180. package/types/org/lwjgl/vulkan/VkImagePlaneMemoryRequirementsInfoKHR.d.ts +67 -0
  11181. package/types/org/lwjgl/vulkan/VkImageResolve.d.ts +73 -0
  11182. package/types/org/lwjgl/vulkan/VkImageResolve2.d.ts +84 -0
  11183. package/types/org/lwjgl/vulkan/VkImageResolve2KHR.d.ts +96 -0
  11184. package/types/org/lwjgl/vulkan/VkImageSparseMemoryRequirementsInfo2.d.ts +55 -0
  11185. package/types/org/lwjgl/vulkan/VkImageSparseMemoryRequirementsInfo2KHR.d.ts +67 -0
  11186. package/types/org/lwjgl/vulkan/VkImageStencilUsageCreateInfo.d.ts +55 -0
  11187. package/types/org/lwjgl/vulkan/VkImageStencilUsageCreateInfoEXT.d.ts +67 -0
  11188. package/types/org/lwjgl/vulkan/VkImageSubresource.d.ts +54 -0
  11189. package/types/org/lwjgl/vulkan/VkImageSubresource2.d.ts +58 -0
  11190. package/types/org/lwjgl/vulkan/VkImageSubresource2EXT.d.ts +70 -0
  11191. package/types/org/lwjgl/vulkan/VkImageSubresource2KHR.d.ts +70 -0
  11192. package/types/org/lwjgl/vulkan/VkImageSubresourceLayers.d.ts +59 -0
  11193. package/types/org/lwjgl/vulkan/VkImageSubresourceRange.d.ts +64 -0
  11194. package/types/org/lwjgl/vulkan/VkImageSwapchainCreateInfoKHR.d.ts +55 -0
  11195. package/types/org/lwjgl/vulkan/VkImageToMemoryCopy.d.ts +88 -0
  11196. package/types/org/lwjgl/vulkan/VkImageToMemoryCopyEXT.d.ts +100 -0
  11197. package/types/org/lwjgl/vulkan/VkImageViewASTCDecodeModeEXT.d.ts +55 -0
  11198. package/types/org/lwjgl/vulkan/VkImageViewAddressPropertiesNVX.d.ts +56 -0
  11199. package/types/org/lwjgl/vulkan/VkImageViewCaptureDescriptorDataInfoEXT.d.ts +55 -0
  11200. package/types/org/lwjgl/vulkan/VkImageViewCreateInfo.d.ts +105 -0
  11201. package/types/org/lwjgl/vulkan/VkImageViewHandleInfoNVX.d.ts +65 -0
  11202. package/types/org/lwjgl/vulkan/VkImageViewMinLodCreateInfoEXT.d.ts +55 -0
  11203. package/types/org/lwjgl/vulkan/VkImageViewSampleWeightCreateInfoQCOM.d.ts +70 -0
  11204. package/types/org/lwjgl/vulkan/VkImageViewSlicedCreateInfoEXT.d.ts +60 -0
  11205. package/types/org/lwjgl/vulkan/VkImageViewUsageCreateInfo.d.ts +55 -0
  11206. package/types/org/lwjgl/vulkan/VkImageViewUsageCreateInfoKHR.d.ts +67 -0
  11207. package/types/org/lwjgl/vulkan/VkImportAndroidHardwareBufferInfoANDROID.d.ts +56 -0
  11208. package/types/org/lwjgl/vulkan/VkImportFenceFdInfoKHR.d.ts +70 -0
  11209. package/types/org/lwjgl/vulkan/VkImportFenceWin32HandleInfoKHR.d.ts +78 -0
  11210. package/types/org/lwjgl/vulkan/VkImportMemoryFdInfoKHR.d.ts +60 -0
  11211. package/types/org/lwjgl/vulkan/VkImportMemoryHostPointerInfoEXT.d.ts +61 -0
  11212. package/types/org/lwjgl/vulkan/VkImportMemoryMetalHandleInfoEXT.d.ts +60 -0
  11213. package/types/org/lwjgl/vulkan/VkImportMemoryWin32HandleInfoKHR.d.ts +68 -0
  11214. package/types/org/lwjgl/vulkan/VkImportMemoryWin32HandleInfoNV.d.ts +61 -0
  11215. package/types/org/lwjgl/vulkan/VkImportMetalBufferInfoEXT.d.ts +56 -0
  11216. package/types/org/lwjgl/vulkan/VkImportMetalIOSurfaceInfoEXT.d.ts +56 -0
  11217. package/types/org/lwjgl/vulkan/VkImportMetalSharedEventInfoEXT.d.ts +56 -0
  11218. package/types/org/lwjgl/vulkan/VkImportMetalTextureInfoEXT.d.ts +61 -0
  11219. package/types/org/lwjgl/vulkan/VkImportSemaphoreFdInfoKHR.d.ts +70 -0
  11220. package/types/org/lwjgl/vulkan/VkImportSemaphoreWin32HandleInfoKHR.d.ts +78 -0
  11221. package/types/org/lwjgl/vulkan/VkIndirectCommandsExecutionSetTokenEXT.d.ts +49 -0
  11222. package/types/org/lwjgl/vulkan/VkIndirectCommandsIndexBufferTokenEXT.d.ts +43 -0
  11223. package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutCreateInfoEXT.d.ts +82 -0
  11224. package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutCreateInfoNV.d.ts +80 -0
  11225. package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutPushDataTokenNV.d.ts +60 -0
  11226. package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutTokenEXT.d.ts +70 -0
  11227. package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutTokenNV.d.ts +119 -0
  11228. package/types/org/lwjgl/vulkan/VkIndirectCommandsPushConstantTokenEXT.d.ts +46 -0
  11229. package/types/org/lwjgl/vulkan/VkIndirectCommandsStreamNV.d.ts +49 -0
  11230. package/types/org/lwjgl/vulkan/VkIndirectCommandsTokenDataEXT.d.ts +62 -0
  11231. package/types/org/lwjgl/vulkan/VkIndirectCommandsVertexBufferTokenEXT.d.ts +43 -0
  11232. package/types/org/lwjgl/vulkan/VkIndirectExecutionSetCreateInfoEXT.d.ts +63 -0
  11233. package/types/org/lwjgl/vulkan/VkIndirectExecutionSetInfoEXT.d.ts +50 -0
  11234. package/types/org/lwjgl/vulkan/VkIndirectExecutionSetPipelineInfoEXT.d.ts +60 -0
  11235. package/types/org/lwjgl/vulkan/VkIndirectExecutionSetShaderInfoEXT.d.ts +81 -0
  11236. package/types/org/lwjgl/vulkan/VkIndirectExecutionSetShaderLayoutInfoEXT.d.ts +61 -0
  11237. package/types/org/lwjgl/vulkan/VkInitializePerformanceApiInfoINTEL.d.ts +55 -0
  11238. package/types/org/lwjgl/vulkan/VkInputAttachmentAspectReference.d.ts +54 -0
  11239. package/types/org/lwjgl/vulkan/VkInputAttachmentAspectReferenceKHR.d.ts +66 -0
  11240. package/types/org/lwjgl/vulkan/VkInstance.d.ts +11 -0
  11241. package/types/org/lwjgl/vulkan/VkInstanceCreateInfo.d.ts +95 -0
  11242. package/types/org/lwjgl/vulkan/VkInternalAllocationNotification$Container.d.ts +22 -0
  11243. package/types/org/lwjgl/vulkan/VkInternalAllocationNotification.d.ts +24 -0
  11244. package/types/org/lwjgl/vulkan/VkInternalAllocationNotificationI.d.ts +9 -0
  11245. package/types/org/lwjgl/vulkan/VkInternalFreeNotification$Container.d.ts +22 -0
  11246. package/types/org/lwjgl/vulkan/VkInternalFreeNotification.d.ts +24 -0
  11247. package/types/org/lwjgl/vulkan/VkInternalFreeNotificationI.d.ts +9 -0
  11248. package/types/org/lwjgl/vulkan/VkLatencySleepInfoNV.d.ts +60 -0
  11249. package/types/org/lwjgl/vulkan/VkLatencySleepModeInfoNV.d.ts +65 -0
  11250. package/types/org/lwjgl/vulkan/VkLatencySubmissionPresentIdNV.d.ts +55 -0
  11251. package/types/org/lwjgl/vulkan/VkLatencySurfaceCapabilitiesNV.d.ts +61 -0
  11252. package/types/org/lwjgl/vulkan/VkLatencyTimingsFrameReportNV.d.ts +92 -0
  11253. package/types/org/lwjgl/vulkan/VkLayerProperties.d.ts +53 -0
  11254. package/types/org/lwjgl/vulkan/VkLayerSettingEXT.d.ts +69 -0
  11255. package/types/org/lwjgl/vulkan/VkLayerSettingsCreateInfoEXT.d.ts +60 -0
  11256. package/types/org/lwjgl/vulkan/VkMacOSSurfaceCreateInfoMVK.d.ts +60 -0
  11257. package/types/org/lwjgl/vulkan/VkMappedMemoryRange.d.ts +65 -0
  11258. package/types/org/lwjgl/vulkan/VkMemoryAllocateFlagsInfo.d.ts +60 -0
  11259. package/types/org/lwjgl/vulkan/VkMemoryAllocateFlagsInfoKHR.d.ts +72 -0
  11260. package/types/org/lwjgl/vulkan/VkMemoryAllocateInfo.d.ts +104 -0
  11261. package/types/org/lwjgl/vulkan/VkMemoryBarrier.d.ts +60 -0
  11262. package/types/org/lwjgl/vulkan/VkMemoryBarrier2.d.ts +70 -0
  11263. package/types/org/lwjgl/vulkan/VkMemoryBarrier2KHR.d.ts +82 -0
  11264. package/types/org/lwjgl/vulkan/VkMemoryBarrierAccessFlags3KHR.d.ts +60 -0
  11265. package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfo.d.ts +60 -0
  11266. package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfoKHR.d.ts +72 -0
  11267. package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfoTensorARM.d.ts +55 -0
  11268. package/types/org/lwjgl/vulkan/VkMemoryDedicatedRequirements.d.ts +56 -0
  11269. package/types/org/lwjgl/vulkan/VkMemoryDedicatedRequirementsKHR.d.ts +66 -0
  11270. package/types/org/lwjgl/vulkan/VkMemoryFdPropertiesKHR.d.ts +53 -0
  11271. package/types/org/lwjgl/vulkan/VkMemoryGetAndroidHardwareBufferInfoANDROID.d.ts +55 -0
  11272. package/types/org/lwjgl/vulkan/VkMemoryGetFdInfoKHR.d.ts +60 -0
  11273. package/types/org/lwjgl/vulkan/VkMemoryGetMetalHandleInfoEXT.d.ts +60 -0
  11274. package/types/org/lwjgl/vulkan/VkMemoryGetRemoteAddressInfoNV.d.ts +60 -0
  11275. package/types/org/lwjgl/vulkan/VkMemoryGetWin32HandleInfoKHR.d.ts +60 -0
  11276. package/types/org/lwjgl/vulkan/VkMemoryHeap.d.ts +30 -0
  11277. package/types/org/lwjgl/vulkan/VkMemoryHostPointerPropertiesEXT.d.ts +53 -0
  11278. package/types/org/lwjgl/vulkan/VkMemoryMapInfo.d.ts +72 -0
  11279. package/types/org/lwjgl/vulkan/VkMemoryMapInfoKHR.d.ts +84 -0
  11280. package/types/org/lwjgl/vulkan/VkMemoryMapPlacedInfoEXT.d.ts +55 -0
  11281. package/types/org/lwjgl/vulkan/VkMemoryMetalHandlePropertiesEXT.d.ts +53 -0
  11282. package/types/org/lwjgl/vulkan/VkMemoryOpaqueCaptureAddressAllocateInfo.d.ts +55 -0
  11283. package/types/org/lwjgl/vulkan/VkMemoryOpaqueCaptureAddressAllocateInfoKHR.d.ts +67 -0
  11284. package/types/org/lwjgl/vulkan/VkMemoryPriorityAllocateInfoEXT.d.ts +55 -0
  11285. package/types/org/lwjgl/vulkan/VkMemoryRequirements.d.ts +54 -0
  11286. package/types/org/lwjgl/vulkan/VkMemoryRequirements2.d.ts +60 -0
  11287. package/types/org/lwjgl/vulkan/VkMemoryRequirements2KHR.d.ts +71 -0
  11288. package/types/org/lwjgl/vulkan/VkMemoryToImageCopy.d.ts +88 -0
  11289. package/types/org/lwjgl/vulkan/VkMemoryToImageCopyEXT.d.ts +100 -0
  11290. package/types/org/lwjgl/vulkan/VkMemoryType.d.ts +30 -0
  11291. package/types/org/lwjgl/vulkan/VkMemoryUnmapInfo.d.ts +60 -0
  11292. package/types/org/lwjgl/vulkan/VkMemoryUnmapInfoKHR.d.ts +72 -0
  11293. package/types/org/lwjgl/vulkan/VkMemoryWin32HandlePropertiesKHR.d.ts +53 -0
  11294. package/types/org/lwjgl/vulkan/VkMetalSurfaceCreateInfoEXT.d.ts +61 -0
  11295. package/types/org/lwjgl/vulkan/VkMicromapBuildInfoEXT.d.ts +112 -0
  11296. package/types/org/lwjgl/vulkan/VkMicromapBuildSizesInfoEXT.d.ts +65 -0
  11297. package/types/org/lwjgl/vulkan/VkMicromapCreateInfoEXT.d.ts +80 -0
  11298. package/types/org/lwjgl/vulkan/VkMicromapTriangleEXT.d.ts +54 -0
  11299. package/types/org/lwjgl/vulkan/VkMicromapUsageEXT.d.ts +54 -0
  11300. package/types/org/lwjgl/vulkan/VkMicromapVersionInfoEXT.d.ts +56 -0
  11301. package/types/org/lwjgl/vulkan/VkMultiDrawIndexedInfoEXT.d.ts +54 -0
  11302. package/types/org/lwjgl/vulkan/VkMultiDrawInfoEXT.d.ts +49 -0
  11303. package/types/org/lwjgl/vulkan/VkMultisamplePropertiesEXT.d.ts +54 -0
  11304. package/types/org/lwjgl/vulkan/VkMultisampledRenderToSingleSampledInfoEXT.d.ts +60 -0
  11305. package/types/org/lwjgl/vulkan/VkMultiviewPerViewAttributesInfoNVX.d.ts +60 -0
  11306. package/types/org/lwjgl/vulkan/VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.d.ts +60 -0
  11307. package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeCreateInfoEXT.d.ts +60 -0
  11308. package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeCreateInfoVALVE.d.ts +71 -0
  11309. package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeListEXT.d.ts +49 -0
  11310. package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeListVALVE.d.ts +60 -0
  11311. package/types/org/lwjgl/vulkan/VkOffset2D.d.ts +49 -0
  11312. package/types/org/lwjgl/vulkan/VkOffset3D.d.ts +54 -0
  11313. package/types/org/lwjgl/vulkan/VkOpaqueCaptureDataCreateInfoEXT.d.ts +57 -0
  11314. package/types/org/lwjgl/vulkan/VkOpaqueCaptureDescriptorDataCreateInfoEXT.d.ts +56 -0
  11315. package/types/org/lwjgl/vulkan/VkOpticalFlowExecuteInfoNV.d.ts +65 -0
  11316. package/types/org/lwjgl/vulkan/VkOpticalFlowImageFormatInfoNV.d.ts +55 -0
  11317. package/types/org/lwjgl/vulkan/VkOpticalFlowImageFormatPropertiesNV.d.ts +53 -0
  11318. package/types/org/lwjgl/vulkan/VkOpticalFlowSessionCreateInfoNV.d.ts +97 -0
  11319. package/types/org/lwjgl/vulkan/VkOpticalFlowSessionCreatePrivateDataInfoNV.d.ts +66 -0
  11320. package/types/org/lwjgl/vulkan/VkOutOfBandQueueTypeInfoNV.d.ts +55 -0
  11321. package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureFlagsNV.d.ts +55 -0
  11322. package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureInstancesInputNV.d.ts +77 -0
  11323. package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureUpdateInstanceDataNV.d.ts +54 -0
  11324. package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureWriteInstanceDataNV.d.ts +92 -0
  11325. package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.d.ts +54 -0
  11326. package/types/org/lwjgl/vulkan/VkPastPresentationTimingEXT.d.ts +71 -0
  11327. package/types/org/lwjgl/vulkan/VkPastPresentationTimingGOOGLE.d.ts +52 -0
  11328. package/types/org/lwjgl/vulkan/VkPastPresentationTimingInfoEXT.d.ts +60 -0
  11329. package/types/org/lwjgl/vulkan/VkPastPresentationTimingPropertiesEXT.d.ts +62 -0
  11330. package/types/org/lwjgl/vulkan/VkPerTileBeginInfoQCOM.d.ts +50 -0
  11331. package/types/org/lwjgl/vulkan/VkPerTileEndInfoQCOM.d.ts +50 -0
  11332. package/types/org/lwjgl/vulkan/VkPerformanceConfigurationAcquireInfoINTEL.d.ts +55 -0
  11333. package/types/org/lwjgl/vulkan/VkPerformanceCounterARM.d.ts +53 -0
  11334. package/types/org/lwjgl/vulkan/VkPerformanceCounterDescriptionARM.d.ts +58 -0
  11335. package/types/org/lwjgl/vulkan/VkPerformanceCounterDescriptionKHR.d.ts +68 -0
  11336. package/types/org/lwjgl/vulkan/VkPerformanceCounterKHR.d.ts +64 -0
  11337. package/types/org/lwjgl/vulkan/VkPerformanceCounterResultKHR.d.ts +68 -0
  11338. package/types/org/lwjgl/vulkan/VkPerformanceMarkerInfoINTEL.d.ts +55 -0
  11339. package/types/org/lwjgl/vulkan/VkPerformanceOverrideInfoINTEL.d.ts +65 -0
  11340. package/types/org/lwjgl/vulkan/VkPerformanceQuerySubmitInfoKHR.d.ts +55 -0
  11341. package/types/org/lwjgl/vulkan/VkPerformanceStreamMarkerInfoINTEL.d.ts +55 -0
  11342. package/types/org/lwjgl/vulkan/VkPerformanceValueDataINTEL.d.ts +65 -0
  11343. package/types/org/lwjgl/vulkan/VkPerformanceValueINTEL.d.ts +44 -0
  11344. package/types/org/lwjgl/vulkan/VkPhysicalDevice.d.ts +13 -0
  11345. package/types/org/lwjgl/vulkan/VkPhysicalDevice16BitStorageFeatures.d.ts +70 -0
  11346. package/types/org/lwjgl/vulkan/VkPhysicalDevice16BitStorageFeaturesKHR.d.ts +82 -0
  11347. package/types/org/lwjgl/vulkan/VkPhysicalDevice4444FormatsFeaturesEXT.d.ts +60 -0
  11348. package/types/org/lwjgl/vulkan/VkPhysicalDevice8BitStorageFeatures.d.ts +65 -0
  11349. package/types/org/lwjgl/vulkan/VkPhysicalDevice8BitStorageFeaturesKHR.d.ts +77 -0
  11350. package/types/org/lwjgl/vulkan/VkPhysicalDeviceASTCDecodeFeaturesEXT.d.ts +55 -0
  11351. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAccelerationStructureFeaturesKHR.d.ts +75 -0
  11352. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAccelerationStructurePropertiesKHR.d.ts +74 -0
  11353. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAddressBindingReportFeaturesEXT.d.ts +55 -0
  11354. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAmigoProfilingFeaturesSEC.d.ts +55 -0
  11355. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAntiLagFeaturesAMD.d.ts +55 -0
  11356. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.d.ts +55 -0
  11357. package/types/org/lwjgl/vulkan/VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.d.ts +55 -0
  11358. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.d.ts +55 -0
  11359. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.d.ts +68 -0
  11360. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.d.ts +60 -0
  11361. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferAddressFeaturesEXT.d.ts +77 -0
  11362. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeatures.d.ts +65 -0
  11363. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.d.ts +65 -0
  11364. package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeaturesKHR.d.ts +77 -0
  11365. package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.d.ts +55 -0
  11366. package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.d.ts +74 -0
  11367. package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.d.ts +62 -0
  11368. package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.d.ts +67 -0
  11369. package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.d.ts +55 -0
  11370. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCoherentMemoryFeaturesAMD.d.ts +55 -0
  11371. package/types/org/lwjgl/vulkan/VkPhysicalDeviceColorWriteEnableFeaturesEXT.d.ts +55 -0
  11372. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.d.ts +55 -0
  11373. package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeOccupancyPriorityFeaturesNV.d.ts +55 -0
  11374. package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.d.ts +60 -0
  11375. package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesFeaturesNV.d.ts +72 -0
  11376. package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.d.ts +53 -0
  11377. package/types/org/lwjgl/vulkan/VkPhysicalDeviceConditionalRenderingFeaturesEXT.d.ts +60 -0
  11378. package/types/org/lwjgl/vulkan/VkPhysicalDeviceConservativeRasterizationPropertiesEXT.d.ts +77 -0
  11379. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrix2FeaturesNV.d.ts +85 -0
  11380. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrix2PropertiesNV.d.ts +59 -0
  11381. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM.d.ts +55 -0
  11382. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixFeaturesKHR.d.ts +60 -0
  11383. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixFeaturesNV.d.ts +60 -0
  11384. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixPropertiesKHR.d.ts +53 -0
  11385. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixPropertiesNV.d.ts +53 -0
  11386. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeVectorFeaturesNV.d.ts +60 -0
  11387. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeVectorPropertiesNV.d.ts +62 -0
  11388. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR.d.ts +60 -0
  11389. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.d.ts +55 -0
  11390. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR.d.ts +53 -0
  11391. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.d.ts +64 -0
  11392. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCornerSampledImageFeaturesNV.d.ts +55 -0
  11393. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCoverageReductionModeFeaturesNV.d.ts +55 -0
  11394. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCubicClampFeaturesQCOM.d.ts +55 -0
  11395. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCubicWeightsFeaturesQCOM.d.ts +55 -0
  11396. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCudaKernelLaunchFeaturesNV.d.ts +55 -0
  11397. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCudaKernelLaunchPropertiesNV.d.ts +56 -0
  11398. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomBorderColorFeaturesEXT.d.ts +60 -0
  11399. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomBorderColorPropertiesEXT.d.ts +53 -0
  11400. package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomResolveFeaturesEXT.d.ts +55 -0
  11401. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphFeaturesARM.d.ts +75 -0
  11402. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphModelFeaturesQCOM.d.ts +55 -0
  11403. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphOperationSupportARM.d.ts +56 -0
  11404. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphProcessingEngineARM.d.ts +49 -0
  11405. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.d.ts +55 -0
  11406. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX.d.ts +55 -0
  11407. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthBiasControlFeaturesEXT.d.ts +70 -0
  11408. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampControlFeaturesEXT.d.ts +55 -0
  11409. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampZeroOneFeaturesEXT.d.ts +67 -0
  11410. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.d.ts +55 -0
  11411. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClipControlFeaturesEXT.d.ts +55 -0
  11412. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClipEnableFeaturesEXT.d.ts +55 -0
  11413. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthStencilResolveProperties.d.ts +62 -0
  11414. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthStencilResolvePropertiesKHR.d.ts +70 -0
  11415. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.d.ts +53 -0
  11416. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferFeaturesEXT.d.ts +70 -0
  11417. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferPropertiesEXT.d.ts +149 -0
  11418. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferTensorFeaturesARM.d.ts +55 -0
  11419. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferTensorPropertiesARM.d.ts +65 -0
  11420. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapFeaturesEXT.d.ts +60 -0
  11421. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapPropertiesEXT.d.ts +107 -0
  11422. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapTensorPropertiesARM.d.ts +59 -0
  11423. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingFeatures.d.ts +150 -0
  11424. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingFeaturesEXT.d.ts +162 -0
  11425. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingProperties.d.ts +119 -0
  11426. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingPropertiesEXT.d.ts +108 -0
  11427. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.d.ts +55 -0
  11428. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.d.ts +55 -0
  11429. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.d.ts +65 -0
  11430. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.d.ts +60 -0
  11431. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.d.ts +55 -0
  11432. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.d.ts +86 -0
  11433. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.d.ts +77 -0
  11434. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.d.ts +55 -0
  11435. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDiagnosticsConfigFeaturesNV.d.ts +55 -0
  11436. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDiscardRectanglePropertiesEXT.d.ts +53 -0
  11437. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDisplacementMicromapFeaturesNV.d.ts +55 -0
  11438. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDisplacementMicromapPropertiesNV.d.ts +53 -0
  11439. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDriverProperties.d.ts +67 -0
  11440. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDriverPropertiesKHR.d.ts +73 -0
  11441. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDrmPropertiesEXT.d.ts +68 -0
  11442. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingFeatures.d.ts +55 -0
  11443. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingFeaturesKHR.d.ts +67 -0
  11444. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingLocalReadFeatures.d.ts +55 -0
  11445. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR.d.ts +67 -0
  11446. package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.d.ts +55 -0
  11447. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExclusiveScissorFeaturesNV.d.ts +55 -0
  11448. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.d.ts +65 -0
  11449. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.d.ts +205 -0
  11450. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.d.ts +53 -0
  11451. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.d.ts +55 -0
  11452. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.d.ts +55 -0
  11453. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.d.ts +59 -0
  11454. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalBufferInfo.d.ts +69 -0
  11455. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalBufferInfoKHR.d.ts +81 -0
  11456. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalComputeQueuePropertiesNV.d.ts +56 -0
  11457. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFenceInfo.d.ts +55 -0
  11458. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFenceInfoKHR.d.ts +67 -0
  11459. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.d.ts +55 -0
  11460. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.d.ts +59 -0
  11461. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalImageFormatInfo.d.ts +55 -0
  11462. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalImageFormatInfoKHR.d.ts +67 -0
  11463. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalMemoryHostPropertiesEXT.d.ts +53 -0
  11464. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.d.ts +55 -0
  11465. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalSemaphoreInfo.d.ts +59 -0
  11466. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalSemaphoreInfoKHR.d.ts +71 -0
  11467. package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalTensorInfoARM.d.ts +67 -0
  11468. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFaultFeaturesEXT.d.ts +60 -0
  11469. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures.d.ts +314 -0
  11470. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures2.d.ts +680 -0
  11471. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures2KHR.d.ts +692 -0
  11472. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloat16Int8FeaturesKHR.d.ts +72 -0
  11473. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloatControlsProperties.d.ts +101 -0
  11474. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloatControlsPropertiesKHR.d.ts +96 -0
  11475. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFormatPackFeaturesARM.d.ts +55 -0
  11476. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.d.ts +55 -0
  11477. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.d.ts +62 -0
  11478. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapFeaturesEXT.d.ts +65 -0
  11479. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE.d.ts +55 -0
  11480. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE.d.ts +53 -0
  11481. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.d.ts +55 -0
  11482. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM.d.ts +67 -0
  11483. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.d.ts +54 -0
  11484. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM.d.ts +65 -0
  11485. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapPropertiesEXT.d.ts +60 -0
  11486. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.d.ts +55 -0
  11487. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV.d.ts +67 -0
  11488. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.d.ts +53 -0
  11489. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.d.ts +65 -0
  11490. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.d.ts +65 -0
  11491. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.d.ts +53 -0
  11492. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateFeaturesKHR.d.ts +65 -0
  11493. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateKHR.d.ts +57 -0
  11494. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRatePropertiesKHR.d.ts +102 -0
  11495. package/types/org/lwjgl/vulkan/VkPhysicalDeviceFrameBoundaryFeaturesEXT.d.ts +55 -0
  11496. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeatures.d.ts +55 -0
  11497. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT.d.ts +67 -0
  11498. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR.d.ts +67 -0
  11499. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.d.ts +55 -0
  11500. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.d.ts +56 -0
  11501. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGroupProperties.d.ts +62 -0
  11502. package/types/org/lwjgl/vulkan/VkPhysicalDeviceGroupPropertiesKHR.d.ts +70 -0
  11503. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHdrVividFeaturesHUAWEI.d.ts +55 -0
  11504. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyFeatures.d.ts +55 -0
  11505. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyFeaturesEXT.d.ts +67 -0
  11506. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyProperties.d.ts +85 -0
  11507. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyPropertiesEXT.d.ts +97 -0
  11508. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostQueryResetFeatures.d.ts +55 -0
  11509. package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostQueryResetFeaturesEXT.d.ts +67 -0
  11510. package/types/org/lwjgl/vulkan/VkPhysicalDeviceIDProperties.d.ts +71 -0
  11511. package/types/org/lwjgl/vulkan/VkPhysicalDeviceIDPropertiesKHR.d.ts +75 -0
  11512. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.d.ts +60 -0
  11513. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageAlignmentControlFeaturesMESA.d.ts +55 -0
  11514. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageAlignmentControlPropertiesMESA.d.ts +53 -0
  11515. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageCompressionControlFeaturesEXT.d.ts +55 -0
  11516. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.d.ts +55 -0
  11517. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageDrmFormatModifierInfoEXT.d.ts +71 -0
  11518. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageFormatInfo2.d.ts +97 -0
  11519. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageFormatInfo2KHR.d.ts +109 -0
  11520. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessing2FeaturesQCOM.d.ts +55 -0
  11521. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessing2PropertiesQCOM.d.ts +54 -0
  11522. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessingFeaturesQCOM.d.ts +65 -0
  11523. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessingPropertiesQCOM.d.ts +63 -0
  11524. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageRobustnessFeatures.d.ts +55 -0
  11525. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageRobustnessFeaturesEXT.d.ts +67 -0
  11526. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.d.ts +55 -0
  11527. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageViewImageFormatInfoEXT.d.ts +55 -0
  11528. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageViewMinLodFeaturesEXT.d.ts +55 -0
  11529. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImagelessFramebufferFeatures.d.ts +55 -0
  11530. package/types/org/lwjgl/vulkan/VkPhysicalDeviceImagelessFramebufferFeaturesKHR.d.ts +67 -0
  11531. package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8Features.d.ts +55 -0
  11532. package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8FeaturesEXT.d.ts +67 -0
  11533. package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8FeaturesKHR.d.ts +67 -0
  11534. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInheritedViewportScissorFeaturesNV.d.ts +55 -0
  11535. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockFeatures.d.ts +60 -0
  11536. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockFeaturesEXT.d.ts +72 -0
  11537. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockProperties.d.ts +65 -0
  11538. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockPropertiesEXT.d.ts +72 -0
  11539. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHR.d.ts +55 -0
  11540. package/types/org/lwjgl/vulkan/VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.d.ts +55 -0
  11541. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiPropertiesKHR.d.ts +66 -0
  11542. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiPropertiesListKHR.d.ts +60 -0
  11543. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.d.ts +54 -0
  11544. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredDriverPropertiesMSFT.d.ts +53 -0
  11545. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyDitheringFeaturesEXT.d.ts +55 -0
  11546. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.d.ts +55 -0
  11547. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.d.ts +53 -0
  11548. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLimits.d.ts +356 -0
  11549. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeatures.d.ts +80 -0
  11550. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeaturesEXT.d.ts +92 -0
  11551. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeaturesKHR.d.ts +92 -0
  11552. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationProperties.d.ts +53 -0
  11553. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationPropertiesEXT.d.ts +64 -0
  11554. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationPropertiesKHR.d.ts +64 -0
  11555. package/types/org/lwjgl/vulkan/VkPhysicalDeviceLinearColorAttachmentFeaturesNV.d.ts +55 -0
  11556. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance10FeaturesKHR.d.ts +55 -0
  11557. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance10PropertiesKHR.d.ts +59 -0
  11558. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance3Properties.d.ts +56 -0
  11559. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance3PropertiesKHR.d.ts +66 -0
  11560. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4Features.d.ts +55 -0
  11561. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4FeaturesKHR.d.ts +67 -0
  11562. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4Properties.d.ts +53 -0
  11563. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4PropertiesKHR.d.ts +64 -0
  11564. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5Features.d.ts +55 -0
  11565. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5FeaturesKHR.d.ts +67 -0
  11566. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5Properties.d.ts +68 -0
  11567. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5PropertiesKHR.d.ts +74 -0
  11568. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6Features.d.ts +55 -0
  11569. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6FeaturesKHR.d.ts +67 -0
  11570. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6Properties.d.ts +59 -0
  11571. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6PropertiesKHR.d.ts +68 -0
  11572. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance7FeaturesKHR.d.ts +55 -0
  11573. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance7PropertiesKHR.d.ts +74 -0
  11574. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance8FeaturesKHR.d.ts +55 -0
  11575. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance9FeaturesKHR.d.ts +55 -0
  11576. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance9PropertiesKHR.d.ts +56 -0
  11577. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.d.ts +65 -0
  11578. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.d.ts +53 -0
  11579. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryBudgetPropertiesEXT.d.ts +61 -0
  11580. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionFeaturesEXT.d.ts +55 -0
  11581. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionFeaturesNV.d.ts +67 -0
  11582. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionPropertiesEXT.d.ts +56 -0
  11583. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionPropertiesNV.d.ts +66 -0
  11584. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryPriorityFeaturesEXT.d.ts +55 -0
  11585. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties.d.ts +55 -0
  11586. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties2.d.ts +56 -0
  11587. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties2KHR.d.ts +67 -0
  11588. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderFeaturesEXT.d.ts +75 -0
  11589. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderFeaturesNV.d.ts +60 -0
  11590. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderPropertiesEXT.d.ts +143 -0
  11591. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderPropertiesNV.d.ts +94 -0
  11592. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiDrawFeaturesEXT.d.ts +55 -0
  11593. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiDrawPropertiesEXT.d.ts +53 -0
  11594. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.d.ts +55 -0
  11595. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewFeatures.d.ts +65 -0
  11596. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewFeaturesKHR.d.ts +77 -0
  11597. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.d.ts +53 -0
  11598. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.d.ts +55 -0
  11599. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.d.ts +55 -0
  11600. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewProperties.d.ts +56 -0
  11601. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPropertiesKHR.d.ts +66 -0
  11602. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.d.ts +55 -0
  11603. package/types/org/lwjgl/vulkan/VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE.d.ts +67 -0
  11604. package/types/org/lwjgl/vulkan/VkPhysicalDeviceNestedCommandBufferFeaturesEXT.d.ts +65 -0
  11605. package/types/org/lwjgl/vulkan/VkPhysicalDeviceNestedCommandBufferPropertiesEXT.d.ts +53 -0
  11606. package/types/org/lwjgl/vulkan/VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.d.ts +55 -0
  11607. package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpacityMicromapFeaturesEXT.d.ts +65 -0
  11608. package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpacityMicromapPropertiesEXT.d.ts +56 -0
  11609. package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpticalFlowFeaturesNV.d.ts +55 -0
  11610. package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpticalFlowPropertiesNV.d.ts +83 -0
  11611. package/types/org/lwjgl/vulkan/VkPhysicalDevicePCIBusInfoPropertiesEXT.d.ts +62 -0
  11612. package/types/org/lwjgl/vulkan/VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.d.ts +55 -0
  11613. package/types/org/lwjgl/vulkan/VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.d.ts +55 -0
  11614. package/types/org/lwjgl/vulkan/VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.d.ts +53 -0
  11615. package/types/org/lwjgl/vulkan/VkPhysicalDevicePerStageDescriptorSetFeaturesNV.d.ts +60 -0
  11616. package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceCountersByRegionFeaturesARM.d.ts +55 -0
  11617. package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceCountersByRegionPropertiesARM.d.ts +66 -0
  11618. package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceQueryFeaturesKHR.d.ts +60 -0
  11619. package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceQueryPropertiesKHR.d.ts +53 -0
  11620. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineBinaryFeaturesKHR.d.ts +55 -0
  11621. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineBinaryPropertiesKHR.d.ts +65 -0
  11622. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.d.ts +55 -0
  11623. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCreationCacheControlFeatures.d.ts +55 -0
  11624. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT.d.ts +67 -0
  11625. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.d.ts +55 -0
  11626. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.d.ts +55 -0
  11627. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.d.ts +55 -0
  11628. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelinePropertiesFeaturesEXT.d.ts +55 -0
  11629. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineProtectedAccessFeatures.d.ts +55 -0
  11630. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineProtectedAccessFeaturesEXT.d.ts +67 -0
  11631. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessFeatures.d.ts +55 -0
  11632. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessFeaturesEXT.d.ts +67 -0
  11633. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessProperties.d.ts +62 -0
  11634. package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessPropertiesEXT.d.ts +70 -0
  11635. package/types/org/lwjgl/vulkan/VkPhysicalDevicePointClippingProperties.d.ts +53 -0
  11636. package/types/org/lwjgl/vulkan/VkPhysicalDevicePointClippingPropertiesKHR.d.ts +64 -0
  11637. package/types/org/lwjgl/vulkan/VkPhysicalDevicePortabilitySubsetFeaturesKHR.d.ts +125 -0
  11638. package/types/org/lwjgl/vulkan/VkPhysicalDevicePortabilitySubsetPropertiesKHR.d.ts +53 -0
  11639. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentBarrierFeaturesNV.d.ts +55 -0
  11640. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentId2FeaturesKHR.d.ts +55 -0
  11641. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentIdFeaturesKHR.d.ts +55 -0
  11642. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentMeteringFeaturesNV.d.ts +55 -0
  11643. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.d.ts +67 -0
  11644. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.d.ts +55 -0
  11645. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentTimingFeaturesEXT.d.ts +65 -0
  11646. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentWait2FeaturesKHR.d.ts +55 -0
  11647. package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentWaitFeaturesKHR.d.ts +55 -0
  11648. package/types/org/lwjgl/vulkan/VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.d.ts +60 -0
  11649. package/types/org/lwjgl/vulkan/VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.d.ts +65 -0
  11650. package/types/org/lwjgl/vulkan/VkPhysicalDevicePrivateDataFeatures.d.ts +55 -0
  11651. package/types/org/lwjgl/vulkan/VkPhysicalDevicePrivateDataFeaturesEXT.d.ts +67 -0
  11652. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties.d.ts +70 -0
  11653. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties2.d.ts +338 -0
  11654. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties2KHR.d.ts +349 -0
  11655. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProtectedMemoryFeatures.d.ts +55 -0
  11656. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProtectedMemoryProperties.d.ts +53 -0
  11657. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProvokingVertexFeaturesEXT.d.ts +60 -0
  11658. package/types/org/lwjgl/vulkan/VkPhysicalDeviceProvokingVertexPropertiesEXT.d.ts +56 -0
  11659. package/types/org/lwjgl/vulkan/VkPhysicalDevicePushConstantBankFeaturesNV.d.ts +55 -0
  11660. package/types/org/lwjgl/vulkan/VkPhysicalDevicePushConstantBankPropertiesNV.d.ts +62 -0
  11661. package/types/org/lwjgl/vulkan/VkPhysicalDevicePushDescriptorProperties.d.ts +53 -0
  11662. package/types/org/lwjgl/vulkan/VkPhysicalDevicePushDescriptorPropertiesKHR.d.ts +64 -0
  11663. package/types/org/lwjgl/vulkan/VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.d.ts +60 -0
  11664. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.d.ts +55 -0
  11665. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM.d.ts +77 -0
  11666. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.d.ts +65 -0
  11667. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRawAccessChainsFeaturesNV.d.ts +55 -0
  11668. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayQueryFeaturesKHR.d.ts +55 -0
  11669. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT.d.ts +55 -0
  11670. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.d.ts +55 -0
  11671. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT.d.ts +56 -0
  11672. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.d.ts +53 -0
  11673. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.d.ts +60 -0
  11674. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.d.ts +60 -0
  11675. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.d.ts +60 -0
  11676. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPipelineFeaturesKHR.d.ts +75 -0
  11677. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPipelinePropertiesKHR.d.ts +74 -0
  11678. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.d.ts +55 -0
  11679. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPropertiesNV.d.ts +74 -0
  11680. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingValidationFeaturesNV.d.ts +55 -0
  11681. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.d.ts +55 -0
  11682. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRenderPassStripedFeaturesARM.d.ts +55 -0
  11683. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRenderPassStripedPropertiesARM.d.ts +57 -0
  11684. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.d.ts +55 -0
  11685. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2FeaturesEXT.d.ts +77 -0
  11686. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2FeaturesKHR.d.ts +65 -0
  11687. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2PropertiesEXT.d.ts +66 -0
  11688. package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2PropertiesKHR.d.ts +56 -0
  11689. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSampleLocationsPropertiesEXT.d.ts +69 -0
  11690. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerFilterMinmaxProperties.d.ts +56 -0
  11691. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT.d.ts +66 -0
  11692. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerYcbcrConversionFeatures.d.ts +55 -0
  11693. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.d.ts +67 -0
  11694. package/types/org/lwjgl/vulkan/VkPhysicalDeviceScalarBlockLayoutFeatures.d.ts +55 -0
  11695. package/types/org/lwjgl/vulkan/VkPhysicalDeviceScalarBlockLayoutFeaturesEXT.d.ts +67 -0
  11696. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSchedulingControlsFeaturesARM.d.ts +55 -0
  11697. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSchedulingControlsPropertiesARM.d.ts +53 -0
  11698. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.d.ts +55 -0
  11699. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR.d.ts +67 -0
  11700. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShader64BitIndexingFeaturesEXT.d.ts +55 -0
  11701. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.d.ts +55 -0
  11702. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.d.ts +110 -0
  11703. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.d.ts +110 -0
  11704. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicInt64Features.d.ts +60 -0
  11705. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.d.ts +72 -0
  11706. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderBfloat16FeaturesKHR.d.ts +65 -0
  11707. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderClockFeaturesKHR.d.ts +60 -0
  11708. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.d.ts +55 -0
  11709. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.d.ts +59 -0
  11710. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreProperties2AMD.d.ts +56 -0
  11711. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCorePropertiesAMD.d.ts +92 -0
  11712. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCorePropertiesARM.d.ts +59 -0
  11713. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.d.ts +55 -0
  11714. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.d.ts +67 -0
  11715. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDrawParameterFeatures.d.ts +67 -0
  11716. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDrawParametersFeatures.d.ts +55 -0
  11717. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.d.ts +55 -0
  11718. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEnqueueFeaturesAMDX.d.ts +60 -0
  11719. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEnqueuePropertiesAMDX.d.ts +74 -0
  11720. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderExpectAssumeFeatures.d.ts +55 -0
  11721. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderExpectAssumeFeaturesKHR.d.ts +67 -0
  11722. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat16Int8Features.d.ts +60 -0
  11723. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat16Int8FeaturesKHR.d.ts +72 -0
  11724. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat8FeaturesEXT.d.ts +60 -0
  11725. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloatControls2Features.d.ts +55 -0
  11726. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloatControls2FeaturesKHR.d.ts +67 -0
  11727. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFmaFeaturesKHR.d.ts +65 -0
  11728. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.d.ts +60 -0
  11729. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderImageFootprintFeaturesNV.d.ts +55 -0
  11730. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductFeatures.d.ts +55 -0
  11731. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR.d.ts +67 -0
  11732. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductProperties.d.ts +140 -0
  11733. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.d.ts +122 -0
  11734. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.d.ts +55 -0
  11735. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderLongVectorFeaturesEXT.d.ts +55 -0
  11736. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderLongVectorPropertiesEXT.d.ts +53 -0
  11737. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.d.ts +55 -0
  11738. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.d.ts +55 -0
  11739. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.d.ts +55 -0
  11740. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderObjectFeaturesEXT.d.ts +55 -0
  11741. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderObjectPropertiesEXT.d.ts +58 -0
  11742. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderQuadControlFeaturesKHR.d.ts +55 -0
  11743. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.d.ts +55 -0
  11744. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.d.ts +55 -0
  11745. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.d.ts +55 -0
  11746. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.d.ts +56 -0
  11747. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.d.ts +55 -0
  11748. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR.d.ts +67 -0
  11749. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXT.d.ts +55 -0
  11750. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupRotateFeatures.d.ts +60 -0
  11751. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR.d.ts +72 -0
  11752. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.d.ts +55 -0
  11753. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTerminateInvocationFeatures.d.ts +55 -0
  11754. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR.d.ts +67 -0
  11755. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTileImageFeaturesEXT.d.ts +65 -0
  11756. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTileImagePropertiesEXT.d.ts +59 -0
  11757. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.d.ts +55 -0
  11758. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderUntypedPointersFeaturesKHR.d.ts +55 -0
  11759. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShadingRateImageFeaturesNV.d.ts +60 -0
  11760. package/types/org/lwjgl/vulkan/VkPhysicalDeviceShadingRateImagePropertiesNV.d.ts +60 -0
  11761. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseImageFormatInfo2.d.ts +75 -0
  11762. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseImageFormatInfo2KHR.d.ts +87 -0
  11763. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseProperties.d.ts +39 -0
  11764. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupProperties.d.ts +62 -0
  11765. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlFeatures.d.ts +60 -0
  11766. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlFeaturesEXT.d.ts +72 -0
  11767. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlProperties.d.ts +62 -0
  11768. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlPropertiesEXT.d.ts +70 -0
  11769. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.d.ts +55 -0
  11770. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.d.ts +55 -0
  11771. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.d.ts +53 -0
  11772. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSurfaceInfo2KHR.d.ts +63 -0
  11773. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.d.ts +67 -0
  11774. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR.d.ts +55 -0
  11775. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSynchronization2Features.d.ts +55 -0
  11776. package/types/org/lwjgl/vulkan/VkPhysicalDeviceSynchronization2FeaturesKHR.d.ts +67 -0
  11777. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTensorFeaturesARM.d.ts +80 -0
  11778. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTensorPropertiesARM.d.ts +89 -0
  11779. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.d.ts +55 -0
  11780. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentProperties.d.ts +62 -0
  11781. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT.d.ts +70 -0
  11782. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXT.d.ts +55 -0
  11783. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTCHDRFeatures.d.ts +55 -0
  11784. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT.d.ts +67 -0
  11785. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.d.ts +55 -0
  11786. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.d.ts +60 -0
  11787. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTilePropertiesFeaturesQCOM.d.ts +55 -0
  11788. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileShadingFeaturesQCOM.d.ts +120 -0
  11789. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileShadingPropertiesQCOM.d.ts +63 -0
  11790. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreFeatures.d.ts +55 -0
  11791. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreFeaturesKHR.d.ts +67 -0
  11792. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreProperties.d.ts +53 -0
  11793. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphorePropertiesKHR.d.ts +64 -0
  11794. package/types/org/lwjgl/vulkan/VkPhysicalDeviceToolProperties.d.ts +73 -0
  11795. package/types/org/lwjgl/vulkan/VkPhysicalDeviceToolPropertiesEXT.d.ts +76 -0
  11796. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTransformFeedbackFeaturesEXT.d.ts +60 -0
  11797. package/types/org/lwjgl/vulkan/VkPhysicalDeviceTransformFeedbackPropertiesEXT.d.ts +80 -0
  11798. package/types/org/lwjgl/vulkan/VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR.d.ts +60 -0
  11799. package/types/org/lwjgl/vulkan/VkPhysicalDeviceUniformBufferStandardLayoutFeatures.d.ts +55 -0
  11800. package/types/org/lwjgl/vulkan/VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR.d.ts +67 -0
  11801. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointerFeatures.d.ts +72 -0
  11802. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointerFeaturesKHR.d.ts +72 -0
  11803. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointersFeatures.d.ts +60 -0
  11804. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointersFeaturesKHR.d.ts +72 -0
  11805. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeatures.d.ts +60 -0
  11806. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT.d.ts +72 -0
  11807. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR.d.ts +72 -0
  11808. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorProperties.d.ts +56 -0
  11809. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.d.ts +53 -0
  11810. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR.d.ts +66 -0
  11811. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.d.ts +55 -0
  11812. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.d.ts +55 -0
  11813. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoDecodeVP9FeaturesKHR.d.ts +55 -0
  11814. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.d.ts +55 -0
  11815. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.d.ts +55 -0
  11816. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.d.ts +62 -0
  11817. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.d.ts +55 -0
  11818. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE.d.ts +55 -0
  11819. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoFormatInfoKHR.d.ts +57 -0
  11820. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoMaintenance1FeaturesKHR.d.ts +55 -0
  11821. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoMaintenance2FeaturesKHR.d.ts +55 -0
  11822. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan11Features.d.ts +110 -0
  11823. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan11Properties.d.ts +101 -0
  11824. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan12Features.d.ts +285 -0
  11825. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan12Properties.d.ts +211 -0
  11826. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan13Features.d.ts +125 -0
  11827. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan13Properties.d.ts +185 -0
  11828. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan14Features.d.ts +155 -0
  11829. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan14Properties.d.ts +128 -0
  11830. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkanMemoryModelFeatures.d.ts +65 -0
  11831. package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkanMemoryModelFeaturesKHR.d.ts +77 -0
  11832. package/types/org/lwjgl/vulkan/VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.d.ts +70 -0
  11833. package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.d.ts +55 -0
  11834. package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.d.ts +55 -0
  11835. package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.d.ts +55 -0
  11836. package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.d.ts +55 -0
  11837. package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.d.ts +55 -0
  11838. package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR.d.ts +67 -0
  11839. package/types/org/lwjgl/vulkan/VkPipelineBinaryCreateInfoKHR.d.ts +68 -0
  11840. package/types/org/lwjgl/vulkan/VkPipelineBinaryDataInfoKHR.d.ts +55 -0
  11841. package/types/org/lwjgl/vulkan/VkPipelineBinaryDataKHR.d.ts +48 -0
  11842. package/types/org/lwjgl/vulkan/VkPipelineBinaryHandlesInfoKHR.d.ts +61 -0
  11843. package/types/org/lwjgl/vulkan/VkPipelineBinaryInfoKHR.d.ts +61 -0
  11844. package/types/org/lwjgl/vulkan/VkPipelineBinaryKeyKHR.d.ts +64 -0
  11845. package/types/org/lwjgl/vulkan/VkPipelineBinaryKeysAndDataKHR.d.ts +55 -0
  11846. package/types/org/lwjgl/vulkan/VkPipelineCacheCreateInfo.d.ts +65 -0
  11847. package/types/org/lwjgl/vulkan/VkPipelineCacheHeaderVersionDataGraphQCOM.d.ts +69 -0
  11848. package/types/org/lwjgl/vulkan/VkPipelineCacheHeaderVersionOne.d.ts +68 -0
  11849. package/types/org/lwjgl/vulkan/VkPipelineColorBlendAdvancedStateCreateInfoEXT.d.ts +65 -0
  11850. package/types/org/lwjgl/vulkan/VkPipelineColorBlendAttachmentState.d.ts +79 -0
  11851. package/types/org/lwjgl/vulkan/VkPipelineColorBlendStateCreateInfo.d.ts +89 -0
  11852. package/types/org/lwjgl/vulkan/VkPipelineColorWriteCreateInfoEXT.d.ts +61 -0
  11853. package/types/org/lwjgl/vulkan/VkPipelineCompilerControlCreateInfoAMD.d.ts +55 -0
  11854. package/types/org/lwjgl/vulkan/VkPipelineCoverageModulationStateCreateInfoNV.d.ts +76 -0
  11855. package/types/org/lwjgl/vulkan/VkPipelineCoverageReductionStateCreateInfoNV.d.ts +60 -0
  11856. package/types/org/lwjgl/vulkan/VkPipelineCoverageToColorStateCreateInfoNV.d.ts +65 -0
  11857. package/types/org/lwjgl/vulkan/VkPipelineCreateFlags2CreateInfo.d.ts +55 -0
  11858. package/types/org/lwjgl/vulkan/VkPipelineCreateFlags2CreateInfoKHR.d.ts +67 -0
  11859. package/types/org/lwjgl/vulkan/VkPipelineCreateInfoKHR.d.ts +50 -0
  11860. package/types/org/lwjgl/vulkan/VkPipelineCreationFeedback.d.ts +30 -0
  11861. package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackCreateInfo.d.ts +66 -0
  11862. package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackCreateInfoEXT.d.ts +77 -0
  11863. package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackEXT.d.ts +42 -0
  11864. package/types/org/lwjgl/vulkan/VkPipelineDepthStencilStateCreateInfo.d.ts +104 -0
  11865. package/types/org/lwjgl/vulkan/VkPipelineDiscardRectangleStateCreateInfoEXT.d.ts +70 -0
  11866. package/types/org/lwjgl/vulkan/VkPipelineDynamicStateCreateInfo.d.ts +66 -0
  11867. package/types/org/lwjgl/vulkan/VkPipelineExecutableInfoKHR.d.ts +60 -0
  11868. package/types/org/lwjgl/vulkan/VkPipelineExecutableInternalRepresentationKHR.d.ts +69 -0
  11869. package/types/org/lwjgl/vulkan/VkPipelineExecutablePropertiesKHR.d.ts +66 -0
  11870. package/types/org/lwjgl/vulkan/VkPipelineExecutableStatisticKHR.d.ts +67 -0
  11871. package/types/org/lwjgl/vulkan/VkPipelineExecutableStatisticValueKHR.d.ts +36 -0
  11872. package/types/org/lwjgl/vulkan/VkPipelineFragmentDensityMapLayeredCreateInfoVALVE.d.ts +55 -0
  11873. package/types/org/lwjgl/vulkan/VkPipelineFragmentShadingRateEnumStateCreateInfoNV.d.ts +70 -0
  11874. package/types/org/lwjgl/vulkan/VkPipelineFragmentShadingRateStateCreateInfoKHR.d.ts +68 -0
  11875. package/types/org/lwjgl/vulkan/VkPipelineIndirectDeviceAddressInfoNV.d.ts +60 -0
  11876. package/types/org/lwjgl/vulkan/VkPipelineInfoEXT.d.ts +67 -0
  11877. package/types/org/lwjgl/vulkan/VkPipelineInfoKHR.d.ts +55 -0
  11878. package/types/org/lwjgl/vulkan/VkPipelineInputAssemblyStateCreateInfo.d.ts +65 -0
  11879. package/types/org/lwjgl/vulkan/VkPipelineLayoutCreateInfo.d.ts +76 -0
  11880. package/types/org/lwjgl/vulkan/VkPipelineLibraryCreateInfoKHR.d.ts +61 -0
  11881. package/types/org/lwjgl/vulkan/VkPipelineMultisampleStateCreateInfo.d.ts +94 -0
  11882. package/types/org/lwjgl/vulkan/VkPipelinePropertiesIdentifierEXT.d.ts +55 -0
  11883. package/types/org/lwjgl/vulkan/VkPipelineRasterizationConservativeStateCreateInfoEXT.d.ts +65 -0
  11884. package/types/org/lwjgl/vulkan/VkPipelineRasterizationDepthClipStateCreateInfoEXT.d.ts +60 -0
  11885. package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfo.d.ts +70 -0
  11886. package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfoEXT.d.ts +82 -0
  11887. package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfoKHR.d.ts +82 -0
  11888. package/types/org/lwjgl/vulkan/VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.d.ts +55 -0
  11889. package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateCreateInfo.d.ts +123 -0
  11890. package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateRasterizationOrderAMD.d.ts +55 -0
  11891. package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateStreamCreateInfoEXT.d.ts +60 -0
  11892. package/types/org/lwjgl/vulkan/VkPipelineRenderingCreateInfo.d.ts +76 -0
  11893. package/types/org/lwjgl/vulkan/VkPipelineRenderingCreateInfoKHR.d.ts +88 -0
  11894. package/types/org/lwjgl/vulkan/VkPipelineRepresentativeFragmentTestStateCreateInfoNV.d.ts +55 -0
  11895. package/types/org/lwjgl/vulkan/VkPipelineRobustnessCreateInfo.d.ts +70 -0
  11896. package/types/org/lwjgl/vulkan/VkPipelineRobustnessCreateInfoEXT.d.ts +82 -0
  11897. package/types/org/lwjgl/vulkan/VkPipelineSampleLocationsStateCreateInfoEXT.d.ts +64 -0
  11898. package/types/org/lwjgl/vulkan/VkPipelineShaderStageCreateInfo.d.ts +101 -0
  11899. package/types/org/lwjgl/vulkan/VkPipelineShaderStageModuleIdentifierCreateInfoEXT.d.ts +60 -0
  11900. package/types/org/lwjgl/vulkan/VkPipelineShaderStageNodeCreateInfoAMDX.d.ts +62 -0
  11901. package/types/org/lwjgl/vulkan/VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.d.ts +55 -0
  11902. package/types/org/lwjgl/vulkan/VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT.d.ts +67 -0
  11903. package/types/org/lwjgl/vulkan/VkPipelineTessellationDomainOriginStateCreateInfo.d.ts +55 -0
  11904. package/types/org/lwjgl/vulkan/VkPipelineTessellationDomainOriginStateCreateInfoKHR.d.ts +67 -0
  11905. package/types/org/lwjgl/vulkan/VkPipelineTessellationStateCreateInfo.d.ts +64 -0
  11906. package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfo.d.ts +60 -0
  11907. package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfoEXT.d.ts +71 -0
  11908. package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfoKHR.d.ts +71 -0
  11909. package/types/org/lwjgl/vulkan/VkPipelineVertexInputStateCreateInfo.d.ts +80 -0
  11910. package/types/org/lwjgl/vulkan/VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.d.ts +65 -0
  11911. package/types/org/lwjgl/vulkan/VkPipelineViewportDepthClampControlCreateInfoEXT.d.ts +61 -0
  11912. package/types/org/lwjgl/vulkan/VkPipelineViewportDepthClipControlCreateInfoEXT.d.ts +55 -0
  11913. package/types/org/lwjgl/vulkan/VkPipelineViewportExclusiveScissorStateCreateInfoNV.d.ts +60 -0
  11914. package/types/org/lwjgl/vulkan/VkPipelineViewportShadingRateImageStateCreateInfoNV.d.ts +65 -0
  11915. package/types/org/lwjgl/vulkan/VkPipelineViewportStateCreateInfo.d.ts +89 -0
  11916. package/types/org/lwjgl/vulkan/VkPipelineViewportSwizzleStateCreateInfoNV.d.ts +65 -0
  11917. package/types/org/lwjgl/vulkan/VkPipelineViewportWScalingStateCreateInfoNV.d.ts +65 -0
  11918. package/types/org/lwjgl/vulkan/VkPresentId2KHR.d.ts +61 -0
  11919. package/types/org/lwjgl/vulkan/VkPresentIdKHR.d.ts +61 -0
  11920. package/types/org/lwjgl/vulkan/VkPresentInfoKHR.d.ts +110 -0
  11921. package/types/org/lwjgl/vulkan/VkPresentRegionKHR.d.ts +49 -0
  11922. package/types/org/lwjgl/vulkan/VkPresentRegionsKHR.d.ts +60 -0
  11923. package/types/org/lwjgl/vulkan/VkPresentStageTimeEXT.d.ts +43 -0
  11924. package/types/org/lwjgl/vulkan/VkPresentTimeGOOGLE.d.ts +49 -0
  11925. package/types/org/lwjgl/vulkan/VkPresentTimesInfoGOOGLE.d.ts +60 -0
  11926. package/types/org/lwjgl/vulkan/VkPresentTimingInfoEXT.d.ts +75 -0
  11927. package/types/org/lwjgl/vulkan/VkPresentTimingSurfaceCapabilitiesEXT.d.ts +62 -0
  11928. package/types/org/lwjgl/vulkan/VkPresentTimingsInfoEXT.d.ts +60 -0
  11929. package/types/org/lwjgl/vulkan/VkPresentWait2InfoKHR.d.ts +60 -0
  11930. package/types/org/lwjgl/vulkan/VkPrivateDataSlotCreateInfo.d.ts +55 -0
  11931. package/types/org/lwjgl/vulkan/VkPrivateDataSlotCreateInfoEXT.d.ts +67 -0
  11932. package/types/org/lwjgl/vulkan/VkProtectedSubmitInfo.d.ts +55 -0
  11933. package/types/org/lwjgl/vulkan/VkPushConstantBankInfoNV.d.ts +55 -0
  11934. package/types/org/lwjgl/vulkan/VkPushConstantRange.d.ts +54 -0
  11935. package/types/org/lwjgl/vulkan/VkPushConstantsInfo.d.ts +79 -0
  11936. package/types/org/lwjgl/vulkan/VkPushConstantsInfoKHR.d.ts +90 -0
  11937. package/types/org/lwjgl/vulkan/VkPushDataInfoEXT.d.ts +66 -0
  11938. package/types/org/lwjgl/vulkan/VkPushDescriptorSetInfo.d.ts +77 -0
  11939. package/types/org/lwjgl/vulkan/VkPushDescriptorSetInfoKHR.d.ts +88 -0
  11940. package/types/org/lwjgl/vulkan/VkPushDescriptorSetWithTemplateInfo.d.ts +73 -0
  11941. package/types/org/lwjgl/vulkan/VkPushDescriptorSetWithTemplateInfoKHR.d.ts +85 -0
  11942. package/types/org/lwjgl/vulkan/VkQueryLowLatencySupportNV.d.ts +56 -0
  11943. package/types/org/lwjgl/vulkan/VkQueryPoolCreateInfo.d.ts +98 -0
  11944. package/types/org/lwjgl/vulkan/VkQueryPoolCreateInfoINTEL.d.ts +67 -0
  11945. package/types/org/lwjgl/vulkan/VkQueryPoolPerformanceCreateInfoKHR.d.ts +66 -0
  11946. package/types/org/lwjgl/vulkan/VkQueryPoolPerformanceQueryCreateInfoINTEL.d.ts +55 -0
  11947. package/types/org/lwjgl/vulkan/VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.d.ts +55 -0
  11948. package/types/org/lwjgl/vulkan/VkQueue.d.ts +15 -0
  11949. package/types/org/lwjgl/vulkan/VkQueueFamilyCheckpointProperties2NV.d.ts +53 -0
  11950. package/types/org/lwjgl/vulkan/VkQueueFamilyCheckpointPropertiesNV.d.ts +53 -0
  11951. package/types/org/lwjgl/vulkan/VkQueueFamilyDataGraphProcessingEnginePropertiesARM.d.ts +56 -0
  11952. package/types/org/lwjgl/vulkan/VkQueueFamilyDataGraphPropertiesARM.d.ts +58 -0
  11953. package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityProperties.d.ts +59 -0
  11954. package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityPropertiesEXT.d.ts +68 -0
  11955. package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityPropertiesKHR.d.ts +68 -0
  11956. package/types/org/lwjgl/vulkan/VkQueueFamilyOwnershipTransferPropertiesKHR.d.ts +53 -0
  11957. package/types/org/lwjgl/vulkan/VkQueueFamilyProperties.d.ts +50 -0
  11958. package/types/org/lwjgl/vulkan/VkQueueFamilyProperties2.d.ts +70 -0
  11959. package/types/org/lwjgl/vulkan/VkQueueFamilyProperties2KHR.d.ts +81 -0
  11960. package/types/org/lwjgl/vulkan/VkQueueFamilyQueryResultStatusPropertiesKHR.d.ts +53 -0
  11961. package/types/org/lwjgl/vulkan/VkQueueFamilyVideoPropertiesKHR.d.ts +53 -0
  11962. package/types/org/lwjgl/vulkan/VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.d.ts +55 -0
  11963. package/types/org/lwjgl/vulkan/VkRayTracingPipelineCreateInfoKHR.d.ts +128 -0
  11964. package/types/org/lwjgl/vulkan/VkRayTracingPipelineCreateInfoNV.d.ts +102 -0
  11965. package/types/org/lwjgl/vulkan/VkRayTracingPipelineInterfaceCreateInfoKHR.d.ts +60 -0
  11966. package/types/org/lwjgl/vulkan/VkRayTracingShaderGroupCreateInfoKHR.d.ts +80 -0
  11967. package/types/org/lwjgl/vulkan/VkRayTracingShaderGroupCreateInfoNV.d.ts +75 -0
  11968. package/types/org/lwjgl/vulkan/VkReallocationFunction$Container.d.ts +22 -0
  11969. package/types/org/lwjgl/vulkan/VkReallocationFunction.d.ts +24 -0
  11970. package/types/org/lwjgl/vulkan/VkReallocationFunctionI.d.ts +9 -0
  11971. package/types/org/lwjgl/vulkan/VkRect2D.d.ts +54 -0
  11972. package/types/org/lwjgl/vulkan/VkRectLayerKHR.d.ts +59 -0
  11973. package/types/org/lwjgl/vulkan/VkRefreshCycleDurationGOOGLE.d.ts +40 -0
  11974. package/types/org/lwjgl/vulkan/VkReleaseCapturedPipelineDataInfoKHR.d.ts +55 -0
  11975. package/types/org/lwjgl/vulkan/VkReleaseSwapchainImagesInfoEXT.d.ts +77 -0
  11976. package/types/org/lwjgl/vulkan/VkReleaseSwapchainImagesInfoKHR.d.ts +66 -0
  11977. package/types/org/lwjgl/vulkan/VkRenderPassAttachmentBeginInfo.d.ts +61 -0
  11978. package/types/org/lwjgl/vulkan/VkRenderPassAttachmentBeginInfoKHR.d.ts +72 -0
  11979. package/types/org/lwjgl/vulkan/VkRenderPassBeginInfo.d.ts +96 -0
  11980. package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo.d.ts +97 -0
  11981. package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo2.d.ts +103 -0
  11982. package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo2KHR.d.ts +111 -0
  11983. package/types/org/lwjgl/vulkan/VkRenderPassCreationControlEXT.d.ts +55 -0
  11984. package/types/org/lwjgl/vulkan/VkRenderPassCreationFeedbackCreateInfoEXT.d.ts +57 -0
  11985. package/types/org/lwjgl/vulkan/VkRenderPassCreationFeedbackInfoEXT.d.ts +27 -0
  11986. package/types/org/lwjgl/vulkan/VkRenderPassFragmentDensityMapCreateInfoEXT.d.ts +58 -0
  11987. package/types/org/lwjgl/vulkan/VkRenderPassFragmentDensityMapOffsetEndInfoEXT.d.ts +60 -0
  11988. package/types/org/lwjgl/vulkan/VkRenderPassInputAttachmentAspectCreateInfo.d.ts +60 -0
  11989. package/types/org/lwjgl/vulkan/VkRenderPassInputAttachmentAspectCreateInfoKHR.d.ts +71 -0
  11990. package/types/org/lwjgl/vulkan/VkRenderPassMultiviewCreateInfo.d.ts +79 -0
  11991. package/types/org/lwjgl/vulkan/VkRenderPassMultiviewCreateInfoKHR.d.ts +88 -0
  11992. package/types/org/lwjgl/vulkan/VkRenderPassPerformanceCountersByRegionBeginInfoARM.d.ts +78 -0
  11993. package/types/org/lwjgl/vulkan/VkRenderPassSampleLocationsBeginInfoEXT.d.ts +69 -0
  11994. package/types/org/lwjgl/vulkan/VkRenderPassStripeBeginInfoARM.d.ts +60 -0
  11995. package/types/org/lwjgl/vulkan/VkRenderPassStripeInfoARM.d.ts +58 -0
  11996. package/types/org/lwjgl/vulkan/VkRenderPassStripeSubmitInfoARM.d.ts +60 -0
  11997. package/types/org/lwjgl/vulkan/VkRenderPassSubpassFeedbackCreateInfoEXT.d.ts +57 -0
  11998. package/types/org/lwjgl/vulkan/VkRenderPassSubpassFeedbackInfoEXT.d.ts +35 -0
  11999. package/types/org/lwjgl/vulkan/VkRenderPassTileShadingCreateInfoQCOM.d.ts +63 -0
  12000. package/types/org/lwjgl/vulkan/VkRenderPassTransformBeginInfoQCOM.d.ts +55 -0
  12001. package/types/org/lwjgl/vulkan/VkRenderingAreaInfo.d.ts +76 -0
  12002. package/types/org/lwjgl/vulkan/VkRenderingAreaInfoKHR.d.ts +88 -0
  12003. package/types/org/lwjgl/vulkan/VkRenderingAttachmentFlagsInfoKHR.d.ts +55 -0
  12004. package/types/org/lwjgl/vulkan/VkRenderingAttachmentInfo.d.ts +97 -0
  12005. package/types/org/lwjgl/vulkan/VkRenderingAttachmentInfoKHR.d.ts +109 -0
  12006. package/types/org/lwjgl/vulkan/VkRenderingAttachmentLocationInfo.d.ts +61 -0
  12007. package/types/org/lwjgl/vulkan/VkRenderingAttachmentLocationInfoKHR.d.ts +73 -0
  12008. package/types/org/lwjgl/vulkan/VkRenderingEndInfoEXT.d.ts +66 -0
  12009. package/types/org/lwjgl/vulkan/VkRenderingEndInfoKHR.d.ts +54 -0
  12010. package/types/org/lwjgl/vulkan/VkRenderingFragmentDensityMapAttachmentInfoEXT.d.ts +60 -0
  12011. package/types/org/lwjgl/vulkan/VkRenderingFragmentShadingRateAttachmentInfoKHR.d.ts +68 -0
  12012. package/types/org/lwjgl/vulkan/VkRenderingInfo.d.ts +116 -0
  12013. package/types/org/lwjgl/vulkan/VkRenderingInfoKHR.d.ts +127 -0
  12014. package/types/org/lwjgl/vulkan/VkRenderingInputAttachmentIndexInfo.d.ts +71 -0
  12015. package/types/org/lwjgl/vulkan/VkRenderingInputAttachmentIndexInfoKHR.d.ts +83 -0
  12016. package/types/org/lwjgl/vulkan/VkResolveImageInfo2.d.ts +82 -0
  12017. package/types/org/lwjgl/vulkan/VkResolveImageInfo2KHR.d.ts +93 -0
  12018. package/types/org/lwjgl/vulkan/VkResolveImageModeInfoKHR.d.ts +65 -0
  12019. package/types/org/lwjgl/vulkan/VkResourceDescriptorDataEXT.d.ts +62 -0
  12020. package/types/org/lwjgl/vulkan/VkResourceDescriptorInfoEXT.d.ts +65 -0
  12021. package/types/org/lwjgl/vulkan/VkSRTDataNV.d.ts +119 -0
  12022. package/types/org/lwjgl/vulkan/VkSampleLocationEXT.d.ts +49 -0
  12023. package/types/org/lwjgl/vulkan/VkSampleLocationsInfoEXT.d.ts +73 -0
  12024. package/types/org/lwjgl/vulkan/VkSamplerBlockMatchWindowCreateInfoQCOM.d.ts +63 -0
  12025. package/types/org/lwjgl/vulkan/VkSamplerBorderColorComponentMappingCreateInfoEXT.d.ts +63 -0
  12026. package/types/org/lwjgl/vulkan/VkSamplerCaptureDescriptorDataInfoEXT.d.ts +55 -0
  12027. package/types/org/lwjgl/vulkan/VkSamplerCreateInfo.d.ts +152 -0
  12028. package/types/org/lwjgl/vulkan/VkSamplerCubicWeightsCreateInfoQCOM.d.ts +55 -0
  12029. package/types/org/lwjgl/vulkan/VkSamplerCustomBorderColorCreateInfoEXT.d.ts +63 -0
  12030. package/types/org/lwjgl/vulkan/VkSamplerCustomBorderColorIndexCreateInfoEXT.d.ts +55 -0
  12031. package/types/org/lwjgl/vulkan/VkSamplerReductionModeCreateInfo.d.ts +55 -0
  12032. package/types/org/lwjgl/vulkan/VkSamplerReductionModeCreateInfoEXT.d.ts +67 -0
  12033. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionCreateInfo.d.ts +97 -0
  12034. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionCreateInfoKHR.d.ts +109 -0
  12035. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionImageFormatProperties.d.ts +53 -0
  12036. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionImageFormatPropertiesKHR.d.ts +64 -0
  12037. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionInfo.d.ts +55 -0
  12038. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionInfoKHR.d.ts +67 -0
  12039. package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.d.ts +60 -0
  12040. package/types/org/lwjgl/vulkan/VkSemaphoreCreateInfo.d.ts +71 -0
  12041. package/types/org/lwjgl/vulkan/VkSemaphoreGetFdInfoKHR.d.ts +60 -0
  12042. package/types/org/lwjgl/vulkan/VkSemaphoreGetWin32HandleInfoKHR.d.ts +60 -0
  12043. package/types/org/lwjgl/vulkan/VkSemaphoreSignalInfo.d.ts +60 -0
  12044. package/types/org/lwjgl/vulkan/VkSemaphoreSignalInfoKHR.d.ts +72 -0
  12045. package/types/org/lwjgl/vulkan/VkSemaphoreSubmitInfo.d.ts +70 -0
  12046. package/types/org/lwjgl/vulkan/VkSemaphoreSubmitInfoKHR.d.ts +82 -0
  12047. package/types/org/lwjgl/vulkan/VkSemaphoreTypeCreateInfo.d.ts +60 -0
  12048. package/types/org/lwjgl/vulkan/VkSemaphoreTypeCreateInfoKHR.d.ts +72 -0
  12049. package/types/org/lwjgl/vulkan/VkSemaphoreWaitInfo.d.ts +72 -0
  12050. package/types/org/lwjgl/vulkan/VkSemaphoreWaitInfoKHR.d.ts +84 -0
  12051. package/types/org/lwjgl/vulkan/VkSetDescriptorBufferOffsetsInfoEXT.d.ts +85 -0
  12052. package/types/org/lwjgl/vulkan/VkSetLatencyMarkerInfoNV.d.ts +60 -0
  12053. package/types/org/lwjgl/vulkan/VkSetPresentConfigNV.d.ts +60 -0
  12054. package/types/org/lwjgl/vulkan/VkSetStateFlagsIndirectCommandNV.d.ts +43 -0
  12055. package/types/org/lwjgl/vulkan/VkShaderCreateInfoEXT.d.ts +126 -0
  12056. package/types/org/lwjgl/vulkan/VkShaderDescriptorSetAndBindingMappingInfoEXT.d.ts +60 -0
  12057. package/types/org/lwjgl/vulkan/VkShaderModuleCreateInfo.d.ts +69 -0
  12058. package/types/org/lwjgl/vulkan/VkShaderModuleIdentifierEXT.d.ts +58 -0
  12059. package/types/org/lwjgl/vulkan/VkShaderModuleValidationCacheCreateInfoEXT.d.ts +55 -0
  12060. package/types/org/lwjgl/vulkan/VkShaderRequiredSubgroupSizeCreateInfoEXT.d.ts +67 -0
  12061. package/types/org/lwjgl/vulkan/VkShaderResourceUsageAMD.d.ts +39 -0
  12062. package/types/org/lwjgl/vulkan/VkShaderStatisticsInfoAMD.d.ts +49 -0
  12063. package/types/org/lwjgl/vulkan/VkShadingRatePaletteNV.d.ts +49 -0
  12064. package/types/org/lwjgl/vulkan/VkSharedPresentSurfaceCapabilitiesKHR.d.ts +53 -0
  12065. package/types/org/lwjgl/vulkan/VkSparseBufferMemoryBindInfo.d.ts +54 -0
  12066. package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties.d.ts +47 -0
  12067. package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties2.d.ts +54 -0
  12068. package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties2KHR.d.ts +65 -0
  12069. package/types/org/lwjgl/vulkan/VkSparseImageMemoryBind.d.ts +76 -0
  12070. package/types/org/lwjgl/vulkan/VkSparseImageMemoryBindInfo.d.ts +54 -0
  12071. package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements.d.ts +53 -0
  12072. package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements2.d.ts +54 -0
  12073. package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements2KHR.d.ts +65 -0
  12074. package/types/org/lwjgl/vulkan/VkSparseImageOpaqueMemoryBindInfo.d.ts +54 -0
  12075. package/types/org/lwjgl/vulkan/VkSparseMemoryBind.d.ts +64 -0
  12076. package/types/org/lwjgl/vulkan/VkSpecializationInfo.d.ts +58 -0
  12077. package/types/org/lwjgl/vulkan/VkSpecializationMapEntry.d.ts +54 -0
  12078. package/types/org/lwjgl/vulkan/VkStencilOpState.d.ts +74 -0
  12079. package/types/org/lwjgl/vulkan/VkStridedDeviceAddressNV.d.ts +49 -0
  12080. package/types/org/lwjgl/vulkan/VkStridedDeviceAddressRangeKHR.d.ts +54 -0
  12081. package/types/org/lwjgl/vulkan/VkStridedDeviceAddressRegionKHR.d.ts +54 -0
  12082. package/types/org/lwjgl/vulkan/VkSubmitInfo.d.ts +113 -0
  12083. package/types/org/lwjgl/vulkan/VkSubmitInfo2.d.ts +95 -0
  12084. package/types/org/lwjgl/vulkan/VkSubmitInfo2KHR.d.ts +104 -0
  12085. package/types/org/lwjgl/vulkan/VkSubpassBeginInfo.d.ts +55 -0
  12086. package/types/org/lwjgl/vulkan/VkSubpassBeginInfoKHR.d.ts +67 -0
  12087. package/types/org/lwjgl/vulkan/VkSubpassDependency.d.ts +74 -0
  12088. package/types/org/lwjgl/vulkan/VkSubpassDependency2.d.ts +96 -0
  12089. package/types/org/lwjgl/vulkan/VkSubpassDependency2KHR.d.ts +108 -0
  12090. package/types/org/lwjgl/vulkan/VkSubpassDescription.d.ts +90 -0
  12091. package/types/org/lwjgl/vulkan/VkSubpassDescription2.d.ts +118 -0
  12092. package/types/org/lwjgl/vulkan/VkSubpassDescription2KHR.d.ts +128 -0
  12093. package/types/org/lwjgl/vulkan/VkSubpassDescriptionDepthStencilResolve.d.ts +66 -0
  12094. package/types/org/lwjgl/vulkan/VkSubpassDescriptionDepthStencilResolveKHR.d.ts +78 -0
  12095. package/types/org/lwjgl/vulkan/VkSubpassEndInfo.d.ts +54 -0
  12096. package/types/org/lwjgl/vulkan/VkSubpassEndInfoKHR.d.ts +66 -0
  12097. package/types/org/lwjgl/vulkan/VkSubpassFragmentDensityMapOffsetEndInfoQCOM.d.ts +71 -0
  12098. package/types/org/lwjgl/vulkan/VkSubpassResolvePerformanceQueryEXT.d.ts +53 -0
  12099. package/types/org/lwjgl/vulkan/VkSubpassSampleLocationsEXT.d.ts +53 -0
  12100. package/types/org/lwjgl/vulkan/VkSubpassShadingPipelineCreateInfoHUAWEI.d.ts +60 -0
  12101. package/types/org/lwjgl/vulkan/VkSubresourceHostMemcpySize.d.ts +53 -0
  12102. package/types/org/lwjgl/vulkan/VkSubresourceHostMemcpySizeEXT.d.ts +64 -0
  12103. package/types/org/lwjgl/vulkan/VkSubresourceLayout.d.ts +64 -0
  12104. package/types/org/lwjgl/vulkan/VkSubresourceLayout2.d.ts +60 -0
  12105. package/types/org/lwjgl/vulkan/VkSubresourceLayout2EXT.d.ts +71 -0
  12106. package/types/org/lwjgl/vulkan/VkSubresourceLayout2KHR.d.ts +71 -0
  12107. package/types/org/lwjgl/vulkan/VkSubsampledImageFormatPropertiesEXT.d.ts +55 -0
  12108. package/types/org/lwjgl/vulkan/VkSurfaceCapabilities2EXT.d.ts +84 -0
  12109. package/types/org/lwjgl/vulkan/VkSurfaceCapabilities2KHR.d.ts +80 -0
  12110. package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesFullScreenExclusiveEXT.d.ts +53 -0
  12111. package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesKHR.d.ts +68 -0
  12112. package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentBarrierNV.d.ts +53 -0
  12113. package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentId2KHR.d.ts +55 -0
  12114. package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentWait2KHR.d.ts +55 -0
  12115. package/types/org/lwjgl/vulkan/VkSurfaceFormat2KHR.d.ts +56 -0
  12116. package/types/org/lwjgl/vulkan/VkSurfaceFormatKHR.d.ts +43 -0
  12117. package/types/org/lwjgl/vulkan/VkSurfaceFullScreenExclusiveInfoEXT.d.ts +55 -0
  12118. package/types/org/lwjgl/vulkan/VkSurfaceFullScreenExclusiveWin32InfoEXT.d.ts +56 -0
  12119. package/types/org/lwjgl/vulkan/VkSurfacePresentModeCompatibilityEXT.d.ts +73 -0
  12120. package/types/org/lwjgl/vulkan/VkSurfacePresentModeCompatibilityKHR.d.ts +61 -0
  12121. package/types/org/lwjgl/vulkan/VkSurfacePresentModeEXT.d.ts +67 -0
  12122. package/types/org/lwjgl/vulkan/VkSurfacePresentModeKHR.d.ts +55 -0
  12123. package/types/org/lwjgl/vulkan/VkSurfacePresentScalingCapabilitiesEXT.d.ts +91 -0
  12124. package/types/org/lwjgl/vulkan/VkSurfacePresentScalingCapabilitiesKHR.d.ts +79 -0
  12125. package/types/org/lwjgl/vulkan/VkSurfaceProtectedCapabilitiesKHR.d.ts +53 -0
  12126. package/types/org/lwjgl/vulkan/VkSwapchainCalibratedTimestampInfoEXT.d.ts +65 -0
  12127. package/types/org/lwjgl/vulkan/VkSwapchainCounterCreateInfoEXT.d.ts +55 -0
  12128. package/types/org/lwjgl/vulkan/VkSwapchainCreateInfoKHR.d.ts +162 -0
  12129. package/types/org/lwjgl/vulkan/VkSwapchainDisplayNativeHdrCreateInfoAMD.d.ts +55 -0
  12130. package/types/org/lwjgl/vulkan/VkSwapchainLatencyCreateInfoNV.d.ts +55 -0
  12131. package/types/org/lwjgl/vulkan/VkSwapchainPresentBarrierCreateInfoNV.d.ts +55 -0
  12132. package/types/org/lwjgl/vulkan/VkSwapchainPresentFenceInfoEXT.d.ts +73 -0
  12133. package/types/org/lwjgl/vulkan/VkSwapchainPresentFenceInfoKHR.d.ts +61 -0
  12134. package/types/org/lwjgl/vulkan/VkSwapchainPresentModeInfoEXT.d.ts +72 -0
  12135. package/types/org/lwjgl/vulkan/VkSwapchainPresentModeInfoKHR.d.ts +61 -0
  12136. package/types/org/lwjgl/vulkan/VkSwapchainPresentModesCreateInfoEXT.d.ts +72 -0
  12137. package/types/org/lwjgl/vulkan/VkSwapchainPresentModesCreateInfoKHR.d.ts +61 -0
  12138. package/types/org/lwjgl/vulkan/VkSwapchainPresentScalingCreateInfoEXT.d.ts +77 -0
  12139. package/types/org/lwjgl/vulkan/VkSwapchainPresentScalingCreateInfoKHR.d.ts +65 -0
  12140. package/types/org/lwjgl/vulkan/VkSwapchainTimeDomainPropertiesEXT.d.ts +61 -0
  12141. package/types/org/lwjgl/vulkan/VkSwapchainTimingPropertiesEXT.d.ts +56 -0
  12142. package/types/org/lwjgl/vulkan/VkTensorCaptureDescriptorDataInfoARM.d.ts +55 -0
  12143. package/types/org/lwjgl/vulkan/VkTensorCopyARM.d.ts +71 -0
  12144. package/types/org/lwjgl/vulkan/VkTensorCreateInfoARM.d.ts +84 -0
  12145. package/types/org/lwjgl/vulkan/VkTensorDependencyInfoARM.d.ts +62 -0
  12146. package/types/org/lwjgl/vulkan/VkTensorDescriptionARM.d.ts +82 -0
  12147. package/types/org/lwjgl/vulkan/VkTensorFormatPropertiesARM.d.ts +56 -0
  12148. package/types/org/lwjgl/vulkan/VkTensorMemoryBarrierARM.d.ts +85 -0
  12149. package/types/org/lwjgl/vulkan/VkTensorMemoryRequirementsInfoARM.d.ts +55 -0
  12150. package/types/org/lwjgl/vulkan/VkTensorViewCaptureDescriptorDataInfoARM.d.ts +55 -0
  12151. package/types/org/lwjgl/vulkan/VkTensorViewCreateInfoARM.d.ts +67 -0
  12152. package/types/org/lwjgl/vulkan/VkTexelBufferDescriptorInfoEXT.d.ts +63 -0
  12153. package/types/org/lwjgl/vulkan/VkTextureLODGatherFormatPropertiesAMD.d.ts +53 -0
  12154. package/types/org/lwjgl/vulkan/VkTileMemoryBindInfoQCOM.d.ts +55 -0
  12155. package/types/org/lwjgl/vulkan/VkTileMemoryRequirementsQCOM.d.ts +60 -0
  12156. package/types/org/lwjgl/vulkan/VkTileMemorySizeInfoQCOM.d.ts +55 -0
  12157. package/types/org/lwjgl/vulkan/VkTilePropertiesQCOM.d.ts +72 -0
  12158. package/types/org/lwjgl/vulkan/VkTimelineSemaphoreSubmitInfo.d.ts +71 -0
  12159. package/types/org/lwjgl/vulkan/VkTimelineSemaphoreSubmitInfoKHR.d.ts +83 -0
  12160. package/types/org/lwjgl/vulkan/VkTraceRaysIndirectCommand2KHR.d.ts +109 -0
  12161. package/types/org/lwjgl/vulkan/VkTraceRaysIndirectCommandKHR.d.ts +54 -0
  12162. package/types/org/lwjgl/vulkan/VkTransformMatrixKHR.d.ts +48 -0
  12163. package/types/org/lwjgl/vulkan/VkTransformMatrixNV.d.ts +60 -0
  12164. package/types/org/lwjgl/vulkan/VkValidationCacheCreateInfoEXT.d.ts +65 -0
  12165. package/types/org/lwjgl/vulkan/VkValidationFeaturesEXT.d.ts +70 -0
  12166. package/types/org/lwjgl/vulkan/VkValidationFlagsEXT.d.ts +61 -0
  12167. package/types/org/lwjgl/vulkan/VkVertexInputAttributeDescription.d.ts +59 -0
  12168. package/types/org/lwjgl/vulkan/VkVertexInputAttributeDescription2EXT.d.ts +70 -0
  12169. package/types/org/lwjgl/vulkan/VkVertexInputBindingDescription.d.ts +54 -0
  12170. package/types/org/lwjgl/vulkan/VkVertexInputBindingDescription2EXT.d.ts +70 -0
  12171. package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescription.d.ts +49 -0
  12172. package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescriptionEXT.d.ts +61 -0
  12173. package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescriptionKHR.d.ts +61 -0
  12174. package/types/org/lwjgl/vulkan/VkVideoBeginCodingInfoKHR.d.ts +89 -0
  12175. package/types/org/lwjgl/vulkan/VkVideoCapabilitiesKHR.d.ts +109 -0
  12176. package/types/org/lwjgl/vulkan/VkVideoCodingControlInfoKHR.d.ts +65 -0
  12177. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1CapabilitiesKHR.d.ts +53 -0
  12178. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1DpbSlotInfoKHR.d.ts +57 -0
  12179. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1InlineSessionParametersInfoKHR.d.ts +57 -0
  12180. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1PictureInfoKHR.d.ts +87 -0
  12181. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1ProfileInfoKHR.d.ts +60 -0
  12182. package/types/org/lwjgl/vulkan/VkVideoDecodeAV1SessionParametersCreateInfoKHR.d.ts +57 -0
  12183. package/types/org/lwjgl/vulkan/VkVideoDecodeCapabilitiesKHR.d.ts +53 -0
  12184. package/types/org/lwjgl/vulkan/VkVideoDecodeH264CapabilitiesKHR.d.ts +57 -0
  12185. package/types/org/lwjgl/vulkan/VkVideoDecodeH264DpbSlotInfoKHR.d.ts +57 -0
  12186. package/types/org/lwjgl/vulkan/VkVideoDecodeH264InlineSessionParametersInfoKHR.d.ts +63 -0
  12187. package/types/org/lwjgl/vulkan/VkVideoDecodeH264PictureInfoKHR.d.ts +67 -0
  12188. package/types/org/lwjgl/vulkan/VkVideoDecodeH264ProfileInfoKHR.d.ts +60 -0
  12189. package/types/org/lwjgl/vulkan/VkVideoDecodeH264SessionParametersAddInfoKHR.d.ts +69 -0
  12190. package/types/org/lwjgl/vulkan/VkVideoDecodeH264SessionParametersCreateInfoKHR.d.ts +67 -0
  12191. package/types/org/lwjgl/vulkan/VkVideoDecodeH265CapabilitiesKHR.d.ts +53 -0
  12192. package/types/org/lwjgl/vulkan/VkVideoDecodeH265DpbSlotInfoKHR.d.ts +57 -0
  12193. package/types/org/lwjgl/vulkan/VkVideoDecodeH265InlineSessionParametersInfoKHR.d.ts +69 -0
  12194. package/types/org/lwjgl/vulkan/VkVideoDecodeH265PictureInfoKHR.d.ts +67 -0
  12195. package/types/org/lwjgl/vulkan/VkVideoDecodeH265ProfileInfoKHR.d.ts +55 -0
  12196. package/types/org/lwjgl/vulkan/VkVideoDecodeH265SessionParametersAddInfoKHR.d.ts +78 -0
  12197. package/types/org/lwjgl/vulkan/VkVideoDecodeH265SessionParametersCreateInfoKHR.d.ts +72 -0
  12198. package/types/org/lwjgl/vulkan/VkVideoDecodeInfoKHR.d.ts +110 -0
  12199. package/types/org/lwjgl/vulkan/VkVideoDecodeUsageInfoKHR.d.ts +55 -0
  12200. package/types/org/lwjgl/vulkan/VkVideoDecodeVP9CapabilitiesKHR.d.ts +53 -0
  12201. package/types/org/lwjgl/vulkan/VkVideoDecodeVP9PictureInfoKHR.d.ts +82 -0
  12202. package/types/org/lwjgl/vulkan/VkVideoDecodeVP9ProfileInfoKHR.d.ts +55 -0
  12203. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1CapabilitiesKHR.d.ts +123 -0
  12204. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1DpbSlotInfoKHR.d.ts +57 -0
  12205. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1FrameSizeKHR.d.ts +54 -0
  12206. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1GopRemainingFrameInfoKHR.d.ts +70 -0
  12207. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1PictureInfoKHR.d.ts +92 -0
  12208. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1ProfileInfoKHR.d.ts +55 -0
  12209. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QIndexKHR.d.ts +54 -0
  12210. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QualityLevelPropertiesKHR.d.ts +96 -0
  12211. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.d.ts +56 -0
  12212. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1RateControlInfoKHR.d.ts +75 -0
  12213. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1RateControlLayerInfoKHR.d.ts +86 -0
  12214. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1SessionCreateInfoKHR.d.ts +60 -0
  12215. package/types/org/lwjgl/vulkan/VkVideoEncodeAV1SessionParametersCreateInfoKHR.d.ts +73 -0
  12216. package/types/org/lwjgl/vulkan/VkVideoEncodeCapabilitiesKHR.d.ts +72 -0
  12217. package/types/org/lwjgl/vulkan/VkVideoEncodeH264CapabilitiesKHR.d.ts +89 -0
  12218. package/types/org/lwjgl/vulkan/VkVideoEncodeH264DpbSlotInfoKHR.d.ts +57 -0
  12219. package/types/org/lwjgl/vulkan/VkVideoEncodeH264FrameSizeKHR.d.ts +54 -0
  12220. package/types/org/lwjgl/vulkan/VkVideoEncodeH264GopRemainingFrameInfoKHR.d.ts +70 -0
  12221. package/types/org/lwjgl/vulkan/VkVideoEncodeH264NaluSliceInfoKHR.d.ts +62 -0
  12222. package/types/org/lwjgl/vulkan/VkVideoEncodeH264PictureInfoKHR.d.ts +71 -0
  12223. package/types/org/lwjgl/vulkan/VkVideoEncodeH264ProfileInfoKHR.d.ts +55 -0
  12224. package/types/org/lwjgl/vulkan/VkVideoEncodeH264QpKHR.d.ts +54 -0
  12225. package/types/org/lwjgl/vulkan/VkVideoEncodeH264QualityLevelPropertiesKHR.d.ts +78 -0
  12226. package/types/org/lwjgl/vulkan/VkVideoEncodeH264QuantizationMapCapabilitiesKHR.d.ts +56 -0
  12227. package/types/org/lwjgl/vulkan/VkVideoEncodeH264RateControlInfoKHR.d.ts +75 -0
  12228. package/types/org/lwjgl/vulkan/VkVideoEncodeH264RateControlLayerInfoKHR.d.ts +86 -0
  12229. package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionCreateInfoKHR.d.ts +60 -0
  12230. package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersAddInfoKHR.d.ts +70 -0
  12231. package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersCreateInfoKHR.d.ts +66 -0
  12232. package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersFeedbackInfoKHR.d.ts +56 -0
  12233. package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersGetInfoKHR.d.ts +70 -0
  12234. package/types/org/lwjgl/vulkan/VkVideoEncodeH265CapabilitiesKHR.d.ts +99 -0
  12235. package/types/org/lwjgl/vulkan/VkVideoEncodeH265DpbSlotInfoKHR.d.ts +57 -0
  12236. package/types/org/lwjgl/vulkan/VkVideoEncodeH265FrameSizeKHR.d.ts +54 -0
  12237. package/types/org/lwjgl/vulkan/VkVideoEncodeH265GopRemainingFrameInfoKHR.d.ts +70 -0
  12238. package/types/org/lwjgl/vulkan/VkVideoEncodeH265NaluSliceSegmentInfoKHR.d.ts +62 -0
  12239. package/types/org/lwjgl/vulkan/VkVideoEncodeH265PictureInfoKHR.d.ts +66 -0
  12240. package/types/org/lwjgl/vulkan/VkVideoEncodeH265ProfileInfoKHR.d.ts +55 -0
  12241. package/types/org/lwjgl/vulkan/VkVideoEncodeH265QpKHR.d.ts +54 -0
  12242. package/types/org/lwjgl/vulkan/VkVideoEncodeH265QualityLevelPropertiesKHR.d.ts +75 -0
  12243. package/types/org/lwjgl/vulkan/VkVideoEncodeH265QuantizationMapCapabilitiesKHR.d.ts +56 -0
  12244. package/types/org/lwjgl/vulkan/VkVideoEncodeH265RateControlInfoKHR.d.ts +75 -0
  12245. package/types/org/lwjgl/vulkan/VkVideoEncodeH265RateControlLayerInfoKHR.d.ts +86 -0
  12246. package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionCreateInfoKHR.d.ts +60 -0
  12247. package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersAddInfoKHR.d.ts +80 -0
  12248. package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersCreateInfoKHR.d.ts +71 -0
  12249. package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersFeedbackInfoKHR.d.ts +59 -0
  12250. package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersGetInfoKHR.d.ts +80 -0
  12251. package/types/org/lwjgl/vulkan/VkVideoEncodeInfoKHR.d.ts +111 -0
  12252. package/types/org/lwjgl/vulkan/VkVideoEncodeIntraRefreshCapabilitiesKHR.d.ts +65 -0
  12253. package/types/org/lwjgl/vulkan/VkVideoEncodeIntraRefreshInfoKHR.d.ts +60 -0
  12254. package/types/org/lwjgl/vulkan/VkVideoEncodeProfileRgbConversionInfoVALVE.d.ts +55 -0
  12255. package/types/org/lwjgl/vulkan/VkVideoEncodeQualityLevelInfoKHR.d.ts +55 -0
  12256. package/types/org/lwjgl/vulkan/VkVideoEncodeQualityLevelPropertiesKHR.d.ts +62 -0
  12257. package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapCapabilitiesKHR.d.ts +54 -0
  12258. package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapInfoKHR.d.ts +63 -0
  12259. package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.d.ts +58 -0
  12260. package/types/org/lwjgl/vulkan/VkVideoEncodeRateControlInfoKHR.d.ts +80 -0
  12261. package/types/org/lwjgl/vulkan/VkVideoEncodeRateControlLayerInfoKHR.d.ts +76 -0
  12262. package/types/org/lwjgl/vulkan/VkVideoEncodeRgbConversionCapabilitiesVALVE.d.ts +62 -0
  12263. package/types/org/lwjgl/vulkan/VkVideoEncodeSessionIntraRefreshCreateInfoKHR.d.ts +55 -0
  12264. package/types/org/lwjgl/vulkan/VkVideoEncodeSessionParametersFeedbackInfoKHR.d.ts +57 -0
  12265. package/types/org/lwjgl/vulkan/VkVideoEncodeSessionParametersGetInfoKHR.d.ts +59 -0
  12266. package/types/org/lwjgl/vulkan/VkVideoEncodeSessionRgbConversionCreateInfoVALVE.d.ts +70 -0
  12267. package/types/org/lwjgl/vulkan/VkVideoEncodeUsageInfoKHR.d.ts +65 -0
  12268. package/types/org/lwjgl/vulkan/VkVideoEndCodingInfoKHR.d.ts +55 -0
  12269. package/types/org/lwjgl/vulkan/VkVideoFormatAV1QuantizationMapPropertiesKHR.d.ts +53 -0
  12270. package/types/org/lwjgl/vulkan/VkVideoFormatH265QuantizationMapPropertiesKHR.d.ts +53 -0
  12271. package/types/org/lwjgl/vulkan/VkVideoFormatPropertiesKHR.d.ts +75 -0
  12272. package/types/org/lwjgl/vulkan/VkVideoFormatQuantizationMapPropertiesKHR.d.ts +54 -0
  12273. package/types/org/lwjgl/vulkan/VkVideoInlineQueryInfoKHR.d.ts +65 -0
  12274. package/types/org/lwjgl/vulkan/VkVideoPictureResourceInfoKHR.d.ts +75 -0
  12275. package/types/org/lwjgl/vulkan/VkVideoProfileInfoKHR.d.ts +90 -0
  12276. package/types/org/lwjgl/vulkan/VkVideoProfileListInfoKHR.d.ts +60 -0
  12277. package/types/org/lwjgl/vulkan/VkVideoReferenceIntraRefreshInfoKHR.d.ts +55 -0
  12278. package/types/org/lwjgl/vulkan/VkVideoReferenceSlotInfoKHR.d.ts +75 -0
  12279. package/types/org/lwjgl/vulkan/VkVideoSessionCreateInfoKHR.d.ts +111 -0
  12280. package/types/org/lwjgl/vulkan/VkVideoSessionMemoryRequirementsKHR.d.ts +57 -0
  12281. package/types/org/lwjgl/vulkan/VkVideoSessionParametersCreateInfoKHR.d.ts +81 -0
  12282. package/types/org/lwjgl/vulkan/VkVideoSessionParametersUpdateInfoKHR.d.ts +63 -0
  12283. package/types/org/lwjgl/vulkan/VkViewport.d.ts +69 -0
  12284. package/types/org/lwjgl/vulkan/VkViewportSwizzleNV.d.ts +59 -0
  12285. package/types/org/lwjgl/vulkan/VkViewportWScalingNV.d.ts +49 -0
  12286. package/types/org/lwjgl/vulkan/VkWaylandSurfaceCreateInfoKHR.d.ts +65 -0
  12287. package/types/org/lwjgl/vulkan/VkWin32KeyedMutexAcquireReleaseInfoKHR.d.ts +88 -0
  12288. package/types/org/lwjgl/vulkan/VkWin32KeyedMutexAcquireReleaseInfoNV.d.ts +88 -0
  12289. package/types/org/lwjgl/vulkan/VkWin32SurfaceCreateInfoKHR.d.ts +66 -0
  12290. package/types/org/lwjgl/vulkan/VkWriteDescriptorSet.d.ts +103 -0
  12291. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetAccelerationStructureKHR.d.ts +61 -0
  12292. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetAccelerationStructureNV.d.ts +61 -0
  12293. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetInlineUniformBlock.d.ts +60 -0
  12294. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetInlineUniformBlockEXT.d.ts +71 -0
  12295. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetPartitionedAccelerationStructureNV.d.ts +61 -0
  12296. package/types/org/lwjgl/vulkan/VkWriteDescriptorSetTensorARM.d.ts +61 -0
  12297. package/types/org/lwjgl/vulkan/VkWriteIndirectExecutionSetPipelineEXT.d.ts +60 -0
  12298. package/types/org/lwjgl/vulkan/VkWriteIndirectExecutionSetShaderEXT.d.ts +60 -0
  12299. package/types/org/lwjgl/vulkan/VkXYColorEXT.d.ts +49 -0
  12300. package/types/org/lwjgl/vulkan/VkXcbSurfaceCreateInfoKHR.d.ts +65 -0
  12301. package/types/org/lwjgl/vulkan/VkXlibSurfaceCreateInfoKHR.d.ts +65 -0
  12302. package/types/org/lwjgl/vulkan/video/STDVulkanVideo.d.ts +5 -0
  12303. package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecAV1.d.ts +139 -0
  12304. package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecH264.d.ts +115 -0
  12305. package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecH265.d.ts +88 -0
  12306. package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecVP9.d.ts +57 -0
  12307. package/types/org/lwjgl/vulkan/video/StdVideoAV1CDEF.d.ts +85 -0
  12308. package/types/org/lwjgl/vulkan/video/StdVideoAV1ColorConfig.d.ts +85 -0
  12309. package/types/org/lwjgl/vulkan/video/StdVideoAV1ColorConfigFlags.d.ts +63 -0
  12310. package/types/org/lwjgl/vulkan/video/StdVideoAV1FilmGrain.d.ts +203 -0
  12311. package/types/org/lwjgl/vulkan/video/StdVideoAV1FilmGrainFlags.d.ts +63 -0
  12312. package/types/org/lwjgl/vulkan/video/StdVideoAV1GlobalMotion.d.ts +58 -0
  12313. package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopFilter.d.ts +89 -0
  12314. package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopFilterFlags.d.ts +55 -0
  12315. package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopRestoration.d.ts +59 -0
  12316. package/types/org/lwjgl/vulkan/video/StdVideoAV1Quantization.d.ts +92 -0
  12317. package/types/org/lwjgl/vulkan/video/StdVideoAV1QuantizationFlags.d.ts +55 -0
  12318. package/types/org/lwjgl/vulkan/video/StdVideoAV1Segmentation.d.ts +58 -0
  12319. package/types/org/lwjgl/vulkan/video/StdVideoAV1SequenceHeader.d.ts +115 -0
  12320. package/types/org/lwjgl/vulkan/video/StdVideoAV1SequenceHeaderFlags.d.ts +123 -0
  12321. package/types/org/lwjgl/vulkan/video/StdVideoAV1TileInfo.d.ts +94 -0
  12322. package/types/org/lwjgl/vulkan/video/StdVideoAV1TileInfoFlag.d.ts +50 -0
  12323. package/types/org/lwjgl/vulkan/video/StdVideoAV1TimingInfo.d.ts +62 -0
  12324. package/types/org/lwjgl/vulkan/video/StdVideoAV1TimingInfoFlags.d.ts +50 -0
  12325. package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1PictureInfo.d.ts +182 -0
  12326. package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1PictureInfoFlags.d.ts +163 -0
  12327. package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1ReferenceInfo.d.ts +71 -0
  12328. package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1ReferenceInfoFlags.d.ts +55 -0
  12329. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264PictureInfo.d.ts +83 -0
  12330. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264PictureInfoFlags.d.ts +66 -0
  12331. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.d.ts +65 -0
  12332. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfoFlags.d.ts +58 -0
  12333. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265PictureInfo.d.ts +102 -0
  12334. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265PictureInfoFlags.d.ts +58 -0
  12335. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265ReferenceInfo.d.ts +52 -0
  12336. package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265ReferenceInfoFlags.d.ts +50 -0
  12337. package/types/org/lwjgl/vulkan/video/StdVideoDecodeVP9PictureInfo.d.ts +137 -0
  12338. package/types/org/lwjgl/vulkan/video/StdVideoDecodeVP9PictureInfoFlags.d.ts +79 -0
  12339. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1DecoderModelInfo.d.ts +62 -0
  12340. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ExtensionHeader.d.ts +49 -0
  12341. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1OperatingPointInfo.d.ts +77 -0
  12342. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1OperatingPointInfoFlags.d.ts +59 -0
  12343. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1PictureInfo.d.ts +199 -0
  12344. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1PictureInfoFlags.d.ts +163 -0
  12345. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ReferenceInfo.d.ts +74 -0
  12346. package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ReferenceInfoFlags.d.ts +55 -0
  12347. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264PictureInfo.d.ts +94 -0
  12348. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264PictureInfoFlags.d.ts +64 -0
  12349. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264RefListModEntry.d.ts +54 -0
  12350. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264RefPicMarkingEntry.d.ts +64 -0
  12351. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceInfo.d.ts +77 -0
  12352. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceInfoFlags.d.ts +47 -0
  12353. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.d.ts +110 -0
  12354. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfoFlags.d.ts +52 -0
  12355. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264SliceHeader.d.ts +92 -0
  12356. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264SliceHeaderFlags.d.ts +52 -0
  12357. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264WeightTable.d.ts +129 -0
  12358. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264WeightTableFlags.d.ts +59 -0
  12359. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265LongTermRefPics.d.ts +90 -0
  12360. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265PictureInfo.d.ts +106 -0
  12361. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265PictureInfoFlags.d.ts +83 -0
  12362. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceInfo.d.ts +62 -0
  12363. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceInfoFlags.d.ts +55 -0
  12364. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceModificationFlags.d.ts +52 -0
  12365. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceModifications.d.ts +98 -0
  12366. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265SliceSegmentHeader.d.ts +117 -0
  12367. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265SliceSegmentHeaderFlags.d.ts +95 -0
  12368. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTable.d.ts +129 -0
  12369. package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.d.ts +59 -0
  12370. package/types/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.d.ts +105 -0
  12371. package/types/org/lwjgl/vulkan/video/StdVideoH264PictureParameterSet.d.ts +99 -0
  12372. package/types/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.d.ts +74 -0
  12373. package/types/org/lwjgl/vulkan/video/StdVideoH264ScalingLists.d.ts +67 -0
  12374. package/types/org/lwjgl/vulkan/video/StdVideoH264SequenceParameterSet.d.ts +167 -0
  12375. package/types/org/lwjgl/vulkan/video/StdVideoH264SequenceParameterSetVui.d.ts +122 -0
  12376. package/types/org/lwjgl/vulkan/video/StdVideoH264SpsFlags.d.ts +106 -0
  12377. package/types/org/lwjgl/vulkan/video/StdVideoH264SpsVuiFlags.d.ts +90 -0
  12378. package/types/org/lwjgl/vulkan/video/StdVideoH265DecPicBufMgr.d.ts +67 -0
  12379. package/types/org/lwjgl/vulkan/video/StdVideoH265HrdFlags.d.ts +73 -0
  12380. package/types/org/lwjgl/vulkan/video/StdVideoH265HrdParameters.d.ts +128 -0
  12381. package/types/org/lwjgl/vulkan/video/StdVideoH265LongTermRefPicsSps.d.ts +54 -0
  12382. package/types/org/lwjgl/vulkan/video/StdVideoH265PictureParameterSet.d.ts +236 -0
  12383. package/types/org/lwjgl/vulkan/video/StdVideoH265PpsFlags.d.ts +166 -0
  12384. package/types/org/lwjgl/vulkan/video/StdVideoH265PredictorPaletteEntries.d.ts +48 -0
  12385. package/types/org/lwjgl/vulkan/video/StdVideoH265ProfileTierLevel.d.ts +57 -0
  12386. package/types/org/lwjgl/vulkan/video/StdVideoH265ProfileTierLevelFlags.d.ts +62 -0
  12387. package/types/org/lwjgl/vulkan/video/StdVideoH265ScalingLists.d.ts +93 -0
  12388. package/types/org/lwjgl/vulkan/video/StdVideoH265SequenceParameterSet.d.ts +246 -0
  12389. package/types/org/lwjgl/vulkan/video/StdVideoH265SequenceParameterSetVui.d.ts +168 -0
  12390. package/types/org/lwjgl/vulkan/video/StdVideoH265ShortTermRefPicSet.d.ts +115 -0
  12391. package/types/org/lwjgl/vulkan/video/StdVideoH265ShortTermRefPicSetFlags.d.ts +50 -0
  12392. package/types/org/lwjgl/vulkan/video/StdVideoH265SpsFlags.d.ts +166 -0
  12393. package/types/org/lwjgl/vulkan/video/StdVideoH265SpsVuiFlags.d.ts +114 -0
  12394. package/types/org/lwjgl/vulkan/video/StdVideoH265SubLayerHrdParameters.d.ts +81 -0
  12395. package/types/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.d.ts +100 -0
  12396. package/types/org/lwjgl/vulkan/video/StdVideoH265VpsFlags.d.ts +58 -0
  12397. package/types/org/lwjgl/vulkan/video/StdVideoVP9ColorConfig.d.ts +70 -0
  12398. package/types/org/lwjgl/vulkan/video/StdVideoVP9ColorConfigFlags.d.ts +47 -0
  12399. package/types/org/lwjgl/vulkan/video/StdVideoVP9LoopFilter.d.ts +85 -0
  12400. package/types/org/lwjgl/vulkan/video/StdVideoVP9LoopFilterFlags.d.ts +55 -0
  12401. package/types/org/lwjgl/vulkan/video/StdVideoVP9Segmentation.d.ts +84 -0
  12402. package/types/org/lwjgl/vulkan/video/StdVideoVP9SegmentationFlags.d.ts +63 -0
  12403. package/types/org/newsclub/net/unix/AFPipe$SinkChannel.d.ts +2 -1
  12404. package/types/org/newsclub/net/unix/AFPipe$SourceChannel.d.ts +2 -1
  12405. package/types/org/newsclub/net/unix/AFSocketImpl$AFInputStreamImpl.d.ts +2 -1
  12406. package/types/org/newsclub/net/unix/AFSocketImpl$AFOutputStreamImpl.d.ts +2 -1
  12407. package/types/org/newsclub/net/unix/pool/ConcurrentQueueObjectPool$LeaseImpl.d.ts +2 -1
  12408. package/types/org/objectweb/asm/commons/AdviceAdapter.d.ts +1 -0
  12409. package/types/org/objectweb/asm/commons/CodeSizeEvaluator.d.ts +1 -0
  12410. package/types/org/objectweb/asm/commons/JSRInlinerAdapter.d.ts +1 -0
  12411. package/types/org/objectweb/asm/commons/Remapper.d.ts +2 -0
  12412. package/types/org/objectweb/asm/commons/SimpleRemapper.d.ts +1 -0
  12413. package/types/org/objectweb/asm/tree/InsnList$InsnListIterator.d.ts +1 -1
  12414. package/types/org/objectweb/asm/tree/analysis/Analyzer.d.ts +1 -0
  12415. package/types/org/objectweb/asm/tree/analysis/BasicInterpreter.d.ts +1 -0
  12416. package/types/org/objectweb/asm/tree/analysis/BasicVerifier.d.ts +1 -0
  12417. package/types/org/objectweb/asm/tree/analysis/SimpleVerifier.d.ts +1 -0
  12418. package/types/org/objectweb/asm/tree/analysis/SourceInterpreter.d.ts +1 -0
  12419. package/types/org/objectweb/asm/util/CheckFrameAnalyzer.d.ts +1 -0
  12420. package/types/org/objectweb/asm/util/TraceSignatureVisitor$Task.d.ts +13 -0
  12421. package/types/org/objectweb/asm/util/TraceSignatureVisitor.d.ts +3 -3
  12422. package/types/org/slf4j/MDC$MDCCloseable.d.ts +2 -0
  12423. package/types/org/slf4j/helpers/Util$ClassContextSecurityManager.d.ts +2 -0
  12424. package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher$Resource.d.ts +2 -1
  12425. package/types/org/spongepowered/asm/mixin/Dynamic.d.ts +2 -1
  12426. package/types/org/spongepowered/asm/mixin/Interface.d.ts +2 -1
  12427. package/types/org/spongepowered/asm/mixin/Mixin.d.ts +2 -1
  12428. package/types/org/spongepowered/asm/mixin/MixinEnvironment$CompatibilityLevel.d.ts +2 -0
  12429. package/types/org/spongepowered/asm/mixin/MixinEnvironment$Feature.d.ts +2 -0
  12430. package/types/org/spongepowered/asm/mixin/MixinEnvironment$Side.d.ts +2 -0
  12431. package/types/org/spongepowered/asm/mixin/gen/AccessorInfo$AccessorType.d.ts +2 -0
  12432. package/types/org/spongepowered/asm/mixin/injection/Constant.d.ts +2 -1
  12433. package/types/org/spongepowered/asm/mixin/injection/Desc.d.ts +4 -3
  12434. package/types/org/spongepowered/asm/mixin/injection/Next.d.ts +3 -2
  12435. package/types/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector$Meta.d.ts +1 -1
  12436. package/types/org/spongepowered/asm/mixin/injection/invoke/arg/ArgsClassGenerator$ArgsClassInfo.d.ts +2 -1
  12437. package/types/org/spongepowered/asm/mixin/injection/invoke/util/InsnFinder$PopAnalyzer.d.ts +1 -0
  12438. package/types/org/spongepowered/asm/mixin/injection/modify/BeforeLoadLocal$SearchState.d.ts +2 -1
  12439. package/types/org/spongepowered/asm/mixin/injection/modify/LocalVariableDiscriminator$Context$Local.d.ts +2 -1
  12440. package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic$SelectorAnnotation.d.ts +2 -1
  12441. package/types/org/spongepowered/asm/mixin/injection/selectors/dynamic/DynamicSelectorDesc$Next.d.ts +1 -1
  12442. package/types/org/spongepowered/asm/mixin/injection/struct/InjectionInfo$AnnotationType.d.ts +2 -1
  12443. package/types/org/spongepowered/asm/mixin/injection/struct/Target$Extension.d.ts +2 -1
  12444. package/types/org/spongepowered/asm/mixin/transformer/ActivityStack$Activity.d.ts +2 -1
  12445. package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$Field.d.ts +5 -5
  12446. package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$InterfaceMethod.d.ts +1 -1
  12447. package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$Method.d.ts +6 -6
  12448. package/types/org/spongepowered/asm/mixin/transformer/EnumInfo$AssumptionViolatedException.d.ts +2 -0
  12449. package/types/org/spongepowered/asm/mixin/transformer/InnerClassGenerator$InnerClassInfo.d.ts +2 -1
  12450. package/types/org/spongepowered/asm/mixin/transformer/MixinApplicatorEnum$EnumClinit.d.ts +3 -2
  12451. package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$MixinClassNode.d.ts +2 -2
  12452. package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$MixinMethodNode.d.ts +2 -1
  12453. package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$Reloaded.d.ts +2 -1
  12454. package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$State.d.ts +3 -2
  12455. package/types/org/spongepowered/asm/mixin/transformer/MixinProcessor$ErrorPhase.d.ts +2 -0
  12456. package/types/org/spongepowered/asm/service/mojang/Blackboard$Key.d.ts +2 -1
  12457. package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$FormalParamElement.d.ts +2 -1
  12458. package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$SignatureElement.d.ts +2 -1
  12459. package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$TokenElement.d.ts +2 -1
  12460. package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser.d.ts +2 -1
  12461. package/types/org/spongepowered/asm/util/ClassSignature$SignatureRemapper.d.ts +2 -1
  12462. package/types/org/spongepowered/asm/util/ClassSignature$TokenHandle.d.ts +3 -2
  12463. package/types/org/spongepowered/asm/util/PrettyPrinter$CentredText.d.ts +2 -1
  12464. package/types/org/spongepowered/asm/util/PrettyPrinter$HorizontalRule.d.ts +2 -1
  12465. package/types/org/spongepowered/asm/util/PrettyPrinter$KeyValue.d.ts +2 -1
  12466. package/types/org/spongepowered/asm/util/asm/MixinVerifier.d.ts +1 -0
  12467. package/types/org/spongepowered/asm/util/perf/Profiler$DisabledSection.d.ts +2 -1
  12468. package/types/org/spongepowered/asm/util/perf/Profiler$LiveSection.d.ts +2 -1
  12469. package/types/org/spongepowered/asm/util/perf/Profiler$SubSection.d.ts +2 -1
  12470. package/types/org/spongepowered/include/com/google/common/base/Joiner$MapJoiner.d.ts +2 -0
  12471. package/types/org/spongepowered/include/com/google/common/base/Joiner.d.ts +2 -0
  12472. package/types/org/spongepowered/include/com/google/common/base/Platform$JdkPatternCompiler.d.ts +2 -0
  12473. package/types/org/spongepowered/include/com/google/common/base/Predicates$InPredicate.d.ts +2 -0
  12474. package/types/org/spongepowered/include/com/google/common/base/Predicates$IsEqualToPredicate.d.ts +2 -0
  12475. package/types/org/spongepowered/include/com/google/common/base/Predicates$ObjectPredicate.d.ts +2 -0
  12476. package/types/org/spongepowered/include/com/google/common/collect/HashBiMap$Itr.d.ts +1 -1
  12477. package/types/org/spongepowered/include/com/google/common/collect/Maps$EntryFunction.d.ts +2 -0
  12478. package/types/org/spongepowered/include/com/google/common/io/ByteSink$AsCharSink.d.ts +4 -1
  12479. package/types/org/spongepowered/include/com/google/common/io/ByteSource$AsCharSource.d.ts +2 -1
  12480. package/types/org/spongepowered/include/com/google/common/io/ByteStreams$FastByteArrayOutputStream.d.ts +2 -0
  12481. package/types/org/spongepowered/include/com/google/common/io/Files$FileByteSink.d.ts +2 -0
  12482. package/types/org/spongepowered/include/com/google/common/io/Files$FileByteSource.d.ts +2 -0
  12483. package/types/org/spongepowered/include/com/google/common/io/Resources$UrlByteSource.d.ts +2 -0
  12484. package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
  12485. package/types/org/spongepowered/include/com/google/gson/LongSerializationPolicy.d.ts +2 -0
  12486. package/types/org/spongepowered/include/com/google/gson/TreeTypeAdapter$SingleTypeFactory.d.ts +2 -0
  12487. package/types/org/spongepowered/include/com/google/gson/TreeTypeAdapter.d.ts +2 -0
  12488. package/types/org/spongepowered/include/com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +3 -1
  12489. package/types/org/spongepowered/include/com/google/gson/internal/Streams$AppendableWriter.d.ts +2 -0
  12490. package/types/org/spongepowered/include/com/google/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +3 -1
  12491. package/types/org/spongepowered/include/com/google/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
  12492. package/types/org/spongepowered/include/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$Adapter.d.ts +2 -0
  12493. package/types/org/spongepowered/tools/agent/MixinAgent$Transformer.d.ts +2 -1
  12494. package/types/org/spongepowered/tools/obfuscation/AnnotatedMixinElementHandlerShadow$AnnotatedElementShadowField.d.ts +2 -1
  12495. package/types/org/spongepowered/tools/obfuscation/AnnotatedMixinElementHandlerShadow$AnnotatedElementShadowMethod.d.ts +2 -1
  12496. package/types/org/spongepowered/tools/obfuscation/ObfuscationEnvironment$RemapperProxy.d.ts +2 -1
  12497. package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor$CompilerEnvironment.d.ts +2 -0
  12498. package/types/oshi/hardware/platform/linux/LinuxFirmware$VcGenCmdStrings.d.ts +2 -0
  12499. package/types/oshi/hardware/platform/unix/aix/AixComputerSystem$LsattrStrings.d.ts +2 -0
  12500. package/types/oshi/hardware/platform/unix/solaris/SolarisComputerSystem$SmbiosStrings.d.ts +2 -0
  12501. package/types/oshi/hardware/platform/windows/WindowsHWDiskStore$DiskStats.d.ts +2 -0
  12502. package/types/oshi/hardware/platform/windows/WindowsHWDiskStore$PartitionMaps.d.ts +2 -0
  12503. package/types/oshi/util/platform/unix/solaris/KstatUtil$KstatChain.d.ts +2 -0
  12504. package/types/sun/security/pkcs/PKCS9Attribute$AttributeInfo.d.ts +1 -0
  12505. package/types/sun/security/pkcs/SignerInfo$AlgorithmInfo.d.ts +1 -0
  12506. package/types/team/unnamed/mocha/runtime/ExpressionInterpreter$FunctionArgumentImpl.d.ts +2 -1
  12507. package/types/architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_7b6e49548585fe68246c01e40ec4df7391d2c0dc931b55e5bf3a19f10e42a9e7common11522612devjar/PlatformMethods.d.ts +0 -4
  12508. package/types/com/google/common/base/FinalizableReferenceQueue$DirectLoader.d.ts +0 -7
  12509. package/types/com/google/common/collect/ConcurrentHashMultiset$FieldSettersHolder.d.ts +0 -4
  12510. package/types/com/google/common/collect/HashBiMap$BiEntry.d.ts +0 -11
  12511. package/types/com/google/common/collect/HashBiMap$Itr.d.ts +0 -16
  12512. package/types/com/google/common/collect/ImmutableMultimap$FieldSettersHolder.d.ts +0 -4
  12513. package/types/com/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder.d.ts +0 -4
  12514. package/types/com/google/common/collect/Maps$EntryFunction.d.ts +0 -14
  12515. package/types/com/google/common/collect/Serialization$FieldSetter.d.ts +0 -8
  12516. package/types/com/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher.d.ts +0 -14
  12517. package/types/com/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.d.ts +0 -13
  12518. package/types/com/google/thirdparty/publicsuffix/TrieParser.d.ts +0 -4
  12519. package/types/com/ibm/icu/message2/DateTimeFormatterFactory$DateTimeFormatter.d.ts +0 -13
  12520. package/types/com/ibm/icu/message2/DateTimeFormatterFactory.d.ts +0 -9
  12521. package/types/com/ibm/icu/message2/Formatter.d.ts +0 -6
  12522. package/types/com/ibm/icu/message2/FormatterFactory.d.ts +0 -6
  12523. package/types/com/ibm/icu/message2/IdentityFormatterFactory$IdentityFormatterImpl.d.ts +0 -10
  12524. package/types/com/ibm/icu/message2/IdentityFormatterFactory.d.ts +0 -8
  12525. package/types/com/ibm/icu/message2/MFDataModel$Function.d.ts +0 -7
  12526. package/types/com/ibm/icu/message2/NumberFormatterFactory$NumberFormatterImpl.d.ts +0 -15
  12527. package/types/com/ibm/icu/message2/NumberFormatterFactory$PluralSelectorImpl.d.ts +0 -14
  12528. package/types/com/ibm/icu/message2/NumberFormatterFactory$ResolvedMathOptions.d.ts +0 -6
  12529. package/types/com/ibm/icu/message2/NumberFormatterFactory.d.ts +0 -12
  12530. package/types/com/ibm/icu/message2/Selector.d.ts +0 -4
  12531. package/types/com/ibm/icu/message2/SelectorFactory.d.ts +0 -6
  12532. package/types/com/ibm/icu/message2/TextSelectorFactory$TextSelector.d.ts +0 -7
  12533. package/types/com/ibm/icu/message2/TextSelectorFactory.d.ts +0 -8
  12534. package/types/com/mojang/blaze3d/GraphicsWorkarounds.d.ts +0 -14
  12535. package/types/com/mojang/blaze3d/buffers/GpuBuffer$MappedView.d.ts +0 -7
  12536. package/types/com/mojang/blaze3d/opengl/GlBuffer$GlMappedView.d.ts +0 -14
  12537. package/types/com/mojang/blaze3d/opengl/GlTimerQuery.d.ts +0 -11
  12538. package/types/com/mojang/blaze3d/pipeline/RenderPipeline$UniformDescription.d.ts +0 -18
  12539. package/types/com/mojang/blaze3d/platform/BackendOptions.d.ts +0 -9
  12540. package/types/com/mojang/blaze3d/platform/DestFactor.d.ts +0 -24
  12541. package/types/com/mojang/blaze3d/platform/MonitorCreator.d.ts +0 -5
  12542. package/types/com/mojang/blaze3d/platform/ScreenManager.d.ts +0 -14
  12543. package/types/com/mojang/blaze3d/platform/SourceFactor.d.ts +0 -25
  12544. package/types/com/mojang/blaze3d/systems/TimerQuery$FrameProfile.d.ts +0 -10
  12545. package/types/com/mojang/blaze3d/systems/TimerQuery$TimerQueryLazyLoader.d.ts +0 -4
  12546. package/types/com/mojang/blaze3d/textures/TextureFormat.d.ts +0 -18
  12547. package/types/com/mojang/blaze3d/vertex/Tesselator.d.ts +0 -14
  12548. package/types/com/mojang/blaze3d/vertex/UberGpuBuffer$UberGpuBufferStagingBuffer.d.ts +0 -14
  12549. package/types/com/mojang/blaze3d/vertex/VertexFormat$IndexType.d.ts +0 -14
  12550. package/types/com/mojang/blaze3d/vertex/VertexFormat$Mode.d.ts +0 -22
  12551. package/types/com/mojang/blaze3d/vertex/VertexFormatElement$Type.d.ts +0 -21
  12552. package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer$Double.d.ts +0 -42
  12553. package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer$Multiple.d.ts +0 -48
  12554. package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer.d.ts +0 -9
  12555. package/types/com/mojang/logging/annotations/FieldsAreNonnullByDefault.d.ts +0 -5
  12556. package/types/com/mojang/logging/annotations/MethodsReturnNonnullByDefault.d.ts +0 -5
  12557. package/types/com/terraformersmc/modmenu/TextPlaceholderApiCompat.d.ts +0 -6
  12558. package/types/com/terraformersmc/modmenu/gui/widget/LegacyTexturedButtonWidget$Builder.d.ts +0 -25
  12559. package/types/com/terraformersmc/modmenu/gui/widget/LegacyTexturedButtonWidget.d.ts +0 -29
  12560. package/types/com/terraformersmc/modmenu/gui/widget/UpdateCheckerTexturedButtonWidget.d.ts +0 -23
  12561. package/types/com/terraformersmc/modmenu/mixin/AccessorAbstractWidget.d.ts +0 -5
  12562. package/types/eu/pb4/placeholders/api/ArgumentParser.d.ts +0 -4
  12563. package/types/eu/pb4/placeholders/api/ParserContext$Key.d.ts +0 -25
  12564. package/types/eu/pb4/placeholders/api/ParserContext.d.ts +0 -20
  12565. package/types/eu/pb4/placeholders/api/Placeholder$ArgumentedHandler.d.ts +0 -15
  12566. package/types/eu/pb4/placeholders/api/Placeholder$Handler.d.ts +0 -5
  12567. package/types/eu/pb4/placeholders/api/Placeholder.d.ts +0 -23
  12568. package/types/eu/pb4/placeholders/api/PlaceholderContext$ViewObject.d.ts +0 -5
  12569. package/types/eu/pb4/placeholders/api/PlaceholderContext.d.ts +0 -33
  12570. package/types/eu/pb4/placeholders/api/PlaceholderResult.d.ts +0 -13
  12571. package/types/eu/pb4/placeholders/api/Placeholders$PlaceholderGetter.d.ts +0 -7
  12572. package/types/eu/pb4/placeholders/api/Placeholders$PlaceholderListChangedCallback.d.ts +0 -5
  12573. package/types/eu/pb4/placeholders/api/Placeholders.d.ts +0 -32
  12574. package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +0 -43
  12575. package/types/eu/pb4/placeholders/api/arguments/SimpleArguments.d.ts +0 -16
  12576. package/types/eu/pb4/placeholders/api/arguments/StringArgs.d.ts +0 -41
  12577. package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +0 -34
  12578. package/types/eu/pb4/placeholders/api/client/ClientPlaceholders.d.ts +0 -22
  12579. package/types/eu/pb4/placeholders/api/node/DirectComponentNode.d.ts +0 -27
  12580. package/types/eu/pb4/placeholders/api/node/DynamicPlayerHeadNode$Type.d.ts +0 -13
  12581. package/types/eu/pb4/placeholders/api/node/DynamicPlayerHeadNode.d.ts +0 -34
  12582. package/types/eu/pb4/placeholders/api/node/DynamicTextNode.d.ts +0 -33
  12583. package/types/eu/pb4/placeholders/api/node/EmptyNode.d.ts +0 -26
  12584. package/types/eu/pb4/placeholders/api/node/KeybindNode.d.ts +0 -27
  12585. package/types/eu/pb4/placeholders/api/node/LiteralNode.d.ts +0 -29
  12586. package/types/eu/pb4/placeholders/api/node/NbtNode.d.ts +0 -37
  12587. package/types/eu/pb4/placeholders/api/node/NonTransformableNode.d.ts +0 -27
  12588. package/types/eu/pb4/placeholders/api/node/ObjectNode.d.ts +0 -32
  12589. package/types/eu/pb4/placeholders/api/node/ScoreNode.d.ts +0 -33
  12590. package/types/eu/pb4/placeholders/api/node/SelectorNode.d.ts +0 -30
  12591. package/types/eu/pb4/placeholders/api/node/TextNode.d.ts +0 -11
  12592. package/types/eu/pb4/placeholders/api/node/TranslatedNode.d.ts +0 -34
  12593. package/types/eu/pb4/placeholders/api/node/parent/BoldNode.d.ts +0 -16
  12594. package/types/eu/pb4/placeholders/api/node/parent/ClickActionNode.d.ts +0 -25
  12595. package/types/eu/pb4/placeholders/api/node/parent/ColorNode.d.ts +0 -21
  12596. package/types/eu/pb4/placeholders/api/node/parent/DynamicColorNode.d.ts +0 -27
  12597. package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode$SimpleColoredTransformer.d.ts +0 -9
  12598. package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode$Transformer.d.ts +0 -7
  12599. package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode.d.ts +0 -21
  12600. package/types/eu/pb4/placeholders/api/node/parent/FontNode.d.ts +0 -17
  12601. package/types/eu/pb4/placeholders/api/node/parent/FormattingNode.d.ts +0 -23
  12602. package/types/eu/pb4/placeholders/api/node/parent/GradientNode$GradientProvider.d.ts +0 -5
  12603. package/types/eu/pb4/placeholders/api/node/parent/GradientNode.d.ts +0 -35
  12604. package/types/eu/pb4/placeholders/api/node/parent/HoverNode$Action.d.ts +0 -22
  12605. package/types/eu/pb4/placeholders/api/node/parent/HoverNode$EntityNodeContent.d.ts +0 -20
  12606. package/types/eu/pb4/placeholders/api/node/parent/HoverNode$LazyItemStackNodeContent.d.ts +0 -20
  12607. package/types/eu/pb4/placeholders/api/node/parent/HoverNode.d.ts +0 -24
  12608. package/types/eu/pb4/placeholders/api/node/parent/InsertNode.d.ts +0 -18
  12609. package/types/eu/pb4/placeholders/api/node/parent/ItalicNode.d.ts +0 -16
  12610. package/types/eu/pb4/placeholders/api/node/parent/ObfuscatedNode.d.ts +0 -16
  12611. package/types/eu/pb4/placeholders/api/node/parent/ParentNode.d.ts +0 -27
  12612. package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +0 -17
  12613. package/types/eu/pb4/placeholders/api/node/parent/ShadowNode.d.ts +0 -16
  12614. package/types/eu/pb4/placeholders/api/node/parent/SimpleStylingNode.d.ts +0 -14
  12615. package/types/eu/pb4/placeholders/api/node/parent/StrikethroughNode.d.ts +0 -16
  12616. package/types/eu/pb4/placeholders/api/node/parent/StyledNode$HoverData.d.ts +0 -19
  12617. package/types/eu/pb4/placeholders/api/node/parent/StyledNode.d.ts +0 -27
  12618. package/types/eu/pb4/placeholders/api/node/parent/TransformNode.d.ts +0 -21
  12619. package/types/eu/pb4/placeholders/api/node/parent/UnderlinedNode.d.ts +0 -16
  12620. package/types/eu/pb4/placeholders/api/parsers/LegacyFormattingParser.d.ts +0 -34
  12621. package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$MarkdownFormat.d.ts +0 -17
  12622. package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$SubNode.d.ts +0 -13
  12623. package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$SubNodeType.d.ts +0 -24
  12624. package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1.d.ts +0 -41
  12625. package/types/eu/pb4/placeholders/api/parsers/NodeParser.d.ts +0 -14
  12626. package/types/eu/pb4/placeholders/api/parsers/ParserBuilder.d.ts +0 -57
  12627. package/types/eu/pb4/placeholders/api/parsers/StaticPreParser.d.ts +0 -27
  12628. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Context.d.ts +0 -32
  12629. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Format$Tag.d.ts +0 -17
  12630. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Format.d.ts +0 -9
  12631. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Provider.d.ts +0 -8
  12632. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Scope.d.ts +0 -24
  12633. package/types/eu/pb4/placeholders/api/parsers/TagLikeParser.d.ts +0 -48
  12634. package/types/eu/pb4/placeholders/api/parsers/TagLikeWrapper.d.ts +0 -5
  12635. package/types/eu/pb4/placeholders/api/parsers/TagParser.d.ts +0 -51
  12636. package/types/eu/pb4/placeholders/api/parsers/WrappedText.d.ts +0 -18
  12637. package/types/eu/pb4/placeholders/api/parsers/format/BaseFormat.d.ts +0 -16
  12638. package/types/eu/pb4/placeholders/api/parsers/format/MultiCharacterFormat.d.ts +0 -28
  12639. package/types/eu/pb4/placeholders/api/parsers/format/SingleCharacterFormat.d.ts +0 -28
  12640. package/types/eu/pb4/placeholders/api/parsers/tag/NodeCreator$BoolNodeArg.d.ts +0 -5
  12641. package/types/eu/pb4/placeholders/api/parsers/tag/NodeCreator.d.ts +0 -7
  12642. package/types/eu/pb4/placeholders/api/parsers/tag/SimpleTags.d.ts +0 -8
  12643. package/types/eu/pb4/placeholders/api/parsers/tag/TagRegistry$Builder.d.ts +0 -12
  12644. package/types/eu/pb4/placeholders/api/parsers/tag/TagRegistry.d.ts +0 -10
  12645. package/types/eu/pb4/placeholders/api/parsers/tag/TextTag.d.ts +0 -32
  12646. package/types/eu/pb4/placeholders/impl/CommonPlaceholderContextImpl.d.ts +0 -46
  12647. package/types/eu/pb4/placeholders/impl/GeneralUtils$MutableTransformer.d.ts +0 -20
  12648. package/types/eu/pb4/placeholders/impl/GeneralUtils$Pair.d.ts +0 -12
  12649. package/types/eu/pb4/placeholders/impl/GeneralUtils$TextLengthPair.d.ts +0 -13
  12650. package/types/eu/pb4/placeholders/impl/GeneralUtils.d.ts +0 -33
  12651. package/types/eu/pb4/placeholders/impl/LoaderUtil.d.ts +0 -6
  12652. package/types/eu/pb4/placeholders/impl/ServerPlaceholderContextImpl.d.ts +0 -62
  12653. package/types/eu/pb4/placeholders/impl/StringArgOps.d.ts +0 -74
  12654. package/types/eu/pb4/placeholders/impl/client/ClientPlaceholderContextImpl.d.ts +0 -40
  12655. package/types/eu/pb4/placeholders/impl/color/HSV.d.ts +0 -16
  12656. package/types/eu/pb4/placeholders/impl/color/OkLab.d.ts +0 -16
  12657. package/types/eu/pb4/placeholders/impl/color/OkLch.d.ts +0 -18
  12658. package/types/eu/pb4/placeholders/impl/placeholder/PlaceholderNode.d.ts +0 -31
  12659. package/types/eu/pb4/placeholders/impl/placeholder/ViewObjectImpl.d.ts +0 -14
  12660. package/types/eu/pb4/placeholders/impl/placeholder/builtin/PlayerPlaceholders.d.ts +0 -5
  12661. package/types/eu/pb4/placeholders/impl/placeholder/builtin/ServerPlaceholders.d.ts +0 -5
  12662. package/types/eu/pb4/placeholders/impl/placeholder/builtin/WorldPlaceholders.d.ts +0 -5
  12663. package/types/eu/pb4/placeholders/impl/textparser/BuiltinTags.d.ts +0 -7
  12664. package/types/eu/pb4/placeholders/impl/textparser/MergedParser.d.ts +0 -26
  12665. package/types/eu/pb4/placeholders/impl/textparser/MultiTagLikeParser.d.ts +0 -34
  12666. package/types/eu/pb4/placeholders/impl/textparser/SingleTagLikeParser.d.ts +0 -35
  12667. package/types/eu/pb4/placeholders/impl/textparser/providers/LegacyProvider.d.ts +0 -27
  12668. package/types/eu/pb4/placeholders/impl/textparser/providers/LenientFormat.d.ts +0 -23
  12669. package/types/eu/pb4/placeholders/impl/textparser/providers/LenientProvider.d.ts +0 -27
  12670. package/types/eu/pb4/placeholders/impl/textparser/providers/ModernProvider.d.ts +0 -27
  12671. package/types/eu/pb4/placeholders/impl/textparser/tagreg/SimpleTagRegistry.d.ts +0 -33
  12672. package/types/eu/pb4/placeholders/impl/textparser/tagreg/WrappingTagRegistry.d.ts +0 -37
  12673. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkControllerFactory.d.ts +0 -6
  12674. package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkReleasePredicate.d.ts +0 -4
  12675. package/types/io/netty/buffer/AdaptivePoolingAllocator$HistogramChunkController.d.ts +0 -30
  12676. package/types/io/netty/buffer/AdaptivePoolingAllocator$HistogramChunkControllerFactory.d.ts +0 -9
  12677. package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkControllerFactory.d.ts +0 -11
  12678. package/types/io/netty/buffer/ReturnChunkEvent.d.ts +0 -6
  12679. package/types/io/netty/buffer/svm/AdaptivePoolingAllocatorSubstitution.d.ts +0 -5
  12680. package/types/io/netty/channel/kqueue/KQueueSocketChannel$KQueueSocketChannelUnsafe.d.ts +0 -6
  12681. package/types/io/netty/handler/codec/http/CompressionEncoderFactory.d.ts +0 -6
  12682. package/types/io/netty/handler/codec/http/HttpContentCompressor$BrEncoderFactory.d.ts +0 -8
  12683. package/types/io/netty/handler/codec/http/HttpContentCompressor$DeflateEncoderFactory.d.ts +0 -8
  12684. package/types/io/netty/handler/codec/http/HttpContentCompressor$GzipEncoderFactory.d.ts +0 -8
  12685. package/types/io/netty/handler/codec/http/HttpContentCompressor$SnappyEncoderFactory.d.ts +0 -8
  12686. package/types/io/netty/handler/codec/http/HttpContentCompressor$ZstdEncoderFactory.d.ts +0 -8
  12687. package/types/io/netty/handler/ssl/util/X509TrustManagerWrapper.d.ts +0 -16
  12688. package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/AtomicReferenceArrayQueue$WeakIterator.d.ts +0 -17
  12689. package/types/java/lang/invoke/BoundMethodHandle$Specializer$Factory.d.ts +0 -7
  12690. package/types/java/lang/invoke/BoundMethodHandle$Specializer.d.ts +0 -10
  12691. package/types/java/lang/invoke/ClassSpecializer$Factory.d.ts +0 -33
  12692. package/types/java/lang/invoke/ClassSpecializer.d.ts +0 -31
  12693. package/types/kotlin/reflect/TypeVariableImpl.d.ts +0 -22
  12694. package/types/kotlin/reflect/jvm/internal/DescriptorKParameter$CompoundTypeImpl.d.ts +0 -11
  12695. package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$FunctionJvmDescriptor.d.ts +0 -7
  12696. package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller$MultiFieldValueClassPrimaryConstructorCaller.d.ts +0 -20
  12697. package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/NullabilityQualifierWithMigrationStatus.d.ts +0 -13
  12698. package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$KotlinSerializedIrArgumentVisitor.d.ts +0 -16
  12699. package/types/kotlin/reflect/jvm/internal/impl/platform/SimplePlatform.d.ts +0 -9
  12700. package/types/kotlin/reflect/jvm/internal/impl/platform/TargetPlatformVersion.d.ts +0 -4
  12701. package/types/kotlinx/serialization/json/internal/JsonDecodingException.d.ts +0 -4
  12702. package/types/kotlinx/serialization/json/internal/JsonEncodingException.d.ts +0 -4
  12703. package/types/kotlinx/serialization/json/internal/JsonException.d.ts +0 -4
  12704. package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumBlockCounter.d.ts +0 -17
  12705. package/types/net/caffeinemc/mods/sodium/client/gl/GlObject.d.ts +0 -10
  12706. package/types/net/caffeinemc/mods/sodium/client/gl/arena/GlBufferArena.d.ts +0 -43
  12707. package/types/net/caffeinemc/mods/sodium/client/gl/arena/GlBufferSegment.d.ts +0 -24
  12708. package/types/net/caffeinemc/mods/sodium/client/gl/arena/PendingUpload.d.ts +0 -12
  12709. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/FallbackStagingBuffer.d.ts +0 -16
  12710. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$CopyCommand.d.ts +0 -10
  12711. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$FencedMemoryRegion.d.ts +0 -12
  12712. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$MappedBuffer.d.ts +0 -16
  12713. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer.d.ts +0 -31
  12714. package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/StagingBuffer.d.ts +0 -11
  12715. package/types/net/caffeinemc/mods/sodium/client/gl/array/GlVertexArray.d.ts +0 -5
  12716. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttribute.d.ts +0 -20
  12717. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttributeBinding.d.ts +0 -6
  12718. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttributeFormat.d.ts +0 -18
  12719. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder.d.ts +0 -13
  12720. package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat.d.ts +0 -16
  12721. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBuffer.d.ts +0 -8
  12722. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferMapFlags.d.ts +0 -21
  12723. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferMapping.d.ts +0 -14
  12724. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferStorageFlags.d.ts +0 -18
  12725. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferStreamer.d.ts +0 -16
  12726. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferTarget.d.ts +0 -20
  12727. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferUsage.d.ts +0 -21
  12728. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlImmutableBuffer.d.ts +0 -8
  12729. package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlMutableBuffer.d.ts +0 -7
  12730. package/types/net/caffeinemc/mods/sodium/client/gl/device/CommandList.d.ts +0 -40
  12731. package/types/net/caffeinemc/mods/sodium/client/gl/device/DrawCommandList.d.ts +0 -10
  12732. package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice$ImmediateCommandList.d.ts +0 -44
  12733. package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice$ImmediateDrawCommandList.d.ts +0 -11
  12734. package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice.d.ts +0 -27
  12735. package/types/net/caffeinemc/mods/sodium/client/gl/device/MultiDrawBatch.d.ts +0 -13
  12736. package/types/net/caffeinemc/mods/sodium/client/gl/device/RenderDevice.d.ts +0 -12
  12737. package/types/net/caffeinemc/mods/sodium/client/gl/functions/BufferStorageFunctions.d.ts +0 -19
  12738. package/types/net/caffeinemc/mods/sodium/client/gl/functions/DeviceFunctions.d.ts +0 -8
  12739. package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlProgram$Builder.d.ts +0 -15
  12740. package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlProgram.d.ts +0 -22
  12741. package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlShader.d.ts +0 -10
  12742. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderConstants$Builder.d.ts +0 -10
  12743. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderConstants.d.ts +0 -8
  12744. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderLoader.d.ts +0 -10
  12745. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser$ParsedShader.d.ts +0 -11
  12746. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser.d.ts +0 -16
  12747. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderType.d.ts +0 -17
  12748. package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderWorkarounds.d.ts +0 -4
  12749. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniform.d.ts +0 -6
  12750. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformBlock.d.ts +0 -7
  12751. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformBool.d.ts +0 -6
  12752. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat.d.ts +0 -6
  12753. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat2v.d.ts +0 -6
  12754. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat3v.d.ts +0 -6
  12755. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat4v.d.ts +0 -6
  12756. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformInt.d.ts +0 -6
  12757. package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformMatrix4f.d.ts +0 -6
  12758. package/types/net/caffeinemc/mods/sodium/client/gl/state/GlStateTracker.d.ts +0 -14
  12759. package/types/net/caffeinemc/mods/sodium/client/gl/sync/GlFence.d.ts +0 -11
  12760. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +0 -15
  12761. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlIndexType.d.ts +0 -17
  12762. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlPrimitiveType.d.ts +0 -16
  12763. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlTessellation.d.ts +0 -9
  12764. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlVertexArrayTessellation.d.ts +0 -13
  12765. package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/TessellationBinding.d.ts +0 -18
  12766. package/types/net/caffeinemc/mods/sodium/client/gl/util/EnumBitField.d.ts +0 -11
  12767. package/types/net/caffeinemc/mods/sodium/client/gui/SodiumConfigBuilder$FullscreenMode.d.ts +0 -13
  12768. package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer$IndexType.d.ts +0 -22
  12769. package/types/net/caffeinemc/mods/sodium/client/render/chunk/TaskQueueType.d.ts +0 -16
  12770. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/OcclusionSectionCollector.d.ts +0 -6
  12771. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +0 -27
  12772. package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TreeSectionCollector.d.ts +0 -11
  12773. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkFogMode.d.ts +0 -19
  12774. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderBindingPoints.d.ts +0 -9
  12775. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent$None.d.ts +0 -7
  12776. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent$Smooth.d.ts +0 -12
  12777. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent.d.ts +0 -6
  12778. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderInterface.d.ts +0 -14
  12779. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderOptions.d.ts +0 -19
  12780. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderTextureSlot.d.ts +0 -13
  12781. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/DefaultShaderInterface.d.ts +0 -40
  12782. package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ShaderBindingContext.d.ts +0 -10
  12783. package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/DefaultChunkMeshAttributes.d.ts +0 -9
  12784. package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext.d.ts +0 -25
  12785. package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatAttribute.d.ts +0 -18
  12786. package/types/net/caffeinemc/mods/sodium/mixin/features/render/immediate/buffer_builder/sorting/MeshDataAccessor.d.ts +0 -5
  12787. package/types/net/ccbluex/liquidbounce/common/OutlineFlag.d.ts +0 -5
  12788. package/types/net/ccbluex/liquidbounce/event/events/DrawOutlinesEvent$OutlineType.d.ts +0 -13
  12789. package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureSilentScreen$drawInventoryTag$1.d.ts +0 -18
  12790. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$OutlineMode.d.ts +0 -15
  12791. package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$CustomLightmap$EditorMode$SingleColor.d.ts +0 -12
  12792. package/types/net/ccbluex/liquidbounce/injection/mixins/minecraft/gui/MixinGuiAccessor.d.ts +0 -3
  12793. package/types/net/ccbluex/liquidbounce/interfaces/ChatComponentAddition.d.ts +0 -4
  12794. package/types/net/ccbluex/liquidbounce/interfaces/OutlineBufferSourceSingleDrawAddition.d.ts +0 -6
  12795. package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend$SharedTextureEntry.d.ts +0 -17
  12796. package/types/net/ccbluex/liquidbounce/render/FontManager.d.ts +0 -52
  12797. package/types/net/ccbluex/liquidbounce/render/StaticMeshStorage.d.ts +0 -30
  12798. package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$Companion.d.ts +0 -9
  12799. package/types/net/ccbluex/liquidbounce/utils/math/ShapeExtensionsKt$EntriesMappings.d.ts +0 -5
  12800. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection$ExtendedBlockModelSubmit.d.ts +0 -31
  12801. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection$ExtendedItemSubmit.d.ts +0 -30
  12802. package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection.d.ts +0 -7
  12803. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents$AfterBlockOutlineExtraction.d.ts +0 -6
  12804. package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents$EndExtraction.d.ts +0 -5
  12805. package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$FabricIntrinsicHolderTagsProvider.d.ts +0 -20
  12806. package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder$Living.d.ts +0 -39
  12807. package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder$Mob.d.ts +0 -49
  12808. package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder.d.ts +0 -50
  12809. package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/AltItemRenderer.d.ts +0 -25
  12810. package/types/net/fabricmc/fabric/impl/client/renderer/BlockModelBufferCache.d.ts +0 -18
  12811. package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers$BlockModel.d.ts +0 -19
  12812. package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers$BreakingBlockModel.d.ts +0 -12
  12813. package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers.d.ts +0 -4
  12814. package/types/net/fabricmc/fabric/impl/client/rendering/LevelRenderContextBackwardsCompatHack.d.ts +0 -5
  12815. package/types/net/fabricmc/fabric/impl/object/builder/client/SignTypeTextureHelper.d.ts +0 -5
  12816. package/types/net/fabricmc/fabric/mixin/client/renderer/sprite/MaterialBakerMixin.d.ts +0 -9
  12817. package/types/net/fabricmc/fabric/mixin/client/rendering/DrawAccessor.d.ts +0 -6
  12818. package/types/net/fabricmc/fabric/mixin/client/rendering/GuiAccessor.d.ts +0 -10
  12819. package/types/net/irisshaders/iris/gl/image/ImageClearPass$Float.d.ts +0 -7
  12820. package/types/net/irisshaders/iris/gl/image/ImageClearPass$Int.d.ts +0 -7
  12821. package/types/net/irisshaders/iris/gl/image/ImageClearPass$UInt.d.ts +0 -7
  12822. package/types/net/irisshaders/iris/layer/BufferSourceWrapper.d.ts +0 -16
  12823. package/types/net/irisshaders/iris/pipeline/programs/GlUniformMatrix3f.d.ts +0 -6
  12824. package/types/net/irisshaders/iris/pipeline/programs/SodiumPrograms$Pass.d.ts +0 -19
  12825. package/types/net/irisshaders/iris/pipeline/programs/SodiumPrograms.d.ts +0 -39
  12826. package/types/net/irisshaders/iris/pipeline/programs/SodiumShader.d.ts +0 -60
  12827. package/types/net/irisshaders/iris/vertices/MemoryAccess.d.ts +0 -15
  12828. package/types/net/irisshaders/iris/vertices/sodium/terrain/IrisChunkMeshAttributes.d.ts +0 -10
  12829. package/types/net/minecraft/advancements/CriteriaTriggers.d.ts +0 -111
  12830. package/types/net/minecraft/advancements/Criterion.d.ts +0 -16
  12831. package/types/net/minecraft/advancements/CriterionTrigger$Listener.d.ts +0 -18
  12832. package/types/net/minecraft/advancements/CriterionTrigger.d.ts +0 -13
  12833. package/types/net/minecraft/advancements/criterion/AnyBlockInteractionTrigger$TriggerInstance.d.ts +0 -21
  12834. package/types/net/minecraft/advancements/criterion/AnyBlockInteractionTrigger.d.ts +0 -13
  12835. package/types/net/minecraft/advancements/criterion/BeeNestDestroyedTrigger$TriggerInstance.d.ts +0 -33
  12836. package/types/net/minecraft/advancements/criterion/BeeNestDestroyedTrigger.d.ts +0 -13
  12837. package/types/net/minecraft/advancements/criterion/BlockPredicate$Builder.d.ts +0 -26
  12838. package/types/net/minecraft/advancements/criterion/BlockPredicate.d.ts +0 -35
  12839. package/types/net/minecraft/advancements/criterion/BredAnimalsTrigger$TriggerInstance.d.ts +0 -31
  12840. package/types/net/minecraft/advancements/criterion/BredAnimalsTrigger.d.ts +0 -13
  12841. package/types/net/minecraft/advancements/criterion/BrewedPotionTrigger$TriggerInstance.d.ts +0 -24
  12842. package/types/net/minecraft/advancements/criterion/BrewedPotionTrigger.d.ts +0 -13
  12843. package/types/net/minecraft/advancements/criterion/ChangeDimensionTrigger$TriggerInstance.d.ts +0 -29
  12844. package/types/net/minecraft/advancements/criterion/ChangeDimensionTrigger.d.ts +0 -13
  12845. package/types/net/minecraft/advancements/criterion/ChanneledLightningTrigger$TriggerInstance.d.ts +0 -23
  12846. package/types/net/minecraft/advancements/criterion/ChanneledLightningTrigger.d.ts +0 -12
  12847. package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Multiple.d.ts +0 -18
  12848. package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Single.d.ts +0 -18
  12849. package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Zero.d.ts +0 -12
  12850. package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Entry.d.ts +0 -17
  12851. package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Multiple.d.ts +0 -19
  12852. package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Single.d.ts +0 -19
  12853. package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Zero.d.ts +0 -13
  12854. package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate.d.ts +0 -9
  12855. package/types/net/minecraft/advancements/criterion/CollectionPredicate.d.ts +0 -27
  12856. package/types/net/minecraft/advancements/criterion/ConstructBeaconTrigger$TriggerInstance.d.ts +0 -24
  12857. package/types/net/minecraft/advancements/criterion/ConstructBeaconTrigger.d.ts +0 -11
  12858. package/types/net/minecraft/advancements/criterion/ConsumeItemTrigger$TriggerInstance.d.ts +0 -30
  12859. package/types/net/minecraft/advancements/criterion/ConsumeItemTrigger.d.ts +0 -12
  12860. package/types/net/minecraft/advancements/criterion/CuredZombieVillagerTrigger$TriggerInstance.d.ts +0 -25
  12861. package/types/net/minecraft/advancements/criterion/CuredZombieVillagerTrigger.d.ts +0 -13
  12862. package/types/net/minecraft/advancements/criterion/DamagePredicate$Builder.d.ts +0 -23
  12863. package/types/net/minecraft/advancements/criterion/DamagePredicate.d.ts +0 -27
  12864. package/types/net/minecraft/advancements/criterion/DamageSourcePredicate$Builder.d.ts +0 -21
  12865. package/types/net/minecraft/advancements/criterion/DamageSourcePredicate.d.ts +0 -28
  12866. package/types/net/minecraft/advancements/criterion/DataComponentMatchers$Builder.d.ts +0 -17
  12867. package/types/net/minecraft/advancements/criterion/DefaultBlockInteractionTrigger$TriggerInstance.d.ts +0 -21
  12868. package/types/net/minecraft/advancements/criterion/DefaultBlockInteractionTrigger.d.ts +0 -12
  12869. package/types/net/minecraft/advancements/criterion/DistancePredicate.d.ts +0 -25
  12870. package/types/net/minecraft/advancements/criterion/DistanceTrigger$TriggerInstance.d.ts +0 -32
  12871. package/types/net/minecraft/advancements/criterion/DistanceTrigger.d.ts +0 -12
  12872. package/types/net/minecraft/advancements/criterion/EffectsChangedTrigger$TriggerInstance.d.ts +0 -30
  12873. package/types/net/minecraft/advancements/criterion/EffectsChangedTrigger.d.ts +0 -12
  12874. package/types/net/minecraft/advancements/criterion/EnchantedItemTrigger$TriggerInstance.d.ts +0 -27
  12875. package/types/net/minecraft/advancements/criterion/EnchantedItemTrigger.d.ts +0 -12
  12876. package/types/net/minecraft/advancements/criterion/EnchantmentPredicate.d.ts +0 -23
  12877. package/types/net/minecraft/advancements/criterion/EnterBlockTrigger$TriggerInstance.d.ts +0 -28
  12878. package/types/net/minecraft/advancements/criterion/EnterBlockTrigger.d.ts +0 -12
  12879. package/types/net/minecraft/advancements/criterion/EntityEquipmentPredicate$Builder.d.ts +0 -24
  12880. package/types/net/minecraft/advancements/criterion/EntityEquipmentPredicate.d.ts +0 -32
  12881. package/types/net/minecraft/advancements/criterion/EntityFlagsPredicate$Builder.d.ts +0 -26
  12882. package/types/net/minecraft/advancements/criterion/EntityFlagsPredicate.d.ts +0 -31
  12883. package/types/net/minecraft/advancements/criterion/EntityHurtPlayerTrigger$TriggerInstance.d.ts +0 -28
  12884. package/types/net/minecraft/advancements/criterion/EntityHurtPlayerTrigger.d.ts +0 -12
  12885. package/types/net/minecraft/advancements/criterion/EntityPredicate$Builder.d.ts +0 -65
  12886. package/types/net/minecraft/advancements/criterion/EntityPredicate$LocationWrapper.d.ts +0 -18
  12887. package/types/net/minecraft/advancements/criterion/EntityPredicate.d.ts +0 -69
  12888. package/types/net/minecraft/advancements/criterion/EntitySubPredicate.d.ts +0 -9
  12889. package/types/net/minecraft/advancements/criterion/EntitySubPredicates.d.ts +0 -19
  12890. package/types/net/minecraft/advancements/criterion/EntityTypePredicate.d.ts +0 -19
  12891. package/types/net/minecraft/advancements/criterion/FallAfterExplosionTrigger$TriggerInstance.d.ts +0 -32
  12892. package/types/net/minecraft/advancements/criterion/FallAfterExplosionTrigger.d.ts +0 -13
  12893. package/types/net/minecraft/advancements/criterion/FilledBucketTrigger$TriggerInstance.d.ts +0 -25
  12894. package/types/net/minecraft/advancements/criterion/FilledBucketTrigger.d.ts +0 -12
  12895. package/types/net/minecraft/advancements/criterion/FishingHookPredicate.d.ts +0 -23
  12896. package/types/net/minecraft/advancements/criterion/FishingRodHookedTrigger$TriggerInstance.d.ts +0 -30
  12897. package/types/net/minecraft/advancements/criterion/FishingRodHookedTrigger.d.ts +0 -13
  12898. package/types/net/minecraft/advancements/criterion/FluidPredicate$Builder.d.ts +0 -16
  12899. package/types/net/minecraft/advancements/criterion/FluidPredicate.d.ts +0 -21
  12900. package/types/net/minecraft/advancements/criterion/FoodPredicate$Builder.d.ts +0 -13
  12901. package/types/net/minecraft/advancements/criterion/FoodPredicate.d.ts +0 -19
  12902. package/types/net/minecraft/advancements/criterion/ImpossibleTrigger.d.ts +0 -15
  12903. package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger$TriggerInstance$Slots.d.ts +0 -19
  12904. package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger$TriggerInstance.d.ts +0 -29
  12905. package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger.d.ts +0 -14
  12906. package/types/net/minecraft/advancements/criterion/ItemDurabilityTrigger$TriggerInstance.d.ts +0 -30
  12907. package/types/net/minecraft/advancements/criterion/ItemDurabilityTrigger.d.ts +0 -12
  12908. package/types/net/minecraft/advancements/criterion/ItemPredicate$Builder.d.ts +0 -22
  12909. package/types/net/minecraft/advancements/criterion/ItemPredicate.d.ts +0 -29
  12910. package/types/net/minecraft/advancements/criterion/ItemUsedOnLocationTrigger$TriggerInstance.d.ts +0 -34
  12911. package/types/net/minecraft/advancements/criterion/ItemUsedOnLocationTrigger.d.ts +0 -13
  12912. package/types/net/minecraft/advancements/criterion/KilledByArrowTrigger$TriggerInstance.d.ts +0 -33
  12913. package/types/net/minecraft/advancements/criterion/KilledByArrowTrigger.d.ts +0 -13
  12914. package/types/net/minecraft/advancements/criterion/KilledTrigger$TriggerInstance.d.ts +0 -45
  12915. package/types/net/minecraft/advancements/criterion/KilledTrigger.d.ts +0 -13
  12916. package/types/net/minecraft/advancements/criterion/LevitationTrigger$TriggerInstance.d.ts +0 -28
  12917. package/types/net/minecraft/advancements/criterion/LevitationTrigger.d.ts +0 -12
  12918. package/types/net/minecraft/advancements/criterion/LightPredicate$Builder.d.ts +0 -10
  12919. package/types/net/minecraft/advancements/criterion/LightPredicate.d.ts +0 -16
  12920. package/types/net/minecraft/advancements/criterion/LightningBoltPredicate.d.ts +0 -26
  12921. package/types/net/minecraft/advancements/criterion/LightningStrikeTrigger$TriggerInstance.d.ts +0 -26
  12922. package/types/net/minecraft/advancements/criterion/LightningStrikeTrigger.d.ts +0 -13
  12923. package/types/net/minecraft/advancements/criterion/LocationPredicate$Builder.d.ts +0 -46
  12924. package/types/net/minecraft/advancements/criterion/LocationPredicate$PositionPredicate.d.ts +0 -18
  12925. package/types/net/minecraft/advancements/criterion/LocationPredicate.d.ts +0 -40
  12926. package/types/net/minecraft/advancements/criterion/LootTableTrigger$TriggerInstance.d.ts +0 -24
  12927. package/types/net/minecraft/advancements/criterion/LootTableTrigger.d.ts +0 -13
  12928. package/types/net/minecraft/advancements/criterion/MinMaxBounds$Bounds.d.ts +0 -33
  12929. package/types/net/minecraft/advancements/criterion/MinMaxBounds$Doubles.d.ts +0 -40
  12930. package/types/net/minecraft/advancements/criterion/MinMaxBounds$FloatDegrees.d.ts +0 -31
  12931. package/types/net/minecraft/advancements/criterion/MinMaxBounds$Ints.d.ts +0 -40
  12932. package/types/net/minecraft/advancements/criterion/MinMaxBounds.d.ts +0 -11
  12933. package/types/net/minecraft/advancements/criterion/MobEffectsPredicate$Builder.d.ts +0 -15
  12934. package/types/net/minecraft/advancements/criterion/MobEffectsPredicate$MobEffectInstancePredicate.d.ts +0 -23
  12935. package/types/net/minecraft/advancements/criterion/MobEffectsPredicate.d.ts +0 -21
  12936. package/types/net/minecraft/advancements/criterion/MovementPredicate.d.ts +0 -30
  12937. package/types/net/minecraft/advancements/criterion/PickedUpItemTrigger$TriggerInstance.d.ts +0 -29
  12938. package/types/net/minecraft/advancements/criterion/PickedUpItemTrigger.d.ts +0 -13
  12939. package/types/net/minecraft/advancements/criterion/PlayerHurtEntityTrigger$TriggerInstance.d.ts +0 -35
  12940. package/types/net/minecraft/advancements/criterion/PlayerHurtEntityTrigger.d.ts +0 -13
  12941. package/types/net/minecraft/advancements/criterion/PlayerInteractTrigger$TriggerInstance.d.ts +0 -31
  12942. package/types/net/minecraft/advancements/criterion/PlayerInteractTrigger.d.ts +0 -13
  12943. package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +0 -16
  12944. package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementDonePredicate.d.ts +0 -15
  12945. package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementPredicate.d.ts +0 -8
  12946. package/types/net/minecraft/advancements/criterion/PlayerPredicate$Builder.d.ts +0 -39
  12947. package/types/net/minecraft/advancements/criterion/PlayerPredicate$StatMatcher.d.ts +0 -25
  12948. package/types/net/minecraft/advancements/criterion/PlayerPredicate.d.ts +0 -44
  12949. package/types/net/minecraft/advancements/criterion/PlayerTrigger$TriggerInstance.d.ts +0 -32
  12950. package/types/net/minecraft/advancements/criterion/PlayerTrigger.d.ts +0 -11
  12951. package/types/net/minecraft/advancements/criterion/RaiderPredicate.d.ts +0 -22
  12952. package/types/net/minecraft/advancements/criterion/RecipeCraftedTrigger$TriggerInstance.d.ts +0 -31
  12953. package/types/net/minecraft/advancements/criterion/RecipeCraftedTrigger.d.ts +0 -14
  12954. package/types/net/minecraft/advancements/criterion/RecipeUnlockedTrigger$TriggerInstance.d.ts +0 -23
  12955. package/types/net/minecraft/advancements/criterion/RecipeUnlockedTrigger.d.ts +0 -16
  12956. package/types/net/minecraft/advancements/criterion/SheepPredicate.d.ts +0 -22
  12957. package/types/net/minecraft/advancements/criterion/ShotCrossbowTrigger$TriggerInstance.d.ts +0 -28
  12958. package/types/net/minecraft/advancements/criterion/ShotCrossbowTrigger.d.ts +0 -12
  12959. package/types/net/minecraft/advancements/criterion/SimpleCriterionTrigger$SimpleInstance.d.ts +0 -9
  12960. package/types/net/minecraft/advancements/criterion/SimpleCriterionTrigger.d.ts +0 -17
  12961. package/types/net/minecraft/advancements/criterion/SlideDownBlockTrigger$TriggerInstance.d.ts +0 -28
  12962. package/types/net/minecraft/advancements/criterion/SlideDownBlockTrigger.d.ts +0 -12
  12963. package/types/net/minecraft/advancements/criterion/SlimePredicate.d.ts +0 -22
  12964. package/types/net/minecraft/advancements/criterion/SlotsPredicate.d.ts +0 -16
  12965. package/types/net/minecraft/advancements/criterion/SpearMobsTrigger$TriggerInstance.d.ts +0 -22
  12966. package/types/net/minecraft/advancements/criterion/SpearMobsTrigger.d.ts +0 -11
  12967. package/types/net/minecraft/advancements/criterion/StartRidingTrigger$TriggerInstance.d.ts +0 -20
  12968. package/types/net/minecraft/advancements/criterion/StartRidingTrigger.d.ts +0 -11
  12969. package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$Builder.d.ts +0 -18
  12970. package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$ExactMatcher.d.ts +0 -22
  12971. package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$PropertyMatcher.d.ts +0 -21
  12972. package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$RangedMatcher.d.ts +0 -25
  12973. package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate.d.ts +0 -25
  12974. package/types/net/minecraft/advancements/criterion/SummonedEntityTrigger$TriggerInstance.d.ts +0 -24
  12975. package/types/net/minecraft/advancements/criterion/SummonedEntityTrigger.d.ts +0 -12
  12976. package/types/net/minecraft/advancements/criterion/TagPredicate.d.ts +0 -19
  12977. package/types/net/minecraft/advancements/criterion/TameAnimalTrigger$TriggerInstance.d.ts +0 -25
  12978. package/types/net/minecraft/advancements/criterion/TameAnimalTrigger.d.ts +0 -12
  12979. package/types/net/minecraft/advancements/criterion/TargetBlockTrigger$TriggerInstance.d.ts +0 -27
  12980. package/types/net/minecraft/advancements/criterion/TargetBlockTrigger.d.ts +0 -13
  12981. package/types/net/minecraft/advancements/criterion/TradeTrigger$TriggerInstance.d.ts +0 -29
  12982. package/types/net/minecraft/advancements/criterion/TradeTrigger.d.ts +0 -13
  12983. package/types/net/minecraft/advancements/criterion/UsedEnderEyeTrigger$TriggerInstance.d.ts +0 -21
  12984. package/types/net/minecraft/advancements/criterion/UsedEnderEyeTrigger.d.ts +0 -12
  12985. package/types/net/minecraft/advancements/criterion/UsedTotemTrigger$TriggerInstance.d.ts +0 -28
  12986. package/types/net/minecraft/advancements/criterion/UsedTotemTrigger.d.ts +0 -12
  12987. package/types/net/minecraft/advancements/criterion/UsingItemTrigger$TriggerInstance.d.ts +0 -26
  12988. package/types/net/minecraft/advancements/criterion/UsingItemTrigger.d.ts +0 -12
  12989. package/types/net/minecraft/client/Minecraft$GameLoadCookie.d.ts +0 -14
  12990. package/types/net/minecraft/client/gui/Gui$ContextualInfo.d.ts +0 -14
  12991. package/types/net/minecraft/client/gui/Gui$HeartType.d.ts +0 -26
  12992. package/types/net/minecraft/client/gui/contextualbar/ContextualBarRenderer.d.ts +0 -10
  12993. package/types/net/minecraft/client/gui/contextualbar/ExperienceBarRenderer.d.ts +0 -20
  12994. package/types/net/minecraft/client/gui/contextualbar/JumpableVehicleBarRenderer.d.ts +0 -22
  12995. package/types/net/minecraft/client/gui/contextualbar/LocatorBarRenderer.d.ts +0 -20
  12996. package/types/net/minecraft/client/gui/render/GuiRenderer$MeshToDraw.d.ts +0 -22
  12997. package/types/net/minecraft/client/gui/render/pip/GuiSignRenderer.d.ts +0 -13
  12998. package/types/net/minecraft/client/gui/screens/PauseScreen$FeedbackSubScreen.d.ts +0 -26
  12999. package/types/net/minecraft/client/gui/screens/ShareToLanScreen.d.ts +0 -31
  13000. package/types/net/minecraft/client/gui/screens/inventory/AbstractContainerScreen$SnapbackData.d.ts +0 -17
  13001. package/types/net/minecraft/client/renderer/LevelRenderer$BrightnessGetter.d.ts +0 -6
  13002. package/types/net/minecraft/client/renderer/MultiBufferSource$BufferSource.d.ts +0 -21
  13003. package/types/net/minecraft/client/renderer/MultiBufferSource.d.ts +0 -6
  13004. package/types/net/minecraft/client/renderer/OutlineBufferSource$EntityOutlineGenerator.d.ts +0 -47
  13005. package/types/net/minecraft/client/renderer/OutlineBufferSource.d.ts +0 -18
  13006. package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphEvents.d.ts +0 -14
  13007. package/types/net/minecraft/client/renderer/ShapeRenderer.d.ts +0 -8
  13008. package/types/net/minecraft/client/renderer/SubmitNodeCollector$ParticleGroupRenderer.d.ts +0 -10
  13009. package/types/net/minecraft/client/renderer/SubmitNodeStorage$BlockModelSubmit.d.ts +0 -24
  13010. package/types/net/minecraft/client/renderer/SubmitNodeStorage$BreakingBlockModelSubmit.d.ts +0 -17
  13011. package/types/net/minecraft/client/renderer/SubmitNodeStorage$CustomGeometrySubmit.d.ts +0 -22
  13012. package/types/net/minecraft/client/renderer/SubmitNodeStorage$FlameSubmit.d.ts +0 -17
  13013. package/types/net/minecraft/client/renderer/SubmitNodeStorage$ItemSubmit.d.ts +0 -35
  13014. package/types/net/minecraft/client/renderer/SubmitNodeStorage$LeashSubmit.d.ts +0 -14
  13015. package/types/net/minecraft/client/renderer/SubmitNodeStorage$ModelPartSubmit.d.ts +0 -39
  13016. package/types/net/minecraft/client/renderer/SubmitNodeStorage$ModelSubmit.d.ts +0 -37
  13017. package/types/net/minecraft/client/renderer/SubmitNodeStorage$MovingBlockSubmit.d.ts +0 -14
  13018. package/types/net/minecraft/client/renderer/SubmitNodeStorage$NameTagSubmit.d.ts +0 -25
  13019. package/types/net/minecraft/client/renderer/SubmitNodeStorage$ShadowSubmit.d.ts +0 -15
  13020. package/types/net/minecraft/client/renderer/SubmitNodeStorage$TextSubmit.d.ts +0 -40
  13021. package/types/net/minecraft/client/renderer/SubmitNodeStorage$TranslucentModelSubmit.d.ts +0 -17
  13022. package/types/net/minecraft/client/renderer/blockentity/BedRenderer.d.ts +0 -41
  13023. package/types/net/minecraft/client/renderer/blockentity/HangingSignRenderer$Models.d.ts +0 -20
  13024. package/types/net/minecraft/client/renderer/blockentity/StandingSignRenderer$Models.d.ts +0 -18
  13025. package/types/net/minecraft/client/renderer/chunk/CompileTaskDynamicQueue.d.ts +0 -13
  13026. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$CompileTask$SectionTaskResult.d.ts +0 -12
  13027. package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$RebuildTask.d.ts +0 -13
  13028. package/types/net/minecraft/client/renderer/feature/BlockFeatureRenderer.d.ts +0 -20
  13029. package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer$Storage.d.ts +0 -15
  13030. package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$Storage.d.ts +0 -13
  13031. package/types/net/minecraft/client/renderer/feature/ModelPartFeatureRenderer$Storage.d.ts +0 -13
  13032. package/types/net/minecraft/client/renderer/feature/ModelPartFeatureRenderer.d.ts +0 -14
  13033. package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$Storage.d.ts +0 -13
  13034. package/types/net/minecraft/client/renderer/feature/ParticleFeatureRenderer$ParticleBufferCache.d.ts +0 -13
  13035. package/types/net/minecraft/client/renderer/feature/ParticleFeatureRenderer.d.ts +0 -18
  13036. package/types/net/minecraft/client/renderer/rendertype/RenderSetup$TextureAndSampler.d.ts +0 -14
  13037. package/types/net/minecraft/client/renderer/special/BedSpecialRenderer$Unbaked.d.ts +0 -23
  13038. package/types/net/minecraft/client/renderer/special/BedSpecialRenderer.d.ts +0 -20
  13039. package/types/net/minecraft/client/renderer/special/HangingSignSpecialRenderer$Unbaked.d.ts +0 -26
  13040. package/types/net/minecraft/client/renderer/special/HangingSignSpecialRenderer.d.ts +0 -20
  13041. package/types/net/minecraft/client/renderer/special/StandingSignSpecialRenderer$Unbaked.d.ts +0 -26
  13042. package/types/net/minecraft/client/renderer/special/StandingSignSpecialRenderer.d.ts +0 -20
  13043. package/types/net/minecraft/client/renderer/state/gui/pip/GuiSignRenderState.d.ts +0 -33
  13044. package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState$PreparedBuffers.d.ts +0 -16
  13045. package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState$PreparedLayer.d.ts +0 -11
  13046. package/types/net/minecraft/commands/arguments/ColorArgument.d.ts +0 -21
  13047. package/types/net/minecraft/data/loot/packs/LootData.d.ts +0 -3
  13048. package/types/net/minecraft/data/tags/HolderTagProvider.d.ts +0 -19
  13049. package/types/net/minecraft/data/tags/IntrinsicHolderTagsProvider.d.ts +0 -22
  13050. package/types/net/minecraft/data/tags/KeyTagProvider.d.ts +0 -19
  13051. package/types/net/minecraft/data/tags/VanillaItemTagsProvider$BlockToItemConverter.d.ts +0 -10
  13052. package/types/net/minecraft/network/protocol/game/ServerboundSpectateEntityPacket.d.ts +0 -22
  13053. package/types/net/minecraft/util/CubicSpline$CoordinateVisitor.d.ts +0 -4
  13054. package/types/net/minecraft/util/Tuple.d.ts +0 -10
  13055. package/types/net/minecraft/world/effect/InstantenousMobEffect.d.ts +0 -16
  13056. package/types/net/minecraft/world/entity/animal/Bucketable.d.ts +0 -12
  13057. package/types/net/minecraft/world/entity/animal/FlyingAnimal.d.ts +0 -4
  13058. package/types/net/minecraft/world/entity/monster/MagmaCube.d.ts +0 -147
  13059. package/types/net/minecraft/world/entity/monster/Slime$SlimeAttackGoal.d.ts +0 -12
  13060. package/types/net/minecraft/world/entity/monster/Slime$SlimeFloatGoal.d.ts +0 -9
  13061. package/types/net/minecraft/world/entity/monster/Slime$SlimeKeepOnJumpingGoal.d.ts +0 -8
  13062. package/types/net/minecraft/world/entity/monster/Slime$SlimeMoveControl.d.ts +0 -14
  13063. package/types/net/minecraft/world/entity/monster/Slime$SlimeRandomDirectionGoal.d.ts +0 -10
  13064. package/types/net/minecraft/world/entity/monster/Slime.d.ts +0 -182
  13065. package/types/net/minecraft/world/item/WeatheringCopperItems.d.ts +0 -32
  13066. package/types/net/minecraft/world/item/trading/TradeRebalanceVillagerTrades$BookTradeDefinition.d.ts +0 -19
  13067. package/types/net/minecraft/world/item/trading/VillagerTrades$VillagerExplorerMapEntry.d.ts +0 -25
  13068. package/types/net/minecraft/world/level/block/WeatheringCopperBlocks.d.ts +0 -36
  13069. package/types/net/minecraft/world/level/block/entity/BedBlockEntity.d.ts +0 -24
  13070. package/types/net/minecraft/world/level/block/state/properties/DripstoneThickness.d.ts +0 -31
  13071. package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity.d.ts +0 -28
  13072. package/types/net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper.d.ts +0 -31
  13073. package/types/net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler.d.ts +0 -35
  13074. package/types/net/minecraft/world/level/levelgen/feature/DripstoneClusterFeature.d.ts +0 -131
  13075. package/types/net/minecraft/world/level/levelgen/feature/DripstoneUtils.d.ts +0 -10
  13076. package/types/net/minecraft/world/level/levelgen/feature/PointedDripstoneFeature.d.ts +0 -121
  13077. package/types/net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration.d.ts +0 -26
  13078. package/types/net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration.d.ts +0 -17
  13079. package/types/net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration.d.ts +0 -15
  13080. package/types/net/raphimc/immediatelyfast/PlatformCode.d.ts +0 -9
  13081. package/types/net/raphimc/immediatelyfast/fabric/PlatformCodeImpl.d.ts +0 -9
  13082. package/types/net/raphimc/immediatelyfast/feature/core/BatchableBufferSource.d.ts +0 -24
  13083. package/types/net/raphimc/immediatelyfast/feature/core/ByteBufferBuilderPool$Entry.d.ts +0 -13
  13084. package/types/net/raphimc/immediatelyfast/feature/core/ByteBufferBuilderPool.d.ts +0 -10
  13085. package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget$FboTexture.d.ts +0 -5
  13086. package/types/net/raphimc/immediatelyfast/util/IrisCompat.d.ts +0 -12
  13087. package/types/net/raphimc/immediatelyfast/util/MathUtil.d.ts +0 -5
  13088. package/types/net/raphimc/viabedrock/protocol/types/position/Position3fType$OptionalPosition3fType.d.ts +0 -5
  13089. package/types/net/raphimc/viabedrock/protocol/types/primitive/StringType$OptionalStringType.d.ts +0 -4
  13090. package/types/okhttp3/internal/cache2/FileOperator.d.ts +0 -9
  13091. package/types/okhttp3/internal/cache2/Relay$Companion.d.ts +0 -14
  13092. package/types/okhttp3/internal/cache2/Relay$RelaySource.d.ts +0 -14
  13093. package/types/okhttp3/internal/cache2/Relay.d.ts +0 -30
  13094. package/types/okhttp3/internal/http1/HeadersReader$Companion.d.ts +0 -4
  13095. package/types/org/apache/logging/log4j/core/appender/FileManager$FactoryData.d.ts +0 -17
  13096. package/types/org/apache/logging/log4j/core/appender/FileManager$FileManagerFactory.d.ts +0 -8
  13097. package/types/org/apache/logging/log4j/core/appender/MemoryMappedFileManager$MemoryMappedFileManagerFactory.d.ts +0 -8
  13098. package/types/org/apache/logging/log4j/core/appender/RandomAccessFileManager$FactoryData.d.ts +0 -12
  13099. package/types/org/apache/logging/log4j/core/appender/RandomAccessFileManager$RandomAccessFileManagerFactory.d.ts +0 -8
  13100. package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager$RollingFileManagerFactory.d.ts +0 -8
  13101. package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager$FactoryData.d.ts +0 -24
  13102. package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory.d.ts +0 -8
  13103. package/types/org/apache/logging/log4j/core/lookup/JmxRuntimeInputArgumentsLookup.d.ts +0 -12
  13104. package/types/org/lwjgl/system/JNI$JNIBindings.d.ts +0 -838
  13105. package/types/org/lwjgl/system/Upcalls$ArenaType.d.ts +0 -16
  13106. package/types/org/lwjgl/system/Upcalls$Upcall.d.ts +0 -13
  13107. /package/types/net/caffeinemc/mods/sodium/client/{gl → gpu}/arena/PendingBufferCopyCommand.d.ts +0 -0
  13108. /package/types/net/caffeinemc/mods/sodium/client/{gl → gpu}/util/EnumBit.d.ts +0 -0
  13109. /package/types/net/minecraft/advancements/{criterion → predicates}/CollectionContentsPredicate.d.ts +0 -0
  13110. /package/types/net/minecraft/advancements/{criterion → predicates}/ContextAwarePredicate.d.ts +0 -0
  13111. /package/types/net/minecraft/advancements/{criterion → predicates}/DataComponentMatchers.d.ts +0 -0
  13112. /package/types/net/minecraft/advancements/{criterion → predicates}/GameTypePredicate.d.ts +0 -0
  13113. /package/types/net/minecraft/advancements/{criterion → predicates}/InputPredicate.d.ts +0 -0
  13114. /package/types/net/minecraft/advancements/{criterion → predicates}/NbtPredicate.d.ts +0 -0
  13115. /package/types/net/minecraft/advancements/{criterion → predicates}/SingleComponentItemPredicate.d.ts +0 -0
  13116. /package/types/net/minecraft/advancements/{criterion → predicates}/StatePropertiesPredicate$ValueMatcher.d.ts +0 -0
  13117. /package/types/net/minecraft/advancements/{criterion → triggers}/ImpossibleTrigger$TriggerInstance.d.ts +0 -0
@@ -9,7 +9,7 @@ import type { ScriptDebugOptions } from '../../../../net/ccbluex/liquidbounce/sc
9
9
  *
10
10
  * Scripts are stored in the scripts directory and can be organized in subdirectories when using a main script file.
11
11
  *
12
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L33 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:33}
12
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L40 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:40}
13
13
  */
14
14
  export class ScriptManager extends Object {
15
15
  static INSTANCE: ScriptManager;
@@ -17,25 +17,25 @@ export class ScriptManager extends Object {
17
17
  /**
18
18
  * The root directory where all scripts are stored. This directory is created if it does not exist.
19
19
  *
20
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L49 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:49}
20
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L52 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:52}
21
21
  */
22
22
  readonly root: File;
23
23
  /**
24
24
  * A list that holds all the loaded scripts.
25
25
  *
26
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L44 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:44}
26
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L47 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:47}
27
27
  */
28
28
  readonly scripts: PolyglotScript[];
29
29
  /**
30
30
  * Disables all loaded scripts. This method iterates over the list of loaded scripts and disables each one.
31
31
  *
32
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L172 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:172}
32
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L175 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:175}
33
33
  */
34
34
  disableAll(): void;
35
35
  /**
36
36
  * Enables all loaded scripts. This method iterates over the list of loaded scripts and enables each one.
37
37
  *
38
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L160 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:160}
38
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L163 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:163}
39
39
  */
40
40
  enableAll(): void;
41
41
  initializeEngine(): void;
@@ -43,7 +43,7 @@ export class ScriptManager extends Object {
43
43
  * Loads all scripts found in the scripts directory. This method scans the directory for script files
44
44
  * and directories containing a main script file. It then loads and enables all found scripts.
45
45
  *
46
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L70 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:70}
46
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L74 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:74}
47
47
  */
48
48
  loadAll(): void;
49
49
  // private loadCatched(file: File): PolyglotScript | null;
@@ -55,20 +55,20 @@ export class ScriptManager extends Object {
55
55
  * @param language The language of the script. If not specified, it is inferred from the file.
56
56
  * @returns The loaded script.
57
57
  *
58
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L127 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:127}
58
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L135 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:135}
59
59
  */
60
60
  loadScript(file: File, language: string, debugOptions: ScriptDebugOptions): PolyglotScript;
61
61
  /**
62
62
  * Reloads all scripts. This method unloads all currently loaded scripts, loads them again from the scripts
63
63
  * directory, and then enables them. It logs a message upon successful completion.
64
64
  *
65
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L179 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:179}
65
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L183 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:183}
66
66
  */
67
67
  reload(): void;
68
68
  /**
69
69
  * Unloads all currently loaded scripts. This method disables each script and clears the list of loaded scripts.
70
70
  *
71
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L104 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:104}
71
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L107 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:107}
72
72
  */
73
73
  unloadAll(): void;
74
74
  /**
@@ -76,7 +76,7 @@ export class ScriptManager extends Object {
76
76
  *
77
77
  * @param script The script to unload.
78
78
  *
79
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L149 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:149}
79
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt#L154 | src/main/kotlin/net/ccbluex/liquidbounce/script/ScriptManager.kt:154}
80
80
  */
81
81
  unloadScript(script: PolyglotScript): void;
82
82
  }
@@ -2,14 +2,14 @@ import type { Object } from '../../../../../java/lang/Object.d.ts'
2
2
  /**
3
3
  * Constants and utilities for JVM type loading in scripts
4
4
  *
5
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt#L21 | src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt:21}
5
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt#L24 | src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt:24}
6
6
  */
7
7
  export class ScriptJvmTypeSupport extends Object {
8
8
  static INSTANCE: ScriptJvmTypeSupport;
9
9
  /**
10
10
  * The prefix used for JVM type imports in scripts
11
11
  *
12
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt#L26 | src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt:26}
12
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt#L29 | src/main/kotlin/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.kt:29}
13
13
  */
14
14
  static JVM_TYPES_PREFIX: string;
15
15
  JVM_TYPES_PREFIX: string;
@@ -12,7 +12,7 @@ import type { Value } from '../../../../../../org/graalvm/polyglot/Value.d.ts'
12
12
  *
13
13
  * @author MukjepScarlet
14
14
  *
15
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L41 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:41}
15
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L47 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:47}
16
16
  */
17
17
  export class ScriptAsyncUtil extends Object {
18
18
  static TickScheduler: ScriptAsyncUtil$TickScheduler;
@@ -24,7 +24,7 @@ export class ScriptAsyncUtil extends Object {
24
24
  *
25
25
  * @returns `Promise<number>`
26
26
  *
27
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L151 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:151}
27
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L156 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:156}
28
28
  */
29
29
  conditional(ticks: number, breakLoop: () => boolean): Value;
30
30
  /**
@@ -34,7 +34,7 @@ export class ScriptAsyncUtil extends Object {
34
34
  *
35
35
  * @returns `Promise<T>`
36
36
  *
37
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L185 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:185}
37
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L192 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:192}
38
38
  */
39
39
  launch<T extends unknown>(executor: Executor, block: () => T): Value;
40
40
  launch<T extends unknown>(block: () => T): Value;
@@ -46,7 +46,7 @@ export class ScriptAsyncUtil extends Object {
46
46
  *
47
47
  * @returns `Promise<okhttp3.Response>`
48
48
  *
49
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L169 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:169}
49
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L177 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:177}
50
50
  */
51
51
  request(block: (param0: Request$Builder) => void): Value;
52
52
  /**
@@ -54,7 +54,7 @@ export class ScriptAsyncUtil extends Object {
54
54
  *
55
55
  * @returns `Promise<number>`
56
56
  *
57
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L106 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:106}
57
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L111 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:111}
58
58
  */
59
59
  ticks(n: number): Value;
60
60
  /**
@@ -62,7 +62,7 @@ export class ScriptAsyncUtil extends Object {
62
62
  *
63
63
  * @returns `Promise<number>`
64
64
  *
65
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L121 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:121}
65
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt#L126 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.kt:126}
66
66
  */
67
67
  until(condition: () => boolean): Value;
68
68
  }
@@ -5,7 +5,7 @@ import type { BlockState } from '../../../../../../net/minecraft/world/level/blo
5
5
  /**
6
6
  * Object used by the script API to provide an
7
7
  *
8
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.kt#L26 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.kt:26}
8
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.kt#L29 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.kt:29}
9
9
  */
10
10
  export class ScriptBlockUtil extends Object {
11
11
  static INSTANCE: ScriptBlockUtil;
@@ -15,7 +15,7 @@ import type { CombatManager } from '../../../../../../net/ccbluex/liquidbounce/u
15
15
  *
16
16
  * @since 1.0
17
17
  *
18
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt#L29 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt:29}
18
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt#L39 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt:39}
19
19
  */
20
20
  export class ScriptClient extends Object {
21
21
  static INSTANCE: ScriptClient;
@@ -28,7 +28,7 @@ export class ScriptClient extends Object {
28
28
  /**
29
29
  * Shows {@link message} in the client-chat
30
30
  *
31
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt#L49 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt:49}
31
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt#L52 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.kt:52}
32
32
  */
33
33
  displayChatMessage(message: string): void;
34
34
  }
@@ -2,7 +2,7 @@ import type { Object } from '../../../../../../java/lang/Object.d.ts'
2
2
  /**
3
3
  * The main hub of the ScriptAPI that provides access to a useful set of members.
4
4
  *
5
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.kt#L35 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.kt:35}
5
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.kt#L38 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.kt:38}
6
6
  */
7
7
  export class ScriptContextProvider extends Object {
8
8
  static INSTANCE: ScriptContextProvider;
@@ -12,7 +12,7 @@ export class ScriptInteractionUtil extends Object {
12
12
  *
13
13
  * @returns true if the block was placed, false otherwise
14
14
  *
15
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.kt#L67 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.kt:67}
15
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.kt#L72 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.kt:72}
16
16
  */
17
17
  placeBlock(blockPos: BlockPos, hand: InteractionHand): boolean;
18
18
  useItem(hand: InteractionHand): void;
@@ -3,14 +3,14 @@ import type { ItemStack } from '../../../../../../net/minecraft/world/item/ItemS
3
3
  /**
4
4
  * Object used by the script API to provide an easier way of creating items.
5
5
  *
6
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt#L24 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt:24}
6
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt#L27 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt:27}
7
7
  */
8
8
  export class ScriptItemUtil extends Object {
9
9
  static INSTANCE: ScriptItemUtil;
10
10
  /**
11
11
  * Create {@link ItemStack} from {@link arguments}
12
12
  *
13
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt#L30 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt:30}
13
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt#L33 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.kt:33}
14
14
  */
15
15
  create(arguments: string): ItemStack;
16
16
  create(arguments: string, amount: number): ItemStack;
@@ -8,7 +8,7 @@ import type { Object } from '../../../../../../java/lang/Object.d.ts'
8
8
  * The functions provided by this util can explicitly
9
9
  * convert script numbers or strings into primitives of the JVM.
10
10
  *
11
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.kt#L21 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.kt:21}
11
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.kt#L30 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.kt:30}
12
12
  */
13
13
  export class ScriptPrimitives extends Object {
14
14
  static INSTANCE: ScriptPrimitives;
@@ -18,7 +18,7 @@ export class ScriptReflectionUtil extends Object {
18
18
  * @param name - method name in yarn mapping
19
19
  * @returns - the value stored in field
20
20
  *
21
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L89 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:89}
21
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L97 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:97}
22
22
  */
23
23
  getDeclaredField(clazz: Class<Object>, name: string): Object | null;
24
24
  /**
@@ -28,14 +28,14 @@ export class ScriptReflectionUtil extends Object {
28
28
  * @param name - method name in yarn mapping
29
29
  * @returns - the value stored in field
30
30
  *
31
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L69 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:69}
31
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L77 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:77}
32
32
  */
33
33
  getField(obj: Object, name: string): Object | null;
34
34
  /**
35
35
  * Invalidate the cache.
36
36
  * Allows user to invalidate the cache for whatever reason, like dynamic class loading.
37
37
  *
38
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L35 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:35}
38
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L39 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:39}
39
39
  */
40
40
  invalidateCache(): void;
41
41
  /**
@@ -48,7 +48,7 @@ export class ScriptReflectionUtil extends Object {
48
48
  * @param args - arguments of method
49
49
  * @returns - result of invoking method
50
50
  *
51
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L151 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:151}
51
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L163 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:163}
52
52
  */
53
53
  invokeDeclaredMethod(clazz: Class<Object>, name: string, args: (Object | null)[]): Object | null;
54
54
  /**
@@ -56,24 +56,12 @@ export class ScriptReflectionUtil extends Object {
56
56
  * match overloaded methods based on number and type of arguments,
57
57
  * does **NOT** handle null arguments
58
58
  *
59
- * @exception - throw IllegalArgumentException when an argument is null
60
- *
61
- * Example when used in js:
62
- * ```javascript
63
- * mod.on("overlayRender", (event) => {
64
- * if (!mc.player || !mc.world)
65
- * return;
66
- *
67
- * ReflectionUtil.invokeMethod(event.context, "fill", 100, 100, 200, 200, -1);
68
- * })
69
- * ```
70
- *
71
59
  * @param obj - object to be invoked
72
60
  * @param name - method name in yarn mapping
73
- * @param args - arguments of method
61
+ * @param args @exception - throw IllegalArgumentException when an argument is null Example when used in js: ```javascript mod.on("overlayRender", (event) => { if (!mc.player || !mc.world) return; ReflectionUtil.invokeMethod(event.context, "fill", 100, 100, 200, 200, -1); }) ```
74
62
  * @returns - result of invoking method
75
63
  *
76
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L122 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:122}
64
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt#L145 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.kt:145}
77
65
  */
78
66
  invokeMethod(obj: Object, name: string, args: (Object | null)[]): Object | null;
79
67
  newInstance(clazz: Class<Object>, args: (Object | null)[]): Object | null;
@@ -12,7 +12,7 @@ import type { Entity } from '../../../../../../net/minecraft/world/entity/Entity
12
12
  * rotationUtil.aimAtRotation(rotation, true)
13
13
  * ```
14
14
  *
15
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L35 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:35}
15
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L46 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:46}
16
16
  */
17
17
  export class ScriptRotationUtil extends Object {
18
18
  static INSTANCE: ScriptRotationUtil;
@@ -22,7 +22,7 @@ export class ScriptRotationUtil extends Object {
22
22
  * @param rotation The rotation to aim at.
23
23
  * @param fixVelocity Whether to fix the player's velocity. This means bypassing anti-cheat checks for aim-related movement.
24
24
  *
25
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L83 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:83}
25
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L90 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:90}
26
26
  */
27
27
  aimAtRotation(rotation: Rotation, fixVelocity: boolean): void;
28
28
  /**
@@ -31,7 +31,7 @@ export class ScriptRotationUtil extends Object {
31
31
  *
32
32
  * It has a performance impact, so it's recommended to use {@link newRotationEntity} if you don't need the best spot.
33
33
  *
34
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L49 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:49}
34
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L55 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:55}
35
35
  */
36
36
  newRaytracedRotationEntity(entity: Entity, range: number, throughWallsRange: number): Rotation | null;
37
37
  /**
@@ -41,7 +41,7 @@ export class ScriptRotationUtil extends Object {
41
41
  *
42
42
  * It has almost zero performance impact, so it's recommended to use this if you don't need the best spot.
43
43
  *
44
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L70 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:70}
44
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt#L77 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.kt:77}
45
45
  */
46
46
  newRotationEntity(entity: Entity): Rotation;
47
47
  }
@@ -14,7 +14,7 @@ export class ScriptMode extends Mode {
14
14
  /**
15
15
  * Allows the user to access values by typing module.settings.<valuename>
16
16
  *
17
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt#L37 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt:37}
17
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt#L40 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt:40}
18
18
  */
19
19
  readonly settings: { [key: string]: Value<Object> };
20
20
  // private callEvent(event: string, payload: Event | null): void;
@@ -27,7 +27,7 @@ export class ScriptMode extends Mode {
27
27
  * @param eventName Name of the event.
28
28
  * @param handler JavaScript function used to handle the event.
29
29
  *
30
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt#L52 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt:52}
30
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt#L57 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.kt:57}
31
31
  */
32
32
  on(eventName: string, handler: Value_2): void;
33
33
  }
@@ -15,7 +15,7 @@ export class ScriptModule extends ClientModule {
15
15
  /**
16
16
  * Allows the user to access values by typing module.settings.<valuename>
17
17
  *
18
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt#L56 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt:56}
18
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt#L59 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt:59}
19
19
  */
20
20
  readonly settings: { [key: string]: Value<Object> };
21
21
  tag: string | null;
@@ -27,7 +27,7 @@ export class ScriptModule extends ClientModule {
27
27
  * @param eventName Name of the event.
28
28
  * @param handler JavaScript function used to handle the event. 1. `() => void` (enable/disable) 2. `(Event) => void` (handler<T>) 3. `async (Event) => void` (sequenceHandler<T>)
29
29
  *
30
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt#L79 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt:79}
30
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt#L87 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.kt:87}
31
31
  */
32
32
  on(eventName: string, handler: Value_2): void;
33
33
  onDisabled(): void;
@@ -12,7 +12,7 @@ import type { Value as Value_2 } from '../../../../../../org/graalvm/polyglot/Va
12
12
  /**
13
13
  * Object used by the script API to provide an idiomatic way of creating module values.
14
14
  *
15
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.kt#L36 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.kt:36}
15
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.kt#L39 | src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.kt:39}
16
16
  */
17
17
  export class ScriptSetting extends Object {
18
18
  static INSTANCE: ScriptSetting;
@@ -10,7 +10,7 @@ import type { PostRotationExecutor$ModuleAction } from '../../../../../net/ccblu
10
10
  /**
11
11
  * Executes code right after the client sent the normal movement packet or at the start of the next tick.
12
12
  *
13
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.kt#L31 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.kt:31}
13
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.kt#L34 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.kt:34}
14
14
  */
15
15
  export class PostRotationExecutor extends Object implements EventListener {
16
16
  static INSTANCE: PostRotationExecutor;
@@ -16,7 +16,7 @@ import type { Priority } from '../../../../../net/ccbluex/liquidbounce/utils/kot
16
16
  /**
17
17
  * A rotation manager
18
18
  *
19
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L58 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:58}
19
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L62 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:62}
20
20
  */
21
21
  export class RotationManager extends Object implements EventListener {
22
22
  static INSTANCE: RotationManager;
@@ -26,13 +26,13 @@ export class RotationManager extends Object implements EventListener {
26
26
  * The value is not being written by the packets, but we gather the Rotation from the last yaw and pitch variables
27
27
  * from our player instance handled by the sendMovementPackets() function.
28
28
  *
29
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L102 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:102}
29
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L108 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:108}
30
30
  */
31
31
  readonly actualServerRotation: Rotation;
32
32
  /**
33
33
  * The rotation we want to aim at. This DOES NOT mean that the server already received this rotation.
34
34
  *
35
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L75 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:75}
35
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L79 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:79}
36
36
  */
37
37
  currentRotation: Rotation | null;
38
38
  // private /*not mapped: */ getFakeLagging(): boolean;
@@ -46,13 +46,13 @@ export class RotationManager extends Object implements EventListener {
46
46
  * sometimes we update the rotation off chain (e.g. on interactItem)
47
47
  * and the player.lastYaw and player.lastPitch are not updated.
48
48
  *
49
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L276 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:276}
49
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L281 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:281}
50
50
  */
51
51
  readonly packetHandler: EventHook<PacketEvent>;
52
52
  playerRotation: Rotation | null;
53
53
  previousRotation: Rotation | null;
54
54
  // private previousRotationTarget: RotationTarget | null;
55
- /*not mapped: */ getPreviousRotationTarget$liquidbounce(): RotationTarget | null;
55
+ /*not mapped: */ getPreviousRotationTarget$net_ccbluex_liquidbounce(): RotationTarget | null;
56
56
  // private renderHandler: EventHook<WorldRenderEvent>;
57
57
  // private /*not mapped: */ getRotationTarget(): RotationTarget | null;
58
58
  // private rotationTargetHandler: RequestHandler<RotationTarget>;
@@ -65,7 +65,7 @@ export class RotationManager extends Object implements EventListener {
65
65
  /**
66
66
  * Checks if the rotation is allowed to be updated
67
67
  *
68
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L141 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:141}
68
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L145 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:145}
69
69
  */
70
70
  isRotatingAllowed(rotationTarget: RotationTarget): boolean;
71
71
  parent(): EventListener | null;
@@ -73,7 +73,7 @@ export class RotationManager extends Object implements EventListener {
73
73
  /**
74
74
  * Our final target rotation. This rotation is only used to define our current rotation.
75
75
  *
76
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L63 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:63}
76
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L67 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:67}
77
77
  */
78
78
  setRotationTarget(plan: RotationTarget, priority: Priority, provider: ClientModule): void;
79
79
  setRotationTarget(rotation: Rotation, considerInventory: boolean, valueGroup: RotationsValueGroup, priority: Priority, provider: ClientModule, whenReached: RestrictedSingleUseAction | null): void;
@@ -81,7 +81,7 @@ export class RotationManager extends Object implements EventListener {
81
81
  /**
82
82
  * Update current rotation to a new rotation step
83
83
  *
84
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L158 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:158}
84
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt#L162 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationManager.kt:162}
85
85
  */
86
86
  update(): void;
87
87
  }
@@ -15,7 +15,7 @@ export class RotationMode extends Mode implements MinecraftShortcuts {
15
15
  *
16
16
  * PostMove might be irrelevant if this is enabled.
17
17
  *
18
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt#L45 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt:45}
18
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt#L51 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt:51}
19
19
  */
20
20
  readonly instant: boolean;
21
21
  // private modeValueGroup: ModeValueGroup<RotationMode>;
@@ -27,7 +27,7 @@ export class RotationMode extends Mode implements MinecraftShortcuts {
27
27
  *
28
28
  * The downside is that it is not legit and will flag post-rotation checks on some anti-cheats.
29
29
  *
30
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt#L37 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt:37}
30
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt#L43 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationModes.kt:43}
31
31
  */
32
32
  readonly postMove: boolean;
33
33
  rotate(rotation: Rotation, isFinished: () => boolean, onFinished: () => void): void;
@@ -11,14 +11,14 @@ import type { Entity } from '../../../../../net/minecraft/world/entity/Entity.d.
11
11
  * @param rotation The rotation we want to aim at.
12
12
  * @param angleSmooth The mode of the smoother.
13
13
  *
14
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L30 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:30}
14
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L37 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:37}
15
15
  */
16
16
  export class RotationTarget extends Object {
17
17
  constructor(rotation: Rotation, entity: Entity | null, processors: RotationProcessor[], ticksUntilReset: number, resetThreshold: number, considerInventory: boolean, movementCorrection: MovementCorrection, whenReached: RestrictedSingleUseAction | null)
18
18
  /**
19
19
  * Consider if the inventory is open or not. If the inventory is open, we might not want to continue updating.
20
20
  *
21
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L59 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:59}
21
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L62 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:62}
22
22
  */
23
23
  readonly considerInventory: boolean;
24
24
  entity: Entity | null;
@@ -28,7 +28,7 @@ export class RotationTarget extends Object {
28
28
  * This list should start with {@link net.ccbluex.liquidbounce.utils.aiming.features.processors.anglesmooth.AngleSmooth}
29
29
  * and then continue with other processors like {@link ShortStopRotationProcessor} and {@link FailFocus}.
30
30
  *
31
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L41 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:41}
31
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L46 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:46}
32
32
  */
33
33
  readonly processors: RotationProcessor[];
34
34
  /**
@@ -38,20 +38,20 @@ export class RotationTarget extends Object {
38
38
  * TODO: Replace this with a fixed check that checks if our current mouse movement
39
39
  * outperforms the threshold.
40
40
  *
41
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L51 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:51}
41
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L58 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:58}
42
42
  */
43
43
  readonly resetThreshold: number;
44
44
  readonly rotation: Rotation;
45
45
  /**
46
46
  * The ticks until reset defines the amount of ticks until we are rotating back.
47
47
  *
48
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L47 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:47}
48
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L50 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:50}
49
49
  */
50
50
  readonly ticksUntilReset: number;
51
51
  /**
52
52
  * What should be done if the target rotation has been reached. Can be `null`.
53
53
  *
54
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L64 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:64}
54
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L67 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:67}
55
55
  */
56
56
  readonly whenReached: RestrictedSingleUseAction | null;
57
57
  // private process(currentRotation: Rotation, targetRotation: Rotation): Rotation;
@@ -62,7 +62,7 @@ export class RotationTarget extends Object {
62
62
  *
63
63
  * We might even return null if we do not want to aim at anything yet.
64
64
  *
65
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L70 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:70}
65
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt#L77 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.kt:77}
66
66
  */
67
67
  towards(currentRotation: Rotation, isResetting: boolean): Rotation;
68
68
  }
@@ -12,7 +12,7 @@ import type { Entity } from '../../../../../net/minecraft/world/entity/Entity.d.
12
12
  /**
13
13
  * Configurable to configure the dynamic rotation engine
14
14
  *
15
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt#L36 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt:36}
15
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt#L39 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt:39}
16
16
  */
17
17
  export class RotationsValueGroup extends ValueGroup {
18
18
  constructor(owner: EventListener, movementCorrection: MovementCorrection, combatSpecific: boolean)
@@ -34,7 +34,7 @@ export class RotationsValueGroup extends ValueGroup {
34
34
  * @param rotation The rotation to rotate to
35
35
  * @returns The amount of ticks it takes to rotate to the rotation
36
36
  *
37
- * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/b759cac57b26e54694d8c4d48af024a8fb598f62/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt#L85 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt:85}
37
+ * Source: {@link https://github.com/CCBlueX/LiquidBounce/blob/553a3caf47807e98e69ea3ce0e17bcd9e52eeb71/src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt#L94 | src/main/kotlin/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.kt:94}
38
38
  */
39
39
  calculateTicks(rotation: Rotation): number;
40
40
  toRotationTarget(rotation: Rotation, entity: Entity | null, considerInventory: boolean, whenReached: RestrictedSingleUseAction | null): RotationTarget;