@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.
- package/package.json +65 -65
- package/registry-full/index.d.ts +3125 -541
- package/registry-lb/index.d.ts +30 -10
- package/types/ai/djl/Device.d.ts +2 -0
- package/types/ai/djl/modality/cv/BufferedImageFactory$BufferedImageWrapper.d.ts +2 -1
- package/types/ai/djl/modality/nlp/DefaultVocabulary$Builder.d.ts +2 -0
- package/types/ai/djl/modality/nlp/DefaultVocabulary$TokenInfo.d.ts +2 -0
- package/types/ai/djl/ndarray/NDList$SafeTensor.d.ts +2 -0
- package/types/ai/djl/ndarray/internal/NDFormat$BooleanFormat.d.ts +2 -0
- package/types/ai/djl/ndarray/internal/NDFormat$FloatFormat.d.ts +2 -0
- package/types/ai/djl/ndarray/internal/NDFormat$IntFormat.d.ts +2 -0
- package/types/ai/djl/ndarray/internal/NDFormat$StringFormat.d.ts +2 -0
- package/types/ai/djl/nn/SequentialBlock$StreamIterator.d.ts +4 -1
- package/types/ai/djl/nn/core/Embedding$DefaultEmbedding.d.ts +2 -1
- package/types/ai/djl/nn/core/Embedding$DefaultItem.d.ts +2 -1
- package/types/ai/djl/nn/transformer/BertBlock$Builder.d.ts +2 -0
- package/types/ai/djl/nn/transformer/BertBlock.d.ts +2 -0
- package/types/ai/djl/nn/transformer/IdEmbedding.d.ts +2 -0
- package/types/ai/djl/nn/transformer/ScaledDotProductAttentionBlock$Builder.d.ts +2 -0
- package/types/ai/djl/nn/transformer/ScaledDotProductAttentionBlock.d.ts +2 -0
- package/types/ai/djl/pytorch/engine/PtNDManager.d.ts +2 -0
- package/types/ai/djl/repository/RepositoryFactoryImpl$DjlRepositoryFactory.d.ts +2 -0
- package/types/ai/djl/repository/RepositoryFactoryImpl$JarRepositoryFactory.d.ts +2 -0
- package/types/ai/djl/repository/RepositoryFactoryImpl$LocalRepositoryFactory.d.ts +2 -0
- package/types/ai/djl/repository/Version$Comp.d.ts +2 -0
- package/types/ai/djl/training/ParameterStore$ParameterData.d.ts +4 -1
- package/types/ai/djl/training/dataset/BatchSampler$Iterate.d.ts +2 -1
- package/types/ai/djl/training/dataset/DataIterable$PreFetchCallable.d.ts +1 -1
- package/types/ai/djl/training/listener/EarlyStoppingListener.d.ts +2 -0
- package/types/ai/djl/training/loss/YOLOv3Loss.d.ts +2 -0
- package/types/ai/djl/training/tracker/CosineTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/CyclicalTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/CyclicalTracker$Triangular2ScaleFunction.d.ts +2 -0
- package/types/ai/djl/training/tracker/CyclicalTracker$TriangularScaleFunction.d.ts +2 -0
- package/types/ai/djl/training/tracker/FactorTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/FixedPerVarTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/FixedTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/LinearTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/MultiFactorTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/PolynomialDecayTracker$Builder.d.ts +2 -0
- package/types/ai/djl/training/tracker/WarmUpTracker$Builder.d.ts +2 -0
- package/types/ai/djl/translate/ExpansionTranslatorFactory$ExpandedTranslatorOptions.d.ts +4 -1
- package/types/ai/djl/translate/PaddingStackBatchifier$Builder.d.ts +2 -0
- package/types/ai/djl/translate/PaddingStackBatchifier.d.ts +2 -0
- package/types/ai/djl/translate/Pipeline$IndexKey.d.ts +3 -0
- package/types/ai/djl/util/PairList$Itr.d.ts +1 -1
- package/types/ai/djl/util/ZipUtils$ValidationInputStream$End.d.ts +2 -0
- package/types/com/google/common/base/CaseFormat.d.ts +2 -0
- package/types/com/google/common/base/CharMatcher$BitSetMatcher.d.ts +2 -0
- package/types/com/google/common/base/Converter$FunctionBasedConverter.d.ts +2 -0
- package/types/com/google/common/base/Equivalence$Wrapper.d.ts +2 -0
- package/types/com/google/common/base/FinalizableReferenceQueue$DirectStarter.d.ts +11 -0
- package/types/com/google/common/base/FinalizableReferenceQueue$FinalizerStarter.d.ts +7 -0
- package/types/com/google/common/base/FinalizableReferenceQueue$ReflectiveStarter.d.ts +11 -0
- package/types/com/google/common/base/Functions$PredicateFunction.d.ts +2 -0
- package/types/com/google/common/base/Functions$SupplierFunction.d.ts +2 -0
- package/types/com/google/common/base/Joiner$MapJoiner.d.ts +2 -0
- package/types/com/google/common/base/Joiner.d.ts +2 -0
- package/types/com/google/common/base/MoreObjects$ToStringHelper$UnconditionalValueHolder.d.ts +2 -0
- package/types/com/google/common/base/MoreObjects$ToStringHelper.d.ts +2 -0
- package/types/com/google/common/base/Platform$JdkPatternCompiler.d.ts +2 -0
- package/types/com/google/common/base/Predicates$AndPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$CompositionPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$InPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$InstanceOfPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$IsEqualToPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$ObjectPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$OrPredicate.d.ts +2 -0
- package/types/com/google/common/base/Predicates$SubtypeOfPredicate.d.ts +2 -0
- package/types/com/google/common/base/Splitter$MapSplitter.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$AccessDurationParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$ConcurrencyLevelParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$DurationParser.d.ts +3 -1
- package/types/com/google/common/cache/CacheBuilderSpec$InitialCapacityParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$IntegerParser.d.ts +3 -1
- package/types/com/google/common/cache/CacheBuilderSpec$LongParser.d.ts +3 -1
- package/types/com/google/common/cache/CacheBuilderSpec$MaximumSizeParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$MaximumWeightParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$RecordStatsParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$RefreshDurationParser.d.ts +2 -0
- package/types/com/google/common/cache/CacheBuilderSpec$WriteDurationParser.d.ts +2 -0
- package/types/com/google/common/cache/LocalCache$EntryFactory.d.ts +2 -0
- package/types/com/google/common/cache/LocalCache$EntryIterator.d.ts +1 -1
- package/types/com/google/common/cache/LocalCache$HashIterator.d.ts +1 -1
- package/types/com/google/common/cache/LocalCache$KeyIterator.d.ts +1 -1
- package/types/com/google/common/cache/LocalCache$LocalManualCache.d.ts +2 -0
- package/types/com/google/common/cache/LocalCache$Strength.d.ts +2 -0
- package/types/com/google/common/cache/LocalCache$ValueIterator.d.ts +1 -1
- package/types/com/google/common/cache/LocalCache$WriteThroughEntry.d.ts +1 -1
- package/types/com/google/common/cache/LongAddables$JavaUtilConcurrentLongAdder.d.ts +2 -0
- package/types/com/google/common/cache/RemovalCause.d.ts +2 -0
- package/types/com/google/common/collect/AbstractBiMap$BiMapEntry.d.ts +1 -1
- package/types/com/google/common/collect/AbstractMapBasedMultimap$Itr.d.ts +2 -1
- package/types/com/google/common/collect/AbstractMapBasedMultiset$MapBasedMultisetIterator.d.ts +1 -1
- package/types/com/google/common/collect/CollectCollectors$EnumSetAccumulator.d.ts +2 -0
- package/types/com/google/common/collect/CompactHashMap$Itr.d.ts +3 -1
- package/types/com/google/common/collect/CompactHashMap$MapEntry.d.ts +1 -1
- package/types/com/google/common/collect/ComparisonChain.d.ts +2 -0
- package/types/com/google/common/collect/DiscreteDomain.d.ts +2 -0
- package/types/com/google/common/collect/EmptyContiguousSet$SerializedForm.d.ts +2 -0
- package/types/com/google/common/collect/EnumMultiset$Itr.d.ts +1 -1
- package/types/com/google/common/collect/FilteredEntryMultimap$ValuePredicate.d.ts +2 -1
- package/types/com/google/common/collect/HashBasedTable.d.ts +1 -1
- package/types/com/google/common/collect/HashBiMap$BiIterator.d.ts +17 -0
- package/types/com/google/common/collect/HashBiMap$Node.d.ts +12 -0
- package/types/com/google/common/collect/ImmutableListMultimap.d.ts +2 -0
- package/types/com/google/common/collect/ImmutableSetMultimap.d.ts +3 -1
- package/types/com/google/common/collect/Internal.d.ts +4 -0
- package/types/com/google/common/collect/Interners$InternerBuilder.d.ts +2 -0
- package/types/com/google/common/collect/Interners$InternerImpl.d.ts +2 -0
- package/types/com/google/common/collect/LinkedHashMultimap$MultimapIterationChain.d.ts +2 -0
- package/types/com/google/common/collect/LinkedListMultimap$DistinctKeyIterator.d.ts +3 -1
- package/types/com/google/common/collect/LinkedListMultimap$NodeIterator.d.ts +2 -1
- package/types/com/google/common/collect/LinkedListMultimap$ValueForKeyIterator.d.ts +3 -2
- package/types/com/google/common/collect/MapMakerInternalMap$CleanupMapTask.d.ts +1 -1
- package/types/com/google/common/collect/MapMakerInternalMap$EntryIterator.d.ts +1 -1
- package/types/com/google/common/collect/MapMakerInternalMap$HashIterator.d.ts +1 -1
- package/types/com/google/common/collect/MapMakerInternalMap$KeyIterator.d.ts +1 -1
- package/types/com/google/common/collect/MapMakerInternalMap$Strength.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$ValueIterator.d.ts +1 -1
- package/types/com/google/common/collect/MapMakerInternalMap$WeakKeyDummyValueEntry.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry.d.ts +2 -0
- package/types/com/google/common/collect/MapMakerInternalMap$WriteThroughEntry.d.ts +1 -1
- package/types/com/google/common/collect/MinMaxPriorityQueue$Builder.d.ts +2 -0
- package/types/com/google/common/collect/MinMaxPriorityQueue$Heap.d.ts +1 -1
- package/types/com/google/common/collect/MinMaxPriorityQueue$QueueIterator.d.ts +3 -1
- package/types/com/google/common/collect/MoreCollectors$ToOptionalState.d.ts +12 -10
- package/types/com/google/common/collect/MultimapBuilder$LinkedListSupplier.d.ts +1 -1
- package/types/com/google/common/collect/MultimapBuilder.d.ts +2 -0
- package/types/com/google/common/collect/RegularContiguousSet$SerializedForm.d.ts +2 -0
- package/types/com/google/common/collect/SortedLists$KeyAbsentBehavior.d.ts +2 -0
- package/types/com/google/common/collect/SortedLists$KeyPresentBehavior.d.ts +2 -0
- package/types/com/google/common/collect/StandardTable$CellIterator.d.ts +4 -1
- package/types/com/google/common/collect/StandardTable$ColumnKeyIterator.d.ts +4 -1
- package/types/com/google/common/collect/TableCollectors$ImmutableTableCollectorState.d.ts +2 -0
- package/types/com/google/common/collect/TreeMultiset$Aggregate.d.ts +2 -0
- package/types/com/google/common/collect/TreeMultiset$Reference.d.ts +2 -0
- package/types/com/google/common/collect/TreeRangeMap$SubRangeMap.d.ts +2 -1
- package/types/com/google/common/collect/TreeRangeSet$Complement.d.ts +1 -1
- package/types/com/google/common/collect/TreeRangeSet$SubRangeSet.d.ts +1 -1
- package/types/com/google/common/collect/TreeRangeSet.d.ts +2 -0
- package/types/com/google/common/collect/TreeTraverser$BreadthFirstIterator.d.ts +2 -1
- package/types/com/google/common/collect/TreeTraverser$PostOrderIterator.d.ts +2 -1
- package/types/com/google/common/collect/TreeTraverser$PreOrderIterator.d.ts +2 -1
- package/types/com/google/common/escape/Escapers$Builder.d.ts +2 -0
- package/types/com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher$EventWithSubscriber.d.ts +2 -0
- package/types/com/google/common/eventbus/Dispatcher$LegacyAsyncDispatcher.d.ts +2 -0
- package/types/com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher$Event.d.ts +2 -0
- package/types/com/google/common/eventbus/Dispatcher$PerThreadQueuedDispatcher.d.ts +2 -0
- package/types/com/google/common/eventbus/Subscriber$SynchronizedSubscriber.d.ts +2 -0
- package/types/com/google/common/eventbus/Subscriber.d.ts +2 -0
- package/types/com/google/common/graph/AbstractBaseGraph.d.ts +2 -0
- package/types/com/google/common/graph/AbstractGraphBuilder.d.ts +1 -2
- package/types/com/google/common/graph/ArchetypeGraph.d.ts +18 -0
- package/types/com/google/common/graph/BaseGraph.d.ts +4 -15
- package/types/com/google/common/graph/EndpointPairIterator$Directed.d.ts +2 -0
- package/types/com/google/common/graph/EndpointPairIterator$Undirected.d.ts +2 -0
- package/types/com/google/common/graph/EndpointPairIterator.d.ts +2 -0
- package/types/com/google/common/graph/Graphs$TransitiveClosureSelfLoopStrategy.d.ts +12 -0
- package/types/com/google/common/graph/Graphs.d.ts +2 -0
- package/types/com/google/common/graph/IncidentEdgeSet$EdgeType.d.ts +13 -0
- package/types/com/google/common/graph/Network.d.ts +2 -10
- package/types/com/google/common/graph/NetworkBuilder.d.ts +1 -2
- package/types/com/google/common/graph/Traverser$InsertionOrder.d.ts +2 -0
- package/types/com/google/common/graph/Traverser.d.ts +2 -0
- package/types/com/google/common/hash/AbstractNonStreamingHashFunction$ByteBufferHasher.d.ts +21 -0
- package/types/com/google/common/hash/BloomFilter.d.ts +3 -0
- package/types/com/google/common/hash/BloomFilterStrategies.d.ts +2 -0
- package/types/com/google/common/hash/ChecksumHashFunction$ChecksumHasher.d.ts +4 -1
- package/types/com/google/common/hash/Hashing$ChecksumType.d.ts +2 -0
- package/types/com/google/common/hash/Hashing$ConcatenatedHashFunction.d.ts +2 -0
- package/types/com/google/common/hash/Hashing$Crc32CSupplier.d.ts +2 -0
- package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +2 -0
- package/types/com/google/common/hash/LittleEndianByteArray$UnsafeByteArray.d.ts +2 -0
- package/types/com/google/common/hash/LittleEndianByteArray$VarHandleLittleEndianBytes.d.ts +2 -0
- package/types/com/google/common/hash/LittleEndianByteArray$VarHandleLittleEndianBytesMaker.d.ts +2 -0
- package/types/com/google/common/hash/MacHashFunction$MacHasher.d.ts +2 -0
- package/types/com/google/common/hash/MessageDigestHashFunction$MessageDigestHasher.d.ts +2 -0
- package/types/com/google/common/hash/MessageDigestHashFunction$SerializedForm.d.ts +2 -0
- package/types/com/google/common/io/ByteSink$AsCharSink.d.ts +4 -1
- package/types/com/google/common/io/ByteSource$AsCharSource.d.ts +1 -1
- package/types/com/google/common/io/ByteSource$SlicedByteSource.d.ts +1 -1
- package/types/com/google/common/io/CharSource$AsByteSource.d.ts +1 -1
- package/types/com/google/common/io/FileBackedOutputStream$FbosByteSource.d.ts +15 -0
- package/types/com/google/common/io/FileBackedOutputStream$FinalizableReference.d.ts +11 -0
- package/types/com/google/common/io/FileBackedOutputStream$MemoryOutput.d.ts +2 -0
- package/types/com/google/common/io/FileBackedOutputStream$State.d.ts +21 -0
- package/types/com/google/common/io/FileBackedOutputStream.d.ts +5 -11
- package/types/com/google/common/io/Files$FileByteSink.d.ts +2 -0
- package/types/com/google/common/io/Files$FileByteSource.d.ts +2 -0
- package/types/com/google/common/io/Files$FilePredicate.d.ts +2 -0
- package/types/com/google/common/io/MoreFiles$PathByteSink.d.ts +2 -0
- package/types/com/google/common/io/MoreFiles$PathByteSource.d.ts +2 -0
- package/types/com/google/common/io/Resources$UrlByteSource.d.ts +2 -0
- package/types/com/google/common/io/TempFileCreator$JavaIoCreator.d.ts +2 -0
- package/types/com/google/common/io/TempFileCreator$JavaNioCreator.d.ts +2 -0
- package/types/com/google/common/io/TempFileCreator$ThrowingCreator.d.ts +2 -0
- package/types/com/google/common/io/TempFileCreator.d.ts +2 -0
- package/types/com/google/common/math/LinearTransformation$LinearTransformationBuilder.d.ts +2 -0
- package/types/com/google/common/math/LongMath$MillerRabinTester.d.ts +2 -0
- package/types/com/google/common/math/Quantiles$Scale.d.ts +2 -0
- package/types/com/google/common/math/Quantiles$ScaleAndIndex.d.ts +2 -0
- package/types/com/google/common/math/Quantiles$ScaleAndIndexes.d.ts +2 -0
- package/types/com/google/common/net/HttpHeaders.d.ts +1 -0
- package/types/com/google/common/net/InetAddresses$Scope.d.ts +2 -0
- package/types/com/google/common/net/InternetDomainName.d.ts +0 -3
- package/types/com/google/common/primitives/Booleans$LexicographicalComparator.d.ts +6 -6
- package/types/com/google/common/primitives/ImmutableDoubleArray.d.ts +2 -0
- package/types/com/google/common/primitives/ImmutableIntArray.d.ts +2 -0
- package/types/com/google/common/primitives/ImmutableLongArray.d.ts +2 -0
- package/types/com/google/common/primitives/UnsignedBytes$ArraysCompareUnsignedComparatorMaker.d.ts +2 -0
- package/types/com/google/common/reflect/ImmutableTypeToInstanceMap$Builder.d.ts +2 -0
- package/types/com/google/common/reflect/TypeResolver$WildcardCapturer.d.ts +2 -0
- package/types/com/google/common/reflect/TypeResolver.d.ts +2 -0
- package/types/com/google/common/reflect/TypeToken$TypeCollector.d.ts +2 -0
- package/types/com/google/common/reflect/TypeToken$TypeFilter.d.ts +2 -0
- package/types/com/google/common/reflect/TypeToken.d.ts +2 -0
- package/types/com/google/common/reflect/Types$ClassOwnership.d.ts +2 -0
- package/types/com/google/common/reflect/Types$JavaVersion.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFuture$Cancellation.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFuture$Failure.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$AtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$AtomicReferenceFieldUpdaterAtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$SynchronizedHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$UnsafeAtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$VarHandleAtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractFutureState$VarHandleAtomicHelperMaker.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractIdleService$DelegateService.d.ts +4 -1
- package/types/com/google/common/util/concurrent/AbstractIdleService$ThreadNameSupplier.d.ts +4 -1
- package/types/com/google/common/util/concurrent/AbstractScheduledService$Scheduler.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate.d.ts +4 -1
- package/types/com/google/common/util/concurrent/AbstractService$HasReachedRunningGuard.d.ts +2 -1
- package/types/com/google/common/util/concurrent/AbstractService$IsStartableGuard.d.ts +2 -1
- package/types/com/google/common/util/concurrent/AbstractService$IsStoppableGuard.d.ts +2 -1
- package/types/com/google/common/util/concurrent/AbstractService$IsStoppedGuard.d.ts +2 -1
- package/types/com/google/common/util/concurrent/AggregateFuture.d.ts +3 -4
- package/types/com/google/common/util/concurrent/AggregateFutureState$AtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AggregateFutureState$SafeAtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/AggregateFutureState$SynchronizedAtomicHelper.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner2.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner3.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner4.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Combiner5.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$DeferredCloser.d.ts +3 -1
- package/types/com/google/common/util/concurrent/ClosingFuture$FinalizableReference.d.ts +10 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$Peeker.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$ReachabilityFenceCaller.d.ts +15 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$State.d.ts +20 -14
- package/types/com/google/common/util/concurrent/ClosingFuture$Status.d.ts +16 -0
- package/types/com/google/common/util/concurrent/ClosingFuture$ValueAndCloser.d.ts +5 -3
- package/types/com/google/common/util/concurrent/ClosingFuture.d.ts +3 -8
- package/types/com/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask.d.ts +2 -1
- package/types/com/google/common/util/concurrent/CombinedFuture$CallableInterruptibleTask.d.ts +2 -1
- package/types/com/google/common/util/concurrent/CombinedFuture$CombinedFutureInterruptibleTask.d.ts +2 -1
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantLock.d.ts +4 -1
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadLock.d.ts +2 -1
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock.d.ts +4 -1
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingReentrantWriteLock.d.ts +2 -1
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException.d.ts +2 -0
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ExecutionList.d.ts +1 -0
- package/types/com/google/common/util/concurrent/ExecutionSequencer$TaskNonReentrantExecutor.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue.d.ts +2 -0
- package/types/com/google/common/util/concurrent/Futures$CallbackListener.d.ts +3 -3
- package/types/com/google/common/util/concurrent/Futures$FutureCombiner.d.ts +2 -0
- package/types/com/google/common/util/concurrent/Futures$InCompletionOrderFuture.d.ts +2 -0
- package/types/com/google/common/util/concurrent/Futures$InCompletionOrderState.d.ts +2 -0
- package/types/com/google/common/util/concurrent/InterruptibleTask$Blocker.d.ts +2 -0
- package/types/com/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable.d.ts +2 -0
- package/types/com/google/common/util/concurrent/SequentialExecutor$QueueWorker.d.ts +4 -1
- package/types/com/google/common/util/concurrent/ServiceManager$EmptyServiceManagerWarning.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ServiceManager$NoOpService.d.ts +2 -0
- package/types/com/google/common/util/concurrent/SmoothRateLimiter.d.ts +2 -0
- package/types/com/google/common/util/concurrent/Striped$CompactStriped.d.ts +2 -0
- package/types/com/google/common/util/concurrent/Striped.d.ts +2 -0
- package/types/com/google/common/util/concurrent/TimeoutFuture$TimeoutFutureException.d.ts +2 -0
- package/types/com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleAsyncTask.d.ts +2 -1
- package/types/com/google/common/util/concurrent/TrustedListenableFutureTask$TrustedFutureInterruptibleTask.d.ts +2 -1
- package/types/com/google/gson/FieldNamingPolicy.d.ts +2 -0
- package/types/com/google/gson/Gson.d.ts +1 -4
- package/types/com/google/gson/GsonBuilder.d.ts +9 -0
- package/types/com/google/gson/LongSerializationPolicy$1.d.ts +15 -0
- package/types/com/google/gson/LongSerializationPolicy.d.ts +5 -0
- package/types/com/google/gson/ToNumberPolicy.d.ts +2 -0
- package/types/com/google/gson/TypeAdapter$NullSafeTypeAdapter.d.ts +3 -1
- package/types/com/google/gson/internal/ConstructorConstructor$InstanceCreatorConstructor.d.ts +10 -0
- package/types/com/google/gson/internal/ConstructorConstructor$ThrowingObjectConstructor.d.ts +7 -0
- package/types/com/google/gson/internal/GsonTypes$GenericArrayTypeImpl.d.ts +1 -2
- package/types/com/google/gson/internal/GsonTypes$ParameterizedTypeImpl.d.ts +1 -2
- package/types/com/google/gson/internal/GsonTypes$WildcardTypeImpl.d.ts +1 -2
- package/types/com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +1 -1
- package/types/com/google/gson/internal/ReflectionAccessFilterHelper$AccessChecker.d.ts +2 -0
- package/types/com/google/gson/internal/Streams$AppendableWriter$CurrentWrite.d.ts +2 -0
- package/types/com/google/gson/internal/bind/DefaultDateTypeAdapter.d.ts +3 -0
- package/types/com/google/gson/internal/bind/EnumTypeAdapter.d.ts +3 -0
- package/types/com/google/gson/internal/bind/IgnoreJRERequirement.d.ts +5 -0
- package/types/com/google/gson/internal/bind/JavaTimeTypeAdapters.d.ts +10 -0
- package/types/com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory.d.ts +2 -0
- package/types/com/google/gson/internal/bind/JsonElementTypeAdapter.d.ts +1 -0
- package/types/com/google/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +2 -1
- package/types/com/google/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
- package/types/com/google/gson/internal/bind/TreeTypeAdapter$GsonContextImpl.d.ts +4 -1
- package/types/com/google/gson/internal/bind/TypeAdapters$DoubleAdapter.d.ts +10 -0
- package/types/com/google/gson/internal/bind/TypeAdapters$FactorySupplier.d.ts +5 -0
- package/types/com/google/gson/internal/bind/TypeAdapters$FloatAdapter.d.ts +10 -0
- package/types/com/google/gson/internal/bind/TypeAdapters$IntegerFieldsTypeAdapter.d.ts +12 -0
- package/types/com/google/gson/internal/bind/TypeAdapters.d.ts +11 -0
- package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordHelper.d.ts +2 -0
- package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordNotSupportedHelper.d.ts +2 -0
- package/types/com/google/gson/internal/reflect/ReflectionHelper$RecordSupportedHelper.d.ts +2 -0
- package/types/com/google/gson/internal/sql/SqlDateTypeAdapter.d.ts +2 -0
- package/types/com/google/gson/internal/sql/SqlTimeTypeAdapter.d.ts +2 -0
- package/types/com/google/gson/internal/sql/SqlTimestampTypeAdapter.d.ts +3 -0
- package/types/com/google/gson/internal/sql/SqlTypesSupport.d.ts +1 -0
- package/types/com/google/gson/stream/JsonReader.d.ts +1 -0
- package/types/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.d.ts +2 -4
- package/types/com/google/thirdparty/publicsuffix/PublicSuffixTrie$ChunksCharSequence.d.ts +19 -0
- package/types/com/google/thirdparty/publicsuffix/PublicSuffixTrie.d.ts +15 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUBugTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUCategoryTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUDiscouragedTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUDraftTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUEnhancedTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUInternalTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUNewTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUNoteTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUObsoleteTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUProvisionalTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUStableTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUSummaryTaglet.d.ts +7 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUTaglet.d.ts +20 -0
- package/types/com/ibm/icu/dev/tool/docs/ICUTestTaglet.d.ts +7 -0
- package/types/com/ibm/icu/impl/CSCharacterIterator.d.ts +4 -2
- package/types/com/ibm/icu/impl/CharacterIteratorWrapper.d.ts +4 -2
- package/types/com/ibm/icu/impl/DateNumberFormat.d.ts +4 -2
- package/types/com/ibm/icu/impl/EraRules.d.ts +6 -3
- package/types/com/ibm/icu/impl/JavaTimeConverters.d.ts +6 -0
- package/types/com/ibm/icu/impl/JavaTimeZone.d.ts +5 -3
- package/types/com/ibm/icu/impl/LocaleDisplayNamesImpl$CapitalizationContextSink.d.ts +2 -1
- package/types/com/ibm/icu/impl/OlsonTimeZone.d.ts +5 -3
- package/types/com/ibm/icu/impl/RBBIDataWrapper$RBBIStateTable.d.ts +1 -0
- package/types/com/ibm/icu/impl/RelativeDateFormat$RelDateFmtDataSink.d.ts +2 -1
- package/types/com/ibm/icu/impl/ReplaceableUCharacterIterator.d.ts +4 -2
- package/types/com/ibm/icu/impl/Row.d.ts +1 -1
- package/types/com/ibm/icu/impl/SimpleFilteredSentenceBreakIterator.d.ts +4 -2
- package/types/com/ibm/icu/impl/StaticUnicodeSets$Key.d.ts +2 -1
- package/types/com/ibm/icu/impl/TextTrieMap$Node.d.ts +0 -2
- package/types/com/ibm/icu/impl/TimeZoneAdapter.d.ts +4 -2
- package/types/com/ibm/icu/impl/TimeZoneNamesImpl$ZoneStringsLoader.d.ts +2 -1
- package/types/com/ibm/icu/impl/Trie2$CharSequenceIterator.d.ts +2 -1
- package/types/com/ibm/icu/impl/Trie2$Trie2Iterator.d.ts +2 -2
- package/types/com/ibm/icu/impl/UCharArrayIterator.d.ts +4 -2
- package/types/com/ibm/icu/impl/UCharacterIteratorWrapper.d.ts +4 -2
- package/types/com/ibm/icu/impl/UCharacterProperty$BiDiIntProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$BinaryProperty.d.ts +3 -2
- package/types/com/ibm/icu/impl/UCharacterProperty$CaseBinaryProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$CombiningClassIntProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$EmojiBinaryProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$IntProperty.d.ts +3 -2
- package/types/com/ibm/icu/impl/UCharacterProperty$MCMBinaryProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$MathCompatBinaryProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$NormInertBinaryProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UCharacterProperty$NormQuickCheckIntProperty.d.ts +2 -1
- package/types/com/ibm/icu/impl/UnicodeMap$IteratorX.d.ts +1 -1
- package/types/com/ibm/icu/impl/Utility.d.ts +4 -4
- package/types/com/ibm/icu/impl/UtilityExtensions.d.ts +5 -5
- package/types/com/ibm/icu/impl/breakiter/DictionaryBreakEngine$DequeI.d.ts +1 -1
- package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$CodePointsVectorizer.d.ts +2 -1
- package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$GraphemeClusterVectorizer.d.ts +2 -1
- package/types/com/ibm/icu/impl/breakiter/LSTMBreakEngine$Vectorizer.d.ts +2 -1
- package/types/com/ibm/icu/impl/duration/BasicPeriodBuilderFactory$Settings.d.ts +2 -1
- package/types/com/ibm/icu/impl/locale/LSR$CachedDecoder.d.ts +9 -0
- package/types/com/ibm/icu/impl/number/CustomSymbolCurrency.d.ts +45 -1
- package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +1 -0
- package/types/com/ibm/icu/impl/number/MacroProps.d.ts +1 -1
- package/types/com/ibm/icu/impl/number/MicroProps.d.ts +1 -1
- package/types/com/ibm/icu/impl/number/parse/AffixTokenMatcherFactory.d.ts +2 -0
- package/types/com/ibm/icu/impl/number/parse/ApproximatelySignMatcher.d.ts +13 -0
- package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$SingleUnitOrConstant.d.ts +2 -1
- package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$Token$Type.d.ts +2 -1
- package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser$Token.d.ts +1 -0
- package/types/com/ibm/icu/impl/units/MeasureUnitImpl$UnitsParser.d.ts +1 -0
- package/types/com/ibm/icu/impl/units/UnitAliases$Alias.d.ts +6 -0
- package/types/com/ibm/icu/impl/units/UnitAliases$AllAliasSink.d.ts +9 -0
- package/types/com/ibm/icu/impl/units/UnitAliases.d.ts +8 -0
- package/types/com/ibm/icu/impl/units/UnitsData$Constants.d.ts +1 -0
- package/types/com/ibm/icu/impl/units/UnitsData.d.ts +3 -0
- package/types/com/ibm/icu/impl/units/UnitsRouter$RouteResult.d.ts +2 -1
- package/types/com/ibm/icu/lang/UCharacter$CodePointsIterator.d.ts +13 -0
- package/types/com/ibm/icu/lang/UCharacter$UnicodeBlock.d.ts +16 -0
- package/types/com/ibm/icu/lang/UCharacter.d.ts +7 -0
- package/types/com/ibm/icu/lang/UScript.d.ts +5 -0
- package/types/com/ibm/icu/message2/DateTimeFunctionFactory$DateTimeFunctionImpl.d.ts +14 -0
- package/types/com/ibm/icu/message2/DateTimeFunctionFactory.d.ts +9 -0
- package/types/com/ibm/icu/message2/Directionality.d.ts +2 -2
- package/types/com/ibm/icu/message2/Function.d.ts +7 -0
- package/types/com/ibm/icu/message2/FunctionFactory.d.ts +6 -0
- package/types/com/ibm/icu/message2/MFDataModel$FunctionExpression.d.ts +3 -3
- package/types/com/ibm/icu/message2/MFDataModel$FunctionRef.d.ts +7 -0
- package/types/com/ibm/icu/message2/MFDataModel$LiteralExpression.d.ts +3 -3
- package/types/com/ibm/icu/message2/MFDataModel$VariableExpression.d.ts +3 -3
- package/types/com/ibm/icu/message2/MFDataModelFormatter$ResolvedSelector.d.ts +3 -3
- package/types/com/ibm/icu/message2/MFDataModelFormatter.d.ts +2 -2
- package/types/com/ibm/icu/message2/MFFunctionRegistry$Builder.d.ts +9 -14
- package/types/com/ibm/icu/message2/MFFunctionRegistry.d.ts +7 -11
- package/types/com/ibm/icu/message2/MFParser.d.ts +4 -5
- package/types/com/ibm/icu/message2/MFSerializer.d.ts +2 -2
- package/types/com/ibm/icu/message2/NumberFunctionFactory$NumberFunctionImpl.d.ts +21 -0
- package/types/com/ibm/icu/message2/NumberFunctionFactory$ResolvedOffsetOptions.d.ts +6 -0
- package/types/com/ibm/icu/message2/NumberFunctionFactory.d.ts +9 -0
- package/types/com/ibm/icu/message2/TextFunctionFactory$TextFunctionImpl.d.ts +12 -0
- package/types/com/ibm/icu/message2/TextFunctionFactory.d.ts +8 -0
- package/types/com/ibm/icu/number/NumberRangeFormatterImpl.d.ts +1 -1
- package/types/com/ibm/icu/segmenter/BoundaryIteratorOfInts.d.ts +12 -0
- package/types/com/ibm/icu/segmenter/BoundarySpliterator.d.ts +25 -0
- package/types/com/ibm/icu/segmenter/LocalizedSegmenter$Builder.d.ts +14 -0
- package/types/com/ibm/icu/segmenter/LocalizedSegmenter$SegmentationType.d.ts +14 -0
- package/types/com/ibm/icu/segmenter/LocalizedSegmenter.d.ts +14 -0
- package/types/com/ibm/icu/segmenter/RuleBasedSegmenter$Builder.d.ts +9 -0
- package/types/com/ibm/icu/segmenter/RuleBasedSegmenter.d.ts +12 -0
- package/types/com/ibm/icu/segmenter/Segment.d.ts +10 -0
- package/types/com/ibm/icu/segmenter/SegmentIterator.d.ts +18 -0
- package/types/com/ibm/icu/segmenter/Segmenter.d.ts +6 -0
- package/types/com/ibm/icu/segmenter/Segments$IterationDirection.d.ts +12 -0
- package/types/com/ibm/icu/segmenter/Segments.d.ts +16 -0
- package/types/com/ibm/icu/segmenter/SegmentsImpl.d.ts +21 -0
- package/types/com/ibm/icu/text/BreakIterator.d.ts +1 -1
- package/types/com/ibm/icu/text/BreakTransliterator$ReplaceableCharacterIterator.d.ts +1 -1
- package/types/com/ibm/icu/text/BreakTransliterator$WordBreakIteratorHolder.d.ts +4 -0
- package/types/com/ibm/icu/text/BreakTransliterator.d.ts +4 -3
- package/types/com/ibm/icu/text/CaseFoldTransliterator.d.ts +0 -4
- package/types/com/ibm/icu/text/Collator.d.ts +1 -1
- package/types/com/ibm/icu/text/CurrencyPluralInfo.d.ts +1 -1
- package/types/com/ibm/icu/text/DateFormat.d.ts +1 -1
- package/types/com/ibm/icu/text/DateFormatSymbols.d.ts +5 -1
- package/types/com/ibm/icu/text/DateIntervalFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/DateIntervalInfo.d.ts +2 -2
- package/types/com/ibm/icu/text/DateTimePatternGenerator$AppendItemFormatsSink.d.ts +2 -1
- package/types/com/ibm/icu/text/DateTimePatternGenerator$AppendItemNamesSink.d.ts +2 -1
- package/types/com/ibm/icu/text/DateTimePatternGenerator$AvailableFormatsSink.d.ts +2 -1
- package/types/com/ibm/icu/text/DateTimePatternGenerator.d.ts +1 -1
- package/types/com/ibm/icu/text/DecimalFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/DecimalFormatSymbols.d.ts +1 -1
- package/types/com/ibm/icu/text/LowercaseTransliterator.d.ts +0 -4
- package/types/com/ibm/icu/text/MessageFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/MessagePattern.d.ts +1 -1
- package/types/com/ibm/icu/text/Normalizer.d.ts +1 -1
- package/types/com/ibm/icu/text/NumberFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/PluralFormat$PluralSelectorAdapter.d.ts +2 -1
- package/types/com/ibm/icu/text/RuleBasedBreakIterator$BreakCache.d.ts +3 -2
- package/types/com/ibm/icu/text/RuleBasedBreakIterator$DictionaryCache.d.ts +3 -2
- package/types/com/ibm/icu/text/RuleBasedBreakIterator.d.ts +4 -2
- package/types/com/ibm/icu/text/RuleBasedCollator.d.ts +4 -2
- package/types/com/ibm/icu/text/RuleBasedNumberFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/SearchIterator$Search.d.ts +2 -1
- package/types/com/ibm/icu/text/SimpleDateFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/StringCharacterIterator.d.ts +4 -2
- package/types/com/ibm/icu/text/TimeUnitFormat.d.ts +4 -2
- package/types/com/ibm/icu/text/TimeZoneFormat.d.ts +96 -1
- package/types/com/ibm/icu/text/TitlecaseTransliterator.d.ts +0 -4
- package/types/com/ibm/icu/text/TransliteratorIDParser.d.ts +3 -3
- package/types/com/ibm/icu/text/TransliteratorParser$ParseData.d.ts +2 -1
- package/types/com/ibm/icu/text/TransliteratorParser$RuleHalf.d.ts +2 -2
- package/types/com/ibm/icu/text/TransliteratorParser.d.ts +3 -3
- package/types/com/ibm/icu/text/TransliteratorRegistry$ResourceEntry.d.ts +5 -1
- package/types/com/ibm/icu/text/TransliteratorRegistry.d.ts +5 -3
- package/types/com/ibm/icu/text/UCharacterIterator.d.ts +1 -1
- package/types/com/ibm/icu/text/UnicodeSet$CodePointIterator.d.ts +1 -1
- package/types/com/ibm/icu/text/UnicodeSet$EntryRangeIterator.d.ts +1 -1
- package/types/com/ibm/icu/text/UppercaseTransliterator.d.ts +0 -4
- package/types/com/ibm/icu/util/CECalendar.d.ts +3 -0
- package/types/com/ibm/icu/util/Calendar.d.ts +2 -1
- package/types/com/ibm/icu/util/ChineseCalendar$MonthInfo.d.ts +10 -0
- package/types/com/ibm/icu/util/ChineseCalendar.d.ts +3 -3
- package/types/com/ibm/icu/util/CodePointMap$RangeIterator.d.ts +1 -1
- package/types/com/ibm/icu/util/CodePointMap$StringIterator.d.ts +2 -1
- package/types/com/ibm/icu/util/CompactByteArray.d.ts +1 -1
- package/types/com/ibm/icu/util/CompactCharArray.d.ts +1 -1
- package/types/com/ibm/icu/util/CopticCalendar.d.ts +3 -1
- package/types/com/ibm/icu/util/Currency.d.ts +45 -1
- package/types/com/ibm/icu/util/EthiopicCalendar.d.ts +3 -1
- package/types/com/ibm/icu/util/GregorianCalendar.d.ts +4 -1
- package/types/com/ibm/icu/util/HebrewCalendar.d.ts +1 -0
- package/types/com/ibm/icu/util/IndianCalendar.d.ts +1 -0
- package/types/com/ibm/icu/util/IslamicCalendar.d.ts +2 -0
- package/types/com/ibm/icu/util/MeasureUnit.d.ts +45 -1
- package/types/com/ibm/icu/util/PersianCalendar.d.ts +1 -0
- package/types/com/ibm/icu/util/RuleBasedTimeZone.d.ts +5 -3
- package/types/com/ibm/icu/util/SimpleTimeZone.d.ts +5 -3
- package/types/com/ibm/icu/util/TimeUnit.d.ts +45 -1
- package/types/com/ibm/icu/util/TimeZone.d.ts +1 -1
- package/types/com/ibm/icu/util/ULocale.d.ts +4 -2
- package/types/com/ibm/icu/util/VTimeZone.d.ts +5 -3
- package/types/com/ibm/icu/util/VersionInfo.d.ts +1 -0
- package/types/com/jcraft/jorbis/CodeBook$DecodeAux.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor0$EchstateFloor0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor0$InfoFloor0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor0$LookFloor0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor1$EchstateFloor1.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor1$InfoFloor1.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor1$LookFloor1.d.ts +2 -1
- package/types/com/jcraft/jorbis/Floor1$Lsfit_acc.d.ts +2 -1
- package/types/com/jcraft/jorbis/Mapping0$InfoMapping0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Mapping0$LookMapping0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Residue0$InfoResidue0.d.ts +2 -1
- package/types/com/jcraft/jorbis/Residue0$LookResidue0.d.ts +2 -1
- package/types/com/jcraft/jorbis/VorbisFile$SeekableInputStream.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/ap/expressions/DefinitionInfo$SyntheticAt.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/expression/impl/ast/expressions/ComparisonExpression$Operator.d.ts +1 -0
- package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/InsnExpander$Expansion.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/StringConcatFactoryExpander$ConcatPart.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/expression/impl/flow/expansion/StringConcatFactoryExpander$PartialResult.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/injector/IntLikeBehaviour.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/injector/ModifyExpressionValueInjector$TargetInfo.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$ComparisonOperation.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$DupedFactoryRedirectOperation.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$DynamicInstanceofRedirectOperation.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/injector/wrapoperation/WrapOperationInjector$MethodCallOperation.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer$Builder.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointBuffer.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint16BitCharStream.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint32BitCharStream.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream$CodePoint8BitCharStream.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/Parser$TraceListener.d.ts +2 -1
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/misc/Array2DHashSet$SetIterator.d.ts +1 -1
- package/types/com/llamalad7/mixinextras/lib/semver/VersionParser$CharType.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/sugar/impl/ShareInfo$ShareId.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/sugar/impl/handlers/HandlerInfo$ParameterWrapper.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/utils/PreviousInjectorInsns.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/AuthenticationErrorCode.d.ts +1 -0
- package/types/com/microsoft/aad/msal4j/AuthorizationCodeParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/AuthorizationRequestUrlParameters.d.ts +2 -1
- package/types/com/microsoft/aad/msal4j/AuthorizationResponseHandler.d.ts +1 -1
- package/types/com/microsoft/aad/msal4j/ClientCredentialParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/ConfidentialClientApplication$Builder.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/ConfidentialClientApplication.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/DeviceCodeFlowParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/IntegratedWindowsAuthenticationParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/InteractiveRequestParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/KnownMetadataProvider.d.ts +4 -0
- package/types/com/microsoft/aad/msal4j/ManagedIdentityApplication$Builder.d.ts +2 -1
- package/types/com/microsoft/aad/msal4j/ManagedIdentityApplication.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/ManagedIdentityParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/MexParser$NegotiateAuthenticationPolicySelector.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/MexParser$WsTrustEndpointPolicySelector.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/OnBehalfOfParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/PublicClientApplication$Builder.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/PublicClientApplication.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/RefreshTokenParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/SilentParameters.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/SystemBrowserOptions.d.ts +2 -0
- package/types/com/microsoft/aad/msal4j/TokenCache$CacheAspect.d.ts +2 -1
- package/types/com/microsoft/aad/msal4j/TokenRequestExecutor.d.ts +0 -1
- package/types/com/microsoft/aad/msal4j/UserNamePasswordParameters.d.ts +2 -0
- package/types/com/mojang/authlib/exceptions/MinecraftClientHttpException.d.ts +4 -0
- package/types/com/mojang/authlib/minecraft/UserApiService$UserFlag.d.ts +4 -1
- package/types/com/mojang/authlib/minecraft/client/MinecraftClient$ServiceResponse.d.ts +15 -0
- package/types/com/mojang/authlib/minecraft/client/MinecraftClient.d.ts +12 -2
- package/types/com/mojang/authlib/minecraft/report/AbuseReportLimits.d.ts +1 -0
- package/types/com/mojang/authlib/minecraft/report/ReportChatMessage.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/ChatToggleValue.d.ts +16 -0
- package/types/com/mojang/authlib/yggdrasil/FriendsService$PlayerData.d.ts +13 -0
- package/types/com/mojang/authlib/yggdrasil/FriendsService$ResultCode.d.ts +21 -0
- package/types/com/mojang/authlib/yggdrasil/FriendsService.d.ts +21 -0
- package/types/com/mojang/authlib/yggdrasil/ToggleValue.d.ts +14 -0
- package/types/com/mojang/authlib/yggdrasil/YggdrasilAuthenticationService.d.ts +2 -0
- package/types/com/mojang/authlib/yggdrasil/YggdrasilFriendsService.d.ts +47 -0
- package/types/com/mojang/authlib/yggdrasil/YggdrasilUserApiService.d.ts +2 -2
- package/types/com/mojang/authlib/yggdrasil/request/AbuseReportRequest$RealmInfo.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/request/AbuseReportRequest.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/request/FriendActionRequest.d.ts +18 -0
- package/types/com/mojang/authlib/yggdrasil/request/PresenceRequest.d.ts +11 -0
- package/types/com/mojang/authlib/yggdrasil/request/TelemetryEventsRequest$Event.d.ts +3 -0
- package/types/com/mojang/authlib/yggdrasil/request/UpdateType.d.ts +12 -0
- package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest$FriendsPreferences.d.ts +13 -0
- package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest$ProfanityFilterPreferences.d.ts +10 -0
- package/types/com/mojang/authlib/yggdrasil/request/UserAttributesRequest.d.ts +14 -0
- package/types/com/mojang/authlib/yggdrasil/response/FriendData.d.ts +16 -0
- package/types/com/mojang/authlib/yggdrasil/response/FriendDto.d.ts +13 -0
- package/types/com/mojang/authlib/yggdrasil/response/FriendRequestsResponse.d.ts +11 -0
- package/types/com/mojang/authlib/yggdrasil/response/FriendsErrorStatus.d.ts +13 -0
- package/types/com/mojang/authlib/yggdrasil/response/FriendsListResponse.d.ts +15 -0
- package/types/com/mojang/authlib/yggdrasil/response/MinecraftTexturesPayload.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/response/PresenceResponse.d.ts +12 -0
- package/types/com/mojang/authlib/yggdrasil/response/PresenceStatus.d.ts +16 -0
- package/types/com/mojang/authlib/yggdrasil/response/PresenceStatusDto.d.ts +19 -0
- package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$ChatPreferences.d.ts +11 -0
- package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$FriendsPreferences.d.ts +13 -0
- package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$Privileges$Privilege.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse$ProfanityFilterPreferences.d.ts +1 -0
- package/types/com/mojang/authlib/yggdrasil/response/UserAttributesResponse.d.ts +7 -1
- package/types/com/mojang/blaze3d/GLFWErrorCapture$Error.d.ts +1 -0
- package/types/com/mojang/blaze3d/GpuDeviceLossException.d.ts +4 -0
- package/types/com/mojang/blaze3d/GpuFormat$ComponentType.d.ts +28 -0
- package/types/com/mojang/blaze3d/GpuFormat.d.ts +76 -0
- package/types/com/mojang/blaze3d/IndexType.d.ts +14 -0
- package/types/com/mojang/blaze3d/PrimitiveTopology.d.ts +22 -0
- package/types/com/mojang/blaze3d/audio/OpenAlUtil.d.ts +4 -0
- package/types/com/mojang/blaze3d/buffers/GpuBuffer.d.ts +5 -1
- package/types/com/mojang/blaze3d/buffers/GpuBufferSlice$MappedView.d.ts +19 -0
- package/types/com/mojang/blaze3d/buffers/GpuBufferSlice.d.ts +3 -0
- package/types/com/mojang/blaze3d/buffers/GpuFence.d.ts +1 -1
- package/types/com/mojang/blaze3d/font/TrueTypeGlyphProvider$Glyph.d.ts +2 -1
- package/types/com/mojang/blaze3d/framegraph/FrameGraphBuilder$Pass.d.ts +2 -1
- package/types/com/mojang/blaze3d/opengl/BufferStorage$Immutable.d.ts +2 -6
- package/types/com/mojang/blaze3d/opengl/BufferStorage$Mutable.d.ts +2 -5
- package/types/com/mojang/blaze3d/opengl/BufferStorage.d.ts +2 -5
- package/types/com/mojang/blaze3d/opengl/DirectStateAccess$Core.d.ts +4 -3
- package/types/com/mojang/blaze3d/opengl/DirectStateAccess$Emulated.d.ts +4 -4
- package/types/com/mojang/blaze3d/opengl/DirectStateAccess.d.ts +4 -3
- package/types/com/mojang/blaze3d/opengl/FrameBufferAttachment.d.ts +8 -0
- package/types/com/mojang/blaze3d/opengl/FrameBufferCache$CacheKey.d.ts +10 -0
- package/types/com/mojang/blaze3d/opengl/FrameBufferCache.d.ts +11 -0
- package/types/com/mojang/blaze3d/opengl/GlBackend.d.ts +2 -1
- package/types/com/mojang/blaze3d/opengl/GlBuffer$Direct.d.ts +26 -0
- package/types/com/mojang/blaze3d/opengl/GlBuffer.d.ts +6 -11
- package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +45 -28
- package/types/com/mojang/blaze3d/opengl/GlConst.d.ts +15 -18
- package/types/com/mojang/blaze3d/opengl/GlDebugLabel$Core.d.ts +1 -1
- package/types/com/mojang/blaze3d/opengl/GlDebugLabel$Ext.d.ts +2 -1
- package/types/com/mojang/blaze3d/opengl/GlDebugLabel.d.ts +1 -1
- package/types/com/mojang/blaze3d/opengl/GlDevice.d.ts +16 -21
- package/types/com/mojang/blaze3d/opengl/GlFence.d.ts +6 -3
- package/types/com/mojang/blaze3d/opengl/GlHeuristics.d.ts +13 -0
- package/types/com/mojang/blaze3d/opengl/GlProgram.d.ts +3 -4
- package/types/com/mojang/blaze3d/opengl/GlQueryPool.d.ts +13 -0
- package/types/com/mojang/blaze3d/opengl/GlRenderPass.d.ts +25 -13
- package/types/com/mojang/blaze3d/opengl/GlStateManager$BlendState.d.ts +2 -0
- package/types/com/mojang/blaze3d/opengl/GlStateManager.d.ts +10 -5
- package/types/com/mojang/blaze3d/opengl/GlSurface.d.ts +19 -0
- package/types/com/mojang/blaze3d/opengl/GlTexture.d.ts +11 -9
- package/types/com/mojang/blaze3d/opengl/GlTextureView.d.ts +11 -9
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$Fallback$GlAllocation.d.ts +13 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$Fallback.d.ts +32 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping$GlAllocation.d.ts +14 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping$Rotation.d.ts +16 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$PersistentMapping.d.ts +38 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory$TransientGpuBuffer.d.ts +25 -0
- package/types/com/mojang/blaze3d/opengl/GlTransientMemory.d.ts +36 -0
- package/types/com/mojang/blaze3d/opengl/GlUtil.d.ts +5 -0
- package/types/com/mojang/blaze3d/opengl/Uniform$Sampler.d.ts +1 -0
- package/types/com/mojang/blaze3d/opengl/Uniform$Ubo.d.ts +1 -0
- package/types/com/mojang/blaze3d/opengl/Uniform$Utb.d.ts +5 -3
- package/types/com/mojang/blaze3d/opengl/VertexArrayCache$Emulated.d.ts +3 -3
- package/types/com/mojang/blaze3d/opengl/VertexArrayCache$Separate.d.ts +3 -3
- package/types/com/mojang/blaze3d/opengl/VertexArrayCache$VertexArray.d.ts +2 -4
- package/types/com/mojang/blaze3d/opengl/VertexArrayCache.d.ts +3 -2
- package/types/com/mojang/blaze3d/pipeline/BindGroupLayout$Builder.d.ts +14 -0
- package/types/com/mojang/blaze3d/pipeline/BindGroupLayout$UniformDescription.d.ts +18 -0
- package/types/com/mojang/blaze3d/pipeline/BindGroupLayout.d.ts +14 -0
- package/types/com/mojang/blaze3d/pipeline/BlendEquation.d.ts +16 -0
- package/types/com/mojang/blaze3d/pipeline/BlendFunction.d.ts +13 -12
- package/types/com/mojang/blaze3d/pipeline/ColorTargetState.d.ts +6 -0
- package/types/com/mojang/blaze3d/pipeline/DepthStencilState.d.ts +2 -0
- package/types/com/mojang/blaze3d/pipeline/RenderPipeline$Builder.d.ts +12 -13
- package/types/com/mojang/blaze3d/pipeline/RenderPipeline$Snippet.d.ts +13 -13
- package/types/com/mojang/blaze3d/pipeline/RenderPipeline.d.ts +12 -12
- package/types/com/mojang/blaze3d/pipeline/RenderTarget.d.ts +4 -3
- package/types/com/mojang/blaze3d/pipeline/TextureTarget.d.ts +2 -1
- package/types/com/mojang/blaze3d/platform/BlendFactor.d.ts +25 -0
- package/types/com/mojang/blaze3d/platform/BlendOp.d.ts +15 -0
- package/types/com/mojang/blaze3d/platform/ClientShutdownWatchdog.d.ts +2 -2
- package/types/com/mojang/blaze3d/platform/DisplayData.d.ts +1 -0
- package/types/com/mojang/blaze3d/platform/GLX.d.ts +2 -2
- package/types/com/mojang/blaze3d/platform/Lighting.d.ts +2 -2
- package/types/com/mojang/blaze3d/platform/MacosUtil.d.ts +1 -0
- package/types/com/mojang/blaze3d/platform/Monitor.d.ts +20 -14
- package/types/com/mojang/blaze3d/platform/MonitorManager.d.ts +13 -0
- package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +1 -0
- package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$CapturingPrintStream.d.ts +10 -0
- package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$CapturingStream.d.ts +10 -0
- package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap$LibraryLoadEntry.d.ts +13 -0
- package/types/com/mojang/blaze3d/platform/NativeLibrariesBootstrap.d.ts +6 -0
- package/types/com/mojang/blaze3d/platform/Transparency.d.ts +1 -0
- package/types/com/mojang/blaze3d/platform/Window.d.ts +5 -8
- package/types/com/mojang/blaze3d/platform/WindowEventHandler.d.ts +1 -0
- package/types/com/mojang/blaze3d/resource/RenderTargetDescriptor.d.ts +7 -2
- package/types/com/mojang/blaze3d/shaders/GpuDebugOptions.d.ts +3 -0
- package/types/com/mojang/blaze3d/shaders/UniformType.d.ts +1 -2
- package/types/com/mojang/blaze3d/systems/BackendCreationException$Reason.d.ts +22 -0
- package/types/com/mojang/blaze3d/systems/BackendCreationException.d.ts +7 -1
- package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +26 -17
- package/types/com/mojang/blaze3d/systems/CommandEncoderBackend.d.ts +14 -20
- package/types/com/mojang/blaze3d/systems/DeviceFeatures.d.ts +22 -0
- package/types/com/mojang/blaze3d/systems/DeviceInfo.d.ts +34 -0
- package/types/com/mojang/blaze3d/systems/DeviceLimits.d.ts +22 -0
- package/types/com/mojang/blaze3d/systems/DeviceType.d.ts +15 -0
- package/types/com/mojang/blaze3d/systems/GpuBackend.d.ts +2 -1
- package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +16 -16
- package/types/com/mojang/blaze3d/systems/GpuDeviceBackend.d.ts +10 -15
- package/types/com/mojang/blaze3d/systems/GpuQueryPool.d.ts +9 -0
- package/types/com/mojang/blaze3d/systems/GpuSurface$Configuration.d.ts +15 -0
- package/types/com/mojang/blaze3d/systems/GpuSurface$PresentMode.d.ts +15 -0
- package/types/com/mojang/blaze3d/systems/GpuSurface.d.ts +24 -0
- package/types/com/mojang/blaze3d/systems/GpuSurfaceBackend.d.ts +15 -0
- package/types/com/mojang/blaze3d/systems/HintsAndWorkarounds.d.ts +12 -0
- package/types/com/mojang/blaze3d/systems/RenderPass$Draw.d.ts +5 -3
- package/types/com/mojang/blaze3d/systems/RenderPass$RenderArea.d.ts +18 -0
- package/types/com/mojang/blaze3d/systems/RenderPass.d.ts +35 -9
- package/types/com/mojang/blaze3d/systems/RenderPassBackend.d.ts +17 -10
- package/types/com/mojang/blaze3d/systems/RenderPassDescriptor$Attachment.d.ts +13 -0
- package/types/com/mojang/blaze3d/systems/RenderPassDescriptor.d.ts +23 -0
- package/types/com/mojang/blaze3d/systems/RenderSystem$AutoStorageIndexBuffer.d.ts +6 -4
- package/types/com/mojang/blaze3d/systems/RenderSystem$GpuAsyncTask.d.ts +1 -1
- package/types/com/mojang/blaze3d/systems/RenderSystem.d.ts +6 -8
- package/types/com/mojang/blaze3d/systems/ScissorState.d.ts +4 -0
- package/types/com/mojang/blaze3d/systems/SurfaceException.d.ts +6 -0
- package/types/com/mojang/blaze3d/systems/TimerQuery$Status.d.ts +13 -0
- package/types/com/mojang/blaze3d/systems/TimerQuery.d.ts +12 -7
- package/types/com/mojang/blaze3d/systems/TracyGpuProfiler.d.ts +17 -0
- package/types/com/mojang/blaze3d/systems/TransientMemory.d.ts +24 -0
- package/types/com/mojang/blaze3d/textures/GpuTexture.d.ts +4 -4
- package/types/com/mojang/blaze3d/util/TransientBlockAllocator$Allocation.d.ts +14 -0
- package/types/com/mojang/blaze3d/util/TransientBlockAllocator$Allocator.d.ts +5 -0
- package/types/com/mojang/blaze3d/util/TransientBlockAllocator.d.ts +26 -0
- package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +19 -9
- package/types/com/mojang/blaze3d/vertex/ByteBufferBuilder$Result.d.ts +4 -2
- package/types/com/mojang/blaze3d/vertex/ByteBufferBuilder.d.ts +2 -2
- package/types/com/mojang/blaze3d/vertex/DefaultVertexFormat.d.ts +15 -1
- package/types/com/mojang/blaze3d/vertex/MeshData$DrawState.d.ts +7 -6
- package/types/com/mojang/blaze3d/vertex/MeshData$SortState.d.ts +7 -5
- package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +5 -3
- package/types/com/mojang/blaze3d/vertex/StagingBuffer$BufferHandle.d.ts +12 -0
- package/types/com/mojang/blaze3d/vertex/StagingBuffer$Cpu.d.ts +13 -0
- package/types/com/mojang/blaze3d/vertex/StagingBuffer$PersistentlyMapped.d.ts +19 -0
- package/types/com/mojang/blaze3d/vertex/StagingBuffer$Uploader.d.ts +13 -0
- package/types/com/mojang/blaze3d/vertex/StagingBuffer.d.ts +21 -0
- package/types/com/mojang/blaze3d/vertex/TlsfAllocator$Block.d.ts +6 -6
- package/types/com/mojang/blaze3d/vertex/TlsfAllocator$IndexPair.d.ts +1 -0
- package/types/com/mojang/blaze3d/vertex/UberGpuBuffer$StagedAllocationEntry.d.ts +12 -4
- package/types/com/mojang/blaze3d/vertex/UberGpuBuffer.d.ts +8 -8
- package/types/com/mojang/blaze3d/vertex/VertexFormat$Builder.d.ts +10 -6
- package/types/com/mojang/blaze3d/vertex/VertexFormat.d.ts +9 -19
- package/types/com/mojang/blaze3d/vertex/VertexFormatElement.d.ts +8 -26
- package/types/com/mojang/blaze3d/vulkan/Destroyable.d.ts +4 -0
- package/types/com/mojang/blaze3d/vulkan/DestructionQueue$Destroyer.d.ts +6 -0
- package/types/com/mojang/blaze3d/vulkan/DestructionQueue.d.ts +12 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanBackend.d.ts +29 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout$Entry.d.ts +16 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout$VulkanBindGroupEntryType.d.ts +13 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanBindGroupLayout.d.ts +16 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanCommandEncoder.d.ts +71 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanCommandPool.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanConst.d.ts +27 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanDebug$Disabled.d.ts +20 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanDebug$Enabled.d.ts +25 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanDebug.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanDevice$ShaderCompilationKey.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanDevice.d.ts +77 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuBuffer$Direct.d.ts +26 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuBuffer.d.ts +18 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuSampler.d.ts +27 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuSurface.d.ts +41 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuTexture.d.ts +23 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanGpuTextureView.d.ts +15 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanInstance.d.ts +16 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanPhysicalDevice.d.ts +41 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanQueryPool.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission$SemaphoreOp.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission$SubmitStage.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanQueue$Submission.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanQueue.d.ts +18 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanRenderPass$TextureViewAndSampler.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanRenderPass.d.ts +67 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanRenderPipeline.d.ts +33 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory$TransientGpuBuffer.d.ts +26 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory$VulkanAllocation.d.ts +16 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanTransientMemory.d.ts +54 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanUtils$DeviceUUID.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/VulkanUtils.d.ts +23 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage$Checkpoint.d.ts +15 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage$Frame.d.ts +11 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/AbstractCheckpointStorage.d.ts +21 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/AmdCheckpointExtension$AmdCheckpointStorage.d.ts +19 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/AmdCheckpointExtension.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$CheckpointStorage.d.ts +8 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$CheckpointType.d.ts +12 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$QueueCheckpoints.d.ts +13 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension$StageCheckpoint.d.ts +15 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/CheckpointExtension.d.ts +11 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/NoopCheckpointExtension$NoopCheckpointStorage.d.ts +10 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/NoopCheckpointExtension.d.ts +13 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/NvidiaCheckpointExtension$NvidiaCheckpointStorage.d.ts +12 -0
- package/types/com/mojang/blaze3d/vulkan/checkpoints/NvidiaCheckpointExtension.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/GlslCompiler$CompiledModules.d.ts +15 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/GlslCompiler.d.ts +17 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/IntermediaryShaderModule.d.ts +35 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/ShaderCompileException.d.ts +4 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/SpvSampler.d.ts +14 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/SpvUniformBuffer.d.ts +12 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/SpvVariable.d.ts +12 -0
- package/types/com/mojang/blaze3d/vulkan/glsl/SpvcUtil.d.ts +5 -0
- package/types/com/mojang/blaze3d/vulkan/init/VulkanFeature.d.ts +23 -0
- package/types/com/mojang/blaze3d/vulkan/init/VulkanPNextStruct.d.ts +19 -0
- package/types/com/mojang/datafixers/DataFixerBuilder$Result.d.ts +2 -1
- package/types/com/mojang/datafixers/Products$P1.d.ts +22 -2
- package/types/com/mojang/datafixers/Products$P10.d.ts +33 -2
- package/types/com/mojang/datafixers/Products$P11.d.ts +31 -2
- package/types/com/mojang/datafixers/Products$P12.d.ts +29 -2
- package/types/com/mojang/datafixers/Products$P13.d.ts +27 -2
- package/types/com/mojang/datafixers/Products$P14.d.ts +25 -2
- package/types/com/mojang/datafixers/Products$P15.d.ts +23 -2
- package/types/com/mojang/datafixers/Products$P16.d.ts +22 -2
- package/types/com/mojang/datafixers/Products$P2.d.ts +22 -2
- package/types/com/mojang/datafixers/Products$P3.d.ts +22 -2
- package/types/com/mojang/datafixers/Products$P4.d.ts +22 -2
- package/types/com/mojang/datafixers/Products$P5.d.ts +23 -2
- package/types/com/mojang/datafixers/Products$P6.d.ts +25 -2
- package/types/com/mojang/datafixers/Products$P7.d.ts +27 -2
- package/types/com/mojang/datafixers/Products$P8.d.ts +28 -2
- package/types/com/mojang/datafixers/Products$P9.d.ts +35 -2
- package/types/com/mojang/datafixers/TypedOptic.d.ts +1 -1
- package/types/com/mojang/datafixers/functions/PointFreeRule$Choice.d.ts +1 -0
- package/types/com/mojang/datafixers/functions/PointFreeRule$Seq.d.ts +1 -0
- package/types/com/mojang/datafixers/types/templates/Check.d.ts +1 -0
- package/types/com/mojang/datafixers/types/templates/RecursivePoint.d.ts +1 -0
- package/types/com/mojang/math/GivensParameters.d.ts +1 -0
- package/types/com/mojang/math/MatrixUtil.d.ts +2 -3
- package/types/com/mojang/realmsclient/RealmsMainScreen$AvailableSnapshotEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/RealmsMainScreen$Entry.d.ts +2 -1
- package/types/com/mojang/realmsclient/RealmsMainScreen$NotificationMessageEntry.d.ts +1 -1
- package/types/com/mojang/realmsclient/RealmsMainScreen$ParentEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/RealmsMainScreen$RealmSelectionList.d.ts +1 -1
- package/types/com/mojang/realmsclient/RealmsMainScreen$ServerEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/client/RealmsError$CustomError.d.ts +1 -0
- package/types/com/mojang/realmsclient/client/RealmsError$ErrorWithJsonPayload.d.ts +1 -0
- package/types/com/mojang/realmsclient/client/RealmsError$ErrorWithRawPayload.d.ts +1 -0
- package/types/com/mojang/realmsclient/client/Request.d.ts +1 -1
- package/types/com/mojang/realmsclient/dto/RealmsSlotUpdateDto.d.ts +3 -0
- package/types/com/mojang/realmsclient/dto/RealmsWorldResetDto.d.ts +1 -0
- package/types/com/mojang/realmsclient/dto/RegionPingResult.d.ts +1 -0
- package/types/com/mojang/realmsclient/dto/Subscription.d.ts +1 -0
- package/types/com/mojang/realmsclient/dto/UploadInfo.d.ts +1 -0
- package/types/com/mojang/realmsclient/dto/WorldTemplatePaginatedList.d.ts +2 -0
- package/types/com/mojang/realmsclient/gui/RealmsWorldSlotButton.d.ts +4 -1
- package/types/com/mojang/realmsclient/gui/screens/RealmsPendingInvitesScreen$Entry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/RealmsPendingInvitesScreen$PendingInvitationSelectionList.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/RealmsResetWorldScreen$FrameButton.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/RealmsSelectWorldTemplateScreen$Entry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/RealmsSelectWorldTemplateScreen$WorldTemplateList.d.ts +3 -2
- package/types/com/mojang/realmsclient/gui/screens/UploadResult.d.ts +1 -0
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupInfoScreen$BackupInfoList.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupInfoScreen$BackupInfoListEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupScreen$BackupObjectSelectionList.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsBackupScreen$Entry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsConfigureWorldScreen.d.ts +5 -2
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$HeaderEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$InvitedObjectSelectionList.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab$PlayerEntry.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPlayersTab.d.ts +2 -0
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPreferredRegionSelectionScreen$RegionSelectionList$Entry.d.ts +3 -2
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsPreferredRegionSelectionScreen$RegionSelectionList.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSettingsTab.d.ts +2 -0
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSlotOptionsScreen$SettingsSlider.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/screens/configuration/RealmsSubscriptionTab.d.ts +3 -8
- package/types/com/mojang/realmsclient/gui/task/DataFetcher$ComputationResult.d.ts +1 -0
- package/types/com/mojang/realmsclient/gui/task/DataFetcher$SubscribedTask.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/task/DataFetcher$Subscription.d.ts +2 -1
- package/types/com/mojang/realmsclient/gui/task/DataFetcher$SuccessfulComputationResult.d.ts +1 -0
- package/types/com/mojang/realmsclient/gui/task/DataFetcher$Task.d.ts +2 -1
- package/types/com/mojang/serialization/JsonOps$JsonRecordBuilder.d.ts +2 -1
- package/types/com/mojang/serialization/codecs/ListCodec$DecoderState.d.ts +2 -1
- package/types/com/mojang/serialization/codecs/ListCodec.d.ts +1 -0
- package/types/com/oracle/js/parser/Parser$VerifyDestructuringPatternNodeVisitor.d.ts +2 -1
- package/types/com/oracle/js/parser/ParserContext$NodeIterator.d.ts +3 -2
- package/types/com/oracle/js/parser/ir/LexicalContext$NodeIterator.d.ts +3 -2
- package/types/com/oracle/truffle/api/TruffleContext$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/TruffleFile$FileStoreInfo.d.ts +2 -1
- package/types/com/oracle/truffle/api/TruffleLogger$LoggerCache$LoggerNode.d.ts +2 -1
- package/types/com/oracle/truffle/api/TruffleLogger$LoggerCache$NamedLoggerRef.d.ts +2 -1
- package/types/com/oracle/truffle/api/bytecode/Instruction$Argument$BranchProfile.d.ts +1 -0
- package/types/com/oracle/truffle/api/debug/Breakpoint$BreakpointNodeFactory.d.ts +2 -1
- package/types/com/oracle/truffle/api/debug/Breakpoint$Builder.d.ts +2 -2
- package/types/com/oracle/truffle/api/debug/Breakpoint$ExceptionBuilder.d.ts +1 -1
- package/types/com/oracle/truffle/api/debug/Breakpoint$LocationsInExecutedSources.d.ts +2 -1
- package/types/com/oracle/truffle/api/debug/DebuggerSession$RootSteppingDepthNode.d.ts +2 -1
- package/types/com/oracle/truffle/api/debug/DebuggerSession$SteppingNode.d.ts +2 -1
- package/types/com/oracle/truffle/api/debug/DebuggerTags$AlwaysHalt.d.ts +2 -1
- package/types/com/oracle/truffle/api/debug/StepConfig$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/debug/SuspensionFilter$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/debug/ValuePropertiesCollection$PropertiesIterator.d.ts +1 -1
- package/types/com/oracle/truffle/api/exception/HostStackTraceElementObject$DeclaringMetaObject.d.ts +2 -1
- package/types/com/oracle/truffle/api/impl/DispatchOutputStream$OutputStreamList.d.ts +2 -1
- package/types/com/oracle/truffle/api/impl/ReadOnlyArrayList$LI.d.ts +1 -1
- package/types/com/oracle/truffle/api/impl/asm/tree/InsnList$InsnListIterator.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/AllocationEventFilter$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$EngineInstrumenter.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$InsertWrapperOperation.d.ts +4 -2
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$LanguageClientInstrumenter.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$NotifyLoadedOperation.d.ts +4 -2
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor.d.ts +2 -1
- package/types/com/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder.d.ts +2 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceFilter$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$AllSourcesNotification.d.ts +2 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$InitializeSourcesNotification.d.ts +2 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$NewSourcesNotification.d.ts +4 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue.d.ts +2 -1
- package/types/com/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder.d.ts +1 -1
- package/types/com/oracle/truffle/api/library/LibraryFactory$CachedAOTExports.d.ts +2 -1
- package/types/com/oracle/truffle/api/library/LibraryFactory$ProxyExports.d.ts +2 -1
- package/types/com/oracle/truffle/api/object/LayoutImpl$Key.d.ts +1 -0
- package/types/com/oracle/truffle/api/source/Source$LiteralBuilder.d.ts +2 -2
- package/types/com/oracle/truffle/api/source/Source$SourceBuilder.d.ts +1 -1
- package/types/com/oracle/truffle/api/staticobject/GeneratorClassLoaders$FactoryClassLoader.d.ts +2 -1
- package/types/com/oracle/truffle/api/staticobject/GeneratorClassLoaders$StorageClassLoader.d.ts +2 -1
- package/types/com/oracle/truffle/api/strings/DecodingErrorHandler$Result.d.ts +1 -0
- package/types/com/oracle/truffle/api/strings/TranscodingErrorHandler$ReplacementString.d.ts +1 -0
- package/types/com/oracle/truffle/api/strings/provider/JCodingsProvider$TranscodeResult.d.ts +1 -0
- package/types/com/oracle/truffle/compiler/HostMethodInfo.d.ts +1 -0
- package/types/com/oracle/truffle/compiler/PartialEvaluationMethodInfo.d.ts +1 -0
- package/types/com/oracle/truffle/compiler/TruffleCompilerOptionDescriptor.d.ts +1 -0
- package/types/com/oracle/truffle/host/HostAdapterClassLoader$GeneratedClassLoader.d.ts +2 -1
- package/types/com/oracle/truffle/js/builtins/Uint8ArrayBuiltins$Uint8ArrayBaseNode$EncodeResult.d.ts +1 -0
- package/types/com/oracle/truffle/js/lang/JavaScriptLanguage$ParsedProgramRoot.d.ts +3 -1
- package/types/com/oracle/truffle/js/nodes/function/ClassDefinitionNode$ClassDefinitionResumptionRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/nodes/temporal/GetDifferenceSettingsNode$GetDifferenceSettingsResult.d.ts +1 -0
- package/types/com/oracle/truffle/js/nodes/temporal/RoundRelativeDurationNode$DurationNudgeResultRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/parser/GraalJSTranslator$EnvironmentCloseable.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$AbstractArgumentsVarRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$AbstractFrameVarRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$ActiveModuleRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$ArgumentsVarRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$DebugVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$FrameSlotVarRef.d.ts +2 -2
- package/types/com/oracle/truffle/js/parser/env/Environment$FunctionCalleeVarRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$GlobalLexVarRef.d.ts +3 -2
- package/types/com/oracle/truffle/js/parser/env/Environment$GlobalVarRef.d.ts +3 -2
- package/types/com/oracle/truffle/js/parser/env/Environment$MappedArgumentVarRef.d.ts +1 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$WrappedDebugVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$WrappedEvalVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$WrappedGlobalVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$WrappedVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/Environment$WrappedWithVarRef.d.ts +2 -1
- package/types/com/oracle/truffle/js/parser/env/FunctionEnvironment$JumpTargetCloseable.d.ts +2 -1
- package/types/com/oracle/truffle/js/runtime/JSLanguageOptions.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/JSParserOptions.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/array/ScriptArray$DefaultIterator.d.ts +2 -1
- package/types/com/oracle/truffle/js/runtime/builtins/SetRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/DateDurationRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/ISODateRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/ISODateTimeRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/NormalizedDurationRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/TemporalDurationWithTotalRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/TimeDurationRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/temporal/TimeRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/builtins/wasm/WasmFunctionTypeInfo.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$ISOYearMonthRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$NormalizedDurationWithTotalRecord.d.ts +1 -0
- package/types/com/oracle/truffle/js/runtime/util/TemporalUtil$NormalizedTimeDurationWithTotalRecord.d.ts +1 -0
- package/types/com/oracle/truffle/polyglot/PolyglotContextImpl$CancellationThreadLocalAction.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotContextImpl$InterruptThreadLocalAction.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$InitializeThreadAction.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$Lazy.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotLanguageContext$PolyglotUncaughtExceptionHandler.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotMap$EntryImpl.d.ts +1 -1
- package/types/com/oracle/truffle/polyglot/PolyglotSourceCache$StrongCache.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotSourceCache$WeakCache.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotThreadLocalActions$PolyglotStatisticsAction.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/PolyglotThreadLocalActions$PrintStackTraceAction.d.ts +2 -1
- package/types/com/oracle/truffle/polyglot/SourceCacheStatisticsListener$CacheCounterKey.d.ts +1 -0
- package/types/com/oracle/truffle/regex/tregex/automaton/StateSetImpl$StateListIterator.d.ts +1 -1
- package/types/com/oracle/truffle/regex/tregex/automaton/StateSetImpl$StateSetIterator.d.ts +1 -1
- package/types/com/oracle/truffle/regex/tregex/automaton/StateTransitionCanonicalizer$ConstraintDeduplicationKey.d.ts +1 -0
- package/types/com/oracle/truffle/regex/tregex/automaton/TransitionConstraint$MergeResult.d.ts +1 -0
- package/types/com/oracle/truffle/regex/tregex/nodes/dfa/CounterTrackerData.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$DynamicCompilationThresholds.d.ts +2 -1
- package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$TruffleCompilerThreadFactory.d.ts +2 -1
- package/types/com/oracle/truffle/runtime/collection/BTreeQueue$Compress.d.ts +2 -1
- package/types/com/oracle/truffle/tools/agentscript/impl/InsightInstrument$Key.d.ts +2 -1
- package/types/com/oracle/truffle/tools/agentscript/impl/InsightPerSource$InitializeLater.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/BreakpointsHandler$ResolvedHandler.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorDebugger$LoadScriptListenerImpl.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorDebugger$SuspendedCallbackImpl.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorRuntime$ConsoleOutputListener.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorRuntime$ContextListener.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/OutputHandler$ListeneableOutputStream$RBCH.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/ScriptsHandler$ContextTracker.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/TypeHandler$TypeProfileEventFactory.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$CommandPostProcessor.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$CommandProcessThread.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectServerSession$EventHandlerImpl.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$InspectWebSocketHandler.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$JSONHandler.d.ts +2 -1
- package/types/com/oracle/truffle/tools/chromeinspector/server/InspectorServer$WrappingSocketServerFactory.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/BreakpointsHandler$ResolvedHandler.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/DebugProtocolServerImpl$ConsoleOutputListener.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/DebugProtocolServerImpl$SuspendedCallbackImpl.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/ExecutionContext$ContextTracker.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/OutputHandler$ListeneableOutputStream$RBCH.d.ts +2 -1
- package/types/com/oracle/truffle/tools/dap/server/ThreadsHandler$SuspendedThreadInfo.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/CPUSampler$ResultProcessingRunnable.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/CPUSampler$SamplingTask.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/HeapMonitor$Listener.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/MemoryTracer$Listener.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/SafepointStackSampler$SampleAction.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/SafepointStackSampler$StackVisitor.d.ts +2 -1
- package/types/com/oracle/truffle/tools/profiler/ShadowStack$ThreadLocalStack.d.ts +2 -1
- package/types/com/oracle/truffle/tools/utils/java_websocket/client/WebSocketClient$WebsocketWriteThread.d.ts +1 -1
- package/types/com/oracle/truffle/tools/utils/java_websocket/drafts/Draft_6455$TranslatedPayloadMetaData.d.ts +2 -1
- package/types/com/oracle/truffle/tools/utils/java_websocket/server/WebSocketServer$WebSocketWorker.d.ts +2 -1
- package/types/com/seedfinding/mccore/util/data/StringUnhasher$Config.d.ts +2 -0
- package/types/com/seedfinding/mcseed/rand/JRand$RandomWrapper.d.ts +2 -0
- package/types/com/sun/jna/CallbackReference$DefaultCallbackProxy.d.ts +2 -1
- package/types/com/sun/jna/Memory$SharedMemory.d.ts +1 -1
- package/types/com/sun/jna/NativeString$StringMemory.d.ts +2 -1
- package/types/com/sun/jna/Pointer$Opaque.d.ts +2 -0
- package/types/com/sun/jna/Structure$LayoutInfo.d.ts +2 -0
- package/types/com/sun/jna/VarArgsChecker$NoVarArgsChecker.d.ts +2 -0
- package/types/com/sun/jna/VarArgsChecker$RealVarArgsChecker.d.ts +2 -0
- package/types/com/sun/jna/VarArgsChecker.d.ts +2 -0
- package/types/com/sun/jna/internal/Cleaner$CleanerThread.d.ts +2 -1
- package/types/com/sun/jna/platform/FileMonitor$FileEvent.d.ts +2 -1
- package/types/com/sun/jna/platform/FileUtils$DefaultFileUtils.d.ts +2 -0
- package/types/com/sun/jna/platform/WindowUtils$MacWindowUtils.d.ts +2 -0
- package/types/com/sun/jna/platform/WindowUtils$RepaintTrigger$Listener.d.ts +2 -1
- package/types/com/sun/jna/platform/WindowUtils$W32WindowUtils.d.ts +2 -0
- package/types/com/sun/jna/platform/WindowUtils$X11WindowUtils.d.ts +2 -0
- package/types/com/sun/jna/platform/win32/AccCtrl$SE_OBJECT_TYPE.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/COM/WbemcliUtil$WmiResult.d.ts +3 -1
- package/types/com/sun/jna/platform/win32/W32FileMonitor$FileInfo.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/WinCrypt$CERT_STRONG_SIGN_PARA$DUMMYUNION.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/Winnetwk$ConnectFlag.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCEDISPLAYTYPE.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCESCOPE.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCETYPE.d.ts +2 -1
- package/types/com/sun/jna/platform/win32/Winnetwk$RESOURCEUSAGE.d.ts +2 -1
- package/types/com/sun/source/doctree/AttributeTree$ValueKind.d.ts +14 -0
- package/types/com/sun/source/doctree/AttributeTree.d.ts +11 -0
- package/types/com/sun/source/doctree/AuthorTree.d.ts +9 -0
- package/types/com/sun/source/doctree/BlockTagTree.d.ts +7 -0
- package/types/com/sun/source/doctree/CommentTree.d.ts +7 -0
- package/types/com/sun/source/doctree/DeprecatedTree.d.ts +9 -0
- package/types/com/sun/source/doctree/DocCommentTree.d.ts +12 -0
- package/types/com/sun/source/doctree/DocRootTree.d.ts +7 -0
- package/types/com/sun/source/doctree/DocTree$Kind.d.ts +55 -0
- package/types/com/sun/source/doctree/DocTree.d.ts +7 -0
- package/types/com/sun/source/doctree/DocTreeVisitor.d.ts +83 -0
- package/types/com/sun/source/doctree/DocTypeTree.d.ts +7 -0
- package/types/com/sun/source/doctree/EndElementTree.d.ts +8 -0
- package/types/com/sun/source/doctree/EntityTree.d.ts +8 -0
- package/types/com/sun/source/doctree/ErroneousTree.d.ts +10 -0
- package/types/com/sun/source/doctree/EscapeTree.d.ts +7 -0
- package/types/com/sun/source/doctree/HiddenTree.d.ts +9 -0
- package/types/com/sun/source/doctree/IdentifierTree.d.ts +8 -0
- package/types/com/sun/source/doctree/IndexTree.d.ts +10 -0
- package/types/com/sun/source/doctree/InheritDocTree.d.ts +9 -0
- package/types/com/sun/source/doctree/InlineTagTree.d.ts +7 -0
- package/types/com/sun/source/doctree/LinkTree.d.ts +11 -0
- package/types/com/sun/source/doctree/LiteralTree.d.ts +9 -0
- package/types/com/sun/source/doctree/ParamTree.d.ts +12 -0
- package/types/com/sun/source/doctree/ProvidesTree.d.ts +11 -0
- package/types/com/sun/source/doctree/RawTextTree.d.ts +7 -0
- package/types/com/sun/source/doctree/ReferenceTree.d.ts +7 -0
- package/types/com/sun/source/doctree/ReturnTree.d.ts +11 -0
- package/types/com/sun/source/doctree/SeeTree.d.ts +9 -0
- package/types/com/sun/source/doctree/SerialDataTree.d.ts +9 -0
- package/types/com/sun/source/doctree/SerialFieldTree.d.ts +13 -0
- package/types/com/sun/source/doctree/SerialTree.d.ts +9 -0
- package/types/com/sun/source/doctree/SinceTree.d.ts +9 -0
- package/types/com/sun/source/doctree/SnippetTree.d.ts +11 -0
- package/types/com/sun/source/doctree/SpecTree.d.ts +11 -0
- package/types/com/sun/source/doctree/StartElementTree.d.ts +10 -0
- package/types/com/sun/source/doctree/SummaryTree.d.ts +9 -0
- package/types/com/sun/source/doctree/SystemPropertyTree.d.ts +9 -0
- package/types/com/sun/source/doctree/TextTree.d.ts +7 -0
- package/types/com/sun/source/doctree/ThrowsTree.d.ts +11 -0
- package/types/com/sun/source/doctree/UnknownBlockTagTree.d.ts +9 -0
- package/types/com/sun/source/doctree/UnknownInlineTagTree.d.ts +9 -0
- package/types/com/sun/source/doctree/UsesTree.d.ts +11 -0
- package/types/com/sun/source/doctree/ValueTree.d.ts +11 -0
- package/types/com/sun/source/doctree/VersionTree.d.ts +9 -0
- package/types/com/sun/source/tree/AnnotatedTypeTree.d.ts +9 -0
- package/types/com/sun/source/tree/AnnotationTree.d.ts +9 -0
- package/types/com/sun/source/tree/AnyPatternTree.d.ts +6 -0
- package/types/com/sun/source/tree/ArrayAccessTree.d.ts +8 -0
- package/types/com/sun/source/tree/ArrayTypeTree.d.ts +7 -0
- package/types/com/sun/source/tree/AssertTree.d.ts +9 -0
- package/types/com/sun/source/tree/AssignmentTree.d.ts +8 -0
- package/types/com/sun/source/tree/BinaryTree.d.ts +8 -0
- package/types/com/sun/source/tree/BindingPatternTree.d.ts +8 -0
- package/types/com/sun/source/tree/BlockTree.d.ts +8 -0
- package/types/com/sun/source/tree/BreakTree.d.ts +8 -0
- package/types/com/sun/source/tree/CaseLabelTree.d.ts +6 -0
- package/types/com/sun/source/tree/CaseTree$CaseKind.d.ts +12 -0
- package/types/com/sun/source/tree/CaseTree.d.ts +17 -0
- package/types/com/sun/source/tree/CatchTree.d.ts +10 -0
- package/types/com/sun/source/tree/ClassTree.d.ts +17 -0
- package/types/com/sun/source/tree/CompilationUnitTree.d.ts +21 -0
- package/types/com/sun/source/tree/CompoundAssignmentTree.d.ts +8 -0
- package/types/com/sun/source/tree/ConditionalExpressionTree.d.ts +9 -0
- package/types/com/sun/source/tree/ConstantCaseLabelTree.d.ts +8 -0
- package/types/com/sun/source/tree/ContinueTree.d.ts +8 -0
- package/types/com/sun/source/tree/DeconstructionPatternTree.d.ts +9 -0
- package/types/com/sun/source/tree/DefaultCaseLabelTree.d.ts +6 -0
- package/types/com/sun/source/tree/DirectiveTree.d.ts +6 -0
- package/types/com/sun/source/tree/DoWhileLoopTree.d.ts +9 -0
- package/types/com/sun/source/tree/EmptyStatementTree.d.ts +6 -0
- package/types/com/sun/source/tree/EnhancedForLoopTree.d.ts +11 -0
- package/types/com/sun/source/tree/ErroneousTree.d.ts +8 -0
- package/types/com/sun/source/tree/ExportsTree.d.ts +9 -0
- package/types/com/sun/source/tree/ExpressionStatementTree.d.ts +8 -0
- package/types/com/sun/source/tree/ExpressionTree.d.ts +6 -0
- package/types/com/sun/source/tree/ForLoopTree.d.ts +12 -0
- package/types/com/sun/source/tree/IdentifierTree.d.ts +8 -0
- package/types/com/sun/source/tree/IfTree.d.ts +10 -0
- package/types/com/sun/source/tree/ImportTree.d.ts +9 -0
- package/types/com/sun/source/tree/InstanceOfTree.d.ts +11 -0
- package/types/com/sun/source/tree/IntersectionTypeTree.d.ts +7 -0
- package/types/com/sun/source/tree/LabeledStatementTree.d.ts +9 -0
- package/types/com/sun/source/tree/LambdaExpressionTree$BodyKind.d.ts +12 -0
- package/types/com/sun/source/tree/LambdaExpressionTree.d.ts +12 -0
- package/types/com/sun/source/tree/LineMap.d.ts +7 -0
- package/types/com/sun/source/tree/LiteralTree.d.ts +7 -0
- package/types/com/sun/source/tree/MemberReferenceTree$ReferenceMode.d.ts +12 -0
- package/types/com/sun/source/tree/MemberReferenceTree.d.ts +12 -0
- package/types/com/sun/source/tree/MemberSelectTree.d.ts +9 -0
- package/types/com/sun/source/tree/MethodInvocationTree.d.ts +10 -0
- package/types/com/sun/source/tree/MethodTree.d.ts +21 -0
- package/types/com/sun/source/tree/ModifiersTree.d.ts +10 -0
- package/types/com/sun/source/tree/ModuleTree$ModuleKind.d.ts +12 -0
- package/types/com/sun/source/tree/ModuleTree.d.ts +14 -0
- package/types/com/sun/source/tree/NewArrayTree.d.ts +13 -0
- package/types/com/sun/source/tree/NewClassTree.d.ts +13 -0
- package/types/com/sun/source/tree/OpensTree.d.ts +9 -0
- package/types/com/sun/source/tree/PackageTree.d.ts +10 -0
- package/types/com/sun/source/tree/ParameterizedTypeTree.d.ts +8 -0
- package/types/com/sun/source/tree/ParenthesizedTree.d.ts +7 -0
- package/types/com/sun/source/tree/PatternCaseLabelTree.d.ts +8 -0
- package/types/com/sun/source/tree/PatternTree.d.ts +6 -0
- package/types/com/sun/source/tree/PrimitiveTypeTree.d.ts +8 -0
- package/types/com/sun/source/tree/ProvidesTree.d.ts +9 -0
- package/types/com/sun/source/tree/RequiresTree.d.ts +10 -0
- package/types/com/sun/source/tree/ReturnTree.d.ts +8 -0
- package/types/com/sun/source/tree/Scope.d.ts +10 -0
- package/types/com/sun/source/tree/StatementTree.d.ts +6 -0
- package/types/com/sun/source/tree/SwitchExpressionTree.d.ts +9 -0
- package/types/com/sun/source/tree/SwitchTree.d.ts +10 -0
- package/types/com/sun/source/tree/SynchronizedTree.d.ts +10 -0
- package/types/com/sun/source/tree/ThrowTree.d.ts +8 -0
- package/types/com/sun/source/tree/Tree$Kind.d.ts +130 -0
- package/types/com/sun/source/tree/Tree.d.ts +7 -0
- package/types/com/sun/source/tree/TreeVisitor.d.ts +139 -0
- package/types/com/sun/source/tree/TryTree.d.ts +13 -0
- package/types/com/sun/source/tree/TypeCastTree.d.ts +9 -0
- package/types/com/sun/source/tree/TypeParameterTree.d.ts +11 -0
- package/types/com/sun/source/tree/UnaryTree.d.ts +7 -0
- package/types/com/sun/source/tree/UnionTypeTree.d.ts +7 -0
- package/types/com/sun/source/tree/UsesTree.d.ts +8 -0
- package/types/com/sun/source/tree/VariableTree.d.ts +15 -0
- package/types/com/sun/source/tree/WhileLoopTree.d.ts +9 -0
- package/types/com/sun/source/tree/WildcardTree.d.ts +7 -0
- package/types/com/sun/source/tree/YieldTree.d.ts +8 -0
- package/types/com/sun/source/util/DocSourcePositions.d.ts +12 -0
- package/types/com/sun/source/util/DocTreeFactory.d.ts +96 -0
- package/types/com/sun/source/util/DocTrees.d.ts +40 -0
- package/types/com/sun/source/util/SourcePositions.d.ts +7 -0
- package/types/com/sun/source/util/Trees.d.ts +44 -0
- package/types/com/terraformersmc/modmenu/config/ModMenuConfig$GameMenuButtonStyle.d.ts +1 -2
- package/types/com/terraformersmc/modmenu/config/ModMenuConfig$LibraryVisibility.d.ts +16 -0
- package/types/com/terraformersmc/modmenu/config/ModMenuConfig.d.ts +2 -1
- package/types/com/terraformersmc/modmenu/event/ModMenuEventHandler.d.ts +0 -4
- package/types/com/terraformersmc/modmenu/gui/ModsScreen.d.ts +3 -2
- package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$DescriptionEntry.d.ts +3 -2
- package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$LinkEntry.d.ts +3 -2
- package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$MailableContactEntry.d.ts +3 -2
- package/types/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget$MojangCreditsEntry.d.ts +2 -1
- package/types/com/terraformersmc/modmenu/gui/widget/ModListWidget.d.ts +1 -0
- package/types/com/terraformersmc/modmenu/gui/widget/SmallModMenuButtonWidget.d.ts +28 -0
- package/types/com/terraformersmc/modmenu/gui/widget/entries/ModListEntry.d.ts +1 -0
- package/types/com/terraformersmc/modmenu/util/UpdateCheckerUtil.d.ts +1 -1
- package/types/com/viaversion/nbt/conversion/converter/CompoundTagConverter.d.ts +1 -1
- package/types/com/viaversion/nbt/conversion/converter/ListTagConverter.d.ts +1 -1
- package/types/com/viaversion/nbt/io/TagRegistry$RegisteredTagType.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/item/ItemExchangeValue.d.ts +1 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/item/LodestoneTracker25w14craftmine.d.ts +1 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/item/MobTrophyInfo.d.ts +1 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/item/WorldModifiers.d.ts +1 -0
- package/types/com/viaversion/viabackwards/api/rewriters/BackwardsRegistryRewriter.d.ts +1 -0
- package/types/com/viaversion/viabackwards/api/rewriters/LegacyBlockItemRewriter$Pos.d.ts +2 -0
- package/types/com/viaversion/viabackwards/api/rewriters/LegacySoundRewriter$SoundData.d.ts +1 -0
- package/types/com/viaversion/viabackwards/api/rewriters/StructuredEnchantmentRewriter$PendingIdChange.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_14to1_13_2/storage/ChunkLightStorage$ChunkLight.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/rewriter/BlockItemPacketRewriter1_16$EquipmentData.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/storage/PlayerAttributesStorage$Attribute.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_16to1_15_2/storage/PlayerAttributesStorage$AttributeModifier.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_19_1to1_19/storage/NonceStorage.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/Protocol1_19_3To1_19_1.d.ts +0 -4
- package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/rewriter/EntityPacketRewriter1_19_3$PlayerProfileUpdate.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_19_3to1_19_1/storage/NonceStorage.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_19to1_18_2/storage/NonceStorage.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_20_5to1_20_3/Types1_20_3.d.ts +2 -2
- package/types/com/viaversion/viabackwards/protocol/v1_21_2to1_21/storage/PlayerStorage$PlayerInput.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_21_5to1_21_4/storage/HashedItemConverterStorage.d.ts +2 -1
- package/types/com/viaversion/viabackwards/protocol/v1_21_5to1_21_4/storage/HorseDataStorage.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_21_6to1_21_5/provider/ChestDialogViewProvider$MultiTextWidget.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_21_6to1_21_5/storage/RegistryAndTags.d.ts +0 -2
- package/types/com/viaversion/viabackwards/protocol/v1_21to1_20_5/rewriter/BlockItemPacketRewriter1_21$PendingIdChange.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v1_21to1_20_5/rewriter/EntityPacketRewriter1_21$PaintingData.d.ts +1 -0
- package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/Protocol26_2To26_1.d.ts +44 -0
- package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/BlockItemPacketRewriter26_2.d.ts +18 -0
- package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/ComponentRewriter26_2.d.ts +11 -0
- package/types/com/viaversion/viabackwards/protocol/v26_2to26_1/rewriter/EntityPacketRewriter26_2.d.ts +12 -0
- package/types/com/viaversion/viafabricplus/features/movement/constants/LithiumWorkaround.d.ts +5 -0
- package/types/com/viaversion/viafabricplus/features/recipe/Recipes1_11_2$LegacySmeltingRecipe.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/features/recipe/Recipes1_11_2$RecipeItemStack.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/protocoltranslator/impl/ViaFabricPlusMappingDataLoader$Material.d.ts +1 -0
- package/types/com/viaversion/viafabricplus/protocoltranslator/protocol/ViaFabricPlusProtocol$ItemTypes.d.ts +14 -0
- package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$ProtocolSlot.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$ResetSlot.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$SharedSlot.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/screen/impl/PerServerVersionScreen$SlotList.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/screen/impl/realms/BedrockRealmsScreen$SlotEntry.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/screen/impl/realms/BedrockRealmsScreen$SlotList.d.ts +2 -1
- package/types/com/viaversion/viafabricplus/visuals/settings/VisualSettings.d.ts +0 -2
- package/types/com/viaversion/viaversion/api/configuration/RateLimitConfig.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/data/IdentityMappings.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/data/MappingDataLoader$IdentifiersPair.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/data/entity/EntityTracker.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/minecraft/AnimalVariant.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/EulerAngle.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/GameProfile.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/minecraft/HolderSetImpl$Ids.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/IdHolder.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/PaintingVariant.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/PlayerMessageSignature.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/ProfileKey.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/Quaternion.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/TagData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/Vector.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/Vector3d.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/Vector3f.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/VillagerData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/blockentity/BlockEntityImpl.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl$ByteChunkData.d.ts +2 -1
- package/types/com/viaversion/viaversion/api/minecraft/chunks/DataPaletteImpl$SingleChunkData.d.ts +2 -1
- package/types/com/viaversion/viaversion/api/minecraft/chunks/Heightmap.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/codec/CodecContext$RegistryAccess.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/codec/CodecContext.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/codec/RegistryAccessImpl.d.ts +8 -5
- package/types/com/viaversion/viaversion/api/minecraft/data/predicate/DataComponentMatchers.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/data/predicate/DataComponentPredicate$PredicateType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/data/version/StructuredDataKeys26_2.d.ts +8 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes26_2.d.ts +223 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AdventureModePredicate.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrim.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrimMaterial.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/ArmorTrimPattern.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttackRange.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5$AttributeModifier.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5$ModifierData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_20_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21$AttributeModifier.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21$ModifierData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/AttributeModifiers1_21.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BannerPatternLayer.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Bee.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BlockEntityData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BlockPredicate.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks$DamageReduction.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks$ItemDamageFunction.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/BlocksAttacks.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/ChatType$ChatTypeDecoration.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2$ApplyStatusEffects.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2$ConsumeEffect.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Consumable1_21_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/CustomModelData1_21_4.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/DeathProtection.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/DyedColor.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantable.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Enchantments.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/EntityData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Equippable.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/FireworkExplosion.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Fireworks.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_20_5$FoodEffect.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_20_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/FoodProperties1_21_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Instrument1_20_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Instrument1_21_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/JukeboxPlayable$JukeboxSong.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/JukeboxPlayable.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/KineticWeapon$Condition.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/KineticWeapon.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/LodestoneTracker.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/MapDecoration.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/PiercingWeapon.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/PotDecorations.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionContents.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionEffect.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/PotionEffectData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/SuspiciousStewEffect.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/SwingAnimation.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/ToolProperties.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/TooltipDisplay.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/TropicalFishPattern.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Unbreakable.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/UseCooldown.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/UseEffects.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/Weapon.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/WritableBook.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/data/WrittenBook.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/protocol/version/ProtocolVersion.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/protocol/version/SubVersionRange.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/rewriter/RegistryDataRewriter.d.ts +0 -2
- package/types/com/viaversion/viaversion/api/type/OptionalType.d.ts +1 -1
- package/types/com/viaversion/viaversion/api/type/Types.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/type/types/ArrayType.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/type/types/BooleanArrayType.d.ts +1 -1
- package/types/com/viaversion/viaversion/api/type/types/FakeEnumType$Entry.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/type/types/VarIntType$OptionalVarIntType.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/type/types/item/ItemType1_20_5$OptionalItemType.d.ts +2 -1
- package/types/com/viaversion/viaversion/api/type/types/item/StructuredDataType$DataFiller.d.ts +3 -1
- package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType$DataFiller.d.ts +3 -1
- package/types/com/viaversion/viaversion/api/type/types/misc/DynamicType$RawDataFiller.d.ts +2 -1
- package/types/com/viaversion/viaversion/api/type/types/misc/ParticleType$Readers.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/type/types/version/Types1_20_5.d.ts +2 -2
- package/types/com/viaversion/viaversion/api/type/types/version/Types26_1.d.ts +2 -1
- package/types/com/viaversion/viaversion/api/type/types/version/VersionedTypes.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/type/types/version/VersionedTypesHolder.d.ts +2 -2
- package/types/com/viaversion/viaversion/codec/CodecRegistryContext.d.ts +3 -0
- package/types/com/viaversion/viaversion/codec/hash/HashOps$CollectionHashBuilder.d.ts +1 -1
- package/types/com/viaversion/viaversion/codec/hash/HashOps$ListHashBuilder.d.ts +2 -1
- package/types/com/viaversion/viaversion/codec/hash/HashOps$MapHashBuilder$Entry.d.ts +1 -0
- package/types/com/viaversion/viaversion/codec/hash/HashOps$MapHashBuilder.d.ts +2 -1
- package/types/com/viaversion/viaversion/data/entity/EntityTrackerBase.d.ts +4 -0
- package/types/com/viaversion/viaversion/dump/PluginInfo.d.ts +1 -0
- package/types/com/viaversion/viaversion/dump/VersionInfo.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$KeySpliterator.d.ts +8 -9
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/Int2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArrayList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArraySet$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntImmutableList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntOpenHashSet$SetIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$KeySpliterator.d.ts +8 -9
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/Long2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArrayList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArraySet$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongImmutableList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongOpenHashSet$SetIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2IntOpenHashMap$ValueSpliterator.d.ts +8 -9
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Object2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArrayList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArraySet$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectImmutableList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectOpenHashSet$SetIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ObjectOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/Reference2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceArrayList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceArraySet$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceImmutableList$Spliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceOpenHashSet$SetIterator.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/fastutil/objects/ReferenceOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/Gson.d.ts +1 -4
- package/types/com/viaversion/viaversion/libs/gson/GsonBuilder.d.ts +9 -0
- package/types/com/viaversion/viaversion/libs/gson/LongSerializationPolicy.d.ts +5 -0
- package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/TypeAdapter$NullSafeTypeAdapter.d.ts +3 -1
- package/types/com/viaversion/viaversion/libs/gson/internal/ConstructorConstructor$InstanceCreatorConstructor.d.ts +10 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/ConstructorConstructor$ThrowingObjectConstructor.d.ts +7 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$GenericArrayTypeImpl.d.ts +1 -2
- package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$ParameterizedTypeImpl.d.ts +1 -2
- package/types/com/viaversion/viaversion/libs/gson/internal/GsonTypes$WildcardTypeImpl.d.ts +1 -2
- package/types/com/viaversion/viaversion/libs/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +1 -1
- package/types/com/viaversion/viaversion/libs/gson/internal/ReflectionAccessFilterHelper$AccessChecker.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/Streams$AppendableWriter$CurrentWrite.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/DefaultDateTypeAdapter.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/EnumTypeAdapter.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/IgnoreJRERequirement.d.ts +5 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/JavaTimeTypeAdapters.d.ts +10 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/JsonElementTypeAdapter.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TreeTypeAdapter$GsonContextImpl.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$DoubleAdapter.d.ts +10 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$FactorySupplier.d.ts +5 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$FloatAdapter.d.ts +10 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters$IntegerFieldsTypeAdapter.d.ts +12 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/bind/TypeAdapters.d.ts +11 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordHelper.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordNotSupportedHelper.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/reflect/ReflectionHelper$RecordSupportedHelper.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlDateTypeAdapter.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTimeTypeAdapter.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTimestampTypeAdapter.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/gson/internal/sql/SqlTypesSupport.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/gson/stream/JsonReader.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Either$Left.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Either$Right.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Result$Error.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/converter/model/Result$Success.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/dialog/serializer/v1_21_6/DialogCodecs_v1_21_6$DialogCodecs.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/mcstructs/text/components/TranslationComponent$TranslatableContentConsumer.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/legacy/SerializerMap.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/text/utils/LegacyStringUtils$LegacyStyle.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/snakeyaml/Yaml$SilentEmitter.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructMapping.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructScalar.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructSequence.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/Constructor$ConstructYamlObject.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlBinary.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlBool.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlFloat.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlInt.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlMap.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlNull.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlOmap.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlPairs.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlSeq.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlSet.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/SafeConstructor$ConstructYamlStr.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingKey.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingSimpleValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockMappingValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectBlockSequenceItem.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentEnd.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentRoot.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectDocumentStart.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstBlockMappingKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstBlockSequenceItem.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstDocumentStart.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstFlowMappingKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFirstFlowSequenceItem.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingSimpleValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowMappingValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectFlowSequenceItem.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectNothing.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/emitter/Emitter$ExpectStreamStart.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/env/EnvScalarConstructor$ConstructEnv.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/extensions/compactnotation/CompactConstructor$ConstructCompactObject.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingFirstKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValueComment.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockMappingValueCommentList.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockNode.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntryKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceEntryValue.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseBlockSequenceFirstEntry.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentContent.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentEnd.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseDocumentStart.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowEndComment.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingEmptyValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingFirstKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingKey.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowMappingValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntry.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingEnd.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceEntryMappingValue.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseFlowSequenceFirstEntry.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseImplicitDocumentStart.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryKey.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseIndentlessSequenceEntryValue.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/parser/ParserImpl$ParseStreamStart.d.ts +4 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/JsonRepresenter$RepresentByteArray.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/JsonRepresenter$RepresentDate.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/Representer$RepresentJavaBean.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentArray.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentBoolean.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentByteArray.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentDate.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentEnum.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentIterator.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentList.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentMap.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentNull.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentNumber.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentPrimitiveArray.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentSet.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentString.d.ts +2 -1
- package/types/com/viaversion/viaversion/libs/snakeyaml/representer/SafeRepresenter$RepresentUuid.d.ts +2 -1
- package/types/com/viaversion/viaversion/protocol/SpecialProtocolVersion.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocol/shared_registration/RegistrationBuilder$RangesBuilder.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocol/shared_registration/RegistrationBuilder$TypedRangesBuilder.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/template/Protocol98_1To99_1.d.ts +3 -0
- package/types/com/viaversion/viaversion/protocols/v1_10to1_11/data/PotionColorMappings1_11$PotionData.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/storage/ItemTransactionStorage.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/DoorConnectionHandler$DoorData.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/SnowyGrassConnectionHandler$GrassBlock.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/StairConnectionHandler$StairData.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/blockconnections/TripwireConnectionHandler$TripwireData.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/ParticleIdMappings1_13$NewParticle.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/RecipeData$Recipe.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/data/StatisticData.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/provider/blockentities/FlowerPotHandler$IntIdPair.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/storage/ChunkLightStorage$ChunkLight.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/storage/NonceStorage1_19.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/storage/NonceStorage1_19_3.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/data/ChatDecorationResult.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/storage/NonceStorage1_19_1.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$ActiveEnchant.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$ActiveEnchants.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/storage/EfficiencyAttributeStorage$EnchantAttributeModifier.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/storage/LastResourcePack.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/Protocol1_21_11To26_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/rewriter/BlockItemPacketRewriter26_1.d.ts +1 -1
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/storage/ItemHashStorage1_21_5.d.ts +2 -1
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$FurnaceRecipe.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$ShapedRecipe.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$ShapelessRecipe.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/rewriter/RecipeRewriter1_21_2$StoneCutterRecipe.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/storage/PlayerPositionStorage$PlayerPosition.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/v26_1to26_2/Protocol26_1To26_2.d.ts +49 -0
- package/types/com/viaversion/viaversion/protocols/v26_1to26_2/rewriter/BlockItemPacketRewriter26_2.d.ts +16 -0
- package/types/com/viaversion/viaversion/protocols/v26_1to26_2/rewriter/EntityPacketRewriter26_2.d.ts +11 -0
- package/types/com/viaversion/viaversion/protocols/v26_1to26_2/storage/Encrypted.d.ts +6 -0
- package/types/com/viaversion/viaversion/rewriter/RegistryDataRewriter.d.ts +0 -4
- package/types/com/viaversion/viaversion/rewriter/entitydata/EntityDataFilter.d.ts +2 -0
- package/types/com/viaversion/viaversion/rewriter/text/ComponentRewriterBase.d.ts +1 -0
- package/types/de/florianreuth/classic4j/model/betacraft/BCServerInfo.d.ts +1 -0
- package/types/de/florianreuth/classic4j/model/classicube/server/CCServerInfo.d.ts +1 -0
- package/types/de/odysseus/ithaka/digraph/util/fas/AbstractFeedbackArcSetProvider$FeedbackTask.d.ts +2 -1
- package/types/dev/kastle/netty/channel/nethernet/NetherNetClientChannel$NetherNetClientUnsafe.d.ts +2 -1
- package/types/dev/kastle/netty/channel/nethernet/NetherNetServerChannel$ServerPeerConnectionObserver.d.ts +2 -1
- package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling$PongData.d.ts +1 -0
- package/types/dev/lukebemish/opensesame/runtime/ProxyUtil$ProxyData.d.ts +1 -0
- package/types/io/github/douira/glsl_transformer/ast/node/abstract_node/ASTNode$ChangeRootVisitor.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/ast/node/abstract_node/ASTNode$UnregisterVisitor.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/ast/transform/ASTParser$EmptyRoot.d.ts +1 -1
- package/types/io/github/douira/glsl_transformer/token_filter/MultiFilter.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/ParameterMap$EntryIterator.d.ts +3 -1
- package/types/io/jsonwebtoken/impl/ParameterMap$KeyIterator.d.ts +3 -1
- package/types/io/jsonwebtoken/impl/ParameterMap$ParameterMapIterator.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/ParameterMap$ValueIterator.d.ts +3 -1
- package/types/io/jsonwebtoken/impl/io/JsonObjectDeserializer.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/io/NamedSerializer.d.ts +1 -1
- package/types/io/jsonwebtoken/impl/lang/CollectionConverter$CreateListFunction.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/lang/CollectionConverter$CreateSetFunction.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/security/DispatchingJwkFactory.d.ts +1 -1
- package/types/io/jsonwebtoken/lang/Classes$ExceptionIgnoringAccessor.d.ts +2 -0
- package/types/io/jsonwebtoken/lang/Maps$HashMapBuilder.d.ts +2 -0
- package/types/io/netty/bootstrap/ChannelInitializerExtensions$EmptyExtensions.d.ts +2 -0
- package/types/io/netty/bootstrap/ChannelInitializerExtensions.d.ts +2 -0
- package/types/io/netty/bootstrap/FailedChannel$FailedChannelUnsafe.d.ts +4 -1
- package/types/io/netty/buffer/AbstractByteBuf.d.ts +2 -0
- package/types/io/netty/buffer/AbstractReferenceCountedByteBuf.d.ts +2 -1
- package/types/io/netty/buffer/AdaptiveByteBufAllocator$DirectChunkAllocator.d.ts +2 -0
- package/types/io/netty/buffer/AdaptiveByteBufAllocator$HeapChunkAllocator.d.ts +2 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$AdaptiveByteBuf.d.ts +4 -3
- package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunk.d.ts +22 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunkController.d.ts +16 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$BuddyChunkManagementStrategy.d.ts +14 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$Chunk.d.ts +12 -17
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkCache.d.ts +6 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkController.d.ts +0 -1
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkManagementStrategy.d.ts +8 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkRegistry.d.ts +2 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ConcurrentQueueChunkCache.d.ts +12 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ConcurrentSkipListChunkCache.d.ts +12 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$IntStack.d.ts +10 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$Magazine$AdaptiveRecycler.d.ts +12 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$Magazine.d.ts +3 -7
- package/types/io/netty/buffer/AdaptivePoolingAllocator$MagazineGroup.d.ts +9 -6
- package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkController.d.ts +8 -3
- package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkManagementStrategy.d.ts +14 -0
- package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassedChunk.d.ts +18 -6
- package/types/io/netty/buffer/ByteBufUtil$ThreadLocalDirectByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/ByteBufUtil$ThreadLocalUnsafeDirectByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/CompositeByteBuf$CompositeByteBufIterator.d.ts +3 -1
- package/types/io/netty/buffer/PoolThreadCache$FreeOnFinalize.d.ts +2 -0
- package/types/io/netty/buffer/PooledByteBuf.d.ts +1 -0
- package/types/io/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache.d.ts +2 -1
- package/types/io/netty/buffer/PooledDirectByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/PooledDuplicatedByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/PooledSlicedByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/PooledUnsafeDirectByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/PooledUnsafeHeapByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/SimpleLeakAwareByteBuf.d.ts +2 -0
- package/types/io/netty/buffer/UnpooledByteBufAllocator$DecrementingCleanableDirectBuffer.d.ts +3 -0
- package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.d.ts +1 -0
- package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeDirectByteBuf.d.ts +1 -0
- package/types/io/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf.d.ts +1 -0
- package/types/io/netty/buffer/UnpooledByteBufAllocator$UnpooledByteBufAllocatorMetric.d.ts +2 -0
- package/types/io/netty/buffer/UnpooledDirectByteBuf.d.ts +2 -2
- package/types/io/netty/buffer/UnpooledHeapByteBuf.d.ts +1 -1
- package/types/io/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf.d.ts +1 -2
- package/types/io/netty/buffer/search/AhoCorasicSearchProcessorFactory$Context.d.ts +2 -0
- package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +2 -1
- package/types/io/netty/channel/AbstractChannelHandlerContext$Tasks.d.ts +4 -4
- package/types/io/netty/channel/AbstractChannelHandlerContext$WriteTask.d.ts +2 -0
- package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -7
- package/types/io/netty/channel/AbstractServerChannel$DefaultServerUnsafe.d.ts +4 -1
- package/types/io/netty/channel/AdaptiveRecvByteBufAllocator$HandleImpl.d.ts +2 -1
- package/types/io/netty/channel/ChannelOption.d.ts +2 -0
- package/types/io/netty/channel/ChannelOutboundBuffer$Entry.d.ts +2 -0
- package/types/io/netty/channel/DefaultChannelId.d.ts +6 -3
- package/types/io/netty/channel/DefaultChannelPipeline$HeadContext.d.ts +1 -1
- package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerAddedTask.d.ts +2 -1
- package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerRemovedTask.d.ts +2 -1
- package/types/io/netty/channel/DefaultChannelPipeline$TailContext.d.ts +1 -1
- package/types/io/netty/channel/DefaultMaxBytesRecvByteBufAllocator$HandleImpl.d.ts +4 -1
- package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +2 -1
- package/types/io/netty/channel/DefaultMessageSizeEstimator$HandleImpl.d.ts +2 -0
- package/types/io/netty/channel/FixedRecvByteBufAllocator$HandleImpl.d.ts +2 -1
- package/types/io/netty/channel/ManualIoEventLoop$BlockingIoHandlerContext.d.ts +3 -1
- package/types/io/netty/channel/PendingBytesTracker.d.ts +2 -0
- package/types/io/netty/channel/PendingWriteQueue$PendingWrite.d.ts +2 -0
- package/types/io/netty/channel/SingleThreadIoEventLoop$IoRegistrationWrapper.d.ts +1 -1
- package/types/io/netty/channel/StacklessClosedChannelException.d.ts +3 -0
- package/types/io/netty/channel/embedded/EmbeddedChannel$Builder.d.ts +2 -0
- package/types/io/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe.d.ts +4 -1
- package/types/io/netty/channel/epoll/AbstractEpollChannel$AbstractEpollUnsafe.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollChannel.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollServerChannel$EpollServerSocketUnsafe.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$EpollSocketWritableByteChannel.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$EpollStreamUnsafe.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceFdTask.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceInChannelTask.d.ts +1 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceInTask.d.ts +2 -1
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel$SpliceOutTask.d.ts +1 -1
- package/types/io/netty/channel/epoll/EpollChannelOption.d.ts +1 -0
- package/types/io/netty/channel/epoll/EpollDatagramChannel$EpollDatagramChannelUnsafe.d.ts +2 -1
- package/types/io/netty/channel/epoll/EpollDatagramChannel.d.ts +2 -0
- package/types/io/netty/channel/epoll/EpollDatagramChannelConfig.d.ts +2 -0
- package/types/io/netty/channel/epoll/EpollDomainDatagramChannel$EpollDomainDatagramChannelUnsafe.d.ts +2 -1
- package/types/io/netty/channel/epoll/EpollDomainDatagramChannel.d.ts +3 -0
- package/types/io/netty/channel/epoll/EpollDomainSocketChannel$EpollDomainUnsafe.d.ts +4 -1
- package/types/io/netty/channel/epoll/EpollIoHandler$DefaultEpollIoRegistration.d.ts +4 -3
- package/types/io/netty/channel/epoll/EpollIoHandler$RegistrationState.d.ts +13 -0
- package/types/io/netty/channel/epoll/EpollIoOps.d.ts +1 -0
- package/types/io/netty/channel/epoll/EpollSocketChannel$EpollSocketChannelUnsafe.d.ts +4 -1
- package/types/io/netty/channel/epoll/LinuxSocket.d.ts +2 -0
- package/types/io/netty/channel/epoll/NativeDatagramPacketArray$MyMessageProcessor.d.ts +4 -1
- package/types/io/netty/channel/epoll/NativeDatagramPacketArray$NativeDatagramPacket.d.ts +2 -1
- package/types/io/netty/channel/kqueue/AbstractKQueueChannel$AbstractKQueueUnsafe.d.ts +2 -1
- package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel$KQueueServerSocketUnsafe.d.ts +2 -1
- package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel$KQueueSocketWritableByteChannel.d.ts +2 -1
- package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel$KQueueStreamUnsafe.d.ts +2 -3
- package/types/io/netty/channel/kqueue/KQueueDatagramChannel$KQueueDatagramChannelUnsafe.d.ts +2 -1
- package/types/io/netty/channel/kqueue/KQueueDomainDatagramChannel$KQueueDomainDatagramChannelUnsafe.d.ts +2 -1
- package/types/io/netty/channel/kqueue/KQueueDomainSocketChannel$KQueueDomainUnsafe.d.ts +4 -1
- package/types/io/netty/channel/kqueue/KQueueIoHandler$DefaultKqueueIoRegistration.d.ts +3 -2
- package/types/io/netty/channel/kqueue/KQueueIoHandler.d.ts +2 -0
- package/types/io/netty/channel/kqueue/KQueueRecvByteAllocatorHandle.d.ts +1 -0
- package/types/io/netty/channel/kqueue/KQueueSocketChannel.d.ts +0 -2
- package/types/io/netty/channel/local/LocalChannel$LocalUnsafe.d.ts +6 -1
- package/types/io/netty/channel/local/LocalChannel.d.ts +2 -1
- package/types/io/netty/channel/local/LocalIoHandler$LocalIoRegistration.d.ts +2 -1
- package/types/io/netty/channel/local/LocalServerChannel$LocalServerUnsafe.d.ts +6 -1
- package/types/io/netty/channel/local/LocalServerChannel.d.ts +0 -2
- package/types/io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe.d.ts +2 -1
- package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +2 -1
- package/types/io/netty/channel/nio/AbstractNioMessageChannel$NioMessageUnsafe.d.ts +4 -1
- package/types/io/netty/channel/nio/NioIoHandler$DefaultNioRegistration.d.ts +2 -1
- package/types/io/netty/channel/nio/NioIoHandler.d.ts +2 -0
- package/types/io/netty/channel/oio/AbstractOioChannel$DefaultOioUnsafe.d.ts +4 -1
- package/types/io/netty/channel/pool/FixedChannelPool$AcquireListener.d.ts +2 -1
- package/types/io/netty/channel/pool/FixedChannelPool$AcquireTask.d.ts +2 -1
- package/types/io/netty/channel/pool/FixedChannelPool$AcquireTimeoutException.d.ts +2 -0
- package/types/io/netty/channel/pool/FixedChannelPool$TimeoutTask.d.ts +4 -1
- package/types/io/netty/channel/pool/SimpleChannelPool$ChannelPoolFullException.d.ts +2 -0
- package/types/io/netty/channel/socket/nio/NioDomainSocketChannel$NioDomainSocketChannelConfig.d.ts +3 -1
- package/types/io/netty/channel/socket/nio/NioDomainSocketChannel$NioSocketChannelUnsafe.d.ts +4 -1
- package/types/io/netty/channel/socket/nio/NioServerDomainSocketChannel$NioDomainServerSocketChannelConfig.d.ts +3 -1
- package/types/io/netty/channel/socket/nio/NioServerSocketChannel$NioServerSocketChannelConfig.d.ts +3 -1
- package/types/io/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelConfig.d.ts +3 -1
- package/types/io/netty/channel/socket/nio/NioSocketChannel$NioSocketChannelUnsafe.d.ts +4 -1
- package/types/io/netty/handler/codec/ByteToMessageCodec$Encoder.d.ts +3 -2
- package/types/io/netty/handler/codec/ByteToMessageDecoder.d.ts +1 -0
- package/types/io/netty/handler/codec/DateFormatter.d.ts +2 -0
- package/types/io/netty/handler/codec/DefaultHeaders$HeaderIterator.d.ts +3 -1
- package/types/io/netty/handler/codec/DefaultHeaders$ValueIterator.d.ts +1 -1
- package/types/io/netty/handler/codec/base64/Base64$Decoder.d.ts +2 -0
- package/types/io/netty/handler/codec/compression/JdkZlibDecoder.d.ts +1 -0
- package/types/io/netty/handler/codec/compression/Lz4FrameDecoder.d.ts +3 -0
- package/types/io/netty/handler/codec/http/ContentLengthNotAllowedException.d.ts +4 -0
- package/types/io/netty/handler/codec/http/DefaultFullHttpRequest.d.ts +1 -0
- package/types/io/netty/handler/codec/http/DefaultHttpRequest.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor$Match.d.ts +15 -0
- package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor$State.d.ts +20 -0
- package/types/io/netty/handler/codec/http/HttpChunkLineValidatingByteProcessor.d.ts +22 -0
- package/types/io/netty/handler/codec/http/HttpClientCodec$Decoder.d.ts +4 -1
- package/types/io/netty/handler/codec/http/HttpClientCodec$Encoder.d.ts +4 -1
- package/types/io/netty/handler/codec/http/HttpContentCompressor.d.ts +3 -2
- package/types/io/netty/handler/codec/http/HttpContentDecoder$ByteBufForwarder.d.ts +2 -1
- package/types/io/netty/handler/codec/http/HttpDecoderConfig.d.ts +3 -0
- package/types/io/netty/handler/codec/http/HttpHeaderDateFormat.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpHeaderValues.d.ts +30 -0
- package/types/io/netty/handler/codec/http/HttpObjectAggregator.d.ts +1 -0
- package/types/io/netty/handler/codec/http/HttpObjectDecoder$LineParser.d.ts +3 -2
- package/types/io/netty/handler/codec/http/HttpObjectDecoder$State.d.ts +2 -1
- package/types/io/netty/handler/codec/http/HttpObjectDecoder.d.ts +4 -0
- package/types/io/netty/handler/codec/http/HttpRequestDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpResponseDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpServerCodec$HttpServerRequestDecoder.d.ts +6 -1
- package/types/io/netty/handler/codec/http/HttpServerCodec$HttpServerResponseEncoder.d.ts +9 -3
- package/types/io/netty/handler/codec/http/HttpServerCodec.d.ts +6 -1
- package/types/io/netty/handler/codec/http/HttpStatusClass.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpUtil.d.ts +1 -0
- package/types/io/netty/handler/codec/http/QueryStringDecoder$Builder.d.ts +2 -0
- package/types/io/netty/handler/codec/http/QueryStringDecoder.d.ts +3 -0
- package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyIterator.d.ts +3 -1
- package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyStringIterator.d.ts +3 -1
- package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyStringValueIterator.d.ts +1 -1
- package/types/io/netty/handler/codec/http/ReadOnlyHttpHeaders$ReadOnlyValueIterator.d.ts +1 -1
- package/types/io/netty/handler/codec/http/TransferEncodingNotAllowedException.d.ts +4 -0
- package/types/io/netty/handler/codec/http/cors/CorsConfigBuilder$ConstantValueGenerator.d.ts +2 -0
- package/types/io/netty/handler/codec/http/cors/CorsHandler.d.ts +1 -0
- package/types/io/netty/handler/codec/http/multipart/HttpPostRequestEncoder$WrappedFullHttpRequest.d.ts +2 -0
- package/types/io/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder$UrlEncodedDetector.d.ts +2 -0
- package/types/io/netty/handler/codec/http/websocketx/CloseWebSocketFrame.d.ts +3 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig$Builder.d.ts +3 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketClientProtocolConfig.d.ts +2 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder.d.ts +2 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketDecoderConfig.d.ts +2 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig$Builder.d.ts +3 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketServerProtocolConfig.d.ts +2 -0
- package/types/io/netty/handler/codec/http/websocketx/extensions/compression/PerMessageDeflateClientExtensionHandshaker$PermessageDeflateExtension.d.ts +2 -1
- package/types/io/netty/handler/codec/rtsp/RtspDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/rtsp/RtspObjectDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/rtsp/RtspRequestDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/rtsp/RtspResponseDecoder.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdyProtocolException.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdySession$StreamComparator.d.ts +2 -1
- package/types/io/netty/handler/flow/FlowControlHandler.d.ts +3 -1
- package/types/io/netty/handler/ipfilter/IpSubnetFilterRule$Ip4SubnetFilterRule.d.ts +2 -0
- package/types/io/netty/handler/ipfilter/IpSubnetFilterRule$Ip6SubnetFilterRule.d.ts +2 -0
- package/types/io/netty/handler/pcap/PcapWriteHandler$Builder.d.ts +2 -0
- package/types/io/netty/handler/pcap/PcapWriteHandler.d.ts +2 -0
- package/types/io/netty/handler/proxy/HttpProxyHandler$HttpClientCodecWrapper.d.ts +2 -0
- package/types/io/netty/handler/proxy/HttpProxyHandler.d.ts +3 -0
- package/types/io/netty/handler/proxy/ProxyHandler$LazyChannelPromise.d.ts +4 -1
- package/types/io/netty/handler/ssl/DefaultOpenSslCredential.d.ts +20 -0
- package/types/io/netty/handler/ssl/ExtendedOpenSslSession$SSLSessionBindingListenerDecorator.d.ts +2 -1
- package/types/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator$AlpnWrapper.d.ts +2 -0
- package/types/io/netty/handler/ssl/JdkAlpnApplicationProtocolNegotiator$FailureWrapper.d.ts +2 -0
- package/types/io/netty/handler/ssl/JdkAlpnSslEngine$AlpnSelector.d.ts +2 -1
- package/types/io/netty/handler/ssl/JdkSslContext$Defaults.d.ts +2 -0
- package/types/io/netty/handler/ssl/NonOwnedOpenSslCredential.d.ts +18 -0
- package/types/io/netty/handler/ssl/OpenSslCachingKeyMaterialProvider.d.ts +7 -1
- package/types/io/netty/handler/ssl/OpenSslCertificateCompressionConfig$AlgorithmConfig.d.ts +2 -0
- package/types/io/netty/handler/ssl/OpenSslCertificateCompressionConfig$Builder.d.ts +2 -0
- package/types/io/netty/handler/ssl/OpenSslCredential$CredentialType.d.ts +12 -0
- package/types/io/netty/handler/ssl/OpenSslCredential.d.ts +13 -0
- package/types/io/netty/handler/ssl/OpenSslCredentialBuilder.d.ts +21 -0
- package/types/io/netty/handler/ssl/OpenSslCredentialPointer.d.ts +19 -0
- package/types/io/netty/handler/ssl/OpenSslKeyMaterialProvider$MaterialCache.d.ts +16 -0
- package/types/io/netty/handler/ssl/OpenSslKeyMaterialProvider.d.ts +7 -0
- package/types/io/netty/handler/ssl/OpenSslPrivateKey$OpenSslPrivateKeyMaterial.d.ts +2 -1
- package/types/io/netty/handler/ssl/OpenSslPrivateKey.d.ts +1 -1
- package/types/io/netty/handler/ssl/OpenSslX509KeyManagerFactory$OpenSslKeyStore.d.ts +2 -0
- package/types/io/netty/handler/ssl/ReferenceCountedOpenSslEngine.d.ts +5 -1
- package/types/io/netty/handler/ssl/SniHandler$AsyncMappingAdapter.d.ts +2 -0
- package/types/io/netty/handler/ssl/SslContextBuilder.d.ts +4 -0
- package/types/io/netty/handler/ssl/SslContextOption.d.ts +2 -0
- package/types/io/netty/handler/ssl/SslHandler$AsyncTaskCompletionHandler.d.ts +2 -1
- package/types/io/netty/handler/ssl/SslHandler$LazyChannelPromise.d.ts +4 -1
- package/types/io/netty/handler/ssl/SslHandler$SslEngineType.d.ts +2 -0
- package/types/io/netty/handler/ssl/SslHandler$SslTasksRunner.d.ts +2 -1
- package/types/io/netty/handler/ssl/SslMasterKeyHandler$WiresharkSslMasterKeyHandler.d.ts +2 -0
- package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcPkix.d.ts +4 -0
- package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcProv.d.ts +4 -0
- package/types/io/netty/handler/ssl/util/BouncyCastleUtil$BcTls.d.ts +4 -0
- package/types/io/netty/handler/ssl/util/LazyX509Certificate$CertFactoryHandle.d.ts +14 -0
- package/types/io/netty/handler/ssl/util/SelfSignedCertificate$Builder.d.ts +2 -0
- package/types/io/netty/handler/ssl/util/SelfSignedCertificate.d.ts +2 -0
- package/types/io/netty/handler/ssl/util/SimpleKeyManagerFactory$SimpleKeyManagerFactorySpi.d.ts +1 -0
- package/types/io/netty/handler/timeout/IdleStateHandler$AllIdleTimeoutTask.d.ts +2 -1
- package/types/io/netty/handler/timeout/IdleStateHandler$ReaderIdleTimeoutTask.d.ts +2 -1
- package/types/io/netty/handler/timeout/IdleStateHandler$WriterIdleTimeoutTask.d.ts +2 -1
- package/types/io/netty/handler/timeout/WriteTimeoutHandler$WriteTimeoutTask.d.ts +2 -1
- package/types/io/netty/handler/traffic/ChannelTrafficShapingHandler$ToSend.d.ts +2 -0
- package/types/io/netty/handler/traffic/GlobalChannelTrafficShapingHandler$ToSend.d.ts +1 -0
- package/types/io/netty/handler/traffic/GlobalTrafficShapingHandler$PerChannel.d.ts +2 -0
- package/types/io/netty/handler/traffic/GlobalTrafficShapingHandler$ToSend.d.ts +2 -0
- package/types/io/netty/handler/traffic/TrafficCounter$TrafficMonitoringTask.d.ts +4 -1
- package/types/io/netty/util/AbstractReferenceCounted.d.ts +2 -1
- package/types/io/netty/util/AttributeKey.d.ts +2 -0
- package/types/io/netty/util/DomainNameMappingBuilder$ImmutableDomainNameMapping.d.ts +2 -0
- package/types/io/netty/util/HashedWheelTimer$HashedWheelBucket.d.ts +2 -0
- package/types/io/netty/util/HashedWheelTimer$Worker.d.ts +4 -1
- package/types/io/netty/util/LeakPresenceDetector$AllocationProhibitedException.d.ts +4 -0
- package/types/io/netty/util/LeakPresenceDetector$LeakCreation.d.ts +2 -0
- package/types/io/netty/util/LeakPresenceDetector$ResourceScope.d.ts +1 -1
- package/types/io/netty/util/NetUtil$SoMaxConnAction.d.ts +2 -0
- package/types/io/netty/util/Recycler$EnhancedHandle.d.ts +2 -0
- package/types/io/netty/util/Recycler$LocalPoolHandle.d.ts +2 -0
- package/types/io/netty/util/ResourceLeakDetector$TraceRecord.d.ts +2 -0
- package/types/io/netty/util/Signal.d.ts +2 -0
- package/types/io/netty/util/ThreadDeathWatcher$Watcher.d.ts +2 -0
- package/types/io/netty/util/collection/ByteObjectHashMap$MapEntry.d.ts +1 -1
- package/types/io/netty/util/collection/ByteObjectHashMap$MapIterator.d.ts +3 -1
- package/types/io/netty/util/collection/ByteObjectHashMap$PrimitiveIterator.d.ts +2 -1
- package/types/io/netty/util/collection/CharObjectHashMap$MapEntry.d.ts +1 -1
- package/types/io/netty/util/collection/CharObjectHashMap$MapIterator.d.ts +3 -1
- package/types/io/netty/util/collection/CharObjectHashMap$PrimitiveIterator.d.ts +2 -1
- package/types/io/netty/util/collection/IntObjectHashMap$MapEntry.d.ts +1 -1
- package/types/io/netty/util/collection/IntObjectHashMap$MapIterator.d.ts +3 -1
- package/types/io/netty/util/collection/IntObjectHashMap$PrimitiveIterator.d.ts +2 -1
- package/types/io/netty/util/collection/LongObjectHashMap$MapEntry.d.ts +1 -1
- package/types/io/netty/util/collection/LongObjectHashMap$MapIterator.d.ts +3 -1
- package/types/io/netty/util/collection/LongObjectHashMap$PrimitiveIterator.d.ts +2 -1
- package/types/io/netty/util/collection/ShortObjectHashMap$MapEntry.d.ts +1 -1
- package/types/io/netty/util/collection/ShortObjectHashMap$MapIterator.d.ts +3 -1
- package/types/io/netty/util/collection/ShortObjectHashMap$PrimitiveIterator.d.ts +2 -1
- package/types/io/netty/util/concurrent/AutoScalingEventExecutorChooserFactory$AutoScalingEventExecutorChooser.d.ts +2 -1
- package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$EntryIterator.d.ts +7 -0
- package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Index.d.ts +8 -0
- package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$IntEntry.d.ts +13 -0
- package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Iter.d.ts +15 -0
- package/types/io/netty/util/concurrent/ConcurrentSkipListIntObjMultimap$Node.d.ts +7 -0
- package/types/io/netty/util/concurrent/DefaultPromise$LeanCancellationException.d.ts +2 -0
- package/types/io/netty/util/concurrent/GlobalEventExecutor$TaskRunner.d.ts +1 -1
- package/types/io/netty/util/concurrent/MpscIntQueue$MpscAtomicIntegerArrayQueue.d.ts +2 -0
- package/types/io/netty/util/concurrent/MpscIntQueue.d.ts +2 -0
- package/types/io/netty/util/concurrent/UnorderedThreadPoolEventExecutor$AccountingThreadFactory.d.ts +2 -0
- package/types/io/netty/util/internal/Cleaner.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava24Linker$CleanableDirectBufferImpl.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava24Linker.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava25.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava6$CleanableDirectBufferImpl.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava6.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava9$CleanableDirectBufferImpl.d.ts +2 -0
- package/types/io/netty/util/internal/CleanerJava9.d.ts +2 -0
- package/types/io/netty/util/internal/DefaultPriorityQueue$PriorityQueueIterator.d.ts +3 -1
- package/types/io/netty/util/internal/DirectCleaner$CleanableDirectBufferImpl.d.ts +2 -1
- package/types/io/netty/util/internal/DirectCleaner.d.ts +1 -0
- package/types/io/netty/util/internal/EmptyArrays.d.ts +1 -0
- package/types/io/netty/util/internal/PendingWrite.d.ts +2 -0
- package/types/io/netty/util/internal/PlatformDependent.d.ts +7 -5
- package/types/io/netty/util/internal/RefCnt$AtomicRefCnt.d.ts +4 -0
- package/types/io/netty/util/internal/RefCnt$UnsafeRefCnt.d.ts +4 -0
- package/types/io/netty/util/internal/RefCnt$VarHandleRefCnt.d.ts +4 -0
- package/types/io/netty/util/internal/RefCnt.d.ts +13 -0
- package/types/io/netty/util/internal/ReferenceCountUpdater.d.ts +2 -4
- package/types/io/netty/util/internal/ThrowableUtil.d.ts +2 -0
- package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/ConcurrentCircularAtomicArrayQueue$WeakIterator.d.ts +17 -0
- package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/unpadded/ConcurrentCircularAtomicUnpaddedArrayQueue$WeakIterator.d.ts +17 -0
- package/types/io/netty/util/internal/svm/RefCntSubstitution.d.ts +5 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/booleans/BooleanArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/booleans/BooleanArrays$ArrayHashStrategy.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBigArrays$BigArrayHashStrategy.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/booleans/BooleanImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/booleans/BooleanOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/booleans/BooleanOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/Byte2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/ByteAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/ByteOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/bytes/ByteOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/bytes/ByteRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/Char2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/CharAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/CharOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/chars/CharOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/chars/CharRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/Double2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/doubles/DoubleOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/doubles/DoubleRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/Float2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/FloatAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/floats/FloatOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/floats/FloatRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/Int2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/IntAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/IntOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/IntOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/ints/IntOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/ints/IntRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$KeySpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/Long2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/LongAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/LongOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/LongOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/longs/LongOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/longs/LongRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2CharOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2IntOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2LongOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Object2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ObjectAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/objects/ObjectBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/objects/ObjectHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ObjectOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ObjectRBTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2BooleanOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ByteOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2CharOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2DoubleOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2FloatOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenCustomHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2LongOpenHashMap$ValueSpliterator.d.ts +4 -13
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenCustomHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$KeySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/objects/Reference2ShortOpenHashMap$ValueSpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/objects/ReferenceArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashBigSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashBigSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/objects/ReferenceOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2BooleanRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ByteRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2CharRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2DoubleRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2FloatRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2IntRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2LongRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ObjectRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceAVLTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenCustomHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$EntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$EntrySpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$FastEntryIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$KeySpliterator.d.ts +3 -11
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceOpenHashMap$ValueSpliterator.d.ts +3 -6
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ReferenceRBTreeMap$ValueIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortAVLTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortArrayMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$FastEntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$MapIterator.d.ts +3 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortLinkedOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenCustomHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$EntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$EntrySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$FastEntryIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$KeyIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$KeySpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapEntry.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapIterator.d.ts +2 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$MapSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$ValueIterator.d.ts +1 -1
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortOpenHashMap$ValueSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$EntryIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$KeyIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$TreeIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/Short2ShortRBTreeMap$ValueIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/ShortAVLTreeSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortArrayList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortArraySet$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortArrays$ArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortBigArrayBigList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortBigArrays$BigArrayHashStrategy.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortHeapPriorityQueue.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortImmutableList$Spliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortLinkedOpenCustomHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortOpenCustomHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/ShortOpenCustomHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortOpenHashSet$SetIterator.d.ts +3 -1
- package/types/it/unimi/dsi/fastutil/shorts/ShortOpenHashSet$SetSpliterator.d.ts +2 -2
- package/types/it/unimi/dsi/fastutil/shorts/ShortRBTreeSet$SetIterator.d.ts +2 -2
- package/types/java/io/ObjectInputStream$BlockDataInputStream.d.ts +2 -1
- package/types/java/io/ObjectOutputStream$PutFieldImpl.d.ts +2 -1
- package/types/java/lang/invoke/BoundMethodHandle$SpeciesData.d.ts +0 -1
- package/types/java/lang/invoke/ClassSpecializer$SpeciesData.d.ts +0 -25
- package/types/java/lang/invoke/MethodHandles$Lookup$ClassDefiner.d.ts +1 -0
- package/types/java/lang/reflect/Executable$ParameterData.d.ts +1 -0
- package/types/java/text/DecimalFormat$NumericPosition.d.ts +1 -0
- package/types/java/util/AbstractMap$SimpleEntry.d.ts +1 -1
- package/types/java/util/AbstractMap$SimpleImmutableEntry.d.ts +1 -1
- package/types/java/util/ArrayList$ArrayListSpliterator.d.ts +1 -1
- package/types/java/util/ArrayList$Itr.d.ts +1 -1
- package/types/java/util/ArrayList$ListItr.d.ts +1 -1
- package/types/java/util/HashMap$EntryIterator.d.ts +1 -1
- package/types/java/util/HashMap$HashIterator.d.ts +1 -1
- package/types/java/util/HashMap$KeyIterator.d.ts +1 -1
- package/types/java/util/HashMap$ValueIterator.d.ts +1 -1
- package/types/java/util/SplittableRandom$AbstractSplittableGeneratorProxy.d.ts +1 -1
- package/types/java/util/concurrent/ThreadPoolExecutor$Worker.d.ts +2 -1
- package/types/java/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject.d.ts +1 -1
- package/types/java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.d.ts +1 -1
- package/types/java/util/concurrent/locks/StampedLock$ReadLockView.d.ts +2 -1
- package/types/java/util/concurrent/locks/StampedLock$ReadWriteLockView.d.ts +2 -1
- package/types/java/util/concurrent/locks/StampedLock$WriteLockView.d.ts +2 -1
- package/types/java/util/function/BinaryOperator.d.ts +1 -1
- package/types/java/util/function/UnaryOperator.d.ts +1 -1
- package/types/java/util/logging/LogManager$LoggerContext.d.ts +1 -1
- package/types/java/util/logging/LogManager$LoggerWeakRef.d.ts +2 -1
- package/types/java/util/zip/ZipFile$EntryPos.d.ts +1 -0
- package/types/javax/swing/AbstractButton$Handler.d.ts +2 -1
- package/types/javax/swing/ImageIcon$AccessibleImageIcon.d.ts +2 -1
- package/types/javax/swing/JMenu$WinListener.d.ts +2 -1
- package/types/javax/swing/JTree$TreeSelectionRedirector.d.ts +2 -1
- package/types/javax/swing/JTree$TreeTimer.d.ts +2 -1
- package/types/javax/swing/JViewport$ViewListener.d.ts +2 -1
- package/types/javax/swing/text/DefaultCaret$Handler.d.ts +2 -1
- package/types/javax/swing/text/JTextComponent$ComposedTextCaret.d.ts +1 -1
- package/types/javax/tools/Diagnostic.d.ts +14 -0
- package/types/javax/tools/JavaCompiler$CompilationTask.d.ts +10 -0
- package/types/javax/tools/JavaFileManager.d.ts +34 -0
- package/types/javax/tools/OptionChecker.d.ts +4 -0
- package/types/jdk/javadoc/doclet/Doclet$Option$Kind.d.ts +13 -0
- package/types/jdk/javadoc/doclet/Doclet$Option.d.ts +10 -0
- package/types/jdk/javadoc/doclet/Doclet.d.ts +13 -0
- package/types/jdk/javadoc/doclet/DocletEnvironment$ModuleMode.d.ts +12 -0
- package/types/jdk/javadoc/doclet/DocletEnvironment.d.ts +23 -0
- package/types/jdk/javadoc/doclet/Reporter.d.ts +15 -0
- package/types/jdk/javadoc/doclet/Taglet$Location.d.ts +17 -0
- package/types/jdk/javadoc/doclet/Taglet.d.ts +15 -0
- package/types/jdk/jfr/internal/tracing/Modification.d.ts +1 -0
- package/types/jdk/jfr/internal/util/TimespanRate.d.ts +1 -0
- package/types/joptsimple/util/PathProperties.d.ts +2 -0
- package/types/kotlin/ExperimentalVersionOverloading.d.ts +5 -0
- package/types/kotlin/IntroducedAt.d.ts +6 -0
- package/types/kotlin/NumbersKt.d.ts +2 -0
- package/types/kotlin/NumbersKt__BigIntegersKt.d.ts +2 -0
- package/types/kotlin/NumbersKt__FloorDivModKt.d.ts +2 -0
- package/types/kotlin/NumbersKt__NumbersJVMKt.d.ts +2 -0
- package/types/kotlin/NumbersKt__NumbersKt.d.ts +2 -0
- package/types/kotlin/collections/AbstractList$IteratorImpl.d.ts +1 -1
- package/types/kotlin/collections/AbstractList$ListIteratorImpl.d.ts +1 -1
- package/types/kotlin/collections/ArraysKt.d.ts +45 -0
- package/types/kotlin/collections/ArraysKt___ArraysKt.d.ts +45 -0
- package/types/kotlin/collections/CollectionsKt.d.ts +5 -0
- package/types/kotlin/collections/CollectionsKt___CollectionsKt.d.ts +5 -0
- package/types/kotlin/collections/DetachedMapEntry.d.ts +16 -0
- package/types/kotlin/collections/MapsKt.d.ts +4 -1
- package/types/kotlin/collections/MapsKt__MapsJVMKt.d.ts +2 -0
- package/types/kotlin/collections/MapsKt__MapsKt.d.ts +5 -1
- package/types/kotlin/collections/MapsKt___MapsJvmKt.d.ts +4 -1
- package/types/kotlin/collections/MapsKt___MapsKt.d.ts +4 -1
- package/types/kotlin/collections/unsigned/UArraysKt.d.ts +20 -0
- package/types/kotlin/collections/unsigned/UArraysKt___UArraysKt.d.ts +20 -0
- package/types/kotlin/contracts/ContractBuilder.d.ts +1 -0
- package/types/kotlin/coroutines/jvm/internal/ModuleNameRetriever.d.ts +3 -3
- package/types/kotlin/coroutines/jvm/internal/TailCallAsyncStackTraceEntryKt.d.ts +5 -0
- package/types/kotlin/coroutines/jvm/internal/TailCallBaseContinuationImpl.d.ts +19 -0
- package/types/kotlin/experimental/ExperimentalObjCEnum.d.ts +5 -0
- package/types/kotlin/internal/ConstantsKt.d.ts +4 -0
- package/types/kotlin/internal/PlatformImplementations.d.ts +2 -0
- package/types/kotlin/internal/jdk8/JDK8PlatformImplementations.d.ts +3 -0
- package/types/kotlin/io/FileTreeWalk$FileTreeWalkIterator.d.ts +2 -1
- package/types/kotlin/js/ExperimentalJsNoRuntime.d.ts +5 -0
- package/types/kotlin/jvm/internal/CallableReference.d.ts +4 -1
- package/types/kotlin/jvm/internal/ClassReference.d.ts +4 -1
- package/types/kotlin/jvm/internal/KTypeParameterBase.d.ts +13 -0
- package/types/kotlin/jvm/internal/KTypeParameterBaseKt.d.ts +3 -0
- package/types/kotlin/jvm/internal/KotlinGenericDeclaration.d.ts +5 -0
- package/types/kotlin/jvm/internal/KotlinGenericDeclarationKt.d.ts +6 -0
- package/types/kotlin/jvm/internal/TypeParameterReference.d.ts +3 -7
- package/types/kotlin/random/FallbackThreadLocalRandom.d.ts +1 -1
- package/types/kotlin/reflect/ObsoleteFallbackTypeVariableImpl.d.ts +22 -0
- package/types/kotlin/reflect/full/K1ImplementationKt.d.ts +2 -1
- package/types/kotlin/reflect/full/KClasses.d.ts +1 -0
- package/types/kotlin/reflect/jvm/ReflectedLambdaFakeContainerSource.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/ConvertFromJavaKt.d.ts +12 -2
- package/types/kotlin/reflect/jvm/internal/ConvertFromMetadataKt$WhenMappings.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/ConvertFromMetadataKt.d.ts +21 -3
- package/types/kotlin/reflect/jvm/internal/CovariantOverrideComparator.d.ts +28 -0
- package/types/kotlin/reflect/jvm/internal/CreateKCallableVisitor.d.ts +2 -4
- package/types/kotlin/reflect/jvm/internal/CreateKFunctionVisitor.d.ts +10 -0
- package/types/kotlin/reflect/jvm/internal/DefaultSetterValueParameter.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/DescriptorKCallable.d.ts +12 -24
- package/types/kotlin/reflect/jvm/internal/DescriptorKCallableKt$WhenMappings.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/DescriptorKCallableKt.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/DescriptorKFunction.d.ts +12 -5
- package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty0.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty1.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/DescriptorKMutableProperty2.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/DescriptorKMutablePropertyN.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/DescriptorKParameter.d.ts +13 -6
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Accessor.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Getter.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty$Setter.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty.d.ts +8 -9
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty0.d.ts +3 -2
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty1.d.ts +3 -2
- package/types/kotlin/reflect/jvm/internal/DescriptorKProperty2.d.ts +3 -2
- package/types/kotlin/reflect/jvm/internal/DescriptorKPropertyN.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/DescriptorPatchingResult.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/EmptyContainerForLocal.d.ts +7 -7
- package/types/kotlin/reflect/jvm/internal/EqualityMode$JavaSignature.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/EqualityMode$KotlinSignature.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/EqualityMode.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/EquatableCallableSignature.d.ts +33 -0
- package/types/kotlin/reflect/jvm/internal/FakeOverrideMembers.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/FakeOverridesKt.d.ts +15 -0
- package/types/kotlin/reflect/jvm/internal/FunctionJvmDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/FunctionJvmDescriptorLoaded.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/InstanceParameter.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/JavaAnnotationConstructor.d.ts +73 -0
- package/types/kotlin/reflect/jvm/internal/JavaAnnotationConstructorParameter.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$Companion.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$Getter.d.ts +42 -0
- package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty$JavaEnumEntriesCaller.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/JavaEnumEntriesKProperty.d.ts +53 -0
- package/types/kotlin/reflect/jvm/internal/JavaKCallable.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/JavaKConstructor.d.ts +29 -0
- package/types/kotlin/reflect/jvm/internal/JavaKFunction.d.ts +56 -0
- package/types/kotlin/reflect/jvm/internal/JavaKFunctionKt.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/JavaKMutableProperty0$Setter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/JavaKMutableProperty0.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/JavaKNamedFunction.d.ts +29 -0
- package/types/kotlin/reflect/jvm/internal/JavaKParameter.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty$Accessor.d.ts +31 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty$Getter.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty$Setter.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty.d.ts +34 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty0$Getter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/JavaKProperty0.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/JavaKPropertyKt.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/JavaParameter.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/JvmFunctionSignature$KotlinConstructor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/JvmFunctionSignature$KotlinFunction.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/KCallableOverriddenStorage$Companion.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/KCallableOverriddenStorage.d.ts +26 -0
- package/types/kotlin/reflect/jvm/internal/KClassImpl$Data.d.ts +22 -14
- package/types/kotlin/reflect/jvm/internal/KClassImpl.d.ts +16 -2
- package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Companion.d.ts +1 -2
- package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$Data.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl.d.ts +19 -8
- package/types/kotlin/reflect/jvm/internal/KPackageImpl$Data.d.ts +12 -1
- package/types/kotlin/reflect/jvm/internal/KPackageImpl.d.ts +18 -1
- package/types/kotlin/reflect/jvm/internal/KTypeParameterImpl.d.ts +4 -11
- package/types/kotlin/reflect/jvm/internal/KTypeParameterImplKt.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKCallable.d.ts +10 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKCallableKt.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKConstructor.d.ts +33 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKFunction.d.ts +70 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty0$Setter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty0.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty1$Setter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutableProperty1.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutablePropertyN$Setter.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKMutablePropertyN.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKNamedFunction.d.ts +35 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKParameter.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Accessor.d.ts +32 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Getter.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty$Setter.d.ts +21 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty.d.ts +47 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty0$Getter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty0.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty1$Getter.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKProperty1.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKPropertyKt.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKPropertyN$Getter.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/KotlinKPropertyN.d.ts +12 -0
- package/types/kotlin/reflect/jvm/internal/LazyKMutableProperty0.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/LazyKMutableProperty1.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/LazyKProperty.d.ts +27 -0
- package/types/kotlin/reflect/jvm/internal/LazyKProperty0.d.ts +12 -0
- package/types/kotlin/reflect/jvm/internal/LazyKProperty1.d.ts +12 -0
- package/types/kotlin/reflect/jvm/internal/LocalDelegatedPropertyFakeContainerSource.d.ts +12 -0
- package/types/kotlin/reflect/jvm/internal/ReflectKCallable.d.ts +13 -5
- package/types/kotlin/reflect/jvm/internal/ReflectKCallableImpl.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/ReflectKCallableKt.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/ReflectKFunction.d.ts +9 -1
- package/types/kotlin/reflect/jvm/internal/ReflectKFunctionKt.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/ReflectKParameter.d.ts +8 -1
- package/types/kotlin/reflect/jvm/internal/ReflectKParameterKt.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/ReflectKProperty.d.ts +7 -1
- package/types/kotlin/reflect/jvm/internal/ReflectKPropertyKt.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/RuntimeTypeMapperKt.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/SignatureKind.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/StandardKTypes.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/SystemPropertiesKt.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/TypeUsage.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/UtilKt.d.ts +20 -4
- package/types/kotlin/reflect/jvm/internal/calls/AnnotationConstructorCaller.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/calls/Caller.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/calls/CallerImpl$FieldGetter.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/calls/CallerImpl$FieldSetter.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/calls/CallerImpl.d.ts +2 -3
- package/types/kotlin/reflect/jvm/internal/calls/InternalUnderlyingValOfInlineClass.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/calls/ThrowingCaller.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller$BoxUnboxData.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCallerKt.d.ts +7 -10
- package/types/kotlin/reflect/jvm/internal/impl/builtins/DefaultBuiltIns$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/DefaultBuiltIns.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/KotlinBuiltIns$Primitives.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/PrimitiveType$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/ReflectionTypes$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/StandardNames$FqNames.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/StandardNames.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassDescriptor$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassDescriptor$FunctionTypeConstructor.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionClassKind$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionInvokeDescriptor$Factory.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionInvokeDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$Companion.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$Function.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$KFunction.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$KSuspendFunction.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind$SuspendFunction.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKind.d.ts +7 -1
- package/types/kotlin/reflect/jvm/internal/impl/builtins/functions/FunctionTypeKindExtractor$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/CloneableClassScope$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/FallbackBuiltIns$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JavaToKotlinClassMap.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInClassDescriptorFactory.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/jvm/JvmBuiltInsPackageFragmentProvider$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/InlineClassRepresentation.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/Modality$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/MultiFieldValueClassRepresentation.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ScopesHolderForClass.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueClassRepresentation.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/Visibilities.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/AnnotationUseSiteTarget.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/BuiltInAnnotationDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/KotlinTarget$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/annotations/KotlinTarget.d.ts +7 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeParameterDescriptor$TypeParameterTypeConstructor.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/EnumEntrySyntheticClassDescriptor$EnumEntryScope.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/FunctionDescriptorImpl$CopyConfiguration.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor$Companion.d.ts +4 -2
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleDescriptorImpl.d.ts +5 -3
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyDescriptorImpl$CopyConfiguration.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptorImpl$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptorImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ValueParameterDescriptorImpl$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass$Factory.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/ReflectKotlinClass.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/components/RuntimeModuleData.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/Java8ParameterNamesLoader.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationArgument$Factory.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaMethod.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType$Factory.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/incremental/components/Position$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/Attributes.d.ts +25 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/ClassKind.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/InconsistentKotlinMetadataException.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$LiteralValue.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UByteValue.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UIntValue.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$ULongValue.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument$UShortValue.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmClass.d.ts +6 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/KmClassifier.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmConstructor.d.ts +5 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/KmEffectExpression.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/km/KmEffectType.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/KmFlexibleTypeUpperBound$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmFunction.d.ts +9 -4
- package/types/kotlin/reflect/jvm/internal/impl/km/KmPackage.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/KmProperty.d.ts +5 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/KmPropertyAccessorAttributes.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/km/KmType.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeAlias.d.ts +4 -2
- package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeParameter.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/KmTypeProjection$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/KmValueParameter.d.ts +3 -2
- package/types/kotlin/reflect/jvm/internal/impl/km/MemberKind.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/Modality.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/ReturnValueStatus.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/Visibility.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/FlagDelegatesImplKt.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/FlagImpl.d.ts +4 -4
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/ReadContext.d.ts +8 -6
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/WriteContext.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/WriteUtilsKt.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/MetadataExtensions$Companion.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmAttributes.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmExtensionsKt.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmMemberSignature.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/JvmMetadataVersion$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$FileFacade.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$MultiFileClassFacade.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata$MultiFileClassPart.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/KotlinClassMetadata.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmClassExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmConstructorExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmFunctionExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPackageExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmPropertyExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmReadUtils.d.ts +5 -5
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/jvm/internal/JvmTypeParameterExtension$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/AbstractAnnotationTypeQualifierResolver.d.ts +8 -5
- package/types/kotlin/reflect/jvm/internal/impl/load/java/FakePureImplementationsProvider.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaClassFinder$Request.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaDefaultQualifiers.d.ts +8 -5
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaIncompatibilityRulesOverridabilityCondition$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaNullabilityAnnotationsStatus.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JavaTypeEnhancementState$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/Jsr305Settings.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/JvmAnnotationNames.d.ts +3 -2
- package/types/kotlin/reflect/jvm/internal/impl/load/java/ReportLevel$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$Companion.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/SpecialGenericSignatures$TypeSafeBarrierDescription.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/components/JavaAnnotationMapper.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/impl/load/java/components/JavaAnnotationTargetMapper.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/JavaResolverComponents.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/LazyJavaResolverContext.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/JvmPackageScope.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaAnnotationDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor$LazyJavaClassTypeConstructor.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassDescriptor.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaClassMemberScope.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageFragment.d.ts +3 -3
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope$KotlinClassLookupResult.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaPackageScope.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/descriptors/LazyJavaScope.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/JavaTypeAttributes.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/RawSubstitution$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/lazy/types/RawSubstitution.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/AbstractSignatureParts.d.ts +6 -4
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/JavaTypeQualifiers.d.ts +6 -2
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/PredefinedFunctionEnhancementInfo.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder$FunctionEnhancementBuilder.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureEnhancementBuilder$ClassEnhancementBuilder.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/SignatureParts.d.ts +5 -2
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/WithMigrationStatus.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/AbstractBinaryClassAnnotationLoader.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializationComponentsForJava$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver$Companion.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/DeserializedDescriptorResolver.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType$Companion.d.ts +10 -8
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/JvmType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder$Result.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/MemberSignature.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/TypeMappingMode.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader$Kind$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/KotlinClassHeader.d.ts +1 -2
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$KotlinMetadataArgumentVisitor.d.ts +4 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$OldDeprecatedAnnotationArgumentVisitor.d.ts +4 -1
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ExtensionRegistryLiteKt.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$Value.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Class.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginData.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Constructor.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Contract.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect$EffectType.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Effect.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntry.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Expression.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Function.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Package.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragment$Builder.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragment.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Property$Builder.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Property.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedName.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTable.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$Argument.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAlias.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameter.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTable.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameter.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirement.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTable.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsBinaryVersion$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/builtins/BuiltInsProtoBuf.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/BinaryVersion$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$FlagField.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/MetadataVersion$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirement$Version$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/deserialization/VersionRequirementTable.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignature.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignature.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignature.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$Record.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmFlags.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmMemberSignature$Method.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmMemberSignature.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/deserialization/JvmNameResolverBase$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/CallableId$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/ClassId$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/FqName$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/FqNameUnsafe.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/NameRenderingUtils.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/name/StandardClassIds.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/platform/PlatformUtilKt.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/BoundedByteString$BoundedByteIterator.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/ExtensionRegistryLite.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.d.ts +4 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/LazyField$LazyEntry.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/LiteralByteString$LiteralByteIterator.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$Balancer.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$PieceIterator.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$RopeByteIterator.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/RopeByteString$RopeInputStream.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$Entry.d.ts +3 -9
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/SmallSortedMap$EntryIterator.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/WireFormat$FieldType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/AnnotationArgumentsRenderingPolicy.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRenderer$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererImpl$RenderDeclarationDescriptorVisitor.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererModifier$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsCopyKt.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/DescriptorRendererOptionsImpl.d.ts +37 -1
- package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat$HTML.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat$PLAIN.d.ts +0 -1
- package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingFormat.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/renderer/RenderingUtilsKt.d.ts +0 -3
- package/types/kotlin/reflect/jvm/internal/impl/resolve/InlineClassesUtilsKt.d.ts +0 -4
- package/types/kotlin/reflect/jvm/internal/impl/resolve/OverridingUtilTypeSystemContext.d.ts +6 -3
- package/types/kotlin/reflect/jvm/internal/impl/resolve/ReturnValueStatus$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/ErrorValue$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerLiteralTypeConstructor$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/IntegerLiteralTypeConstructor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/KClassValue$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/constants/KClassValue$Value.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/descriptorUtil/DescriptorUtilsKt.d.ts +0 -3
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope$Companion.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/ChainedMemberScope.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion$MaskToName.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter$Companion.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/DescriptorKindFilter.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/LazyScopeAdapter.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/TypeIntersectionScope$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/TypeIntersectionScope.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/AbstractAnnotationLoader.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/ClassDeserializer$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/DeserializationComponents.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/ProtoContainer.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsPackageFragmentImpl$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsPackageFragmentImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassConstructorDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassMemberScope.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$DeserializedClassTypeConstructor.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor$EnumEntryClassDescriptors.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedClassDescriptor.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$NoReorderImplementation.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope$OptimizedImplementation.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberScope.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedSimpleFunctionDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo$Companion.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/PreReleaseInfo.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/storage/DefaultSimpleLock.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$CacheWithNotNullValuesBasedOnMemoizedFunction.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager$CacheWithNullableValuesBasedOnMemoizedFunction.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/storage/LockBasedStorageManager.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/AbstractStubType$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypeChecker.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypeConstructor$ModuleViewTypeConstructor.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/AbstractTypePreparator.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/DefinitelyNotNullType$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/DefinitelyNotNullType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/DisjointKeysUnionTypeSubstitution$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/DisjointKeysUnionTypeSubstitution.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/FlexibleTypeImpl$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/IndexedParametersSubstitution.d.ts +3 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/KotlinType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpander$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpansion$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeAliasExpansion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeAttributes$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeCheckerState$SupertypesPolicy.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeCheckerState.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeConstructorSubstitution$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeParameterUpperBoundEraser.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeSubstitution$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/UnwrappedType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeCheckerStateKt.d.ts +2 -2
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext$DefaultImpls.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewCapturedType.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewCapturedTypeConstructor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeCheckerImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/SimpleClassicTypeSystemContext.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/TypeIntersector$ResultNullability.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/TypeIntersector.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/error/ErrorType.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/error/ErrorTypeKind.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeCheckerProviderContext.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/AbstractModifierChecks.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/util/ArrayMapImpl$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/CheckResult.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/Checks.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/OperatorChecks.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/util/OperatorNameConventions.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/ReturnsCheck.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/utils/ReflectionUtilsKt.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/utils/SmartList$SingletonIterator.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/impl/utils/SmartList$SingletonIteratorBase.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/utils/SmartSet$Companion.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/utils/WrappedValues$ThrowableWrapper.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutor$Companion.d.ts +2 -1
- package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutor.d.ts +8 -2
- package/types/kotlin/reflect/jvm/internal/types/KTypeSubstitutorKt.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/types/MutableCollectionKClass.d.ts +1 -1
- package/types/kotlin/reflect/jvm/internal/types/TypeOfImplKt.d.ts +1 -1
- package/types/kotlin/sequences/SequencesKt.d.ts +5 -0
- package/types/kotlin/sequences/SequencesKt___SequencesKt.d.ts +5 -0
- package/types/kotlinx/atomicfu/locks/NativeMutex$Node.d.ts +2 -1
- package/types/kotlinx/atomicfu/locks/NativeMutex$ParkingQueue.d.ts +2 -1
- package/types/kotlinx/coroutines/AwaitAll$AwaitAllNode.d.ts +2 -1
- package/types/kotlinx/coroutines/AwaitAll$DisposeHandlersOnCancel.d.ts +2 -1
- package/types/kotlinx/coroutines/BuildersKt.d.ts +3 -0
- package/types/kotlinx/coroutines/BuildersKt__BuildersKt.d.ts +2 -0
- package/types/kotlinx/coroutines/BuildersKt__Builders_concurrentKt.d.ts +5 -0
- package/types/kotlinx/coroutines/CompletableDeferredKt.d.ts +2 -0
- package/types/kotlinx/coroutines/EventLoop.d.ts +0 -1
- package/types/kotlinx/coroutines/EventLoopImplBase$DelayedResumeTask.d.ts +2 -1
- package/types/kotlinx/coroutines/EventLoopImplBase.d.ts +3 -0
- package/types/kotlinx/coroutines/EventLoopKt.d.ts +0 -4
- package/types/kotlinx/coroutines/ExecutorCoroutineDispatcherImpl.d.ts +2 -0
- package/types/kotlinx/coroutines/GuidanceJvmKt.d.ts +6 -0
- package/types/kotlinx/coroutines/GuidanceKt.d.ts +6 -0
- package/types/kotlinx/coroutines/JobSupport$SelectOnAwaitCompletionHandler.d.ts +2 -1
- package/types/kotlinx/coroutines/JobSupport$SelectOnJoinCompletionHandler.d.ts +2 -1
- package/types/kotlinx/coroutines/ReadonlyDeferred.d.ts +47 -0
- package/types/kotlinx/coroutines/TimeoutKt.d.ts +1 -1
- package/types/kotlinx/coroutines/channels/BroadcastChannelImpl$SubscriberBuffered.d.ts +2 -1
- package/types/kotlinx/coroutines/channels/BroadcastChannelImpl$SubscriberConflated.d.ts +2 -1
- package/types/kotlinx/coroutines/channels/BufferedChannel$BufferedChannelIterator.d.ts +4 -1
- package/types/kotlinx/coroutines/channels/BufferedChannel.d.ts +1 -2
- package/types/kotlinx/coroutines/channels/ChannelsKt.d.ts +4 -0
- package/types/kotlinx/coroutines/channels/ChannelsKt__Channels_commonKt.d.ts +1 -0
- package/types/kotlinx/coroutines/channels/ChannelsKt__DeprecatedKt.d.ts +3 -0
- package/types/kotlinx/coroutines/channels/ConflatedBufferedChannel.d.ts +1 -0
- package/types/kotlinx/coroutines/debug/internal/ConcurrentWeakMap$Core.d.ts +1 -1
- package/types/kotlinx/coroutines/flow/FlowKt.d.ts +15 -0
- package/types/kotlinx/coroutines/flow/FlowKt__CollectKt.d.ts +2 -0
- package/types/kotlinx/coroutines/flow/FlowKt__CollectionKt.d.ts +12 -0
- package/types/kotlinx/coroutines/flow/FlowKt__ShareKt.d.ts +2 -0
- package/types/kotlinx/coroutines/flow/SubscribedStateFlow.d.ts +11 -0
- package/types/kotlinx/coroutines/future/FutureKt.d.ts +1 -0
- package/types/kotlinx/coroutines/internal/ClassValueCtorCache.d.ts +1 -1
- package/types/kotlinx/coroutines/internal/DispatchedContinuationKt.d.ts +1 -0
- package/types/kotlinx/coroutines/internal/LimitedDispatcher$Worker.d.ts +2 -1
- package/types/kotlinx/coroutines/internal/LimitedDispatcher.d.ts +3 -0
- package/types/kotlinx/coroutines/internal/MissingMainCoroutineDispatcher.d.ts +3 -0
- package/types/kotlinx/coroutines/internal/NamedDispatcher.d.ts +3 -0
- package/types/kotlinx/coroutines/scheduling/CoroutineScheduler$Worker.d.ts +2 -4
- package/types/kotlinx/coroutines/scheduling/WorkQueue.d.ts +1 -2
- package/types/kotlinx/coroutines/selects/SelectImplementation$ClauseData.d.ts +1 -1
- package/types/kotlinx/coroutines/sync/MutexImpl$CancellableContinuationWithOwner.d.ts +2 -1
- package/types/kotlinx/coroutines/sync/MutexImpl$SelectInstanceWithOwner.d.ts +2 -1
- package/types/kotlinx/datetime/ConvertersKt.d.ts +3 -0
- package/types/kotlinx/datetime/DatePeriod$Companion.d.ts +1 -0
- package/types/kotlinx/datetime/DateTimeArithmeticException$Companion.d.ts +4 -0
- package/types/kotlinx/datetime/DateTimeFormatException$Companion.d.ts +4 -0
- package/types/kotlinx/datetime/DateTimePeriod$Companion.d.ts +2 -0
- package/types/kotlinx/datetime/IllegalTimeZoneException$Companion.d.ts +4 -0
- package/types/kotlinx/datetime/InstantKt.d.ts +9 -0
- package/types/kotlinx/datetime/InstantKt__InstantKt.d.ts +9 -0
- package/types/kotlinx/datetime/LocalDate$Companion.d.ts +3 -0
- package/types/kotlinx/datetime/LocalDateJvmKt.d.ts +4 -0
- package/types/kotlinx/datetime/LocalDateKt.d.ts +7 -0
- package/types/kotlinx/datetime/LocalDateTime$Companion.d.ts +3 -0
- package/types/kotlinx/datetime/LocalDateTimeKt.d.ts +3 -0
- package/types/kotlinx/datetime/LocalDateTimeKt__LocalDateTimeJvmKt.d.ts +4 -0
- package/types/kotlinx/datetime/LocalIsoWeekDate$Companion.d.ts +10 -0
- package/types/kotlinx/datetime/LocalIsoWeekDate.d.ts +20 -0
- package/types/kotlinx/datetime/LocalIsoWeekDateKt.d.ts +6 -0
- package/types/kotlinx/datetime/LocalTime$Companion.d.ts +1 -0
- package/types/kotlinx/datetime/LocalTimeKt.d.ts +3 -0
- package/types/kotlinx/datetime/LocalTimeKt__LocalTimeJvmKt.d.ts +4 -0
- package/types/kotlinx/datetime/TimeZoneKt.d.ts +1 -0
- package/types/kotlinx/datetime/TimeZoneKt__TimeZoneJvmKt.d.ts +1 -0
- package/types/kotlinx/datetime/UtcOffset$Companion.d.ts +1 -0
- package/types/kotlinx/datetime/UtcOffsetJvmKt.d.ts +4 -0
- package/types/kotlinx/datetime/YearMonth$Companion.d.ts +3 -0
- package/types/kotlinx/datetime/YearMonthJvmKt.d.ts +3 -0
- package/types/kotlinx/datetime/format/DateTimeComponentsKt.d.ts +1 -0
- package/types/kotlinx/datetime/format/OffsetFields.d.ts +1 -1
- package/types/kotlinx/datetime/internal/UtilKt.d.ts +1 -0
- package/types/kotlinx/datetime/internal/format/NamedEnumIntFieldFormatDirective$AssignableString.d.ts +2 -1
- package/types/kotlinx/datetime/internal/format/NamedUnsignedIntFieldFormatDirective$AssignableString.d.ts +2 -1
- package/types/kotlinx/datetime/internal/format/parser/ParseException$Companion.d.ts +4 -0
- package/types/kotlinx/io/JvmCoreKt.d.ts +1 -0
- package/types/kotlinx/io/_JvmPlatformKt.d.ts +1 -0
- package/types/kotlinx/io/files/FileSystemJvmKt.d.ts +0 -1
- package/types/kotlinx/serialization/cbor/internal/CborParser.d.ts +1 -1
- package/types/kotlinx/serialization/json/JsonBuilder.d.ts +1 -0
- package/types/kotlinx/serialization/json/JsonConfiguration.d.ts +2 -1
- package/types/kotlinx/serialization/json/JsonDecodingException.d.ts +9 -0
- package/types/kotlinx/serialization/json/JsonEncodingException.d.ts +7 -0
- package/types/kotlinx/serialization/json/JsonException.d.ts +7 -0
- package/types/kotlinx/serialization/json/internal/AbstractJsonLexer.d.ts +5 -2
- package/types/kotlinx/serialization/json/internal/AbstractJsonTreeEncoder.d.ts +2 -2
- package/types/kotlinx/serialization/json/internal/JsonExceptionsKt.d.ts +8 -6
- package/types/kotlinx/serialization/json/internal/JsonPath$RedactedKey.d.ts +4 -0
- package/types/kotlinx/serialization/json/internal/JsonPath.d.ts +3 -1
- package/types/kotlinx/serialization/json/internal/ReaderJsonLexer.d.ts +2 -1
- package/types/kotlinx/serialization/json/internal/ReaderJsonLexerWithComments.d.ts +2 -1
- package/types/kotlinx/serialization/json/internal/StringJsonLexer.d.ts +2 -1
- package/types/kotlinx/serialization/json/internal/StringJsonLexerWithComments.d.ts +2 -1
- package/types/kotlinx/serialization/json/internal/TreeJsonEncoderKt.d.ts +2 -1
- package/types/kotlinx/serialization/modules/PolymorphicModuleBuilder.d.ts +0 -2
- package/types/kroppeb/stareval/parser/BinaryOp.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/block/entity/SleepUntilTimeBlockEntityTickInvoker.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeListener.d.ts +0 -1
- package/types/net/caffeinemc/mods/lithium/common/entity/projectile/ProjectileCanHitEntityPredicate.d.ts +18 -0
- package/types/net/caffeinemc/mods/lithium/common/explosion/DirectMappedExplosionBlockCache.d.ts +16 -0
- package/types/net/caffeinemc/mods/lithium/common/explosion/DirectMappedPos2AABBsCache.d.ts +19 -0
- package/types/net/caffeinemc/mods/lithium/common/explosion/ExplosionEntityRays.d.ts +7 -0
- package/types/net/caffeinemc/mods/lithium/common/explosion/LithiumExplosion.d.ts +6 -0
- package/types/net/caffeinemc/mods/lithium/common/services/PlatformMixinOverrides$MixinOverride.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/tracking/block/LithiumBlockCounter.d.ts +6 -0
- package/types/net/caffeinemc/mods/lithium/common/util/ArrayConstants.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/util/tuples/Range6Int.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/util/tuples/RefIntPair.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/util/tuples/Tuple5Obj1I.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/util/tuples/WorldSectionBox.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/world/blockview/SingleBlockBlockView.d.ts +1 -1
- package/types/net/caffeinemc/mods/lithium/common/world/interests/iterator/NearbyPointOfInterestStream$QueuedSection.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumRandomTickingBlockCounter.d.ts +10 -0
- package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper.d.ts +10 -1
- package/types/net/caffeinemc/mods/lithium/mixin/LithiumMixinPlugin.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/api/config/option/Range.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/compatibility/workarounds/nvidia/NvidiaDriverVersion.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/search/BigramSearchIndex$BigramSearchQuerySession.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/config/search/BigramSearchIndex$SourceBigramCount.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/structure/ModOptions.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/structure/Option$OptionNameSource.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/console/message/Message.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/data/fingerprint/HashedFingerprint.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/GPULimits.d.ts +5 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/GlBufferArena.d.ts +41 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/GlBufferSegment.d.ts +24 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/PendingUpload.d.ts +12 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$CopyCommand.d.ts +10 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$FencedMemoryRegion.d.ts +13 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer$MappedBuffer.d.ts +19 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MappedStagingBuffer.d.ts +25 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/MojangStagingBuffer.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/arena/staging/StagingBuffer.d.ts +10 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/backend/DrawBackend.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/GLDrawBatch.d.ts +13 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/MultiDrawBatch.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/VKIndirectDrawBatch.d.ts +11 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/batch/VKMultiDrawBatch.d.ts +11 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/DrawContext.d.ts +17 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/GLDrawContext.d.ts +18 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKDrawContext.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKIndirectContext.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/device/context/VKMultiDrawContext.d.ts +10 -0
- package/types/net/caffeinemc/mods/sodium/client/gpu/util/EnumBitField.d.ts +11 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/GUIScaleRange.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/SodiumConfigBuilder.d.ts +0 -1
- package/types/net/caffeinemc/mods/sodium/client/gui/SodiumOptions$AdvancedSettings.d.ts +0 -2
- package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$ActiveMessage.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$ColorPalette.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/console/ConsoleRenderer$MessageRender.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/options/FullscreenMode.d.ts +13 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/options/Toggle.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/OptionListWidget$SectionInfo.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$ClickableEntryWidget.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$EntryWidget.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$ExternalPageEntryWidget.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$HeaderEntryWidget.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$OptionPageEntryWidget.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/PageListWidget$PageEntryWidget.d.ts +3 -1
- package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/WindowsFileVersion.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/d3dkmt/D3DKMT$WDDMAdapterInfo.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/version/LanguageCodePage.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/version/QueryResult.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/SodiumWorldRenderer.d.ts +23 -4
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/ChunkRenderer.d.ts +4 -3
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/ChunkUpdateTypes.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/DefaultChunkRenderer.d.ts +9 -11
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/DeferMode.d.ts +2 -4
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/IntPool.d.ts +10 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSection.d.ts +43 -37
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionFlags.d.ts +3 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/RenderSectionManager.d.ts +75 -32
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/SectionInfoChange.d.ts +7 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +13 -15
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer$IndexFormat.d.ts +20 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer.d.ts +10 -12
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/UniformBufferManager.d.ts +26 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/AsyncRenderTask.d.ts +25 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/CullResult.d.ts +9 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/async/CullTask.d.ts +23 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/BuilderTaskOutput.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkBuildOutput.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/ChunkSortOutput.d.ts +3 -5
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/JobEffort.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/MeshResultSize.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/estimation/UploadDuration.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkBuilder$WorkerRunnable.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkBuilder.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +0 -3
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJobResult.d.ts +7 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJobTyped.d.ts +4 -5
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/tasks/ChunkBuilderMeshingTask.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/tasks/ChunkBuilderTask.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/BuiltSectionInfo$Builder.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/BuiltSectionInfo.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/data/SectionRenderDataStorage.d.ts +3 -4
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/AbstractSectionVisitor.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/ChunkRenderList.d.ts +2 -4
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/DeferredTaskList.d.ts +9 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/FallbackVisibleChunkCollector.d.ts +17 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/RenderListProvider.d.ts +0 -5
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TaskCollectingTree.d.ts +18 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/VisibleChunkCollector.d.ts +18 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/AsyncCameraTimingControl.d.ts +9 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/CullType.d.ts +18 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/DirectionalVisGraph.d.ts +12 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller$GraphOcclusionVisitor.d.ts +5 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller$VisibilityTestingVisitor.d.ts +7 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/OcclusionCuller.d.ts +29 -8
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$FlatTree.d.ts +9 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$PortalBiForest.d.ts +8 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree$PortalMultiForest.d.ts +8 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/RayOcclusionSectionTree.d.ts +20 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/SectionTree$NotInTreePredicate.d.ts +4 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/SectionTree.d.ts +26 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/occlusion/VisibilityEncoding.d.ts +0 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegion$DeviceResources.d.ts +7 -21
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegion.d.ts +26 -9
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager$PendingSectionIndexBufferUpload.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager$PendingSectionMeshUpload.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/region/RenderRegionManager.d.ts +11 -6
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/bsp_tree/InnerPartitionBSPNode$NodeReuseData.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/bsp_tree/Partition.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicBSPData$DynamicBSPSorter.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicData.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicSorter.d.ts +3 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicTopoData$DynamicTopoSorter.d.ts +1 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/DynamicTopoData.d.ts +0 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/SharedIndexSorter.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/trigger/SortTriggering.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/AbstractTraversableBiForest.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/AbstractTraversableMultiForest.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseBiForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +1 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseMultiForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Forest$TreeAddMethod.d.ts +5 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Forest.d.ts +4 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +3 -7
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableMultiForest.d.ts +3 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableTree.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +3 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableTree.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/Tree.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/ChunkVertexType.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/CompactChunkVertex.d.ts +3 -3
- package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedBlockModelFeatureRenderer$BufferCache.d.ts +17 -0
- package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedBlockModelFeatureRenderer.d.ts +18 -0
- package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedItemFeatureRenderer$OutputType.d.ts +13 -0
- package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ExtendedItemFeatureRenderer.d.ts +21 -0
- package/types/net/caffeinemc/mods/sodium/client/render/helper/ColorHelper.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/BakedModelEncoder.d.ts +2 -2
- package/types/net/caffeinemc/mods/sodium/client/render/immediate/model/ImprovedItemModelBuilderBase$SideFace.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/model/AbstractBlockRenderContext$BlockEmitter.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/model/QuadViewImpl.d.ts +0 -1
- package/types/net/caffeinemc/mods/sodium/client/render/texture/SodiumSpriteFinderImpl$Node.d.ts +2 -1
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatOffsetCache.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/serializers/generated/VertexSerializerFactory$MemoryTransfer.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/services/PlatformMixinOverrides$MixinOverride.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/util/Dim2i.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/util/FogParameters.d.ts +4 -0
- package/types/net/caffeinemc/mods/sodium/client/util/FrameTimeStatistics$Percentile.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/util/IgnoringSectionRenderDispatcher.d.ts +26 -0
- package/types/net/caffeinemc/mods/sodium/client/util/IgnoringViewArea.d.ts +13 -0
- package/types/net/caffeinemc/mods/sodium/client/util/collections/BitArray.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/util/interval_tree/TreeNode$TreeNodeIterator.d.ts +1 -1
- package/types/net/caffeinemc/mods/sodium/mixin/core/GlRenderPassAccessor.d.ts +5 -0
- package/types/net/caffeinemc/mods/sodium/mixin/core/RenderPassAccessor.d.ts +5 -0
- package/types/net/caffeinemc/mods/sodium/mixin/core/VulkanRenderPassAccessor.d.ts +7 -0
- package/types/net/ccbluex/fastutil/WeightedSortedList$WeightedListIterator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/LiquidBounce$ClientResourceReloader.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/LiquidBounce.d.ts +9 -13
- package/types/net/ccbluex/liquidbounce/additions/GuiGraphicsExtractorAddition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/additions/InventoryAddition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/additions/ServerboundPlayerInputPacketAdditionKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/core/ApiConfig$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/core/ApiConfig.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/core/BaseApi.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/api/core/HttpClient.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/api/core/HttpClientKt.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/api/models/auth/ClientAccount.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/models/auth/ExpiryValue.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/models/auth/OAuthSession.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/services/auth/AuthenticationApi.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/services/auth/OAuthClient.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/api/services/auth/PKCEUtils$PKCEPair.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/api/services/auth/PKCEUtils.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/api/services/cosmetics/CapeApi.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/services/user/UserApi.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/thirdparty/IpInfoApi$IpData.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/thirdparty/IpInfoApi.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/api/thirdparty/OpenAiApi.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslateLanguage.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorApi.d.ts +4 -6
- package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/providers/GoogleTranslateApi.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/common/ChunkUpdateFlag.d.ts +3 -1
- package/types/net/ccbluex/liquidbounce/common/ShapeFlag.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/common/StorageEspOutlineContext.d.ts +7 -0
- package/types/net/ccbluex/liquidbounce/config/ConfigSystem.d.ts +11 -11
- package/types/net/ccbluex/liquidbounce/config/autoconfig/AutoConfig.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/config/gson/GsonInstanceKt.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/config/gson/adapter/CodecBasedAdapter.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/config/gson/adapter/Vec3iAdapter.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/gson/serializer/ValueGroupSerializer.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/config/gson/util/GsonExtensionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/Config.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/FileDialogMode.d.ts +1 -3
- package/types/net/ccbluex/liquidbounce/config/types/FileValue.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/config/types/RangedValue.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/config/types/Value.d.ts +10 -10
- package/types/net/ccbluex/liquidbounce/config/types/ValueKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/ValueUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/Vec3Value.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/group/Mode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/config/types/group/ModeValueGroup.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/group/NoneMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/group/ToggleableValueGroup.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/config/types/group/ValueGroup.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/config/types/list/ListValue.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/config/types/list/MultiChoiceListValue.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/config/types/list/MutableListValue.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/list/RegistryListValue.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/config/types/list/RegistryMutableListValue.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/config/utils/AutoCompletionProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/deeplearn/DeepLearningEngine.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/deeplearn/ModelManager.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/deeplearn/data/CombatSample.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/deeplearn/listener/OverlayTrainingListener.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/CancellableEvent.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/event/CoroutineTicker.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/event/CoroutineTickerKt.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/event/Event.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/EventHookRegistry.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/EventKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/EventListener.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/event/EventListenerKt.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/event/EventListenerNotListeningException.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/EventListenerRunningContinuationInterceptor.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/event/EventListenerScopeKt.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/event/EventManager.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/event/EventManagerKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/EventState.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$CancelPrevious.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$DiscardLatest.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$Parallel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/SuspendHandlerBehavior$Suspend.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/SuspendHandlersKt.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/event/TickLoopTaskExecutor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/events/DrawOutlinesEvent.d.ts +3 -7
- package/types/net/ccbluex/liquidbounce/event/events/GameRenderTaskQueueEvent.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/events/PlayerInteractItemEvent.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/events/SessionEvent.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/event/events/TagEntityEvent.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/account/AccountManager.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/account/SessionWithServiceKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/blink/BlinkManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/blink/TrackedEntityPosition.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/features/chat/AxochatClient$ChannelHandler.d.ts +8 -9
- package/types/net/ccbluex/liquidbounce/features/chat/AxochatClient.d.ts +9 -9
- package/types/net/ccbluex/liquidbounce/features/chat/packet/AxoUser.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SBanUserPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SLoginJWTPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SLoginMojangPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SMessagePacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SPrivateMessagePacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SRequestJWTPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SRequestMojangInfoPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/C2SUnbanUserPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/PacketDeserializer.d.ts +4 -6
- package/types/net/ccbluex/liquidbounce/features/chat/packet/PacketSerializer.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CErrorPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CMessagePacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CMojangInfoPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CNewJWTPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CPrivateMessagePacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/chat/packet/S2CSuccessPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/AutoCompletionProvider.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/command/Command$Factory.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/command/Command.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/command/CommandExecutor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/CommandManager$GlobalSettings.d.ts +0 -17
- package/types/net/ccbluex/liquidbounce/features/command/CommandManager$ResolvedSubCommand.d.ts +13 -0
- package/types/net/ccbluex/liquidbounce/features/command/CommandManager$TokenizationResult.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/features/command/CommandManager.d.ts +6 -21
- package/types/net/ccbluex/liquidbounce/features/command/Parameter$Verificator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/Parameter.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/command/builder/CommandBuilder.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/command/builder/KeyPrefixParts.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/features/command/builder/ParameterBuilder$Companion.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/features/command/builder/ParameterBuilder.d.ts +7 -2
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandBind.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandBinds.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandClear.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandConfig.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandDebug.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandFriend.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandHelp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandHide.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandLocalConfig.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandPanic.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandTargets.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandToggle.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/CommandValue.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/client/CommandClient.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/client/CommandClientConfigSubcommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/CommandMarketplace.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceItemCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceSearchCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceSubscribeCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceUnsubscribeCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/MarketplaceUpdateCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceCreateItemCommandKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceDeleteItemCommandKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceEditItemCommandKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/item/MarketplaceListCommandKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceListRevisionsCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceRevisionsCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/client/marketplace/revisions/MarketplaceUploadRevisionCommand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandCenter.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandCoordinates.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandPing.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandRemoteView.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandServerInfo$DetectionType.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandServerInfo.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandTps.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/CommandUsername.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemEnchant.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemGive.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemRename.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/creative/CommandItemSkull.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/CommandFakePlayer.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/FakePlayer.d.ts +33 -7
- package/types/net/ccbluex/liquidbounce/features/command/commands/ingame/fakeplayer/MovingFakePlayer.d.ts +21 -3
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandAutoAccount.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandAutoDisable.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandInvsee.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/CommandXRay.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandPlayerTeleport.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandTeleport.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/module/teleport/CommandVClip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/commands/translate/LanguageCodesKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/command/preset/BuildPagedQueryCommandKt.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/features/cosmetic/CapeCosmeticsManager.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/cosmetic/CosmeticService.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/creativetab/CustomCreativeModeTab.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/creativetab/CustomCreativeModeTabs.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/creativetab/tabs/HeadsCreativeModeTab.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/global/GlobalManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/global/GlobalSettingsClientChat.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/global/GlobalSettingsRichPresence.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/marketplace/MarketplaceManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/marketplace/SubscribedItem.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/misc/HideAppearance.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/misc/Toggleable.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/misc/proxy/Proxy$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/misc/proxy/Proxy.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/misc/proxy/ProxyManager.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/misc/proxy/ProxyValidatorKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/ClientModule.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/features/module/MinecraftShortcuts.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/ModuleManager.d.ts +1 -11
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAimbot.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker$AttackButton.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker$UseButton.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoLeave.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoRod.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoShoot.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoWeapon.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleFakeLag.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleHitbox.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleKeepSprint.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleMaceKill.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleNoMissCooldown.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSuperKnockback.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSwordBlock.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTickBase$TickBaseCall.d.ts +0 -18
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTickBase.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleTimerRange.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/ModuleAutoBow.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/autobow/AutoBowAimbotFeature.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/aimbot/autobow/AutoBowFastChargeFeature.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/autoarmor/ModuleAutoArmor$UseHotbar.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/autoarmor/ModuleAutoArmor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals$CriticalsSelectionMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals$VisualsValueGroup.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/ModuleCriticals.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsJump.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsNoGround.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/criticals/modes/CriticalsPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/CrystalAuraDamageOptions.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/DamageProvider.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/ModuleCrystalAura.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/PredictFeature.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleBasePlace$SimulateMovement.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleBasePlace.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleIdPredict$Rotate.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/SubmoduleIdPredict.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/destroy/CrystalAuraDestroyTargetFactory.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/PlacementPositionCandidate.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/SubmoduleCrystalPlacer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/AirAboveCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/AirOldVersionCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/BasePlaceCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/OnlyAboveCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/PredictBlockageCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/place/conditions/ValidHeightCondition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalAuraSpeedDebugger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/CrystalPostAttackTracker.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/post/SubmoduleSetDead.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/CrystalAuraTriggerer.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/Trigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/BlockChangeTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/ClientBlockBreakTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/CrystalDestroyTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/CrystalSpawnTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/EntityMoveTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/ExplodeSoundTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/SelfMoveTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/trigger/triggers/TickTrigger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/elytratarget/ElytraRotationProcessor.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/elytratarget/ModuleElytraTarget.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraClicker$KillAuraClickerItemCooldown.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraClicker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/ModuleKillAura.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/CombatContext.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraAutoBlock.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot$LeaderFollower.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot$TargetFilter.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraFightBot.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraNotifyWhenFail.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraRange.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/features/KillAuraRangeIndicator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/ModuleVelocity.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityAAC442.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityBlocksMC.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityGrim2344.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityHylex.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityIntave$JumpReset$Randomize.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityJumpReset.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityLag.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityModify.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityReduce.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityReversal.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityStrafe.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAbortBreaking.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiHunger$NoSprint.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiHunger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleAntiReducedDebugInfo.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleClickTp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleClip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleDamage$DamageModeEnum.d.ts +0 -8
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleDamage.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleExtendedFirework.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleGhostHand.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleKick.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleMoreCarry.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleNameCollector.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleNoPitchLimit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePingSpoof.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePlugins.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePortalMenu.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleResetVL.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleSleepWalker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleTimeShift.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleVehicleOneHit.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/ModuleDisabler.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerAdvancedAntiCheat1910.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerCubeCraft.d.ts +19 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerGrimSpectate.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerHypixel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerLiveOverflow.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerMinelandFly.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerSpigotSpam.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerSwingOrder.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusCombat.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusExperimental.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVerusScaffoldG.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVulcanRiptide.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/disabler/disablers/DisablerVulcanScaffold.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/dupe/exploits/DupeExploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/dupe/exploits/DupePaper1204.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/ModulePhase.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseBlink.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseBlocksMC.d.ts +4 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseHypixel.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/phase/modes/PhaseIntave.d.ts +5 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Bundle1214Exploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/GrimConsoleSpammer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/InvalidPositionExploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Log4jChatExploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/Log4jChatExploitKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/PaperWindow1201Exploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/PermissionsExPromoteExploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/TranslationSign18Exploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/exploit/servercrasher/exploits/WorldEditCalcExploit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleDankBobbing.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleDerp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleHandDerp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleSkinDerp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleTwerk.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/ModuleVomit.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/ModuleNotebot.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/InstrumentNote$Companion.d.ts +8 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/NbsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/fun/notebot/nbs/SongData.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode$File.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode$Random.d.ts +0 -8
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/GenerationMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAntiCheatDetect.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAntiStaff.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoAccount.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoChatGame.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoConfig.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleAutoPearl.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBetterTab.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBookBot$BookBuilder.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleBookBot.d.ts +4 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleEasyPearl.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleElytraSwap.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleFlagCheck.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleGUICloser.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleInventoryTracker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleItemScroller.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleMacros.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleMiddleClickAction.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleNotifier.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModulePacketLogger.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleSpammer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTargetLock.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTeams$Matches.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTeams.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/ModuleTextFieldProtect.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TitleType.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/TrackedInventory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/ModuleAntiBot.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode$Armor$ArmorPredicate.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/CustomAntiBotMode$Name$CharacterValidator.d.ts +1 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/IntaveHeavyAntiBotMode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/betterchat/ModuleBetterChat.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/ModuleDebugRecorder$DebugRecorderMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatRecorder.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/debugrecorder/modes/DebugCombatTrainerRecorder.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/ModuleNameProtect.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/ModuleNameProtectKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/NameProtectMappings$ReplacementInstructions.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/NameProtectMappings.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/reporthelper/ReportHelperAutoConfirm$Heypixel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/reporthelper/ReportHelperAutoConfirm$Hypixel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAnchor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAntiBounce.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAntiLevitation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleAvoidHazards.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleBlockBounce.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleBlockWalk.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleElytraRecast.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleEntityControl.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Cancel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Queue.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Stationary$FloatOffsetGenerator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze$Stationary.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleFreeze.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoClip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoJumpDelay.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoPose.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleNoPush.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleParkour.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSafeWalk$OnEdge.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSafeWalk.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSnapTap$AxisState.d.ts +10 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSnapTap.d.ts +19 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSneak.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleSprint.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleStrafe.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleTargetStrafe.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleTeleport.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleBoost.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleControl$Rehook.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/ModuleVehicleControl.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/DodgePlan.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/ModuleAutoDodge$EvadingPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/autododge/ModuleAutoDodge.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/avoidhazards/AvoidHazardInputPlanner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/avoidhazards/LadderClimbStateKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/ModuleElytraFly.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/modes/ElytraFlyModeStatic$Glide.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/elytrafly/modes/ElytraFlyModeStatic.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/ModuleFly.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/FlyExplosion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/grim/FlyGrim2373Jan15.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/grim/FlyGrim2859V.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/hypixel/FlyHypixel.d.ts +4 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/hypixel/FlyHypixelFlat.d.ts +4 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/polar/FlyHycraftDamage.d.ts +0 -8
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel10thMar.d.ts +9 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel20thApr.d.ts +8 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel26thDec.d.ts +9 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/sentinel/FlySentinel27thJan.d.ts +10 -6
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/spartan/FlySpartan524.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/specific/FlyNcpClip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/verus/FlyVerusB3869Flat.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/verus/FlyVerusB3896Damage.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan277.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286MC18.d.ts +6 -7
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/fly/modes/vulcan/FlyVulcan286Teleport.d.ts +6 -7
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/highjump/ModuleHighJump$Vulcan.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/highjump/ModuleHighJump.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/ModuleInventoryMove.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/features/InventoryMoveSneakControlFeature$SneakMode.d.ts +0 -19
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/inventorymove/features/InventoryMoveSprintControlFeature$SprintMode.d.ts +0 -19
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/ModuleLiquidWalk.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkNoCheatPlus.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkVerusB3901.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkVulcan291.d.ts +2 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/Matrix7145FlagLongJump.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/VulcanLongJump.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/nocheatplus/NoCheatPlusBoost.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/longjump/modes/nocheatplus/NoCheatPlusBow.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/ModuleNoSlow.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/NoSlowUseActionHandler.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/blocking/NoSlowBlockIntave14.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeIntave14.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeJump.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/consume/NoSlowConsumeRelease.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowNoBlockInteract.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2360.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2364MC18.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noslow/modes/shared/NoSlowSharedGrim2371.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/ModuleNoWeb.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebAir.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebGrimBreak.d.ts +2 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebIntave14.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebPlaceWater.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/noweb/modes/NoWebStrafe.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed$OnlyInCombat.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed$OnlyOnPotionEffect.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/ModuleSpeed.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/SpeedAntiCornerBump.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/SpeedYawOffset.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/SpeedCustom.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/blocksmc/SpeedBlocksMC.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/hylex/SpeedHylexGround.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/hylex/SpeedHylexLowHop.d.ts +1 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14$AirBoost.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14$Strafe.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/intave/SpeedIntave14Fast.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/matrix/SpeedMatrix7.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP$Boost.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP$PullDown.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/ncp/SpeedNCP.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/sentinel/SpeedSentinelDamage.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/spartan/SpeedSpartanV4043.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/spartan/SpeedSpartanV4043FastFall.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/verus/SpeedVerusB3882.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcan286.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcan288.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/vulcan/SpeedVulcanGround286.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/watchdog/SpeedHypixelBHop.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/speed/modes/watchdog/SpeedHypixelLowHop.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/ModuleSpider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/modes/SpiderPolar29thMarch2025.d.ts +3 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/spider/modes/SpiderVulcan288.d.ts +3 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleReverseStep.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$BlocksMC.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$Hypixel.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep$Vulcan286.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/step/ModuleStep.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/ModuleTerrainSpeed.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb$Clip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb$Motion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/fastclimb/FastClimb.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/movement/terrainspeed/icespeed/IceSpeed.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAntiAFK.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAntiExploit.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoBreak.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoCrafter.d.ts +7 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoFish$PullTriggerSoundDistance.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoFish.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoRespawn.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoWalk.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleAutoWindCharge.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleBlink.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleChestCleaner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleEagle.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastExp$NoWaste.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastExp.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastUse$Immediate.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleFastUse.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoBlockInteract.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoEntityInteract.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleNoRotateSet.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModulePotionSpoof.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleReach.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleReplenish.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/ModuleSmartEat.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/ModuleAntiVoid.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidBlinkMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidGhostBlockMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/antivoid/mode/AntiVoidMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/Buff.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/HealthBasedBuff.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff$AutoSwap.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff$Rotations.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/ModuleAutoBuff.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/features/Head.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autobuff/features/Pot.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/presets/AutoQueueCustom.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerItem.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerMessage.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerTabFooter.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/trigger/AutoQueueTriggerTabHeader.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopConfig.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/AutoShopItemUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop$PurchaseSimulationResult.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ModuleAutoShop.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/ShopConfigPreset.d.ts +4 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoshop/TierItemUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Distance$StartItem.d.ts +23 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Distance.d.ts +14 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Index$Order.d.ts +42 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Index.d.ts +11 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$Random.d.ts +8 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer$SelectionMode.d.ts +5 -17
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/ModuleChestStealer.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureSilentScreen.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/CleanupPlanPlacementTemplate.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/InventoryCleanupPlan.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemAndComponents.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemNumberConstraintGroup.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemPacker$ItemAmountConstraintProvider$SatisfactionStatus.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemPacker.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemSortChoice.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ItemType.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/ModuleInventoryCleaner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/ArmorItemFacet.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/ItemFacet.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/MaceItemFacet.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SpearItemFacet$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SpearItemFacet.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/SwordItemFacet.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/WeaponItemFacet$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallBlink.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallForceJump.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallGrim2371.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMLG$PickupWater.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMLG.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMount$AutoDismount.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallMount.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallRettungsplatform.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpartan524Flag.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpoofGround.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallSpoofLanding.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVerus.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVulcan.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/modes/NoFallVulcanTP.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$LastSwitch.d.ts +14 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$Mode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand$SwitchMode.d.ts +0 -26
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/ModuleOffhand.d.ts +3 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/Totem$Health.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/offhand/Totem.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$AnimationMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$OneSevenAnimation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations$PushdownAnimation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAnimations.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAntiBlind.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAspect.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleAutoF5.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$BoxMode.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$GlowMode.d.ts +14 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$Mode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockOutline.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBreadcrumbs.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleChams.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleClickGui.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCombineMobs.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCrystalView.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$CustomLightmap.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$FogValueGroup.d.ts +4 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDamageParticles.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleDebug.d.ts +0 -7
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$CameraInteract.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$CancelOn.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam$Navigation.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFreeCam.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFullBright$FullBrightGamma.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleFullBright.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHoleESP.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHud$Blur.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleHud.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemChams.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemESP.d.ts +0 -7
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemTags$MergeMode.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleItemTags.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleLogoffSpot.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleMobOwners.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNewChunks.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoBob.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoFov.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoHurtCam.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleNoSwing.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleParticles$BuiltinParticle.d.ts +0 -17
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleParticles.d.ts +0 -9
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleProtectionZones.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleRadar.d.ts +0 -7
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleRotations.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleSilentHotbar.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleSmoothCamera.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP$BoxMode.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP$GlowMode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleStorageESP.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTNTTimer.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTracers.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleTrueSight.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleVoidESP.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleXRay.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleZoom.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/cameraclip/ModuleCameraClip.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/cameraclip/ScrollAdjustOptions.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/esp/ModuleESP.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/HatsMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/ModuleHats.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsCone.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsFlower.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsHalo.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsOrbs.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/hats/modes/HatsStar.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/ModuleNametags.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagEquipment.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagRenderState$Equipments.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/nametags/NametagRenderState.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/trajectories/ModuleTrajectories.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAirPlace.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAutoDisable.d.ts +0 -9
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleAutoTool.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockIn.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$DoublePlace.d.ts +0 -13
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$PlaceAt.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap$PlacePriority.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleBlockTrap.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleExtinguish.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastBreak$AbortAnother.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastBreak.d.ts +3 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleFastPlace.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleHoleFiller$Features.d.ts +0 -29
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleHoleFiller.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleLiquidFiller.d.ts +7 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleLiquidPlace.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleNoInterpolation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleNoSlowBreak.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleProjectilePuncher.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleStrongholdFinder.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround$Features.d.ts +0 -24
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround$Protect.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleSurround.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/ModuleTimer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autobuild/ModuleAutoBuild.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autobuild/NetherPortal.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/AutoFarmAutoWalk.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/AutoFarmHelperKt.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/HarvestAction.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/autofarm/ModuleAutoFarm.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/automobheal/AutoMobHeal$HealTarget.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/automobheal/AutoMobHeal.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$FuckerEntrance.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$SurroundingInfo.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker$SurroundingPath.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/fucker/ModuleFucker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/nuker/ModuleNuker.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/FailProcedure.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/MineRotationMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/ModulePacketMine.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/tool/MineToolMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/packetmine/tool/SwitchMethod.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold$SameYMode.d.ts +0 -16
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold$ScaffoldRotationValueGroup$RotationTimingMode.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ModuleScaffold.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ScaffoldBlockItemSelection.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/ScaffoldMovementPlanner.d.ts +4 -3
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldMovementPrediction.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldSprintControlFeature$SprintMode.d.ts +0 -30
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/features/ScaffoldSprintControlFeature.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldExpandTechnique.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldGodBridgeTechnique$Mode.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldNormalTechnique.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldTechnique.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/normal/ScaffoldDownFeature.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/techniques/normal/ScaffoldTellyFeature.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/scaffold/tower/ScaffoldTower.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/BlockChangeIntent.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/IntentTiming.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/ModuleAutoTrap.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/traps/TrapPlanner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/module/modules/world/traps/traps/TrapPlayerSimulation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferExploitPreventerModule.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferFingerprint.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/features/spoofer/SpooferResourcePack.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/injection/mixins/minecraft/gui/MixinHudAccessor.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/integration/backend/BrowserAccelerationFlags.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/BrowserBackend.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/integration/backend/BrowserBackendManager.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/integration/backend/BrowserTexture.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/backends/cef/CefBrowser.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/backends/cef/CefBrowserBackend.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/integration/backend/backends/external/ExternalSystemBrowserBackend.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +10 -10
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserRenderer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserSettings.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserViewport$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/BrowserViewport.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/GlobalBrowserSettings.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/backend/input/InputAcceptor.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/backend/input/InputHandler.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/integration/backend/input/InputListener.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/ClientInteropServer.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/integration/interop/middleware/AuthMiddleware.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/event/WebSocketEvent.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/HttpHelperKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/client/LocalStorageData.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/ActiveServerList.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/InputFunctionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/game/ScoreboardData.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/integration/screen/ScreenManager.d.ts +1 -23
- package/types/net/ccbluex/liquidbounce/integration/screen/impl/CustomOverlay.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/task/MCEFProgressForwarder.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/integration/task/TaskManager.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/integration/task/TaskProgressScreen.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/task/type/ResourceTask.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/task/type/Task.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/integration/theme/Theme.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Image.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Minecraft.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground$Shader.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeManager.d.ts +3 -15
- package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponent.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory$JsonHudComponentFactory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory$NativeHudComponentFactory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentFactory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/HudComponentTweak.d.ts +1 -10
- package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapHeightmapManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager$AtlasPosition.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/integration/theme/component/components/minimap/MinimapTextureAtlasManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/interfaces/ItemCooldownsAddition$Entry.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/lang/ClientLanguage.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/mcef/MCEFAccelerationSupport$Support.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/AcceleratedPaintFrame.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/MCEFGpuTexture.d.ts +13 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/MCEFRenderer.d.ts +7 -4
- package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend.d.ts +1 -5
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$ContentRange.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$Metadata.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$Part.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RangeProbe.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/AbstractFontRenderer$DrawParameters.d.ts +0 -11
- package/types/net/ccbluex/liquidbounce/render/AbstractFontRenderer.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/render/BoxVertexIterator.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/CachedMeshStorage$UploadContext.d.ts +17 -0
- package/types/net/ccbluex/liquidbounce/render/CachedMeshStorage.d.ts +32 -0
- package/types/net/ccbluex/liquidbounce/render/ClientRenderPipelines$JCEF.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/ClientRenderPipelines.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/render/ClientUniformDefine.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/render/ClientVertexFormats.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/render/DrawMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/FontFace.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/render/GenericColorMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/GpuBufferRecycler$PendingRecycle.d.ts +14 -0
- package/types/net/ccbluex/liquidbounce/render/GpuBufferRecycler.d.ts +11 -0
- package/types/net/ccbluex/liquidbounce/render/GrowableMappableRingBuffer$GrowPolicy.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/GrowableMappableRingBuffer.d.ts +11 -9
- package/types/net/ccbluex/liquidbounce/render/Render2DKt.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/render/Render3DKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/RenderBufferKey.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/RenderPassExtensionsKt.d.ts +17 -17
- package/types/net/ccbluex/liquidbounce/render/RenderShortcutsKt.d.ts +19 -18
- package/types/net/ccbluex/liquidbounce/render/StaticGpuBufferPool$Pool.d.ts +15 -0
- package/types/net/ccbluex/liquidbounce/render/StaticGpuBufferPool.d.ts +11 -0
- package/types/net/ccbluex/liquidbounce/render/VertexBuilderKt.d.ts +3 -4
- package/types/net/ccbluex/liquidbounce/render/WorldRenderEnvironment.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/render/engine/LazyRenderTargetHolder.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/render/engine/OutlineShaderRenderer.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/render/engine/OverlayShaderRenderer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/DynamicAtlasAllocator.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/font/FontRenderer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/FontStyle.d.ts +0 -8
- package/types/net/ccbluex/liquidbounce/render/engine/font/GlyphPage$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/GlyphRenderInfo.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/render/engine/font/HorizontalAnchor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/StaticGlyphPage.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/font/VerticalAnchor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/CharCacheData.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/dynamic/DynamicGlyphPage.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/font/processor/ProcessedText.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/font/processor/TextProcessor$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/engine/font/processor/TextProcessor.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/render/engine/type/BoundingBox2s.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/engine/type/Color4b.d.ts +8 -10
- package/types/net/ccbluex/liquidbounce/render/engine/type/UV2f.d.ts +13 -9
- package/types/net/ccbluex/liquidbounce/render/gui/Atlas.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/gui/GuiCircleLutAtlas$Allocation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/gui/GuiCircleLutAtlas.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListLayoutKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListRenderState.d.ts +14 -14
- package/types/net/ccbluex/liquidbounce/render/gui/ItemStackListRenderer$BackgroundMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/render/gui/ItemTextureRenderer.d.ts +2 -4
- package/types/net/ccbluex/liquidbounce/render/gui/element/CircleGuiElementRenderState.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/LineGuiElementRenderState.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/QuadGuiElementRenderState.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/RoundedRectGuiElementRenderState.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/TexQuadGuiElementRenderState.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/TriangleGuiElementRenderState.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$DefaultUploader.d.ts +15 -0
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$IndexUploader.d.ts +7 -0
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$MeshIndexBinding.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$VertexUploader.d.ts +7 -0
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw.d.ts +16 -22
- package/types/net/ccbluex/liquidbounce/script/PolyglotScript$RegisterScript.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/PolyglotScript.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/script/ScriptApiRequired.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/script/ScriptManager.d.ts +10 -10
- package/types/net/ccbluex/liquidbounce/script/api/ScriptJvmTypeSupport.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptAsyncUtil.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptBlockUtil.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptClient.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptContextProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptInteractionUtil.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptItemUtil.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptPrimitives.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptReflectionUtil.d.ts +6 -18
- package/types/net/ccbluex/liquidbounce/script/bindings/api/ScriptRotationUtil.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptMode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptModule.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/script/bindings/features/ScriptSetting.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/PostRotationExecutor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/RotationManager.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/utils/aiming/RotationMode.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/aiming/RotationTarget.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/aiming/RotationsValueGroup.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/aiming/data/Rotation.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/MovementCorrection.d.ts +1 -25
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/FailRotationProcessor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/RotationProcessor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/ShortStopRotationProcessor.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/FactorAngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/NoneAngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$AccelerationError.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$ConstantError.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$DynamicAccel.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AccelerationAngleSmooth$SigmoidDeceleration.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/AiAngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/InterpolationAngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/impl/SigmoidAngleSmooth.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/PointTracker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorDelay.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorGaussian$Dynamic.d.ts +2 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/features/PointProcessorLazy.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/CydhranianProjectileAngleCalculator.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/PolynomialProjectileAngleCalculator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/ProjectileAngleCalculator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/ProjectileTargetPointFinder.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/projectiles/SituationalProjectileAngleCalculator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/aiming/utils/PointFindingKt.d.ts +5 -6
- package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationFindingKt.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationMatrices.d.ts +16 -0
- package/types/net/ccbluex/liquidbounce/utils/aiming/utils/RotationUtil.d.ts +18 -2
- package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker$BlockPos2State.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker$State2BlockPos.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/block/BlockExtensionsKt.d.ts +20 -20
- package/types/net/ccbluex/liquidbounce/utils/block/CachedBlockPosSpheres.d.ts +2 -4
- package/types/net/ccbluex/liquidbounce/utils/block/ChunkScanner$BlockChangeSubscriber.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/block/ChunkScanner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/DijkstraKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/GraphSearchKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/MovableRegionScanner.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/bed/BedState.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$OneByOne.d.ts +9 -0
- package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$OneByTwo.d.ts +9 -0
- package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole$TwoByTwo.d.ts +10 -0
- package/types/net/ccbluex/liquidbounce/utils/block/hole/Hole.d.ts +8 -0
- package/types/net/ccbluex/liquidbounce/utils/block/hole/HoleManager.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/liquid/TimedPickupTracker.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/utils/block/placer/BlockPlacer.d.ts +9 -9
- package/types/net/ccbluex/liquidbounce/utils/block/placer/CrystalDestroyFeature.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/placer/NoRotationMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/placer/NormalRotationMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/placer/SupportFeature.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockOffsetOptions.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockPlacementTarget.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockPlacementTargetFindingOptions.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/BlockTargetPlan.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/FaceHandlingOptions.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/FaceTargetPositionFactory.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/NearestRotationTargetPositionFactory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/PlayerLocationOnPlacement.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/PositionFactoryConfiguration.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/block/targetfinding/StabilizedRotationTargetPositionFactory.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/Clicker$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/Clicker.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/clicking/ItemCooldown.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/clicking/RollingClickArray.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/ButterflyPattern.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/DoubleClickPattern.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/DragPattern.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/EfficientPattern.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/NormalDistributionPattern.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/SpammingPattern.d.ts +2 -3
- package/types/net/ccbluex/liquidbounce/utils/clicking/pattern/patterns/StabilizedPattern.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/ChatHudExtensionKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/client/ClientUtilsKt.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/client/DummyRangedValueProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/FloatValueProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/IdentifierExtensionKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/client/MessageMetadata.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/MinecraftExtensionsKt.d.ts +3 -2
- package/types/net/ccbluex/liquidbounce/utils/client/NameGeneratorKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/NoneRangedValueProvider.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/ProtocolUtilKt.d.ts +8 -7
- package/types/net/ccbluex/liquidbounce/utils/client/RangedValueProvider.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/client/RequestHandler$Request.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/RestrictedSingleUseAction.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/ServerObserver$ServerType.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/utils/client/ServerObserver.d.ts +3 -4
- package/types/net/ccbluex/liquidbounce/utils/client/SilentHotbar.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/utils/client/SilentHotbarState.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/client/Timer.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/client/error/ErrorHandler.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/client/vfp/VfpCompatibility.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/utils/collection/Filter.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/collection/Pools.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/combat/CombatExtensionsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/combat/CombatManager.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/combat/EntityTargetingInfo.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/combat/TargetPriority.d.ts +0 -30
- package/types/net/ccbluex/liquidbounce/utils/combat/TargetSelector.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/combat/TargetTracker.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/combat/Targets.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/CachedPlayerSimulation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/EntityExtensionsKt.d.ts +15 -15
- package/types/net/ccbluex/liquidbounce/utils/entity/FallingPlayer.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/entity/InteractionUtilsKt.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/utils/entity/LinearPositionExtrapolation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/PositionExtrapolation.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/RenderedEntities.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayer$SimulatedPlayerInput.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/SimulatedPlayerCache.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/StrictInteractionResult.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/entity/StrictInteractionSource.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/input/HumanInputDeserializer$StringDeserializer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/input/InputBind$BindAction.d.ts +1 -19
- package/types/net/ccbluex/liquidbounce/utils/input/InputBind$Modifier.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/input/InputBind.d.ts +12 -12
- package/types/net/ccbluex/liquidbounce/utils/input/InputBindKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/input/InputTracker.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/input/InputUtilKt.d.ts +5 -12
- package/types/net/ccbluex/liquidbounce/utils/inventory/AnchoredHotbarSwapController.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryAction$Chain.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryAction$Click.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryConstraints.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryManager.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryRequirements.d.ts +0 -16
- package/types/net/ccbluex/liquidbounce/utils/inventory/InventoryUtilsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot$Type.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/utils/inventory/ItemSlot.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/inventory/PlayerInventoryConstraints.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/inventory/Slots$Companion.d.ts +0 -32
- package/types/net/ccbluex/liquidbounce/utils/inventory/VirtualItemSlot.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/io/FileUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/io/NettyExtensionsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/io/ResourceExtensionsKt.d.ts +4 -8
- package/types/net/ccbluex/liquidbounce/utils/io/SerializationExtensionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/io/ZipExtensionsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/item/ItemCategorizationsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/item/ItemExtensionsKt.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/item/PreferAverageHardBlocks.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/item/PreferWalkableBlocks.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorComparator.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorKitParameters$Companion.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/item/armor/ArmorPiece.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/kotlin/ArrayExtensionsKt.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/kotlin/CollectionExtensionsKt.d.ts +8 -0
- package/types/net/ccbluex/liquidbounce/utils/kotlin/EventPriorityConvention.d.ts +7 -7
- package/types/net/ccbluex/liquidbounce/utils/kotlin/IntIntValuePair.d.ts +23 -0
- package/types/net/ccbluex/liquidbounce/utils/kotlin/MapExtensionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/kotlin/OptionalExtensionsKt.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/kotlin/Priority.d.ts +0 -10
- package/types/net/ccbluex/liquidbounce/utils/kotlin/PriorityField.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/kotlin/ReflectionUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/kotlin/UuidExtensionsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/math/AabbMergeUtilKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/BisectKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/BlockPosAsLongComparator.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/BoxExtensionsKt.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/math/CurveUtil.d.ts +3 -3
- package/types/net/ccbluex/liquidbounce/utils/math/Easing.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/FaceComponent.d.ts +6 -3
- package/types/net/ccbluex/liquidbounce/utils/math/KeyedAabb.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/MathExtensionsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/MinecraftVectorExtensionsKt.d.ts +15 -8
- package/types/net/ccbluex/liquidbounce/utils/math/PositionedVoxelShape.d.ts +8 -4
- package/types/net/ccbluex/liquidbounce/utils/math/ShapeExtensionsKt.d.ts +4 -6
- package/types/net/ccbluex/liquidbounce/utils/math/ShapeJoiner.d.ts +12 -0
- package/types/net/ccbluex/liquidbounce/utils/math/ShapeMergeUtilKt$EntriesMappings.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/utils/math/ShapeMergeUtilKt.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/utils/math/WorldLocalBox.d.ts +14 -0
- package/types/net/ccbluex/liquidbounce/utils/math/geometry/AlignedFace.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/math/geometry/LinearGeometry3.d.ts +11 -11
- package/types/net/ccbluex/liquidbounce/utils/math/geometry/ParameterDomain.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/movement/MovementUtilsKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/navigation/NavigationBaseValueGroup.d.ts +5 -5
- package/types/net/ccbluex/liquidbounce/utils/network/LegacyPacket.d.ts +4 -4
- package/types/net/ccbluex/liquidbounce/utils/network/LegacyPacketKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/network/NetworkUtilsKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/network/OpenInventorySilentlyPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/network/PacketExtensionsKt.d.ts +7 -2
- package/types/net/ccbluex/liquidbounce/utils/network/PacketRegistryKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/network/PickFromInventoryPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/network/PlayerSneakPacket.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/range/RangeValueGroup.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/raytracing/BlockRaytracingKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/raytracing/EntityRaytracingKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/raytracing/RaytracingKt.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/render/RenderExtensionsKt.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/utils/render/TargetRenderer.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/render/VerticesSetupHandler.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/render/WorldToScreen.d.ts +8 -1
- package/types/net/ccbluex/liquidbounce/utils/render/placement/BlockCuller.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderHandler.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/utils/render/placement/PlacementRenderer.d.ts +9 -9
- package/types/net/ccbluex/liquidbounce/utils/render/trajectory/HeldItemTrajectoryResolver.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfo.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfoRenderer$Type.d.ts +0 -12
- package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryInfoRenderer.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/utils/render/trajectory/TrajectoryType.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/sorting/ComparatorChainKt.d.ts +2 -2
- package/types/net/ccbluex/liquidbounce/utils/text/ColoredChar.d.ts +6 -6
- package/types/net/ccbluex/liquidbounce/utils/text/StringMatchMode.d.ts +1 -1
- package/types/net/ccbluex/liquidbounce/utils/text/TextExtensionsKt.d.ts +8 -8
- package/types/net/ccbluex/liquidbounce/utils/world/WorldExtensionsKt.d.ts +7 -7
- package/types/net/ccbluex/netty/http/websocket/WebSocketController.d.ts +1 -0
- package/types/net/fabricmc/api/EnvironmentInterface.d.ts +2 -1
- package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/TestInput.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricOrderedSubmitNodeCollector.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/submit/ExtendedBlockModelSubmit.d.ts +48 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/submit/ExtendedItemSubmit.d.ts +40 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/AtlasRegistry.d.ts +9 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/FabricOrderedSubmitNodeCollector.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/FeatureRendererRegistry.d.ts +9 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/PictureInPictureRendererRegistry$Context.d.ts +0 -4
- package/types/net/fabricmc/fabric/api/client/rendering/v1/SubmitRenderPhase.d.ts +10 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/SubmitRenderPhases.d.ts +22 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents$AfterBlockOutlineExtraction.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents$EndExtraction.d.ts +5 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionEvents.d.ts +11 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +1 -4
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/FabricDataGenerator$Pack.d.ts +2 -1
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider$ConditionalEntry.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricEntityLootSubProvider.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagAppender.d.ts +11 -8
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$AliasGroupBuilder.d.ts +2 -1
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$BlockEntityTypeTagsProvider.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$BlockTagsProvider.d.ts +5 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$EntityTypeTagsProvider.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$FluidTagsProvider.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$ItemTagsProvider.d.ts +4 -2
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider.d.ts +1 -1
- package/types/net/fabricmc/fabric/api/entity/FakePlayer.d.ts +20 -2
- package/types/net/fabricmc/fabric/api/event/registry/DynamicRegistries.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/item/v1/EnchantmentEvents$ModifyWithLookup.d.ts +9 -0
- package/types/net/fabricmc/fabric/api/item/v1/EnchantmentEvents.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/registry/DecoratedPotPatternRegistry.d.ts +8 -0
- package/types/net/fabricmc/fabric/api/registry/OxidizableBlocksRegistry.d.ts +2 -2
- package/types/net/fabricmc/fabric/api/resource/conditions/v1/ResourceConditions.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/CombinedStorage$CombinedIterator.d.ts +1 -1
- package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/FilteringStorage$FilteringStorageView.d.ts +1 -1
- package/types/net/fabricmc/fabric/api/transfer/v1/storage/base/ResourceAmount.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/attachment/AttachmentTypeImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/attachment/sync/AttachmentTargetInfo$EntityTarget.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/attachment/sync/AttachmentTargetInfo$Type.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/biome/WeightedPicker$WeightedEntry.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$AttributesContextImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$EffectsContextImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$GenerationSettingsContextImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$SpawnSettingsContextImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/biome/modification/BiomeModificationContextImpl$WeatherContextImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/client/gametest/TestInputImpl.d.ts +3 -0
- package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotComparisonAlgorithms$MeanSquaredDifference.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/gametest/screenshot/TestScreenshotComparisonAlgorithms$RawImageImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/indigo/Indigo.d.ts +0 -3
- package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedBlockModelFeatureRenderer$BufferCache.d.ts +17 -0
- package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedBlockModelFeatureRenderer.d.ts +18 -0
- package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedItemFeatureRenderer$OutputType.d.ts +13 -0
- package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/ExtendedItemFeatureRenderer.d.ts +21 -0
- package/types/net/fabricmc/fabric/impl/client/renderer/MovingBlockQuadConsumer.d.ts +9 -0
- package/types/net/fabricmc/fabric/impl/client/renderer/SpriteFinderImpl$Node.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/client/rendering/AtlasRegistryImpl.d.ts +10 -0
- package/types/net/fabricmc/fabric/impl/client/rendering/FeatureRendererRegistryImpl$FeatureRendererRegistration.d.ts +18 -0
- package/types/net/fabricmc/fabric/impl/client/rendering/FeatureRendererRegistryImpl.d.ts +11 -0
- package/types/net/fabricmc/fabric/impl/client/rendering/GuiRendererExtensions.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererPool.d.ts +1 -3
- package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererRegistryImpl$ContextImpl.d.ts +1 -7
- package/types/net/fabricmc/fabric/impl/client/rendering/PictureInPictureRendererRegistryImpl.d.ts +2 -4
- package/types/net/fabricmc/fabric/impl/client/rendering/advancement/AdvancementRenderContextImpl$BackgroundImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/rendering/advancement/AdvancementRenderContextImpl$FrameImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/client/rendering/level/LevelRenderContextImpl.d.ts +2 -5
- package/types/net/fabricmc/fabric/impl/client/screen/GuiExtensions.d.ts +6 -0
- package/types/net/fabricmc/fabric/impl/command/client/ClientCommandInternals.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/command/client/ClientSuggestionProviderExtensions.d.ts +4 -0
- package/types/net/fabricmc/fabric/impl/content/registry/DecoratedPotPatternRegistryImpl.d.ts +10 -0
- package/types/net/fabricmc/fabric/impl/content/registry/FuelRegistryEventsContextImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/content/registry/OxidizableBlocksRegistryImpl.d.ts +2 -2
- package/types/net/fabricmc/fabric/impl/content/registry/fluid/SimpleConfiguredFluidBehavior.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/datagen/client/SoundTypeBuilderImpl$Entry.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/datagen/client/SoundTypeBuilderImpl$SoundType.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/datagen/loot/ConditionEntityLootSubProvider.d.ts +2 -2
- package/types/net/fabricmc/fabric/impl/entity/event/effect/EffectEventContextImpl.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/event/interaction/FakePlayerPacketListener$FakeConnection.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/event/lifecycle/MinecraftServerHooks.d.ts +4 -0
- package/types/net/fabricmc/fabric/impl/item/EnchantmentUtil.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/menu/Networking$OpenScreenPayload.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/networking/CommonRegisterPayload.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/networking/CommonVersionPayload.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/networking/VanillaPacketTypes.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/networking/client/ClientConfigurationNetworkAddon.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/networking/client/ClientPlayNetworkAddon.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/networking/server/ServerConfigurationNetworkAddon.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/networking/server/ServerPlayNetworkAddon.d.ts +1 -2
- package/types/net/fabricmc/fabric/impl/object/builder/ExtendedBlockEntityType.d.ts +0 -83
- package/types/net/fabricmc/fabric/impl/permission/CommandPermissionContext.d.ts +3 -0
- package/types/net/fabricmc/fabric/impl/permission/EntityPermissionContext.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/recipe/ingredient/ClientboundCustomIngredientPayload.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/recipe/ingredient/ServerboundCustomIngredientPayload.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/registry/sync/DynamicRegistriesImpl.d.ts +3 -3
- package/types/net/fabricmc/fabric/impl/resource/conditions/DefaultResourceConditionTypes.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/resource/conditions/conditions/FalseResourceCondition.d.ts +15 -0
- package/types/net/fabricmc/fabric/impl/tag/TagAliasLoader.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/transfer/item/BundleContentsStorage$BundleSlotWrapper.d.ts +1 -1
- package/types/net/fabricmc/fabric/impl/transfer/item/ContainerStorageImpl$SetChangedParticipant.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/transfer/item/PlayerInventoryStorageImpl$DroppedStacks$Entry.d.ts +1 -0
- package/types/net/fabricmc/fabric/impl/transfer/item/PlayerInventoryStorageImpl$DroppedStacks.d.ts +2 -1
- package/types/net/fabricmc/fabric/impl/transfer/transaction/TransactionManagerImpl$TransactionImpl.d.ts +2 -1
- package/types/net/fabricmc/fabric/mixin/client/renderer/submit/OrderedSubmitNodeCollectorMixin.d.ts +1 -0
- package/types/net/fabricmc/fabric/mixin/client/rendering/AtlasManagerAccessor.d.ts +3 -0
- package/types/net/fabricmc/fabric/mixin/client/rendering/GuiRendererDrawAccessor.d.ts +7 -0
- package/types/net/fabricmc/fabric/mixin/client/rendering/HudAccessor.d.ts +10 -0
- package/types/net/fabricmc/fabric/mixin/client/rendering/StagedVertexBufferDrawAccessor.d.ts +4 -0
- package/types/net/fabricmc/fabric/mixin/command/client/ClientPacketListenerAccessor.d.ts +3 -0
- package/types/net/fabricmc/fabric/mixin/datagen/TagAppenderMixin.d.ts +1 -1
- package/types/net/fabricmc/loader/api/metadata/version/VersionComparisonOperator.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/FabricLoaderImpl.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/discovery/ModDiscoverer$ModScanTask.d.ts +3 -2
- package/types/net/fabricmc/loader/impl/discovery/RuntimeModRemapper$RemapInfo.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/entrypoint/EntrypointStorage$OldEntry.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/game/minecraft/McVersion.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/gui/FabricMainWindow$CustomTreeCellRenderer.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/gui/FabricStatusTree$FabricStatusNode.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/launch/FabricMixinVersions$LoaderMixinVersionEntry.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/launch/knot/KnotClassLoader$DynamicURLClassLoader.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/classvisitor/AccessWidenerClassVisitor$AccessWidenerMethodVisitor.d.ts +2 -1
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSetBuilder$DescFeatureBuilder.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSetBuilder$NameFeatureBuilder.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/intellij/MigrationMapFileReader$CustomBufferedReader.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/AutoDivisionStrategy.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/ClassInstance.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/OutputConsumerPath.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper$Builder.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper$Propagation.d.ts +2 -1
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/TinyRemapper.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrClass.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/MixinExtension$AnalyzeVisitorProvider.d.ts +4 -1
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/MixinExtension$PreApplyVisitorProvider.d.ts +4 -1
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/common/MapUtility.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/annotation/injection/CommonInjectionAnnotationVisitor$InjectMethodMappable.d.ts +6 -4
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/annotation/injection/CommonInjectionAnnotationVisitor.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/util/RegexMatcher$ParsingException.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/extension/mixin/soft/util/RegexMatcher.d.ts +11 -0
- package/types/net/fabricmc/loader/impl/metadata/BuiltinModMetadata.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl$NullImpl.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/transformer/EnvironmentStrippingData$EnvironmentAnnotationVisitor.d.ts +4 -1
- package/types/net/fabricmc/loader/impl/transformer/EnvironmentStrippingData$EnvironmentInterfaceAnnotationVisitor.d.ts +4 -1
- package/types/net/fabricmc/loader/impl/util/SimpleClassPath$CpEntry.d.ts +4 -1
- package/types/net/fabricmc/loader/impl/util/log/BuiltinLogHandler$ShutdownHook.d.ts +2 -1
- package/types/net/irisshaders/iris/Iris.d.ts +2 -0
- package/types/net/irisshaders/iris/IrisVKOnly.d.ts +8 -0
- package/types/net/irisshaders/iris/compat/sodium/config/IrisConfig.d.ts +5 -0
- package/types/net/irisshaders/iris/compat/sodium/config/ShaderPackScreenPlaceholder.d.ts +29 -0
- package/types/net/irisshaders/iris/gl/blending/AlphaTest.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/blending/BlendMode.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/blending/BufferBlendInformation.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/buffer/BuiltShaderStorageInfo.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/buffer/ShaderStorageInfo.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/framebuffer/ViewportData.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/image/GlImage.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/image/ImageClearPass.d.ts +2 -3
- package/types/net/irisshaders/iris/gl/program/GlUniform1iCall.d.ts +1 -0
- package/types/net/irisshaders/iris/gl/texture/DepthBufferFormat.d.ts +3 -5
- package/types/net/irisshaders/iris/gui/element/ShaderPackOptionList$HeaderEntry.d.ts +2 -1
- package/types/net/irisshaders/iris/gui/element/ShaderPackSelectionList$ShaderPackEntry.d.ts +1 -1
- package/types/net/irisshaders/iris/gui/element/screen/ElementWidgetScreenData.d.ts +1 -0
- package/types/net/irisshaders/iris/gui/option/ShadowDistanceOption.d.ts +7 -6
- package/types/net/irisshaders/iris/layer/OuterWrappedRenderType.d.ts +6 -5
- package/types/net/irisshaders/iris/layer/WrappedPreparedRenderType.d.ts +5 -0
- package/types/net/irisshaders/iris/mixin/IrisMixinPlugin.d.ts +1 -0
- package/types/net/irisshaders/iris/mixin/LevelRendererAccessor.d.ts +0 -7
- package/types/net/irisshaders/iris/mixinterface/ShadowRenderListAccess.d.ts +5 -0
- package/types/net/irisshaders/iris/mixinterface/SulfurCubeStateExtension.d.ts +6 -0
- package/types/net/irisshaders/iris/parsing/BooleanVectorizedFunction$ElementAccessExpression.d.ts +2 -1
- package/types/net/irisshaders/iris/parsing/VectorizedFunction$ElementAccessExpression.d.ts +2 -1
- package/types/net/irisshaders/iris/pathways/HandRenderer.d.ts +2 -0
- package/types/net/irisshaders/iris/pathways/HorizonRenderer.d.ts +2 -0
- package/types/net/irisshaders/iris/pbr/texture/PBRAtlasTexture.d.ts +1 -0
- package/types/net/irisshaders/iris/pbr/texture/PBRTextureManager$PBRTextureConsumerImpl.d.ts +2 -1
- package/types/net/irisshaders/iris/pipeline/IrisRenderingPipeline.d.ts +5 -7
- package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +0 -2
- package/types/net/irisshaders/iris/pipeline/VanillaRenderingPipeline.d.ts +0 -2
- package/types/net/irisshaders/iris/pipeline/WorldRenderingPipeline.d.ts +0 -2
- package/types/net/irisshaders/iris/pipeline/programs/ExtendedShader.d.ts +4 -2
- package/types/net/irisshaders/iris/pipeline/programs/FallbackShader.d.ts +2 -1
- package/types/net/irisshaders/iris/pipeline/programs/ShaderAccess.d.ts +0 -2
- package/types/net/irisshaders/iris/pipeline/programs/ShaderCreator.d.ts +3 -2
- package/types/net/irisshaders/iris/pipeline/programs/ShaderKey.d.ts +10 -4
- package/types/net/irisshaders/iris/pipeline/programs/ShaderLoadingMap.d.ts +3 -2
- package/types/net/irisshaders/iris/pipeline/transform/TransformPatcher.d.ts +1 -1
- package/types/net/irisshaders/iris/pipeline/transform/parameter/SodiumParameters.d.ts +2 -1
- package/types/net/irisshaders/iris/pipeline/transform/transformer/CommonTransformer.d.ts +1 -0
- package/types/net/irisshaders/iris/pipeline/transform/transformer/CompatibilityTransformer$NewDeclarationData.d.ts +1 -0
- package/types/net/irisshaders/iris/pipeline/transform/transformer/LayoutTransformer$NewDeclarationData.d.ts +1 -0
- package/types/net/irisshaders/iris/platform/IrisFabricHelpers.d.ts +0 -3
- package/types/net/irisshaders/iris/platform/IrisPlatformHelpers.d.ts +0 -3
- package/types/net/irisshaders/iris/shaderpack/FilledIndirectPointer.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/ImageInformation.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/error/RusticError.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/option/OptionLocation.d.ts +1 -0
- package/types/net/irisshaders/iris/shaderpack/properties/IndirectPointer.d.ts +1 -0
- package/types/net/irisshaders/iris/shadows/ShadowRenderer$MipmapPass.d.ts +1 -0
- package/types/net/irisshaders/iris/shadows/ShadowRenderer.d.ts +4 -6
- package/types/net/irisshaders/iris/shadows/frustum/advanced/NeighboringPlaneSet.d.ts +1 -0
- package/types/net/irisshaders/iris/uniforms/custom/CustomUniforms$Builder$Variable.d.ts +1 -0
- package/types/net/irisshaders/iris/vertices/BufferBuilderPolygonView.d.ts +2 -0
- package/types/net/irisshaders/iris/vertices/ExtendingBufferBuilder.d.ts +2 -2
- package/types/net/irisshaders/iris/vertices/IrisExtendedBufferBuilder.d.ts +2 -2
- package/types/net/irisshaders/iris/vertices/IrisVertexFormats.d.ts +6 -6
- package/types/net/irisshaders/iris/vertices/sodium/terrain/XHFPModelVertexType.d.ts +4 -4
- package/types/net/jodah/expiringmap/ExpiringMap$Builder.d.ts +1 -0
- package/types/net/jpountz/lz4/LZ4BlockInputStream$Builder.d.ts +2 -0
- package/types/net/jpountz/lz4/LZ4BlockInputStream.d.ts +2 -0
- package/types/net/jpountz/lz4/LZ4FrameOutputStream$BD.d.ts +2 -0
- package/types/net/jpountz/lz4/LZ4HCJavaSafeCompressor$HashTable.d.ts +2 -1
- package/types/net/jpountz/lz4/LZ4HCJavaUnsafeCompressor$HashTable.d.ts +2 -1
- package/types/net/lenni0451/commons/httpclient/content/impl/URLEncodedFormContent$FormEntry.d.ts +2 -0
- package/types/net/lenni0451/commons/httpclient/executor/ExecutorType.d.ts +2 -0
- package/types/net/lenni0451/commons/httpclient/utils/URLWrapper$QueryParametersWrapper.d.ts +1 -1
- package/types/net/lenni0451/commons/httpclient/utils/URLWrapper$QueryWrapper.d.ts +3 -1
- package/types/net/lenni0451/mcstructs_bedrock/text/utils/BedrockTextUtils$LegacyStyle.d.ts +2 -0
- package/types/net/lenni0451/reflect/proxy/ProxyBuilder$Reference.d.ts +2 -0
- package/types/net/lenni0451/reflect/utils/ObjectPrinter$Converter.d.ts +2 -0
- package/types/net/lenni0451/reflect/wrapper/ASMWrapper$LabelAccess.d.ts +2 -0
- package/types/net/lenni0451/reflect/wrapper/ASMWrapper$MethodVisitorAccess.d.ts +2 -0
- package/types/net/minecraft/ChatFormatting.d.ts +2 -32
- package/types/net/minecraft/CrashReportCategory$Entry.d.ts +11 -6
- package/types/net/minecraft/CrashReportCategory.d.ts +0 -2
- package/types/net/minecraft/ExitCodes.d.ts +12 -0
- package/types/net/minecraft/SharedConstants.d.ts +2 -0
- package/types/net/minecraft/SystemReport.d.ts +7 -2
- package/types/net/minecraft/WorldVersion$Simple.d.ts +1 -0
- package/types/net/minecraft/advancements/Advancement$Builder.d.ts +1 -1
- package/types/net/minecraft/advancements/Advancement.d.ts +3 -1
- package/types/net/minecraft/advancements/AdvancementRewards.d.ts +1 -0
- package/types/net/minecraft/advancements/predicates/BlockPredicate$Builder.d.ts +26 -0
- package/types/net/minecraft/advancements/predicates/BlockPredicate.d.ts +35 -0
- package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Multiple.d.ts +18 -0
- package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Single.d.ts +18 -0
- package/types/net/minecraft/advancements/predicates/CollectionContentsPredicate$Zero.d.ts +12 -0
- package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Entry.d.ts +17 -0
- package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Multiple.d.ts +19 -0
- package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Single.d.ts +19 -0
- package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate$Zero.d.ts +13 -0
- package/types/net/minecraft/advancements/predicates/CollectionCountsPredicate.d.ts +9 -0
- package/types/net/minecraft/advancements/predicates/CollectionPredicate.d.ts +27 -0
- package/types/net/minecraft/advancements/predicates/DamagePredicate$Builder.d.ts +23 -0
- package/types/net/minecraft/advancements/predicates/DamagePredicate.d.ts +27 -0
- package/types/net/minecraft/advancements/predicates/DamageSourcePredicate$Builder.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/DamageSourcePredicate.d.ts +28 -0
- package/types/net/minecraft/advancements/predicates/DataComponentMatchers$Builder.d.ts +17 -0
- package/types/net/minecraft/advancements/predicates/DistancePredicate.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/EnchantmentPredicate.d.ts +23 -0
- package/types/net/minecraft/advancements/predicates/FluidPredicate$Builder.d.ts +16 -0
- package/types/net/minecraft/advancements/predicates/FluidPredicate.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/FoodPredicate$Builder.d.ts +13 -0
- package/types/net/minecraft/advancements/predicates/FoodPredicate.d.ts +19 -0
- package/types/net/minecraft/advancements/predicates/ItemPredicate$Builder.d.ts +22 -0
- package/types/net/minecraft/advancements/predicates/ItemPredicate.d.ts +29 -0
- package/types/net/minecraft/advancements/predicates/LightPredicate$Builder.d.ts +10 -0
- package/types/net/minecraft/advancements/predicates/LightPredicate.d.ts +16 -0
- package/types/net/minecraft/advancements/predicates/LocationPredicate$Builder.d.ts +46 -0
- package/types/net/minecraft/advancements/predicates/LocationPredicate$PositionPredicate.d.ts +18 -0
- package/types/net/minecraft/advancements/predicates/LocationPredicate.d.ts +40 -0
- package/types/net/minecraft/advancements/predicates/MinMaxBounds$Bounds.d.ts +38 -0
- package/types/net/minecraft/advancements/predicates/MinMaxBounds$Doubles.d.ts +40 -0
- package/types/net/minecraft/advancements/predicates/MinMaxBounds$FloatDegrees.d.ts +31 -0
- package/types/net/minecraft/advancements/predicates/MinMaxBounds$Ints.d.ts +40 -0
- package/types/net/minecraft/advancements/predicates/MinMaxBounds.d.ts +11 -0
- package/types/net/minecraft/advancements/predicates/MobEffectsPredicate$Builder.d.ts +14 -0
- package/types/net/minecraft/advancements/predicates/MobEffectsPredicate$MobEffectInstancePredicate.d.ts +23 -0
- package/types/net/minecraft/advancements/predicates/MobEffectsPredicate.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/SlotsPredicate.d.ts +16 -0
- package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$Builder.d.ts +18 -0
- package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$ExactMatcher.d.ts +22 -0
- package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$PropertyMatcher.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate$RangedMatcher.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/StatePropertiesPredicate.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/TagPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/CubeMobPredicate.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/entity/DistanceToPlayerPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityEffectsPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityEquipmentPredicate$Builder.d.ts +24 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityEquipmentPredicate.d.ts +38 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityExactDataComponentsPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityFlagsPredicate$Builder.d.ts +26 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityFlagsPredicate.d.ts +37 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityLocationPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityNbtPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityPartialComponentsPredicate.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityPredicate$Builder.d.ts +63 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityPredicate.d.ts +28 -0
- package/types/net/minecraft/advancements/predicates/entity/EntitySlotsPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/EntitySubPredicate.d.ts +8 -0
- package/types/net/minecraft/advancements/predicates/entity/EntitySubPredicates.d.ts +7 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityTagPredicate.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/entity/EntityTypePredicate.d.ts +26 -0
- package/types/net/minecraft/advancements/predicates/entity/FishingHookPredicate.d.ts +22 -0
- package/types/net/minecraft/advancements/predicates/entity/LightningBoltPredicate.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/entity/MovementAffectedByPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/MovementPredicate.d.ts +37 -0
- package/types/net/minecraft/advancements/predicates/entity/PassengerPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/PeriodicEntityTickPredicate.d.ts +19 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +16 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementDonePredicate.d.ts +16 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$AdvancementPredicate.d.ts +8 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$Builder.d.ts +39 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate$StatMatcher.d.ts +25 -0
- package/types/net/minecraft/advancements/predicates/entity/PlayerPredicate.d.ts +43 -0
- package/types/net/minecraft/advancements/predicates/entity/RaiderPredicate.d.ts +22 -0
- package/types/net/minecraft/advancements/predicates/entity/SheepPredicate.d.ts +21 -0
- package/types/net/minecraft/advancements/predicates/entity/SteppingOnPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/TargetedEntityPredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/predicates/entity/TeamPredicate.d.ts +19 -0
- package/types/net/minecraft/advancements/predicates/entity/VehiclePredicate.d.ts +20 -0
- package/types/net/minecraft/advancements/triggers/AnyBlockInteractionTrigger$TriggerInstance.d.ts +21 -0
- package/types/net/minecraft/advancements/triggers/AnyBlockInteractionTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/BeeNestDestroyedTrigger$TriggerInstance.d.ts +33 -0
- package/types/net/minecraft/advancements/triggers/BeeNestDestroyedTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/BredAnimalsTrigger$TriggerInstance.d.ts +31 -0
- package/types/net/minecraft/advancements/triggers/BredAnimalsTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/BrewedPotionTrigger$TriggerInstance.d.ts +24 -0
- package/types/net/minecraft/advancements/triggers/BrewedPotionTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/ChangeDimensionTrigger$TriggerInstance.d.ts +29 -0
- package/types/net/minecraft/advancements/triggers/ChangeDimensionTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/ChanneledLightningTrigger$TriggerInstance.d.ts +23 -0
- package/types/net/minecraft/advancements/triggers/ChanneledLightningTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/ConstructBeaconTrigger$TriggerInstance.d.ts +24 -0
- package/types/net/minecraft/advancements/triggers/ConstructBeaconTrigger.d.ts +11 -0
- package/types/net/minecraft/advancements/triggers/ConsumeItemTrigger$TriggerInstance.d.ts +30 -0
- package/types/net/minecraft/advancements/triggers/ConsumeItemTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/CriteriaTriggers.d.ts +110 -0
- package/types/net/minecraft/advancements/triggers/Criterion.d.ts +16 -0
- package/types/net/minecraft/advancements/triggers/CriterionTrigger.d.ts +8 -0
- package/types/net/minecraft/advancements/triggers/CuredZombieVillagerTrigger$TriggerInstance.d.ts +25 -0
- package/types/net/minecraft/advancements/triggers/CuredZombieVillagerTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/DefaultBlockInteractionTrigger$TriggerInstance.d.ts +21 -0
- package/types/net/minecraft/advancements/triggers/DefaultBlockInteractionTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/DistanceTrigger$TriggerInstance.d.ts +32 -0
- package/types/net/minecraft/advancements/triggers/DistanceTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/EffectsChangedTrigger$TriggerInstance.d.ts +30 -0
- package/types/net/minecraft/advancements/triggers/EffectsChangedTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/EnchantedItemTrigger$TriggerInstance.d.ts +27 -0
- package/types/net/minecraft/advancements/triggers/EnchantedItemTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/EnterBlockTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/EnterBlockTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/EntityHurtPlayerTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/EntityHurtPlayerTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/FallAfterExplosionTrigger$TriggerInstance.d.ts +32 -0
- package/types/net/minecraft/advancements/triggers/FallAfterExplosionTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/FilledBucketTrigger$TriggerInstance.d.ts +25 -0
- package/types/net/minecraft/advancements/triggers/FilledBucketTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/FishingRodHookedTrigger$TriggerInstance.d.ts +30 -0
- package/types/net/minecraft/advancements/triggers/FishingRodHookedTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/ImpossibleTrigger.d.ts +10 -0
- package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger$TriggerInstance$Slots.d.ts +19 -0
- package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger$TriggerInstance.d.ts +29 -0
- package/types/net/minecraft/advancements/triggers/InventoryChangeTrigger.d.ts +14 -0
- package/types/net/minecraft/advancements/triggers/ItemDurabilityTrigger$TriggerInstance.d.ts +30 -0
- package/types/net/minecraft/advancements/triggers/ItemDurabilityTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/ItemUsedOnLocationTrigger$TriggerInstance.d.ts +34 -0
- package/types/net/minecraft/advancements/triggers/ItemUsedOnLocationTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/KilledByArrowTrigger$TriggerInstance.d.ts +33 -0
- package/types/net/minecraft/advancements/triggers/KilledByArrowTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/KilledTrigger$TriggerInstance.d.ts +45 -0
- package/types/net/minecraft/advancements/triggers/KilledTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/LevitationTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/LevitationTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/LightningStrikeTrigger$TriggerInstance.d.ts +26 -0
- package/types/net/minecraft/advancements/triggers/LightningStrikeTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/LootTableTrigger$TriggerInstance.d.ts +24 -0
- package/types/net/minecraft/advancements/triggers/LootTableTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/PickedUpItemTrigger$TriggerInstance.d.ts +29 -0
- package/types/net/minecraft/advancements/triggers/PickedUpItemTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/PlayerHurtEntityTrigger$TriggerInstance.d.ts +35 -0
- package/types/net/minecraft/advancements/triggers/PlayerHurtEntityTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/PlayerInteractTrigger$TriggerInstance.d.ts +31 -0
- package/types/net/minecraft/advancements/triggers/PlayerInteractTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/PlayerTrigger$TriggerInstance.d.ts +32 -0
- package/types/net/minecraft/advancements/triggers/PlayerTrigger.d.ts +11 -0
- package/types/net/minecraft/advancements/triggers/RecipeCraftedTrigger$TriggerInstance.d.ts +31 -0
- package/types/net/minecraft/advancements/triggers/RecipeCraftedTrigger.d.ts +14 -0
- package/types/net/minecraft/advancements/triggers/RecipeUnlockedTrigger$TriggerInstance.d.ts +23 -0
- package/types/net/minecraft/advancements/triggers/RecipeUnlockedTrigger.d.ts +16 -0
- package/types/net/minecraft/advancements/triggers/ShotCrossbowTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/ShotCrossbowTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/SimpleCriterionTrigger$SimpleInstance.d.ts +9 -0
- package/types/net/minecraft/advancements/triggers/SimpleCriterionTrigger.d.ts +11 -0
- package/types/net/minecraft/advancements/triggers/SlideDownBlockTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/SlideDownBlockTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/SpearMobsTrigger$TriggerInstance.d.ts +22 -0
- package/types/net/minecraft/advancements/triggers/SpearMobsTrigger.d.ts +11 -0
- package/types/net/minecraft/advancements/triggers/StartRidingTrigger$TriggerInstance.d.ts +20 -0
- package/types/net/minecraft/advancements/triggers/StartRidingTrigger.d.ts +11 -0
- package/types/net/minecraft/advancements/triggers/SummonedEntityTrigger$TriggerInstance.d.ts +24 -0
- package/types/net/minecraft/advancements/triggers/SummonedEntityTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/TameAnimalTrigger$TriggerInstance.d.ts +25 -0
- package/types/net/minecraft/advancements/triggers/TameAnimalTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/TargetBlockTrigger$TriggerInstance.d.ts +27 -0
- package/types/net/minecraft/advancements/triggers/TargetBlockTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/TradeTrigger$TriggerInstance.d.ts +29 -0
- package/types/net/minecraft/advancements/triggers/TradeTrigger.d.ts +13 -0
- package/types/net/minecraft/advancements/triggers/UsedEnderEyeTrigger$TriggerInstance.d.ts +21 -0
- package/types/net/minecraft/advancements/triggers/UsedEnderEyeTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/UsedTotemTrigger$TriggerInstance.d.ts +28 -0
- package/types/net/minecraft/advancements/triggers/UsedTotemTrigger.d.ts +12 -0
- package/types/net/minecraft/advancements/triggers/UsingItemTrigger$TriggerInstance.d.ts +26 -0
- package/types/net/minecraft/advancements/triggers/UsingItemTrigger.d.ts +12 -0
- package/types/net/minecraft/client/GameLoadCookie.d.ts +14 -0
- package/types/net/minecraft/client/GraphicsPreset.d.ts +0 -3
- package/types/net/minecraft/client/KeyMapping.d.ts +1 -0
- package/types/net/minecraft/client/KeyboardHandler.d.ts +1 -2
- package/types/net/minecraft/client/Minecraft.d.ts +45 -66
- package/types/net/minecraft/client/MouseHandler$LastClick.d.ts +1 -0
- package/types/net/minecraft/client/MouseHandler.d.ts +0 -1
- package/types/net/minecraft/client/OptionInstance$AltEnum.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$ClampingLazyMaxIntRange.d.ts +2 -1
- package/types/net/minecraft/client/OptionInstance$CycleableValueSet.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$Enum.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$IntRange.d.ts +2 -0
- package/types/net/minecraft/client/OptionInstance$IntRangeBase.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$LazyEnum.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$OptionInstanceSliderButton.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$SliderableEnum.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$SliderableOrCyclableValueSet.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$SliderableValueSet.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$UnitDouble.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$ValueSet.d.ts +1 -1
- package/types/net/minecraft/client/OptionInstance$ValueUpdateListener.d.ts +4 -0
- package/types/net/minecraft/client/OptionInstance.d.ts +8 -7
- package/types/net/minecraft/client/Options.d.ts +12 -4
- package/types/net/minecraft/client/PeriodicNotificationManager$Notification.d.ts +1 -0
- package/types/net/minecraft/client/PreferredGraphicsApi.d.ts +34 -0
- package/types/net/minecraft/client/PresenceSharing.d.ts +35 -0
- package/types/net/minecraft/client/RotatingSectionStorage$Node.d.ts +10 -0
- package/types/net/minecraft/client/RotatingSectionStorage$Value.d.ts +5 -0
- package/types/net/minecraft/client/RotatingSectionStorage$ValueCreator.d.ts +5 -0
- package/types/net/minecraft/client/Screenshot.d.ts +2 -0
- package/types/net/minecraft/client/SectionUpdateTracker$SectionDirtyState.d.ts +14 -0
- package/types/net/minecraft/client/SectionUpdateTracker.d.ts +15 -0
- package/types/net/minecraft/client/StringSplitter$LineBreakFinder.d.ts +2 -1
- package/types/net/minecraft/client/StringSplitter$WidthLimitedCharSink.d.ts +2 -1
- package/types/net/minecraft/client/animation/AnimationChannel.d.ts +1 -0
- package/types/net/minecraft/client/animation/AnimationDefinition.d.ts +1 -0
- package/types/net/minecraft/client/animation/Keyframe.d.ts +2 -0
- package/types/net/minecraft/client/animation/KeyframeAnimation$Entry.d.ts +1 -0
- package/types/net/minecraft/client/color/block/BlockTintCache$LatestCacheInfo.d.ts +2 -2
- package/types/net/minecraft/client/color/item/Constant.d.ts +1 -0
- package/types/net/minecraft/client/color/item/CustomModelDataSource.d.ts +1 -0
- package/types/net/minecraft/client/color/item/Dye.d.ts +1 -0
- package/types/net/minecraft/client/color/item/Firework.d.ts +2 -0
- package/types/net/minecraft/client/color/item/GrassColorSource.d.ts +2 -0
- package/types/net/minecraft/client/color/item/MapColor.d.ts +2 -0
- package/types/net/minecraft/client/color/item/Potion.d.ts +2 -0
- package/types/net/minecraft/client/color/item/TeamColor.d.ts +1 -0
- package/types/net/minecraft/client/data/models/BlockModelGenerators$BlockFamilyProvider.d.ts +7 -1
- package/types/net/minecraft/client/data/models/BlockModelGenerators$WoodProvider.d.ts +2 -1
- package/types/net/minecraft/client/data/models/BlockModelGenerators.d.ts +8 -8
- package/types/net/minecraft/client/data/models/model/ItemModelUtils.d.ts +1 -0
- package/types/net/minecraft/client/data/models/model/ModelTemplates.d.ts +16 -1
- package/types/net/minecraft/client/data/models/model/TextureMapping.d.ts +2 -0
- package/types/net/minecraft/client/entity/ClientMannequin.d.ts +20 -2
- package/types/net/minecraft/client/gui/ActiveTextCollector$Parameters.d.ts +2 -0
- package/types/net/minecraft/client/gui/ComponentPath$Leaf.d.ts +1 -0
- package/types/net/minecraft/client/gui/ComponentPath$Path.d.ts +1 -0
- package/types/net/minecraft/client/gui/ComponentPath.d.ts +1 -0
- package/types/net/minecraft/client/gui/Font$GlyphVisitor.d.ts +1 -0
- package/types/net/minecraft/client/gui/Font$PreparedTextBuilder.d.ts +4 -2
- package/types/net/minecraft/client/gui/Font.d.ts +1 -8
- package/types/net/minecraft/client/gui/Gui.d.ts +48 -133
- package/types/net/minecraft/client/gui/GuiGraphicsExtractor$RenderingTextCollector.d.ts +2 -1
- package/types/net/minecraft/client/gui/GuiGraphicsExtractor$ScissorStack.d.ts +4 -3
- package/types/net/minecraft/client/gui/GuiGraphicsExtractor.d.ts +4 -7
- package/types/net/minecraft/client/gui/Hud$ContextualInfo.d.ts +14 -0
- package/types/net/minecraft/client/gui/Hud$HeartType.d.ts +26 -0
- package/types/net/minecraft/client/gui/Hud.d.ts +148 -0
- package/types/net/minecraft/client/gui/components/AbstractContainerWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/AbstractScrollArea$ScrollbarSettings.d.ts +2 -0
- package/types/net/minecraft/client/gui/components/AbstractStringWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +2 -3
- package/types/net/minecraft/client/gui/components/ChatComponent$DelayedMessageDeletion.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +3 -4
- package/types/net/minecraft/client/gui/components/CommandSuggestions$SuggestionsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/components/CommonButtons.d.ts +2 -0
- package/types/net/minecraft/client/gui/components/DebugScreenOverlay.d.ts +0 -6
- package/types/net/minecraft/client/gui/components/EditBox.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/FocusableTextWidget.d.ts +7 -0
- package/types/net/minecraft/client/gui/components/FriendsButton.d.ts +24 -0
- package/types/net/minecraft/client/gui/components/MultiLineLabel$TextAndWidth.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/MultiLineTextWidget$CacheKey.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/MultilineTextField$StringView.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/OptionsList$Entry.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/OptionsList.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/PlayerFaceExtractor.d.ts +2 -0
- package/types/net/minecraft/client/gui/components/PlayerFaceWidget.d.ts +16 -0
- package/types/net/minecraft/client/gui/components/PlayerSkinWidget.d.ts +3 -3
- package/types/net/minecraft/client/gui/components/PlayerTabOverlay$ScoreDisplayEntry.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/PlayerTabOverlay.d.ts +3 -3
- package/types/net/minecraft/client/gui/components/ScrollableLayout$Container.d.ts +3 -1
- package/types/net/minecraft/client/gui/components/ScrollableLayout.d.ts +4 -1
- package/types/net/minecraft/client/gui/components/SpriteIconButton$Builder.d.ts +7 -1
- package/types/net/minecraft/client/gui/components/SpriteIconButton$CenteredIcon.d.ts +1 -1
- package/types/net/minecraft/client/gui/components/SpriteIconButton$TextAndIcon.d.ts +1 -1
- package/types/net/minecraft/client/gui/components/SpriteIconButton.d.ts +13 -1
- package/types/net/minecraft/client/gui/components/SubtitleOverlay$SoundPlayedAt.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/TabButton.d.ts +1 -8
- package/types/net/minecraft/client/gui/components/debug/DebugEntryCategory.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/debug/DebugEntrySystemSpecs.d.ts +3 -0
- package/types/net/minecraft/client/gui/components/debug/DebugScreenEntryList$SerializedOptions.d.ts +1 -1
- package/types/net/minecraft/client/gui/components/tabs/GridLayoutTab.d.ts +3 -1
- package/types/net/minecraft/client/gui/components/tabs/LoadingTab.d.ts +3 -1
- package/types/net/minecraft/client/gui/components/tabs/MenuTabBar$Builder.d.ts +12 -0
- package/types/net/minecraft/client/gui/components/tabs/MenuTabBar$MenuTabButton.d.ts +19 -0
- package/types/net/minecraft/client/gui/components/tabs/MenuTabBar.d.ts +22 -0
- package/types/net/minecraft/client/gui/components/tabs/Tab.d.ts +2 -0
- package/types/net/minecraft/client/gui/components/tabs/TabManager.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/tabs/TabNavigationBar$Builder.d.ts +7 -2
- package/types/net/minecraft/client/gui/components/tabs/TabNavigationBar.d.ts +18 -11
- package/types/net/minecraft/client/gui/components/toasts/FriendToast$SkinToastEmitter.d.ts +6 -0
- package/types/net/minecraft/client/gui/components/toasts/FriendToast.d.ts +43 -0
- package/types/net/minecraft/client/gui/components/toasts/SystemToast$SystemToastId.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/toasts/SystemToast.d.ts +4 -3
- package/types/net/minecraft/client/gui/components/toasts/ToastManager$ToastInstance.d.ts +2 -1
- package/types/net/minecraft/client/gui/contextualbar/ContextualBar.d.ts +10 -0
- package/types/net/minecraft/client/gui/contextualbar/ExperienceBar.d.ts +20 -0
- package/types/net/minecraft/client/gui/contextualbar/JumpableVehicleBar.d.ts +22 -0
- package/types/net/minecraft/client/gui/contextualbar/LocatorBar.d.ts +20 -0
- package/types/net/minecraft/client/gui/font/AtlasGlyphProvider$Instance.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/EmptyArea.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/FontManager$BuilderId.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/FontManager$CachedFontProvider.d.ts +2 -1
- package/types/net/minecraft/client/gui/font/FontSet$DelayedBake.d.ts +2 -1
- package/types/net/minecraft/client/gui/font/FontSet$Source.d.ts +2 -1
- package/types/net/minecraft/client/gui/font/GlyphRenderTypes.d.ts +1 -1
- package/types/net/minecraft/client/gui/font/PlayerGlyphProvider$Instance.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/glyphs/BakedSheetGlyph$EffectInstance.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/glyphs/BakedSheetGlyph$GlyphInstance.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/BitmapProvider$Definition.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/BitmapProvider$Glyph.d.ts +4 -3
- package/types/net/minecraft/client/gui/font/providers/BitmapProvider$ImageDataHolder.d.ts +13 -0
- package/types/net/minecraft/client/gui/font/providers/BitmapProvider.d.ts +3 -3
- package/types/net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition$Shift.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/TrueTypeGlyphProviderDefinition.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$ByteContents.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$Dimensions.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$Glyph.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$IntContents.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$OverrideRange.d.ts +1 -0
- package/types/net/minecraft/client/gui/font/providers/UnihexProvider$ShortContents.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/AbstractLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/EqualSpacingLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/FrameLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/GridLayout$RowHelper.d.ts +1 -1
- package/types/net/minecraft/client/gui/layouts/GridLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/HeaderAndFooterLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/Layout.d.ts +1 -0
- package/types/net/minecraft/client/gui/layouts/LinearLayout.d.ts +1 -0
- package/types/net/minecraft/client/gui/narration/ScreenNarrationCollector$EntryKey.d.ts +1 -0
- package/types/net/minecraft/client/gui/narration/ScreenNarrationCollector$Output.d.ts +2 -1
- package/types/net/minecraft/client/gui/navigation/FocusNavigationEvent$TabNavigation.d.ts +1 -0
- package/types/net/minecraft/client/gui/navigation/ScreenPosition.d.ts +1 -0
- package/types/net/minecraft/client/gui/navigation/ScreenRectangle.d.ts +2 -0
- package/types/net/minecraft/client/gui/render/GuiItemAtlas$SlotView.d.ts +1 -0
- package/types/net/minecraft/client/gui/render/GuiItemAtlas.d.ts +3 -5
- package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +7 -13
- package/types/net/minecraft/client/gui/render/GuiRenderer.d.ts +12 -29
- package/types/net/minecraft/client/gui/render/pip/GuiBannerResultRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/GuiBookModelRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/GuiEntityRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/GuiProfilerChartRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/GuiSkinRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/OversizedItemRenderer.d.ts +3 -3
- package/types/net/minecraft/client/gui/render/pip/PictureInPictureRenderer.d.ts +7 -5
- package/types/net/minecraft/client/gui/screens/AccessibilityOnboardingScreen.d.ts +0 -1
- package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/ConfirmScreen.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/CreateBuffetWorldScreen$BiomeList$Entry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/CreateBuffetWorldScreen$BiomeList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/CreateFlatWorldScreen$DetailsList$LayerEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/CreateFlatWorldScreen$DetailsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/LoadingOverlay.d.ts +0 -1
- package/types/net/minecraft/client/gui/screens/MultiplayerOptionsScreen.d.ts +55 -0
- package/types/net/minecraft/client/gui/screens/Overlay.d.ts +1 -1
- package/types/net/minecraft/client/gui/screens/PauseScreen.d.ts +8 -8
- package/types/net/minecraft/client/gui/screens/PresetFlatWorldScreen$PresetsList$Entry.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/PresetFlatWorldScreen$PresetsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/PrivacyConfirmLinkScreen.d.ts +35 -0
- package/types/net/minecraft/client/gui/screens/Screen$NarratableSearchResult.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/Screen.d.ts +0 -1
- package/types/net/minecraft/client/gui/screens/TitleScreen.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$GeneralStatisticsList$Entry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$GeneralStatisticsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList$ItemRow$ItemRowWidget.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList$ItemRow.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$ItemStatisticsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$MobsStatisticsList$MobRow.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$MobsStatisticsList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen$StatisticsTab.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/achievement/StatsScreen.d.ts +2 -2
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementsScreen.d.ts +6 -3
- package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$CategoryEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$OptionEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/debug/DebugOptionsScreen$OptionList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/friends/AbstractFriendsEntryContainerWidget.d.ts +42 -0
- package/types/net/minecraft/client/gui/screens/friends/AbstractFriendsTab.d.ts +27 -0
- package/types/net/minecraft/client/gui/screens/friends/AddFriendWidget$State.d.ts +14 -0
- package/types/net/minecraft/client/gui/screens/friends/AddFriendWidget.d.ts +42 -0
- package/types/net/minecraft/client/gui/screens/friends/FriendEntry.d.ts +29 -0
- package/types/net/minecraft/client/gui/screens/friends/FriendsListConfirmScreen.d.ts +23 -0
- package/types/net/minecraft/client/gui/screens/friends/FriendsOverlayScreen.d.ts +63 -0
- package/types/net/minecraft/client/gui/screens/friends/FriendsOverlayTabButton.d.ts +20 -0
- package/types/net/minecraft/client/gui/screens/friends/FriendsTab.d.ts +38 -0
- package/types/net/minecraft/client/gui/screens/friends/IncomingEntry.d.ts +23 -0
- package/types/net/minecraft/client/gui/screens/friends/OutgoingEntry.d.ts +22 -0
- package/types/net/minecraft/client/gui/screens/friends/PendingTab.d.ts +32 -0
- package/types/net/minecraft/client/gui/screens/inventory/AbstractContainerScreen.d.ts +0 -9
- package/types/net/minecraft/client/gui/screens/inventory/AbstractSignEditScreen.d.ts +2 -2
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconCancelButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconConfirmButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconPowerButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconUpgradePowerButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/inventory/HangingSignEditScreen.d.ts +2 -2
- package/types/net/minecraft/client/gui/screens/inventory/MerchantScreen$TradeOfferButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/inventory/SignEditScreen.d.ts +5 -7
- package/types/net/minecraft/client/gui/screens/multiplayer/ServerSelectionList$OnlineServerEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/options/AccessibilityOptionsScreen.d.ts +0 -1
- package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen$LanguageSelectionList$Entry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen$LanguageSelectionList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/options/LanguageSelectScreen.d.ts +0 -1
- package/types/net/minecraft/client/gui/screens/options/OnlineOptionsScreen.d.ts +11 -6
- package/types/net/minecraft/client/gui/screens/options/OptionsScreen.d.ts +1 -9
- package/types/net/minecraft/client/gui/screens/options/VideoSettingsScreen.d.ts +5 -0
- package/types/net/minecraft/client/gui/screens/options/WorldOptionsScreen.d.ts +13 -1
- package/types/net/minecraft/client/gui/screens/options/controls/KeyBindsList$CategoryEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/options/controls/KeyBindsList$KeyEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$SelectedPackEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$UnselectedPackEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionScreen.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$Entry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$HeaderEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/packs/TransferableSelectionList$PackEntry.d.ts +1 -1
- package/types/net/minecraft/client/gui/screens/recipebook/GhostSlots$GhostSlot.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayCraftingRecipeButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayRecipeButton$Pos.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlayRecipeButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/recipebook/OverlayRecipeComponent$OverlaySmeltingRecipeButton.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/reporting/AbstractReportScreen$DiscardReportWarningScreen.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/reporting/ChatSelectionScreen$ChatSelectionList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/reporting/ReportReasonSelectionScreen$ReasonSelectionList$Entry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/reporting/ReportReasonSelectionScreen$ReasonSelectionList.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/social/PlayerSocialManager$PlayerData.d.ts +13 -0
- package/types/net/minecraft/client/gui/screens/social/PlayerSocialManager.d.ts +35 -1
- package/types/net/minecraft/client/gui/screens/social/PresenceHandler.d.ts +21 -0
- package/types/net/minecraft/client/gui/screens/social/RemoteFriendListUpdateHandler$State.d.ts +18 -0
- package/types/net/minecraft/client/gui/screens/social/RemoteFriendListUpdateHandler.d.ts +44 -0
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$BooleanRuleEntry.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$CategoryRuleEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$GameRuleEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$IntegerRuleEntry.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +1 -1
- package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen$PackList.d.ts +3 -1
- package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen$PackListEntry.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/ConfirmExperimentalFeaturesScreen$DetailsScreen.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$GameTab.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$MoreTab.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen$WorldTab.d.ts +2 -1
- package/types/net/minecraft/client/gui/screens/worldselection/CreateWorldScreen.d.ts +2 -2
- package/types/net/minecraft/client/gui/screens/worldselection/SwitchGrid$InfoUnderneathSettings.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/worldselection/WorldSelectionList$WorldListEntry.d.ts +1 -1
- package/types/net/minecraft/client/input/CharacterEvent.d.ts +1 -0
- package/types/net/minecraft/client/input/KeyEvent.d.ts +1 -0
- package/types/net/minecraft/client/input/MouseButtonEvent.d.ts +1 -0
- package/types/net/minecraft/client/input/MouseButtonInfo.d.ts +1 -0
- package/types/net/minecraft/client/input/PreeditEvent.d.ts +1 -0
- package/types/net/minecraft/client/main/GameConfig$GameData.d.ts +4 -1
- package/types/net/minecraft/client/model/BabyModelTransform.d.ts +3 -0
- package/types/net/minecraft/client/model/Model.d.ts +0 -1
- package/types/net/minecraft/client/model/QuadrupedModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/cow/BabyCowModel.d.ts +3 -0
- package/types/net/minecraft/client/model/animal/cow/ColdCowModel.d.ts +3 -0
- package/types/net/minecraft/client/model/animal/cow/CowModel.d.ts +3 -0
- package/types/net/minecraft/client/model/animal/cow/WarmCowModel.d.ts +3 -0
- package/types/net/minecraft/client/model/animal/goat/BabyGoatModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/goat/GoatModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/panda/BabyPandaModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/panda/PandaModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/pig/BabyPigModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/pig/ColdPigModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/pig/PigModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/polarbear/BabyPolarBearModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/polarbear/PolarBearModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/sheep/BabySheepModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/sheep/SheepFurModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/sheep/SheepModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/turtle/AdultTurtleModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/turtle/BabyTurtleModel.d.ts +2 -0
- package/types/net/minecraft/client/model/animal/turtle/TurtleModel.d.ts +2 -0
- package/types/net/minecraft/client/model/effects/SpearAnimations$UseParams.d.ts +1 -0
- package/types/net/minecraft/client/model/geom/ModelLayers.d.ts +4 -7
- package/types/net/minecraft/client/model/geom/ModelPart$Polygon.d.ts +3 -0
- package/types/net/minecraft/client/model/geom/ModelPart$Vertex.d.ts +1 -0
- package/types/net/minecraft/client/model/geom/PartPose.d.ts +1 -0
- package/types/net/minecraft/client/model/geom/builders/UVPair.d.ts +1 -0
- package/types/net/minecraft/client/model/monster/slime/SmallSulfurCubeModel.d.ts +9 -0
- package/types/net/minecraft/client/model/monster/slime/SulfurCubeModel.d.ts +10 -0
- package/types/net/minecraft/client/model/object/bell/BellModel$State.d.ts +1 -0
- package/types/net/minecraft/client/model/object/book/BookModel$State.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientChunkCache$Storage.d.ts +9 -4
- package/types/net/minecraft/client/multiplayer/ClientChunkCache.d.ts +5 -1
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +2 -1
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$DeferredPacket.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$PackConfirmScreen.d.ts +2 -1
- package/types/net/minecraft/client/multiplayer/ClientDebugSubscriber$ValueWrapper.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientExplosionTracker$ExplosionInfo.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientLevel$EntityCallbacks.d.ts +2 -1
- package/types/net/minecraft/client/multiplayer/ClientLevel.d.ts +15 -5
- package/types/net/minecraft/client/multiplayer/ClientPacketListener.d.ts +8 -1
- package/types/net/minecraft/client/multiplayer/ClientSuggestionProvider.d.ts +5 -1
- package/types/net/minecraft/client/multiplayer/CommonListenerCookie.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/LevelLoadTracker$ClientLevelReady.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/LevelLoadTracker$WaitingForPlayerChunk.d.ts +4 -3
- package/types/net/minecraft/client/multiplayer/LevelLoadTracker$WaitingForServer.d.ts +1 -3
- package/types/net/minecraft/client/multiplayer/LevelLoadTracker.d.ts +3 -2
- package/types/net/minecraft/client/multiplayer/MultiPlayerGameMode.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/TransferState.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/GuiMessage$Line.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/GuiMessage.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/GuiMessageTag.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/report/ChatReportContextBuilder$Collector.d.ts +2 -1
- package/types/net/minecraft/client/multiplayer/resolver/ServerAddress.d.ts +1 -0
- package/types/net/minecraft/client/particle/BreakingItemParticle$SulfurCubeProvider.d.ts +11 -0
- package/types/net/minecraft/client/particle/ElderGuardianParticleGroup$ElderGuardianParticleRenderState.d.ts +1 -0
- package/types/net/minecraft/client/particle/GeyserBaseParticle$Provider.d.ts +12 -0
- package/types/net/minecraft/client/particle/GeyserBaseParticle.d.ts +6 -0
- package/types/net/minecraft/client/particle/GeyserEruptionParticle$Provider.d.ts +10 -0
- package/types/net/minecraft/client/particle/GeyserEruptionParticle.d.ts +19 -0
- package/types/net/minecraft/client/particle/GeyserPlumeParticle$Provider.d.ts +12 -0
- package/types/net/minecraft/client/particle/GeyserPlumeParticle.d.ts +19 -0
- package/types/net/minecraft/client/particle/ItemPickupParticleGroup$ParticleInstance.d.ts +1 -0
- package/types/net/minecraft/client/particle/NoxiousGasCloudParticle$Provider.d.ts +10 -0
- package/types/net/minecraft/client/particle/NoxiousGasCloudParticle.d.ts +6 -0
- package/types/net/minecraft/client/particle/NoxiousGasParticle$Provider.d.ts +12 -0
- package/types/net/minecraft/client/particle/NoxiousGasParticle.d.ts +10 -0
- package/types/net/minecraft/client/particle/Particle$LifetimeAlpha.d.ts +1 -0
- package/types/net/minecraft/client/particle/ParticleEngine.d.ts +2 -1
- package/types/net/minecraft/client/particle/ParticleGroup.d.ts +1 -2
- package/types/net/minecraft/client/particle/ParticleRenderType.d.ts +3 -1
- package/types/net/minecraft/client/particle/SingleQuadParticle$Layer.d.ts +1 -0
- package/types/net/minecraft/client/particle/SulfurBubbleParticle$Provider.d.ts +12 -0
- package/types/net/minecraft/client/particle/SulfurBubbleParticle.d.ts +14 -0
- package/types/net/minecraft/client/player/AbstractClientPlayer.d.ts +20 -2
- package/types/net/minecraft/client/player/LocalPlayer.d.ts +20 -2
- package/types/net/minecraft/client/player/RemotePlayer.d.ts +20 -2
- package/types/net/minecraft/client/profiling/ClientMetricsSamplersProvider.d.ts +3 -1
- package/types/net/minecraft/client/renderer/BindGroupLayouts.d.ts +25 -0
- package/types/net/minecraft/client/renderer/CloudRenderer$TextureData.d.ts +1 -0
- package/types/net/minecraft/client/renderer/DebugCrosshairRenderer.d.ts +12 -0
- package/types/net/minecraft/client/renderer/DynamicUniforms$ChunkSectionInfo.d.ts +1 -0
- package/types/net/minecraft/client/renderer/DynamicUniforms.d.ts +8 -4
- package/types/net/minecraft/client/renderer/GameRenderer.d.ts +22 -22
- package/types/net/minecraft/client/renderer/ItemInHandRenderer$HandRenderSelection.d.ts +2 -2
- package/types/net/minecraft/client/renderer/ItemInHandRenderer.d.ts +2 -2
- package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +58 -118
- package/types/net/minecraft/client/renderer/Octree$Branch.d.ts +2 -1
- package/types/net/minecraft/client/renderer/Octree$Leaf.d.ts +2 -1
- package/types/net/minecraft/client/renderer/OrderedSubmitNodeCollector.d.ts +13 -9
- package/types/net/minecraft/client/renderer/Panorama.d.ts +4 -1
- package/types/net/minecraft/client/renderer/PlayerSkinRenderCache$RenderInfo.d.ts +2 -1
- package/types/net/minecraft/client/renderer/PostChainConfig$InternalTarget.d.ts +1 -0
- package/types/net/minecraft/client/renderer/PostChainConfig$TargetInput.d.ts +1 -0
- package/types/net/minecraft/client/renderer/PostChainConfig$TextureInput.d.ts +1 -0
- package/types/net/minecraft/client/renderer/PostPass$InputTexture.d.ts +1 -1
- package/types/net/minecraft/client/renderer/PostPass$TargetInput.d.ts +1 -0
- package/types/net/minecraft/client/renderer/PostPass$TextureInput.d.ts +1 -0
- package/types/net/minecraft/client/renderer/Projection.d.ts +1 -0
- package/types/net/minecraft/client/renderer/RenderBuffers.d.ts +7 -9
- package/types/net/minecraft/client/renderer/RenderPipelines.d.ts +5 -6
- package/types/net/minecraft/client/renderer/ScreenEffectRenderer.d.ts +2 -4
- package/types/net/minecraft/client/renderer/SectionBufferBuilderPool.d.ts +3 -1
- package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphState.d.ts +4 -4
- package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphStorage.d.ts +1 -1
- package/types/net/minecraft/client/renderer/SectionOcclusionGraph.d.ts +20 -12
- package/types/net/minecraft/client/renderer/ShaderManager$CompilationCache.d.ts +2 -1
- package/types/net/minecraft/client/renderer/Sheets.d.ts +2 -23
- package/types/net/minecraft/client/renderer/SkyRenderer.d.ts +3 -1
- package/types/net/minecraft/client/renderer/StagedVertexBuffer$Draw.d.ts +25 -0
- package/types/net/minecraft/client/renderer/StagedVertexBuffer$ExecuteInfo.d.ts +22 -0
- package/types/net/minecraft/client/renderer/StagedVertexBuffer$GpuBufferPool$PendingRecycle.d.ts +17 -0
- package/types/net/minecraft/client/renderer/StagedVertexBuffer$GpuBufferPool.d.ts +19 -0
- package/types/net/minecraft/client/renderer/StagedVertexBuffer.d.ts +38 -0
- package/types/net/minecraft/client/renderer/SubmitNodeCollection.d.ts +38 -65
- package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +9 -8
- package/types/net/minecraft/client/renderer/SubmitNodeStorage.d.ts +16 -13
- package/types/net/minecraft/client/renderer/UniformValue$FloatUniform.d.ts +1 -0
- package/types/net/minecraft/client/renderer/UniformValue$IntUniform.d.ts +1 -0
- package/types/net/minecraft/client/renderer/ViewArea.d.ts +13 -20
- package/types/net/minecraft/client/renderer/WeatherEffectRenderer$ColumnInstance.d.ts +1 -0
- package/types/net/minecraft/client/renderer/WeatherEffectRenderer.d.ts +10 -9
- package/types/net/minecraft/client/renderer/WorldBorderRenderer.d.ts +3 -1
- package/types/net/minecraft/client/renderer/block/BlockModelLighter$Cache.d.ts +1 -1
- package/types/net/minecraft/client/renderer/block/BlockModelRenderState.d.ts +3 -2
- package/types/net/minecraft/client/renderer/block/dispatch/Variant$SimpleModelState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/block/dispatch/multipart/KeyValueCondition$Term.d.ts +1 -0
- package/types/net/minecraft/client/renderer/blockentity/AbstractSignRenderer.d.ts +0 -9
- package/types/net/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher.d.ts +1 -1
- package/types/net/minecraft/client/renderer/blockentity/HangingSignRenderer.d.ts +0 -16
- package/types/net/minecraft/client/renderer/blockentity/StandingSignRenderer.d.ts +0 -16
- package/types/net/minecraft/client/renderer/blockentity/TrialSpawnerRenderer.d.ts +2 -0
- package/types/net/minecraft/client/renderer/blockentity/state/BeaconRenderState$Section.d.ts +1 -0
- package/types/net/minecraft/client/renderer/blockentity/state/SignRenderState$SignTransformations.d.ts +1 -3
- package/types/net/minecraft/client/renderer/blockentity/state/SignRenderState.d.ts +0 -2
- package/types/net/minecraft/client/renderer/chunk/ChunkSectionsToRender.d.ts +1 -0
- package/types/net/minecraft/client/renderer/chunk/SectionCompiler.d.ts +1 -3
- package/types/net/minecraft/client/renderer/chunk/SectionMesh$SectionDraw.d.ts +4 -3
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$CompileTask.d.ts +8 -13
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$ResortTransparencyTask.d.ts +6 -6
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$SectionTask$SectionTaskResult.d.ts +12 -0
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$SectionTask.d.ts +16 -0
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection.d.ts +13 -21
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSectionBufferSlice.d.ts +1 -0
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher.d.ts +12 -13
- package/types/net/minecraft/client/renderer/chunk/SectionTaskDynamicQueue.d.ts +13 -0
- package/types/net/minecraft/client/renderer/chunk/TranslucencyPointOfView.d.ts +1 -0
- package/types/net/minecraft/client/renderer/debug/ChunkDebugRenderer$ChunkData.d.ts +2 -1
- package/types/net/minecraft/client/renderer/debug/GameTestBlockHighlightRenderer$Marker.d.ts +1 -0
- package/types/net/minecraft/client/renderer/debug/NeighborsUpdateRenderer$LastUpdate.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/AbstractCubeMobRenderer.d.ts +17 -0
- package/types/net/minecraft/client/renderer/entity/CamelRenderer.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +2 -0
- package/types/net/minecraft/client/renderer/entity/LivingEntityRenderer.d.ts +2 -0
- package/types/net/minecraft/client/renderer/entity/MagmaCubeRenderer.d.ts +3 -7
- package/types/net/minecraft/client/renderer/entity/SlimeRenderer.d.ts +3 -5
- package/types/net/minecraft/client/renderer/entity/SulfurCubeRenderer.d.ts +29 -0
- package/types/net/minecraft/client/renderer/entity/ThrownTridentRenderer.d.ts +2 -0
- package/types/net/minecraft/client/renderer/entity/TntRenderer.d.ts +2 -0
- package/types/net/minecraft/client/renderer/entity/layers/CustomHeadLayer$Transforms.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/layers/SulfurCubeInnerLayer.d.ts +15 -0
- package/types/net/minecraft/client/renderer/entity/state/EntityRenderState$ShadowPiece.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/state/HitboxRenderState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/entity/state/SulfurCubeRenderState.d.ts +13 -0
- package/types/net/minecraft/client/renderer/extract/LevelExtractor.d.ts +85 -0
- package/types/net/minecraft/client/renderer/feature/BlockModelFeatureRenderer$Submit.d.ts +42 -0
- package/types/net/minecraft/client/renderer/feature/BlockModelFeatureRenderer.d.ts +11 -0
- package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer$Submit.d.ts +29 -0
- package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer.d.ts +7 -6
- package/types/net/minecraft/client/renderer/feature/FeatureFrameContext.d.ts +32 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PhaseSubmitGrouper.d.ts +17 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PreparedFrame.d.ts +27 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher$PreparedGroup.d.ts +16 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRenderDispatcher.d.ts +12 -36
- package/types/net/minecraft/client/renderer/feature/FeatureRenderer.d.ts +12 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRendererMap.d.ts +14 -0
- package/types/net/minecraft/client/renderer/feature/FeatureRendererType.d.ts +14 -0
- package/types/net/minecraft/client/renderer/feature/FlameFeatureRenderer$Submit.d.ts +20 -0
- package/types/net/minecraft/client/renderer/feature/FlameFeatureRenderer.d.ts +10 -11
- package/types/net/minecraft/client/renderer/feature/GizmoFeatureRenderer$Submit.d.ts +17 -0
- package/types/net/minecraft/client/renderer/feature/GizmoFeatureRenderer.d.ts +24 -0
- package/types/net/minecraft/client/renderer/feature/ItemFeatureRenderer$Submit.d.ts +44 -0
- package/types/net/minecraft/client/renderer/feature/ItemFeatureRenderer.d.ts +13 -15
- package/types/net/minecraft/client/renderer/feature/LeashFeatureRenderer$Submit.d.ts +17 -0
- package/types/net/minecraft/client/renderer/feature/LeashFeatureRenderer.d.ts +8 -5
- package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$CrumblingOverlay.d.ts +1 -0
- package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$Submit.d.ts +47 -0
- package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer.d.ts +9 -13
- package/types/net/minecraft/client/renderer/feature/MovingBlockFeatureRenderer$Submit.d.ts +22 -0
- package/types/net/minecraft/client/renderer/feature/MovingBlockFeatureRenderer.d.ts +15 -0
- package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$GlyphRenderer.d.ts +20 -0
- package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$Submit.d.ts +33 -0
- package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer.d.ts +7 -6
- package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer$PreparedGroup.d.ts +14 -0
- package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer$Submit.d.ts +16 -0
- package/types/net/minecraft/client/renderer/feature/QuadParticleFeatureRenderer.d.ts +21 -0
- package/types/net/minecraft/client/renderer/feature/RenderTypeFeatureRenderer$Group.d.ts +17 -0
- package/types/net/minecraft/client/renderer/feature/RenderTypeFeatureRenderer.d.ts +21 -0
- package/types/net/minecraft/client/renderer/feature/ShadowFeatureRenderer$Submit.d.ts +19 -0
- package/types/net/minecraft/client/renderer/feature/ShadowFeatureRenderer.d.ts +9 -5
- package/types/net/minecraft/client/renderer/feature/ShapeOutlineFeatureRenderer$Submit.d.ts +24 -0
- package/types/net/minecraft/client/renderer/feature/ShapeOutlineFeatureRenderer.d.ts +9 -0
- package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer$GlyphRenderer.d.ts +22 -0
- package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer$Submit.d.ts +44 -0
- package/types/net/minecraft/client/renderer/feature/TextFeatureRenderer.d.ts +7 -5
- package/types/net/minecraft/client/renderer/feature/phase/FeatureRenderPhase$Output.d.ts +7 -0
- package/types/net/minecraft/client/renderer/feature/phase/FeatureRenderPhase.d.ts +8 -0
- package/types/net/minecraft/client/renderer/feature/phase/SimpleFeatureRenderPhase$FeatureSubmits.d.ts +13 -0
- package/types/net/minecraft/client/renderer/feature/phase/SimpleFeatureRenderPhase.d.ts +13 -0
- package/types/net/minecraft/client/renderer/feature/phase/TranslucentFeatureRenderPhase.d.ts +14 -0
- package/types/net/minecraft/client/renderer/feature/submit/BatchableSubmit.d.ts +7 -0
- package/types/net/minecraft/client/renderer/feature/submit/SubmitNode.d.ts +5 -0
- package/types/net/minecraft/client/renderer/feature/submit/TranslucentSubmit.d.ts +7 -0
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Group.d.ts +2 -10
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Line.d.ts +1 -0
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Point.d.ts +1 -0
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Quad.d.ts +1 -0
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$Text.d.ts +1 -1
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives$TriangleFan.d.ts +1 -0
- package/types/net/minecraft/client/renderer/gizmos/DrawableGizmoPrimitives.d.ts +2 -5
- package/types/net/minecraft/client/renderer/item/ClientItem$Properties.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/ItemStackRenderState$LayerRenderState.d.ts +1 -1
- package/types/net/minecraft/client/renderer/item/ModelRenderProperties.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/RangeSelectItemModel$Entry.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/RangeSelectItemModel$Unbaked.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/conditional/CustomModelDataProperty.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/conditional/HasComponent.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/numeric/Count.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/numeric/CustomModelDataProperty.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/numeric/Damage.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/numeric/UseCycle.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/numeric/UseDuration.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/properties/select/CustomModelDataProperty.d.ts +1 -0
- package/types/net/minecraft/client/renderer/rendertype/LayeringTransform.d.ts +4 -4
- package/types/net/minecraft/client/renderer/rendertype/PreparedRenderType$Texture.d.ts +16 -0
- package/types/net/minecraft/client/renderer/rendertype/PreparedRenderType.d.ts +33 -0
- package/types/net/minecraft/client/renderer/rendertype/RenderSetup$RenderSetupBuilder.d.ts +0 -2
- package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +7 -5
- package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +7 -5
- package/types/net/minecraft/client/renderer/rendertype/RenderTypes.d.ts +3 -4
- package/types/net/minecraft/client/renderer/rendertype/TextureTransform.d.ts +1 -1
- package/types/net/minecraft/client/renderer/special/BookSpecialRenderer$Unbaked.d.ts +1 -0
- package/types/net/minecraft/client/renderer/special/ChestSpecialRenderer$Unbaked.d.ts +3 -0
- package/types/net/minecraft/client/renderer/special/ChestSpecialRenderer.d.ts +2 -4
- package/types/net/minecraft/client/renderer/special/ShulkerBoxSpecialRenderer$Unbaked.d.ts +4 -0
- package/types/net/minecraft/client/renderer/special/SkullSpecialRenderer$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/GameRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/state/OptionsRenderState.d.ts +4 -1
- package/types/net/minecraft/client/renderer/state/WindowRenderState.d.ts +0 -1
- package/types/net/minecraft/client/renderer/state/gui/BlitRenderState.d.ts +5 -2
- package/types/net/minecraft/client/renderer/state/gui/ColoredRectangleRenderState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/gui/GuiRenderState.d.ts +3 -1
- package/types/net/minecraft/client/renderer/state/gui/GuiTextRenderState.d.ts +7 -7
- package/types/net/minecraft/client/renderer/state/gui/PanoramaRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/state/gui/TiledBlitRenderState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiBannerResultRenderState.d.ts +5 -3
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiBookModelRenderState.d.ts +5 -3
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiEntityRenderState.d.ts +13 -11
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiProfilerChartRenderState.d.ts +5 -3
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiSkinRenderState.d.ts +8 -6
- package/types/net/minecraft/client/renderer/state/gui/pip/OversizedItemRenderState.d.ts +4 -3
- package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +2 -2
- package/types/net/minecraft/client/renderer/state/level/BlockBreakingRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/state/level/BlockOutlineRenderState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/level/CameraRenderState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/level/ChunkLoadingRenderState.d.ts +10 -0
- package/types/net/minecraft/client/renderer/state/level/LevelRenderState.d.ts +10 -3
- package/types/net/minecraft/client/renderer/state/level/ParticlesRenderState.d.ts +2 -2
- package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState.d.ts +3 -8
- package/types/net/minecraft/client/renderer/state/level/SectionUpdateRenderState.d.ts +15 -0
- package/types/net/minecraft/client/renderer/state/level/WorldBorderRenderState$DistancePerDirection.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/AbstractTexture.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimatedTexture.d.ts +2 -1
- package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +1 -1
- package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/SpriteLoader$Preparations.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/Stitcher$Holder.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/atlas/sources/Unstitcher$Region.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/atlas/sources/Unstitcher.d.ts +1 -0
- package/types/net/minecraft/client/resources/MapTextureManager$MapInstance.d.ts +2 -1
- package/types/net/minecraft/client/resources/SkinManager$TextureCache.d.ts +2 -1
- package/types/net/minecraft/client/resources/WaypointStyle.d.ts +2 -0
- package/types/net/minecraft/client/resources/language/ClientLanguage.d.ts +1 -0
- package/types/net/minecraft/client/resources/language/I18n.d.ts +0 -1
- package/types/net/minecraft/client/resources/language/LanguageInfo.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/animation/AnimationFrame.d.ts +2 -0
- package/types/net/minecraft/client/resources/metadata/animation/AnimationMetadataSection.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/animation/FrameSize.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice$Border.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$NineSlice.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/gui/GuiSpriteScaling$Tile.d.ts +1 -0
- package/types/net/minecraft/client/resources/metadata/texture/TextureMetadataSection.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/BlockStateDefinitions.d.ts +5 -0
- package/types/net/minecraft/client/resources/model/EquipmentClientInfo$Layer.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/ModelBakery$ModelBakerImpl.d.ts +2 -1
- package/types/net/minecraft/client/resources/model/ModelDiscovery$Slot.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/ModelManager$BlockOnlyMaterialBaker.d.ts +17 -0
- package/types/net/minecraft/client/resources/model/ModelManager$CombinedBlockItemMaterialBaker.d.ts +18 -0
- package/types/net/minecraft/client/resources/model/SimpleModelWrapper.d.ts +3 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidFace$UVs.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidFace.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidModelElement.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation$EulerXYZRotation.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation$SingleAxisRotation.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/CuboidRotation.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/cuboid/ItemModelGenerator$ItemLayerKey.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/ItemModelGenerator$SideFace.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/cuboid/ItemTransform$Deserializer.d.ts +0 -3
- package/types/net/minecraft/client/resources/model/geometry/BakedQuad$MaterialInfo.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/geometry/BakedQuad.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/sprite/AtlasManager$AtlasConfig.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/sprite/AtlasManager.d.ts +4 -1
- package/types/net/minecraft/client/resources/model/sprite/Material$Baked.d.ts +1 -0
- package/types/net/minecraft/client/resources/model/sprite/Material.d.ts +2 -0
- package/types/net/minecraft/client/resources/model/sprite/MaterialBaker.d.ts +15 -3
- package/types/net/minecraft/client/resources/model/sprite/SpriteId.d.ts +0 -5
- package/types/net/minecraft/client/server/IntegratedServer.d.ts +23 -3
- package/types/net/minecraft/client/sounds/ChannelAccess$ChannelHandle.d.ts +2 -1
- package/types/net/minecraft/client/telemetry/ClientTelemetryManager.d.ts +2 -1
- package/types/net/minecraft/client/telemetry/TelemetryEventType.d.ts +2 -0
- package/types/net/minecraft/client/telemetry/TelemetryProperty.d.ts +5 -0
- package/types/net/minecraft/client/telemetry/WorldSessionTelemetryManager.d.ts +1 -1
- package/types/net/minecraft/client/telemetry/events/GameLoadTimesEvent$Measurement.d.ts +1 -0
- package/types/net/minecraft/client/telemetry/events/WorldLoadEvent.d.ts +2 -1
- package/types/net/minecraft/commands/CacheableFunction.d.ts +1 -0
- package/types/net/minecraft/commands/arguments/EntityArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/MessageArgument$Message.d.ts +1 -0
- package/types/net/minecraft/commands/arguments/MessageArgument$Part.d.ts +1 -0
- package/types/net/minecraft/commands/arguments/RangeArgument$Floats.d.ts +1 -1
- package/types/net/minecraft/commands/arguments/RangeArgument$Ints.d.ts +1 -1
- package/types/net/minecraft/commands/arguments/RangeArgument.d.ts +1 -1
- package/types/net/minecraft/commands/arguments/ResourceArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/ResourceArgument$Info.d.ts +1 -2
- package/types/net/minecraft/commands/arguments/ResourceKeyArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/ResourceKeyArgument$Info.d.ts +1 -2
- package/types/net/minecraft/commands/arguments/ResourceOrTagArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/ResourceOrTagArgument$Info.d.ts +1 -2
- package/types/net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/ResourceOrTagKeyArgument$Info.d.ts +1 -2
- package/types/net/minecraft/commands/arguments/ResourceSelectorArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/ResourceSelectorArgument$Info.d.ts +1 -2
- package/types/net/minecraft/commands/arguments/ScoreHolderArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/TeamColorArgument.d.ts +21 -0
- package/types/net/minecraft/commands/arguments/TimeArgument$Info$Template.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/coordinates/LocalCoordinates.d.ts +1 -0
- package/types/net/minecraft/commands/arguments/coordinates/WorldCoordinate.d.ts +1 -0
- package/types/net/minecraft/commands/arguments/item/ItemParser$State.d.ts +2 -1
- package/types/net/minecraft/commands/arguments/selector/EntitySelector.d.ts +1 -1
- package/types/net/minecraft/commands/arguments/selector/EntitySelectorParser.d.ts +21 -29
- package/types/net/minecraft/commands/arguments/selector/options/InvertableSetOptionState$Limitation.d.ts +13 -0
- package/types/net/minecraft/commands/arguments/selector/options/InvertableSetOptionState.d.ts +22 -0
- package/types/net/minecraft/commands/arguments/selector/options/SetOnceOptionState.d.ts +7 -0
- package/types/net/minecraft/commands/execution/ChainModifiers.d.ts +1 -0
- package/types/net/minecraft/commands/execution/Frame.d.ts +1 -0
- package/types/net/minecraft/commands/synchronization/SingletonArgumentInfo$Template.d.ts +2 -1
- package/types/net/minecraft/commands/synchronization/SingletonArgumentInfo.d.ts +1 -2
- package/types/net/minecraft/commands/synchronization/brigadier/DoubleArgumentInfo$Template.d.ts +2 -1
- package/types/net/minecraft/commands/synchronization/brigadier/FloatArgumentInfo$Template.d.ts +2 -1
- package/types/net/minecraft/commands/synchronization/brigadier/IntegerArgumentInfo$Template.d.ts +2 -1
- package/types/net/minecraft/commands/synchronization/brigadier/LongArgumentInfo$Template.d.ts +2 -1
- package/types/net/minecraft/commands/synchronization/brigadier/StringArgumentSerializer$Template.d.ts +2 -1
- package/types/net/minecraft/core/BlockPos$MutableBlockPos.d.ts +1 -0
- package/types/net/minecraft/core/BlockPos.d.ts +1 -2
- package/types/net/minecraft/core/RegistryAccess$ImmutableRegistryAccess.d.ts +1 -1
- package/types/net/minecraft/core/Rotations.d.ts +1 -0
- package/types/net/minecraft/core/SectionPos.d.ts +1 -0
- package/types/net/minecraft/core/cauldron/CauldronInteractions.d.ts +12 -0
- package/types/net/minecraft/core/component/DataComponentPatch$PatchKey.d.ts +1 -0
- package/types/net/minecraft/core/component/DataComponents.d.ts +2 -0
- package/types/net/minecraft/core/component/predicates/AttributeModifiersPredicate$EntryPredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/AttributeModifiersPredicate.d.ts +2 -2
- package/types/net/minecraft/core/component/predicates/BundlePredicate.d.ts +3 -3
- package/types/net/minecraft/core/component/predicates/ContainerPredicate.d.ts +3 -3
- package/types/net/minecraft/core/component/predicates/CustomDataPredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/DamagePredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate$Enchantments.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate$StoredEnchantments.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/EnchantmentsPredicate.d.ts +2 -2
- package/types/net/minecraft/core/component/predicates/FireworkExplosionPredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/FireworksPredicate.d.ts +3 -3
- package/types/net/minecraft/core/component/predicates/JukeboxPlayablePredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/PotionsPredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/TrimPredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/VillagerTypePredicate.d.ts +1 -1
- package/types/net/minecraft/core/component/predicates/WritableBookPredicate.d.ts +2 -2
- package/types/net/minecraft/core/component/predicates/WrittenBookPredicate.d.ts +3 -3
- package/types/net/minecraft/core/dispenser/FlintAndSteelDispenseItemBehavior.d.ts +15 -0
- package/types/net/minecraft/core/dispenser/SulfurCubeBlockDispenseItemBehavior.d.ts +19 -0
- package/types/net/minecraft/core/particles/ExplosionParticleInfo.d.ts +1 -0
- package/types/net/minecraft/core/particles/GeyserBaseParticleOptions.d.ts +20 -0
- package/types/net/minecraft/core/particles/GeyserParticleOptions.d.ts +18 -0
- package/types/net/minecraft/core/particles/ParticleLimit.d.ts +1 -0
- package/types/net/minecraft/core/particles/ParticleTypes.d.ts +10 -0
- package/types/net/minecraft/core/particles/SculkChargeParticleOptions.d.ts +1 -0
- package/types/net/minecraft/core/particles/TrailParticleOption.d.ts +1 -0
- package/types/net/minecraft/core/registries/BuiltInRegistries.d.ts +6 -5
- package/types/net/minecraft/core/registries/Registries.d.ts +8 -5
- package/types/net/minecraft/data/AtlasIds.d.ts +0 -2
- package/types/net/minecraft/data/BlockFamilies.d.ts +9 -16
- package/types/net/minecraft/data/BlockFamily$Builder.d.ts +6 -0
- package/types/net/minecraft/data/BlockFamily$Variant.d.ts +10 -1
- package/types/net/minecraft/data/BlockFamily.d.ts +2 -0
- package/types/net/minecraft/data/DataGenerator$PackGenerator.d.ts +2 -1
- package/types/net/minecraft/data/HashCache$UpdateResult.d.ts +1 -0
- package/types/net/minecraft/data/info/DatapackStructureReport$Entry.d.ts +1 -0
- package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +2 -2
- package/types/net/minecraft/data/loot/packs/VanillaEntityLoot.d.ts +2 -2
- package/types/net/minecraft/data/recipes/CustomCraftingRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/RecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/RecipeProvider.d.ts +9 -6
- package/types/net/minecraft/data/recipes/RecipeUnlockAdvancementBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/ShapedRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/ShapelessRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/SimpleCookingRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/SingleItemRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/SmithingTransformRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/SmithingTrimRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/SpecialRecipeBuilder.d.ts +1 -1
- package/types/net/minecraft/data/recipes/TransmuteRecipeBuilder.d.ts +2 -2
- package/types/net/minecraft/data/recipes/packs/VanillaRecipeProvider.d.ts +3 -5
- package/types/net/minecraft/data/structures/SnbtToNbt$TaskResult.d.ts +1 -0
- package/types/net/minecraft/data/tags/BannerPatternTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/BiomeTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/BlockItemTagAppender.d.ts +8 -0
- package/types/net/minecraft/data/tags/BlockItemTagsProvider$CombinedAppender.d.ts +10 -0
- package/types/net/minecraft/data/tags/BlockItemTagsProvider.d.ts +8 -3
- package/types/net/minecraft/data/tags/DamageTypeTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/DialogTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/EnchantmentTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/EntityTypeTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/FeatureTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/FlatLevelGeneratorPresetTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/FluidTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/GameEventTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/InstrumentTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/PaintingVariantTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/PoiTypeTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/PotionTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/StructureTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/TagAppender.d.ts +1 -1
- package/types/net/minecraft/data/tags/TagsProvider.d.ts +3 -0
- package/types/net/minecraft/data/tags/TimelineTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/TradeRebalanceEnchantmentTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/TradeRebalanceTradeTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/VanillaBlockItemTagsProvider.d.ts +13 -0
- package/types/net/minecraft/data/tags/VanillaBlockTagsProvider.d.ts +7 -2
- package/types/net/minecraft/data/tags/VanillaItemTagsProvider.d.ts +7 -2
- package/types/net/minecraft/data/tags/VillagerTradesTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/tags/WorldPresetTagsProvider.d.ts +2 -2
- package/types/net/minecraft/data/worldgen/BiomeDefaultFeatures.d.ts +1 -0
- package/types/net/minecraft/data/worldgen/SurfaceRuleData.d.ts +5 -3
- package/types/net/minecraft/data/worldgen/TerrainProvider.d.ts +6 -5
- package/types/net/minecraft/data/worldgen/biome/OverworldBiomes.d.ts +1 -0
- package/types/net/minecraft/data/worldgen/features/CaveFeatures.d.ts +3 -0
- package/types/net/minecraft/data/worldgen/features/MiscOverworldFeatures.d.ts +2 -0
- package/types/net/minecraft/data/worldgen/placement/CavePlacements.d.ts +3 -0
- package/types/net/minecraft/data/worldgen/placement/MiscOverworldPlacements.d.ts +1 -0
- package/types/net/minecraft/gametest/framework/GameTestBatch.d.ts +1 -0
- package/types/net/minecraft/gametest/framework/GameTestEntityBuilder.d.ts +21 -0
- package/types/net/minecraft/gametest/framework/GameTestEvent.d.ts +3 -0
- package/types/net/minecraft/gametest/framework/GameTestHelper$TestBlockPlaceContext.d.ts +2 -1
- package/types/net/minecraft/gametest/framework/GameTestHelper.d.ts +13 -1
- package/types/net/minecraft/gametest/framework/GameTestMobBuilder.d.ts +12 -0
- package/types/net/minecraft/gametest/framework/GameTestSequence$Condition.d.ts +2 -1
- package/types/net/minecraft/gametest/framework/GameTestServer.d.ts +3 -0
- package/types/net/minecraft/gametest/framework/RetryOptions.d.ts +1 -0
- package/types/net/minecraft/gametest/framework/TestData.d.ts +3 -0
- package/types/net/minecraft/gametest/framework/TestEnvironmentDefinition$ClockTime.d.ts +1 -0
- package/types/net/minecraft/gametest/framework/TestEnvironmentDefinition$SetDifficulty.d.ts +25 -0
- package/types/net/minecraft/gizmos/ArrowGizmo.d.ts +1 -0
- package/types/net/minecraft/gizmos/CircleGizmo.d.ts +1 -0
- package/types/net/minecraft/gizmos/CuboidGizmo.d.ts +1 -0
- package/types/net/minecraft/gizmos/GizmoStyle.d.ts +1 -0
- package/types/net/minecraft/gizmos/LineGizmo.d.ts +1 -0
- package/types/net/minecraft/gizmos/PointGizmo.d.ts +1 -0
- package/types/net/minecraft/gizmos/TextGizmo$Style.d.ts +1 -0
- package/types/net/minecraft/locale/Language.d.ts +1 -0
- package/types/net/minecraft/nbt/ByteTag.d.ts +1 -0
- package/types/net/minecraft/nbt/DoubleTag.d.ts +1 -0
- package/types/net/minecraft/nbt/FloatTag.d.ts +1 -0
- package/types/net/minecraft/nbt/IntTag.d.ts +1 -0
- package/types/net/minecraft/nbt/LongTag.d.ts +1 -0
- package/types/net/minecraft/nbt/NbtOps$NbtRecordBuilder.d.ts +2 -1
- package/types/net/minecraft/nbt/NbtOps.d.ts +1 -2
- package/types/net/minecraft/nbt/ShortTag.d.ts +1 -0
- package/types/net/minecraft/nbt/SnbtOperations$BuiltinKey.d.ts +1 -0
- package/types/net/minecraft/nbt/visitors/FieldTree.d.ts +2 -0
- package/types/net/minecraft/network/Connection.d.ts +5 -2
- package/types/net/minecraft/network/HashedStack$ActualItem.d.ts +1 -0
- package/types/net/minecraft/network/RateKickingConnection.d.ts +2 -0
- package/types/net/minecraft/network/chat/ClickEvent$ChangePage.d.ts +1 -0
- package/types/net/minecraft/network/chat/CommonComponents.d.ts +1 -0
- package/types/net/minecraft/network/chat/FontDescription$PlayerSprite.d.ts +1 -0
- package/types/net/minecraft/network/chat/LastSeenMessages$Update.d.ts +2 -0
- package/types/net/minecraft/network/chat/LastSeenTrackedEntry.d.ts +1 -0
- package/types/net/minecraft/network/chat/MessageSignature$Packed.d.ts +3 -0
- package/types/net/minecraft/network/chat/MessageSignature.d.ts +1 -0
- package/types/net/minecraft/network/chat/MutableComponent.d.ts +2 -0
- package/types/net/minecraft/network/chat/ResolutionContext.d.ts +1 -0
- package/types/net/minecraft/network/chat/SignedMessageBody$Packed.d.ts +2 -0
- package/types/net/minecraft/network/chat/SignedMessageBody.d.ts +1 -0
- package/types/net/minecraft/network/chat/SignedMessageLink.d.ts +1 -0
- package/types/net/minecraft/network/chat/TextColor.d.ts +16 -0
- package/types/net/minecraft/network/chat/contents/NbtContents.d.ts +1 -0
- package/types/net/minecraft/network/chat/contents/objects/PlayerSprite.d.ts +1 -0
- package/types/net/minecraft/network/protocol/common/ClientboundResourcePackPushPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/common/ClientboundStoreCookiePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/common/ClientboundTransferPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/cookie/ServerboundCookieResponsePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundBlockChangedAckPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundBossEventPacket$UpdateProgressOperation.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundChangeDifficultyPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundChunkBatchFinishedPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundChunksBiomesPacket$ChunkBiomeData.d.ts +3 -0
- package/types/net/minecraft/network/protocol/game/ClientboundCommandSuggestionsPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundCommandsPacket$Entry.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundContainerSetContentPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundCooldownPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundDamageEventPacket.d.ts +4 -0
- package/types/net/minecraft/network/protocol/game/ClientboundDebugEntityValuePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundDebugSamplePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundEntityPositionSyncPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundExplodePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundHurtAnimationPacket.d.ts +4 -0
- package/types/net/minecraft/network/protocol/game/ClientboundLoginPacket.d.ts +4 -0
- package/types/net/minecraft/network/protocol/game/ClientboundMapItemDataPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundMoveMinecartPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundMoveVehiclePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlaceGhostRecipePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlayerChatPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlayerCombatKillPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket$Entry.d.ts +3 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlayerPositionPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundPlayerRotationPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundRecipeBookAddPacket$Entry.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundRecipeBookAddPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundRemoveMobEffectPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundRespawnPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetEntityDataPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetEntityMotionPacket.d.ts +3 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetHeldSlotPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetPlayerInventoryPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetPlayerTeamPacket$Parameters.d.ts +24 -18
- package/types/net/minecraft/network/protocol/game/ClientboundSetScorePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetSimulationDistancePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSetTimePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundSystemChatPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundTeleportEntityPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ClientboundTickingStatePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundTickingStepPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ClientboundUpdateAttributesPacket$AttributeSnapshot.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/CommonPlayerSpawnInfo.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/GamePacketTypes.d.ts +2 -2
- package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +2 -2
- package/types/net/minecraft/network/protocol/game/ServerboundAttackPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundChatAckPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundChatCommandSignedPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundChatPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundChunkBatchReceivedPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundContainerButtonClickPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundContainerClickPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundContainerSlotStateChangedPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundEditBookPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundInteractPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundMoveVehiclePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundPickItemFromBlockPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundPickItemFromEntityPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundPlaceRecipePacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/game/ServerboundSelectBundleItemPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundSetCreativeModeSlotPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/game/ServerboundSpectatorActionPacket.d.ts +24 -0
- package/types/net/minecraft/network/protocol/handshake/ClientIntentionPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/login/ClientboundCustomQueryPacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/login/ClientboundLoginFinishedPacket.d.ts +4 -1
- package/types/net/minecraft/network/protocol/login/ServerboundCustomQueryAnswerPacket.d.ts +1 -0
- package/types/net/minecraft/network/protocol/ping/ClientboundPongResponsePacket.d.ts +2 -0
- package/types/net/minecraft/network/protocol/status/ServerStatus$Favicon.d.ts +1 -0
- package/types/net/minecraft/network/protocol/status/ServerStatus$Players.d.ts +1 -0
- package/types/net/minecraft/network/protocol/status/ServerStatus$Version.d.ts +1 -0
- package/types/net/minecraft/network/protocol/status/ServerStatus.d.ts +1 -0
- package/types/net/minecraft/network/syncher/EntityDataAccessor.d.ts +1 -0
- package/types/net/minecraft/network/syncher/SynchedEntityData$DataValue.d.ts +1 -0
- package/types/net/minecraft/realms/RepeatedNarrator$Params.d.ts +8 -2
- package/types/net/minecraft/references/BlockIds.d.ts +110 -5
- package/types/net/minecraft/references/BlockItemId.d.ts +19 -0
- package/types/net/minecraft/references/BlockItemIds.d.ts +777 -0
- package/types/net/minecraft/references/ItemIds.d.ts +439 -2
- package/types/net/minecraft/resources/DelegatingOps$DelegateListBuilder.d.ts +2 -1
- package/types/net/minecraft/resources/DelegatingOps$DelegateRecordBuilder.d.ts +2 -1
- package/types/net/minecraft/resources/DelegatingOps.d.ts +0 -2
- package/types/net/minecraft/resources/ResourceKey.d.ts +3 -0
- package/types/net/minecraft/resources/ResourceManagerRegistryLoadTask.d.ts +1 -0
- package/types/net/minecraft/server/Bootstrap.d.ts +2 -1
- package/types/net/minecraft/server/MinecraftServer$MultiplayerScope.d.ts +17 -0
- package/types/net/minecraft/server/MinecraftServer$ServerResourcePackInfo.d.ts +1 -0
- package/types/net/minecraft/server/MinecraftServer.d.ts +13 -3
- package/types/net/minecraft/server/PlayerAdvancements$TriggerInstanceKey.d.ts +13 -0
- package/types/net/minecraft/server/PlayerAdvancements.d.ts +9 -4
- package/types/net/minecraft/server/SuppressedExceptionCollector$LongEntry.d.ts +1 -0
- package/types/net/minecraft/server/WorldLoader$PackConfig.d.ts +1 -0
- package/types/net/minecraft/server/bossevents/CustomBossEvent$Packed.d.ts +1 -0
- package/types/net/minecraft/server/chase/ChaseClient$TeleportTarget.d.ts +1 -1
- package/types/net/minecraft/server/chase/ChaseClient.d.ts +0 -3
- package/types/net/minecraft/server/chase/ChaseServer$PlayerPosition.d.ts +1 -0
- package/types/net/minecraft/server/commands/UnpublishCommand.d.ts +7 -0
- package/types/net/minecraft/server/dedicated/DedicatedServer.d.ts +6 -5
- package/types/net/minecraft/server/dedicated/DedicatedServerProperties.d.ts +2 -0
- package/types/net/minecraft/server/dedicated/Settings$MutableValue.d.ts +1 -1
- package/types/net/minecraft/server/dialog/CommonButtonData.d.ts +2 -0
- package/types/net/minecraft/server/dialog/CommonDialogData.d.ts +1 -0
- package/types/net/minecraft/server/dialog/DialogListDialog.d.ts +1 -0
- package/types/net/minecraft/server/dialog/MultiActionDialog.d.ts +1 -0
- package/types/net/minecraft/server/dialog/ServerLinksDialog.d.ts +1 -0
- package/types/net/minecraft/server/dialog/body/ItemBody.d.ts +1 -0
- package/types/net/minecraft/server/dialog/body/PlainMessage.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/BooleanInput.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/NumberRangeInput$RangeInfo.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/NumberRangeInput.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/SingleOptionInput$Entry.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/SingleOptionInput.d.ts +1 -0
- package/types/net/minecraft/server/dialog/input/TextInput.d.ts +1 -0
- package/types/net/minecraft/server/jsonrpc/Connection.d.ts +1 -1
- package/types/net/minecraft/server/jsonrpc/IncomingRpcMethod$Attributes.d.ts +3 -0
- package/types/net/minecraft/server/jsonrpc/IncomingRpcMethod$IncomingRpcMethodBuilder.d.ts +2 -0
- package/types/net/minecraft/server/jsonrpc/JsonRPCUtils.d.ts +1 -0
- package/types/net/minecraft/server/jsonrpc/JsonRpc.d.ts +8 -0
- package/types/net/minecraft/server/jsonrpc/ManagementServer.d.ts +6 -2
- package/types/net/minecraft/server/jsonrpc/OutgoingRpcMethod$Attributes.d.ts +3 -0
- package/types/net/minecraft/server/jsonrpc/OutgoingRpcMethod$OutgoingRpcMethodBuilder.d.ts +2 -0
- package/types/net/minecraft/server/jsonrpc/PendingRpcRequest.d.ts +1 -0
- package/types/net/minecraft/server/jsonrpc/api/ParamInfo.d.ts +2 -0
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftAllowListServiceImpl.d.ts +4 -2
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftApi.d.ts +1 -2
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftBanListServiceImpl.d.ts +5 -3
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftExecutorServiceImpl.d.ts +4 -2
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftGameRuleServiceImpl.d.ts +4 -4
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftOperatorListServiceImpl.d.ts +5 -3
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftPlayerListServiceImpl.d.ts +4 -2
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftServerSettingsServiceImpl.d.ts +4 -2
- package/types/net/minecraft/server/jsonrpc/internalapi/MinecraftServerStateServiceImpl.d.ts +4 -2
- package/types/net/minecraft/server/jsonrpc/methods/OperatorService$Op.d.ts +1 -1
- package/types/net/minecraft/server/jsonrpc/methods/ServerStateService$ServerState.d.ts +1 -0
- package/types/net/minecraft/server/jsonrpc/methods/ServerStateService$SystemMessage.d.ts +1 -0
- package/types/net/minecraft/server/level/ChunkMap$DistanceManager.d.ts +2 -1
- package/types/net/minecraft/server/level/ChunkMap$TrackedEntity.d.ts +2 -1
- package/types/net/minecraft/server/level/ChunkMap.d.ts +2 -1
- package/types/net/minecraft/server/level/ChunkTaskPriorityQueue$TasksForChunk.d.ts +1 -0
- package/types/net/minecraft/server/level/ChunkTrackingView$Positioned.d.ts +1 -0
- package/types/net/minecraft/server/level/ClientInformation.d.ts +2 -0
- package/types/net/minecraft/server/level/ColumnPos.d.ts +1 -0
- package/types/net/minecraft/server/level/DistanceManager$FixedPlayerDistanceChunkTracker.d.ts +2 -1
- package/types/net/minecraft/server/level/DistanceManager$PlayerTicketTracker.d.ts +2 -1
- package/types/net/minecraft/server/level/ServerChunkCache$MainThreadExecutor.d.ts +2 -1
- package/types/net/minecraft/server/level/ServerChunkCache.d.ts +1 -0
- package/types/net/minecraft/server/level/ServerEntityGetter.d.ts +1 -0
- package/types/net/minecraft/server/level/ServerLevel$EntityCallbacks.d.ts +1 -1
- package/types/net/minecraft/server/level/ServerLevel.d.ts +3 -0
- package/types/net/minecraft/server/level/ServerPlayer$RespawnConfig.d.ts +1 -0
- package/types/net/minecraft/server/level/ServerPlayer$RespawnPosAngle.d.ts +1 -0
- package/types/net/minecraft/server/level/ServerPlayer.d.ts +24 -3
- package/types/net/minecraft/server/level/TicketType.d.ts +1 -0
- package/types/net/minecraft/server/level/WorldGenRegion.d.ts +7 -1
- package/types/net/minecraft/server/network/CommonListenerCookie.d.ts +1 -0
- package/types/net/minecraft/server/network/ServerConnectionListener$LatencySimulator$DelayedMessage.d.ts +10 -4
- package/types/net/minecraft/server/network/ServerConnectionListener.d.ts +6 -0
- package/types/net/minecraft/server/network/ServerGamePacketListenerImpl.d.ts +6 -3
- package/types/net/minecraft/server/network/ServerTextFilter$PlayerContext.d.ts +2 -1
- package/types/net/minecraft/server/network/config/PrepareSpawnTask$Preparing.d.ts +2 -1
- package/types/net/minecraft/server/network/config/PrepareSpawnTask$Ready.d.ts +2 -1
- package/types/net/minecraft/server/notifications/NotificationManager.d.ts +3 -0
- package/types/net/minecraft/server/packs/DownloadCacheCleaner$PathAndPriority.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadQueue$BatchConfig.d.ts +1 -0
- package/types/net/minecraft/server/packs/DownloadQueue$FileInfoEntry.d.ts +1 -0
- package/types/net/minecraft/server/packs/PackSelectionConfig.d.ts +1 -0
- package/types/net/minecraft/server/packs/metadata/pack/PackFormat.d.ts +1 -0
- package/types/net/minecraft/server/players/BanListEntry.d.ts +1 -0
- package/types/net/minecraft/server/players/PlayerList.d.ts +2 -1
- package/types/net/minecraft/sounds/Music.d.ts +1 -0
- package/types/net/minecraft/sounds/SoundEvents.d.ts +66 -0
- package/types/net/minecraft/stats/RecipeBookSettings$TypeSettings.d.ts +1 -0
- package/types/net/minecraft/stats/Stat.d.ts +3 -2
- package/types/net/minecraft/tags/BlockItemTagId.d.ts +19 -0
- package/types/net/minecraft/tags/BlockItemTags.d.ts +81 -0
- package/types/net/minecraft/tags/BlockTags.d.ts +18 -18
- package/types/net/minecraft/tags/ItemTags.d.ts +17 -16
- package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
- package/types/net/minecraft/tags/TagFile.d.ts +1 -0
- package/types/net/minecraft/util/ARGB.d.ts +1 -0
- package/types/net/minecraft/util/ArrayListDeque$DescendingIterator.d.ts +1 -1
- package/types/net/minecraft/util/Brightness.d.ts +1 -0
- package/types/net/minecraft/util/ColorRGBA.d.ts +1 -0
- package/types/net/minecraft/util/CommonLinks.d.ts +1 -0
- package/types/net/minecraft/util/Crypt$SaltSignaturePair.d.ts +2 -0
- package/types/net/minecraft/util/CubicSpline$Builder.d.ts +11 -10
- package/types/net/minecraft/util/CubicSpline$Constant.d.ts +11 -9
- package/types/net/minecraft/util/CubicSpline$Multipoint$Point.d.ts +18 -0
- package/types/net/minecraft/util/CubicSpline$Multipoint.d.ts +18 -12
- package/types/net/minecraft/util/CubicSpline.d.ts +5 -6
- package/types/net/minecraft/util/EasingType$CubicBezier$CubicCurve.d.ts +1 -0
- package/types/net/minecraft/util/EasingType$CubicBezier.d.ts +2 -0
- package/types/net/minecraft/util/EasingType$CubicBezierControls.d.ts +1 -0
- package/types/net/minecraft/util/ExtraCodecs$TagOrElementLocation.d.ts +1 -0
- package/types/net/minecraft/util/ExtraCodecs.d.ts +2 -0
- package/types/net/minecraft/util/FileUtil.d.ts +1 -0
- package/types/net/minecraft/util/HashOps$ListHashBuilder.d.ts +2 -1
- package/types/net/minecraft/util/HashOps$MapHashBuilder.d.ts +2 -1
- package/types/net/minecraft/util/HashOps.d.ts +0 -2
- package/types/net/minecraft/util/Keyframe.d.ts +1 -0
- package/types/net/minecraft/util/KeyframeTrackSampler$Segment.d.ts +4 -0
- package/types/net/minecraft/util/LightCoordsUtil$BrightnessGetter.d.ts +6 -0
- package/types/net/minecraft/util/LightCoordsUtil.d.ts +6 -0
- package/types/net/minecraft/util/Mth.d.ts +11 -7
- package/types/net/minecraft/util/NativeModuleLister$NativeModuleInfo.d.ts +8 -3
- package/types/net/minecraft/util/NativeModuleLister$NativeModuleVersion.d.ts +10 -4
- package/types/net/minecraft/util/NativeModuleLister.d.ts +3 -0
- package/types/net/minecraft/util/NullOps.d.ts +0 -2
- package/types/net/minecraft/util/PlaceholderLookupProvider$UniversalLookup.d.ts +2 -1
- package/types/net/minecraft/util/PngInfo.d.ts +1 -0
- package/types/net/minecraft/util/ProblemReporter$IndexedFieldPathElement.d.ts +1 -0
- package/types/net/minecraft/util/ProblemReporter$IndexedPathElement.d.ts +1 -0
- package/types/net/minecraft/util/SortedArraySet$ArrayIterator.d.ts +1 -1
- package/types/net/minecraft/util/Util.d.ts +8 -1
- package/types/net/minecraft/util/datafix/fixes/AttributesRenameFix.d.ts +3 -0
- package/types/net/minecraft/util/datafix/fixes/LeavesFix$Section.d.ts +1 -2
- package/types/net/minecraft/util/datafix/fixes/OptionsForceDefaultGraphicsApiFix.d.ts +14 -0
- package/types/net/minecraft/util/datafix/fixes/RemoveBlockEntityTagFix.d.ts +7 -0
- package/types/net/minecraft/util/datafix/fixes/RenameNameplateToNameTagFix.d.ts +12 -0
- package/types/net/minecraft/util/datafix/schemas/V4881.d.ts +14 -0
- package/types/net/minecraft/util/datafix/schemas/V4885.d.ts +13 -0
- package/types/net/minecraft/util/debug/DebugBeeInfo.d.ts +1 -0
- package/types/net/minecraft/util/debug/DebugBrainDump.d.ts +2 -0
- package/types/net/minecraft/util/debug/DebugGameEventListenerInfo.d.ts +1 -0
- package/types/net/minecraft/util/debug/DebugGoalInfo$DebugGoal.d.ts +1 -0
- package/types/net/minecraft/util/debug/DebugHiveInfo.d.ts +1 -0
- package/types/net/minecraft/util/debug/DebugPathInfo.d.ts +1 -0
- package/types/net/minecraft/util/debug/DebugPoiInfo.d.ts +3 -0
- package/types/net/minecraft/util/debug/DebugStructureInfo$Piece.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/EventLogDirectory$FileId.d.ts +1 -0
- package/types/net/minecraft/util/filefix/FileSystemCapabilities.d.ts +1 -0
- package/types/net/minecraft/util/filefix/access/ChunkNbt.d.ts +2 -1
- package/types/net/minecraft/util/filefix/fixes/LegacyStructureFileFix$IncrementalFutureSequence.d.ts +10 -0
- package/types/net/minecraft/util/filefix/fixes/ReenableSpectatorsGenerateChunksInHardcoreWorldsFileFix.d.ts +6 -0
- package/types/net/minecraft/util/parsing/packrat/CachedParseState$CacheEntry.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/CachedParseState$Silent.d.ts +2 -1
- package/types/net/minecraft/util/parsing/packrat/ErrorEntry.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/Term$Alternative.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/Term$LookAhead.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/Term$Repeated.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/Term$RepeatedWithSeparator.d.ts +1 -0
- package/types/net/minecraft/util/parsing/packrat/Term$Sequence.d.ts +1 -0
- package/types/net/minecraft/util/profiling/ActiveProfiler.d.ts +1 -1
- package/types/net/minecraft/util/profiling/InactiveProfiler.d.ts +1 -1
- package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +1 -1
- package/types/net/minecraft/util/profiling/jfr/stats/ChunkIdentification.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/CpuLoadStat.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/FileIOStat$Summary.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/FileIOStat.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/FpsStat.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/GcHeapStat$Summary.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/GcHeapStat.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/IoSummary$CountAndSize.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/StructureGenStat.d.ts +1 -0
- package/types/net/minecraft/util/profiling/jfr/stats/ThreadAllocationStat.d.ts +3 -0
- package/types/net/minecraft/util/profiling/jfr/stats/TimedStatSummary.d.ts +1 -0
- package/types/net/minecraft/util/profiling/metrics/MetricSampler$MetricSamplerBuilder.d.ts +3 -0
- package/types/net/minecraft/util/profiling/metrics/MetricSampler$SamplingPhase.d.ts +12 -0
- package/types/net/minecraft/util/profiling/metrics/MetricSampler.d.ts +6 -3
- package/types/net/minecraft/util/profiling/metrics/MetricsRegistry$AggregatedMetricSampler.d.ts +1 -1
- package/types/net/minecraft/util/profiling/metrics/profiling/ActiveMetricsRecorder.d.ts +3 -0
- package/types/net/minecraft/util/profiling/metrics/profiling/InactiveMetricsRecorder.d.ts +1 -0
- package/types/net/minecraft/util/profiling/metrics/profiling/MetricsRecorder.d.ts +1 -0
- package/types/net/minecraft/util/random/Weighted.d.ts +1 -0
- package/types/net/minecraft/util/random/WeightedList.d.ts +1 -0
- package/types/net/minecraft/util/thread/BlockableEventLoop.d.ts +0 -1
- package/types/net/minecraft/util/thread/ParallelMapTransform$Container.d.ts +2 -0
- package/types/net/minecraft/util/thread/StrictQueue$RunnableWithPriority.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/BiasedToBottomInt.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/ClampedInt.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/ClampedNormalFloat.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/ClampedNormalInt.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/ConstantFloat.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/ConstantInt.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/FloatProviders.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/TrapezoidFloat.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/TrapezoidInt.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/UniformFloat.d.ts +1 -0
- package/types/net/minecraft/util/valueproviders/UniformInt.d.ts +1 -0
- package/types/net/minecraft/world/InteractionResult$ItemContext.d.ts +3 -0
- package/types/net/minecraft/world/ItemStackWithSlot.d.ts +1 -0
- package/types/net/minecraft/world/LockCode.d.ts +1 -1
- package/types/net/minecraft/world/RandomSequences$DirtyMarkingRandomSource.d.ts +3 -1
- package/types/net/minecraft/world/Stopwatch.d.ts +2 -0
- package/types/net/minecraft/world/attribute/AmbientAdditionsSettings.d.ts +1 -0
- package/types/net/minecraft/world/attribute/AmbientMoodSettings.d.ts +1 -0
- package/types/net/minecraft/world/attribute/AmbientParticle.d.ts +1 -0
- package/types/net/minecraft/world/attribute/BedRule.d.ts +1 -0
- package/types/net/minecraft/world/attribute/EnvironmentAttributeProbe$ValueProbe.d.ts +2 -1
- package/types/net/minecraft/world/attribute/modifier/ColorModifier$BlendToGray.d.ts +1 -0
- package/types/net/minecraft/world/attribute/modifier/FloatWithAlpha.d.ts +2 -0
- package/types/net/minecraft/world/clock/ClockNetworkState.d.ts +1 -0
- package/types/net/minecraft/world/clock/ClockState.d.ts +1 -0
- package/types/net/minecraft/world/clock/ClockTimeMarker.d.ts +1 -0
- package/types/net/minecraft/world/damagesource/CombatEntry.d.ts +1 -0
- package/types/net/minecraft/world/damagesource/DamageType.d.ts +5 -0
- package/types/net/minecraft/world/effect/HealOrHarmMobEffect.d.ts +3 -3
- package/types/net/minecraft/world/effect/InstantaneousMobEffect.d.ts +16 -0
- package/types/net/minecraft/world/effect/MobEffect$AttributeTemplate.d.ts +1 -0
- package/types/net/minecraft/world/effect/MobEffect.d.ts +2 -2
- package/types/net/minecraft/world/effect/MobEffectInstance$Details.d.ts +1 -0
- package/types/net/minecraft/world/effect/MobEffectInstance.d.ts +1 -1
- package/types/net/minecraft/world/effect/SaturationMobEffect.d.ts +2 -2
- package/types/net/minecraft/world/entity/AgeableMob.d.ts +22 -2
- package/types/net/minecraft/world/entity/AreaEffectCloud.d.ts +6 -0
- package/types/net/minecraft/world/entity/Avatar.d.ts +20 -2
- package/types/net/minecraft/world/entity/Bucketable.d.ts +13 -0
- package/types/net/minecraft/world/entity/ConversionParams.d.ts +1 -0
- package/types/net/minecraft/world/entity/ConversionType.d.ts +0 -1
- package/types/net/minecraft/world/entity/Display$BlockDisplay.d.ts +6 -0
- package/types/net/minecraft/world/entity/Display$ColorInterpolator.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$ItemDisplay.d.ts +6 -0
- package/types/net/minecraft/world/entity/Display$LinearFloatInterpolator.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$LinearIntInterpolator.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$RenderState.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$TextDisplay$CachedInfo.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$TextDisplay$CachedLine.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$TextDisplay$TextRenderState.d.ts +1 -0
- package/types/net/minecraft/world/entity/Display$TextDisplay.d.ts +6 -0
- package/types/net/minecraft/world/entity/Display.d.ts +6 -0
- package/types/net/minecraft/world/entity/Entity.d.ts +18 -3
- package/types/net/minecraft/world/entity/EntityDimensions.d.ts +2 -0
- package/types/net/minecraft/world/entity/EntityEvent.d.ts +1 -0
- package/types/net/minecraft/world/entity/EntitySpawnRequest.d.ts +13 -0
- package/types/net/minecraft/world/entity/EntityType$Builder.d.ts +3 -2
- package/types/net/minecraft/world/entity/EntityType.d.ts +16 -306
- package/types/net/minecraft/world/entity/EntityTypeIds.d.ts +164 -0
- package/types/net/minecraft/world/entity/EntityTypes.d.ts +301 -0
- package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +7 -0
- package/types/net/minecraft/world/entity/Interaction$PlayerAction.d.ts +1 -0
- package/types/net/minecraft/world/entity/Interaction.d.ts +6 -0
- package/types/net/minecraft/world/entity/Leashable$Wrench.d.ts +4 -0
- package/types/net/minecraft/world/entity/LightningBolt.d.ts +6 -0
- package/types/net/minecraft/world/entity/LivingEntity.d.ts +35 -11
- package/types/net/minecraft/world/entity/Marker.d.ts +6 -0
- package/types/net/minecraft/world/entity/Mob.d.ts +27 -6
- package/types/net/minecraft/world/entity/MobCategory.d.ts +3 -1
- package/types/net/minecraft/world/entity/OminousItemSpawner.d.ts +6 -0
- package/types/net/minecraft/world/entity/PathfinderMob.d.ts +21 -2
- package/types/net/minecraft/world/entity/PositionMoveRotation.d.ts +1 -0
- package/types/net/minecraft/world/entity/PostSpawnProcessor.d.ts +6 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype$AttributeEntry.d.ts +21 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype$ContactDamage.d.ts +19 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype$ExplosionData.d.ts +16 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype$KnockbackModifiers.d.ts +14 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype$SoundSettings.d.ts +20 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetype.d.ts +34 -0
- package/types/net/minecraft/world/entity/SulfurCubeArchetypes.d.ts +20 -0
- package/types/net/minecraft/world/entity/TamableAnimal$TamableAnimalPanicGoal.d.ts +3 -2
- package/types/net/minecraft/world/entity/TamableAnimal.d.ts +21 -2
- package/types/net/minecraft/world/entity/ai/Brain.d.ts +4 -2
- package/types/net/minecraft/world/entity/ai/attributes/AttributeInstance$Packed.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/attributes/AttributeModifier.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/attributes/Attributes.d.ts +5 -0
- package/types/net/minecraft/world/entity/ai/behavior/ChargeAttack.d.ts +1 -1
- package/types/net/minecraft/world/entity/ai/behavior/LongJumpToRandomPos$PossibleJump.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/control/FlyingMoveControl.d.ts +2 -2
- package/types/net/minecraft/world/entity/ai/control/MoveControl.d.ts +3 -3
- package/types/net/minecraft/world/entity/ai/control/SmoothSwimmingMoveControl.d.ts +2 -2
- package/types/net/minecraft/world/entity/ai/gossip/GossipContainer$GossipEntry.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/navigation/GroundPathNavigation.d.ts +1 -3
- package/types/net/minecraft/world/entity/ai/navigation/PathNavigation.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/navigation/WaterBoundPathNavigation.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/AdultSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/AdultSensorAnyType.d.ts +2 -0
- package/types/net/minecraft/world/entity/ai/sensing/AxolotlAttackablesSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/BreezeAttackEntitySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/DummySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/FrogAttackablesSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/GolemSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/HoglinSpecificSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/HurtBySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/IsInWaterSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/MobSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/NearestBedSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/NearestItemSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/NearestLivingEntitySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/NearestVisibleLivingEntitySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/PiglinBruteSpecificSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/PiglinSpecificSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/PlayerSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/SecondaryPoiSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/TemptingSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/VillagerBabiesSensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/sensing/VillagerHostilesSensor.d.ts +2 -0
- package/types/net/minecraft/world/entity/ai/sensing/WardenEntitySensor.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/village/poi/PoiManager$DistanceTracker.d.ts +2 -1
- package/types/net/minecraft/world/entity/ai/village/poi/PoiRecord$Packed.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/village/poi/PoiSection$Packed.d.ts +1 -0
- package/types/net/minecraft/world/entity/ai/village/poi/PoiType.d.ts +1 -0
- package/types/net/minecraft/world/entity/ambient/AmbientCreature.d.ts +21 -2
- package/types/net/minecraft/world/entity/ambient/Bat.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/AgeableWaterCreature.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/Animal.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/allay/Allay$JukeboxListener.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/allay/Allay$VibrationUser.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/allay/Allay.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/armadillo/Armadillo.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/axolotl/Axolotl$AxolotlLookControl.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/axolotl/Axolotl$AxolotlMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/animal/axolotl/Axolotl.d.ts +23 -3
- package/types/net/minecraft/world/entity/animal/bee/Bee$BaseBeeGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeEnterHiveGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGoToHiveGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGoToKnownFlowerGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeGrowCropGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeHurtByOtherGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeLocateHiveGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeLookControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeePollinateGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$BeeWanderGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$ValidateFlowerGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee$ValidateHiveGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/bee/Bee.d.ts +23 -6
- package/types/net/minecraft/world/entity/animal/camel/Camel$CamelBodyRotationControl.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/camel/Camel$CamelLookControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/camel/Camel$CamelMoveControl.d.ts +3 -2
- package/types/net/minecraft/world/entity/animal/camel/Camel.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/camel/CamelHusk.d.ts +23 -3
- package/types/net/minecraft/world/entity/animal/chicken/Chicken.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/cow/AbstractCow.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/cow/Cow.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/cow/MushroomCow.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/dolphin/Dolphin$PlayWithItemsGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/dolphin/Dolphin.d.ts +24 -3
- package/types/net/minecraft/world/entity/animal/equine/AbstractChestedHorse.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/AbstractHorse$MountPanicGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/equine/AbstractHorse.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/Donkey.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/Horse.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/Llama.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/Mule.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/SkeletonHorse.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/TraderLlama.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/equine/ZombieHorse.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/feline/Cat.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/feline/Ocelot.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/fish/AbstractFish$FishMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +23 -3
- package/types/net/minecraft/world/entity/animal/fish/AbstractSchoolingFish.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fish/Cod.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fish/Pufferfish.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fish/Salmon.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fish/TropicalFish.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fish/WaterAnimal.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/fox/Fox$DefendTrustedTargetGoal.d.ts +3 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FaceplantGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxAlertableEntitiesSelector.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxBehaviorGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxBreedGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxEatBerriesGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxFloatGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxLookAtPlayerGoal.d.ts +3 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxLookControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxMeleeAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxMoveControl.d.ts +3 -2
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxPanicGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxPounceGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxSearchForItemsGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$FoxStrollThroughVillageGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$PerchAndSearchGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$SeekShelterGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$SleepGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox$StalkPreyGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/fox/Fox.d.ts +22 -3
- package/types/net/minecraft/world/entity/animal/frog/Frog$FrogLookControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/frog/Frog.d.ts +22 -4
- package/types/net/minecraft/world/entity/animal/frog/Tadpole.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/goat/Goat.d.ts +22 -3
- package/types/net/minecraft/world/entity/animal/golem/AbstractGolem.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/golem/CopperGolem.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/golem/IronGolem.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/golem/SnowGolem.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastBodyRotationControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastFloatGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast$HappyGhastLookControl.d.ts +2 -2
- package/types/net/minecraft/world/entity/animal/happyghast/HappyGhast.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/nautilus/AbstractNautilus.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/nautilus/Nautilus.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/nautilus/ZombieNautilus.d.ts +22 -3
- package/types/net/minecraft/world/entity/animal/panda/Panda$PandaMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/animal/panda/Panda$PandaSitGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/panda/Panda.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/parrot/Parrot.d.ts +24 -5
- package/types/net/minecraft/world/entity/animal/parrot/ShoulderRidingEntity.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/pig/Pig.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearAttackPlayersGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearHurtByTargetGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/polarbear/PolarBear$PolarBearMeleeAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/polarbear/PolarBear.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/rabbit/Rabbit$RabbitMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/animal/rabbit/Rabbit.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/sheep/Sheep.d.ts +24 -2
- package/types/net/minecraft/world/entity/animal/sniffer/Sniffer.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/sniffer/SnifferAi.d.ts +1 -0
- package/types/net/minecraft/world/entity/animal/squid/GlowSquid.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/squid/Squid$SquidFleeGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/animal/squid/Squid.d.ts +21 -2
- package/types/net/minecraft/world/entity/animal/turtle/Turtle$TurtleMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/animal/turtle/Turtle.d.ts +22 -2
- package/types/net/minecraft/world/entity/animal/wolf/Wolf$WolfAvoidEntityGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/animal/wolf/Wolf.d.ts +24 -2
- package/types/net/minecraft/world/entity/boss/enderdragon/DragonFlightHistory$Sample.d.ts +1 -0
- package/types/net/minecraft/world/entity/boss/enderdragon/EndCrystal.d.ts +6 -0
- package/types/net/minecraft/world/entity/boss/enderdragon/EnderDragon.d.ts +24 -3
- package/types/net/minecraft/world/entity/boss/enderdragon/EnderDragonPart.d.ts +6 -0
- package/types/net/minecraft/world/entity/boss/wither/WitherBoss$WitherDoNothingGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/boss/wither/WitherBoss.d.ts +21 -2
- package/types/net/minecraft/world/entity/decoration/ArmorStand.d.ts +20 -2
- package/types/net/minecraft/world/entity/decoration/BlockAttachedEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/GlowItemFrame.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/HangingEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/ItemFrame.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/LeashFenceKnotEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/Mannequin.d.ts +20 -2
- package/types/net/minecraft/world/entity/decoration/painting/Painting.d.ts +6 -0
- package/types/net/minecraft/world/entity/decoration/painting/PaintingVariant.d.ts +1 -0
- package/types/net/minecraft/world/entity/item/FallingBlockEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/item/PrimedTnt.d.ts +12 -0
- package/types/net/minecraft/world/entity/monster/Blaze.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Creeper.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/ElderGuardian.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/EnderMan.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Endermite.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Ghast$GhastMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/monster/Ghast.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Giant.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Guardian$GuardianMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/monster/Guardian.d.ts +22 -3
- package/types/net/minecraft/world/entity/monster/Monster.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/PatrollingMonster.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomAttackPlayerTargetGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomAttackStrategyGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomBodyRotationControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomCircleAroundAnchorGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomMoveControl.d.ts +3 -2
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomMoveTargetGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom$PhantomSweepAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Phantom.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Ravager.d.ts +22 -3
- package/types/net/minecraft/world/entity/monster/Shulker$ShulkerAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Shulker$ShulkerLookControl.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Shulker$ShulkerNearestAttackGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/monster/Shulker$ShulkerPeekGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Shulker.d.ts +24 -2
- package/types/net/minecraft/world/entity/monster/Silverfish.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Strider$StriderPathNavigation.d.ts +0 -2
- package/types/net/minecraft/world/entity/monster/Strider.d.ts +23 -2
- package/types/net/minecraft/world/entity/monster/Vex$VexChargeAttackGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Vex$VexCopyOwnerTargetGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Vex$VexMoveControl.d.ts +3 -2
- package/types/net/minecraft/world/entity/monster/Vex$VexRandomMoveGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/Vex.d.ts +27 -5
- package/types/net/minecraft/world/entity/monster/Witch.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/Zoglin.d.ts +25 -3
- package/types/net/minecraft/world/entity/monster/breeze/Breeze.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/breeze/BreezeAi.d.ts +2 -0
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingBodyRotationControl.d.ts +1 -1
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingJumpControl.d.ts +1 -1
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingLookControl.d.ts +1 -1
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingMoveControl.d.ts +2 -2
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$CreakingPathNavigation.d.ts +1 -1
- package/types/net/minecraft/world/entity/monster/creaking/Creaking$HomeNodeEvaluator.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/creaking/Creaking.d.ts +23 -3
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobAttackGoal.d.ts +12 -0
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobFloatGoal.d.ts +9 -0
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobKeepOnJumpingGoal.d.ts +8 -0
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobMoveControl.d.ts +13 -0
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob$CubeMobRandomDirectionGoal.d.ts +10 -0
- package/types/net/minecraft/world/entity/monster/cubemob/AbstractCubeMob.d.ts +211 -0
- package/types/net/minecraft/world/entity/monster/cubemob/MagmaCube.d.ts +183 -0
- package/types/net/minecraft/world/entity/monster/cubemob/Slime.d.ts +172 -0
- package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeLookControl.d.ts +6 -0
- package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeMobMoveControl.d.ts +8 -0
- package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeSearchForItemsGoal.d.ts +10 -0
- package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube$SulfurCubeTemptGoal.d.ts +10 -0
- package/types/net/minecraft/world/entity/monster/cubemob/SulfurCube.d.ts +280 -0
- package/types/net/minecraft/world/entity/monster/hoglin/Hoglin.d.ts +25 -3
- package/types/net/minecraft/world/entity/monster/illager/AbstractIllager$RaiderOpenDoorGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/AbstractIllager.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerAttackSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerCastingSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerSummonSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Evoker$EvokerWololoSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Evoker.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/illager/Illusioner$IllusionerBlindnessSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Illusioner$IllusionerMirrorSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/Illusioner.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/illager/Pillager.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager$SpellcasterCastingSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager$SpellcasterUseSpellGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/illager/SpellcasterIllager.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/illager/Vindicator.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/piglin/AbstractPiglin.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/piglin/Piglin.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/piglin/PiglinBrute.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/AbstractSkeleton.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/Bogged.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/Parched.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/Skeleton.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/Stray.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/skeleton/WitherSkeleton.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/spider/CaveSpider.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/spider/Spider.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/warden/Warden$VibrationUser.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/warden/Warden.d.ts +22 -2
- package/types/net/minecraft/world/entity/monster/zombie/Drowned$DrownedMoveControl.d.ts +2 -3
- package/types/net/minecraft/world/entity/monster/zombie/Drowned.d.ts +23 -3
- package/types/net/minecraft/world/entity/monster/zombie/Husk.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/zombie/Zombie$ZombieAttackTurtleEggGoal.d.ts +2 -1
- package/types/net/minecraft/world/entity/monster/zombie/Zombie.d.ts +21 -2
- package/types/net/minecraft/world/entity/monster/zombie/ZombieVillager.d.ts +24 -3
- package/types/net/minecraft/world/entity/monster/zombie/ZombifiedPiglin.d.ts +21 -2
- package/types/net/minecraft/world/entity/npc/villager/AbstractVillager.d.ts +21 -2
- package/types/net/minecraft/world/entity/npc/villager/Villager.d.ts +25 -8
- package/types/net/minecraft/world/entity/npc/villager/VillagerData.d.ts +2 -0
- package/types/net/minecraft/world/entity/npc/villager/VillagerDataHolder.d.ts +5 -0
- package/types/net/minecraft/world/entity/npc/wanderingtrader/WanderingTrader$WanderToPositionGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/npc/wanderingtrader/WanderingTrader.d.ts +21 -2
- package/types/net/minecraft/world/entity/player/Abilities$Packed.d.ts +1 -0
- package/types/net/minecraft/world/entity/player/Input.d.ts +1 -0
- package/types/net/minecraft/world/entity/player/Player.d.ts +23 -4
- package/types/net/minecraft/world/entity/player/PlayerSkin.d.ts +1 -0
- package/types/net/minecraft/world/entity/player/ProfilePublicKey$Data.d.ts +2 -0
- package/types/net/minecraft/world/entity/player/StackedContents$RecipePicker.d.ts +2 -1
- package/types/net/minecraft/world/entity/projectile/EvokerFangs.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/EyeOfEnder.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/FireworkRocketEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/FishingHook.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/LlamaSpit.d.ts +7 -0
- package/types/net/minecraft/world/entity/projectile/Projectile.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/ShulkerBullet.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/ThrowableProjectile.d.ts +7 -0
- package/types/net/minecraft/world/entity/projectile/arrow/AbstractArrow.d.ts +7 -0
- package/types/net/minecraft/world/entity/projectile/arrow/Arrow.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/arrow/SpectralArrow.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/arrow/ThrownTrident.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/AbstractHurtingProjectile.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/DragonFireball.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/Fireball.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/LargeFireball.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/SmallFireball.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/WitherSkull.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/AbstractWindCharge.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/BreezeWindCharge.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/hurtingprojectile/windcharge/WindCharge.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/AbstractThrownPotion.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/Snowball.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrowableItemProjectile.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownEgg.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownEnderpearl.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownExperienceBottle.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownLingeringPotion.d.ts +6 -0
- package/types/net/minecraft/world/entity/projectile/throwableitemprojectile/ThrownSplashPotion.d.ts +6 -0
- package/types/net/minecraft/world/entity/raid/Raider$ObtainRaidLeaderBannerGoal.d.ts +1 -1
- package/types/net/minecraft/world/entity/raid/Raider$RaiderCelebration.d.ts +1 -1
- package/types/net/minecraft/world/entity/raid/Raider.d.ts +21 -2
- package/types/net/minecraft/world/entity/raid/Raids$RaidWithId.d.ts +1 -0
- package/types/net/minecraft/world/entity/variant/MoonBrightnessCheck.d.ts +1 -1
- package/types/net/minecraft/world/entity/variant/PriorityProvider$Selector.d.ts +3 -0
- package/types/net/minecraft/world/entity/variant/PriorityProvider$UnpackedEntry.d.ts +1 -0
- package/types/net/minecraft/world/entity/vehicle/VehicleEntity.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/boat/AbstractBoat.d.ts +7 -0
- package/types/net/minecraft/world/entity/vehicle/boat/Boat.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/boat/Raft.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/AbstractMinecart.d.ts +7 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/Minecart.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/MinecartCommandBlock$MinecartCommandBase.d.ts +2 -1
- package/types/net/minecraft/world/entity/vehicle/minecart/MinecartCommandBlock.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/MinecartFurnace.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/MinecartSpawner.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/MinecartTNT.d.ts +6 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$MinecartStep.d.ts +1 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$StepPartialTicks.d.ts +1 -0
- package/types/net/minecraft/world/entity/vehicle/minecart/NewMinecartBehavior$TrackIteration.d.ts +5 -5
- package/types/net/minecraft/world/food/FoodProperties.d.ts +1 -0
- package/types/net/minecraft/world/inventory/AbstractFurnaceMenu.d.ts +2 -5
- package/types/net/minecraft/world/inventory/BeaconMenu.d.ts +1 -1
- package/types/net/minecraft/world/inventory/ItemCombinerMenuSlotDefinition$SlotDefinition.d.ts +1 -0
- package/types/net/minecraft/world/inventory/ResultSlot.d.ts +1 -0
- package/types/net/minecraft/world/inventory/Slot.d.ts +1 -0
- package/types/net/minecraft/world/item/AdventureModePredicate.d.ts +1 -1
- package/types/net/minecraft/world/item/AirItem.d.ts +1 -1
- package/types/net/minecraft/world/item/BrushItem$DustParticlesDelta.d.ts +1 -0
- package/types/net/minecraft/world/item/BucketItem.d.ts +2 -0
- package/types/net/minecraft/world/item/CreativeModeTab$ItemDisplayParameters.d.ts +1 -0
- package/types/net/minecraft/world/item/CrossbowItem.d.ts +0 -2
- package/types/net/minecraft/world/item/DyeColor.d.ts +3 -1
- package/types/net/minecraft/world/item/HoneycombItem$WaxedRecipeGroup.d.ts +17 -0
- package/types/net/minecraft/world/item/Instrument.d.ts +1 -0
- package/types/net/minecraft/world/item/ItemCooldowns$CooldownInstance.d.ts +1 -0
- package/types/net/minecraft/world/item/ItemStack.d.ts +1 -2
- package/types/net/minecraft/world/item/ItemStackTemplate.d.ts +5 -0
- package/types/net/minecraft/world/item/Items.d.ts +63 -340
- package/types/net/minecraft/world/item/JukeboxSong.d.ts +1 -0
- package/types/net/minecraft/world/item/MobBucketItem.d.ts +4 -0
- package/types/net/minecraft/world/item/ProjectileItem$DispenseConfig.d.ts +1 -0
- package/types/net/minecraft/world/item/ToolMaterial.d.ts +1 -0
- package/types/net/minecraft/world/item/TooltipFlag$Default.d.ts +1 -0
- package/types/net/minecraft/world/item/alchemy/PotionIds.d.ts +52 -0
- package/types/net/minecraft/world/item/alchemy/Potions.d.ts +48 -48
- package/types/net/minecraft/world/item/component/AttackRange.d.ts +1 -0
- package/types/net/minecraft/world/item/component/BlocksAttacks$DamageReduction.d.ts +1 -0
- package/types/net/minecraft/world/item/component/BlocksAttacks$ItemDamageFunction.d.ts +1 -0
- package/types/net/minecraft/world/item/component/BlocksAttacks.d.ts +1 -0
- package/types/net/minecraft/world/item/component/Consumable.d.ts +1 -0
- package/types/net/minecraft/world/item/component/DyedItemColor.d.ts +1 -0
- package/types/net/minecraft/world/item/component/FireworkExplosion.d.ts +1 -0
- package/types/net/minecraft/world/item/component/Fireworks.d.ts +1 -0
- package/types/net/minecraft/world/item/component/ItemContainerContents$Slot.d.ts +1 -0
- package/types/net/minecraft/world/item/component/KineticWeapon$Condition.d.ts +1 -0
- package/types/net/minecraft/world/item/component/KineticWeapon.d.ts +1 -0
- package/types/net/minecraft/world/item/component/LodestoneTracker.d.ts +1 -0
- package/types/net/minecraft/world/item/component/MapDecorations$Entry.d.ts +1 -0
- package/types/net/minecraft/world/item/component/MapItemColor.d.ts +1 -0
- package/types/net/minecraft/world/item/component/OminousBottleAmplifier.d.ts +1 -0
- package/types/net/minecraft/world/item/component/PiercingWeapon.d.ts +1 -0
- package/types/net/minecraft/world/item/component/SeededContainerLoot.d.ts +1 -0
- package/types/net/minecraft/world/item/component/SulfurCubeContent.d.ts +25 -0
- package/types/net/minecraft/world/item/component/SuspiciousStewEffects$Entry.d.ts +1 -0
- package/types/net/minecraft/world/item/component/SwingAnimation.d.ts +1 -0
- package/types/net/minecraft/world/item/component/Tool.d.ts +1 -0
- package/types/net/minecraft/world/item/component/TooltipDisplay.d.ts +1 -0
- package/types/net/minecraft/world/item/component/UseCooldown.d.ts +2 -0
- package/types/net/minecraft/world/item/component/UseEffects.d.ts +1 -0
- package/types/net/minecraft/world/item/component/Weapon.d.ts +2 -0
- package/types/net/minecraft/world/item/component/WrittenBookContent.d.ts +1 -0
- package/types/net/minecraft/world/item/consume_effects/ApplyStatusEffectsConsumeEffect.d.ts +4 -0
- package/types/net/minecraft/world/item/consume_effects/TeleportRandomlyConsumeEffect.d.ts +2 -0
- package/types/net/minecraft/world/item/crafting/BookCloningRecipe.d.ts +1 -1
- package/types/net/minecraft/world/item/crafting/CraftingInput$Positioned.d.ts +1 -0
- package/types/net/minecraft/world/item/crafting/Recipe$CommonInfo.d.ts +1 -0
- package/types/net/minecraft/world/item/crafting/RecipeCache$Entry.d.ts +1 -0
- package/types/net/minecraft/world/item/crafting/RecipePropertySet.d.ts +2 -0
- package/types/net/minecraft/world/item/crafting/TransmuteRecipe.d.ts +1 -1
- package/types/net/minecraft/world/item/crafting/display/FurnaceRecipeDisplay.d.ts +1 -0
- package/types/net/minecraft/world/item/crafting/display/RecipeDisplayId.d.ts +1 -0
- package/types/net/minecraft/world/item/crafting/display/ShapedCraftingRecipeDisplay.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/Enchantable.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/Enchantment$Cost.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/Enchantment$EnchantmentDefinition.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/EnchantmentInstance.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Clamped.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Constant.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/LevelBasedValue$LevelsSquared.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/LevelBasedValue$Linear.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/effects/ExplodeEffect.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$PositionSource.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/effects/SpawnParticlesEffect$VelocitySource.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/effects/SummonEntityEffect.d.ts +1 -0
- package/types/net/minecraft/world/item/enchantment/providers/EnchantmentsByCostWithDifficulty.d.ts +1 -0
- package/types/net/minecraft/world/item/equipment/ArmorMaterial.d.ts +1 -0
- package/types/net/minecraft/world/item/equipment/Equippable.d.ts +1 -0
- package/types/net/minecraft/world/item/equipment/trim/TrimPattern.d.ts +1 -0
- package/types/net/minecraft/world/item/slot/FilteredSlotSource.d.ts +1 -1
- package/types/net/minecraft/world/item/slot/SlotCollection$Limited.d.ts +1 -0
- package/types/net/minecraft/world/item/trading/ItemCost.d.ts +5 -0
- package/types/net/minecraft/world/item/trading/TradeRebalanceVillagerTrades.d.ts +303 -2
- package/types/net/minecraft/world/item/trading/VillagerTrade.d.ts +1 -1
- package/types/net/minecraft/world/item/trading/VillagerTrades.d.ts +11 -114
- package/types/net/minecraft/world/level/BaseCommandBlock$CloseableCommandBlockSource.d.ts +2 -1
- package/types/net/minecraft/world/level/BaseSpawner.d.ts +2 -0
- package/types/net/minecraft/world/level/BlockEventData.d.ts +1 -0
- package/types/net/minecraft/world/level/CardinalLighting.d.ts +1 -0
- package/types/net/minecraft/world/level/ChunkPos.d.ts +2 -1
- package/types/net/minecraft/world/level/CollisionGetter.d.ts +1 -1
- package/types/net/minecraft/world/level/Level.d.ts +2 -0
- package/types/net/minecraft/world/level/LevelReader.d.ts +2 -1
- package/types/net/minecraft/world/level/LevelSettings$DifficultySettings.d.ts +1 -0
- package/types/net/minecraft/world/level/LevelSettings.d.ts +2 -0
- package/types/net/minecraft/world/level/NaturalSpawner.d.ts +1 -1
- package/types/net/minecraft/world/level/PathNavigationRegion.d.ts +1 -1
- package/types/net/minecraft/world/level/ServerExplosion.d.ts +13 -5
- package/types/net/minecraft/world/level/SignalGetter.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Biome$ClimateSettings.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/BiomeSpecialEffects.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Biomes.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Climate$Parameter.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Climate$ParameterPoint.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Climate$SpawnFinder$Result.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/Climate$TargetPoint.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/MobSpawnSettings$MobSpawnCost.d.ts +1 -0
- package/types/net/minecraft/world/level/biome/MobSpawnSettings$SpawnerData.d.ts +1 -0
- package/types/net/minecraft/world/level/block/BasePressurePlateBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/BedBlock.d.ts +2 -10
- package/types/net/minecraft/world/level/block/Block.d.ts +1 -1
- package/types/net/minecraft/world/level/block/Blocks.d.ts +59 -324
- package/types/net/minecraft/world/level/block/ButtonBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/ColorCollection.d.ts +62 -0
- package/types/net/minecraft/world/level/block/CopperChestBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/DaylightDetectorBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/DetectorRailBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/DiodeBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/JukeboxBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/LecternBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/LevelEvent.d.ts +1 -0
- package/types/net/minecraft/world/level/block/LeverBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/LightningRodBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/ObserverBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/PointedDripstoneBlock$FluidInfo.d.ts +1 -1
- package/types/net/minecraft/world/level/block/PointedDripstoneBlock.d.ts +8 -39
- package/types/net/minecraft/world/level/block/PotentSulfurBlock.d.ts +96 -0
- package/types/net/minecraft/world/level/block/PoweredBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/RedStoneWireBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/RedstoneTorchBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/SculkSensorBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/SculkVeinBlock$SculkVeinSpreaderConfig.d.ts +2 -1
- package/types/net/minecraft/world/level/block/SlimeBlock.d.ts +0 -2
- package/types/net/minecraft/world/level/block/SoundType.d.ts +4 -0
- package/types/net/minecraft/world/level/block/SpeleothemBlock.d.ts +133 -0
- package/types/net/minecraft/world/level/block/SulfurSpikeBlock.d.ts +86 -0
- package/types/net/minecraft/world/level/block/TargetBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/TestBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/TrappedChestBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/TripWireHookBlock.d.ts +1 -1
- package/types/net/minecraft/world/level/block/WeatheringCopper$WeatherState.d.ts +2 -0
- package/types/net/minecraft/world/level/block/WeatheringCopperChestBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/WeatheringCopperCollection$ByState.d.ts +25 -0
- package/types/net/minecraft/world/level/block/WeatheringCopperCollection.d.ts +41 -0
- package/types/net/minecraft/world/level/block/entity/BeaconBlockEntity.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/BeehiveBlockEntity$Occupant.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/BlockEntityTicker.d.ts +2 -1
- package/types/net/minecraft/world/level/block/entity/BlockEntityType.d.ts +0 -82
- package/types/net/minecraft/world/level/block/entity/BlockEntityTypeIds.d.ts +55 -0
- package/types/net/minecraft/world/level/block/entity/BlockEntityTypes.d.ts +87 -0
- package/types/net/minecraft/world/level/block/entity/CalibratedSculkSensorBlockEntity$VibrationUser.d.ts +2 -1
- package/types/net/minecraft/world/level/block/entity/DecoratedPotPatterns.d.ts +2 -1
- package/types/net/minecraft/world/level/block/entity/PotentSulfurBlockEntity.d.ts +42 -0
- package/types/net/minecraft/world/level/block/entity/SculkSensorBlockEntity$VibrationUser.d.ts +2 -1
- package/types/net/minecraft/world/level/block/entity/SculkShriekerBlockEntity$VibrationUser.d.ts +2 -1
- package/types/net/minecraft/world/level/block/entity/TestInstanceBlockEntity$Data.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawner$FullConfig.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerConfig.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/trialspawner/TrialSpawnerStateData$Packed.d.ts +1 -0
- package/types/net/minecraft/world/level/block/entity/vault/VaultConfig.d.ts +7 -0
- package/types/net/minecraft/world/level/block/entity/vault/VaultServerData.d.ts +3 -0
- package/types/net/minecraft/world/level/block/entity/vault/VaultSharedData.d.ts +3 -0
- package/types/net/minecraft/world/level/block/entity/vault/VaultState.d.ts +0 -2
- package/types/net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase$Cache.d.ts +3 -3
- package/types/net/minecraft/world/level/block/state/BlockBehaviour$BlockStateBase.d.ts +3 -2
- package/types/net/minecraft/world/level/block/state/BlockBehaviour$Properties.d.ts +5 -2
- package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +2 -0
- package/types/net/minecraft/world/level/block/state/properties/BlockSetType.d.ts +2 -0
- package/types/net/minecraft/world/level/block/state/properties/BlockStateProperties.d.ts +4 -2
- package/types/net/minecraft/world/level/block/state/properties/PotentSulfurState.d.ts +31 -0
- package/types/net/minecraft/world/level/block/state/properties/SpeleothemThickness.d.ts +31 -0
- package/types/net/minecraft/world/level/border/WorldBorder$MovingBorderExtent.d.ts +2 -1
- package/types/net/minecraft/world/level/border/WorldBorder$Settings.d.ts +3 -0
- package/types/net/minecraft/world/level/border/WorldBorder$StaticBorderExtent.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/Configuration$Global.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/Configuration$Simple.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/ImposterProtoChunk.d.ts +3 -3
- package/types/net/minecraft/world/level/chunk/LevelChunk$BoundTickingBlockEntity.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/LevelChunkSection.d.ts +0 -3
- package/types/net/minecraft/world/level/chunk/PalettedContainer.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/PalettedContainerRO$PackedData.d.ts +2 -0
- package/types/net/minecraft/world/level/chunk/PalettedContainerRO.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/ProtoChunk.d.ts +3 -3
- package/types/net/minecraft/world/level/chunk/status/ChunkPyramid.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/status/ChunkStatusTasks.d.ts +19 -0
- package/types/net/minecraft/world/level/chunk/status/ChunkStep.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/storage/RegionFile$ChunkBuffer.d.ts +2 -1
- package/types/net/minecraft/world/level/chunk/storage/SectionStorage$PackedChunk.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/storage/SerializableChunkData$SectionData.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/storage/SerializableChunkData.d.ts +1 -0
- package/types/net/minecraft/world/level/dimension/DimensionType$MonsterSettings.d.ts +1 -0
- package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +3 -3
- package/types/net/minecraft/world/level/entity/PersistentEntitySectionManager$Callback.d.ts +2 -1
- package/types/net/minecraft/world/level/entity/TransientEntitySectionManager$Callback.d.ts +2 -1
- package/types/net/minecraft/world/level/gameevent/GameEvent.d.ts +2 -0
- package/types/net/minecraft/world/level/gameevent/vibrations/VibrationInfo.d.ts +3 -0
- package/types/net/minecraft/world/level/gameevent/vibrations/VibrationSelector$VibrationEvent.d.ts +13 -0
- package/types/net/minecraft/world/level/gameevent/vibrations/VibrationSelector.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/Aquifer$FluidStatus.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/Beardifier$Rigid.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/Beardifier.d.ts +1 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunction$FunctionContext.d.ts +0 -2
- package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunction$SinglePointContext.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/DensityFunction.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Ap2.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +2 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +2 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +2 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Clamp.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Constant.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$EndIslandDensityFunction.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$FindTopSurface.d.ts +3 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$HolderHolder.d.ts +2 -3
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$IntervalSelect.d.ts +42 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Mapped.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type.d.ts +2 -1
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Marker.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$MulOrAdd.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Noise.d.ts +3 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$RangeChoice.d.ts +3 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Shift.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftA.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftB.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftedNoise.d.ts +3 -4
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Spline$Coordinate.d.ts +5 -7
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$Spline.d.ts +9 -10
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$YClampedGradient.d.ts +3 -5
- package/types/net/minecraft/world/level/levelgen/DensityFunctions.d.ts +2 -4
- package/types/net/minecraft/world/level/levelgen/GeodeBlockSettings.d.ts +23 -11
- package/types/net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendAlpha.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendDensity.d.ts +24 -0
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$BlendOffset.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$Cache2D.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$CacheAllInCell.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$CacheOnce.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$FlatCache.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseInterpolator.d.ts +4 -6
- package/types/net/minecraft/world/level/levelgen/NoiseChunk.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/NoiseGeneratorSettings.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/NoiseRouterData$QuantizedSpaghettiRarity.d.ts +5 -0
- package/types/net/minecraft/world/level/levelgen/NoiseRouterData.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/NoiseSettings.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/Noises.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/RandomSupport$Seed128bit.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$AbovePreliminarySurface.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$Bandlands.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$BiomeConditionSource.d.ts +9 -8
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$BlockRuleSource.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$ConditionSource.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$Context.d.ts +13 -4
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$Hole.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$NoiseThresholdConditionSource.d.ts +4 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$NotConditionSource.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$RuleSource.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$Steep.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$StoneDepthCheck.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$Temperature.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$TestRuleSource.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$VerticalGradientConditionSource.d.ts +1 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$WaterConditionSource.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules$YConditionSource.d.ts +2 -2
- package/types/net/minecraft/world/level/levelgen/SurfaceRules.d.ts +7 -3
- package/types/net/minecraft/world/level/levelgen/SurfaceSystem.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/VerticalAnchor$AboveBottom.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/VerticalAnchor$Absolute.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/VerticalAnchor$BelowTop.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/blending/Blender$BlendingOutput.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/blending/BlendingData$Packed.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/CombiningPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/HasSturdyFacePredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/InsideWorldBoundsPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/MatchingBiomesPredicate.d.ts +55 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/NotPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/StateTestingPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/TrueBlockPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/UnobstructedPredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/blockpredicates/WouldSurvivePredicate.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/carver/CaveCarverConfiguration.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/feature/AbstractHugeMushroomFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BambooFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BasaltColumnsFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BasaltPillarFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BlockBlobFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BlockColumnFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BlockPileFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BlueIceFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/BonusChestFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/ChorusPlantFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/CoralClawFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/CoralFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/CoralMushroomFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/CoralTreeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/DeltaFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/DesertWellFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/DiskFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/EndGatewayFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/EndIslandFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/EndPlatformFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/EndPodiumFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/EndSpikeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/FallenTreeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/Feature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/FillLayerFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/FossilFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/GeodeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/GlowstoneFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/HugeBrownMushroomFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/HugeFungusFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/HugeRedMushroomFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/IcebergFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/KelpFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/LakeFeature$Configuration.d.ts +8 -1
- package/types/net/minecraft/world/level/levelgen/feature/LakeFeature.d.ts +11 -7
- package/types/net/minecraft/world/level/levelgen/feature/LargeDripstoneFeature$WindOffsetter.d.ts +2 -1
- package/types/net/minecraft/world/level/levelgen/feature/LargeDripstoneFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/MonsterRoomFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/MultifaceGrowthFeature.d.ts +13 -7
- package/types/net/minecraft/world/level/levelgen/feature/NetherForestVegetationFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/NoOpFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/OreFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/RandomBooleanSelectorFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/RandomSelectorFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/ReplaceBlobsFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/ReplaceBlockFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/RootSystemFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/ScatteredOreFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SculkPatchFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SeaPickleFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SeagrassFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SequenceFeature.d.ts +126 -0
- package/types/net/minecraft/world/level/levelgen/feature/SimpleBlockFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SimpleRandomSelectorFeature.d.ts +15 -10
- package/types/net/minecraft/world/level/levelgen/feature/SnowAndFreezeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SpeleothemClusterFeature.d.ts +136 -0
- package/types/net/minecraft/world/level/levelgen/feature/SpeleothemFeature.d.ts +126 -0
- package/types/net/minecraft/world/level/levelgen/feature/SpeleothemUtils.d.ts +12 -0
- package/types/net/minecraft/world/level/levelgen/feature/SpikeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/SpringFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/TemplateFeature.d.ts +131 -0
- package/types/net/minecraft/world/level/levelgen/feature/TreeFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/TwistingVinesFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/UnderwaterMagmaFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/VegetationPatchFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/VinesFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/VoidStartPlatformFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/WaterloggedVegetationPatchFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/WeepingVinesFeature.d.ts +11 -6
- package/types/net/minecraft/world/level/levelgen/feature/WeightedPlacedFeature.d.ts +9 -3
- package/types/net/minecraft/world/level/levelgen/feature/WeightedRandomSelectorFeature.d.ts +126 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/BlockColumnConfiguration.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/CompositeFeatureConfiguration.d.ts +20 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/DiskConfiguration.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/GeodeConfiguration.d.ts +31 -14
- package/types/net/minecraft/world/level/levelgen/feature/configurations/HugeMushroomFeatureConfiguration.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/LargeDripstoneConfiguration.d.ts +3 -1
- package/types/net/minecraft/world/level/levelgen/feature/configurations/MultifaceGrowthConfiguration.d.ts +2 -3
- package/types/net/minecraft/world/level/levelgen/feature/configurations/RandomFeatureConfiguration.d.ts +9 -3
- package/types/net/minecraft/world/level/levelgen/feature/configurations/RootSystemConfiguration.d.ts +36 -16
- package/types/net/minecraft/world/level/levelgen/feature/configurations/SculkPatchConfiguration.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/SimpleBlockConfiguration.d.ts +2 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/SpeleothemClusterConfiguration.d.ts +49 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/SpeleothemConfiguration.d.ts +33 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/TemplateFeatureConfiguration$TemplateEntry.d.ts +17 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/TemplateFeatureConfiguration.d.ts +21 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration$TreeConfigurationBuilder.d.ts +1 -1
- package/types/net/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration.d.ts +4 -3
- package/types/net/minecraft/world/level/levelgen/feature/configurations/TwistingVinesConfig.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/configurations/VegetationPatchConfiguration.d.ts +26 -13
- package/types/net/minecraft/world/level/levelgen/feature/configurations/WeightedRandomFeatureConfiguration.d.ts +21 -0
- package/types/net/minecraft/world/level/levelgen/feature/rootplacers/AboveRootPlacement.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/feature/rootplacers/MangroveRootPlacement.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/flat/FlatLayerInfo.d.ts +3 -1
- package/types/net/minecraft/world/level/levelgen/flat/FlatLevelGeneratorPresets.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/material/MaterialRuleList.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/presets/WorldPresets$Bootstrap.d.ts +8 -0
- package/types/net/minecraft/world/level/levelgen/presets/WorldPresets.d.ts +2 -1
- package/types/net/minecraft/world/level/levelgen/structure/Structure$GenerationContext.d.ts +2 -0
- package/types/net/minecraft/world/level/levelgen/structure/StructureSet$StructureSelectionEntry.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pieces/PieceGenerator$Context.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pieces/PieceGeneratorSupplier$Context.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$ExclusionZone.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pools/DimensionPadding.d.ts +2 -0
- package/types/net/minecraft/world/level/levelgen/structure/pools/JigsawPlacement$PieceState.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pools/alias/DirectPoolAlias.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pools/alias/RandomGroupPoolAlias.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/pools/alias/RandomPoolAlias.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/structures/JigsawStructure$MaxDistance.d.ts +2 -0
- package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$Properties.d.ts +17 -8
- package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece.d.ts +3 -2
- package/types/net/minecraft/world/level/levelgen/structure/structures/RuinedPortalStructure$Setup.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/AlwaysTrueTest.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlackstoneReplaceProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockAgeProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockIgnoreProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/BlockRotProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/CappedProcessor.d.ts +7 -4
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/GravityProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/JigsawReplacementProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/LavaSubmergedBlockProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/NopProcessor.d.ts +12 -4
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/ProcessorRule.d.ts +2 -1
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/ProtectedBlockProcessor.d.ts +16 -8
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/RuleProcessor.d.ts +8 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/RuleTest.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessor.d.ts +5 -5
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorType.d.ts +1 -4
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureProcessorTypes.d.ts +7 -0
- package/types/net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate$JigsawBlockInfo.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/synth/BlendedNoise.d.ts +2 -5
- package/types/net/minecraft/world/level/levelgen/synth/NormalNoise$NoiseParameters.d.ts +3 -0
- package/types/net/minecraft/world/level/lighting/BlockLightEngine.d.ts +1 -1
- package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -1
- package/types/net/minecraft/world/level/lighting/SkyLightEngine.d.ts +1 -1
- package/types/net/minecraft/world/level/material/FlowingFluid$SpreadContext.d.ts +2 -1
- package/types/net/minecraft/world/level/material/FluidIds.d.ts +11 -0
- package/types/net/minecraft/world/level/pathfinder/Path$DebugData.d.ts +1 -0
- package/types/net/minecraft/world/level/portal/TeleportTransition.d.ts +3 -0
- package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$FullNeighborUpdate.d.ts +1 -0
- package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$ShapeUpdate.d.ts +1 -0
- package/types/net/minecraft/world/level/redstone/CollectingNeighborUpdater$SimpleNeighborUpdate.d.ts +1 -1
- package/types/net/minecraft/world/level/saveddata/maps/MapDecoration.d.ts +1 -0
- package/types/net/minecraft/world/level/saveddata/maps/MapDecorationType.d.ts +1 -0
- package/types/net/minecraft/world/level/saveddata/maps/MapFrame.d.ts +1 -0
- package/types/net/minecraft/world/level/saveddata/maps/MapId.d.ts +1 -0
- package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$HoldingPlayer.d.ts +2 -1
- package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$MapDecorationLocation.d.ts +1 -0
- package/types/net/minecraft/world/level/saveddata/maps/MapItemSavedData$MapPatch.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/DataVersion.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/DerivedLevelData.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelData$RespawnData.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/LevelStorageException.d.ts +2 -0
- package/types/net/minecraft/world/level/storage/LevelStorageSource$LevelStorageAccess.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/PrimaryLevelData.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/TagValueInput$DecodeFromListFailedProblem.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/TagValueInput$UnexpectedListElementTypeProblem.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/WorldData.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/BuiltInLootTables.d.ts +3 -3
- package/types/net/minecraft/world/level/storage/loot/LootPool$Builder.d.ts +2 -0
- package/types/net/minecraft/world/level/storage/loot/entries/LootPoolSingletonContainer$EntryBase.d.ts +2 -1
- package/types/net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$BinomialWithBonusCount.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/functions/ApplyBonusCount$UniformBonusCount.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction$Builder.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/functions/FilteredFunction$Builder.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/functions/FilteredFunction.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/functions/ListOperation$Insert.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/functions/ListOperation$ReplaceSection.d.ts +2 -0
- package/types/net/minecraft/world/level/storage/loot/functions/SetOminousBottleAmplifierFunction.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/functions/SetRandomPotionFunction.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/predicates/DamageSourceCondition.d.ts +2 -2
- package/types/net/minecraft/world/level/storage/loot/predicates/EnchantmentActiveCheck.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/predicates/EntityHasScoreCondition.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/predicates/LocationCheck.d.ts +2 -2
- package/types/net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition$Builder.d.ts +2 -2
- package/types/net/minecraft/world/level/storage/loot/predicates/LootItemBlockStatePropertyCondition.d.ts +1 -1
- package/types/net/minecraft/world/level/storage/loot/predicates/LootItemEntityPropertyCondition.d.ts +2 -2
- package/types/net/minecraft/world/level/storage/loot/predicates/LootItemRandomChanceWithEnchantedBonusCondition.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/predicates/MatchTool.d.ts +2 -2
- package/types/net/minecraft/world/level/storage/loot/providers/number/ConstantValue.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/loot/providers/number/ScoreboardValue.d.ts +1 -0
- package/types/net/minecraft/world/level/timers/TimerQueue$Event$Packed.d.ts +1 -0
- package/types/net/minecraft/world/level/timers/TimerQueue$Event.d.ts +1 -0
- package/types/net/minecraft/world/level/validation/PathAllowList$ConfigEntry.d.ts +2 -0
- package/types/net/minecraft/world/phys/Vec2.d.ts +3 -2
- package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +4 -1
- package/types/net/minecraft/world/phys/shapes/EntityCollisionContext.d.ts +2 -0
- package/types/net/minecraft/world/phys/shapes/PositionCollisionContext.d.ts +28 -0
- package/types/net/minecraft/world/scores/DisplaySlot.d.ts +0 -2
- package/types/net/minecraft/world/scores/Objective$Packed.d.ts +1 -0
- package/types/net/minecraft/world/scores/PlayerScoreEntry.d.ts +1 -0
- package/types/net/minecraft/world/scores/PlayerTeam$OptionFlags.d.ts +5 -0
- package/types/net/minecraft/world/scores/PlayerTeam$Packed.d.ts +4 -3
- package/types/net/minecraft/world/scores/PlayerTeam.d.ts +6 -4
- package/types/net/minecraft/world/scores/Score$Packed.d.ts +1 -0
- package/types/net/minecraft/world/scores/Score.d.ts +0 -1
- package/types/net/minecraft/world/scores/Team.d.ts +3 -2
- package/types/net/minecraft/world/scores/TeamColor.d.ts +55 -0
- package/types/net/minecraft/world/scores/criteria/ObjectiveCriteria.d.ts +3 -2
- package/types/net/minecraft/world/ticks/SavedTick.d.ts +1 -0
- package/types/net/minecraft/world/ticks/ScheduledTick.d.ts +2 -0
- package/types/net/minecraft/world/timeline/Timeline$TimeMarkerInfo.d.ts +1 -0
- package/types/net/minecraft/world/waypoints/TrackedWaypoint$AzimuthWaypoint.d.ts +0 -1
- package/types/net/minecraft/world/waypoints/TrackedWaypoint$ChunkWaypoint.d.ts +0 -1
- package/types/net/minecraft/world/waypoints/TrackedWaypoint$EmptyWaypoint.d.ts +0 -1
- package/types/net/minecraft/world/waypoints/TrackedWaypoint$Vec3iWaypoint.d.ts +0 -1
- package/types/net/minecraft/world/waypoints/TrackedWaypoint.d.ts +0 -1
- package/types/net/raphimc/immediatelyfast/fabric/FabricPlatformService.d.ts +10 -0
- package/types/net/raphimc/immediatelyfast/feature/core/ImmediatelyFastConfig.d.ts +1 -2
- package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget$Slot.d.ts +2 -1
- package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget.d.ts +4 -4
- package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignTextCache.d.ts +0 -2
- package/types/net/raphimc/immediatelyfast/service/PlatformService.d.ts +7 -0
- package/types/net/raphimc/immediatelyfast/util/RenderTargetTexture.d.ts +6 -0
- package/types/net/raphimc/immediatelyfast/util/ServiceUtil.d.ts +6 -0
- package/types/net/raphimc/minecraftauth/bedrock/BedrockAuthManager$Builder.d.ts +2 -0
- package/types/net/raphimc/minecraftauth/bedrock/BedrockAuthManager.d.ts +2 -0
- package/types/net/raphimc/minecraftauth/java/JavaAuthManager$Builder.d.ts +2 -0
- package/types/net/raphimc/minecraftauth/java/JavaAuthManager.d.ts +2 -0
- package/types/net/raphimc/viabedrock/api/io/BlobDB$IndexEntry.d.ts +1 -0
- package/types/net/raphimc/viabedrock/api/model/entity/AbstractHorseEntity.d.ts +2 -2
- package/types/net/raphimc/viabedrock/api/model/entity/ClientPlayerEntity$AuthInputBlockAction.d.ts +2 -0
- package/types/net/raphimc/viabedrock/api/model/entity/CustomEntity$ItemDisplayEntity.d.ts +2 -1
- package/types/net/raphimc/viabedrock/api/model/entity/Entity.d.ts +4 -4
- package/types/net/raphimc/viabedrock/api/model/entity/LivingEntity.d.ts +2 -2
- package/types/net/raphimc/viabedrock/api/model/entity/MobEntity.d.ts +2 -2
- package/types/net/raphimc/viabedrock/api/resourcepack/content/Content.d.ts +1 -0
- package/types/net/raphimc/viabedrock/api/resourcepack/definition/SoundDefinitions$ConfiguredSound.d.ts +1 -0
- package/types/net/raphimc/viabedrock/api/util/Jwt.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/BedrockInventoryTransaction.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryActionData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/InventorySource.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$ReleaseItemTransactionData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$UseItemOnEntityTransactionData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/InventoryTransactionData$UseItemTransactionData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/inventory/LegacySetItemSlotData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/experimental/model/map/MapDecoration.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +4 -2
- package/types/net/raphimc/viabedrock/protocol/RakNetStatusProtocol$PingInfoStorage.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/ArgumentTypeRegistry$ArgumentTypeMapping.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaItemMapping.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaParticle.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData$JavaSound.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/BedrockMappingData.d.ts +5 -5
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorDataIDs.d.ts +3 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorEvent.d.ts +2 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorFlags.d.ts +4 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ActorType.d.ts +2 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/BiomeTemperatureCategory.d.ts +22 -0
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/CommandRegistry_HardNonTerminal.d.ts +2 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/Connection_DisconnectFailReason.d.ts +5 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/CraftingDataEntryType.d.ts +1 -3
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/GraphicsOverrideParameterType.d.ts +4 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/Memory_MemoryCategory.d.ts +2 -2
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/MinecraftPacketIds.d.ts +4 -2
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ParticleType.d.ts +2 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/ScriptModuleMinecraft_ScriptPrimitiveShapeType.d.ts +23 -0
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/SharedTypes_Legacy_LevelSoundEvent.d.ts +3 -1
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/SharedTypes_VillageType.d.ts +22 -0
- package/types/net/raphimc/viabedrock/protocol/data/enums/bedrock/generated/TextProcessingEventOrigin.d.ts +2 -1
- package/types/net/raphimc/viabedrock/protocol/data/generated/java/Attributes.d.ts +5 -0
- package/types/net/raphimc/viabedrock/protocol/data/generated/java/EntityDataFields.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/data/generated/java/RegistryKeys.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/BlockChangeEntry.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/CommandData$OverloadData$ParamData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/CommandData$OverloadData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/CommandData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/CommandOriginData.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/model/EntityAttribute$Modifier.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/EntityAttribute.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/model/EntityEffect.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/model/EntityLink.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/Experiment.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/GameRule.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/ItemEntry.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/PlayerAbilities$AbilitiesLayer.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/PlayerAbilities.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/model/Position2f.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/Position3f.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/SkinData$AnimationData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/SkinData$PersonaPieceData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/model/SkinData.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/rewriter/ItemRewriter.d.ts +8 -0
- package/types/net/raphimc/viabedrock/protocol/rewriter/ResourcePackRewriter$Rewriter.d.ts +4 -2
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomAttachableResourceRewriter.d.ts +7 -4
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomEntityResourceRewriter.d.ts +7 -4
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/CustomItemTextureResourceRewriter.d.ts +7 -4
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/GlyphSheetResourceRewriter.d.ts +4 -1
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/ItemModelResourceRewriter$ItemModelContent.d.ts +10 -0
- package/types/net/raphimc/viabedrock/protocol/rewriter/resourcepack/ItemModelResourceRewriter.d.ts +1 -7
- package/types/net/raphimc/viabedrock/protocol/storage/ChunkTracker$SubChunkPosition.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/storage/ClientSettingsStorage.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/storage/EntityTracker.d.ts +2 -2
- package/types/net/raphimc/viabedrock/protocol/storage/HandshakeStorage.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/storage/JoinGameStorage.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/storage/ResourcePackDownloadTracker$Download.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/storage/ResourcePackLoadStateTracker$Info.d.ts +1 -0
- package/types/net/raphimc/viabedrock/protocol/types/BedrockTypes.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/types/item/NetworkItemStackDescriptorType.d.ts +13 -0
- package/types/net/raphimc/vialegacy/api/data/BlockList1_6$Block1_6.d.ts +1 -0
- package/types/net/raphimc/vialegacy/api/data/ItemList1_6$Item1_6.d.ts +1 -0
- package/types/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter$NonExistentEntry.d.ts +1 -0
- package/types/net/raphimc/vialegacy/api/remapper/LegacyItemRewriter$RewriteEntry.d.ts +1 -0
- package/types/okhttp3/Cache$RealCacheRequest.d.ts +2 -1
- package/types/okhttp3/Call.d.ts +2 -0
- package/types/okhttp3/Interceptor$Chain.d.ts +43 -0
- package/types/okhttp3/MultipartReader$PartSource.d.ts +2 -1
- package/types/okhttp3/OkHttpClient.d.ts +1 -0
- package/types/okhttp3/internal/_HeadersCommonKt.d.ts +1 -0
- package/types/okhttp3/internal/cache/CacheInterceptor.d.ts +1 -4
- package/types/okhttp3/internal/cache/DiskLruCache$Editor.d.ts +2 -1
- package/types/okhttp3/internal/cache/DiskLruCache$Entry.d.ts +2 -1
- package/types/okhttp3/internal/cache/DiskLruCache$Snapshot.d.ts +2 -1
- package/types/okhttp3/internal/cache/DiskLruCache.d.ts +1 -1
- package/types/okhttp3/internal/connection/Exchange$RequestBodySink.d.ts +2 -1
- package/types/okhttp3/internal/connection/Exchange$ResponseBodySource.d.ts +2 -1
- package/types/okhttp3/internal/connection/Exchange.d.ts +1 -4
- package/types/okhttp3/internal/connection/RealCall$AsyncCall.d.ts +1 -1
- package/types/okhttp3/internal/connection/RealCall$Companion.d.ts +7 -0
- package/types/okhttp3/internal/connection/RealCall.d.ts +2 -1
- package/types/okhttp3/internal/connection/RealConnectionPool.d.ts +1 -1
- package/types/okhttp3/internal/http/BridgeInterceptor.d.ts +1 -3
- package/types/okhttp3/internal/http/RealInterceptorChain.d.ts +52 -2
- package/types/okhttp3/internal/http/RetryAndFollowUpInterceptor.d.ts +4 -6
- package/types/okhttp3/internal/http1/HeadersReader.d.ts +0 -2
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +2 -1
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$ChunkedSink.d.ts +2 -1
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$ChunkedSource.d.ts +2 -1
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$FixedLengthSource.d.ts +2 -1
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$KnownLengthSink.d.ts +2 -1
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$UnknownLengthSource.d.ts +2 -1
- package/types/okhttp3/internal/http2/Hpack$Reader.d.ts +2 -0
- package/types/okhttp3/internal/http2/Http2Connection$ReaderRunnable.d.ts +2 -1
- package/types/okhttp3/internal/http2/Http2Reader$ContinuationSource.d.ts +0 -1
- package/types/okhttp3/internal/http2/Http2Stream$FramingSink.d.ts +2 -1
- package/types/okhttp3/internal/http2/Http2Stream$FramingSource.d.ts +2 -1
- package/types/okhttp3/internal/http2/Http2Stream$StreamTimeout.d.ts +2 -1
- package/types/okhttp3/internal/ws/RealWebSocket$WriterTask.d.ts +2 -1
- package/types/okhttp3/internal/ws/WebSocketReader.d.ts +1 -0
- package/types/okio/internal/DefaultSocket$SocketSink.d.ts +2 -1
- package/types/okio/internal/DefaultSocket$SocketSource.d.ts +2 -1
- package/types/org/ahocorasick/trie/PayloadTrie$PayloadTrieBuilder.d.ts +2 -0
- package/types/org/ahocorasick/trie/Trie$TrieBuilder.d.ts +2 -0
- package/types/org/ahocorasick/trie/Trie.d.ts +2 -0
- package/types/org/anarres/cpp/ChrootFileSystem$ChrootFile.d.ts +4 -3
- package/types/org/anarres/cpp/JavaFileSystem$JavaFile.d.ts +4 -3
- package/types/org/anarres/cpp/ResourceFileSystem$ResourceFile.d.ts +2 -1
- package/types/org/antlr/v4/runtime/CodePointBuffer$Builder.d.ts +2 -0
- package/types/org/antlr/v4/runtime/CodePointBuffer.d.ts +2 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint16BitCharStream.d.ts +2 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint32BitCharStream.d.ts +2 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream$CodePoint8BitCharStream.d.ts +2 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +2 -0
- package/types/org/antlr/v4/runtime/Parser$TraceListener.d.ts +2 -1
- package/types/org/antlr/v4/runtime/TokenStreamRewriter$InsertAfterOp.d.ts +2 -1
- package/types/org/antlr/v4/runtime/TokenStreamRewriter$InsertBeforeOp.d.ts +2 -1
- package/types/org/antlr/v4/runtime/TokenStreamRewriter$ReplaceOp.d.ts +2 -1
- package/types/org/antlr/v4/runtime/TokenStreamRewriter$RewriteOperation.d.ts +3 -2
- package/types/org/antlr/v4/runtime/misc/Array2DHashSet$SetIterator.d.ts +1 -1
- package/types/org/apache/commons/codec/DecoderException.d.ts +2 -0
- package/types/org/apache/commons/codec/binary/AbstractBaseNCodecStreamBuilder.d.ts +14 -0
- package/types/org/apache/commons/codec/binary/Base16$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base16.d.ts +5 -3
- package/types/org/apache/commons/codec/binary/Base16InputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base16InputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/Base16OutputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base16OutputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/Base32$Builder.d.ts +1 -0
- package/types/org/apache/commons/codec/binary/Base32.d.ts +3 -3
- package/types/org/apache/commons/codec/binary/Base32InputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base32InputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/Base32OutputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base32OutputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/Base58$Builder.d.ts +7 -0
- package/types/org/apache/commons/codec/binary/Base58.d.ts +27 -0
- package/types/org/apache/commons/codec/binary/Base58InputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base58InputStream.d.ts +12 -0
- package/types/org/apache/commons/codec/binary/Base58OutputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base58OutputStream.d.ts +12 -0
- package/types/org/apache/commons/codec/binary/Base64$Builder.d.ts +3 -0
- package/types/org/apache/commons/codec/binary/Base64$DecodeTableFormat.d.ts +13 -0
- package/types/org/apache/commons/codec/binary/Base64.d.ts +14 -4
- package/types/org/apache/commons/codec/binary/Base64InputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base64InputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/Base64OutputStream$Builder.d.ts +8 -0
- package/types/org/apache/commons/codec/binary/Base64OutputStream.d.ts +7 -1
- package/types/org/apache/commons/codec/binary/BaseNCodec$AbstractBuilder.d.ts +11 -0
- package/types/org/apache/commons/codec/binary/BaseNCodec.d.ts +4 -0
- package/types/org/apache/commons/codec/binary/BaseNCodecInputStream$AbstracBuilder.d.ts +11 -0
- package/types/org/apache/commons/codec/binary/BaseNCodecInputStream.d.ts +5 -3
- package/types/org/apache/commons/codec/binary/BaseNCodecOutputStream$AbstractBuilder.d.ts +10 -0
- package/types/org/apache/commons/codec/binary/BaseNCodecOutputStream.d.ts +5 -3
- package/types/org/apache/commons/codec/digest/Blake3$ChunkState.d.ts +2 -0
- package/types/org/apache/commons/codec/digest/Blake3$EngineState.d.ts +2 -0
- package/types/org/apache/commons/codec/digest/Blake3$Output.d.ts +2 -0
- package/types/org/apache/commons/codec/digest/Crc16$Builder.d.ts +14 -0
- package/types/org/apache/commons/codec/digest/Crc16.d.ts +38 -0
- package/types/org/apache/commons/codec/digest/DigestUtils.d.ts +14 -0
- package/types/org/apache/commons/codec/digest/GitIdentifiers$DirectoryEntry.d.ts +13 -0
- package/types/org/apache/commons/codec/digest/GitIdentifiers$FileMode.d.ts +16 -0
- package/types/org/apache/commons/codec/digest/GitIdentifiers$TreeIdBuilder$BlobIdSupplier.d.ts +4 -0
- package/types/org/apache/commons/codec/digest/GitIdentifiers$TreeIdBuilder.d.ts +23 -0
- package/types/org/apache/commons/codec/digest/GitIdentifiers.d.ts +13 -0
- package/types/org/apache/commons/codec/digest/MessageDigestAlgorithms.d.ts +2 -0
- package/types/org/apache/commons/codec/language/ColognePhonetic$CologneInputBuffer.d.ts +2 -1
- package/types/org/apache/commons/codec/language/ColognePhonetic$CologneOutputBuffer.d.ts +2 -1
- package/types/org/apache/commons/codec/language/DaitchMokotoffSoundex$Branch.d.ts +2 -0
- package/types/org/apache/commons/codec/language/DaitchMokotoffSoundex$Rule.d.ts +2 -0
- package/types/org/apache/commons/codec/language/DoubleMetaphone$DoubleMetaphoneResult.d.ts +2 -1
- package/types/org/apache/commons/codec/language/bm/Lang$LangRule.d.ts +2 -0
- package/types/org/apache/commons/codec/language/bm/Languages$SomeLanguages.d.ts +3 -0
- package/types/org/apache/commons/codec/language/bm/PhoneticEngine$PhonemeBuilder.d.ts +2 -0
- package/types/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieIterator.d.ts +2 -2
- package/types/org/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieMapIterator.d.ts +1 -1
- package/types/org/apache/commons/compress/archivers/ArchiveInputStream$ArchiveEntryIOIterator.d.ts +2 -1
- package/types/org/apache/commons/compress/archivers/examples/Archiver$ArchiverFileVisitor.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/AES256SHA256Decoder$AES256SHA256DecoderInputStream.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/AES256SHA256Decoder$AES256SHA256DecoderOutputStream.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/CLI$Mode.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZFile$ArchiveStatistics.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZFile.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZFileOptions.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile$OutputStreamWrapper.d.ts +4 -1
- package/types/org/apache/commons/compress/archivers/tar/TarFile$BoundedTarEntryInputStream.d.ts +2 -1
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveEntry$ExtraFieldParsingMode.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream$BoundCountInputStream.d.ts +2 -1
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream$CurrentEntry.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream$CurrentEntry.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream$EntryMetaData.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipFile$Entry.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipFile$NameAndComment.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipFile.d.ts +2 -0
- package/types/org/apache/commons/compress/archivers/zip/ZipSplitReadOnlySeekableByteChannel$ZipSplitSegmentComparator.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$BinaryTreeNode.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$DecoderState.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$DecodingMemory.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$HuffmanCodes.d.ts +2 -1
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$InitialState.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/deflate64/HuffmanDecoder$UncompressedState.d.ts +4 -1
- package/types/org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/lz77support/Parameters$Builder.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/lz77support/Parameters.d.ts +2 -0
- package/types/org/apache/commons/compress/compressors/pack200/Pack200Strategy.d.ts +2 -0
- package/types/org/apache/commons/compress/harmony/pack200/BandSet$BandAnalysisResults.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/BandSet$BandData.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Call.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Callable.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Integral.d.ts +3 -2
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Reference.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Replication.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$Union.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$UnionCase.d.ts +3 -2
- package/types/org/apache/commons/compress/harmony/pack200/Segment$ArrayVisitor.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentAnnotationVisitor.d.ts +4 -3
- package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentFieldVisitor.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/Segment$SegmentMethodVisitor.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/pack200/SegmentHeader$Counter.d.ts +2 -0
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Call.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Integral.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +2 -0
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Reference.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Replication.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$Union.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$UnionCase.d.ts +3 -2
- package/types/org/apache/commons/compress/harmony/unpack200/SegmentConstantPoolArrayCache$CachedArray.d.ts +2 -1
- package/types/org/apache/commons/compress/harmony/unpack200/bytecode/NewAttribute$AbstractBcValue.d.ts +2 -0
- package/types/org/apache/commons/compress/utils/FixedLengthBlockOutputStream$BufferAtATimeOutputChannel.d.ts +2 -0
- package/types/org/apache/commons/io/FileCleaningTracker$Reaper.d.ts +2 -1
- package/types/org/apache/commons/io/file/AccumulatorPathVisitor.d.ts +2 -0
- package/types/org/apache/commons/io/file/Counters$BigIntegerCounter.d.ts +2 -0
- package/types/org/apache/commons/io/file/Counters$LongCounter.d.ts +2 -0
- package/types/org/apache/commons/io/file/PathUtils$RelativeSortedPaths.d.ts +2 -0
- package/types/org/apache/commons/io/filefilter/WildcardFileFilter.d.ts +2 -0
- package/types/org/apache/commons/io/input/AutoCloseInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/BOMInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/BufferedFileChannelInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/ByteBufferCleaner$Java8Cleaner.d.ts +2 -0
- package/types/org/apache/commons/io/input/ByteBufferCleaner$Java9Cleaner.d.ts +2 -0
- package/types/org/apache/commons/io/input/CharSequenceInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/ChecksumInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/MemoryMappedFileInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/MessageDigestCalculatingInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/MessageDigestInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/QueueInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/RandomAccessFileInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/ReadAheadInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/ReaderInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/ReversedLinesFileReader$FilePart.d.ts +4 -1
- package/types/org/apache/commons/io/input/ReversedLinesFileReader.d.ts +2 -0
- package/types/org/apache/commons/io/input/Tailer$RandomAccessFileBridge.d.ts +2 -0
- package/types/org/apache/commons/io/input/Tailer$TailablePath.d.ts +2 -0
- package/types/org/apache/commons/io/input/Tailer.d.ts +2 -0
- package/types/org/apache/commons/io/input/ThrottledInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/UncheckedBufferedReader.d.ts +2 -0
- package/types/org/apache/commons/io/input/UncheckedFilterInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/UncheckedFilterReader.d.ts +2 -0
- package/types/org/apache/commons/io/input/UnsynchronizedBufferedInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.d.ts +2 -0
- package/types/org/apache/commons/io/monitor/FileAlterationObserver$Builder.d.ts +2 -0
- package/types/org/apache/commons/io/monitor/FileAlterationObserver.d.ts +2 -0
- package/types/org/apache/commons/io/output/ChunkedOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/DeferredFileOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/FileWriterWithEncoding.d.ts +2 -0
- package/types/org/apache/commons/io/output/LockableFileWriter.d.ts +2 -0
- package/types/org/apache/commons/io/output/RandomAccessFileOutputStream$Builder.d.ts +2 -0
- package/types/org/apache/commons/io/output/RandomAccessFileOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/UncheckedFilterOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/UncheckedFilterWriter.d.ts +2 -0
- package/types/org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/WriterOutputStream.d.ts +2 -0
- package/types/org/apache/commons/io/output/XmlStreamWriter.d.ts +2 -0
- package/types/org/apache/commons/io/serialization/ValidatingObjectInputStream.d.ts +2 -0
- package/types/org/apache/commons/lang3/AppendableJoiner.d.ts +2 -0
- package/types/org/apache/commons/lang3/CharRange$CharacterIterator.d.ts +2 -0
- package/types/org/apache/commons/lang3/JavaVersion.d.ts +3 -1
- package/types/org/apache/commons/lang3/StringEscapeUtils$CsvEscaper.d.ts +2 -0
- package/types/org/apache/commons/lang3/StringEscapeUtils$CsvUnescaper.d.ts +2 -0
- package/types/org/apache/commons/lang3/Strings$Builder.d.ts +2 -0
- package/types/org/apache/commons/lang3/Strings$CiStrings.d.ts +2 -0
- package/types/org/apache/commons/lang3/Strings$CsStrings.d.ts +2 -0
- package/types/org/apache/commons/lang3/Strings.d.ts +2 -0
- package/types/org/apache/commons/lang3/SystemProperties.d.ts +2 -0
- package/types/org/apache/commons/lang3/SystemUtils.d.ts +2 -0
- package/types/org/apache/commons/lang3/ThreadUtils$AlwaysTruePredicate.d.ts +2 -0
- package/types/org/apache/commons/lang3/builder/DiffBuilder$SDiff.d.ts +2 -0
- package/types/org/apache/commons/lang3/builder/DiffBuilder.d.ts +2 -0
- package/types/org/apache/commons/lang3/builder/ReflectionDiffBuilder.d.ts +2 -0
- package/types/org/apache/commons/lang3/compare/ComparableUtils$ComparableCheckBuilder.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/AbstractCircuitBreaker$State.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/AtomicInitializer.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/BackgroundInitializer$InitializationTask.d.ts +2 -1
- package/types/org/apache/commons/lang3/concurrent/BackgroundInitializer.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/BasicThreadFactory.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$AbstractStateStrategy.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$StateStrategyClosed.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/EventCountCircuitBreaker$StateStrategyOpen.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/LazyInitializer.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/MultiBackgroundInitializer$MultiBackgroundInitializerResults.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/TimedSemaphore$Builder.d.ts +17 -0
- package/types/org/apache/commons/lang3/concurrent/TimedSemaphore.d.ts +5 -0
- package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$LockVisitor.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$ReadWriteLockVisitor.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$ReentrantLockVisitor.d.ts +2 -0
- package/types/org/apache/commons/lang3/concurrent/locks/LockingVisitors$StampedLockVisitor.d.ts +2 -0
- package/types/org/apache/commons/lang3/event/EventListenerSupport$ProxyInvocationHandler.d.ts +3 -2
- package/types/org/apache/commons/lang3/reflect/TypeUtils$GenericArrayTypeImpl.d.ts +2 -0
- package/types/org/apache/commons/lang3/reflect/TypeUtils$ParameterizedTypeImpl.d.ts +2 -0
- package/types/org/apache/commons/lang3/reflect/TypeUtils$WildcardTypeBuilder.d.ts +2 -0
- package/types/org/apache/commons/lang3/reflect/TypeUtils$WildcardTypeImpl.d.ts +2 -0
- package/types/org/apache/commons/lang3/stream/LangCollectors$SimpleCollector.d.ts +2 -0
- package/types/org/apache/commons/lang3/text/ExtendedMessageFormat.d.ts +1 -1
- package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderReader.d.ts +2 -1
- package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderTokenizer.d.ts +2 -1
- package/types/org/apache/commons/lang3/text/StrBuilder$StrBuilderWriter.d.ts +2 -1
- package/types/org/apache/commons/lang3/text/StrLookup$SystemPropertiesStrLookup.d.ts +2 -0
- package/types/org/apache/commons/lang3/time/FastDateParser$PatternStrategy.d.ts +2 -0
- package/types/org/apache/commons/lang3/time/FastDateParser$Strategy.d.ts +2 -0
- package/types/org/apache/commons/lang3/time/FastDateParser$StrategyParser.d.ts +2 -1
- package/types/org/apache/commons/lang3/time/StopWatch$Split.d.ts +25 -0
- package/types/org/apache/commons/lang3/time/StopWatch$State.d.ts +2 -0
- package/types/org/apache/commons/lang3/time/StopWatch.d.ts +4 -0
- package/types/org/apache/commons/lang3/time/TimeZones.d.ts +1 -0
- package/types/org/apache/commons/lang3/tuple/MutablePair.d.ts +1 -0
- package/types/org/apache/logging/log4j/CloseableThreadContext$Instance.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/Logger$PrivateConfig.d.ts +3 -3
- package/types/org/apache/logging/log4j/core/appender/AbstractFileAppender$Builder.d.ts +9 -0
- package/types/org/apache/logging/log4j/core/appender/AppenderSet$Builder.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/AppenderSet.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/AsyncAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/ConsoleAppender$ConsoleManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/ConsoleAppender$Target.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/ConsoleAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/FileAppender$Builder.d.ts +9 -0
- package/types/org/apache/logging/log4j/core/appender/FileAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/FileManager.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/appender/HttpAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/MemoryMappedFileAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/OutputStreamAppender$OutputStreamManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/OutputStreamAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/RandomAccessFileAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/RollingFileAppender$Builder.d.ts +12 -0
- package/types/org/apache/logging/log4j/core/appender/RollingFileAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender$Builder.d.ts +10 -0
- package/types/org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/ScriptAppenderSelector$Builder.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/appender/SmtpAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/WriterAppender$WriterManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/WriterAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/ColumnMapping.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager$JdbcDatabaseManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager$Reconnector.d.ts +4 -1
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager$JeroMqConfiguration.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/mom/kafka/KafkaAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/mom/kafka/KafkaManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager$NoSQLDatabaseManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/nosql/NoSqlDatabaseManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/CronTriggeringPolicy$CronTrigger.d.ts +4 -1
- package/types/org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy$Builder.d.ts +8 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/DirectWriteRolloverStrategy$Builder.d.ts +6 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/FileExtension.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager$FactoryData.d.ts +1 -15
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy$Builder.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/IfLastModified.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction$Builder.d.ts +10 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/PosixViewAttributeAction.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/appender/routing/Routes$Builder.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/appender/routing/Routes.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/routing/RoutingAppender$Builder.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/appender/routing/RoutingAppender.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/async/AsyncWaitStrategyFactoryConfig$Builder.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/async/EventRoute.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/async/ThreadNameCachingStrategy.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/ConfigurationFactory$Factory.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/config/ConfigurationFactory.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/ConfigurationScheduler$CronRunnable.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/config/CronScheduledFuture$FutureData.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/config/LoggerConfig$Builder.d.ts +8 -0
- package/types/org/apache/logging/log4j/core/config/LoggerConfig$LoggerConfigPredicate.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/MonitorResource.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/arbiters/ClassArbiter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/arbiters/EnvironmentArbiter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/arbiters/ScriptArbiter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/arbiters/SystemPropertyArbiter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/plugins/processor/GraalVmProcessor.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor$PluginAliasesElementVisitor.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor$PluginElementVisitor.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.d.ts +6 -0
- package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationBuilder.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/properties/PropertiesConfigurationFactory.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/filter/BurstFilter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/filter/DenyAllFilter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/filter/LevelMatchFilter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/filter/NoMarkerFilter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/filter/StringMatchFilter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/impl/Log4jLogEvent.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/impl/ThrowableProxyHelper$CacheEntry.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/internal/annotation/SuppressFBWarnings.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/jackson/Initializers$AbstractInitializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/GelfLayout$CompressionType.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/GelfLayout$FieldWriter.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/layout/GelfLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/HtmlLayout$Builder.d.ts +8 -0
- package/types/org/apache/logging/log4j/core/layout/HtmlLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/JsonLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/LevelPatternSelector.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/MarkerPatternSelector.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$Builder.d.ts +12 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$NoFormatPatternSerializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternFormatterPatternSerializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSelectorSerializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializerWithReplacement.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$FieldFormatter.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$Rfc5424LayoutBuilder.d.ts +12 -0
- package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout$StructuredDataElement.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/layout/Rfc5424Layout.d.ts +9 -1
- package/types/org/apache/logging/log4j/core/layout/ScriptPatternSelector$Builder.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/ScriptPatternSelector.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/SerializedLayout$PrivateObjectOutputStream.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/layout/XmlLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/layout/YamlLayout.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/DatagramSocketManager$DatagramSocketManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/JndiManager$JndiManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/JndiManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/SocketAddress.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/SslSocketManager$SslSocketManagerFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/net/TcpSocketManager$Reconnector.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/pattern/EncodingPatternConverter$EscapeFormat.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter$LevelMapLevelPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter$SimpleLevelPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/LevelPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/MessagePatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/NameAbbreviator$MaxElementAbbreviator$Strategy.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/NamedInstantPattern.d.ts +36 -0
- package/types/org/apache/logging/log4j/core/pattern/SimpleLiteralPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer$Context$Metadata.d.ts +5 -1
- package/types/org/apache/logging/log4j/core/pattern/ThrowableStackTraceRenderer.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/script/AbstractScript.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +4 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager$MainScriptRunner.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager$ThreadLocalScriptRunner.d.ts +2 -1
- package/types/org/apache/logging/log4j/core/script/ScriptManager.d.ts +2 -2
- package/types/org/apache/logging/log4j/core/tools/Generate$Type.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Help$Ansi$Text.d.ts +3 -2
- package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Interpreter.d.ts +1 -1
- package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$PositionalParametersSorter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/tools/picocli/CommandLine$Tracer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/util/CronExpression$ValueSet.d.ts +4 -1
- package/types/org/apache/logging/log4j/core/util/WatchManager$WatchRunnable.d.ts +4 -1
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$TimestampedFormatter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter$Builder.d.ts +2 -0
- package/types/org/apache/logging/log4j/internal/annotation/SuppressFBWarnings.d.ts +7 -0
- package/types/org/apache/logging/log4j/internal/map/UnmodifiableArrayBackedMap$UnmodifiableEntry.d.ts +1 -1
- package/types/org/apache/logging/log4j/internal/map/UnmodifiableArrayBackedMap$UnmodifiableEntryIterator.d.ts +3 -1
- package/types/org/apache/logging/log4j/message/ParameterizedMessage$FormatBufferHolder.d.ts +2 -0
- package/types/org/apache/logging/log4j/message/ReusableMessageFactory$SerializationProxy.d.ts +2 -0
- package/types/org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.d.ts +2 -0
- package/types/org/apache/logging/log4j/message/ThreadDumpMessage.d.ts +2 -0
- package/types/org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter.d.ts +2 -0
- package/types/org/apache/logging/log4j/util/PrivateSecurityManagerStackTraceUtil$PrivateSecurityManager.d.ts +2 -0
- package/types/org/apache/logging/log4j/util/PropertiesUtil$Environment.d.ts +2 -0
- package/types/org/apache/logging/log4j/util/ServiceLoaderUtil$ServiceLoaderSpliterator.d.ts +2 -0
- package/types/org/apache/logging/log4j/util/Unbox$WebSafeState.d.ts +2 -0
- package/types/org/apache/logging/slf4j/Log4jMDCAdapter$ThreadLocalMapOfStacks.d.ts +2 -0
- package/types/org/apache/tika/extractor/ParserContainerExtractor$RecursiveParser.d.ts +2 -1
- package/types/org/apache/tika/mime/MimeTypesReader$ClauseRecord.d.ts +2 -1
- package/types/org/apache/tika/parser/ParsingReader$ParsingTask.d.ts +2 -1
- package/types/org/apache/tika/parser/RecursiveParserWrapper$EmbeddedParserDecorator.d.ts +2 -1
- package/types/org/apache/tika/pipes/async/AsyncEmitter$EmitDataCache.d.ts +2 -1
- package/types/org/apache/tika/pipes/async/AsyncProcessor$FetchEmitWorker.d.ts +2 -1
- package/types/org/apache/tika/pipes/pipesiterator/PipesIterator$TupleIterator.d.ts +1 -1
- package/types/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator$FSFileVisitor.d.ts +1 -1
- package/types/org/apache/tika/sax/SecureContentHandler$SecureSAXException.d.ts +1 -1
- package/types/org/cef/CefApp$CefVersion.d.ts +2 -1
- package/types/org/cef/CefSettings$ColorType.d.ts +3 -2
- package/types/org/cloudburstmc/netty/util/FastBinaryMinHeap$Entry.d.ts +3 -0
- package/types/org/cloudburstmc/netty/util/RoundRobinArray$Itr.d.ts +1 -1
- package/types/org/cube/converter/converter/FormatConverter.d.ts +3 -0
- package/types/org/cube/converter/converter/enums/RotationType.d.ts +2 -1
- package/types/org/cube/converter/data/bedrock/BedrockEntityData$RenderController.d.ts +1 -1
- package/types/org/cube/converter/data/bedrock/BedrockEntityData$Scripts.d.ts +1 -1
- package/types/org/cube/converter/data/bedrock/controller/BedrockRenderController$Array.d.ts +1 -1
- package/types/org/cube/converter/model/GeneralModel.d.ts +1 -1
- package/types/org/cube/converter/model/impl/bedrock/BedrockGeometryModel.d.ts +4 -1
- package/types/org/cube/converter/model/impl/java/JavaItemModel.d.ts +6 -3
- package/types/org/cube/converter/parser/bedrock/controller/BedrockControllerParser.d.ts +1 -1
- package/types/org/cube/converter/parser/bedrock/data/impl/BedrockAttachableParser.d.ts +1 -1
- package/types/org/cube/converter/parser/bedrock/data/impl/BedrockEntityParser.d.ts +1 -1
- package/types/org/cube/converter/parser/bedrock/geometry/BedrockGeometryParser.d.ts +1 -1
- package/types/org/cube/converter/util/GsonUtil.d.ts +3 -3
- package/types/org/cube/converter/util/element/Position2V.d.ts +1 -1
- package/types/org/cube/converter/util/element/Position3V.d.ts +2 -1
- package/types/org/cube/converter/util/element/UVMap.d.ts +1 -1
- package/types/org/cube/converter/util/legacy/ArrayUtil.d.ts +1 -1
- package/types/org/cube/converter/util/math/Pair.d.ts +12 -0
- package/types/org/cube/converter/util/math/matrix/GivensPair.d.ts +1 -0
- package/types/org/cube/converter/util/math/matrix/MatrixUtil.d.ts +2 -2
- package/types/org/cube/converter/util/minecraft/Transformation.d.ts +13 -10
- package/types/org/graalvm/collections/EconomicMapImpl$SparseMapIterator.d.ts +1 -1
- package/types/org/graalvm/collections/LockFreePrefixTree$ObjectPoolingAllocator$HousekeepingThread.d.ts +2 -1
- package/types/org/graalvm/options/OptionDescriptor$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/Context$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/Engine$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/HostAccess$Builder.d.ts +2 -2
- package/types/org/graalvm/polyglot/PolyglotAccess$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/PolyglotException$StackFrame.d.ts +2 -1
- package/types/org/graalvm/polyglot/ResourceLimits$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/Source$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/management/ExecutionListener$Builder.d.ts +1 -1
- package/types/org/graalvm/polyglot/proxy/ProxyHashMapImpl$ProxyEntryImpl.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/Charset88591$CharsetDecoder88591.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/Charset88591$CharsetEncoder88591.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetASCII$CharsetDecoderASCII.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetASCII$CharsetEncoderASCII.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetBOCU1$CharsetEncoderBOCU.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetCompoundText$CharsetDecoderCompoundText.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetCompoundText$CharsetEncoderCompoundText.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetHZ$CharsetDecoderHZ.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetHZ$CharsetEncoderHZ.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISCII$CharsetDecoderISCII.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISCII$CharsetEncoderISCII.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022CN.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022JP.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetDecoderISO2022KR.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022CN.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022JP.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetISO2022$CharsetEncoderISO2022KR.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetLMBCS$CharsetDecoderLMBCS.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetLMBCS$CharsetEncoderLMBCS.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetDecoderMBCS.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffects.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffectsDouble.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS$SideEffectsSingleBMP.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetMBCS$CharsetEncoderMBCS.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetSCSU$CharsetDecoderSCSU.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetSCSU$CharsetEncoderSCSU.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF16$CharsetDecoderUTF16.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF16$CharsetEncoderUTF16.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF32$CharsetDecoderUTF32.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF32$CharsetEncoderUTF32.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF7$CharsetDecoderUTF7.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF7$CharsetEncoderUTF7.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF8$CharsetDecoderUTF8.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/charset/CharsetUTF8$CharsetEncoderUTF8.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/LocaleDisplayNamesImpl$CapitalizationContextSink.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/RelativeDateFormat$RelDateFmtDataSink.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/TextTrieMap$Node.d.ts +0 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/TimeZoneNamesImpl$ZoneStringsLoader.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/Trie2$CharSequenceIterator.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/Trie2$Trie2Iterator.d.ts +2 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$BiDiIntProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$BinaryProperty.d.ts +3 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$CaseBinaryProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$CombiningClassIntProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$EmojiBinaryProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$IntProperty.d.ts +3 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$MCMBinaryProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$MathCompatBinaryProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$NormInertBinaryProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UCharacterProperty$NormQuickCheckIntProperty.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/UnicodeMap$IteratorX.d.ts +1 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$CodePointsVectorizer.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$GraphemeClusterVectorizer.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/breakiter/LSTMBreakEngine$Vectorizer.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/duration/BasicPeriodBuilderFactory$Settings.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/units/UnitsRouter$RouteResult.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AppendItemFormatsSink.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AppendItemNamesSink.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/DateTimePatternGenerator$AvailableFormatsSink.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralFormat$PluralSelectorAdapter.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/RuleBasedBreakIterator$BreakCache.d.ts +3 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/text/RuleBasedBreakIterator$DictionaryCache.d.ts +3 -2
- package/types/org/graalvm/shadowed/com/ibm/icu/text/SearchIterator$Search.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/TransliteratorParser$ParseData.d.ts +2 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeSet$CodePointIterator.d.ts +1 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeSet$EntryRangeIterator.d.ts +1 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/util/CodePointMap$RangeIterator.d.ts +1 -1
- package/types/org/graalvm/shadowed/com/ibm/icu/util/CodePointMap$StringIterator.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LengthCoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LiteralCoder$LiteralSubcoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMACoder$LiteralCoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LengthDecoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LiteralDecoder$LiteralSubdecoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMADecoder$LiteralDecoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LengthEncoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LiteralEncoder$LiteralSubencoder.d.ts +2 -1
- package/types/org/graalvm/shadowed/org/tukaani/xz/lzma/LZMAEncoder$LiteralEncoder.d.ts +2 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$ArrayBuilder.d.ts +1 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$Builder.d.ts +1 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$ClassBuilder.d.ts +2 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$ClassInstance.d.ts +1 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$InstanceBuilder.d.ts +1 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$ObjectInstance.d.ts +1 -1
- package/types/org/graalvm/tools/insight/heap/HeapDump$ThreadBuilder.d.ts +2 -1
- package/types/org/graalvm/tools/insight/heap/instrument/MemoryDump$StackCopier.d.ts +2 -1
- package/types/org/joml/sampling/BestCandidateSampling$1.d.ts +3 -0
- package/types/org/joml/sampling/BestCandidateSampling$IntHolder.d.ts +2 -0
- package/types/org/lwjgl/glfw/GLFWVulkan.d.ts +21 -0
- package/types/org/lwjgl/openal/AL$ICDStatic.d.ts +2 -0
- package/types/org/lwjgl/openal/ALC$ICDStatic.d.ts +2 -0
- package/types/org/lwjgl/opengl/GL$ICDStatic.d.ts +2 -0
- package/types/org/lwjgl/system/JNI.d.ts +277 -277
- package/types/org/lwjgl/system/MemoryManage$StdlibAllocator.d.ts +2 -0
- package/types/org/lwjgl/system/MemoryUtil.d.ts +0 -32
- package/types/org/lwjgl/system/Platform.d.ts +2 -0
- package/types/org/lwjgl/system/Upcalls$ClosureRegistry.d.ts +7 -0
- package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFunc$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFunc.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/GLSLFreeIncludeResultFuncI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeCallbacks.d.ts +60 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFunc$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFunc.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeLocalFuncI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeResult.d.ts +56 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFunc$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFunc.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/GLSLIncludeSystemFuncI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/GLSLang$Functions.d.ts +45 -0
- package/types/org/lwjgl/util/shaderc/GLSLang.d.ts +204 -0
- package/types/org/lwjgl/util/shaderc/GLSLangInput.d.ts +120 -0
- package/types/org/lwjgl/util/shaderc/GLSLangLimits.d.ts +84 -0
- package/types/org/lwjgl/util/shaderc/GLSLangResource.d.ts +557 -0
- package/types/org/lwjgl/util/shaderc/GLSLangResourceLimits$Functions.d.ts +8 -0
- package/types/org/lwjgl/util/shaderc/GLSLangResourceLimits.d.ts +15 -0
- package/types/org/lwjgl/util/shaderc/GLSLangSPVOptions.d.ts +89 -0
- package/types/org/lwjgl/util/shaderc/GLSLangVersion.d.ts +51 -0
- package/types/org/lwjgl/util/shaderc/SPV$Functions.d.ts +59 -0
- package/types/org/lwjgl/util/shaderc/SPV.d.ts +307 -0
- package/types/org/lwjgl/util/shaderc/SPVBinary.d.ts +44 -0
- package/types/org/lwjgl/util/shaderc/SPVDiagnostic.d.ts +49 -0
- package/types/org/lwjgl/util/shaderc/SPVMessageConsumer$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/SPVMessageConsumer.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/SPVMessageConsumerI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/SPVOptimizer$Functions.d.ts +14 -0
- package/types/org/lwjgl/util/shaderc/SPVOptimizer.d.ts +27 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedHeader.d.ts +38 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFn$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFn.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedHeaderFnI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedInstruction.d.ts +79 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFn$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFn.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedInstructionFnI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/SPVParsedOperand.d.ts +69 -0
- package/types/org/lwjgl/util/shaderc/SPVPosition.d.ts +54 -0
- package/types/org/lwjgl/util/shaderc/SPVText.d.ts +45 -0
- package/types/org/lwjgl/util/shaderc/Shaderc$Functions.d.ts +49 -0
- package/types/org/lwjgl/util/shaderc/Shaderc.d.ts +268 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResolve$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResolve.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResolveI.d.ts +9 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResult.d.ts +67 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResultRelease$Container.d.ts +22 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResultRelease.d.ts +24 -0
- package/types/org/lwjgl/util/shaderc/ShadercIncludeResultReleaseI.d.ts +9 -0
- package/types/org/lwjgl/util/spvc/Spv.d.ts +2185 -0
- package/types/org/lwjgl/util/spvc/Spvc$Functions.d.ts +172 -0
- package/types/org/lwjgl/util/spvc/Spvc.d.ts +511 -0
- package/types/org/lwjgl/util/spvc/SpvcBufferRange.d.ts +54 -0
- package/types/org/lwjgl/util/spvc/SpvcCombinedImageSampler.d.ts +54 -0
- package/types/org/lwjgl/util/spvc/SpvcEntryPoint.d.ts +52 -0
- package/types/org/lwjgl/util/spvc/SpvcErrorCallback$Container.d.ts +23 -0
- package/types/org/lwjgl/util/spvc/SpvcErrorCallback.d.ts +25 -0
- package/types/org/lwjgl/util/spvc/SpvcErrorCallbackI.d.ts +9 -0
- package/types/org/lwjgl/util/spvc/SpvcHLSLResourceBinding.d.ts +80 -0
- package/types/org/lwjgl/util/spvc/SpvcHLSLResourceBindingMapping.d.ts +49 -0
- package/types/org/lwjgl/util/spvc/SpvcHlslRootConstants.d.ts +59 -0
- package/types/org/lwjgl/util/spvc/SpvcHlslVertexAttributeRemap.d.ts +52 -0
- package/types/org/lwjgl/util/spvc/SpvcMslConstexprSampler.d.ts +114 -0
- package/types/org/lwjgl/util/spvc/SpvcMslResourceBinding.d.ts +69 -0
- package/types/org/lwjgl/util/spvc/SpvcMslResourceBinding2.d.ts +74 -0
- package/types/org/lwjgl/util/spvc/SpvcMslSamplerYcbcrConversion.d.ts +89 -0
- package/types/org/lwjgl/util/spvc/SpvcMslShaderInput.d.ts +59 -0
- package/types/org/lwjgl/util/spvc/SpvcMslShaderInterfaceVar.d.ts +59 -0
- package/types/org/lwjgl/util/spvc/SpvcMslShaderInterfaceVar2.d.ts +64 -0
- package/types/org/lwjgl/util/spvc/SpvcMslVertexAttribute.d.ts +74 -0
- package/types/org/lwjgl/util/spvc/SpvcReflectedBuiltinResource.d.ts +58 -0
- package/types/org/lwjgl/util/spvc/SpvcReflectedResource.d.ts +62 -0
- package/types/org/lwjgl/util/spvc/SpvcSpecializationConstant.d.ts +49 -0
- package/types/org/lwjgl/util/vma/LibVma.d.ts +4 -0
- package/types/org/lwjgl/util/vma/Vma.d.ts +226 -0
- package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunction.d.ts +24 -0
- package/types/org/lwjgl/util/vma/VmaAllocateDeviceMemoryFunctionI.d.ts +9 -0
- package/types/org/lwjgl/util/vma/VmaAllocationCreateInfo.d.ts +79 -0
- package/types/org/lwjgl/util/vma/VmaAllocationInfo.d.ts +60 -0
- package/types/org/lwjgl/util/vma/VmaAllocationInfo2.d.ts +47 -0
- package/types/org/lwjgl/util/vma/VmaAllocatorCreateInfo.d.ts +95 -0
- package/types/org/lwjgl/util/vma/VmaAllocatorInfo.d.ts +46 -0
- package/types/org/lwjgl/util/vma/VmaBudget.d.ts +47 -0
- package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunction.d.ts +24 -0
- package/types/org/lwjgl/util/vma/VmaCheckDefragmentationBreakFunctionI.d.ts +9 -0
- package/types/org/lwjgl/util/vma/VmaDefragmentationInfo.d.ts +71 -0
- package/types/org/lwjgl/util/vma/VmaDefragmentationMove.d.ts +55 -0
- package/types/org/lwjgl/util/vma/VmaDefragmentationPassMoveInfo.d.ts +50 -0
- package/types/org/lwjgl/util/vma/VmaDefragmentationStats.d.ts +49 -0
- package/types/org/lwjgl/util/vma/VmaDetailedStatistics.d.ts +56 -0
- package/types/org/lwjgl/util/vma/VmaDeviceMemoryCallbacks.d.ts +58 -0
- package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunction.d.ts +24 -0
- package/types/org/lwjgl/util/vma/VmaFreeDeviceMemoryFunctionI.d.ts +9 -0
- package/types/org/lwjgl/util/vma/VmaPoolCreateInfo.d.ts +123 -0
- package/types/org/lwjgl/util/vma/VmaStatistics.d.ts +49 -0
- package/types/org/lwjgl/util/vma/VmaTotalStatistics.d.ts +51 -0
- package/types/org/lwjgl/util/vma/VmaVirtualAllocationCreateInfo.d.ts +59 -0
- package/types/org/lwjgl/util/vma/VmaVirtualAllocationInfo.d.ts +46 -0
- package/types/org/lwjgl/util/vma/VmaVirtualBlockCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/util/vma/VmaVulkanFunctions.d.ts +170 -0
- package/types/org/lwjgl/vulkan/AMDAntiLag.d.ts +18 -0
- package/types/org/lwjgl/vulkan/AMDBufferMarker.d.ts +9 -0
- package/types/org/lwjgl/vulkan/AMDDeviceCoherentMemory.d.ts +9 -0
- package/types/org/lwjgl/vulkan/AMDDisplayNativeHdr.d.ts +11 -0
- package/types/org/lwjgl/vulkan/AMDDrawIndirectCount.d.ts +9 -0
- package/types/org/lwjgl/vulkan/AMDGCNShader.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDGPUShaderHalfFloat.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDGPUShaderInt16.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDMemoryOverallocationBehavior.d.ts +10 -0
- package/types/org/lwjgl/vulkan/AMDMixedAttachmentSamples.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDNegativeViewportHeight.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDPipelineCompilerControl.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDRasterizationOrder.d.ts +9 -0
- package/types/org/lwjgl/vulkan/AMDShaderBallot.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDShaderCoreProperties.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDShaderCoreProperties2.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDShaderEarlyAndLateFragmentTests.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDShaderExplicitVertexParameter.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDShaderFragmentMask.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDShaderImageLoadStoreLod.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDShaderInfo.d.ts +14 -0
- package/types/org/lwjgl/vulkan/AMDShaderTrinaryMinmax.d.ts +6 -0
- package/types/org/lwjgl/vulkan/AMDTextureGatherBiasLod.d.ts +7 -0
- package/types/org/lwjgl/vulkan/AMDXDenseGeometryFormat.d.ts +13 -0
- package/types/org/lwjgl/vulkan/AMDXShaderEnqueue.d.ts +38 -0
- package/types/org/lwjgl/vulkan/ANDROIDExternalFormatResolve.d.ts +11 -0
- package/types/org/lwjgl/vulkan/ANDROIDExternalMemoryAndroidHardwareBuffer.d.ts +22 -0
- package/types/org/lwjgl/vulkan/ARMDataGraph.d.ts +84 -0
- package/types/org/lwjgl/vulkan/ARMFormatPack.d.ts +21 -0
- package/types/org/lwjgl/vulkan/ARMPerformanceCountersByRegion.d.ts +16 -0
- package/types/org/lwjgl/vulkan/ARMPipelineOpacityMicromap.d.ts +8 -0
- package/types/org/lwjgl/vulkan/ARMRasterizationOrderAttachmentAccess.d.ts +13 -0
- package/types/org/lwjgl/vulkan/ARMRenderPassStriped.d.ts +11 -0
- package/types/org/lwjgl/vulkan/ARMSchedulingControls.d.ts +10 -0
- package/types/org/lwjgl/vulkan/ARMShaderCoreBuiltins.d.ts +8 -0
- package/types/org/lwjgl/vulkan/ARMShaderCoreProperties.d.ts +7 -0
- package/types/org/lwjgl/vulkan/ARMTensors.d.ts +88 -0
- package/types/org/lwjgl/vulkan/DispatchableHandleDevice.d.ts +15 -0
- package/types/org/lwjgl/vulkan/DispatchableHandleInstance.d.ts +13 -0
- package/types/org/lwjgl/vulkan/EXT4444Formats.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTAcquireDrmDisplay.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTAcquireXlibDisplay.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTAstcDecodeMode.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTAttachmentFeedbackLoopDynamicState.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTAttachmentFeedbackLoopLayout.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTBlendOperationAdvanced.d.ts +59 -0
- package/types/org/lwjgl/vulkan/EXTBorderColorSwizzle.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTBufferDeviceAddress.d.ts +17 -0
- package/types/org/lwjgl/vulkan/EXTCalibratedTimestamps.d.ts +25 -0
- package/types/org/lwjgl/vulkan/EXTColorWriteEnable.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTConditionalRendering.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTConservativeRasterization.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTCustomBorderColor.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTCustomResolve.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTDebugMarker.d.ts +23 -0
- package/types/org/lwjgl/vulkan/EXTDebugReport.d.ts +65 -0
- package/types/org/lwjgl/vulkan/EXTDebugUtils.d.ts +51 -0
- package/types/org/lwjgl/vulkan/EXTDepthBiasControl.d.ts +16 -0
- package/types/org/lwjgl/vulkan/EXTDepthClampControl.d.ts +13 -0
- package/types/org/lwjgl/vulkan/EXTDepthClampZeroOne.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTDepthClipControl.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTDepthClipEnable.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTDepthRangeUnrestricted.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTDescriptorBuffer.d.ts +66 -0
- package/types/org/lwjgl/vulkan/EXTDescriptorHeap.d.ts +83 -0
- package/types/org/lwjgl/vulkan/EXTDescriptorIndexing.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTDeviceAddressBindingReport.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTDeviceFault.d.ts +22 -0
- package/types/org/lwjgl/vulkan/EXTDeviceGeneratedCommands.d.ts +73 -0
- package/types/org/lwjgl/vulkan/EXTDeviceMemoryReport.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTDirectModeDisplay.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTDirectfbSurface.d.ts +16 -0
- package/types/org/lwjgl/vulkan/EXTDiscardRectangles.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTDisplayControl.d.ts +32 -0
- package/types/org/lwjgl/vulkan/EXTDisplaySurfaceCounter.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTDynamicRenderingUnusedAttachments.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTExtendedDynamicState.d.ts +37 -0
- package/types/org/lwjgl/vulkan/EXTExtendedDynamicState2.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTExtendedDynamicState3.d.ts +84 -0
- package/types/org/lwjgl/vulkan/EXTExternalMemoryAcquireUnmodified.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTExternalMemoryDmaBuf.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTExternalMemoryHost.d.ts +15 -0
- package/types/org/lwjgl/vulkan/EXTExternalMemoryMetal.d.ts +20 -0
- package/types/org/lwjgl/vulkan/EXTFilterCubic.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTFragmentDensityMap.d.ts +22 -0
- package/types/org/lwjgl/vulkan/EXTFragmentDensityMap2.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTFragmentDensityMapOffset.d.ts +15 -0
- package/types/org/lwjgl/vulkan/EXTFragmentShaderInterlock.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTFrameBoundary.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTFullScreenExclusive.d.ts +26 -0
- package/types/org/lwjgl/vulkan/EXTGlobalPriority.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTGlobalPriorityQuery.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTGraphicsPipelineLibrary.d.ts +16 -0
- package/types/org/lwjgl/vulkan/EXTHdrMetadata.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTHeadlessSurface.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTHostImageCopy.d.ts +36 -0
- package/types/org/lwjgl/vulkan/EXTHostQueryReset.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTImage2dViewOf3d.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTImageCompressionControl.d.ts +46 -0
- package/types/org/lwjgl/vulkan/EXTImageCompressionControlSwapchain.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTImageDrmFormatModifier.d.ts +22 -0
- package/types/org/lwjgl/vulkan/EXTImageRobustness.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTImageSlicedViewOf3d.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTImageViewMinLod.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTIndexTypeUint8.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTInlineUniformBlock.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTLayerSettings.d.ts +15 -0
- package/types/org/lwjgl/vulkan/EXTLegacyDithering.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTLegacyVertexAttributes.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTLineRasterization.d.ts +16 -0
- package/types/org/lwjgl/vulkan/EXTLoadStoreOpNone.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTMapMemoryPlaced.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTMemoryBudget.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTMemoryDecompression.d.ts +20 -0
- package/types/org/lwjgl/vulkan/EXTMemoryPriority.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTMeshShader.d.ts +22 -0
- package/types/org/lwjgl/vulkan/EXTMetalObjects.d.ts +28 -0
- package/types/org/lwjgl/vulkan/EXTMetalSurface.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTMultiDraw.d.ts +15 -0
- package/types/org/lwjgl/vulkan/EXTMultisampledRenderToSingleSampled.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTMutableDescriptorType.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTNestedCommandBuffer.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTNonSeamlessCubeMap.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTOpacityMicromap.d.ts +96 -0
- package/types/org/lwjgl/vulkan/EXTPageableDeviceLocalMemory.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTPciBusInfo.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTPhysicalDeviceDrm.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTPipelineCreationCacheControl.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTPipelineCreationFeedback.d.ts +10 -0
- package/types/org/lwjgl/vulkan/EXTPipelineLibraryGroupHandles.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTPipelineProperties.d.ts +14 -0
- package/types/org/lwjgl/vulkan/EXTPipelineProtectedAccess.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTPipelineRobustness.d.ts +17 -0
- package/types/org/lwjgl/vulkan/EXTPostDepthCoverage.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTPresentModeFifoLatestReady.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTPresentTiming.d.ts +43 -0
- package/types/org/lwjgl/vulkan/EXTPrimitiveTopologyListRestart.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTPrimitivesGeneratedQuery.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTPrivateData.d.ts +23 -0
- package/types/org/lwjgl/vulkan/EXTProvokingVertex.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTQueueFamilyForeign.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTRasterizationOrderAttachmentAccess.d.ts +13 -0
- package/types/org/lwjgl/vulkan/EXTRayTracingInvocationReorder.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTRgba10x6Formats.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTRobustness2.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTSampleLocations.d.ts +21 -0
- package/types/org/lwjgl/vulkan/EXTSamplerFilterMinmax.d.ts +12 -0
- package/types/org/lwjgl/vulkan/EXTScalarBlockLayout.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTSeparateStencilUsage.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShader64bitIndexing.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTShaderAtomicFloat.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderAtomicFloat2.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderDemoteToHelperInvocation.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderFloat8.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTShaderImageAtomicInt64.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderLongVector.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTShaderModuleIdentifier.d.ts +18 -0
- package/types/org/lwjgl/vulkan/EXTShaderObject.d.ts +112 -0
- package/types/org/lwjgl/vulkan/EXTShaderReplicatedComposites.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderStencilExport.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTShaderSubgroupBallot.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTShaderSubgroupPartitioned.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTShaderSubgroupVote.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTShaderTileImage.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTShaderUniformBufferUnsizedArray.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTShaderViewportIndexLayer.d.ts +6 -0
- package/types/org/lwjgl/vulkan/EXTSubgroupSizeControl.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTSubpassMergeFeedback.d.ts +24 -0
- package/types/org/lwjgl/vulkan/EXTSurfaceMaintenance1.d.ts +21 -0
- package/types/org/lwjgl/vulkan/EXTSwapchainColorspace.d.ts +21 -0
- package/types/org/lwjgl/vulkan/EXTSwapchainMaintenance1.d.ts +17 -0
- package/types/org/lwjgl/vulkan/EXTTexelBufferAlignment.d.ts +8 -0
- package/types/org/lwjgl/vulkan/EXTTextureCompressionAstc3d.d.ts +37 -0
- package/types/org/lwjgl/vulkan/EXTTextureCompressionAstcHdr.d.ts +21 -0
- package/types/org/lwjgl/vulkan/EXTToolingInfo.d.ts +19 -0
- package/types/org/lwjgl/vulkan/EXTTransformFeedback.d.ts +30 -0
- package/types/org/lwjgl/vulkan/EXTValidationCache.d.ts +26 -0
- package/types/org/lwjgl/vulkan/EXTValidationFeatures.d.ts +20 -0
- package/types/org/lwjgl/vulkan/EXTValidationFlags.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTVertexAttributeDivisor.d.ts +9 -0
- package/types/org/lwjgl/vulkan/EXTVertexAttributeRobustness.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTVertexInputDynamicState.d.ts +13 -0
- package/types/org/lwjgl/vulkan/EXTYcbcr2plane444Formats.d.ts +11 -0
- package/types/org/lwjgl/vulkan/EXTYcbcrImageArrays.d.ts +7 -0
- package/types/org/lwjgl/vulkan/EXTZeroInitializeDeviceMemory.d.ts +9 -0
- package/types/org/lwjgl/vulkan/GOOGLEDecorateString.d.ts +6 -0
- package/types/org/lwjgl/vulkan/GOOGLEDisplayTiming.d.ts +15 -0
- package/types/org/lwjgl/vulkan/GOOGLEHlslFunctionality1.d.ts +8 -0
- package/types/org/lwjgl/vulkan/GOOGLESurfacelessQuery.d.ts +6 -0
- package/types/org/lwjgl/vulkan/GOOGLEUserType.d.ts +6 -0
- package/types/org/lwjgl/vulkan/HUAWEIClusterCullingShader.d.ts +15 -0
- package/types/org/lwjgl/vulkan/HUAWEIHdrVivid.d.ts +8 -0
- package/types/org/lwjgl/vulkan/HUAWEIInvocationMask.d.ts +12 -0
- package/types/org/lwjgl/vulkan/HUAWEISubpassShading.d.ts +19 -0
- package/types/org/lwjgl/vulkan/IMGFilterCubic.d.ts +8 -0
- package/types/org/lwjgl/vulkan/IMGFormatPVRTC.d.ts +14 -0
- package/types/org/lwjgl/vulkan/IMGRelaxedLineRasterization.d.ts +7 -0
- package/types/org/lwjgl/vulkan/INTELPerformanceQuery.d.ts +52 -0
- package/types/org/lwjgl/vulkan/INTELShaderIntegerFunctions2.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHR16bitStorage.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHR8bitStorage.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRAccelerationStructure.d.ts +117 -0
- package/types/org/lwjgl/vulkan/KHRAndroidSurface.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRBindMemory2.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRBufferDeviceAddress.d.ts +25 -0
- package/types/org/lwjgl/vulkan/KHRCalibratedTimestamps.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRComputeShaderDerivatives.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRCooperativeMatrix.d.ts +29 -0
- package/types/org/lwjgl/vulkan/KHRCopyCommands2.d.ts +36 -0
- package/types/org/lwjgl/vulkan/KHRCopyMemoryIndirect.d.ts +22 -0
- package/types/org/lwjgl/vulkan/KHRCreateRenderpass2.d.ts +30 -0
- package/types/org/lwjgl/vulkan/KHRDedicatedAllocation.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRDeferredHostOperations.d.ts +22 -0
- package/types/org/lwjgl/vulkan/KHRDepthClampZeroOne.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRDepthStencilResolve.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRDescriptorUpdateTemplate.d.ts +23 -0
- package/types/org/lwjgl/vulkan/KHRDeviceGroup.d.ts +52 -0
- package/types/org/lwjgl/vulkan/KHRDeviceGroupCreation.d.ts +15 -0
- package/types/org/lwjgl/vulkan/KHRDisplay.d.ts +42 -0
- package/types/org/lwjgl/vulkan/KHRDisplaySwapchain.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRDrawIndirectCount.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRDriverProperties.d.ts +21 -0
- package/types/org/lwjgl/vulkan/KHRDynamicRendering.d.ts +20 -0
- package/types/org/lwjgl/vulkan/KHRDynamicRenderingLocalRead.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRExternalFence.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRExternalFenceCapabilities.d.ts +21 -0
- package/types/org/lwjgl/vulkan/KHRExternalFenceFd.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRExternalFenceWin32.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRExternalMemory.d.ts +11 -0
- package/types/org/lwjgl/vulkan/KHRExternalMemoryCapabilities.d.ts +27 -0
- package/types/org/lwjgl/vulkan/KHRExternalMemoryFd.d.ts +18 -0
- package/types/org/lwjgl/vulkan/KHRExternalMemoryWin32.d.ts +18 -0
- package/types/org/lwjgl/vulkan/KHRExternalSemaphore.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRExternalSemaphoreCapabilities.d.ts +22 -0
- package/types/org/lwjgl/vulkan/KHRExternalSemaphoreFd.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRExternalSemaphoreWin32.d.ts +18 -0
- package/types/org/lwjgl/vulkan/KHRFormatFeatureFlags2.d.ts +34 -0
- package/types/org/lwjgl/vulkan/KHRFragmentShaderBarycentric.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRFragmentShadingRate.d.ts +36 -0
- package/types/org/lwjgl/vulkan/KHRGetDisplayProperties2.d.ts +26 -0
- package/types/org/lwjgl/vulkan/KHRGetMemoryRequirements2.d.ts +24 -0
- package/types/org/lwjgl/vulkan/KHRGetPhysicalDeviceProperties2.d.ts +40 -0
- package/types/org/lwjgl/vulkan/KHRGetSurfaceCapabilities2.d.ts +18 -0
- package/types/org/lwjgl/vulkan/KHRGlobalPriority.d.ts +15 -0
- package/types/org/lwjgl/vulkan/KHRImageFormatList.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRImagelessFramebuffer.d.ts +11 -0
- package/types/org/lwjgl/vulkan/KHRIncrementalPresent.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRIndexTypeUint8.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRInternallySynchronizedQueues.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRLineRasterization.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRLoadStoreOpNone.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance1.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance10.d.ts +27 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance2.d.ts +20 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance3.d.ts +15 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance4.d.ts +23 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance5.d.ts +88 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance6.d.ts +34 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance7.d.ts +18 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance8.d.ts +11 -0
- package/types/org/lwjgl/vulkan/KHRMaintenance9.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRMapMemory2.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRMultiview.d.ts +10 -0
- package/types/org/lwjgl/vulkan/KHRPerformanceQuery.d.ts +55 -0
- package/types/org/lwjgl/vulkan/KHRPipelineBinary.d.ts +41 -0
- package/types/org/lwjgl/vulkan/KHRPipelineExecutableProperties.d.ts +31 -0
- package/types/org/lwjgl/vulkan/KHRPipelineLibrary.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRPortabilityEnumeration.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRPortabilitySubset.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRPresentId.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRPresentId2.d.ts +10 -0
- package/types/org/lwjgl/vulkan/KHRPresentModeFifoLatestReady.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRPresentWait.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRPresentWait2.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRPushDescriptor.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRRayQuery.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRRayTracingMaintenance1.d.ts +14 -0
- package/types/org/lwjgl/vulkan/KHRRayTracingPipeline.d.ts +56 -0
- package/types/org/lwjgl/vulkan/KHRRayTracingPositionFetch.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRRelaxedBlockLayout.d.ts +6 -0
- package/types/org/lwjgl/vulkan/KHRRobustness2.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRSamplerMirrorClampToEdge.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRSamplerYcbcrConversion.d.ts +78 -0
- package/types/org/lwjgl/vulkan/KHRSeparateDepthStencilLayouts.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRShaderAtomicInt64.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderBfloat16.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRShaderClock.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderDrawParameters.d.ts +6 -0
- package/types/org/lwjgl/vulkan/KHRShaderExpectAssume.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderFloat16Int8.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRShaderFloatControls.d.ts +10 -0
- package/types/org/lwjgl/vulkan/KHRShaderFloatControls2.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderFma.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderIntegerDotProduct.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRShaderMaximalReconvergence.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderNonSemanticInfo.d.ts +6 -0
- package/types/org/lwjgl/vulkan/KHRShaderQuadControl.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderRelaxedExtendedInstruction.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderSubgroupExtendedTypes.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderSubgroupRotate.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRShaderSubgroupUniformControlFlow.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderTerminateInvocation.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRShaderUntypedPointers.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRSharedPresentableImage.d.ts +12 -0
- package/types/org/lwjgl/vulkan/KHRSpirv14.d.ts +6 -0
- package/types/org/lwjgl/vulkan/KHRStorageBufferStorageClass.d.ts +6 -0
- package/types/org/lwjgl/vulkan/KHRSurface.d.ts +46 -0
- package/types/org/lwjgl/vulkan/KHRSurfaceMaintenance1.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRSurfaceProtectedCapabilities.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRSwapchain.d.ts +58 -0
- package/types/org/lwjgl/vulkan/KHRSwapchainMaintenance1.d.ts +17 -0
- package/types/org/lwjgl/vulkan/KHRSwapchainMutableFormat.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRSynchronization2.d.ts +113 -0
- package/types/org/lwjgl/vulkan/KHRTimelineSemaphore.d.ts +26 -0
- package/types/org/lwjgl/vulkan/KHRUnifiedImageLayouts.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRUniformBufferStandardLayout.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRVariablePointers.d.ts +8 -0
- package/types/org/lwjgl/vulkan/KHRVertexAttributeDivisor.d.ts +9 -0
- package/types/org/lwjgl/vulkan/KHRVideoDecodeAV1.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRVideoDecodeH264.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRVideoDecodeH265.d.ts +13 -0
- package/types/org/lwjgl/vulkan/KHRVideoDecodeQueue.d.ts +35 -0
- package/types/org/lwjgl/vulkan/KHRVideoDecodeVP9.d.ts +12 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeAV1.d.ts +41 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeH264.d.ts +55 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeH265.d.ts +64 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeIntraRefresh.d.ts +20 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeQuantizationMap.d.ts +30 -0
- package/types/org/lwjgl/vulkan/KHRVideoEncodeQueue.d.ts +78 -0
- package/types/org/lwjgl/vulkan/KHRVideoMaintenance1.d.ts +11 -0
- package/types/org/lwjgl/vulkan/KHRVideoMaintenance2.d.ts +11 -0
- package/types/org/lwjgl/vulkan/KHRVideoQueue.d.ts +93 -0
- package/types/org/lwjgl/vulkan/KHRVulkanMemoryModel.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRWaylandSurface.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRWin32KeyedMutex.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRWin32Surface.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRWorkgroupMemoryExplicitLayout.d.ts +7 -0
- package/types/org/lwjgl/vulkan/KHRXcbSurface.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRXlibSurface.d.ts +16 -0
- package/types/org/lwjgl/vulkan/KHRZeroInitializeWorkgroupMemory.d.ts +7 -0
- package/types/org/lwjgl/vulkan/LUNARGDirectDriverLoading.d.ts +10 -0
- package/types/org/lwjgl/vulkan/MESAImageAlignmentControl.d.ts +9 -0
- package/types/org/lwjgl/vulkan/MSFTLayeredDriver.d.ts +9 -0
- package/types/org/lwjgl/vulkan/MVKMacosSurface.d.ts +14 -0
- package/types/org/lwjgl/vulkan/NVAcquireWinrtDisplay.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVClipSpaceWScaling.d.ts +11 -0
- package/types/org/lwjgl/vulkan/NVClusterAccelerationStructure.d.ts +51 -0
- package/types/org/lwjgl/vulkan/NVCommandBufferInheritance.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVComputeOccupancyPriority.d.ts +15 -0
- package/types/org/lwjgl/vulkan/NVComputeShaderDerivatives.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVCooperativeMatrix.d.ts +29 -0
- package/types/org/lwjgl/vulkan/NVCooperativeMatrix2.d.ts +14 -0
- package/types/org/lwjgl/vulkan/NVCooperativeVector.d.ts +31 -0
- package/types/org/lwjgl/vulkan/NVCopyMemoryIndirect.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVCornerSampledImage.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVCoverageReductionMode.d.ts +16 -0
- package/types/org/lwjgl/vulkan/NVCudaKernelLaunch.d.ts +38 -0
- package/types/org/lwjgl/vulkan/NVDedicatedAllocation.d.ts +9 -0
- package/types/org/lwjgl/vulkan/NVDedicatedAllocationImageAliasing.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVDescriptorPoolOverallocation.d.ts +9 -0
- package/types/org/lwjgl/vulkan/NVDeviceDiagnosticCheckpoints.d.ts +20 -0
- package/types/org/lwjgl/vulkan/NVDeviceDiagnosticsConfig.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVDeviceGeneratedCommands.d.ts +51 -0
- package/types/org/lwjgl/vulkan/NVDeviceGeneratedCommandsCompute.d.ts +22 -0
- package/types/org/lwjgl/vulkan/NVDisplacementMicromap.d.ts +16 -0
- package/types/org/lwjgl/vulkan/NVDisplayStereo.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVExtendedSparseAddressSpace.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVExternalComputeQueue.d.ts +24 -0
- package/types/org/lwjgl/vulkan/NVExternalMemory.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVExternalMemoryCapabilities.d.ts +17 -0
- package/types/org/lwjgl/vulkan/NVExternalMemoryRdma.d.ts +15 -0
- package/types/org/lwjgl/vulkan/NVExternalMemoryWin32.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVFillRectangle.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVFragmentCoverageToColor.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVFragmentShaderBarycentric.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVFragmentShadingRateEnums.d.ts +28 -0
- package/types/org/lwjgl/vulkan/NVFramebufferMixedSamples.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVGLSLShader.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVGeometryShaderPassthrough.d.ts +6 -0
- package/types/org/lwjgl/vulkan/NVInheritedViewportScissor.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVLinearColorAttachment.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVLowLatency.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVLowLatency2.d.ts +46 -0
- package/types/org/lwjgl/vulkan/NVMemoryDecompression.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVMeshShader.d.ts +18 -0
- package/types/org/lwjgl/vulkan/NVOpticalFlow.d.ts +73 -0
- package/types/org/lwjgl/vulkan/NVPartitionedAccelerationStructure.d.ts +31 -0
- package/types/org/lwjgl/vulkan/NVPerStageDescriptorSet.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVPresentBarrier.d.ts +9 -0
- package/types/org/lwjgl/vulkan/NVPresentMetering.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVPushConstantBank.d.ts +9 -0
- package/types/org/lwjgl/vulkan/NVRawAccessChains.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVRayTracing.d.ts +94 -0
- package/types/org/lwjgl/vulkan/NVRayTracingInvocationReorder.d.ts +12 -0
- package/types/org/lwjgl/vulkan/NVRayTracingLinearSweptSpheres.d.ts +17 -0
- package/types/org/lwjgl/vulkan/NVRayTracingMotionBlur.d.ts +15 -0
- package/types/org/lwjgl/vulkan/NVRayTracingValidation.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVRepresentativeFragmentTest.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVSampleMaskOverrideCoverage.d.ts +6 -0
- package/types/org/lwjgl/vulkan/NVScissorExclusive.d.ts +17 -0
- package/types/org/lwjgl/vulkan/NVShaderAtomicFloat16Vector.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVShaderImageFootprint.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVShaderSmBuiltins.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVShaderSubgroupPartitioned.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVShadingRateImage.d.ts +38 -0
- package/types/org/lwjgl/vulkan/NVViewportArray2.d.ts +8 -0
- package/types/org/lwjgl/vulkan/NVViewportSwizzle.d.ts +15 -0
- package/types/org/lwjgl/vulkan/NVWin32KeyedMutex.d.ts +7 -0
- package/types/org/lwjgl/vulkan/NVXBinaryImport.d.ts +33 -0
- package/types/org/lwjgl/vulkan/NVXImageViewHandle.d.ts +18 -0
- package/types/org/lwjgl/vulkan/NVXMultiviewPerViewAttributes.d.ts +10 -0
- package/types/org/lwjgl/vulkan/QCOMCooperativeMatrixConversion.d.ts +7 -0
- package/types/org/lwjgl/vulkan/QCOMDataGraphModel.d.ts +15 -0
- package/types/org/lwjgl/vulkan/QCOMFilterCubicClamp.d.ts +8 -0
- package/types/org/lwjgl/vulkan/QCOMFilterCubicWeights.d.ts +13 -0
- package/types/org/lwjgl/vulkan/QCOMFragmentDensityMapOffset.d.ts +10 -0
- package/types/org/lwjgl/vulkan/QCOMImageProcessing.d.ts +18 -0
- package/types/org/lwjgl/vulkan/QCOMImageProcessing2.d.ts +11 -0
- package/types/org/lwjgl/vulkan/QCOMMultiviewPerViewRenderAreas.d.ts +8 -0
- package/types/org/lwjgl/vulkan/QCOMMultiviewPerViewViewports.d.ts +7 -0
- package/types/org/lwjgl/vulkan/QCOMRenderPassShaderResolve.d.ts +8 -0
- package/types/org/lwjgl/vulkan/QCOMRenderPassStoreOps.d.ts +7 -0
- package/types/org/lwjgl/vulkan/QCOMRenderPassTransform.d.ts +9 -0
- package/types/org/lwjgl/vulkan/QCOMRotatedCopyCommands.d.ts +7 -0
- package/types/org/lwjgl/vulkan/QCOMTileMemoryHeap.d.ts +19 -0
- package/types/org/lwjgl/vulkan/QCOMTileProperties.d.ts +17 -0
- package/types/org/lwjgl/vulkan/QCOMTileShading.d.ts +27 -0
- package/types/org/lwjgl/vulkan/QCOMYcbcrDegamma.d.ts +8 -0
- package/types/org/lwjgl/vulkan/SECAmigoProfiling.d.ts +8 -0
- package/types/org/lwjgl/vulkan/SECPipelineCacheIncrementalMode.d.ts +7 -0
- package/types/org/lwjgl/vulkan/VALVEDescriptorSetHostMapping.d.ts +17 -0
- package/types/org/lwjgl/vulkan/VALVEFragmentDensityMapLayered.d.ts +12 -0
- package/types/org/lwjgl/vulkan/VALVEMutableDescriptorType.d.ts +11 -0
- package/types/org/lwjgl/vulkan/VALVEVideoEncodeRgbConversion.d.ts +19 -0
- package/types/org/lwjgl/vulkan/VK$GlobalCommands.d.ts +13 -0
- package/types/org/lwjgl/vulkan/VK.d.ts +12 -0
- package/types/org/lwjgl/vulkan/VK10.d.ts +1003 -0
- package/types/org/lwjgl/vulkan/VK11.d.ts +1279 -0
- package/types/org/lwjgl/vulkan/VK12.d.ts +1425 -0
- package/types/org/lwjgl/vulkan/VK13.d.ts +1689 -0
- package/types/org/lwjgl/vulkan/VK14.d.ts +1843 -0
- package/types/org/lwjgl/vulkan/VKCapabilitiesDevice.d.ts +1060 -0
- package/types/org/lwjgl/vulkan/VKCapabilitiesInstance.d.ts +161 -0
- package/types/org/lwjgl/vulkan/VkAabbPositionsKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkAabbPositionsNV.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildGeometryInfoKHR.d.ts +99 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildRangeInfoKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureBuildSizesInfoKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureCaptureDescriptorDataInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureCreateInfoKHR.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureCreateInfoNV.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureDeviceAddressInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryAabbsDataKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryDataKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryInstancesDataKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryLinearSweptSpheresDataNV.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryMotionTrianglesDataNV.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometrySpheresDataNV.d.ts +100 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureGeometryTrianglesDataKHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureInfoNV.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureInstanceKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureInstanceNV.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureMatrixMotionInstanceNV.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureMemoryRequirementsInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInstanceDataNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureMotionInstanceNV.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureSRTMotionInstanceNV.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureTrianglesDisplacementMicromapNV.d.ts +137 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureTrianglesOpacityMicromapEXT.d.ts +94 -0
- package/types/org/lwjgl/vulkan/VkAccelerationStructureVersionInfoKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkAcquireNextImageInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkAcquireProfilingLockInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAllocationCallbacks.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkAllocationFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkAllocationFunction.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkAllocationFunctionI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkAmigoProfilingSubmitInfoSEC.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatProperties2ANDROID.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatPropertiesANDROID.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferFormatResolvePropertiesANDROID.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferPropertiesANDROID.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkAndroidHardwareBufferUsageANDROID.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkAndroidSurfaceCreateInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAntiLagDataAMD.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkAntiLagPresentationInfoAMD.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkApplicationInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkAttachmentDescription.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkAttachmentDescription2.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkAttachmentDescription2KHR.d.ts +113 -0
- package/types/org/lwjgl/vulkan/VkAttachmentDescriptionStencilLayout.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkAttachmentDescriptionStencilLayoutKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkAttachmentFeedbackLoopInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkAttachmentReference.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkAttachmentReference2.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkAttachmentReference2KHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkAttachmentReferenceStencilLayout.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkAttachmentReferenceStencilLayoutKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkAttachmentSampleCountInfoAMD.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkAttachmentSampleCountInfoNV.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkAttachmentSampleLocationsEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkBaseInStructure.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkBaseOutStructure.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkBeginCustomResolveInfoEXT.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkBindAccelerationStructureMemoryInfoNV.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkBindBufferMemoryDeviceGroupInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkBindBufferMemoryDeviceGroupInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkBindBufferMemoryInfo.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkBindBufferMemoryInfoKHR.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkBindDataGraphPipelineSessionMemoryInfoARM.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkBindDescriptorBufferEmbeddedSamplersInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBindDescriptorSetsInfo.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkBindDescriptorSetsInfoKHR.d.ts +100 -0
- package/types/org/lwjgl/vulkan/VkBindHeapInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkBindImageMemoryDeviceGroupInfo.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkBindImageMemoryDeviceGroupInfoKHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkBindImageMemoryInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkBindImageMemoryInfoKHR.d.ts +91 -0
- package/types/org/lwjgl/vulkan/VkBindImageMemorySwapchainInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkBindImagePlaneMemoryInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBindImagePlaneMemoryInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBindIndexBufferIndirectCommandEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkBindIndexBufferIndirectCommandNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkBindMemoryStatus.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkBindMemoryStatusKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkBindPipelineIndirectCommandNV.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkBindShaderGroupIndirectCommandNV.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkBindSparseInfo.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkBindTensorMemoryInfoARM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkBindVertexBufferIndirectCommandEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkBindVertexBufferIndirectCommandNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkBindVideoSessionMemoryInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkBlitImageCubicWeightsInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBlitImageInfo2.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkBlitImageInfo2KHR.d.ts +98 -0
- package/types/org/lwjgl/vulkan/VkBufferCaptureDescriptorDataInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferCopy.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkBufferCopy2.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkBufferCopy2KHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkBufferCreateInfo.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkBufferDeviceAddressCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBufferDeviceAddressInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBufferImageCopy.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkBufferImageCopy2.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkBufferImageCopy2KHR.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier2.d.ts +99 -0
- package/types/org/lwjgl/vulkan/VkBufferMemoryBarrier2KHR.d.ts +111 -0
- package/types/org/lwjgl/vulkan/VkBufferMemoryRequirementsInfo2.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferMemoryRequirementsInfo2KHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBufferOpaqueCaptureAddressCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferOpaqueCaptureAddressCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBufferUsageFlags2CreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkBufferUsageFlags2CreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkBufferViewCreateInfo.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkBuildPartitionedAccelerationStructureIndirectCommandNV.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkBuildPartitionedAccelerationStructureInfoNV.d.ts +83 -0
- package/types/org/lwjgl/vulkan/VkCalibratedTimestampInfoEXT.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkCalibratedTimestampInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkCheckpointData2NV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkCheckpointDataNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkClearAttachment.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkClearColorValue.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkClearDepthStencilValue.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkClearRect.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkClearValue.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildTriangleClusterInfoNV.d.ts +125 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV.d.ts +130 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureClustersBottomLevelInputNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureCommandsInfoNV.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureGetTemplateIndicesInfoNV.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureInputInfoNV.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureInstantiateClusterInfoNV.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureMoveObjectsInfoNV.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureMoveObjectsInputNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureOpInputNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkClusterAccelerationStructureTriangleClusterInputNV.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkCoarseSampleLocationNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkCoarseSampleOrderCustomNV.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkColorBlendAdvancedEXT.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkColorBlendEquationEXT.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkCommandBuffer.d.ts +15 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferAllocateInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferBeginInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceConditionalRenderingInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceDescriptorHeapInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceInfo.d.ts +114 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderPassTransformInfoQCOM.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderingInfo.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceRenderingInfoKHR.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferInheritanceViewportScissorInfoNV.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferSubmitInfo.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkCommandBufferSubmitInfoKHR.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkCommandPoolCreateInfo.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkComponentMapping.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkComputeOccupancyPriorityParametersNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkComputePipelineCreateInfo.d.ts +99 -0
- package/types/org/lwjgl/vulkan/VkComputePipelineIndirectBufferInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkConditionalRenderingBeginInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkConformanceVersion.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkConformanceVersionKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkConvertCooperativeVectorMatrixInfoNV.d.ts +116 -0
- package/types/org/lwjgl/vulkan/VkCooperativeMatrixFlexibleDimensionsPropertiesNV.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkCooperativeMatrixPropertiesKHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkCooperativeMatrixPropertiesNV.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkCooperativeVectorPropertiesNV.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkCopyAccelerationStructureInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkCopyAccelerationStructureToMemoryInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkCopyBufferInfo2.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkCopyBufferInfo2KHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkCopyBufferToImageInfo2.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkCopyBufferToImageInfo2KHR.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkCopyCommandTransformInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkCopyDescriptorSet.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkCopyImageInfo2.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkCopyImageInfo2KHR.d.ts +91 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToBufferInfo2.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToBufferInfo2KHR.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToImageInfo.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToImageInfoEXT.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToMemoryInfo.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkCopyImageToMemoryInfoEXT.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectCommandKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectCommandNV.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryIndirectInfoKHR.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToAccelerationStructureInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectCommandKHR.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectCommandNV.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToImageIndirectInfoKHR.d.ts +83 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToImageInfo.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToImageInfoEXT.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkCopyMemoryToMicromapInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkCopyMicromapInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkCopyMicromapToMemoryInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkCopyTensorInfoARM.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkCuFunctionCreateInfoNVX.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkCuLaunchInfoNVX.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkCuModuleCreateInfoNVX.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkCuModuleTexturingModeCreateInfoNVX.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkCudaFunctionCreateInfoNV.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkCudaLaunchInfoNV.d.ts +111 -0
- package/types/org/lwjgl/vulkan/VkCudaModuleCreateInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkCustomResolveCreateInfoEXT.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkD3D12FenceSubmitInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineBuiltinModelCreateInfoQCOM.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineCompilerControlCreateInfoARM.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineConstantARM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineCreateInfoARM.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineDispatchInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineIdentifierCreateInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelinePropertyQueryResultARM.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineResourceInfoARM.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionBindPointRequirementARM.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionBindPointRequirementsInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionCreateInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineSessionMemoryRequirementsInfoARM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDataGraphPipelineShaderModuleCreateInfoARM.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkDataGraphProcessingEngineCreateInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDebugMarkerMarkerInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDebugMarkerObjectNameInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDebugMarkerObjectTagInfoEXT.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkDebugReportCallbackCreateInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXT$Container.d.ts +23 -0
- package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXT.d.ts +25 -0
- package/types/org/lwjgl/vulkan/VkDebugReportCallbackEXTI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsLabelEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackDataEXT.d.ts +104 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXT$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXT.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCallbackEXTI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsMessengerCreateInfoEXT.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsObjectNameInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDebugUtilsObjectTagInfoEXT.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkDecompressMemoryInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDecompressMemoryRegionEXT.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkDecompressMemoryRegionNV.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkDedicatedAllocationBufferCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDedicatedAllocationImageCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDedicatedAllocationMemoryAllocateInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDependencyInfo.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkDependencyInfoKHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkDepthBiasInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDepthBiasRepresentationInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDepthClampRangeEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDescriptorAddressInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDescriptorBufferBindingInfoEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkDescriptorBufferBindingPushDescriptorBufferHandleEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDescriptorBufferInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDescriptorDataEXT.d.ts +91 -0
- package/types/org/lwjgl/vulkan/VkDescriptorGetInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDescriptorGetTensorInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDescriptorImageInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceConstantOffsetEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceDataEXT.d.ts +108 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceHeapDataEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectAddressEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectIndexArrayEXT.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceIndirectIndexEXT.d.ts +100 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourcePushIndexEXT.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkDescriptorMappingSourceShaderRecordIndexEXT.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkDescriptorPoolCreateInfo.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkDescriptorPoolInlineUniformBlockCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDescriptorPoolInlineUniformBlockCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDescriptorPoolSize.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetAllocateInfo.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetAndBindingMappingEXT.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetBindingReferenceVALVE.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBinding.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBindingFlagsCreateInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutBindingFlagsCreateInfoEXT.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutCreateInfo.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutHostMappingInfoVALVE.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutSupport.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetLayoutSupportKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountAllocateInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountAllocateInfoEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountLayoutSupport.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkDescriptorSetVariableDescriptorCountLayoutSupportEXT.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateCreateInfo.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateCreateInfoKHR.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateEntry.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkDescriptorUpdateTemplateEntryKHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkDevice.d.ts +17 -0
- package/types/org/lwjgl/vulkan/VkDeviceAddressBindingCallbackDataEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkDeviceAddressRangeEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDeviceBufferMemoryRequirements.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkDeviceBufferMemoryRequirementsKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkDeviceCreateInfo.d.ts +736 -0
- package/types/org/lwjgl/vulkan/VkDeviceDeviceMemoryReportCreateInfoEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkDeviceDiagnosticsConfigCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceEventInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceFaultAddressInfoEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDeviceFaultCountsEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDeviceFaultInfoEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkDeviceFaultVendorBinaryHeaderVersionOneEXT.d.ts +98 -0
- package/types/org/lwjgl/vulkan/VkDeviceFaultVendorInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupBindSparseInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupBindSparseInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupCommandBufferBeginInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupCommandBufferBeginInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupDeviceCreateInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupDeviceCreateInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupPresentCapabilitiesKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupPresentInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupRenderPassBeginInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupRenderPassBeginInfoKHR.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupSubmitInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupSubmitInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkDeviceGroupSwapchainCreateInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceImageMemoryRequirements.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkDeviceImageMemoryRequirementsKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkDeviceImageSubresourceInfo.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkDeviceImageSubresourceInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryOpaqueCaptureAddressInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryOpaqueCaptureAddressInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryOverallocationCreateInfoAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackDataEXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXT$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXT.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkDeviceMemoryReportCallbackEXTI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressConstAMDX.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressConstKHR.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkDeviceOrHostAddressKHR.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkDevicePipelineBinaryInternalCacheControlKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDevicePrivateDataCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDevicePrivateDataCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueCreateInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueGlobalPriorityCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueInfo2.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDeviceQueueShaderCoreControlCreateInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDeviceTensorMemoryRequirementsARM.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkDirectDriverLoadingInfoLUNARG.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkDirectDriverLoadingListLUNARG.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDirectFBSurfaceCreateInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkDispatchGraphCountInfoAMDX.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkDispatchGraphInfoAMDX.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkDispatchIndirectCommand.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDispatchTileInfoQCOM.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkDisplayEventInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDisplayModeCreateInfoKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkDisplayModeParametersKHR.d.ts +52 -0
- package/types/org/lwjgl/vulkan/VkDisplayModeProperties2KHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkDisplayModePropertiesKHR.d.ts +44 -0
- package/types/org/lwjgl/vulkan/VkDisplayModeStereoPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkDisplayNativeHdrSurfaceCapabilitiesAMD.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkDisplayPlaneCapabilities2KHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDisplayPlaneCapabilitiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkDisplayPlaneInfo2KHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkDisplayPlaneProperties2KHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDisplayPlanePropertiesKHR.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkDisplayPowerInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDisplayPresentInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkDisplayProperties2KHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDisplayPropertiesKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkDisplaySurfaceCreateInfoKHR.d.ts +95 -0
- package/types/org/lwjgl/vulkan/VkDisplaySurfaceStereoCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkDrawIndexedIndirectCommand.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkDrawIndirectCommand.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkDrawIndirectCountIndirectCommandEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDrawMeshTasksIndirectCommandEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkDrawMeshTasksIndirectCommandNV.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkDrmFormatModifierProperties2EXT.d.ts +33 -0
- package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesEXT.d.ts +33 -0
- package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesList2EXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkDrmFormatModifierPropertiesListEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkEventCreateInfo.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkExecutionGraphPipelineCreateInfoAMDX.d.ts +93 -0
- package/types/org/lwjgl/vulkan/VkExecutionGraphPipelineScratchSizeAMDX.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkExportFenceCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExportFenceCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkExportFenceWin32HandleInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkExportMemoryAllocateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExportMemoryWin32HandleInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkExportMemoryWin32HandleInfoNV.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkExportMetalBufferInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkExportMetalCommandQueueInfoEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkExportMetalDeviceInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkExportMetalIOSurfaceInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkExportMetalObjectCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExportMetalObjectsInfoEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkExportMetalSharedEventInfoEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkExportMetalTextureInfoEXT.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkExportSemaphoreCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExportSemaphoreCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkExportSemaphoreWin32HandleInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkExtensionProperties.d.ts +45 -0
- package/types/org/lwjgl/vulkan/VkExtent2D.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkExtent3D.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkExternalBufferProperties.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkExternalBufferPropertiesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkExternalComputeQueueCreateInfoNV.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkExternalComputeQueueDataParamsNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalComputeQueueDeviceCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalComputeQueueNV.d.ts +15 -0
- package/types/org/lwjgl/vulkan/VkExternalFenceProperties.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkExternalFencePropertiesKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkExternalFormatANDROID.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalImageFormatProperties.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkExternalImageFormatPropertiesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkExternalImageFormatPropertiesNV.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryAcquireUnmodifiedEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryBufferCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryBufferCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryImageCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryProperties.d.ts +33 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryPropertiesKHR.d.ts +33 -0
- package/types/org/lwjgl/vulkan/VkExternalMemoryTensorCreateInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkExternalSemaphoreProperties.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkExternalSemaphorePropertiesKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkExternalTensorPropertiesARM.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkFenceCreateInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkFenceGetFdInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkFenceGetWin32HandleInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkFilterCubicImageViewImageFormatPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkFormatProperties.d.ts +46 -0
- package/types/org/lwjgl/vulkan/VkFormatProperties2.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkFormatProperties2KHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkFormatProperties3.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkFormatProperties3KHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkFragmentShadingRateAttachmentInfoKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkFrameBoundaryEXT.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkFrameBoundaryTensorsARM.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkFramebufferAttachmentImageInfo.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkFramebufferAttachmentImageInfoKHR.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkFramebufferAttachmentsCreateInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkFramebufferAttachmentsCreateInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkFramebufferCreateInfo.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkFramebufferMixedSamplesCombinationNV.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkFreeFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkFreeFunction.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkFreeFunctionI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsInfoEXT.d.ts +104 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsInfoNV.d.ts +115 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsMemoryRequirementsInfoEXT.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsMemoryRequirementsInfoNV.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsPipelineInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkGeneratedCommandsShaderInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkGeometryAABBNV.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkGeometryDataNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkGeometryNV.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkGeometryTrianglesNV.d.ts +105 -0
- package/types/org/lwjgl/vulkan/VkGetLatencyMarkerInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkGraphicsPipelineCreateInfo.d.ts +199 -0
- package/types/org/lwjgl/vulkan/VkGraphicsPipelineLibraryCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkGraphicsPipelineShaderGroupsCreateInfoNV.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkGraphicsShaderGroupCreateInfoNV.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkHdrMetadataEXT.d.ts +98 -0
- package/types/org/lwjgl/vulkan/VkHdrVividDynamicMetadataHUAWEI.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkHeadlessSurfaceCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkHostAddressRangeConstEXT.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkHostAddressRangeEXT.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkHostImageCopyDevicePerformanceQuery.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkHostImageCopyDevicePerformanceQueryEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkHostImageLayoutTransitionInfo.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkHostImageLayoutTransitionInfoEXT.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkImageAlignmentControlCreateInfoMESA.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageBlit.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkImageBlit2.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkImageBlit2KHR.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkImageCaptureDescriptorDataInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageCompressionControlEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkImageCompressionPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImageCopy.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkImageCopy2.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkImageCopy2KHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkImageCreateInfo.d.ts +161 -0
- package/types/org/lwjgl/vulkan/VkImageDescriptorInfoEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierExplicitCreateInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierListCreateInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkImageDrmFormatModifierPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkImageFormatListCreateInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkImageFormatListCreateInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkImageFormatProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkImageFormatProperties2.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkImageFormatProperties2KHR.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkImageMemoryBarrier.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkImageMemoryBarrier2.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkImageMemoryBarrier2KHR.d.ts +121 -0
- package/types/org/lwjgl/vulkan/VkImageMemoryRequirementsInfo2.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkImageMemoryRequirementsInfo2KHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkImagePlaneMemoryRequirementsInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImagePlaneMemoryRequirementsInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkImageResolve.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkImageResolve2.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkImageResolve2KHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkImageSparseMemoryRequirementsInfo2.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageSparseMemoryRequirementsInfo2KHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkImageStencilUsageCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageStencilUsageCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkImageSubresource.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkImageSubresource2.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkImageSubresource2EXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkImageSubresource2KHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkImageSubresourceLayers.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkImageSubresourceRange.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkImageSwapchainCreateInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageToMemoryCopy.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkImageToMemoryCopyEXT.d.ts +100 -0
- package/types/org/lwjgl/vulkan/VkImageViewASTCDecodeModeEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageViewAddressPropertiesNVX.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImageViewCaptureDescriptorDataInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageViewCreateInfo.d.ts +105 -0
- package/types/org/lwjgl/vulkan/VkImageViewHandleInfoNVX.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkImageViewMinLodCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageViewSampleWeightCreateInfoQCOM.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkImageViewSlicedCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkImageViewUsageCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkImageViewUsageCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkImportAndroidHardwareBufferInfoANDROID.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImportFenceFdInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkImportFenceWin32HandleInfoKHR.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkImportMemoryFdInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkImportMemoryHostPointerInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkImportMemoryMetalHandleInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkImportMemoryWin32HandleInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkImportMemoryWin32HandleInfoNV.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkImportMetalBufferInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImportMetalIOSurfaceInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImportMetalSharedEventInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkImportMetalTextureInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkImportSemaphoreFdInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkImportSemaphoreWin32HandleInfoKHR.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsExecutionSetTokenEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsIndexBufferTokenEXT.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutCreateInfoEXT.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutCreateInfoNV.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutPushDataTokenNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutTokenEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsLayoutTokenNV.d.ts +119 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsPushConstantTokenEXT.d.ts +46 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsStreamNV.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsTokenDataEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkIndirectCommandsVertexBufferTokenEXT.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkIndirectExecutionSetCreateInfoEXT.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkIndirectExecutionSetInfoEXT.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkIndirectExecutionSetPipelineInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkIndirectExecutionSetShaderInfoEXT.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkIndirectExecutionSetShaderLayoutInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkInitializePerformanceApiInfoINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkInputAttachmentAspectReference.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkInputAttachmentAspectReferenceKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkInstance.d.ts +11 -0
- package/types/org/lwjgl/vulkan/VkInstanceCreateInfo.d.ts +95 -0
- package/types/org/lwjgl/vulkan/VkInternalAllocationNotification$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkInternalAllocationNotification.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkInternalAllocationNotificationI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkInternalFreeNotification$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkInternalFreeNotification.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkInternalFreeNotificationI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkLatencySleepInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkLatencySleepModeInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkLatencySubmissionPresentIdNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkLatencySurfaceCapabilitiesNV.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkLatencyTimingsFrameReportNV.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkLayerProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkLayerSettingEXT.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkLayerSettingsCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMacOSSurfaceCreateInfoMVK.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMappedMemoryRange.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkMemoryAllocateFlagsInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryAllocateFlagsInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkMemoryAllocateInfo.d.ts +104 -0
- package/types/org/lwjgl/vulkan/VkMemoryBarrier.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryBarrier2.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkMemoryBarrier2KHR.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkMemoryBarrierAccessFlags3KHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkMemoryDedicatedAllocateInfoTensorARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkMemoryDedicatedRequirements.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkMemoryDedicatedRequirementsKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkMemoryFdPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkMemoryGetAndroidHardwareBufferInfoANDROID.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkMemoryGetFdInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryGetMetalHandleInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryGetRemoteAddressInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryGetWin32HandleInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryHeap.d.ts +30 -0
- package/types/org/lwjgl/vulkan/VkMemoryHostPointerPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkMemoryMapInfo.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkMemoryMapInfoKHR.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkMemoryMapPlacedInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkMemoryMetalHandlePropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkMemoryOpaqueCaptureAddressAllocateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkMemoryOpaqueCaptureAddressAllocateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkMemoryPriorityAllocateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkMemoryRequirements.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkMemoryRequirements2.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryRequirements2KHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkMemoryToImageCopy.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkMemoryToImageCopyEXT.d.ts +100 -0
- package/types/org/lwjgl/vulkan/VkMemoryType.d.ts +30 -0
- package/types/org/lwjgl/vulkan/VkMemoryUnmapInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMemoryUnmapInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkMemoryWin32HandlePropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkMetalSurfaceCreateInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkMicromapBuildInfoEXT.d.ts +112 -0
- package/types/org/lwjgl/vulkan/VkMicromapBuildSizesInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkMicromapCreateInfoEXT.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkMicromapTriangleEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkMicromapUsageEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkMicromapVersionInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkMultiDrawIndexedInfoEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkMultiDrawInfoEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkMultisamplePropertiesEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkMultisampledRenderToSingleSampledInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMultiviewPerViewAttributesInfoNVX.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeCreateInfoVALVE.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeListEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkMutableDescriptorTypeListVALVE.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkOffset2D.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkOffset3D.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkOpaqueCaptureDataCreateInfoEXT.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkOpaqueCaptureDescriptorDataCreateInfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkOpticalFlowExecuteInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkOpticalFlowImageFormatInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkOpticalFlowImageFormatPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkOpticalFlowSessionCreateInfoNV.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkOpticalFlowSessionCreatePrivateDataInfoNV.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkOutOfBandQueueTypeInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureFlagsNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureInstancesInputNV.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureUpdateInstanceDataNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureWriteInstanceDataNV.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkPartitionedAccelerationStructureWritePartitionTranslationDataNV.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPastPresentationTimingEXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPastPresentationTimingGOOGLE.d.ts +52 -0
- package/types/org/lwjgl/vulkan/VkPastPresentationTimingInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPastPresentationTimingPropertiesEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPerTileBeginInfoQCOM.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkPerTileEndInfoQCOM.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkPerformanceConfigurationAcquireInfoINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPerformanceCounterARM.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPerformanceCounterDescriptionARM.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkPerformanceCounterDescriptionKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPerformanceCounterKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPerformanceCounterResultKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPerformanceMarkerInfoINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPerformanceOverrideInfoINTEL.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPerformanceQuerySubmitInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPerformanceStreamMarkerInfoINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPerformanceValueDataINTEL.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPerformanceValueINTEL.d.ts +44 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice.d.ts +13 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice16BitStorageFeatures.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice16BitStorageFeaturesKHR.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice4444FormatsFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice8BitStorageFeatures.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevice8BitStorageFeaturesKHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceASTCDecodeFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAccelerationStructureFeaturesKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAccelerationStructurePropertiesKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAddressBindingReportFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAmigoProfilingFeaturesSEC.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAntiLagFeaturesAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBorderColorSwizzleFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferAddressFeaturesEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeatures.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceBufferDeviceAddressFeaturesKHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterAccelerationStructureFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterAccelerationStructurePropertiesNV.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCoherentMemoryFeaturesAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceColorWriteEnableFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCommandBufferInheritanceFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeOccupancyPriorityFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesFeaturesNV.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceConditionalRenderingFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceConservativeRasterizationPropertiesEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrix2FeaturesNV.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrix2PropertiesNV.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeMatrixPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeVectorFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCooperativeVectorPropertiesNV.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCopyMemoryIndirectPropertiesNV.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCornerSampledImageFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCoverageReductionModeFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCubicClampFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCubicWeightsFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCudaKernelLaunchFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCudaKernelLaunchPropertiesNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomBorderColorFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomBorderColorPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceCustomResolveFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphFeaturesARM.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphModelFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphOperationSupportARM.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDataGraphProcessingEngineARM.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthBiasControlFeaturesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampControlFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampZeroOneFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClampZeroOneFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClipControlFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthClipEnableFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthStencilResolveProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDepthStencilResolvePropertiesKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferFeaturesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferPropertiesEXT.d.ts +149 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferTensorFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorBufferTensorPropertiesARM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapPropertiesEXT.d.ts +107 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorHeapTensorPropertiesARM.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingFeatures.d.ts +150 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingFeaturesEXT.d.ts +162 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingProperties.d.ts +119 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorIndexingPropertiesEXT.d.ts +108 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDeviceMemoryReportFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDiagnosticsConfigFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDiscardRectanglePropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDisplacementMicromapFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDisplacementMicromapPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDriverProperties.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDriverPropertiesKHR.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDrmPropertiesEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingLocalReadFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExclusiveScissorFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState2FeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.d.ts +205 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicState3PropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedDynamicStateFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalBufferInfo.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalBufferInfoKHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalComputeQueuePropertiesNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFenceInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFenceInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFormatResolveFeaturesANDROID.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalImageFormatInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalImageFormatInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalMemoryHostPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalMemoryRDMAFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalSemaphoreInfo.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalSemaphoreInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceExternalTensorInfoARM.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFaultFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures.d.ts +314 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures2.d.ts +680 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFeatures2KHR.d.ts +692 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloat16Int8FeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloatControlsProperties.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFloatControlsPropertiesKHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFormatPackFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMap2PropertiesEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentDensityMapPropertiesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateFeaturesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRateKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFragmentShadingRatePropertiesKHR.d.ts +102 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceFrameBoundaryFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGroupProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceGroupPropertiesKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHdrVividFeaturesHUAWEI.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyProperties.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostImageCopyPropertiesEXT.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostQueryResetFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceHostQueryResetFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceIDProperties.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceIDPropertiesKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImage2DViewOf3DFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageAlignmentControlFeaturesMESA.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageAlignmentControlPropertiesMESA.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageCompressionControlFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageDrmFormatModifierInfoEXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageFormatInfo2.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageFormatInfo2KHR.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessing2FeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessing2PropertiesQCOM.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessingFeaturesQCOM.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageProcessingPropertiesQCOM.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageRobustnessFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageRobustnessFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageViewImageFormatInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImageViewMinLodFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImagelessFramebufferFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceImagelessFramebufferFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8FeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceIndexTypeUint8FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInheritedViewportScissorFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockFeatures.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockFeaturesEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockProperties.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInlineUniformBlockPropertiesEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInternallySynchronizedQueuesFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceInvocationMaskFeaturesHUAWEI.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiPropertiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiPropertiesListKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredApiVulkanPropertiesKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLayeredDriverPropertiesMSFT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyDitheringFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLimits.d.ts +356 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeatures.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeaturesEXT.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationFeaturesKHR.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationPropertiesEXT.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLineRasterizationPropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceLinearColorAttachmentFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance10FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance10PropertiesKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance3Properties.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance3PropertiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4Properties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance4PropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5Properties.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance5PropertiesKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6Properties.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance6PropertiesKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance7FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance7PropertiesKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance8FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance9FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMaintenance9PropertiesKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMapMemoryPlacedFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMapMemoryPlacedPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryBudgetPropertiesEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionFeaturesNV.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryDecompressionPropertiesNV.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryPriorityFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties2.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMemoryProperties2KHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderFeaturesEXT.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderPropertiesEXT.d.ts +143 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMeshShaderPropertiesNV.d.ts +94 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiDrawFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiDrawPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewFeatures.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewFeaturesKHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewProperties.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMultiviewPropertiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceNestedCommandBufferFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceNestedCommandBufferPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpacityMicromapFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpacityMicromapPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpticalFlowFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceOpticalFlowPropertiesNV.d.ts +83 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePCIBusInfoPropertiesEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePerStageDescriptorSetFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceCountersByRegionFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceCountersByRegionPropertiesARM.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceQueryFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePerformanceQueryPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineBinaryFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineBinaryPropertiesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCreationCacheControlFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineOpacityMicromapFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelinePropertiesFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineProtectedAccessFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineProtectedAccessFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePipelineRobustnessPropertiesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePointClippingProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePointClippingPropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePortabilitySubsetFeaturesKHR.d.ts +125 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePortabilitySubsetPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentBarrierFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentId2FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentIdFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentMeteringFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentTimingFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentWait2FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePresentWaitFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePrivateDataFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePrivateDataFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties2.d.ts +338 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProperties2KHR.d.ts +349 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProtectedMemoryFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProtectedMemoryProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProvokingVertexFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceProvokingVertexPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePushConstantBankFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePushConstantBankPropertiesNV.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePushDescriptorProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDevicePushDescriptorPropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRawAccessChainsFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayQueryFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingMotionBlurFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPipelineFeaturesKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPipelinePropertiesKHR.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingPropertiesNV.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRayTracingValidationFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRenderPassStripedFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRenderPassStripedPropertiesARM.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2FeaturesEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2FeaturesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2PropertiesEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceRobustness2PropertiesKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSampleLocationsPropertiesEXT.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerFilterMinmaxProperties.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerYcbcrConversionFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceScalarBlockLayoutFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceScalarBlockLayoutFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSchedulingControlsFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSchedulingControlsPropertiesARM.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShader64BitIndexingFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicFloatFeaturesEXT.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicInt64Features.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderAtomicInt64FeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderBfloat16FeaturesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderClockFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCoreProperties2AMD.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCorePropertiesAMD.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderCorePropertiesARM.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDrawParameterFeatures.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderDrawParametersFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEnqueueFeaturesAMDX.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderEnqueuePropertiesAMDX.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderExpectAssumeFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderExpectAssumeFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat16Int8Features.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat16Int8FeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloat8FeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloatControls2Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFloatControls2FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderFmaFeaturesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderImageFootprintFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductProperties.d.ts +140 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.d.ts +122 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderLongVectorFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderLongVectorPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderObjectFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderObjectPropertiesEXT.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderQuadControlFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSMBuiltinsPropertiesNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupPartitionedFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupRotateFeatures.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTerminateInvocationFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTileImageFeaturesEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderTileImagePropertiesEXT.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShaderUntypedPointersFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShadingRateImageFeaturesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceShadingRateImagePropertiesNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseImageFormatInfo2.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseImageFormatInfo2KHR.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSparseProperties.d.ts +39 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlFeatures.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlFeaturesEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubgroupSizeControlPropertiesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassShadingFeaturesHUAWEI.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSubpassShadingPropertiesHUAWEI.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSurfaceInfo2KHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSynchronization2Features.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceSynchronization2FeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTensorFeaturesARM.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTensorPropertiesARM.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentProperties.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTC3DFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTCHDRFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileMemoryHeapFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileMemoryHeapPropertiesQCOM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTilePropertiesFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileShadingFeaturesQCOM.d.ts +120 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTileShadingPropertiesQCOM.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphoreProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTimelineSemaphorePropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceToolProperties.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceToolPropertiesEXT.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTransformFeedbackFeaturesEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceTransformFeedbackPropertiesEXT.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceUniformBufferStandardLayoutFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointerFeatures.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointerFeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointersFeatures.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVariablePointersFeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeatures.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorProperties.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoDecodeVP9FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeAV1FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoFormatInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoMaintenance1FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVideoMaintenance2FeaturesKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan11Features.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan11Properties.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan12Features.d.ts +285 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan12Properties.d.ts +211 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan13Features.d.ts +125 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan13Properties.d.ts +185 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan14Features.d.ts +155 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkan14Properties.d.ts +128 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkanMemoryModelFeatures.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceVulkanMemoryModelFeaturesKHR.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcrDegammaFeaturesQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceYcbcrImageArraysFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryCreateInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryDataInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryDataKHR.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryHandlesInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryKeyKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPipelineBinaryKeysAndDataKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineCacheCreateInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineCacheHeaderVersionDataGraphQCOM.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkPipelineCacheHeaderVersionOne.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPipelineColorBlendAdvancedStateCreateInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineColorBlendAttachmentState.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkPipelineColorBlendStateCreateInfo.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkPipelineColorWriteCreateInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPipelineCompilerControlCreateInfoAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineCoverageModulationStateCreateInfoNV.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkPipelineCoverageReductionStateCreateInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineCoverageToColorStateCreateInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreateFlags2CreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreateFlags2CreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreateInfoKHR.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreationFeedback.d.ts +30 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackCreateInfo.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackCreateInfoEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPipelineCreationFeedbackEXT.d.ts +42 -0
- package/types/org/lwjgl/vulkan/VkPipelineDepthStencilStateCreateInfo.d.ts +104 -0
- package/types/org/lwjgl/vulkan/VkPipelineDiscardRectangleStateCreateInfoEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPipelineDynamicStateCreateInfo.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPipelineExecutableInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineExecutableInternalRepresentationKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkPipelineExecutablePropertiesKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPipelineExecutableStatisticKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineExecutableStatisticValueKHR.d.ts +36 -0
- package/types/org/lwjgl/vulkan/VkPipelineFragmentDensityMapLayeredCreateInfoVALVE.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineFragmentShadingRateEnumStateCreateInfoNV.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPipelineFragmentShadingRateStateCreateInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkPipelineIndirectDeviceAddressInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineInputAssemblyStateCreateInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineLayoutCreateInfo.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkPipelineLibraryCreateInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPipelineMultisampleStateCreateInfo.d.ts +94 -0
- package/types/org/lwjgl/vulkan/VkPipelinePropertiesIdentifierEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationConservativeStateCreateInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationDepthClipStateCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfo.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfoEXT.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationLineStateCreateInfoKHR.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationProvokingVertexStateCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateCreateInfo.d.ts +123 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateRasterizationOrderAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineRasterizationStateStreamCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineRenderingCreateInfo.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkPipelineRenderingCreateInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkPipelineRepresentativeFragmentTestStateCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineRobustnessCreateInfo.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkPipelineRobustnessCreateInfoEXT.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkPipelineSampleLocationsStateCreateInfoEXT.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPipelineShaderStageCreateInfo.d.ts +101 -0
- package/types/org/lwjgl/vulkan/VkPipelineShaderStageModuleIdentifierCreateInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineShaderStageNodeCreateInfoAMDX.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPipelineShaderStageRequiredSubgroupSizeCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineTessellationDomainOriginStateCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineTessellationDomainOriginStateCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkPipelineTessellationStateCreateInfo.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfoEXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPipelineVertexInputDivisorStateCreateInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkPipelineVertexInputStateCreateInfo.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportCoarseSampleOrderStateCreateInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportDepthClampControlCreateInfoEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportDepthClipControlCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportExclusiveScissorStateCreateInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportShadingRateImageStateCreateInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportStateCreateInfo.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportSwizzleStateCreateInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPipelineViewportWScalingStateCreateInfoNV.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkPresentId2KHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPresentIdKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkPresentInfoKHR.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkPresentRegionKHR.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkPresentRegionsKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPresentStageTimeEXT.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkPresentTimeGOOGLE.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkPresentTimesInfoGOOGLE.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPresentTimingInfoEXT.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkPresentTimingSurfaceCapabilitiesEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkPresentTimingsInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPresentWait2InfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkPrivateDataSlotCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPrivateDataSlotCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkProtectedSubmitInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPushConstantBankInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkPushConstantRange.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkPushConstantsInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkPushConstantsInfoKHR.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkPushDataInfoEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkPushDescriptorSetInfo.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkPushDescriptorSetInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkPushDescriptorSetWithTemplateInfo.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkPushDescriptorSetWithTemplateInfoKHR.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkQueryLowLatencySupportNV.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkQueryPoolCreateInfo.d.ts +98 -0
- package/types/org/lwjgl/vulkan/VkQueryPoolCreateInfoINTEL.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkQueryPoolPerformanceCreateInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkQueryPoolPerformanceQueryCreateInfoINTEL.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkQueryPoolVideoEncodeFeedbackCreateInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkQueue.d.ts +15 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyCheckpointProperties2NV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyCheckpointPropertiesNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyDataGraphProcessingEnginePropertiesARM.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyDataGraphPropertiesARM.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityProperties.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityPropertiesEXT.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyGlobalPriorityPropertiesKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyOwnershipTransferPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyProperties.d.ts +50 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyProperties2.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyProperties2KHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyQueryResultStatusPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkQueueFamilyVideoPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkRayTracingPipelineCreateInfoKHR.d.ts +128 -0
- package/types/org/lwjgl/vulkan/VkRayTracingPipelineCreateInfoNV.d.ts +102 -0
- package/types/org/lwjgl/vulkan/VkRayTracingPipelineInterfaceCreateInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRayTracingShaderGroupCreateInfoKHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkRayTracingShaderGroupCreateInfoNV.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkReallocationFunction$Container.d.ts +22 -0
- package/types/org/lwjgl/vulkan/VkReallocationFunction.d.ts +24 -0
- package/types/org/lwjgl/vulkan/VkReallocationFunctionI.d.ts +9 -0
- package/types/org/lwjgl/vulkan/VkRect2D.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkRectLayerKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkRefreshCycleDurationGOOGLE.d.ts +40 -0
- package/types/org/lwjgl/vulkan/VkReleaseCapturedPipelineDataInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkReleaseSwapchainImagesInfoEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkReleaseSwapchainImagesInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkRenderPassAttachmentBeginInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkRenderPassAttachmentBeginInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkRenderPassBeginInfo.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo2.d.ts +103 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreateInfo2KHR.d.ts +111 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreationControlEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreationFeedbackCreateInfoEXT.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkRenderPassCreationFeedbackInfoEXT.d.ts +27 -0
- package/types/org/lwjgl/vulkan/VkRenderPassFragmentDensityMapCreateInfoEXT.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkRenderPassFragmentDensityMapOffsetEndInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRenderPassInputAttachmentAspectCreateInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRenderPassInputAttachmentAspectCreateInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkRenderPassMultiviewCreateInfo.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkRenderPassMultiviewCreateInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkRenderPassPerformanceCountersByRegionBeginInfoARM.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkRenderPassSampleLocationsBeginInfoEXT.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkRenderPassStripeBeginInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRenderPassStripeInfoARM.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkRenderPassStripeSubmitInfoARM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRenderPassSubpassFeedbackCreateInfoEXT.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkRenderPassSubpassFeedbackInfoEXT.d.ts +35 -0
- package/types/org/lwjgl/vulkan/VkRenderPassTileShadingCreateInfoQCOM.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkRenderPassTransformBeginInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkRenderingAreaInfo.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkRenderingAreaInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkRenderingAttachmentFlagsInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkRenderingAttachmentInfo.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkRenderingAttachmentInfoKHR.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkRenderingAttachmentLocationInfo.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkRenderingAttachmentLocationInfoKHR.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkRenderingEndInfoEXT.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkRenderingEndInfoKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkRenderingFragmentDensityMapAttachmentInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkRenderingFragmentShadingRateAttachmentInfoKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkRenderingInfo.d.ts +116 -0
- package/types/org/lwjgl/vulkan/VkRenderingInfoKHR.d.ts +127 -0
- package/types/org/lwjgl/vulkan/VkRenderingInputAttachmentIndexInfo.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkRenderingInputAttachmentIndexInfoKHR.d.ts +83 -0
- package/types/org/lwjgl/vulkan/VkResolveImageInfo2.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkResolveImageInfo2KHR.d.ts +93 -0
- package/types/org/lwjgl/vulkan/VkResolveImageModeInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkResourceDescriptorDataEXT.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkResourceDescriptorInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkSRTDataNV.d.ts +119 -0
- package/types/org/lwjgl/vulkan/VkSampleLocationEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkSampleLocationsInfoEXT.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkSamplerBlockMatchWindowCreateInfoQCOM.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkSamplerBorderColorComponentMappingCreateInfoEXT.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkSamplerCaptureDescriptorDataInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSamplerCreateInfo.d.ts +152 -0
- package/types/org/lwjgl/vulkan/VkSamplerCubicWeightsCreateInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSamplerCustomBorderColorCreateInfoEXT.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkSamplerCustomBorderColorIndexCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSamplerReductionModeCreateInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSamplerReductionModeCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionCreateInfo.d.ts +97 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionCreateInfoKHR.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionImageFormatProperties.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionImageFormatPropertiesKHR.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreCreateInfo.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreGetFdInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreGetWin32HandleInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreSignalInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreSignalInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreSubmitInfo.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreSubmitInfoKHR.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreTypeCreateInfo.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreTypeCreateInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreWaitInfo.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkSemaphoreWaitInfoKHR.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkSetDescriptorBufferOffsetsInfoEXT.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkSetLatencyMarkerInfoNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSetPresentConfigNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSetStateFlagsIndirectCommandNV.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkShaderCreateInfoEXT.d.ts +126 -0
- package/types/org/lwjgl/vulkan/VkShaderDescriptorSetAndBindingMappingInfoEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkShaderModuleCreateInfo.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkShaderModuleIdentifierEXT.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkShaderModuleValidationCacheCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkShaderRequiredSubgroupSizeCreateInfoEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkShaderResourceUsageAMD.d.ts +39 -0
- package/types/org/lwjgl/vulkan/VkShaderStatisticsInfoAMD.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkShadingRatePaletteNV.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkSharedPresentSurfaceCapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSparseBufferMemoryBindInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties.d.ts +47 -0
- package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties2.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSparseImageFormatProperties2KHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkSparseImageMemoryBind.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkSparseImageMemoryBindInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements2.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSparseImageMemoryRequirements2KHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkSparseImageOpaqueMemoryBindInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSparseMemoryBind.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkSpecializationInfo.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkSpecializationMapEntry.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkStencilOpState.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkStridedDeviceAddressNV.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkStridedDeviceAddressRangeKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkStridedDeviceAddressRegionKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSubmitInfo.d.ts +113 -0
- package/types/org/lwjgl/vulkan/VkSubmitInfo2.d.ts +95 -0
- package/types/org/lwjgl/vulkan/VkSubmitInfo2KHR.d.ts +104 -0
- package/types/org/lwjgl/vulkan/VkSubpassBeginInfo.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSubpassBeginInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkSubpassDependency.d.ts +74 -0
- package/types/org/lwjgl/vulkan/VkSubpassDependency2.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkSubpassDependency2KHR.d.ts +108 -0
- package/types/org/lwjgl/vulkan/VkSubpassDescription.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkSubpassDescription2.d.ts +118 -0
- package/types/org/lwjgl/vulkan/VkSubpassDescription2KHR.d.ts +128 -0
- package/types/org/lwjgl/vulkan/VkSubpassDescriptionDepthStencilResolve.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkSubpassDescriptionDepthStencilResolveKHR.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkSubpassEndInfo.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkSubpassEndInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkSubpassFragmentDensityMapOffsetEndInfoQCOM.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkSubpassResolvePerformanceQueryEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSubpassSampleLocationsEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSubpassShadingPipelineCreateInfoHUAWEI.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSubresourceHostMemcpySize.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSubresourceHostMemcpySizeEXT.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkSubresourceLayout.d.ts +64 -0
- package/types/org/lwjgl/vulkan/VkSubresourceLayout2.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkSubresourceLayout2EXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkSubresourceLayout2KHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkSubsampledImageFormatPropertiesEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilities2EXT.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilities2KHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesFullScreenExclusiveEXT.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesKHR.d.ts +68 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentBarrierNV.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentId2KHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSurfaceCapabilitiesPresentWait2KHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSurfaceFormat2KHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkSurfaceFormatKHR.d.ts +43 -0
- package/types/org/lwjgl/vulkan/VkSurfaceFullScreenExclusiveInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSurfaceFullScreenExclusiveWin32InfoEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentModeCompatibilityEXT.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentModeCompatibilityKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentModeEXT.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentModeKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentScalingCapabilitiesEXT.d.ts +91 -0
- package/types/org/lwjgl/vulkan/VkSurfacePresentScalingCapabilitiesKHR.d.ts +79 -0
- package/types/org/lwjgl/vulkan/VkSurfaceProtectedCapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkSwapchainCalibratedTimestampInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkSwapchainCounterCreateInfoEXT.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSwapchainCreateInfoKHR.d.ts +162 -0
- package/types/org/lwjgl/vulkan/VkSwapchainDisplayNativeHdrCreateInfoAMD.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSwapchainLatencyCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentBarrierCreateInfoNV.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentFenceInfoEXT.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentFenceInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentModeInfoEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentModeInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentModesCreateInfoEXT.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentModesCreateInfoKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentScalingCreateInfoEXT.d.ts +77 -0
- package/types/org/lwjgl/vulkan/VkSwapchainPresentScalingCreateInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkSwapchainTimeDomainPropertiesEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkSwapchainTimingPropertiesEXT.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkTensorCaptureDescriptorDataInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkTensorCopyARM.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkTensorCreateInfoARM.d.ts +84 -0
- package/types/org/lwjgl/vulkan/VkTensorDependencyInfoARM.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkTensorDescriptionARM.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkTensorFormatPropertiesARM.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkTensorMemoryBarrierARM.d.ts +85 -0
- package/types/org/lwjgl/vulkan/VkTensorMemoryRequirementsInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkTensorViewCaptureDescriptorDataInfoARM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkTensorViewCreateInfoARM.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkTexelBufferDescriptorInfoEXT.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkTextureLODGatherFormatPropertiesAMD.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkTileMemoryBindInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkTileMemoryRequirementsQCOM.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkTileMemorySizeInfoQCOM.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkTilePropertiesQCOM.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkTimelineSemaphoreSubmitInfo.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkTimelineSemaphoreSubmitInfoKHR.d.ts +83 -0
- package/types/org/lwjgl/vulkan/VkTraceRaysIndirectCommand2KHR.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkTraceRaysIndirectCommandKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkTransformMatrixKHR.d.ts +48 -0
- package/types/org/lwjgl/vulkan/VkTransformMatrixNV.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkValidationCacheCreateInfoEXT.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkValidationFeaturesEXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkValidationFlagsEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkVertexInputAttributeDescription.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkVertexInputAttributeDescription2EXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVertexInputBindingDescription.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVertexInputBindingDescription2EXT.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescription.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescriptionEXT.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkVertexInputBindingDivisorDescriptionKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkVideoBeginCodingInfoKHR.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkVideoCapabilitiesKHR.d.ts +109 -0
- package/types/org/lwjgl/vulkan/VkVideoCodingControlInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1CapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1InlineSessionParametersInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1PictureInfoKHR.d.ts +87 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1ProfileInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeAV1SessionParametersCreateInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeCapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264CapabilitiesKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264InlineSessionParametersInfoKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264PictureInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264ProfileInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264SessionParametersAddInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH264SessionParametersCreateInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265CapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265InlineSessionParametersInfoKHR.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265PictureInfoKHR.d.ts +67 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265ProfileInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265SessionParametersAddInfoKHR.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeH265SessionParametersCreateInfoKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeInfoKHR.d.ts +110 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeUsageInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeVP9CapabilitiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeVP9PictureInfoKHR.d.ts +82 -0
- package/types/org/lwjgl/vulkan/VkVideoDecodeVP9ProfileInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1CapabilitiesKHR.d.ts +123 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1FrameSizeKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1GopRemainingFrameInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1PictureInfoKHR.d.ts +92 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1ProfileInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QIndexKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QualityLevelPropertiesKHR.d.ts +96 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1QuantizationMapCapabilitiesKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1RateControlInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1RateControlLayerInfoKHR.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1SessionCreateInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeAV1SessionParametersCreateInfoKHR.d.ts +73 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeCapabilitiesKHR.d.ts +72 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264CapabilitiesKHR.d.ts +89 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264FrameSizeKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264GopRemainingFrameInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264NaluSliceInfoKHR.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264PictureInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264ProfileInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264QpKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264QualityLevelPropertiesKHR.d.ts +78 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264QuantizationMapCapabilitiesKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264RateControlInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264RateControlLayerInfoKHR.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionCreateInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersAddInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersCreateInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersFeedbackInfoKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH264SessionParametersGetInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265CapabilitiesKHR.d.ts +99 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265DpbSlotInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265FrameSizeKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265GopRemainingFrameInfoKHR.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265NaluSliceSegmentInfoKHR.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265PictureInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265ProfileInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265QpKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265QualityLevelPropertiesKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265QuantizationMapCapabilitiesKHR.d.ts +56 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265RateControlInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265RateControlLayerInfoKHR.d.ts +86 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionCreateInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersAddInfoKHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersCreateInfoKHR.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersFeedbackInfoKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeH265SessionParametersGetInfoKHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeInfoKHR.d.ts +111 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeIntraRefreshCapabilitiesKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeIntraRefreshInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeProfileRgbConversionInfoVALVE.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeQualityLevelInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeQualityLevelPropertiesKHR.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapCapabilitiesKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapInfoKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR.d.ts +58 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeRateControlInfoKHR.d.ts +80 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeRateControlLayerInfoKHR.d.ts +76 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeRgbConversionCapabilitiesVALVE.d.ts +62 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeSessionIntraRefreshCreateInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeSessionParametersFeedbackInfoKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeSessionParametersGetInfoKHR.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeSessionRgbConversionCreateInfoVALVE.d.ts +70 -0
- package/types/org/lwjgl/vulkan/VkVideoEncodeUsageInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkVideoEndCodingInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoFormatAV1QuantizationMapPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoFormatH265QuantizationMapPropertiesKHR.d.ts +53 -0
- package/types/org/lwjgl/vulkan/VkVideoFormatPropertiesKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoFormatQuantizationMapPropertiesKHR.d.ts +54 -0
- package/types/org/lwjgl/vulkan/VkVideoInlineQueryInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkVideoPictureResourceInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoProfileInfoKHR.d.ts +90 -0
- package/types/org/lwjgl/vulkan/VkVideoProfileListInfoKHR.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkVideoReferenceIntraRefreshInfoKHR.d.ts +55 -0
- package/types/org/lwjgl/vulkan/VkVideoReferenceSlotInfoKHR.d.ts +75 -0
- package/types/org/lwjgl/vulkan/VkVideoSessionCreateInfoKHR.d.ts +111 -0
- package/types/org/lwjgl/vulkan/VkVideoSessionMemoryRequirementsKHR.d.ts +57 -0
- package/types/org/lwjgl/vulkan/VkVideoSessionParametersCreateInfoKHR.d.ts +81 -0
- package/types/org/lwjgl/vulkan/VkVideoSessionParametersUpdateInfoKHR.d.ts +63 -0
- package/types/org/lwjgl/vulkan/VkViewport.d.ts +69 -0
- package/types/org/lwjgl/vulkan/VkViewportSwizzleNV.d.ts +59 -0
- package/types/org/lwjgl/vulkan/VkViewportWScalingNV.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkWaylandSurfaceCreateInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkWin32KeyedMutexAcquireReleaseInfoKHR.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkWin32KeyedMutexAcquireReleaseInfoNV.d.ts +88 -0
- package/types/org/lwjgl/vulkan/VkWin32SurfaceCreateInfoKHR.d.ts +66 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSet.d.ts +103 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetAccelerationStructureKHR.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetAccelerationStructureNV.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetInlineUniformBlock.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetInlineUniformBlockEXT.d.ts +71 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetPartitionedAccelerationStructureNV.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkWriteDescriptorSetTensorARM.d.ts +61 -0
- package/types/org/lwjgl/vulkan/VkWriteIndirectExecutionSetPipelineEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkWriteIndirectExecutionSetShaderEXT.d.ts +60 -0
- package/types/org/lwjgl/vulkan/VkXYColorEXT.d.ts +49 -0
- package/types/org/lwjgl/vulkan/VkXcbSurfaceCreateInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/VkXlibSurfaceCreateInfoKHR.d.ts +65 -0
- package/types/org/lwjgl/vulkan/video/STDVulkanVideo.d.ts +5 -0
- package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecAV1.d.ts +139 -0
- package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecH264.d.ts +115 -0
- package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecH265.d.ts +88 -0
- package/types/org/lwjgl/vulkan/video/STDVulkanVideoCodecVP9.d.ts +57 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1CDEF.d.ts +85 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1ColorConfig.d.ts +85 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1ColorConfigFlags.d.ts +63 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1FilmGrain.d.ts +203 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1FilmGrainFlags.d.ts +63 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1GlobalMotion.d.ts +58 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopFilter.d.ts +89 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopFilterFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1LoopRestoration.d.ts +59 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1Quantization.d.ts +92 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1QuantizationFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1Segmentation.d.ts +58 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1SequenceHeader.d.ts +115 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1SequenceHeaderFlags.d.ts +123 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1TileInfo.d.ts +94 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1TileInfoFlag.d.ts +50 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1TimingInfo.d.ts +62 -0
- package/types/org/lwjgl/vulkan/video/StdVideoAV1TimingInfoFlags.d.ts +50 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1PictureInfo.d.ts +182 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1PictureInfoFlags.d.ts +163 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1ReferenceInfo.d.ts +71 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeAV1ReferenceInfoFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264PictureInfo.d.ts +83 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264PictureInfoFlags.d.ts +66 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.d.ts +65 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfoFlags.d.ts +58 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265PictureInfo.d.ts +102 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265PictureInfoFlags.d.ts +58 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265ReferenceInfo.d.ts +52 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeH265ReferenceInfoFlags.d.ts +50 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeVP9PictureInfo.d.ts +137 -0
- package/types/org/lwjgl/vulkan/video/StdVideoDecodeVP9PictureInfoFlags.d.ts +79 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1DecoderModelInfo.d.ts +62 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ExtensionHeader.d.ts +49 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1OperatingPointInfo.d.ts +77 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1OperatingPointInfoFlags.d.ts +59 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1PictureInfo.d.ts +199 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1PictureInfoFlags.d.ts +163 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ReferenceInfo.d.ts +74 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeAV1ReferenceInfoFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264PictureInfo.d.ts +94 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264PictureInfoFlags.d.ts +64 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264RefListModEntry.d.ts +54 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264RefPicMarkingEntry.d.ts +64 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceInfo.d.ts +77 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceInfoFlags.d.ts +47 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.d.ts +110 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfoFlags.d.ts +52 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264SliceHeader.d.ts +92 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264SliceHeaderFlags.d.ts +52 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264WeightTable.d.ts +129 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH264WeightTableFlags.d.ts +59 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265LongTermRefPics.d.ts +90 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265PictureInfo.d.ts +106 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265PictureInfoFlags.d.ts +83 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceInfo.d.ts +62 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceInfoFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceModificationFlags.d.ts +52 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265ReferenceModifications.d.ts +98 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265SliceSegmentHeader.d.ts +117 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265SliceSegmentHeaderFlags.d.ts +95 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTable.d.ts +129 -0
- package/types/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.d.ts +59 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.d.ts +105 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264PictureParameterSet.d.ts +99 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.d.ts +74 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264ScalingLists.d.ts +67 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264SequenceParameterSet.d.ts +167 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264SequenceParameterSetVui.d.ts +122 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264SpsFlags.d.ts +106 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH264SpsVuiFlags.d.ts +90 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265DecPicBufMgr.d.ts +67 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265HrdFlags.d.ts +73 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265HrdParameters.d.ts +128 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265LongTermRefPicsSps.d.ts +54 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265PictureParameterSet.d.ts +236 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265PpsFlags.d.ts +166 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265PredictorPaletteEntries.d.ts +48 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265ProfileTierLevel.d.ts +57 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265ProfileTierLevelFlags.d.ts +62 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265ScalingLists.d.ts +93 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265SequenceParameterSet.d.ts +246 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265SequenceParameterSetVui.d.ts +168 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265ShortTermRefPicSet.d.ts +115 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265ShortTermRefPicSetFlags.d.ts +50 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265SpsFlags.d.ts +166 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265SpsVuiFlags.d.ts +114 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265SubLayerHrdParameters.d.ts +81 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.d.ts +100 -0
- package/types/org/lwjgl/vulkan/video/StdVideoH265VpsFlags.d.ts +58 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9ColorConfig.d.ts +70 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9ColorConfigFlags.d.ts +47 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9LoopFilter.d.ts +85 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9LoopFilterFlags.d.ts +55 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9Segmentation.d.ts +84 -0
- package/types/org/lwjgl/vulkan/video/StdVideoVP9SegmentationFlags.d.ts +63 -0
- package/types/org/newsclub/net/unix/AFPipe$SinkChannel.d.ts +2 -1
- package/types/org/newsclub/net/unix/AFPipe$SourceChannel.d.ts +2 -1
- package/types/org/newsclub/net/unix/AFSocketImpl$AFInputStreamImpl.d.ts +2 -1
- package/types/org/newsclub/net/unix/AFSocketImpl$AFOutputStreamImpl.d.ts +2 -1
- package/types/org/newsclub/net/unix/pool/ConcurrentQueueObjectPool$LeaseImpl.d.ts +2 -1
- package/types/org/objectweb/asm/commons/AdviceAdapter.d.ts +1 -0
- package/types/org/objectweb/asm/commons/CodeSizeEvaluator.d.ts +1 -0
- package/types/org/objectweb/asm/commons/JSRInlinerAdapter.d.ts +1 -0
- package/types/org/objectweb/asm/commons/Remapper.d.ts +2 -0
- package/types/org/objectweb/asm/commons/SimpleRemapper.d.ts +1 -0
- package/types/org/objectweb/asm/tree/InsnList$InsnListIterator.d.ts +1 -1
- package/types/org/objectweb/asm/tree/analysis/Analyzer.d.ts +1 -0
- package/types/org/objectweb/asm/tree/analysis/BasicInterpreter.d.ts +1 -0
- package/types/org/objectweb/asm/tree/analysis/BasicVerifier.d.ts +1 -0
- package/types/org/objectweb/asm/tree/analysis/SimpleVerifier.d.ts +1 -0
- package/types/org/objectweb/asm/tree/analysis/SourceInterpreter.d.ts +1 -0
- package/types/org/objectweb/asm/util/CheckFrameAnalyzer.d.ts +1 -0
- package/types/org/objectweb/asm/util/TraceSignatureVisitor$Task.d.ts +13 -0
- package/types/org/objectweb/asm/util/TraceSignatureVisitor.d.ts +3 -3
- package/types/org/slf4j/MDC$MDCCloseable.d.ts +2 -0
- package/types/org/slf4j/helpers/Util$ClassContextSecurityManager.d.ts +2 -0
- package/types/org/spongepowered/asm/launch/platform/container/ContainerHandleModLauncher$Resource.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/Dynamic.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/Interface.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/Mixin.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/MixinEnvironment$CompatibilityLevel.d.ts +2 -0
- package/types/org/spongepowered/asm/mixin/MixinEnvironment$Feature.d.ts +2 -0
- package/types/org/spongepowered/asm/mixin/MixinEnvironment$Side.d.ts +2 -0
- package/types/org/spongepowered/asm/mixin/gen/AccessorInfo$AccessorType.d.ts +2 -0
- package/types/org/spongepowered/asm/mixin/injection/Constant.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/Desc.d.ts +4 -3
- package/types/org/spongepowered/asm/mixin/injection/Next.d.ts +3 -2
- package/types/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector$Meta.d.ts +1 -1
- package/types/org/spongepowered/asm/mixin/injection/invoke/arg/ArgsClassGenerator$ArgsClassInfo.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/invoke/util/InsnFinder$PopAnalyzer.d.ts +1 -0
- package/types/org/spongepowered/asm/mixin/injection/modify/BeforeLoadLocal$SearchState.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/modify/LocalVariableDiscriminator$Context$Local.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic$SelectorAnnotation.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/selectors/dynamic/DynamicSelectorDesc$Next.d.ts +1 -1
- package/types/org/spongepowered/asm/mixin/injection/struct/InjectionInfo$AnnotationType.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/injection/struct/Target$Extension.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/transformer/ActivityStack$Activity.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$Field.d.ts +5 -5
- package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$InterfaceMethod.d.ts +1 -1
- package/types/org/spongepowered/asm/mixin/transformer/ClassInfo$Method.d.ts +6 -6
- package/types/org/spongepowered/asm/mixin/transformer/EnumInfo$AssumptionViolatedException.d.ts +2 -0
- package/types/org/spongepowered/asm/mixin/transformer/InnerClassGenerator$InnerClassInfo.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/transformer/MixinApplicatorEnum$EnumClinit.d.ts +3 -2
- package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$MixinClassNode.d.ts +2 -2
- package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$MixinMethodNode.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$Reloaded.d.ts +2 -1
- package/types/org/spongepowered/asm/mixin/transformer/MixinInfo$State.d.ts +3 -2
- package/types/org/spongepowered/asm/mixin/transformer/MixinProcessor$ErrorPhase.d.ts +2 -0
- package/types/org/spongepowered/asm/service/mojang/Blackboard$Key.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$FormalParamElement.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$SignatureElement.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser$TokenElement.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$SignatureParser.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$SignatureRemapper.d.ts +2 -1
- package/types/org/spongepowered/asm/util/ClassSignature$TokenHandle.d.ts +3 -2
- package/types/org/spongepowered/asm/util/PrettyPrinter$CentredText.d.ts +2 -1
- package/types/org/spongepowered/asm/util/PrettyPrinter$HorizontalRule.d.ts +2 -1
- package/types/org/spongepowered/asm/util/PrettyPrinter$KeyValue.d.ts +2 -1
- package/types/org/spongepowered/asm/util/asm/MixinVerifier.d.ts +1 -0
- package/types/org/spongepowered/asm/util/perf/Profiler$DisabledSection.d.ts +2 -1
- package/types/org/spongepowered/asm/util/perf/Profiler$LiveSection.d.ts +2 -1
- package/types/org/spongepowered/asm/util/perf/Profiler$SubSection.d.ts +2 -1
- package/types/org/spongepowered/include/com/google/common/base/Joiner$MapJoiner.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/base/Joiner.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/base/Platform$JdkPatternCompiler.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/base/Predicates$InPredicate.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/base/Predicates$IsEqualToPredicate.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/base/Predicates$ObjectPredicate.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/collect/HashBiMap$Itr.d.ts +1 -1
- package/types/org/spongepowered/include/com/google/common/collect/Maps$EntryFunction.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/io/ByteSink$AsCharSink.d.ts +4 -1
- package/types/org/spongepowered/include/com/google/common/io/ByteSource$AsCharSource.d.ts +2 -1
- package/types/org/spongepowered/include/com/google/common/io/ByteStreams$FastByteArrayOutputStream.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/io/Files$FileByteSink.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/io/Files$FileByteSource.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/io/Resources$UrlByteSource.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/LongSerializationPolicy.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/TreeTypeAdapter$SingleTypeFactory.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/TreeTypeAdapter.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator.d.ts +3 -1
- package/types/org/spongepowered/include/com/google/gson/internal/Streams$AppendableWriter.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/internal/bind/MapTypeAdapterFactory$Adapter.d.ts +3 -1
- package/types/org/spongepowered/include/com/google/gson/internal/bind/ObjectTypeAdapter.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$Adapter.d.ts +2 -0
- package/types/org/spongepowered/tools/agent/MixinAgent$Transformer.d.ts +2 -1
- package/types/org/spongepowered/tools/obfuscation/AnnotatedMixinElementHandlerShadow$AnnotatedElementShadowField.d.ts +2 -1
- package/types/org/spongepowered/tools/obfuscation/AnnotatedMixinElementHandlerShadow$AnnotatedElementShadowMethod.d.ts +2 -1
- package/types/org/spongepowered/tools/obfuscation/ObfuscationEnvironment$RemapperProxy.d.ts +2 -1
- package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor$CompilerEnvironment.d.ts +2 -0
- package/types/oshi/hardware/platform/linux/LinuxFirmware$VcGenCmdStrings.d.ts +2 -0
- package/types/oshi/hardware/platform/unix/aix/AixComputerSystem$LsattrStrings.d.ts +2 -0
- package/types/oshi/hardware/platform/unix/solaris/SolarisComputerSystem$SmbiosStrings.d.ts +2 -0
- package/types/oshi/hardware/platform/windows/WindowsHWDiskStore$DiskStats.d.ts +2 -0
- package/types/oshi/hardware/platform/windows/WindowsHWDiskStore$PartitionMaps.d.ts +2 -0
- package/types/oshi/util/platform/unix/solaris/KstatUtil$KstatChain.d.ts +2 -0
- package/types/sun/security/pkcs/PKCS9Attribute$AttributeInfo.d.ts +1 -0
- package/types/sun/security/pkcs/SignerInfo$AlgorithmInfo.d.ts +1 -0
- package/types/team/unnamed/mocha/runtime/ExpressionInterpreter$FunctionArgumentImpl.d.ts +2 -1
- package/types/architectury_inject_ImmediatelyFast_common_762fbe83acbd48729327a9c045709385_7b6e49548585fe68246c01e40ec4df7391d2c0dc931b55e5bf3a19f10e42a9e7common11522612devjar/PlatformMethods.d.ts +0 -4
- package/types/com/google/common/base/FinalizableReferenceQueue$DirectLoader.d.ts +0 -7
- package/types/com/google/common/collect/ConcurrentHashMultiset$FieldSettersHolder.d.ts +0 -4
- package/types/com/google/common/collect/HashBiMap$BiEntry.d.ts +0 -11
- package/types/com/google/common/collect/HashBiMap$Itr.d.ts +0 -16
- package/types/com/google/common/collect/ImmutableMultimap$FieldSettersHolder.d.ts +0 -4
- package/types/com/google/common/collect/ImmutableSetMultimap$SetFieldSettersHolder.d.ts +0 -4
- package/types/com/google/common/collect/Maps$EntryFunction.d.ts +0 -14
- package/types/com/google/common/collect/Serialization$FieldSetter.d.ts +0 -8
- package/types/com/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher.d.ts +0 -14
- package/types/com/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.d.ts +0 -13
- package/types/com/google/thirdparty/publicsuffix/TrieParser.d.ts +0 -4
- package/types/com/ibm/icu/message2/DateTimeFormatterFactory$DateTimeFormatter.d.ts +0 -13
- package/types/com/ibm/icu/message2/DateTimeFormatterFactory.d.ts +0 -9
- package/types/com/ibm/icu/message2/Formatter.d.ts +0 -6
- package/types/com/ibm/icu/message2/FormatterFactory.d.ts +0 -6
- package/types/com/ibm/icu/message2/IdentityFormatterFactory$IdentityFormatterImpl.d.ts +0 -10
- package/types/com/ibm/icu/message2/IdentityFormatterFactory.d.ts +0 -8
- package/types/com/ibm/icu/message2/MFDataModel$Function.d.ts +0 -7
- package/types/com/ibm/icu/message2/NumberFormatterFactory$NumberFormatterImpl.d.ts +0 -15
- package/types/com/ibm/icu/message2/NumberFormatterFactory$PluralSelectorImpl.d.ts +0 -14
- package/types/com/ibm/icu/message2/NumberFormatterFactory$ResolvedMathOptions.d.ts +0 -6
- package/types/com/ibm/icu/message2/NumberFormatterFactory.d.ts +0 -12
- package/types/com/ibm/icu/message2/Selector.d.ts +0 -4
- package/types/com/ibm/icu/message2/SelectorFactory.d.ts +0 -6
- package/types/com/ibm/icu/message2/TextSelectorFactory$TextSelector.d.ts +0 -7
- package/types/com/ibm/icu/message2/TextSelectorFactory.d.ts +0 -8
- package/types/com/mojang/blaze3d/GraphicsWorkarounds.d.ts +0 -14
- package/types/com/mojang/blaze3d/buffers/GpuBuffer$MappedView.d.ts +0 -7
- package/types/com/mojang/blaze3d/opengl/GlBuffer$GlMappedView.d.ts +0 -14
- package/types/com/mojang/blaze3d/opengl/GlTimerQuery.d.ts +0 -11
- package/types/com/mojang/blaze3d/pipeline/RenderPipeline$UniformDescription.d.ts +0 -18
- package/types/com/mojang/blaze3d/platform/BackendOptions.d.ts +0 -9
- package/types/com/mojang/blaze3d/platform/DestFactor.d.ts +0 -24
- package/types/com/mojang/blaze3d/platform/MonitorCreator.d.ts +0 -5
- package/types/com/mojang/blaze3d/platform/ScreenManager.d.ts +0 -14
- package/types/com/mojang/blaze3d/platform/SourceFactor.d.ts +0 -25
- package/types/com/mojang/blaze3d/systems/TimerQuery$FrameProfile.d.ts +0 -10
- package/types/com/mojang/blaze3d/systems/TimerQuery$TimerQueryLazyLoader.d.ts +0 -4
- package/types/com/mojang/blaze3d/textures/TextureFormat.d.ts +0 -18
- package/types/com/mojang/blaze3d/vertex/Tesselator.d.ts +0 -14
- package/types/com/mojang/blaze3d/vertex/UberGpuBuffer$UberGpuBufferStagingBuffer.d.ts +0 -14
- package/types/com/mojang/blaze3d/vertex/VertexFormat$IndexType.d.ts +0 -14
- package/types/com/mojang/blaze3d/vertex/VertexFormat$Mode.d.ts +0 -22
- package/types/com/mojang/blaze3d/vertex/VertexFormatElement$Type.d.ts +0 -21
- package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer$Double.d.ts +0 -42
- package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer$Multiple.d.ts +0 -48
- package/types/com/mojang/blaze3d/vertex/VertexMultiConsumer.d.ts +0 -9
- package/types/com/mojang/logging/annotations/FieldsAreNonnullByDefault.d.ts +0 -5
- package/types/com/mojang/logging/annotations/MethodsReturnNonnullByDefault.d.ts +0 -5
- package/types/com/terraformersmc/modmenu/TextPlaceholderApiCompat.d.ts +0 -6
- package/types/com/terraformersmc/modmenu/gui/widget/LegacyTexturedButtonWidget$Builder.d.ts +0 -25
- package/types/com/terraformersmc/modmenu/gui/widget/LegacyTexturedButtonWidget.d.ts +0 -29
- package/types/com/terraformersmc/modmenu/gui/widget/UpdateCheckerTexturedButtonWidget.d.ts +0 -23
- package/types/com/terraformersmc/modmenu/mixin/AccessorAbstractWidget.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/ArgumentParser.d.ts +0 -4
- package/types/eu/pb4/placeholders/api/ParserContext$Key.d.ts +0 -25
- package/types/eu/pb4/placeholders/api/ParserContext.d.ts +0 -20
- package/types/eu/pb4/placeholders/api/Placeholder$ArgumentedHandler.d.ts +0 -15
- package/types/eu/pb4/placeholders/api/Placeholder$Handler.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/Placeholder.d.ts +0 -23
- package/types/eu/pb4/placeholders/api/PlaceholderContext$ViewObject.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/PlaceholderContext.d.ts +0 -33
- package/types/eu/pb4/placeholders/api/PlaceholderResult.d.ts +0 -13
- package/types/eu/pb4/placeholders/api/Placeholders$PlaceholderGetter.d.ts +0 -7
- package/types/eu/pb4/placeholders/api/Placeholders$PlaceholderListChangedCallback.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/Placeholders.d.ts +0 -32
- package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +0 -43
- package/types/eu/pb4/placeholders/api/arguments/SimpleArguments.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/arguments/StringArgs.d.ts +0 -41
- package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +0 -34
- package/types/eu/pb4/placeholders/api/client/ClientPlaceholders.d.ts +0 -22
- package/types/eu/pb4/placeholders/api/node/DirectComponentNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/DynamicPlayerHeadNode$Type.d.ts +0 -13
- package/types/eu/pb4/placeholders/api/node/DynamicPlayerHeadNode.d.ts +0 -34
- package/types/eu/pb4/placeholders/api/node/DynamicTextNode.d.ts +0 -33
- package/types/eu/pb4/placeholders/api/node/EmptyNode.d.ts +0 -26
- package/types/eu/pb4/placeholders/api/node/KeybindNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/LiteralNode.d.ts +0 -29
- package/types/eu/pb4/placeholders/api/node/NbtNode.d.ts +0 -37
- package/types/eu/pb4/placeholders/api/node/NonTransformableNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/ObjectNode.d.ts +0 -32
- package/types/eu/pb4/placeholders/api/node/ScoreNode.d.ts +0 -33
- package/types/eu/pb4/placeholders/api/node/SelectorNode.d.ts +0 -30
- package/types/eu/pb4/placeholders/api/node/TextNode.d.ts +0 -11
- package/types/eu/pb4/placeholders/api/node/TranslatedNode.d.ts +0 -34
- package/types/eu/pb4/placeholders/api/node/parent/BoldNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/node/parent/ClickActionNode.d.ts +0 -25
- package/types/eu/pb4/placeholders/api/node/parent/ColorNode.d.ts +0 -21
- package/types/eu/pb4/placeholders/api/node/parent/DynamicColorNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode$SimpleColoredTransformer.d.ts +0 -9
- package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode$Transformer.d.ts +0 -7
- package/types/eu/pb4/placeholders/api/node/parent/DynamicShadowNode.d.ts +0 -21
- package/types/eu/pb4/placeholders/api/node/parent/FontNode.d.ts +0 -17
- package/types/eu/pb4/placeholders/api/node/parent/FormattingNode.d.ts +0 -23
- package/types/eu/pb4/placeholders/api/node/parent/GradientNode$GradientProvider.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/node/parent/GradientNode.d.ts +0 -35
- package/types/eu/pb4/placeholders/api/node/parent/HoverNode$Action.d.ts +0 -22
- package/types/eu/pb4/placeholders/api/node/parent/HoverNode$EntityNodeContent.d.ts +0 -20
- package/types/eu/pb4/placeholders/api/node/parent/HoverNode$LazyItemStackNodeContent.d.ts +0 -20
- package/types/eu/pb4/placeholders/api/node/parent/HoverNode.d.ts +0 -24
- package/types/eu/pb4/placeholders/api/node/parent/InsertNode.d.ts +0 -18
- package/types/eu/pb4/placeholders/api/node/parent/ItalicNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/node/parent/ObfuscatedNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/node/parent/ParentNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +0 -17
- package/types/eu/pb4/placeholders/api/node/parent/ShadowNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/node/parent/SimpleStylingNode.d.ts +0 -14
- package/types/eu/pb4/placeholders/api/node/parent/StrikethroughNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/node/parent/StyledNode$HoverData.d.ts +0 -19
- package/types/eu/pb4/placeholders/api/node/parent/StyledNode.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/node/parent/TransformNode.d.ts +0 -21
- package/types/eu/pb4/placeholders/api/node/parent/UnderlinedNode.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/parsers/LegacyFormattingParser.d.ts +0 -34
- package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$MarkdownFormat.d.ts +0 -17
- package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$SubNode.d.ts +0 -13
- package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1$SubNodeType.d.ts +0 -24
- package/types/eu/pb4/placeholders/api/parsers/MarkdownLiteParserV1.d.ts +0 -41
- package/types/eu/pb4/placeholders/api/parsers/NodeParser.d.ts +0 -14
- package/types/eu/pb4/placeholders/api/parsers/ParserBuilder.d.ts +0 -57
- package/types/eu/pb4/placeholders/api/parsers/StaticPreParser.d.ts +0 -27
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Context.d.ts +0 -32
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Format$Tag.d.ts +0 -17
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Format.d.ts +0 -9
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Provider.d.ts +0 -8
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser$Scope.d.ts +0 -24
- package/types/eu/pb4/placeholders/api/parsers/TagLikeParser.d.ts +0 -48
- package/types/eu/pb4/placeholders/api/parsers/TagLikeWrapper.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/parsers/TagParser.d.ts +0 -51
- package/types/eu/pb4/placeholders/api/parsers/WrappedText.d.ts +0 -18
- package/types/eu/pb4/placeholders/api/parsers/format/BaseFormat.d.ts +0 -16
- package/types/eu/pb4/placeholders/api/parsers/format/MultiCharacterFormat.d.ts +0 -28
- package/types/eu/pb4/placeholders/api/parsers/format/SingleCharacterFormat.d.ts +0 -28
- package/types/eu/pb4/placeholders/api/parsers/tag/NodeCreator$BoolNodeArg.d.ts +0 -5
- package/types/eu/pb4/placeholders/api/parsers/tag/NodeCreator.d.ts +0 -7
- package/types/eu/pb4/placeholders/api/parsers/tag/SimpleTags.d.ts +0 -8
- package/types/eu/pb4/placeholders/api/parsers/tag/TagRegistry$Builder.d.ts +0 -12
- package/types/eu/pb4/placeholders/api/parsers/tag/TagRegistry.d.ts +0 -10
- package/types/eu/pb4/placeholders/api/parsers/tag/TextTag.d.ts +0 -32
- package/types/eu/pb4/placeholders/impl/CommonPlaceholderContextImpl.d.ts +0 -46
- package/types/eu/pb4/placeholders/impl/GeneralUtils$MutableTransformer.d.ts +0 -20
- package/types/eu/pb4/placeholders/impl/GeneralUtils$Pair.d.ts +0 -12
- package/types/eu/pb4/placeholders/impl/GeneralUtils$TextLengthPair.d.ts +0 -13
- package/types/eu/pb4/placeholders/impl/GeneralUtils.d.ts +0 -33
- package/types/eu/pb4/placeholders/impl/LoaderUtil.d.ts +0 -6
- package/types/eu/pb4/placeholders/impl/ServerPlaceholderContextImpl.d.ts +0 -62
- package/types/eu/pb4/placeholders/impl/StringArgOps.d.ts +0 -74
- package/types/eu/pb4/placeholders/impl/client/ClientPlaceholderContextImpl.d.ts +0 -40
- package/types/eu/pb4/placeholders/impl/color/HSV.d.ts +0 -16
- package/types/eu/pb4/placeholders/impl/color/OkLab.d.ts +0 -16
- package/types/eu/pb4/placeholders/impl/color/OkLch.d.ts +0 -18
- package/types/eu/pb4/placeholders/impl/placeholder/PlaceholderNode.d.ts +0 -31
- package/types/eu/pb4/placeholders/impl/placeholder/ViewObjectImpl.d.ts +0 -14
- package/types/eu/pb4/placeholders/impl/placeholder/builtin/PlayerPlaceholders.d.ts +0 -5
- package/types/eu/pb4/placeholders/impl/placeholder/builtin/ServerPlaceholders.d.ts +0 -5
- package/types/eu/pb4/placeholders/impl/placeholder/builtin/WorldPlaceholders.d.ts +0 -5
- package/types/eu/pb4/placeholders/impl/textparser/BuiltinTags.d.ts +0 -7
- package/types/eu/pb4/placeholders/impl/textparser/MergedParser.d.ts +0 -26
- package/types/eu/pb4/placeholders/impl/textparser/MultiTagLikeParser.d.ts +0 -34
- package/types/eu/pb4/placeholders/impl/textparser/SingleTagLikeParser.d.ts +0 -35
- package/types/eu/pb4/placeholders/impl/textparser/providers/LegacyProvider.d.ts +0 -27
- package/types/eu/pb4/placeholders/impl/textparser/providers/LenientFormat.d.ts +0 -23
- package/types/eu/pb4/placeholders/impl/textparser/providers/LenientProvider.d.ts +0 -27
- package/types/eu/pb4/placeholders/impl/textparser/providers/ModernProvider.d.ts +0 -27
- package/types/eu/pb4/placeholders/impl/textparser/tagreg/SimpleTagRegistry.d.ts +0 -33
- package/types/eu/pb4/placeholders/impl/textparser/tagreg/WrappingTagRegistry.d.ts +0 -37
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkControllerFactory.d.ts +0 -6
- package/types/io/netty/buffer/AdaptivePoolingAllocator$ChunkReleasePredicate.d.ts +0 -4
- package/types/io/netty/buffer/AdaptivePoolingAllocator$HistogramChunkController.d.ts +0 -30
- package/types/io/netty/buffer/AdaptivePoolingAllocator$HistogramChunkControllerFactory.d.ts +0 -9
- package/types/io/netty/buffer/AdaptivePoolingAllocator$SizeClassChunkControllerFactory.d.ts +0 -11
- package/types/io/netty/buffer/ReturnChunkEvent.d.ts +0 -6
- package/types/io/netty/buffer/svm/AdaptivePoolingAllocatorSubstitution.d.ts +0 -5
- package/types/io/netty/channel/kqueue/KQueueSocketChannel$KQueueSocketChannelUnsafe.d.ts +0 -6
- package/types/io/netty/handler/codec/http/CompressionEncoderFactory.d.ts +0 -6
- package/types/io/netty/handler/codec/http/HttpContentCompressor$BrEncoderFactory.d.ts +0 -8
- package/types/io/netty/handler/codec/http/HttpContentCompressor$DeflateEncoderFactory.d.ts +0 -8
- package/types/io/netty/handler/codec/http/HttpContentCompressor$GzipEncoderFactory.d.ts +0 -8
- package/types/io/netty/handler/codec/http/HttpContentCompressor$SnappyEncoderFactory.d.ts +0 -8
- package/types/io/netty/handler/codec/http/HttpContentCompressor$ZstdEncoderFactory.d.ts +0 -8
- package/types/io/netty/handler/ssl/util/X509TrustManagerWrapper.d.ts +0 -16
- package/types/io/netty/util/internal/shaded/org/jctools/queues/atomic/AtomicReferenceArrayQueue$WeakIterator.d.ts +0 -17
- package/types/java/lang/invoke/BoundMethodHandle$Specializer$Factory.d.ts +0 -7
- package/types/java/lang/invoke/BoundMethodHandle$Specializer.d.ts +0 -10
- package/types/java/lang/invoke/ClassSpecializer$Factory.d.ts +0 -33
- package/types/java/lang/invoke/ClassSpecializer.d.ts +0 -31
- package/types/kotlin/reflect/TypeVariableImpl.d.ts +0 -22
- package/types/kotlin/reflect/jvm/internal/DescriptorKParameter$CompoundTypeImpl.d.ts +0 -11
- package/types/kotlin/reflect/jvm/internal/KDeclarationContainerImpl$FunctionJvmDescriptor.d.ts +0 -7
- package/types/kotlin/reflect/jvm/internal/calls/ValueClassAwareCaller$MultiFieldValueClassPrimaryConstructorCaller.d.ts +0 -20
- package/types/kotlin/reflect/jvm/internal/impl/load/java/typeEnhancement/NullabilityQualifierWithMigrationStatus.d.ts +0 -13
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/header/ReadKotlinClassHeaderAnnotationVisitor$KotlinSerializedIrArgumentVisitor.d.ts +0 -16
- package/types/kotlin/reflect/jvm/internal/impl/platform/SimplePlatform.d.ts +0 -9
- package/types/kotlin/reflect/jvm/internal/impl/platform/TargetPlatformVersion.d.ts +0 -4
- package/types/kotlinx/serialization/json/internal/JsonDecodingException.d.ts +0 -4
- package/types/kotlinx/serialization/json/internal/JsonEncodingException.d.ts +0 -4
- package/types/kotlinx/serialization/json/internal/JsonException.d.ts +0 -4
- package/types/net/caffeinemc/mods/lithium/common/world/section/RandomTickingSectionDataHelper$LithiumBlockCounter.d.ts +0 -17
- package/types/net/caffeinemc/mods/sodium/client/gl/GlObject.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/GlBufferArena.d.ts +0 -43
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/GlBufferSegment.d.ts +0 -24
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/PendingUpload.d.ts +0 -12
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/FallbackStagingBuffer.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$CopyCommand.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$FencedMemoryRegion.d.ts +0 -12
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer$MappedBuffer.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/MappedStagingBuffer.d.ts +0 -31
- package/types/net/caffeinemc/mods/sodium/client/gl/arena/staging/StagingBuffer.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/gl/array/GlVertexArray.d.ts +0 -5
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttribute.d.ts +0 -20
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttributeBinding.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexAttributeFormat.d.ts +0 -18
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat$Builder.d.ts +0 -13
- package/types/net/caffeinemc/mods/sodium/client/gl/attribute/GlVertexFormat.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBuffer.d.ts +0 -8
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferMapFlags.d.ts +0 -21
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferMapping.d.ts +0 -14
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferStorageFlags.d.ts +0 -18
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferStreamer.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferTarget.d.ts +0 -20
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlBufferUsage.d.ts +0 -21
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlImmutableBuffer.d.ts +0 -8
- package/types/net/caffeinemc/mods/sodium/client/gl/buffer/GlMutableBuffer.d.ts +0 -7
- package/types/net/caffeinemc/mods/sodium/client/gl/device/CommandList.d.ts +0 -40
- package/types/net/caffeinemc/mods/sodium/client/gl/device/DrawCommandList.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice$ImmediateCommandList.d.ts +0 -44
- package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice$ImmediateDrawCommandList.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/gl/device/GLRenderDevice.d.ts +0 -27
- package/types/net/caffeinemc/mods/sodium/client/gl/device/MultiDrawBatch.d.ts +0 -13
- package/types/net/caffeinemc/mods/sodium/client/gl/device/RenderDevice.d.ts +0 -12
- package/types/net/caffeinemc/mods/sodium/client/gl/functions/BufferStorageFunctions.d.ts +0 -19
- package/types/net/caffeinemc/mods/sodium/client/gl/functions/DeviceFunctions.d.ts +0 -8
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlProgram$Builder.d.ts +0 -15
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlProgram.d.ts +0 -22
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/GlShader.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderConstants$Builder.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderConstants.d.ts +0 -8
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderLoader.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser$ParsedShader.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderParser.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderType.d.ts +0 -17
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/ShaderWorkarounds.d.ts +0 -4
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniform.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformBlock.d.ts +0 -7
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformBool.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat2v.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat3v.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformFloat4v.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformInt.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/shader/uniform/GlUniformMatrix4f.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/gl/state/GlStateTracker.d.ts +0 -14
- package/types/net/caffeinemc/mods/sodium/client/gl/sync/GlFence.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +0 -15
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlIndexType.d.ts +0 -17
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlPrimitiveType.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlTessellation.d.ts +0 -9
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlVertexArrayTessellation.d.ts +0 -13
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/TessellationBinding.d.ts +0 -18
- package/types/net/caffeinemc/mods/sodium/client/gl/util/EnumBitField.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/gui/SodiumConfigBuilder$FullscreenMode.d.ts +0 -13
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/SharedQuadIndexBuffer$IndexType.d.ts +0 -22
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/TaskQueueType.d.ts +0 -16
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/OcclusionSectionCollector.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +0 -27
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/TreeSectionCollector.d.ts +0 -11
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkFogMode.d.ts +0 -19
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderBindingPoints.d.ts +0 -9
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent$None.d.ts +0 -7
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent$Smooth.d.ts +0 -12
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderFogComponent.d.ts +0 -6
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderInterface.d.ts +0 -14
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderOptions.d.ts +0 -19
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ChunkShaderTextureSlot.d.ts +0 -13
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/DefaultShaderInterface.d.ts +0 -40
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/shader/ShaderBindingContext.d.ts +0 -10
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/vertex/format/impl/DefaultChunkMeshAttributes.d.ts +0 -9
- package/types/net/caffeinemc/mods/sodium/client/render/frapi/render/ItemRenderContext.d.ts +0 -25
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/VertexFormatAttribute.d.ts +0 -18
- package/types/net/caffeinemc/mods/sodium/mixin/features/render/immediate/buffer_builder/sorting/MeshDataAccessor.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/common/OutlineFlag.d.ts +0 -5
- package/types/net/ccbluex/liquidbounce/event/events/DrawOutlinesEvent$OutlineType.d.ts +0 -13
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureSilentScreen$drawInventoryTag$1.d.ts +0 -18
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleBlockESP$OutlineMode.d.ts +0 -15
- package/types/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience$CustomLightmap$EditorMode$SingleColor.d.ts +0 -12
- package/types/net/ccbluex/liquidbounce/injection/mixins/minecraft/gui/MixinGuiAccessor.d.ts +0 -3
- package/types/net/ccbluex/liquidbounce/interfaces/ChatComponentAddition.d.ts +0 -4
- package/types/net/ccbluex/liquidbounce/interfaces/OutlineBufferSourceSingleDrawAddition.d.ts +0 -6
- package/types/net/ccbluex/liquidbounce/mcef/cef/WindowsAcceleratedPaintBackend$SharedTextureEntry.d.ts +0 -17
- package/types/net/ccbluex/liquidbounce/render/FontManager.d.ts +0 -52
- package/types/net/ccbluex/liquidbounce/render/StaticMeshStorage.d.ts +0 -30
- package/types/net/ccbluex/liquidbounce/render/mesh/MeshDraw$Companion.d.ts +0 -9
- package/types/net/ccbluex/liquidbounce/utils/math/ShapeExtensionsKt$EntriesMappings.d.ts +0 -5
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection$ExtendedBlockModelSubmit.d.ts +0 -31
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection$ExtendedItemSubmit.d.ts +0 -30
- package/types/net/fabricmc/fabric/api/client/renderer/v1/render/FabricSubmitNodeCollection.d.ts +0 -7
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents$AfterBlockOutlineExtraction.d.ts +0 -6
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderEvents$EndExtraction.d.ts +0 -5
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricTagsProvider$FabricIntrinsicHolderTagsProvider.d.ts +0 -20
- package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder$Living.d.ts +0 -39
- package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder$Mob.d.ts +0 -49
- package/types/net/fabricmc/fabric/api/object/builder/v1/entity/FabricEntityTypeBuilder.d.ts +0 -50
- package/types/net/fabricmc/fabric/impl/client/indigo/renderer/render/AltItemRenderer.d.ts +0 -25
- package/types/net/fabricmc/fabric/impl/client/renderer/BlockModelBufferCache.d.ts +0 -18
- package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers$BlockModel.d.ts +0 -19
- package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers$BreakingBlockModel.d.ts +0 -12
- package/types/net/fabricmc/fabric/impl/client/renderer/QuadConsumers.d.ts +0 -4
- package/types/net/fabricmc/fabric/impl/client/rendering/LevelRenderContextBackwardsCompatHack.d.ts +0 -5
- package/types/net/fabricmc/fabric/impl/object/builder/client/SignTypeTextureHelper.d.ts +0 -5
- package/types/net/fabricmc/fabric/mixin/client/renderer/sprite/MaterialBakerMixin.d.ts +0 -9
- package/types/net/fabricmc/fabric/mixin/client/rendering/DrawAccessor.d.ts +0 -6
- package/types/net/fabricmc/fabric/mixin/client/rendering/GuiAccessor.d.ts +0 -10
- package/types/net/irisshaders/iris/gl/image/ImageClearPass$Float.d.ts +0 -7
- package/types/net/irisshaders/iris/gl/image/ImageClearPass$Int.d.ts +0 -7
- package/types/net/irisshaders/iris/gl/image/ImageClearPass$UInt.d.ts +0 -7
- package/types/net/irisshaders/iris/layer/BufferSourceWrapper.d.ts +0 -16
- package/types/net/irisshaders/iris/pipeline/programs/GlUniformMatrix3f.d.ts +0 -6
- package/types/net/irisshaders/iris/pipeline/programs/SodiumPrograms$Pass.d.ts +0 -19
- package/types/net/irisshaders/iris/pipeline/programs/SodiumPrograms.d.ts +0 -39
- package/types/net/irisshaders/iris/pipeline/programs/SodiumShader.d.ts +0 -60
- package/types/net/irisshaders/iris/vertices/MemoryAccess.d.ts +0 -15
- package/types/net/irisshaders/iris/vertices/sodium/terrain/IrisChunkMeshAttributes.d.ts +0 -10
- package/types/net/minecraft/advancements/CriteriaTriggers.d.ts +0 -111
- package/types/net/minecraft/advancements/Criterion.d.ts +0 -16
- package/types/net/minecraft/advancements/CriterionTrigger$Listener.d.ts +0 -18
- package/types/net/minecraft/advancements/CriterionTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/AnyBlockInteractionTrigger$TriggerInstance.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/AnyBlockInteractionTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/BeeNestDestroyedTrigger$TriggerInstance.d.ts +0 -33
- package/types/net/minecraft/advancements/criterion/BeeNestDestroyedTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/BlockPredicate$Builder.d.ts +0 -26
- package/types/net/minecraft/advancements/criterion/BlockPredicate.d.ts +0 -35
- package/types/net/minecraft/advancements/criterion/BredAnimalsTrigger$TriggerInstance.d.ts +0 -31
- package/types/net/minecraft/advancements/criterion/BredAnimalsTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/BrewedPotionTrigger$TriggerInstance.d.ts +0 -24
- package/types/net/minecraft/advancements/criterion/BrewedPotionTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/ChangeDimensionTrigger$TriggerInstance.d.ts +0 -29
- package/types/net/minecraft/advancements/criterion/ChangeDimensionTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/ChanneledLightningTrigger$TriggerInstance.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/ChanneledLightningTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Multiple.d.ts +0 -18
- package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Single.d.ts +0 -18
- package/types/net/minecraft/advancements/criterion/CollectionContentsPredicate$Zero.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Entry.d.ts +0 -17
- package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Multiple.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Single.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate$Zero.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/CollectionCountsPredicate.d.ts +0 -9
- package/types/net/minecraft/advancements/criterion/CollectionPredicate.d.ts +0 -27
- package/types/net/minecraft/advancements/criterion/ConstructBeaconTrigger$TriggerInstance.d.ts +0 -24
- package/types/net/minecraft/advancements/criterion/ConstructBeaconTrigger.d.ts +0 -11
- package/types/net/minecraft/advancements/criterion/ConsumeItemTrigger$TriggerInstance.d.ts +0 -30
- package/types/net/minecraft/advancements/criterion/ConsumeItemTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/CuredZombieVillagerTrigger$TriggerInstance.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/CuredZombieVillagerTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/DamagePredicate$Builder.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/DamagePredicate.d.ts +0 -27
- package/types/net/minecraft/advancements/criterion/DamageSourcePredicate$Builder.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/DamageSourcePredicate.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/DataComponentMatchers$Builder.d.ts +0 -17
- package/types/net/minecraft/advancements/criterion/DefaultBlockInteractionTrigger$TriggerInstance.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/DefaultBlockInteractionTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/DistancePredicate.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/DistanceTrigger$TriggerInstance.d.ts +0 -32
- package/types/net/minecraft/advancements/criterion/DistanceTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/EffectsChangedTrigger$TriggerInstance.d.ts +0 -30
- package/types/net/minecraft/advancements/criterion/EffectsChangedTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/EnchantedItemTrigger$TriggerInstance.d.ts +0 -27
- package/types/net/minecraft/advancements/criterion/EnchantedItemTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/EnchantmentPredicate.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/EnterBlockTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/EnterBlockTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/EntityEquipmentPredicate$Builder.d.ts +0 -24
- package/types/net/minecraft/advancements/criterion/EntityEquipmentPredicate.d.ts +0 -32
- package/types/net/minecraft/advancements/criterion/EntityFlagsPredicate$Builder.d.ts +0 -26
- package/types/net/minecraft/advancements/criterion/EntityFlagsPredicate.d.ts +0 -31
- package/types/net/minecraft/advancements/criterion/EntityHurtPlayerTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/EntityHurtPlayerTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/EntityPredicate$Builder.d.ts +0 -65
- package/types/net/minecraft/advancements/criterion/EntityPredicate$LocationWrapper.d.ts +0 -18
- package/types/net/minecraft/advancements/criterion/EntityPredicate.d.ts +0 -69
- package/types/net/minecraft/advancements/criterion/EntitySubPredicate.d.ts +0 -9
- package/types/net/minecraft/advancements/criterion/EntitySubPredicates.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/EntityTypePredicate.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/FallAfterExplosionTrigger$TriggerInstance.d.ts +0 -32
- package/types/net/minecraft/advancements/criterion/FallAfterExplosionTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/FilledBucketTrigger$TriggerInstance.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/FilledBucketTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/FishingHookPredicate.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/FishingRodHookedTrigger$TriggerInstance.d.ts +0 -30
- package/types/net/minecraft/advancements/criterion/FishingRodHookedTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/FluidPredicate$Builder.d.ts +0 -16
- package/types/net/minecraft/advancements/criterion/FluidPredicate.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/FoodPredicate$Builder.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/FoodPredicate.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/ImpossibleTrigger.d.ts +0 -15
- package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger$TriggerInstance$Slots.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger$TriggerInstance.d.ts +0 -29
- package/types/net/minecraft/advancements/criterion/InventoryChangeTrigger.d.ts +0 -14
- package/types/net/minecraft/advancements/criterion/ItemDurabilityTrigger$TriggerInstance.d.ts +0 -30
- package/types/net/minecraft/advancements/criterion/ItemDurabilityTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/ItemPredicate$Builder.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/ItemPredicate.d.ts +0 -29
- package/types/net/minecraft/advancements/criterion/ItemUsedOnLocationTrigger$TriggerInstance.d.ts +0 -34
- package/types/net/minecraft/advancements/criterion/ItemUsedOnLocationTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/KilledByArrowTrigger$TriggerInstance.d.ts +0 -33
- package/types/net/minecraft/advancements/criterion/KilledByArrowTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/KilledTrigger$TriggerInstance.d.ts +0 -45
- package/types/net/minecraft/advancements/criterion/KilledTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/LevitationTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/LevitationTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/LightPredicate$Builder.d.ts +0 -10
- package/types/net/minecraft/advancements/criterion/LightPredicate.d.ts +0 -16
- package/types/net/minecraft/advancements/criterion/LightningBoltPredicate.d.ts +0 -26
- package/types/net/minecraft/advancements/criterion/LightningStrikeTrigger$TriggerInstance.d.ts +0 -26
- package/types/net/minecraft/advancements/criterion/LightningStrikeTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/LocationPredicate$Builder.d.ts +0 -46
- package/types/net/minecraft/advancements/criterion/LocationPredicate$PositionPredicate.d.ts +0 -18
- package/types/net/minecraft/advancements/criterion/LocationPredicate.d.ts +0 -40
- package/types/net/minecraft/advancements/criterion/LootTableTrigger$TriggerInstance.d.ts +0 -24
- package/types/net/minecraft/advancements/criterion/LootTableTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/MinMaxBounds$Bounds.d.ts +0 -33
- package/types/net/minecraft/advancements/criterion/MinMaxBounds$Doubles.d.ts +0 -40
- package/types/net/minecraft/advancements/criterion/MinMaxBounds$FloatDegrees.d.ts +0 -31
- package/types/net/minecraft/advancements/criterion/MinMaxBounds$Ints.d.ts +0 -40
- package/types/net/minecraft/advancements/criterion/MinMaxBounds.d.ts +0 -11
- package/types/net/minecraft/advancements/criterion/MobEffectsPredicate$Builder.d.ts +0 -15
- package/types/net/minecraft/advancements/criterion/MobEffectsPredicate$MobEffectInstancePredicate.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/MobEffectsPredicate.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/MovementPredicate.d.ts +0 -30
- package/types/net/minecraft/advancements/criterion/PickedUpItemTrigger$TriggerInstance.d.ts +0 -29
- package/types/net/minecraft/advancements/criterion/PickedUpItemTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/PlayerHurtEntityTrigger$TriggerInstance.d.ts +0 -35
- package/types/net/minecraft/advancements/criterion/PlayerHurtEntityTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/PlayerInteractTrigger$TriggerInstance.d.ts +0 -31
- package/types/net/minecraft/advancements/criterion/PlayerInteractTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementCriterionsPredicate.d.ts +0 -16
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementDonePredicate.d.ts +0 -15
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$AdvancementPredicate.d.ts +0 -8
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$Builder.d.ts +0 -39
- package/types/net/minecraft/advancements/criterion/PlayerPredicate$StatMatcher.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/PlayerPredicate.d.ts +0 -44
- package/types/net/minecraft/advancements/criterion/PlayerTrigger$TriggerInstance.d.ts +0 -32
- package/types/net/minecraft/advancements/criterion/PlayerTrigger.d.ts +0 -11
- package/types/net/minecraft/advancements/criterion/RaiderPredicate.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/RecipeCraftedTrigger$TriggerInstance.d.ts +0 -31
- package/types/net/minecraft/advancements/criterion/RecipeCraftedTrigger.d.ts +0 -14
- package/types/net/minecraft/advancements/criterion/RecipeUnlockedTrigger$TriggerInstance.d.ts +0 -23
- package/types/net/minecraft/advancements/criterion/RecipeUnlockedTrigger.d.ts +0 -16
- package/types/net/minecraft/advancements/criterion/SheepPredicate.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/ShotCrossbowTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/ShotCrossbowTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/SimpleCriterionTrigger$SimpleInstance.d.ts +0 -9
- package/types/net/minecraft/advancements/criterion/SimpleCriterionTrigger.d.ts +0 -17
- package/types/net/minecraft/advancements/criterion/SlideDownBlockTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/SlideDownBlockTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/SlimePredicate.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/SlotsPredicate.d.ts +0 -16
- package/types/net/minecraft/advancements/criterion/SpearMobsTrigger$TriggerInstance.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/SpearMobsTrigger.d.ts +0 -11
- package/types/net/minecraft/advancements/criterion/StartRidingTrigger$TriggerInstance.d.ts +0 -20
- package/types/net/minecraft/advancements/criterion/StartRidingTrigger.d.ts +0 -11
- package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$Builder.d.ts +0 -18
- package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$ExactMatcher.d.ts +0 -22
- package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$PropertyMatcher.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate$RangedMatcher.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/StatePropertiesPredicate.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/SummonedEntityTrigger$TriggerInstance.d.ts +0 -24
- package/types/net/minecraft/advancements/criterion/SummonedEntityTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/TagPredicate.d.ts +0 -19
- package/types/net/minecraft/advancements/criterion/TameAnimalTrigger$TriggerInstance.d.ts +0 -25
- package/types/net/minecraft/advancements/criterion/TameAnimalTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/TargetBlockTrigger$TriggerInstance.d.ts +0 -27
- package/types/net/minecraft/advancements/criterion/TargetBlockTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/TradeTrigger$TriggerInstance.d.ts +0 -29
- package/types/net/minecraft/advancements/criterion/TradeTrigger.d.ts +0 -13
- package/types/net/minecraft/advancements/criterion/UsedEnderEyeTrigger$TriggerInstance.d.ts +0 -21
- package/types/net/minecraft/advancements/criterion/UsedEnderEyeTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/UsedTotemTrigger$TriggerInstance.d.ts +0 -28
- package/types/net/minecraft/advancements/criterion/UsedTotemTrigger.d.ts +0 -12
- package/types/net/minecraft/advancements/criterion/UsingItemTrigger$TriggerInstance.d.ts +0 -26
- package/types/net/minecraft/advancements/criterion/UsingItemTrigger.d.ts +0 -12
- package/types/net/minecraft/client/Minecraft$GameLoadCookie.d.ts +0 -14
- package/types/net/minecraft/client/gui/Gui$ContextualInfo.d.ts +0 -14
- package/types/net/minecraft/client/gui/Gui$HeartType.d.ts +0 -26
- package/types/net/minecraft/client/gui/contextualbar/ContextualBarRenderer.d.ts +0 -10
- package/types/net/minecraft/client/gui/contextualbar/ExperienceBarRenderer.d.ts +0 -20
- package/types/net/minecraft/client/gui/contextualbar/JumpableVehicleBarRenderer.d.ts +0 -22
- package/types/net/minecraft/client/gui/contextualbar/LocatorBarRenderer.d.ts +0 -20
- package/types/net/minecraft/client/gui/render/GuiRenderer$MeshToDraw.d.ts +0 -22
- package/types/net/minecraft/client/gui/render/pip/GuiSignRenderer.d.ts +0 -13
- package/types/net/minecraft/client/gui/screens/PauseScreen$FeedbackSubScreen.d.ts +0 -26
- package/types/net/minecraft/client/gui/screens/ShareToLanScreen.d.ts +0 -31
- package/types/net/minecraft/client/gui/screens/inventory/AbstractContainerScreen$SnapbackData.d.ts +0 -17
- package/types/net/minecraft/client/renderer/LevelRenderer$BrightnessGetter.d.ts +0 -6
- package/types/net/minecraft/client/renderer/MultiBufferSource$BufferSource.d.ts +0 -21
- package/types/net/minecraft/client/renderer/MultiBufferSource.d.ts +0 -6
- package/types/net/minecraft/client/renderer/OutlineBufferSource$EntityOutlineGenerator.d.ts +0 -47
- package/types/net/minecraft/client/renderer/OutlineBufferSource.d.ts +0 -18
- package/types/net/minecraft/client/renderer/SectionOcclusionGraph$GraphEvents.d.ts +0 -14
- package/types/net/minecraft/client/renderer/ShapeRenderer.d.ts +0 -8
- package/types/net/minecraft/client/renderer/SubmitNodeCollector$ParticleGroupRenderer.d.ts +0 -10
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$BlockModelSubmit.d.ts +0 -24
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$BreakingBlockModelSubmit.d.ts +0 -17
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$CustomGeometrySubmit.d.ts +0 -22
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$FlameSubmit.d.ts +0 -17
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$ItemSubmit.d.ts +0 -35
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$LeashSubmit.d.ts +0 -14
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$ModelPartSubmit.d.ts +0 -39
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$ModelSubmit.d.ts +0 -37
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$MovingBlockSubmit.d.ts +0 -14
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$NameTagSubmit.d.ts +0 -25
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$ShadowSubmit.d.ts +0 -15
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$TextSubmit.d.ts +0 -40
- package/types/net/minecraft/client/renderer/SubmitNodeStorage$TranslucentModelSubmit.d.ts +0 -17
- package/types/net/minecraft/client/renderer/blockentity/BedRenderer.d.ts +0 -41
- package/types/net/minecraft/client/renderer/blockentity/HangingSignRenderer$Models.d.ts +0 -20
- package/types/net/minecraft/client/renderer/blockentity/StandingSignRenderer$Models.d.ts +0 -18
- package/types/net/minecraft/client/renderer/chunk/CompileTaskDynamicQueue.d.ts +0 -13
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$CompileTask$SectionTaskResult.d.ts +0 -12
- package/types/net/minecraft/client/renderer/chunk/SectionRenderDispatcher$RenderSection$RebuildTask.d.ts +0 -13
- package/types/net/minecraft/client/renderer/feature/BlockFeatureRenderer.d.ts +0 -20
- package/types/net/minecraft/client/renderer/feature/CustomFeatureRenderer$Storage.d.ts +0 -15
- package/types/net/minecraft/client/renderer/feature/ModelFeatureRenderer$Storage.d.ts +0 -13
- package/types/net/minecraft/client/renderer/feature/ModelPartFeatureRenderer$Storage.d.ts +0 -13
- package/types/net/minecraft/client/renderer/feature/ModelPartFeatureRenderer.d.ts +0 -14
- package/types/net/minecraft/client/renderer/feature/NameTagFeatureRenderer$Storage.d.ts +0 -13
- package/types/net/minecraft/client/renderer/feature/ParticleFeatureRenderer$ParticleBufferCache.d.ts +0 -13
- package/types/net/minecraft/client/renderer/feature/ParticleFeatureRenderer.d.ts +0 -18
- package/types/net/minecraft/client/renderer/rendertype/RenderSetup$TextureAndSampler.d.ts +0 -14
- package/types/net/minecraft/client/renderer/special/BedSpecialRenderer$Unbaked.d.ts +0 -23
- package/types/net/minecraft/client/renderer/special/BedSpecialRenderer.d.ts +0 -20
- package/types/net/minecraft/client/renderer/special/HangingSignSpecialRenderer$Unbaked.d.ts +0 -26
- package/types/net/minecraft/client/renderer/special/HangingSignSpecialRenderer.d.ts +0 -20
- package/types/net/minecraft/client/renderer/special/StandingSignSpecialRenderer$Unbaked.d.ts +0 -26
- package/types/net/minecraft/client/renderer/special/StandingSignSpecialRenderer.d.ts +0 -20
- package/types/net/minecraft/client/renderer/state/gui/pip/GuiSignRenderState.d.ts +0 -33
- package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState$PreparedBuffers.d.ts +0 -16
- package/types/net/minecraft/client/renderer/state/level/QuadParticleRenderState$PreparedLayer.d.ts +0 -11
- package/types/net/minecraft/commands/arguments/ColorArgument.d.ts +0 -21
- package/types/net/minecraft/data/loot/packs/LootData.d.ts +0 -3
- package/types/net/minecraft/data/tags/HolderTagProvider.d.ts +0 -19
- package/types/net/minecraft/data/tags/IntrinsicHolderTagsProvider.d.ts +0 -22
- package/types/net/minecraft/data/tags/KeyTagProvider.d.ts +0 -19
- package/types/net/minecraft/data/tags/VanillaItemTagsProvider$BlockToItemConverter.d.ts +0 -10
- package/types/net/minecraft/network/protocol/game/ServerboundSpectateEntityPacket.d.ts +0 -22
- package/types/net/minecraft/util/CubicSpline$CoordinateVisitor.d.ts +0 -4
- package/types/net/minecraft/util/Tuple.d.ts +0 -10
- package/types/net/minecraft/world/effect/InstantenousMobEffect.d.ts +0 -16
- package/types/net/minecraft/world/entity/animal/Bucketable.d.ts +0 -12
- package/types/net/minecraft/world/entity/animal/FlyingAnimal.d.ts +0 -4
- package/types/net/minecraft/world/entity/monster/MagmaCube.d.ts +0 -147
- package/types/net/minecraft/world/entity/monster/Slime$SlimeAttackGoal.d.ts +0 -12
- package/types/net/minecraft/world/entity/monster/Slime$SlimeFloatGoal.d.ts +0 -9
- package/types/net/minecraft/world/entity/monster/Slime$SlimeKeepOnJumpingGoal.d.ts +0 -8
- package/types/net/minecraft/world/entity/monster/Slime$SlimeMoveControl.d.ts +0 -14
- package/types/net/minecraft/world/entity/monster/Slime$SlimeRandomDirectionGoal.d.ts +0 -10
- package/types/net/minecraft/world/entity/monster/Slime.d.ts +0 -182
- package/types/net/minecraft/world/item/WeatheringCopperItems.d.ts +0 -32
- package/types/net/minecraft/world/item/trading/TradeRebalanceVillagerTrades$BookTradeDefinition.d.ts +0 -19
- package/types/net/minecraft/world/item/trading/VillagerTrades$VillagerExplorerMapEntry.d.ts +0 -25
- package/types/net/minecraft/world/level/block/WeatheringCopperBlocks.d.ts +0 -36
- package/types/net/minecraft/world/level/block/entity/BedBlockEntity.d.ts +0 -24
- package/types/net/minecraft/world/level/block/state/properties/DripstoneThickness.d.ts +0 -31
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendDensity.d.ts +0 -28
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper.d.ts +0 -31
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler.d.ts +0 -35
- package/types/net/minecraft/world/level/levelgen/feature/DripstoneClusterFeature.d.ts +0 -131
- package/types/net/minecraft/world/level/levelgen/feature/DripstoneUtils.d.ts +0 -10
- package/types/net/minecraft/world/level/levelgen/feature/PointedDripstoneFeature.d.ts +0 -121
- package/types/net/minecraft/world/level/levelgen/feature/configurations/DripstoneClusterConfiguration.d.ts +0 -26
- package/types/net/minecraft/world/level/levelgen/feature/configurations/PointedDripstoneConfiguration.d.ts +0 -17
- package/types/net/minecraft/world/level/levelgen/feature/configurations/SimpleRandomFeatureConfiguration.d.ts +0 -15
- package/types/net/raphimc/immediatelyfast/PlatformCode.d.ts +0 -9
- package/types/net/raphimc/immediatelyfast/fabric/PlatformCodeImpl.d.ts +0 -9
- package/types/net/raphimc/immediatelyfast/feature/core/BatchableBufferSource.d.ts +0 -24
- package/types/net/raphimc/immediatelyfast/feature/core/ByteBufferBuilderPool$Entry.d.ts +0 -13
- package/types/net/raphimc/immediatelyfast/feature/core/ByteBufferBuilderPool.d.ts +0 -10
- package/types/net/raphimc/immediatelyfast/feature/sign_text_buffering/SignAtlasRenderTarget$FboTexture.d.ts +0 -5
- package/types/net/raphimc/immediatelyfast/util/IrisCompat.d.ts +0 -12
- package/types/net/raphimc/immediatelyfast/util/MathUtil.d.ts +0 -5
- package/types/net/raphimc/viabedrock/protocol/types/position/Position3fType$OptionalPosition3fType.d.ts +0 -5
- package/types/net/raphimc/viabedrock/protocol/types/primitive/StringType$OptionalStringType.d.ts +0 -4
- package/types/okhttp3/internal/cache2/FileOperator.d.ts +0 -9
- package/types/okhttp3/internal/cache2/Relay$Companion.d.ts +0 -14
- package/types/okhttp3/internal/cache2/Relay$RelaySource.d.ts +0 -14
- package/types/okhttp3/internal/cache2/Relay.d.ts +0 -30
- package/types/okhttp3/internal/http1/HeadersReader$Companion.d.ts +0 -4
- package/types/org/apache/logging/log4j/core/appender/FileManager$FactoryData.d.ts +0 -17
- package/types/org/apache/logging/log4j/core/appender/FileManager$FileManagerFactory.d.ts +0 -8
- package/types/org/apache/logging/log4j/core/appender/MemoryMappedFileManager$MemoryMappedFileManagerFactory.d.ts +0 -8
- package/types/org/apache/logging/log4j/core/appender/RandomAccessFileManager$FactoryData.d.ts +0 -12
- package/types/org/apache/logging/log4j/core/appender/RandomAccessFileManager$RandomAccessFileManagerFactory.d.ts +0 -8
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingFileManager$RollingFileManagerFactory.d.ts +0 -8
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager$FactoryData.d.ts +0 -24
- package/types/org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory.d.ts +0 -8
- package/types/org/apache/logging/log4j/core/lookup/JmxRuntimeInputArgumentsLookup.d.ts +0 -12
- package/types/org/lwjgl/system/JNI$JNIBindings.d.ts +0 -838
- package/types/org/lwjgl/system/Upcalls$ArenaType.d.ts +0 -16
- package/types/org/lwjgl/system/Upcalls$Upcall.d.ts +0 -13
- /package/types/net/caffeinemc/mods/sodium/client/{gl → gpu}/arena/PendingBufferCopyCommand.d.ts +0 -0
- /package/types/net/caffeinemc/mods/sodium/client/{gl → gpu}/util/EnumBit.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/CollectionContentsPredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/ContextAwarePredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/DataComponentMatchers.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/GameTypePredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/InputPredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/NbtPredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/SingleComponentItemPredicate.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → predicates}/StatePropertiesPredicate$ValueMatcher.d.ts +0 -0
- /package/types/net/minecraft/advancements/{criterion → triggers}/ImpossibleTrigger$TriggerInstance.d.ts +0 -0
|
@@ -3,8 +3,10 @@ import type { Char2FloatOpenHashMap$MapEntry } from '../../../../../it/unimi/dsi
|
|
|
3
3
|
import type { Char2FloatOpenHashMap$MapIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2FloatOpenHashMap$MapIterator.d.ts'
|
|
4
4
|
import type { ObjectIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
6
7
|
export class Char2FloatOpenHashMap$FastEntryIterator extends Char2FloatOpenHashMap$MapIterator<(param0: Char2FloatMap$Entry) => void> implements ObjectIterator<Char2FloatMap$Entry> {
|
|
7
|
-
private constructor(null_:
|
|
8
|
+
private constructor(null_: { [key: string]: any })
|
|
9
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
8
10
|
// private entry: Char2FloatOpenHashMap$MapEntry;
|
|
9
11
|
acceptOnIndex(arg0: (param0: Char2FloatMap$Entry) => void, arg1: number): void;
|
|
10
12
|
next(): Char2FloatOpenHashMap$MapEntry;
|
|
@@ -4,7 +4,7 @@ import type { CharIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Ch
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { IntConsumer } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
6
6
|
export class Char2FloatOpenHashMap$KeyIterator extends Char2FloatOpenHashMap$MapIterator<(param0: string) => void> implements CharIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
10
10
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -12,8 +12,8 @@ export class Char2FloatOpenHashMap$KeySpliterator extends Char2FloatOpenHashMap$
|
|
|
12
12
|
static SIZED: number;
|
|
13
13
|
static SORTED: number;
|
|
14
14
|
static SUBSIZED: number;
|
|
15
|
-
constructor(null_:
|
|
16
|
-
constructor(null_:
|
|
15
|
+
constructor(null_: { [key: string]: any })
|
|
16
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
17
17
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
18
18
|
characteristics(): number;
|
|
19
19
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
@@ -11,8 +11,8 @@ export class Char2FloatOpenHashMap$MapEntry extends Object implements Char2Float
|
|
|
11
11
|
static copyOf(paramarg0: Map$Entry<Object, Object>): Map$Entry<Object, Object>;
|
|
12
12
|
static lexComparator(): (param0: Object) => boolean;
|
|
13
13
|
static of(paramarg0: string, paramarg1: number): CharFloatPair;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number)
|
|
16
16
|
// private index: number;
|
|
17
17
|
equals(arg0: Object | null): boolean;
|
|
18
18
|
first(): string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2FloatOpenHashMap$MapIterator<ConsumerType extends unknown> extends Object {
|
|
3
|
-
private constructor(null_:
|
|
3
|
+
private constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
4
5
|
// private c: number;
|
|
5
6
|
// private last: number;
|
|
6
7
|
// private mustReturnNullKey: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2FloatOpenHashMap$MapSpliterator<ConsumerType extends unknown, SplitType extends Char2FloatOpenHashMap$MapSpliterator<ConsumerType, SplitType>> extends Object {
|
|
3
|
-
constructor(null_:
|
|
4
|
-
constructor(null_:
|
|
3
|
+
constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
5
5
|
// private c: number;
|
|
6
6
|
// private hasSplit: boolean;
|
|
7
7
|
// private max: number;
|
|
@@ -4,7 +4,7 @@ import type { FloatIterator } from '../../../../../it/unimi/dsi/fastutil/floats/
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { DoubleConsumer } from '../../../../../java/util/function/DoubleConsumer.d.ts'
|
|
6
6
|
export class Char2FloatOpenHashMap$ValueIterator extends Char2FloatOpenHashMap$MapIterator<(param0: number) => void> implements FloatIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
10
10
|
next(): number;
|
|
@@ -12,8 +12,8 @@ export class Char2FloatOpenHashMap$ValueSpliterator extends Char2FloatOpenHashMa
|
|
|
12
12
|
static SIZED: number;
|
|
13
13
|
static SORTED: number;
|
|
14
14
|
static SUBSIZED: number;
|
|
15
|
-
constructor(null_:
|
|
16
|
-
constructor(null_:
|
|
15
|
+
constructor(null_: { [key: string]: any })
|
|
16
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
17
17
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
18
18
|
characteristics(): number;
|
|
19
19
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -2,8 +2,8 @@ import type { Char2FloatMap$Entry } from '../../../../../it/unimi/dsi/fastutil/c
|
|
|
2
2
|
import type { Char2FloatRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$TreeIterator.d.ts'
|
|
3
3
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
4
4
|
export class Char2FloatRBTreeMap$EntryIterator extends Char2FloatRBTreeMap$TreeIterator implements ObjectListIterator<Char2FloatMap$Entry> {
|
|
5
|
-
constructor(null_:
|
|
6
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
7
7
|
add(arg0: Char2FloatMap$Entry): void;
|
|
8
8
|
next(): Char2FloatMap$Entry;
|
|
9
9
|
previous(): Char2FloatMap$Entry;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2FloatRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { CharListIterator } from '../../../../../it/unimi/dsi/fastutil/chars/CharListIterator.d.ts'
|
|
3
3
|
export class Char2FloatRBTreeMap$KeyIterator extends Char2FloatRBTreeMap$TreeIterator implements CharListIterator {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
add(arg0: string): void;
|
|
7
7
|
next(): string;
|
|
8
8
|
nextChar(): string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2FloatRBTreeMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$Entry.d.ts'
|
|
2
2
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
3
|
export class Char2FloatRBTreeMap$TreeIterator extends Object {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
// private curr: Char2FloatRBTreeMap$Entry;
|
|
7
7
|
// private index: number;
|
|
8
8
|
// private next: Char2FloatRBTreeMap$Entry;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Char2FloatRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2FloatRBTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { FloatListIterator } from '../../../../../it/unimi/dsi/fastutil/floats/FloatListIterator.d.ts'
|
|
3
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
4
|
export class Char2FloatRBTreeMap$ValueIterator extends Char2FloatRBTreeMap$TreeIterator implements FloatListIterator {
|
|
4
|
-
private constructor(null_:
|
|
5
|
+
private constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
5
7
|
add(arg0: number): void;
|
|
6
8
|
next(): number;
|
|
7
9
|
nextFloat(): number;
|
|
@@ -2,8 +2,8 @@ import type { Char2IntAVLTreeMap$TreeIterator } from '../../../../../it/unimi/ds
|
|
|
2
2
|
import type { Char2IntMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntMap$Entry.d.ts'
|
|
3
3
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
4
4
|
export class Char2IntAVLTreeMap$EntryIterator extends Char2IntAVLTreeMap$TreeIterator implements ObjectListIterator<Char2IntMap$Entry> {
|
|
5
|
-
constructor(null_:
|
|
6
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
7
7
|
add(arg0: Char2IntMap$Entry): void;
|
|
8
8
|
next(): Char2IntMap$Entry;
|
|
9
9
|
previous(): Char2IntMap$Entry;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2IntAVLTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { CharListIterator } from '../../../../../it/unimi/dsi/fastutil/chars/CharListIterator.d.ts'
|
|
3
3
|
export class Char2IntAVLTreeMap$KeyIterator extends Char2IntAVLTreeMap$TreeIterator implements CharListIterator {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
add(arg0: string): void;
|
|
7
7
|
next(): string;
|
|
8
8
|
nextChar(): string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2IntAVLTreeMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$Entry.d.ts'
|
|
2
2
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
3
|
export class Char2IntAVLTreeMap$TreeIterator extends Object {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
// private curr: Char2IntAVLTreeMap$Entry;
|
|
7
7
|
// private index: number;
|
|
8
8
|
// private next: Char2IntAVLTreeMap$Entry;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Char2IntAVLTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntAVLTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { IntListIterator } from '../../../../../it/unimi/dsi/fastutil/ints/IntListIterator.d.ts'
|
|
3
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
4
|
export class Char2IntAVLTreeMap$ValueIterator extends Char2IntAVLTreeMap$TreeIterator implements IntListIterator {
|
|
4
|
-
private constructor(null_:
|
|
5
|
+
private constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
5
7
|
add(arg0: number): void;
|
|
6
8
|
next(): number;
|
|
7
9
|
nextInt(): number;
|
|
@@ -11,8 +11,8 @@ export class Char2IntArrayMap$MapEntry extends Object implements Char2IntMap$Ent
|
|
|
11
11
|
static copyOf(paramarg0: Map$Entry<Object, Object>): Map$Entry<Object, Object>;
|
|
12
12
|
static lexComparator(): (param0: Object) => boolean;
|
|
13
13
|
static of(paramarg0: string, paramarg1: number): CharIntPair;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number)
|
|
16
16
|
// private index: number;
|
|
17
17
|
equals(arg0: Object | null): boolean;
|
|
18
18
|
first(): string;
|
|
@@ -4,8 +4,8 @@ import type { Char2IntMap$Entry } from '../../../../../it/unimi/dsi/fastutil/cha
|
|
|
4
4
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
6
|
export class Char2IntLinkedOpenHashMap$EntryIterator extends Char2IntLinkedOpenHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectListIterator<Char2IntMap$Entry> {
|
|
7
|
-
constructor(null_:
|
|
8
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
9
9
|
// private entry: Char2IntLinkedOpenHashMap$MapEntry;
|
|
10
10
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
11
11
|
add(arg0: Char2IntMap$Entry): void;
|
|
@@ -4,8 +4,8 @@ import type { Char2IntMap$Entry } from '../../../../../it/unimi/dsi/fastutil/cha
|
|
|
4
4
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
6
|
export class Char2IntLinkedOpenHashMap$FastEntryIterator extends Char2IntLinkedOpenHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectListIterator<Char2IntMap$Entry> {
|
|
7
|
-
constructor(null_:
|
|
8
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
9
9
|
// private entry: Char2IntLinkedOpenHashMap$MapEntry;
|
|
10
10
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
11
11
|
add(arg0: Char2IntMap$Entry): void;
|
|
@@ -2,8 +2,8 @@ import type { Char2IntLinkedOpenHashMap$MapIterator } from '../../../../../it/un
|
|
|
2
2
|
import type { CharConsumer } from '../../../../../it/unimi/dsi/fastutil/chars/CharConsumer.d.ts'
|
|
3
3
|
import type { CharListIterator } from '../../../../../it/unimi/dsi/fastutil/chars/CharListIterator.d.ts'
|
|
4
4
|
export class Char2IntLinkedOpenHashMap$KeyIterator extends Char2IntLinkedOpenHashMap$MapIterator<(param0: string) => void> implements CharListIterator {
|
|
5
|
-
constructor(null_:
|
|
6
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
7
7
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
8
8
|
add(arg0: string): void;
|
|
9
9
|
next(): string;
|
|
@@ -11,8 +11,8 @@ export class Char2IntLinkedOpenHashMap$MapEntry extends Object implements Char2I
|
|
|
11
11
|
static copyOf(paramarg0: Map$Entry<Object, Object>): Map$Entry<Object, Object>;
|
|
12
12
|
static lexComparator(): (param0: Object) => boolean;
|
|
13
13
|
static of(paramarg0: string, paramarg1: number): CharIntPair;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number)
|
|
16
16
|
// private index: number;
|
|
17
17
|
equals(arg0: Object | null): boolean;
|
|
18
18
|
first(): string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { Char2IntMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntMap$Entry.d.ts'
|
|
2
2
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
3
|
export abstract class Char2IntLinkedOpenHashMap$MapIterator<ConsumerType extends unknown> extends Object {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
private constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
private constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string, arg2: (Object | null)[])
|
|
6
7
|
// private curr: number;
|
|
7
8
|
// private index: number;
|
|
8
9
|
// private next: number;
|
|
@@ -2,7 +2,7 @@ import type { Char2IntLinkedOpenHashMap$MapIterator } from '../../../../../it/un
|
|
|
2
2
|
import type { IntListIterator } from '../../../../../it/unimi/dsi/fastutil/ints/IntListIterator.d.ts'
|
|
3
3
|
import type { IntConsumer } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
4
4
|
export class Char2IntLinkedOpenHashMap$ValueIterator extends Char2IntLinkedOpenHashMap$MapIterator<(param0: number) => void> implements IntListIterator {
|
|
5
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
6
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
7
7
|
add(arg0: number): void;
|
|
8
8
|
next(): number;
|
|
@@ -3,8 +3,10 @@ import type { Char2IntOpenCustomHashMap$MapEntry } from '../../../../../it/unimi
|
|
|
3
3
|
import type { Char2IntOpenCustomHashMap$MapIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapIterator.d.ts'
|
|
4
4
|
import type { ObjectIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
6
7
|
export class Char2IntOpenCustomHashMap$EntryIterator extends Char2IntOpenCustomHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectIterator<Char2IntMap$Entry> {
|
|
7
|
-
private constructor(null_:
|
|
8
|
+
private constructor(null_: { [key: string]: any })
|
|
9
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
8
10
|
// private entry: Char2IntOpenCustomHashMap$MapEntry;
|
|
9
11
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
10
12
|
next(): Char2IntOpenCustomHashMap$MapEntry;
|
|
@@ -11,8 +11,8 @@ export class Char2IntOpenCustomHashMap$EntrySpliterator extends Char2IntOpenCust
|
|
|
11
11
|
static SIZED: number;
|
|
12
12
|
static SORTED: number;
|
|
13
13
|
static SUBSIZED: number;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
16
16
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
17
17
|
characteristics(): number;
|
|
18
18
|
makeForSplit(arg0: number, arg1: number, arg2: boolean): Char2IntOpenCustomHashMap$EntrySpliterator;
|
|
@@ -3,8 +3,10 @@ import type { Char2IntOpenCustomHashMap$MapEntry } from '../../../../../it/unimi
|
|
|
3
3
|
import type { Char2IntOpenCustomHashMap$MapIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntOpenCustomHashMap$MapIterator.d.ts'
|
|
4
4
|
import type { ObjectIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
6
7
|
export class Char2IntOpenCustomHashMap$FastEntryIterator extends Char2IntOpenCustomHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectIterator<Char2IntMap$Entry> {
|
|
7
|
-
private constructor(null_:
|
|
8
|
+
private constructor(null_: { [key: string]: any })
|
|
9
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
8
10
|
// private entry: Char2IntOpenCustomHashMap$MapEntry;
|
|
9
11
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
10
12
|
next(): Char2IntOpenCustomHashMap$MapEntry;
|
|
@@ -4,7 +4,7 @@ import type { CharIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Ch
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { IntConsumer } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
6
6
|
export class Char2IntOpenCustomHashMap$KeyIterator extends Char2IntOpenCustomHashMap$MapIterator<(param0: string) => void> implements CharIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
10
10
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -12,8 +12,8 @@ export class Char2IntOpenCustomHashMap$KeySpliterator extends Char2IntOpenCustom
|
|
|
12
12
|
static SIZED: number;
|
|
13
13
|
static SORTED: number;
|
|
14
14
|
static SUBSIZED: number;
|
|
15
|
-
constructor(null_:
|
|
16
|
-
constructor(null_:
|
|
15
|
+
constructor(null_: { [key: string]: any })
|
|
16
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
17
17
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
18
18
|
characteristics(): number;
|
|
19
19
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
@@ -11,8 +11,8 @@ export class Char2IntOpenCustomHashMap$MapEntry extends Object implements Char2I
|
|
|
11
11
|
static copyOf(paramarg0: Map$Entry<Object, Object>): Map$Entry<Object, Object>;
|
|
12
12
|
static lexComparator(): (param0: Object) => boolean;
|
|
13
13
|
static of(paramarg0: string, paramarg1: number): CharIntPair;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number)
|
|
16
16
|
// private index: number;
|
|
17
17
|
equals(arg0: Object | null): boolean;
|
|
18
18
|
first(): string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2IntOpenCustomHashMap$MapIterator<ConsumerType extends unknown> extends Object {
|
|
3
|
-
private constructor(null_:
|
|
3
|
+
private constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
4
5
|
// private c: number;
|
|
5
6
|
// private last: number;
|
|
6
7
|
// private mustReturnNullKey: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2IntOpenCustomHashMap$MapSpliterator<ConsumerType extends unknown, SplitType extends Char2IntOpenCustomHashMap$MapSpliterator<ConsumerType, SplitType>> extends Object {
|
|
3
|
-
constructor(null_:
|
|
4
|
-
constructor(null_:
|
|
3
|
+
constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
5
5
|
// private c: number;
|
|
6
6
|
// private hasSplit: boolean;
|
|
7
7
|
// private max: number;
|
|
@@ -4,7 +4,7 @@ import type { IntIterator } from '../../../../../it/unimi/dsi/fastutil/ints/IntI
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { IntConsumer as IntConsumer_2 } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
6
6
|
export class Char2IntOpenCustomHashMap$ValueIterator extends Char2IntOpenCustomHashMap$MapIterator<(param0: number) => void> implements IntIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
10
10
|
next(): number;
|
|
@@ -13,8 +13,8 @@ export class Char2IntOpenCustomHashMap$ValueSpliterator extends Char2IntOpenCust
|
|
|
13
13
|
static SIZED: number;
|
|
14
14
|
static SORTED: number;
|
|
15
15
|
static SUBSIZED: number;
|
|
16
|
-
constructor(null_:
|
|
17
|
-
constructor(null_:
|
|
16
|
+
constructor(null_: { [key: string]: any })
|
|
17
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
18
18
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
19
19
|
characteristics(): number;
|
|
20
20
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -3,8 +3,10 @@ import type { Char2IntOpenHashMap$MapEntry } from '../../../../../it/unimi/dsi/f
|
|
|
3
3
|
import type { Char2IntOpenHashMap$MapIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapIterator.d.ts'
|
|
4
4
|
import type { ObjectIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
6
7
|
export class Char2IntOpenHashMap$EntryIterator extends Char2IntOpenHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectIterator<Char2IntMap$Entry> {
|
|
7
|
-
private constructor(null_:
|
|
8
|
+
private constructor(null_: { [key: string]: any })
|
|
9
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
8
10
|
// private entry: Char2IntOpenHashMap$MapEntry;
|
|
9
11
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
10
12
|
next(): Char2IntOpenHashMap$MapEntry;
|
|
@@ -11,8 +11,8 @@ export class Char2IntOpenHashMap$EntrySpliterator extends Char2IntOpenHashMap$Ma
|
|
|
11
11
|
static SIZED: number;
|
|
12
12
|
static SORTED: number;
|
|
13
13
|
static SUBSIZED: number;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
16
16
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
17
17
|
characteristics(): number;
|
|
18
18
|
makeForSplit(arg0: number, arg1: number, arg2: boolean): Char2IntOpenHashMap$EntrySpliterator;
|
|
@@ -3,8 +3,10 @@ import type { Char2IntOpenHashMap$MapEntry } from '../../../../../it/unimi/dsi/f
|
|
|
3
3
|
import type { Char2IntOpenHashMap$MapIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntOpenHashMap$MapIterator.d.ts'
|
|
4
4
|
import type { ObjectIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectIterator.d.ts'
|
|
5
5
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
6
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
6
7
|
export class Char2IntOpenHashMap$FastEntryIterator extends Char2IntOpenHashMap$MapIterator<(param0: Char2IntMap$Entry) => void> implements ObjectIterator<Char2IntMap$Entry> {
|
|
7
|
-
private constructor(null_:
|
|
8
|
+
private constructor(null_: { [key: string]: any })
|
|
9
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
8
10
|
// private entry: Char2IntOpenHashMap$MapEntry;
|
|
9
11
|
acceptOnIndex(arg0: (param0: Char2IntMap$Entry) => void, arg1: number): void;
|
|
10
12
|
next(): Char2IntOpenHashMap$MapEntry;
|
|
@@ -4,7 +4,7 @@ import type { CharIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Ch
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { IntConsumer } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
6
6
|
export class Char2IntOpenHashMap$KeyIterator extends Char2IntOpenHashMap$MapIterator<(param0: string) => void> implements CharIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
10
10
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -12,8 +12,8 @@ export class Char2IntOpenHashMap$KeySpliterator extends Char2IntOpenHashMap$MapS
|
|
|
12
12
|
static SIZED: number;
|
|
13
13
|
static SORTED: number;
|
|
14
14
|
static SUBSIZED: number;
|
|
15
|
-
constructor(null_:
|
|
16
|
-
constructor(null_:
|
|
15
|
+
constructor(null_: { [key: string]: any })
|
|
16
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
17
17
|
acceptOnIndex(arg0: (param0: string) => void, arg1: number): void;
|
|
18
18
|
characteristics(): number;
|
|
19
19
|
forEachRemaining(arg0: (param0: string) => void): void;
|
|
@@ -11,8 +11,8 @@ export class Char2IntOpenHashMap$MapEntry extends Object implements Char2IntMap$
|
|
|
11
11
|
static copyOf(paramarg0: Map$Entry<Object, Object>): Map$Entry<Object, Object>;
|
|
12
12
|
static lexComparator(): (param0: Object) => boolean;
|
|
13
13
|
static of(paramarg0: string, paramarg1: number): CharIntPair;
|
|
14
|
-
constructor(null_:
|
|
15
|
-
constructor(null_:
|
|
14
|
+
constructor(null_: { [key: string]: any })
|
|
15
|
+
constructor(null_: { [key: string]: any }, arg1: number)
|
|
16
16
|
// private index: number;
|
|
17
17
|
equals(arg0: Object | null): boolean;
|
|
18
18
|
first(): string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2IntOpenHashMap$MapIterator<ConsumerType extends unknown> extends Object {
|
|
3
|
-
private constructor(null_:
|
|
3
|
+
private constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
4
5
|
// private c: number;
|
|
5
6
|
// private last: number;
|
|
6
7
|
// private mustReturnNullKey: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
export abstract class Char2IntOpenHashMap$MapSpliterator<ConsumerType extends unknown, SplitType extends Char2IntOpenHashMap$MapSpliterator<ConsumerType, SplitType>> extends Object {
|
|
3
|
-
constructor(null_:
|
|
4
|
-
constructor(null_:
|
|
3
|
+
constructor(null_: { [key: string]: any })
|
|
4
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
5
5
|
// private c: number;
|
|
6
6
|
// private hasSplit: boolean;
|
|
7
7
|
// private max: number;
|
|
@@ -4,7 +4,7 @@ import type { IntIterator } from '../../../../../it/unimi/dsi/fastutil/ints/IntI
|
|
|
4
4
|
import type { Consumer } from '../../../../../java/util/function/Consumer.d.ts'
|
|
5
5
|
import type { IntConsumer as IntConsumer_2 } from '../../../../../java/util/function/IntConsumer.d.ts'
|
|
6
6
|
export class Char2IntOpenHashMap$ValueIterator extends Char2IntOpenHashMap$MapIterator<(param0: number) => void> implements IntIterator {
|
|
7
|
-
constructor(null_:
|
|
7
|
+
constructor(null_: { [key: string]: any })
|
|
8
8
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
9
9
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
10
10
|
next(): number;
|
|
@@ -13,8 +13,8 @@ export class Char2IntOpenHashMap$ValueSpliterator extends Char2IntOpenHashMap$Ma
|
|
|
13
13
|
static SIZED: number;
|
|
14
14
|
static SORTED: number;
|
|
15
15
|
static SUBSIZED: number;
|
|
16
|
-
constructor(null_:
|
|
17
|
-
constructor(null_:
|
|
16
|
+
constructor(null_: { [key: string]: any })
|
|
17
|
+
constructor(null_: { [key: string]: any }, arg1: number, arg2: number, arg3: boolean, arg4: boolean)
|
|
18
18
|
acceptOnIndex(arg0: (param0: number) => void, arg1: number): void;
|
|
19
19
|
characteristics(): number;
|
|
20
20
|
forEachRemaining(arg0: (param0: number) => void): void;
|
|
@@ -2,8 +2,8 @@ import type { Char2IntMap$Entry } from '../../../../../it/unimi/dsi/fastutil/cha
|
|
|
2
2
|
import type { Char2IntRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$TreeIterator.d.ts'
|
|
3
3
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
4
4
|
export class Char2IntRBTreeMap$EntryIterator extends Char2IntRBTreeMap$TreeIterator implements ObjectListIterator<Char2IntMap$Entry> {
|
|
5
|
-
constructor(null_:
|
|
6
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
7
7
|
add(arg0: Char2IntMap$Entry): void;
|
|
8
8
|
next(): Char2IntMap$Entry;
|
|
9
9
|
previous(): Char2IntMap$Entry;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2IntRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { CharListIterator } from '../../../../../it/unimi/dsi/fastutil/chars/CharListIterator.d.ts'
|
|
3
3
|
export class Char2IntRBTreeMap$KeyIterator extends Char2IntRBTreeMap$TreeIterator implements CharListIterator {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
add(arg0: string): void;
|
|
7
7
|
next(): string;
|
|
8
8
|
nextChar(): string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2IntRBTreeMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$Entry.d.ts'
|
|
2
2
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
3
|
export class Char2IntRBTreeMap$TreeIterator extends Object {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
// private curr: Char2IntRBTreeMap$Entry;
|
|
7
7
|
// private index: number;
|
|
8
8
|
// private next: Char2IntRBTreeMap$Entry;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Char2IntRBTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2IntRBTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { IntListIterator } from '../../../../../it/unimi/dsi/fastutil/ints/IntListIterator.d.ts'
|
|
3
|
+
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
3
4
|
export class Char2IntRBTreeMap$ValueIterator extends Char2IntRBTreeMap$TreeIterator implements IntListIterator {
|
|
4
|
-
private constructor(null_:
|
|
5
|
+
private constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: (Object | null)[])
|
|
5
7
|
add(arg0: number): void;
|
|
6
8
|
next(): number;
|
|
7
9
|
nextInt(): number;
|
|
@@ -2,8 +2,8 @@ import type { Char2LongAVLTreeMap$TreeIterator } from '../../../../../it/unimi/d
|
|
|
2
2
|
import type { Char2LongMap$Entry } from '../../../../../it/unimi/dsi/fastutil/chars/Char2LongMap$Entry.d.ts'
|
|
3
3
|
import type { ObjectListIterator } from '../../../../../it/unimi/dsi/fastutil/objects/ObjectListIterator.d.ts'
|
|
4
4
|
export class Char2LongAVLTreeMap$EntryIterator extends Char2LongAVLTreeMap$TreeIterator implements ObjectListIterator<Char2LongMap$Entry> {
|
|
5
|
-
constructor(null_:
|
|
6
|
-
constructor(null_:
|
|
5
|
+
constructor(null_: { [key: string]: any })
|
|
6
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
7
7
|
add(arg0: Char2LongMap$Entry): void;
|
|
8
8
|
next(): Char2LongMap$Entry;
|
|
9
9
|
previous(): Char2LongMap$Entry;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Char2LongAVLTreeMap$TreeIterator } from '../../../../../it/unimi/dsi/fastutil/chars/Char2LongAVLTreeMap$TreeIterator.d.ts'
|
|
2
2
|
import type { CharListIterator } from '../../../../../it/unimi/dsi/fastutil/chars/CharListIterator.d.ts'
|
|
3
3
|
export class Char2LongAVLTreeMap$KeyIterator extends Char2LongAVLTreeMap$TreeIterator implements CharListIterator {
|
|
4
|
-
constructor(null_:
|
|
5
|
-
constructor(null_:
|
|
4
|
+
constructor(null_: { [key: string]: any })
|
|
5
|
+
constructor(null_: { [key: string]: any }, arg1: string)
|
|
6
6
|
add(arg0: string): void;
|
|
7
7
|
next(): string;
|
|
8
8
|
nextChar(): string;
|