@wunk/lb-script-api-types 0.38.4 → 0.38.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ambient/ambient.d.ts +2 -2
- package/ambient-full.d.ts +15 -0
- package/package.json +5 -1
- package/registry-full/index.d.ts +242 -0
- package/registry-lb/index.d.ts +1 -0
- package/types/ai/djl/inference/streaming/StreamingBlock.d.ts +12 -0
- package/types/ai/djl/ndarray/BaseNDManager.d.ts +5 -0
- package/types/ai/djl/ndarray/LazyNDArray.d.ts +172 -0
- package/types/ai/djl/ndarray/NDArray.d.ts +4 -0
- package/types/ai/djl/ndarray/NDArrayAdapter.d.ts +3 -0
- package/types/ai/djl/ndarray/SparseNDArray.d.ts +172 -0
- package/types/ai/djl/nn/SymbolBlock.d.ts +12 -0
- package/types/ai/djl/repository/AbstractRepository.d.ts +3 -0
- package/types/ai/djl/training/dataset/RandomAccessDataset.d.ts +2 -0
- package/types/ai/djl/training/dataset/RawDataset.d.ts +2 -0
- package/types/ai/djl/training/hyperparameter/optimizer/BaseHpOptimizer.d.ts +1 -0
- package/types/com/azure/json/implementation/jackson/core/TokenStreamFactory.d.ts +2 -0
- package/types/com/google/common/base/FinalizablePhantomReference.d.ts +1 -0
- package/types/com/google/common/base/FinalizableSoftReference.d.ts +1 -0
- package/types/com/google/common/base/FinalizableWeakReference.d.ts +1 -0
- package/types/com/google/common/hash/AbstractHashFunction.d.ts +2 -0
- package/types/com/google/common/hash/AbstractHasher.d.ts +5 -0
- package/types/com/google/common/hash/BloomFilterStrategies.d.ts +1 -0
- package/types/com/google/common/hash/LittleEndianByteArray$JavaLittleEndianBytes.d.ts +1 -0
- package/types/com/google/common/util/concurrent/AbstractListeningExecutorService.d.ts +6 -0
- package/types/com/google/common/util/concurrent/CycleDetectingLockFactory$Policies.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
- package/types/com/google/common/util/concurrent/ListeningExecutorService.d.ts +5 -0
- package/types/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
- package/types/com/google/gson/FieldNamingPolicy.d.ts +1 -0
- package/types/com/google/gson/ToNumberPolicy.d.ts +3 -0
- package/types/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
- package/types/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
- package/types/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
- package/types/com/ibm/icu/text/FormattedValue.d.ts +2 -0
- package/types/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
- package/types/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
- package/types/com/llamalad7/mixinextras/injector/MixinExtrasLateInjectionInfo.d.ts +1 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CharStream.d.ts +7 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/CodePointCharStream.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/TokenStream.d.ts +7 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/WritableToken.d.ts +10 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/ErrorNode.d.ts +5 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/RuleNode.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/antlr/runtime/tree/TerminalNode.d.ts +3 -0
- package/types/com/llamalad7/mixinextras/lib/grammar/expressions/ExpressionParserListener.d.ts +7 -0
- package/types/com/microsoft/aad/msal4j/IClientApplicationBase.d.ts +8 -0
- package/types/com/microsoft/aad/msal4j/IConfidentialClientApplication.d.ts +14 -0
- package/types/com/microsoft/aad/msal4j/IManagedIdentityApplication.d.ts +8 -0
- package/types/com/microsoft/aad/msal4j/IPublicClientApplication.d.ts +14 -0
- package/types/com/mojang/authlib/HttpAuthenticationService.d.ts +4 -0
- package/types/com/mojang/authlib/minecraft/TelemetryEvent.d.ts +4 -0
- package/types/com/mojang/authlib/yggdrasil/YggdrasilMinecraftSessionService.d.ts +1 -0
- package/types/com/mojang/blaze3d/opengl/GlCommandEncoder.d.ts +2 -0
- package/types/com/mojang/blaze3d/opengl/GlStateManager$BooleanState.d.ts +1 -0
- package/types/com/mojang/blaze3d/platform/NativeImage.d.ts +1 -0
- package/types/com/mojang/blaze3d/systems/CommandEncoder.d.ts +1 -0
- package/types/com/mojang/blaze3d/systems/GpuDevice.d.ts +2 -0
- package/types/com/mojang/blaze3d/vertex/BufferBuilder.d.ts +3 -0
- package/types/com/mojang/blaze3d/vertex/MeshData.d.ts +1 -0
- package/types/com/mojang/realmsclient/util/task/LongRunningTask.d.ts +1 -0
- package/types/com/oracle/js/parser/ParserContextBreakableNode.d.ts +6 -0
- package/types/com/oracle/js/parser/ParserContextScopableNode.d.ts +6 -0
- package/types/com/oracle/truffle/api/bytecode/TagTreeNode.d.ts +2 -0
- package/types/com/oracle/truffle/api/frame/MaterializedFrame.d.ts +3 -0
- package/types/com/oracle/truffle/api/frame/VirtualFrame.d.ts +4 -0
- package/types/com/oracle/truffle/api/impl/AbstractAssumption.d.ts +3 -0
- package/types/com/oracle/truffle/host/HostClassLoader$Loader.d.ts +1 -0
- package/types/com/oracle/truffle/js/nodes/access/JSTargetableWriteNode.d.ts +2 -0
- package/types/com/oracle/truffle/js/nodes/access/JSWriteFrameSlotNode.d.ts +2 -0
- package/types/com/oracle/truffle/js/nodes/control/AbstractRepeatingNode.d.ts +1 -0
- package/types/com/oracle/truffle/js/parser/JSParser.d.ts +29 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default$WithSpecies.d.ts +4 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$Default.d.ts +3 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctions.d.ts +3 -0
- package/types/com/oracle/truffle/js/runtime/builtins/JSConstructorFactory$WithFunctionsAndSpecies.d.ts +4 -0
- package/types/com/oracle/truffle/js/runtime/builtins/intl/JSSegmenter$Granularity.d.ts +3 -0
- package/types/com/oracle/truffle/regex/charset/RangesBuffer.d.ts +4 -0
- package/types/com/oracle/truffle/regex/tregex/nodes/dfa/DFAAbstractStateNode.d.ts +2 -0
- package/types/com/oracle/truffle/regex/tregex/parser/ast/RegexASTNode.d.ts +2 -0
- package/types/com/oracle/truffle/regex/tregex/string/AbstractStringIterator.d.ts +1 -0
- package/types/com/oracle/truffle/runtime/BackgroundCompileQueue$JoinableThreadFactory.d.ts +4 -1
- package/types/com/oracle/truffle/runtime/jfr/CompilationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/CompilationStatisticsEvent.d.ts +2 -0
- package/types/com/oracle/truffle/runtime/jfr/DeoptimizationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/InvalidationEvent.d.ts +4 -0
- package/types/com/oracle/truffle/runtime/jfr/RootFunctionEvent.d.ts +2 -0
- package/types/com/oracle/truffle/tools/chromeinspector/InspectorExecutionContext$CancellableRunnable.d.ts +1 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/WebSocketAdapter.d.ts +14 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/WrappedByteChannel.d.ts +4 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshake.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ClientHandshakeBuilder.d.ts +4 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/HandshakeBuilder.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshake.d.ts +2 -0
- package/types/com/oracle/truffle/tools/utils/java_websocket/handshake/ServerHandshakeBuilder.d.ts +5 -0
- package/types/com/sun/jna/TypeConverter.d.ts +4 -0
- package/types/com/sun/jna/platform/linux/LibC.d.ts +22 -0
- package/types/com/sun/jna/platform/unix/LibC.d.ts +22 -0
- package/types/com/sun/jna/platform/unix/LibCAPI.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IConnectionPoint.d.ts +5 -0
- package/types/com/sun/jna/platform/win32/COM/IConnectionPointContainer.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/IDispatch.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/IDispatchCallback.d.ts +20 -0
- package/types/com/sun/jna/platform/win32/COM/IEnumMoniker.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IEnumVariant.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/IMoniker.d.ts +13 -0
- package/types/com/sun/jna/platform/win32/COM/IPersist.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/IPersistStream.d.ts +8 -0
- package/types/com/sun/jna/platform/win32/COM/IRecordInfo.d.ts +5 -0
- package/types/com/sun/jna/platform/win32/COM/IRunningObjectTable.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeComp.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeInfo.d.ts +3 -0
- package/types/com/sun/jna/platform/win32/COM/ITypeLib.d.ts +4 -0
- package/types/com/sun/jna/platform/win32/COM/IUnknownCallback.d.ts +6 -0
- package/types/com/sun/jna/platform/win32/COM/util/AbstractComEventCallbackListener.d.ts +2 -0
- package/types/com/sun/jna/platform/win32/COM/util/IConnectionPointContainer.d.ts +2 -0
- package/types/com/sun/jna/platform/win32/DdemlUtil$IDdeClient.d.ts +1 -0
- package/types/com/viaversion/nbt/tag/NumberArrayTag.d.ts +5 -0
- package/types/com/viaversion/nbt/tag/NumberTag.d.ts +4 -0
- package/types/com/viaversion/viaaprilfools/api/minecraft/entities/EntityTypes25w14craftmine.d.ts +1 -0
- package/types/com/viaversion/viaaprilfools/platform/ViaAprilFoolsConfig.d.ts +3 -0
- package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ClientboundPackets20w14infinite.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s20w14infinitetov1_16/packet/ServerboundPackets20w14infinite.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ClientboundPackets3D_Shareware.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/s3d_sharewaretov1_14/packet/ServerboundPackets3D_Shareware.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPacket25w14craftmine.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ClientboundPackets25w14craftmine.d.ts +4 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPacket25w14craftmine.d.ts +2 -0
- package/types/com/viaversion/viaaprilfools/protocol/v1_21_5to25w14craftmine/packet/ServerboundPackets25w14craftmine.d.ts +4 -0
- package/types/com/viaversion/viabackwards/api/ViaBackwardsConfig.d.ts +3 -0
- package/types/com/viaversion/viabackwards/api/rewriters/text/TranslatableRewriter.d.ts +8 -0
- package/types/com/viaversion/viafabricplus/protocoltranslator/impl/command/VFPSubCommand.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/configuration/ViaVersionConfig.d.ts +3 -0
- package/types/com/viaversion/viaversion/api/data/BiMappings.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/data/FullMappings.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/minecraft/codec/hash/Hasher.d.ts +11 -0
- package/types/com/viaversion/viaversion/api/minecraft/data/StructuredData.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_10$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_11$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_12$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_13$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_14.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_15.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_16_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_17.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_3.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_19_4.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_3.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_20_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_11.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_2.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_4.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_5.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_6.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_21_9.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_8$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/entities/EntityTypes1_9$EntityType.d.ts +1 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/HashedItem.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/minecraft/item/Item.d.ts +4 -0
- package/types/com/viaversion/viaversion/api/protocol/SimpleProtocol$DummyPacketTypes.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/protocol/packet/ClientboundPacketType.d.ts +2 -0
- package/types/com/viaversion/viaversion/api/protocol/packet/ServerboundPacketType.d.ts +2 -0
- package/types/com/viaversion/viaversion/codec/OpsBase.d.ts +9 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/AbstractIntStack.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntIntSortedPair.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/ints/IntListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableInputStream.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/io/MeasurableOutputStream.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/AbstractLongStack.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongListIterator.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/fastutil/longs/LongLongSortedPair.d.ts +2 -0
- package/types/com/viaversion/viaversion/libs/gson/FieldNamingPolicy.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/gson/ToNumberPolicy.d.ts +3 -0
- package/types/com/viaversion/viaversion/libs/mcstructs/text/serializer/v1_20_3/TextCodecs_v1_20_3$TextComponentType.d.ts +1 -0
- package/types/com/viaversion/viaversion/libs/snakeyaml/constructor/AbstractConstruct.d.ts +1 -0
- package/types/com/viaversion/viaversion/platform/AbstractProtocolDetectorService.d.ts +1 -0
- package/types/com/viaversion/viaversion/platform/LegacyViaInjector.d.ts +1 -0
- package/types/com/viaversion/viaversion/protocols/base/ClientboundLoginPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ClientboundStatusPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundHandshakePackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundLoginPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/ServerboundStatusPackets.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/packet/BaseClientboundPacket.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/base/packet/BaseServerboundPacket.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ClientboundPackets1_12.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_11_1to1_12/packet/ServerboundPackets1_12.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ClientboundPackets1_13.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12_2to1_13/packet/ServerboundPackets1_13.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ClientboundPackets1_12_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_12to1_12_1/packet/ServerboundPackets1_12_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ClientboundPackets1_14.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_13_2to1_14/packet/ServerboundPackets1_14.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_14_3to1_14_4/packet/ClientboundPackets1_14_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_14_4to1_15/packet/ClientboundPackets1_15.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ClientboundPackets1_16.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_15_2to1_16/packet/ServerboundPackets1_16.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ClientboundPackets1_16_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_1to1_16_2/packet/ServerboundPackets1_16_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ClientboundPackets1_17.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_16_4to1_17/packet/ServerboundPackets1_17.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_17_1to1_18/packet/ClientboundPackets1_18.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_17to1_17_1/packet/ClientboundPackets1_17_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ClientboundPackets1_19.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_18_2to1_19/packet/ServerboundPackets1_19.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ClientboundPackets1_19_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_1to1_19_3/packet/ServerboundPackets1_19_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ClientboundPackets1_19_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19_3to1_19_4/packet/ServerboundPackets1_19_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ClientboundPackets1_19_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_19to1_19_1/packet/ServerboundPackets1_19_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundConfigurationPackets1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPacket1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ClientboundPackets1_20_3.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPacket1_20_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_2to1_20_3/packet/ServerboundPackets1_20_3.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPacket1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ClientboundPackets1_20_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundConfigurationPackets1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPacket1_20_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_3to1_20_5/packet/ServerboundPackets1_20_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundConfigurationPackets1_21.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPacket1_21.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20_5to1_21/packet/ClientboundPackets1_21.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundConfigurationPackets1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPacket1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ClientboundPackets1_20_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundConfigurationPackets1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPacket1_20_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_20to1_20_2/packet/ServerboundPackets1_20_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPacket26_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ClientboundPackets26_1.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPacket26_1.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_11to26_1/packet/ServerboundPackets26_1.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPacket1_21_4.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_2to1_21_4/packet/ServerboundPackets1_21_4.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPacket1_21_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ClientboundPackets1_21_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPacket1_21_5.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_4to1_21_5/packet/ServerboundPackets1_21_5.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundConfigurationPackets1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPacket1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ClientboundPackets1_21_6.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundConfigurationPackets1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPacket1_21_6.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_5to1_21_6/packet/ServerboundPackets1_21_6.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundConfigurationPackets1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPacket1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ClientboundPackets1_21_9.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundConfigurationPackets1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_7to1_21_9/packet/ServerboundPacket1_21_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPacket1_21_11.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21_9to1_21_11/packet/ClientboundPackets1_21_11.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPacket1_21_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ClientboundPackets1_21_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPacket1_21_2.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_21to1_21_2/packet/ServerboundPackets1_21_2.d.ts +4 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_8.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ClientboundPackets1_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_8.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/packet/ServerboundPackets1_9.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_8to1_9/provider/CompressionProvider$CompressionHandler.d.ts +5 -0
- package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ClientboundPackets1_9_3.d.ts +2 -0
- package/types/com/viaversion/viaversion/protocols/v1_9_1to1_9_3/packet/ServerboundPackets1_9_3.d.ts +2 -0
- package/types/dev/kastle/netty/channel/nethernet/signaling/AbstractNetherNetXboxSignaling.d.ts +1 -0
- package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetClientSignaling.d.ts +6 -0
- package/types/dev/kastle/netty/channel/nethernet/signaling/NetherNetServerSignaling.d.ts +6 -0
- package/types/eu/pb4/placeholders/api/ServerPlaceholderContext.d.ts +17 -0
- package/types/eu/pb4/placeholders/api/client/ClientPlaceholderContext.d.ts +13 -0
- package/types/eu/pb4/placeholders/api/node/parent/ParentTextNode.d.ts +1 -0
- package/types/io/github/douira/glsl_transformer/GLSLParserListener.d.ts +7 -0
- package/types/io/jsonwebtoken/CompressionCodec.d.ts +1 -0
- package/types/io/jsonwebtoken/impl/TokenizedJwe.d.ts +3 -0
- package/types/io/jsonwebtoken/impl/X509Context.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/lang/Parameter.d.ts +1 -0
- package/types/io/jsonwebtoken/impl/security/AbstractSignatureAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/impl/security/FamilyJwkFactory.d.ts +1 -0
- package/types/io/jsonwebtoken/impl/security/JcaTemplate$InstanceFactory.d.ts +1 -0
- package/types/io/jsonwebtoken/io/CompressionAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/AeadAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/AeadRequest.d.ts +1 -0
- package/types/io/jsonwebtoken/security/Curve.d.ts +3 -0
- package/types/io/jsonwebtoken/security/DecryptAeadRequest.d.ts +2 -0
- package/types/io/jsonwebtoken/security/DigestAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/HashAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/KeyAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/KeyOperation.d.ts +1 -0
- package/types/io/jsonwebtoken/security/MacAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/Password.d.ts +2 -0
- package/types/io/jsonwebtoken/security/SecretKeyAlgorithm.d.ts +2 -0
- package/types/io/jsonwebtoken/security/SecureDigestAlgorithm.d.ts +1 -0
- package/types/io/jsonwebtoken/security/SignatureAlgorithm.d.ts +3 -0
- package/types/io/netty/buffer/AbstractByteBufAllocator.d.ts +1 -0
- package/types/io/netty/buffer/ByteBuf.d.ts +3 -0
- package/types/io/netty/buffer/ByteBufHolder.d.ts +3 -0
- package/types/io/netty/buffer/ByteBufProcessor.d.ts +1 -0
- package/types/io/netty/buffer/PoolArenaMetric.d.ts +8 -0
- package/types/io/netty/buffer/search/AbstractMultiSearchProcessorFactory.d.ts +4 -0
- package/types/io/netty/buffer/search/AbstractSearchProcessorFactory.d.ts +2 -0
- package/types/io/netty/buffer/search/MultiSearchProcessor.d.ts +2 -0
- package/types/io/netty/buffer/search/SearchProcessor.d.ts +1 -0
- package/types/io/netty/channel/AbstractChannel$AbstractUnsafe.d.ts +1 -0
- package/types/io/netty/channel/AbstractChannel.d.ts +6 -0
- package/types/io/netty/channel/AbstractChannelHandlerContext.d.ts +1 -0
- package/types/io/netty/channel/AbstractServerChannel.d.ts +4 -0
- package/types/io/netty/channel/AddressedEnvelope.d.ts +3 -0
- package/types/io/netty/channel/ChannelHandlerContext.d.ts +14 -0
- package/types/io/netty/channel/ChannelInboundHandler.d.ts +2 -0
- package/types/io/netty/channel/ChannelOutboundHandler.d.ts +4 -0
- package/types/io/netty/channel/ChannelProgressiveFuture.d.ts +3 -0
- package/types/io/netty/channel/ChannelProgressivePromise.d.ts +4 -0
- package/types/io/netty/channel/ChannelPromise.d.ts +1 -0
- package/types/io/netty/channel/DefaultChannelPipeline$PendingHandlerCallback.d.ts +1 -0
- package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.d.ts +1 -0
- package/types/io/netty/channel/DefaultMaxMessagesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/FileRegion.d.ts +3 -0
- package/types/io/netty/channel/MaxBytesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/MaxMessagesRecvByteBufAllocator.d.ts +2 -0
- package/types/io/netty/channel/RecvByteBufAllocator$ExtendedHandle.d.ts +13 -0
- package/types/io/netty/channel/ServerChannel.d.ts +15 -0
- package/types/io/netty/channel/epoll/AbstractEpollServerChannel.d.ts +2 -0
- package/types/io/netty/channel/epoll/AbstractEpollStreamChannel.d.ts +2 -0
- package/types/io/netty/channel/epoll/EpollIoHandle.d.ts +4 -0
- package/types/io/netty/channel/kqueue/AbstractKQueueServerChannel.d.ts +2 -0
- package/types/io/netty/channel/kqueue/AbstractKQueueStreamChannel.d.ts +2 -0
- package/types/io/netty/channel/kqueue/KQueueIoHandle.d.ts +4 -0
- package/types/io/netty/channel/local/LocalIoHandle.d.ts +4 -0
- package/types/io/netty/channel/nio/AbstractNioChannel$AbstractNioUnsafe.d.ts +1 -0
- package/types/io/netty/channel/nio/AbstractNioChannel$NioUnsafe.d.ts +18 -0
- package/types/io/netty/channel/nio/NioIoHandle.d.ts +4 -0
- package/types/io/netty/channel/pool/AbstractChannelPoolHandler.d.ts +1 -0
- package/types/io/netty/channel/socket/DatagramChannel.d.ts +11 -0
- package/types/io/netty/channel/socket/DatagramChannelConfig.d.ts +12 -0
- package/types/io/netty/channel/socket/DuplexChannel.d.ts +15 -0
- package/types/io/netty/channel/socket/DuplexChannelConfig.d.ts +13 -0
- package/types/io/netty/channel/socket/ServerSocketChannel.d.ts +13 -0
- package/types/io/netty/channel/socket/ServerSocketChannelConfig.d.ts +11 -0
- package/types/io/netty/channel/socket/SocketChannel.d.ts +21 -0
- package/types/io/netty/channel/socket/SocketChannelConfig.d.ts +14 -0
- package/types/io/netty/channel/socket/SocketProtocolFamily.d.ts +1 -0
- package/types/io/netty/channel/socket/oio/OioDatagramChannelConfig.d.ts +19 -0
- package/types/io/netty/channel/socket/oio/OioServerSocketChannelConfig.d.ts +13 -0
- package/types/io/netty/channel/socket/oio/OioSocketChannelConfig.d.ts +18 -0
- package/types/io/netty/channel/unix/DomainDatagramChannel.d.ts +13 -0
- package/types/io/netty/channel/unix/DomainDatagramChannelConfig.d.ts +12 -0
- package/types/io/netty/channel/unix/DomainSocketChannel.d.ts +25 -0
- package/types/io/netty/channel/unix/DomainSocketChannelConfig.d.ts +10 -0
- package/types/io/netty/channel/unix/ServerDomainSocketChannel.d.ts +17 -0
- package/types/io/netty/channel/unix/UnixChannel.d.ts +15 -0
- package/types/io/netty/handler/codec/compression/ByteBufChecksum.d.ts +2 -0
- package/types/io/netty/handler/codec/http/Cookie.d.ts +13 -0
- package/types/io/netty/handler/codec/http/FullHttpMessage.d.ts +12 -0
- package/types/io/netty/handler/codec/http/FullHttpRequest.d.ts +14 -0
- package/types/io/netty/handler/codec/http/FullHttpResponse.d.ts +12 -0
- package/types/io/netty/handler/codec/http/HttpContent.d.ts +8 -0
- package/types/io/netty/handler/codec/http/HttpMessage.d.ts +4 -0
- package/types/io/netty/handler/codec/http/HttpObject.d.ts +2 -0
- package/types/io/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage.d.ts +6 -0
- package/types/io/netty/handler/codec/http/HttpRequest.d.ts +6 -0
- package/types/io/netty/handler/codec/http/HttpResponse.d.ts +6 -0
- package/types/io/netty/handler/codec/http/LastHttpContent.d.ts +8 -0
- package/types/io/netty/handler/codec/http/multipart/AbstractHttpData.d.ts +25 -0
- package/types/io/netty/handler/codec/http/multipart/Attribute.d.ts +30 -0
- package/types/io/netty/handler/codec/http/multipart/FileUpload.d.ts +30 -0
- package/types/io/netty/handler/codec/http/multipart/HttpData.d.ts +7 -0
- package/types/io/netty/handler/codec/http/multipart/InterfaceHttpData.d.ts +3 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameDecoder.d.ts +13 -0
- package/types/io/netty/handler/codec/http/websocketx/WebSocketFrameEncoder.d.ts +15 -0
- package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtension.d.ts +5 -0
- package/types/io/netty/handler/codec/http/websocketx/extensions/WebSocketServerExtension.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/AbstractSocksMessage.d.ts +2 -0
- package/types/io/netty/handler/codec/socksx/SocksMessage.d.ts +3 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4CommandRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4CommandResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v4/Socks4Message.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5CommandRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5CommandResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5InitialRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5InitialResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5Message.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthRequest.d.ts +5 -0
- package/types/io/netty/handler/codec/socksx/v5/Socks5PrivateAuthResponse.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyDataFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyHeadersFrame.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdyRstStreamFrame.d.ts +2 -0
- package/types/io/netty/handler/codec/spdy/SpdySynReplyFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdySynStreamFrame.d.ts +5 -0
- package/types/io/netty/handler/codec/spdy/SpdyUnknownFrame.d.ts +4 -0
- package/types/io/netty/handler/ssl/AsyncRunnable.d.ts +1 -0
- package/types/io/netty/handler/ssl/OpenSslInternalSession.d.ts +21 -0
- package/types/io/netty/handler/ssl/OpenSslKeyMaterial.d.ts +1 -0
- package/types/io/netty/handler/ssl/OpenSslSession.d.ts +16 -0
- package/types/io/netty/handler/ssl/PemEncoded.d.ts +4 -0
- package/types/io/netty/util/AbstractReferenceCounted.d.ts +1 -0
- package/types/io/netty/util/concurrent/AbstractEventExecutor$LazyRunnable.d.ts +1 -0
- package/types/io/netty/util/concurrent/MockTicker.d.ts +2 -0
- package/types/io/netty/util/concurrent/ScheduledFuture.d.ts +2 -0
- package/types/io/netty/util/concurrent/SingleThreadEventExecutor$NonWakeupRunnable.d.ts +1 -0
- package/types/io/netty/util/concurrent/ThreadAwareExecutor.d.ts +3 -1
- package/types/io/netty/util/internal/logging/AbstractInternalLogger.d.ts +20 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/AbstractBooleanStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/booleans/BooleanListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractBytePriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/AbstractByteStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteByteSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/bytes/ByteListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/AbstractCharStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/chars/CharBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/chars/CharBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharCharSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/chars/CharListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoublePriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/doubles/AbstractDoubleStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleDoubleSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/doubles/DoubleListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/AbstractFloatStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatFloatSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/floats/FloatListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/ints/AbstractIntStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/ints/IntBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/ints/IntBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntIntSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/ints/IntListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/io/MeasurableInputStream.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/io/MeasurableOutputStream.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongSpliterator.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/longs/AbstractLongStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/longs/LongBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/longs/LongBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/longs/LongLongSortedPair.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBidirectionalIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortPriorityQueue.d.ts +4 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortSpliterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/AbstractShortStack.d.ts +3 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator.d.ts +1 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortBigListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortListIterator.d.ts +2 -0
- package/types/it/unimi/dsi/fastutil/shorts/ShortShortSortedPair.d.ts +2 -0
- package/types/java/awt/Paint.d.ts +1 -0
- package/types/java/awt/geom/Line2D.d.ts +1 -0
- package/types/java/awt/geom/Path2D.d.ts +2 -0
- package/types/java/awt/geom/RectangularShape.d.ts +5 -0
- package/types/java/awt/image/WritableRenderedImage.d.ts +22 -0
- package/types/java/awt/peer/ButtonPeer.d.ts +54 -0
- package/types/java/awt/peer/CanvasPeer.d.ts +53 -0
- package/types/java/awt/peer/CheckboxMenuItemPeer.d.ts +5 -0
- package/types/java/awt/peer/CheckboxPeer.d.ts +54 -0
- package/types/java/awt/peer/ChoicePeer.d.ts +54 -0
- package/types/java/awt/peer/ContainerPeer.d.ts +53 -0
- package/types/java/awt/peer/DialogPeer.d.ts +73 -0
- package/types/java/awt/peer/FileDialogPeer.d.ts +75 -0
- package/types/java/awt/peer/FramePeer.d.ts +73 -0
- package/types/java/awt/peer/LabelPeer.d.ts +54 -0
- package/types/java/awt/peer/LightweightPeer.d.ts +54 -0
- package/types/java/awt/peer/ListPeer.d.ts +53 -0
- package/types/java/awt/peer/MenuBarPeer.d.ts +3 -0
- package/types/java/awt/peer/MenuItemPeer.d.ts +3 -0
- package/types/java/awt/peer/MenuPeer.d.ts +5 -0
- package/types/java/awt/peer/PanelPeer.d.ts +60 -0
- package/types/java/awt/peer/PopupMenuPeer.d.ts +8 -0
- package/types/java/awt/peer/ScrollPanePeer.d.ts +60 -0
- package/types/java/awt/peer/ScrollbarPeer.d.ts +54 -0
- package/types/java/awt/peer/TextAreaPeer.d.ts +64 -0
- package/types/java/awt/peer/TextComponentPeer.d.ts +54 -0
- package/types/java/awt/peer/TextFieldPeer.d.ts +64 -0
- package/types/java/awt/peer/WindowPeer.d.ts +59 -0
- package/types/java/io/ObjectInput.d.ts +13 -0
- package/types/java/io/ObjectOutput.d.ts +11 -0
- package/types/java/lang/Thread$Builder$OfPlatform.d.ts +5 -0
- package/types/java/lang/Thread$Builder$OfVirtual.d.ts +5 -0
- package/types/java/lang/constant/DirectMethodHandleDesc.d.ts +5 -0
- package/types/java/lang/foreign/AddressLayout.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfBoolean.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfByte.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfChar.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfDouble.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfFloat.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfInt.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfLong.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout$OfShort.d.ts +8 -0
- package/types/java/lang/foreign/ValueLayout.d.ts +5 -0
- package/types/java/lang/invoke/TypeDescriptor$OfField.d.ts +1 -0
- package/types/java/lang/invoke/TypeDescriptor$OfMethod.d.ts +1 -0
- package/types/java/lang/management/MemoryMXBean.d.ts +2 -0
- package/types/java/nio/channels/AsynchronousChannel.d.ts +1 -0
- package/types/java/nio/channels/AsynchronousFileChannel.d.ts +2 -0
- package/types/java/nio/channels/ByteChannel.d.ts +5 -0
- package/types/java/nio/channels/DatagramChannel.d.ts +5 -0
- package/types/java/nio/channels/GatheringByteChannel.d.ts +2 -0
- package/types/java/nio/channels/InterruptibleChannel.d.ts +1 -0
- package/types/java/nio/channels/MulticastChannel.d.ts +4 -0
- package/types/java/nio/channels/NetworkChannel.d.ts +2 -0
- package/types/java/nio/channels/Pipe$SinkChannel.d.ts +2 -0
- package/types/java/nio/channels/Pipe$SourceChannel.d.ts +2 -0
- package/types/java/nio/channels/ReadableByteChannel.d.ts +2 -0
- package/types/java/nio/channels/ScatteringByteChannel.d.ts +2 -0
- package/types/java/nio/channels/SeekableByteChannel.d.ts +2 -0
- package/types/java/nio/channels/WritableByteChannel.d.ts +2 -0
- package/types/java/nio/file/attribute/AclFileAttributeView.d.ts +3 -0
- package/types/java/nio/file/attribute/DosFileAttributeView.d.ts +2 -0
- package/types/java/nio/file/attribute/DosFileAttributes.d.ts +10 -0
- package/types/java/nio/file/attribute/FileAttributeView.d.ts +1 -0
- package/types/java/nio/file/attribute/FileStoreAttributeView.d.ts +1 -0
- package/types/java/nio/file/attribute/GroupPrincipal.d.ts +1 -0
- package/types/java/nio/file/attribute/PosixFileAttributeView.d.ts +5 -0
- package/types/java/nio/file/attribute/PosixFileAttributes.d.ts +10 -0
- package/types/java/nio/file/attribute/UserPrincipal.d.ts +1 -0
- package/types/java/security/AsymmetricKey.d.ts +2 -0
- package/types/java/security/PrivateKey.d.ts +2 -0
- package/types/java/security/PublicKey.d.ts +2 -0
- package/types/java/security/cert/X509CRL.d.ts +1 -0
- package/types/java/security/cert/X509CRLEntry.d.ts +1 -0
- package/types/java/security/cert/X509Certificate.d.ts +1 -0
- package/types/java/security/interfaces/ECPrivateKey.d.ts +2 -0
- package/types/java/security/interfaces/ECPublicKey.d.ts +2 -0
- package/types/java/security/interfaces/RSAPrivateKey.d.ts +3 -0
- package/types/java/security/interfaces/RSAPublicKey.d.ts +3 -0
- package/types/java/sql/CallableStatement.d.ts +50 -0
- package/types/java/sql/NClob.d.ts +17 -0
- package/types/java/sql/PreparedStatement.d.ts +37 -0
- package/types/java/text/AttributedCharacterIterator.d.ts +10 -0
- package/types/java/time/chrono/AbstractChronology.d.ts +11 -0
- package/types/java/time/chrono/ChronoLocalDate.d.ts +1 -0
- package/types/java/time/chrono/ChronoLocalDateTime.d.ts +2 -0
- package/types/java/time/chrono/ChronoZonedDateTime.d.ts +1 -0
- package/types/java/time/temporal/Temporal.d.ts +1 -0
- package/types/java/util/concurrent/AbstractExecutorService.d.ts +5 -0
- package/types/java/util/concurrent/ExecutorService.d.ts +1 -0
- package/types/java/util/concurrent/RunnableScheduledFuture.d.ts +3 -0
- package/types/java/util/concurrent/ScheduledExecutorService.d.ts +5 -0
- package/types/java/util/concurrent/ScheduledFuture.d.ts +2 -0
- package/types/java/util/random/RandomGenerator$SplittableGenerator.d.ts +1 -0
- package/types/java/util/random/RandomGenerator$StreamableGenerator.d.ts +1 -0
- package/types/java/util/regex/Pattern$BmpCharPredicate.d.ts +1 -0
- package/types/java/util/stream/DoubleStream.d.ts +1 -0
- package/types/java/util/stream/IntStream.d.ts +1 -0
- package/types/java/util/stream/LongStream.d.ts +1 -0
- package/types/java/util/stream/Stream.d.ts +1 -0
- package/types/javax/accessibility/AccessibleEditableText.d.ts +13 -0
- package/types/javax/crypto/SecretKey.d.ts +2 -0
- package/types/javax/lang/model/element/ExecutableElement.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$ExportsDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$OpensDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$ProvidesDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$RequiresDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement$UsesDirective.d.ts +2 -0
- package/types/javax/lang/model/element/ModuleElement.d.ts +2 -0
- package/types/javax/lang/model/element/Name.d.ts +2 -0
- package/types/javax/lang/model/element/PackageElement.d.ts +2 -0
- package/types/javax/lang/model/element/Parameterizable.d.ts +7 -0
- package/types/javax/lang/model/element/QualifiedNameable.d.ts +6 -0
- package/types/javax/lang/model/element/RecordComponentElement.d.ts +2 -0
- package/types/javax/lang/model/element/TypeElement.d.ts +2 -0
- package/types/javax/lang/model/element/TypeParameterElement.d.ts +4 -0
- package/types/javax/lang/model/element/VariableElement.d.ts +2 -0
- package/types/javax/lang/model/type/ArrayType.d.ts +2 -0
- package/types/javax/lang/model/type/DeclaredType.d.ts +2 -0
- package/types/javax/lang/model/type/ErrorType.d.ts +6 -0
- package/types/javax/lang/model/type/ExecutableType.d.ts +2 -0
- package/types/javax/lang/model/type/IntersectionType.d.ts +2 -0
- package/types/javax/lang/model/type/NoType.d.ts +2 -0
- package/types/javax/lang/model/type/NullType.d.ts +2 -0
- package/types/javax/lang/model/type/PrimitiveType.d.ts +2 -0
- package/types/javax/lang/model/type/ReferenceType.d.ts +2 -0
- package/types/javax/lang/model/type/TypeVariable.d.ts +2 -0
- package/types/javax/lang/model/type/UnionType.d.ts +2 -0
- package/types/javax/lang/model/type/WildcardType.d.ts +2 -0
- package/types/javax/management/NotificationEmitter.d.ts +2 -0
- package/types/javax/net/ssl/ExtendedSSLSession.d.ts +18 -0
- package/types/javax/net/ssl/X509ExtendedKeyManager.d.ts +2 -0
- package/types/javax/print/attribute/DocAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintJobAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintRequestAttributeSet.d.ts +5 -0
- package/types/javax/print/attribute/PrintServiceAttribute.d.ts +1 -0
- package/types/javax/print/attribute/PrintServiceAttributeSet.d.ts +5 -0
- package/types/javax/sound/sampled/DataLine.d.ts +12 -0
- package/types/javax/sound/sampled/TargetDataLine.d.ts +25 -0
- package/types/javax/sql/DataSource.d.ts +2 -0
- package/types/javax/swing/Action.d.ts +2 -0
- package/types/javax/swing/text/MutableAttributeSet.d.ts +8 -0
- package/types/javax/swing/tree/TreeCellEditor.d.ts +9 -0
- package/types/javax/tools/JavaFileObject.d.ts +15 -0
- package/types/javax/xml/stream/events/Attribute.d.ts +21 -0
- package/types/javax/xml/stream/events/Characters.d.ts +21 -0
- package/types/javax/xml/stream/events/EndElement.d.ts +20 -0
- package/types/javax/xml/stream/events/Namespace.d.ts +26 -0
- package/types/javax/xml/stream/events/StartElement.d.ts +20 -0
- package/types/javax/xml/transform/sax/TemplatesHandler.d.ts +11 -0
- package/types/javax/xml/transform/sax/TransformerHandler.d.ts +19 -0
- package/types/javax/xml/validation/ValidatorHandler.d.ts +11 -0
- package/types/jdk/internal/foreign/AbstractMemorySegmentImpl.d.ts +2 -0
- package/types/jdk/internal/util/random/RandomSupport$AbstractSpliteratorGenerator.d.ts +1 -0
- package/types/jdk/internal/util/random/RandomSupport$AbstractSplittableGenerator.d.ts +2 -0
- package/types/joptsimple/AbstractOptionSpec.d.ts +5 -0
- package/types/kotlin/contracts/Returns.d.ts +2 -0
- package/types/kotlin/contracts/ReturnsNotNull.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/BuiltInsPackageFragment.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/builtins/FunctionInterfacePackageFragment.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableDescriptor.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/CallableMemberDescriptor.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassConstructorDescriptor.d.ts +37 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassDescriptor.d.ts +10 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassOrPackageFragmentDescriptor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ClassifierDescriptorWithTypeParameters.d.ts +19 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ConstructorDescriptor.d.ts +33 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorNonRoot.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithSource.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeclarationDescriptorWithVisibility.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/DeserializedDescriptor.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/FunctionDescriptor.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/MemberDescriptor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ModuleDescriptor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageFragmentDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PackageViewDescriptor.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ParameterDescriptor.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyAccessorDescriptor.d.ts +39 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyDescriptor.d.ts +27 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertyGetterDescriptor.d.ts +42 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/PropertySetterDescriptor.d.ts +42 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ReceiverParameterDescriptor.d.ts +17 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/SimpleFunctionDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeAliasDescriptor.d.ts +20 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/TypeParameterDescriptor.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueDescriptor.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/ValueParameterDescriptor.d.ts +16 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableAccessorDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptor.d.ts +18 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/VariableDescriptorWithAccessors.d.ts +23 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractReceiverParameterDescriptor.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/AbstractTypeAliasDescriptor.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/DeclarationDescriptorImpl.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/ModuleAwareClassDescriptor.d.ts +38 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PackageFragmentDescriptorImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/PropertyAccessorDescriptorImpl.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/TypeAliasConstructorDescriptor.d.ts +45 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/impl/VariableDescriptorImpl.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaAnnotationOwner.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaModifierListOwner.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/descriptors/runtime/structure/ReflectJavaType.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmClassExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmConstructorExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmEnumEntryExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmFunctionExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmModuleFragmentExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPackageExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmPropertyExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeAliasExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmTypeParameterExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/km/internal/extensions/KmValueParameterExtension.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaCallableMemberDescriptor.d.ts +25 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/JavaClassDescriptor.d.ts +40 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/descriptors/PossiblyExternalAnnotationDescriptor.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/sources/JavaSourceElement.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaAnnotationAsAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaArrayType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClass.d.ts +9 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassObjectAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifier.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaClassifierType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaConstructor.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaEnumValueAnnotationArgument.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaField.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaLiteralAnnotationArgument.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMember.d.ts +11 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaMethod.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPackage.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaPrimitiveType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaRecordComponent.d.ts +13 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaTypeParameter.d.ts +6 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaValueParameter.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/JavaWildcardType.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/java/structure/ListBasedJavaAnnotationOwner.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/BinaryClassAnnotationAndConstantLoaderImpl$AbstractAnnotationArgumentVisitor.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinJvmBinaryClass$MethodAnnotationVisitor.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$Argument$ValueOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Annotation$ArgumentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$AnnotationOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ClassOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$CompilerPluginDataOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ConstructorOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ContractOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EffectOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$EnumEntryOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ExpressionOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$FunctionOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageFragmentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PackageOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$PropertyOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTable$QualifiedNameOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$QualifiedNameTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$StringTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$Type$ArgumentOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeAliasOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeParameterOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$TypeTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$ValueParameterOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/ProtoBuf$VersionRequirementTableOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmFieldSignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmMethodSignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$JvmPropertySignatureOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypes$RecordOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/metadata/jvm/JvmProtoBuf$StringTableTypesOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite$Builder.d.ts +4 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/AbstractMessageLite.d.ts +8 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessage.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite$Builder.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/protobuf/MessageLite.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedTypeConstructor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/MemberScope.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitContextReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ImplicitReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/SuperCallReceiverValue.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/resolve/scopes/receivers/ThisClassReceiver.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DescriptorWithContainerSource.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedCallableMemberDescriptor.d.ts +34 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedContainerSource.d.ts +2 -0
- package/types/kotlin/reflect/jvm/internal/impl/serialization/deserialization/descriptors/DeserializedMemberDescriptor.d.ts +14 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/ClassifierBasedTypeConstructor.d.ts +5 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/NotNullTypeParameter.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeProjectionBase.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/TypeSystemCommonBackendContext.d.ts +85 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/ClassicTypeSystemContext.d.ts +90 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewKotlinTypeChecker.d.ts +3 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/checker/NewTypeVariableConstructor.d.ts +7 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemCommonSuperTypesContext.d.ts +92 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemContext.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemInferenceExtensionContext.d.ts +92 -0
- package/types/kotlin/reflect/jvm/internal/impl/types/model/TypeSystemTypeFactoryContext.d.ts +90 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/MemberKindCheck.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/impl/util/ValueParameterCountCheck.d.ts +1 -0
- package/types/kotlin/reflect/jvm/internal/types/ReflectTypeSystemContext.d.ts +80 -0
- package/types/kotlin/time/ComparableTimeMark.d.ts +1 -0
- package/types/kotlinx/coroutines/ChildHandle.d.ts +1 -0
- package/types/kotlinx/coroutines/ChildJob.d.ts +9 -0
- package/types/kotlinx/coroutines/CompletableDeferred.d.ts +9 -0
- package/types/kotlinx/coroutines/CompletableJob.d.ts +9 -0
- package/types/kotlinx/coroutines/Deferred.d.ts +9 -0
- package/types/kotlinx/coroutines/EventLoopImplBase$DelayedTask.d.ts +1 -0
- package/types/kotlinx/coroutines/ParentJob.d.ts +9 -0
- package/types/kotlinx/coroutines/scheduling/Task.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithDateBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithDateTimeBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithOffsetBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithTimeBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/AbstractWithYearMonthBuilder.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDate.d.ts +6 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTime.d.ts +16 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithDateTimeComponents.d.ts +20 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithTime.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithUtcOffset.d.ts +1 -0
- package/types/kotlinx/datetime/format/DateTimeFormatBuilder$WithYearMonth.d.ts +1 -0
- package/types/kotlinx/io/Sink.d.ts +1 -0
- package/types/kotlinx/io/Source.d.ts +2 -0
- package/types/kotlinx/io/files/SystemFileSystemImpl.d.ts +12 -0
- package/types/kotlinx/io/unsafe/BufferIterationContext.d.ts +1 -0
- package/types/kotlinx/serialization/cbor/CborDecoder.d.ts +16 -0
- package/types/kotlinx/serialization/cbor/CborEncoder.d.ts +13 -0
- package/types/kotlinx/serialization/encoding/AbstractDecoder.d.ts +1 -0
- package/types/kotlinx/serialization/internal/TaggedDecoder.d.ts +1 -0
- package/types/kotlinx/serialization/json/JsonDecoder.d.ts +26 -0
- package/types/kotlinx/serialization/json/JsonEncoder.d.ts +24 -0
- package/types/kotlinx/serialization/json/internal/AbstractJsonTreeDecoder.d.ts +1 -0
- package/types/kroppeb/stareval/expression/ConstantExpression.d.ts +1 -0
- package/types/kroppeb/stareval/expression/VariableExpression.d.ts +1 -0
- package/types/net/caffeinemc/mods/lithium/common/block/entity/inventory_change_tracking/InventoryChangeTracker.d.ts +6 -0
- package/types/net/caffeinemc/mods/sodium/client/config/builder/IntegerOptionBuilderImpl.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/config/builder/OptionBuilderImpl.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/gl/tessellation/GlAbstractTessellation.d.ts +3 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/prompt/ScreenPromptable.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/gui/widgets/AbstractWidget.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/model/quad/BakedQuadView.d.ts +15 -0
- package/types/net/caffeinemc/mods/sodium/client/model/quad/ModelQuadViewMutable.d.ts +14 -0
- package/types/net/caffeinemc/mods/sodium/client/platform/windows/api/msgbox/MsgBoxCallback.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/ShaderChunkRenderer.d.ts +4 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/executor/ChunkJob.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/compile/pipeline/BlockRenderer.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/lists/SectionCollector.d.ts +1 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/PresentSorter.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/translucent_sorting/data/Sorter.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/BaseForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/RemovableForest.d.ts +6 -0
- package/types/net/caffeinemc/mods/sodium/client/render/chunk/tree/TraversableForest.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/render/vertex/buffer/BufferBuilderExtension.d.ts +3 -0
- package/types/net/caffeinemc/mods/sodium/client/util/GameRendererStorage.d.ts +2 -0
- package/types/net/caffeinemc/mods/sodium/client/util/sorting/VertexSorters$AbstractSorter.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/api/thirdparty/translator/TranslatorMode.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/combat/crystalaura/BiDamageProvider.d.ts +5 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/misc/antibot/modes/AntiBotMode.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/autoqueue/ModuleAutoQueue$PauseCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/cheststealer/features/FeatureChestAura$PauseCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/features/module/modules/player/nofall/ModuleNoFall$NotCondition.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/integration/backend/browser/Browser.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/integration/theme/ThemeBackground.d.ts +1 -0
- package/types/net/ccbluex/liquidbounce/mcef/MultiPartDownloadConfig.d.ts +6 -0
- package/types/net/ccbluex/liquidbounce/mcef/cef/MacAcceleratedPaintBackend.d.ts +20 -0
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$PartDownload.d.ts +7 -2
- package/types/net/ccbluex/liquidbounce/mcef/utils/MultiPartDownloader$RetryablePartDownloadException.d.ts +6 -0
- package/types/net/ccbluex/liquidbounce/render/gui/element/PoseReusableGuiElementRenderState.d.ts +9 -0
- package/types/net/ccbluex/liquidbounce/utils/aiming/features/processors/anglesmooth/AngleSmooth.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/utils/aiming/point/exempts/ExemptBoxPart.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/block/AbstractBlockLocationTracker.d.ts +3 -0
- package/types/net/ccbluex/liquidbounce/utils/inventory/ArmorItemSlot.d.ts +2 -0
- package/types/net/ccbluex/liquidbounce/utils/inventory/HotbarItemSlot.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/command/v2/FabricClientCommandSource.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/datagen/v1/provider/FabricSoundsProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/gametest/v1/context/TestDedicatedServerContext.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel$Unbaked.d.ts +5 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CompositeBlockStateModel.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/CustomUnbakedBlockStateModel.d.ts +5 -0
- package/types/net/fabricmc/fabric/api/client/model/loading/v1/UnbakedExtraModel.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/particle/v1/FabricSpriteSet.d.ts +4 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/Mesh.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableMesh.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/MutableQuadView.d.ts +34 -0
- package/types/net/fabricmc/fabric/api/client/renderer/v1/mesh/QuadEmitter.d.ts +34 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Background.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Frame.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/advancement/AdvancementRenderContext$Icon.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelExtractionContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelRenderContext.d.ts +8 -0
- package/types/net/fabricmc/fabric/api/client/rendering/v1/level/LevelTerrainRenderContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricCodecDataProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricDynamicRegistryProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/datagen/v1/provider/FabricLootTableSubProvider.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/menu/v1/ExtendedMenuProvider.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/networking/v1/LoginPacketSender.d.ts +2 -0
- package/types/net/fabricmc/fabric/api/permission/v1/MutablePermissionContext.d.ts +6 -0
- package/types/net/fabricmc/fabric/api/resource/ModResourcePack.d.ts +7 -1
- package/types/net/fabricmc/fabric/api/resource/SimpleResourceReloadListener.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/resource/SimpleSynchronousResourceReloadListener.d.ts +3 -0
- package/types/net/fabricmc/fabric/api/resource/v1/DataResourceLoader.d.ts +1 -0
- package/types/net/fabricmc/fabric/api/resource/v1/pack/ModPackResources.d.ts +7 -1
- package/types/net/fabricmc/fabric/api/transfer/v1/transaction/Transaction.d.ts +9 -1
- package/types/net/fabricmc/fabric/impl/datagen/client/FabricItemAssetDefinitions.d.ts +2 -0
- package/types/net/fabricmc/fabric/impl/recipe/ingredient/builtin/CombinedIngredient.d.ts +2 -0
- package/types/net/fabricmc/loader/FabricLoader.d.ts +12 -0
- package/types/net/fabricmc/loader/ModContainer.d.ts +4 -0
- package/types/net/fabricmc/loader/api/SemanticVersion.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/discovery/DomainObject$Mod.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/launch/FabricLauncherBase.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$ClassAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$FieldAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MethodAccess.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/classtweaker/impl/AccessWidenerImpl$MutableAccess.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/MappingWriter.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$ClassSupport.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$LocalSupport.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/format/FeatureSet$MemberSupport.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ClassMapping.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$ElementMapping.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$FieldMapping.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MemberMapping.d.ts +9 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MetadataEntry.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodArgMapping.d.ts +10 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodMapping.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree$MethodVarMapping.d.ts +12 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTree.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$ClassMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$FieldMappingView.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MemberMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodArgMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodMappingView.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MappingTreeView$MethodVarMappingView.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/MemoryMappingTree$Entry.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/mappingio/tree/VisitableMappingTree.d.ts +13 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/AbstractDataStructureFactory.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/BinaryClause.d.ts +4 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/HTClause.d.ts +7 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/constraints/cnf/WLClause.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ActivityListener.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/ICDCL.d.ts +29 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/core/RestartStrategy.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/minisat/orders/AbstractPhaserecordingSelectionStrategy.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/IPBSolver.d.ts +20 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/IWatchPb.d.ts +21 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/PBConstr.d.ts +21 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPb.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/constraints/pb/WatchPbLong.d.ts +3 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/IPBCDCLSolver.d.ts +34 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/core/PBDataStructureFactory.d.ts +11 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/pb/orders/IOrderObjective.d.ts +12 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts +5 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IOptimizationProblem.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/IProblem.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/ISolver.d.ts +6 -0
- package/types/net/fabricmc/loader/impl/lib/sat4j/specs/SearchListener.d.ts +1 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrField.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/lib/tinyremapper/api/TrMethod.d.ts +8 -0
- package/types/net/fabricmc/loader/impl/metadata/AbstractModMetadata.d.ts +10 -0
- package/types/net/fabricmc/loader/impl/metadata/CustomValueImpl.d.ts +2 -0
- package/types/net/fabricmc/loader/impl/metadata/LoaderModMetadata.d.ts +13 -0
- package/types/net/fabricmc/loader/metadata/LoaderModMetadata.d.ts +14 -0
- package/types/net/irisshaders/iris/gl/uniform/DynamicLocationalUniformHolder.d.ts +6 -0
- package/types/net/irisshaders/iris/gl/uniform/DynamicUniformHolder.d.ts +5 -0
- package/types/net/irisshaders/iris/gl/uniform/LocationalUniformHolder.d.ts +1 -0
- package/types/net/irisshaders/iris/pipeline/ShaderRenderingPipeline.d.ts +51 -0
- package/types/net/irisshaders/iris/vertices/views/QuadView.d.ts +5 -0
- package/types/net/irisshaders/iris/vertices/views/TriView.d.ts +5 -0
- package/types/net/minecraft/client/KeyMapping.d.ts +2 -0
- package/types/net/minecraft/client/Minecraft.d.ts +2 -0
- package/types/net/minecraft/client/MouseHandler.d.ts +2 -0
- package/types/net/minecraft/client/Options.d.ts +1 -0
- package/types/net/minecraft/client/gui/Gui.d.ts +5 -0
- package/types/net/minecraft/client/gui/components/AbstractWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/components/ChatComponent.d.ts +5 -0
- package/types/net/minecraft/client/gui/font/PlainTextRenderable.d.ts +9 -0
- package/types/net/minecraft/client/gui/font/TextRenderable$Styled.d.ts +16 -0
- package/types/net/minecraft/client/gui/layouts/Layout.d.ts +6 -0
- package/types/net/minecraft/client/gui/narration/NarratableEntry.d.ts +2 -0
- package/types/net/minecraft/client/gui/render/GuiRenderer$Draw.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/ChatScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/ConnectScreen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/Overlay.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/Screen.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementTab.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/advancements/AdvancementWidget.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/inventory/BeaconScreen$BeaconScreenButton.d.ts +1 -0
- package/types/net/minecraft/client/gui/screens/packs/PackSelectionModel$EntryBase.d.ts +3 -0
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen$RuleList.d.ts +2 -0
- package/types/net/minecraft/client/gui/screens/worldselection/AbstractGameRulesScreen.d.ts +3 -0
- package/types/net/minecraft/client/multiplayer/ClientAdvancements$Listener.d.ts +5 -0
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl$CommonDialogAccess.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientCommonPacketListenerImpl.d.ts +6 -0
- package/types/net/minecraft/client/multiplayer/ClientConfigurationPacketListenerImpl.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/ClientHandshakePacketListenerImpl.d.ts +1 -0
- package/types/net/minecraft/client/multiplayer/chat/LoggedChatMessage.d.ts +2 -0
- package/types/net/minecraft/client/renderer/CloudRenderer.d.ts +1 -0
- package/types/net/minecraft/client/renderer/EndFlashState.d.ts +2 -0
- package/types/net/minecraft/client/renderer/GameRenderer.d.ts +6 -0
- package/types/net/minecraft/client/renderer/LevelRenderer.d.ts +7 -0
- package/types/net/minecraft/client/renderer/SubmitNodeCollector.d.ts +24 -1
- package/types/net/minecraft/client/renderer/block/BlockAndTintGetter.d.ts +10 -0
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModel$UnbakedRoot.d.ts +2 -0
- package/types/net/minecraft/client/renderer/block/dispatch/BlockStateModelPart$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/culling/Frustum.d.ts +1 -0
- package/types/net/minecraft/client/renderer/entity/EntityRenderer.d.ts +1 -0
- package/types/net/minecraft/client/renderer/item/ItemModel$Unbaked.d.ts +2 -0
- package/types/net/minecraft/client/renderer/item/properties/conditional/ConditionalItemModelProperty.d.ts +5 -0
- package/types/net/minecraft/client/renderer/rendertype/RenderSetup.d.ts +1 -0
- package/types/net/minecraft/client/renderer/rendertype/RenderType.d.ts +2 -0
- package/types/net/minecraft/client/renderer/state/gui/GuiElementRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/state/gui/pip/PictureInPictureRenderState.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/ReloadableTexture.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents$AnimationState.d.ts +5 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents$FrameInfo.d.ts +2 -0
- package/types/net/minecraft/client/renderer/texture/SpriteContents.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/TextureAtlas.d.ts +5 -0
- package/types/net/minecraft/client/renderer/texture/TextureAtlasSprite.d.ts +1 -0
- package/types/net/minecraft/client/renderer/texture/atlas/SpriteSource$DiscardableLoader.d.ts +6 -1
- package/types/net/minecraft/client/resources/model/ResolvedModel.d.ts +1 -0
- package/types/net/minecraft/client/resources/sounds/AbstractTickableSoundInstance.d.ts +1 -0
- package/types/net/minecraft/client/resources/sounds/TickableSoundInstance.d.ts +19 -0
- package/types/net/minecraft/client/sounds/AudioStream.d.ts +1 -0
- package/types/net/minecraft/client/sounds/FiniteAudioStream.d.ts +4 -0
- package/types/net/minecraft/client/sounds/FloatSampleSource.d.ts +3 -0
- package/types/net/minecraft/commands/ExecutionCommandSource.d.ts +2 -0
- package/types/net/minecraft/commands/SharedSuggestionProvider.d.ts +2 -0
- package/types/net/minecraft/core/ClientAsset$Texture.d.ts +1 -0
- package/types/net/minecraft/data/loot/BlockLootSubProvider.d.ts +1 -0
- package/types/net/minecraft/data/loot/EntityLootSubProvider.d.ts +1 -0
- package/types/net/minecraft/data/recipes/RecipeProvider$Runner.d.ts +1 -0
- package/types/net/minecraft/nbt/NumericTag.d.ts +9 -0
- package/types/net/minecraft/nbt/PrimitiveTag.d.ts +8 -0
- package/types/net/minecraft/network/ClientboundPacketListener.d.ts +4 -0
- package/types/net/minecraft/network/ServerboundPacketListener.d.ts +4 -0
- package/types/net/minecraft/network/TickablePacketListener.d.ts +6 -0
- package/types/net/minecraft/network/protocol/SimpleUnboundProtocol.d.ts +2 -0
- package/types/net/minecraft/network/protocol/UnboundProtocol.d.ts +2 -0
- package/types/net/minecraft/network/protocol/common/ClientCommonPacketListener.d.ts +7 -0
- package/types/net/minecraft/network/protocol/common/ServerCommonPacketListener.d.ts +7 -0
- package/types/net/minecraft/network/protocol/configuration/ClientConfigurationPacketListener.d.ts +31 -0
- package/types/net/minecraft/network/protocol/configuration/ServerConfigurationPacketListener.d.ts +17 -0
- package/types/net/minecraft/network/protocol/cookie/ClientCookiePacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/cookie/ServerCookiePacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/game/ClientGamePacketListener.d.ts +33 -0
- package/types/net/minecraft/network/protocol/game/ServerGamePacketListener.d.ts +19 -0
- package/types/net/minecraft/network/protocol/game/ServerPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/handshake/ServerHandshakePacketListener.d.ts +3 -0
- package/types/net/minecraft/network/protocol/login/ClientLoginPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/login/ServerLoginPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/ping/ClientPongPacketListener.d.ts +6 -0
- package/types/net/minecraft/network/protocol/ping/ServerPingPacketListener.d.ts +6 -0
- package/types/net/minecraft/network/protocol/status/ClientStatusPacketListener.d.ts +5 -0
- package/types/net/minecraft/network/protocol/status/ServerStatusPacketListener.d.ts +5 -0
- package/types/net/minecraft/resources/FileToIdConverter.d.ts +2 -0
- package/types/net/minecraft/resources/RegistryOps.d.ts +1 -0
- package/types/net/minecraft/server/MinecraftServer.d.ts +1 -0
- package/types/net/minecraft/server/ServerInterface.d.ts +4 -0
- package/types/net/minecraft/server/dialog/ButtonListDialog.d.ts +2 -0
- package/types/net/minecraft/server/dialog/SimpleDialog.d.ts +2 -0
- package/types/net/minecraft/server/level/GenerationChunkHolder.d.ts +1 -0
- package/types/net/minecraft/server/network/ServerCommonPacketListenerImpl.d.ts +7 -0
- package/types/net/minecraft/server/network/ServerLoginPacketListenerImpl.d.ts +2 -0
- package/types/net/minecraft/server/packs/AbstractPackResources.d.ts +4 -0
- package/types/net/minecraft/server/packs/resources/ResourceManager$Empty.d.ts +5 -0
- package/types/net/minecraft/server/rcon/thread/GenericThread.d.ts +1 -0
- package/types/net/minecraft/tags/TagBuilder.d.ts +1 -1
- package/types/net/minecraft/tags/TagEntry.d.ts +2 -0
- package/types/net/minecraft/util/DummyFileAttributes.d.ts +2 -0
- package/types/net/minecraft/util/TimeSource$NanoTimeSource.d.ts +1 -0
- package/types/net/minecraft/util/eventlog/JsonEventLogReader.d.ts +1 -0
- package/types/net/minecraft/util/profiling/ProfileCollector.d.ts +7 -0
- package/types/net/minecraft/util/valueproviders/FloatProvider.d.ts +2 -0
- package/types/net/minecraft/world/entity/Entity.d.ts +2 -0
- package/types/net/minecraft/world/entity/EntityFluidInteraction$Tracker.d.ts +8 -0
- package/types/net/minecraft/world/entity/ExperienceOrb.d.ts +1 -0
- package/types/net/minecraft/world/entity/LivingEntity.d.ts +2 -0
- package/types/net/minecraft/world/entity/ai/sensing/Sensor.d.ts +3 -0
- package/types/net/minecraft/world/entity/animal/fish/AbstractFish.d.ts +1 -0
- package/types/net/minecraft/world/entity/item/ItemEntity.d.ts +1 -0
- package/types/net/minecraft/world/entity/monster/CrossbowAttackMob.d.ts +1 -0
- package/types/net/minecraft/world/inventory/SlotRange.d.ts +1 -0
- package/types/net/minecraft/world/item/BucketItem.d.ts +1 -0
- package/types/net/minecraft/world/item/CreativeModeTab.d.ts +2 -0
- package/types/net/minecraft/world/item/crafting/SimpleSmithingRecipe.d.ts +2 -0
- package/types/net/minecraft/world/item/enchantment/Enchantment$Builder.d.ts +2 -0
- package/types/net/minecraft/world/level/BlockAndLightGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/BlockGetter.d.ts +2 -0
- package/types/net/minecraft/world/level/ClipContext.d.ts +1 -0
- package/types/net/minecraft/world/level/CollisionGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/CommonLevelAccessor.d.ts +27 -0
- package/types/net/minecraft/world/level/EmptyBlockGetter.d.ts +13 -0
- package/types/net/minecraft/world/level/Level.d.ts +9 -0
- package/types/net/minecraft/world/level/LevelAccessor.d.ts +28 -0
- package/types/net/minecraft/world/level/LevelReader.d.ts +9 -0
- package/types/net/minecraft/world/level/LevelSimulatedRW.d.ts +5 -0
- package/types/net/minecraft/world/level/ServerLevelAccessor.d.ts +43 -0
- package/types/net/minecraft/world/level/SignalGetter.d.ts +6 -0
- package/types/net/minecraft/world/level/WorldGenLevel.d.ts +50 -0
- package/types/net/minecraft/world/level/block/BaseEntityBlock.d.ts +1 -0
- package/types/net/minecraft/world/level/block/SkullBlock$Type.d.ts +1 -0
- package/types/net/minecraft/world/level/block/state/BlockBehaviour.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/ChunkAccess.d.ts +4 -0
- package/types/net/minecraft/world/level/chunk/ChunkSource.d.ts +2 -0
- package/types/net/minecraft/world/level/chunk/LevelChunk$RebindableTickingBlockEntityWrapper.d.ts +2 -0
- package/types/net/minecraft/world/level/chunk/LightChunk.d.ts +6 -0
- package/types/net/minecraft/world/level/chunk/Strategy.d.ts +1 -0
- package/types/net/minecraft/world/level/chunk/UpgradeData$BlockFixers.d.ts +4 -0
- package/types/net/minecraft/world/level/dimension/DimensionType.d.ts +2 -0
- package/types/net/minecraft/world/level/entity/EntityAccess.d.ts +3 -0
- package/types/net/minecraft/world/level/levelgen/BitRandomSource.d.ts +5 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunction$SimpleFunction.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker.d.ts +10 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BeardifierOrMarker.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha.d.ts +8 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset.d.ts +8 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$MarkerOrMarked.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$PureTransformer.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$ShiftNoise.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TransformerWithContext.d.ts +4 -0
- package/types/net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction.d.ts +6 -0
- package/types/net/minecraft/world/level/levelgen/Heightmap.d.ts +1 -0
- package/types/net/minecraft/world/level/levelgen/NoiseChunk$NoiseChunkDensityFunction.d.ts +4 -0
- package/types/net/minecraft/world/level/lighting/LayerLightEventListener.d.ts +6 -0
- package/types/net/minecraft/world/level/lighting/LightEngine.d.ts +1 -0
- package/types/net/minecraft/world/level/storage/ServerLevelData.d.ts +8 -0
- package/types/net/minecraft/world/level/storage/WritableLevelData.d.ts +6 -0
- package/types/net/minecraft/world/level/storage/loot/LootPool.d.ts +2 -0
- package/types/net/minecraft/world/level/storage/loot/functions/LootItemConditionalFunction$Builder.d.ts +2 -0
- package/types/net/minecraft/world/phys/shapes/BitSetDiscreteVoxelShape.d.ts +1 -0
- package/types/net/minecraft/world/waypoints/WaypointTransmitter$BlockConnection.d.ts +3 -0
- package/types/net/minecraft/world/waypoints/WaypointTransmitter$ChunkConnection.d.ts +3 -0
- package/types/net/raphimc/viabedrock/api/chunk/section/BedrockChunkSection.d.ts +2 -0
- package/types/net/raphimc/viabedrock/platform/ViaBedrockConfig.d.ts +3 -0
- package/types/net/raphimc/viabedrock/protocol/ClientboundBedrockPackets.d.ts +2 -0
- package/types/net/raphimc/viabedrock/protocol/ServerboundBedrockPackets.d.ts +2 -0
- package/types/net/raphimc/vialegacy/platform/ViaLegacyConfig.d.ts +3 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ClientboundPacketsa1_0_15.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_15toa1_0_16_2/packet/ServerboundPacketsa1_0_15.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_16_2toa1_0_17_1_0_17_4/packet/ClientboundPacketsa1_0_16.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ClientboundPacketsa1_0_17.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_0_17_1_0_17_4toa1_1_0_1_1_2_1/packet/ServerboundPacketsa1_0_17.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ClientboundPacketsa1_1_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_1_0_1_1_2_1toa1_2_0_1_2_1_1/packet/ServerboundPacketsa1_1_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ClientboundPacketsa1_2_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_0_1_2_1_1toa1_2_2/packet/ServerboundPacketsa1_2_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ClientboundPacketsa1_2_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_2toa1_2_3_1_2_3_4/packet/ServerboundPacketsa1_2_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_1_2_3_4toa1_2_3_5_1_2_6/packet/ClientboundPacketsa1_2_3.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ClientboundPacketsa1_2_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/alpha/a1_2_3_5_1_2_6tob1_0_1_1_1/packet/ServerboundPacketsa1_2_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ClientboundPacketsb1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_1_2tob1_2_0_2/packet/ServerboundPacketsb1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ClientboundPacketsb1_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_2_0_2tob1_3_0_1/packet/ServerboundPacketsb1_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_3_0_1tob1_4_0_1/packet/ClientboundPacketsb1_3.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ClientboundPacketsb1_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_4_0_1tob1_5_0_2/packet/ServerboundPacketsb1_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ClientboundPacketsb1_5.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_5_0_2tob1_6_0_6/packet/ServerboundPacketsb1_5.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ClientboundPacketsb1_7.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_7_0_3tob1_8_0_1/packet/ServerboundPacketsb1_7.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ClientboundPacketsb1_8.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/beta/b1_8_0_1tor1_0_0_1/packet/ServerboundPacketsb1_8.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ClientboundPacketsc0_15a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_15a_1toc0_0_16a_02/packet/ServerboundPacketsc0_15a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ClientboundPacketsc0_19a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_19a_06toc0_0_20a_27/packet/ServerboundPacketsc0_19a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_0_20a_27toc0_28_30/packet/ClientboundPacketsc0_20a.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ClientboundPacketsc0_28.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_28_30toa1_0_15/packet/ServerboundPacketsc0_28.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ClientboundPacketsc0_30cpe.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/classic/c0_30cpetoc0_28_30/packet/ServerboundPacketsc0_30cpe.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ClientboundPackets1_0_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_0_0_1tor1_1/packet/ServerboundPackets1_0_0.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ClientboundPackets1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_1tor1_2_1_3/packet/ServerboundPackets1_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ClientboundPackets1_2_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_1_3tor1_2_4_5/packet/ServerboundPackets1_2_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ClientboundPackets1_2_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_2_4_5tor1_3_1_2/packet/ServerboundPackets1_2_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ClientboundPackets1_3_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_3_1_2tor1_4_2/packet/ServerboundPackets1_3_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_2tor1_4_4_5/packet/ClientboundPackets1_4_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_4_5tor1_4_6_7/packet/ClientboundPackets1_4_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_4_6_7tor1_5_0_1/packet/ClientboundPackets1_4_6.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ClientboundPackets1_5_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_5_2tor1_6_1/packet/ServerboundPackets1_5_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_1tor1_6_2/packet/ClientboundPackets1_6_1.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ClientboundPackets1_6_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_6_4tor1_7_2_5/packet/ServerboundPackets1_6_4.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ClientboundPackets1_7_2.d.ts +2 -0
- package/types/net/raphimc/vialegacy/protocol/release/r1_7_2_5tor1_7_6_10/packet/ServerboundPackets1_7_2.d.ts +2 -0
- package/types/okhttp3/internal/connection/BufferedSocket.d.ts +1 -0
- package/types/okhttp3/internal/http1/Http1ExchangeCodec$AbstractSource.d.ts +1 -0
- package/types/okio/BufferedSink.d.ts +4 -0
- package/types/okio/BufferedSource.d.ts +5 -0
- package/types/org/ahocorasick/trie/handler/AbstractStatefulEmitHandler.d.ts +1 -0
- package/types/org/ahocorasick/trie/handler/StatefulEmitHandler.d.ts +1 -0
- package/types/org/antlr/v4/runtime/CharStream.d.ts +8 -0
- package/types/org/antlr/v4/runtime/CodePointCharStream.d.ts +3 -0
- package/types/org/antlr/v4/runtime/TokenStream.d.ts +8 -0
- package/types/org/antlr/v4/runtime/WritableToken.d.ts +12 -0
- package/types/org/antlr/v4/runtime/tree/ErrorNode.d.ts +18 -0
- package/types/org/antlr/v4/runtime/tree/ParseTree.d.ts +5 -0
- package/types/org/antlr/v4/runtime/tree/RuleNode.d.ts +14 -0
- package/types/org/antlr/v4/runtime/tree/SyntaxTree.d.ts +5 -0
- package/types/org/antlr/v4/runtime/tree/TerminalNode.d.ts +15 -0
- package/types/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.d.ts +1 -0
- package/types/org/apache/commons/compress/harmony/pack200/NewAttributeBands$LayoutElement.d.ts +5 -0
- package/types/org/apache/commons/compress/harmony/unpack200/NewAttributeBands$LayoutElement.d.ts +4 -0
- package/types/org/apache/commons/compress/parallel/ScatterGatherBackingStore.d.ts +1 -0
- package/types/org/apache/commons/io/input/Tailer$RandomAccessResourceBridge.d.ts +1 -0
- package/types/org/apache/commons/lang3/time/FastDatePrinter$NumberRule.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/Appender.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/Filter.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/LifeCycle2.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/appender/AbstractAppender.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/AbstractConnectionSource.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/AbstractTriggeringPolicy.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/appender/rolling/action/Action.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/config/Configuration.d.ts +12 -0
- package/types/org/apache/logging/log4j/core/filter/Filterable.d.ts +7 -0
- package/types/org/apache/logging/log4j/core/impl/ThreadContextDataInjector$AbstractContextDataInjector.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/jackson/LogEventMixIn.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/jackson/MarkerMixIn.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/layout/PatternLayout$PatternSerializer.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/lookup/AbstractLookup.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/pattern/AbstractPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/pattern/ArrayPatternConverter.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/script/ScriptManager$AbstractScriptRunner.d.ts +4 -0
- package/types/org/apache/logging/log4j/core/selector/NamedContextSelector.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/time/Instant.d.ts +2 -0
- package/types/org/apache/logging/log4j/core/time/PreciseClock.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/Cancellable.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/datetime/FastDatePrinter$NumberRule.d.ts +1 -0
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternDynamicFormatter$AbstractFormatter.d.ts +3 -0
- package/types/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter.d.ts +4 -0
- package/types/org/apache/logging/log4j/message/EntryMessage.d.ts +6 -0
- package/types/org/apache/logging/log4j/message/ExitMessage.d.ts +6 -0
- package/types/org/apache/logging/log4j/message/FlowMessage.d.ts +3 -0
- package/types/org/apache/logging/log4j/message/MultiformatMessage.d.ts +3 -0
- package/types/org/apache/logging/log4j/message/ReusableMessage.d.ts +5 -0
- package/types/org/apache/logging/log4j/spi/AbstractLogger.d.ts +16 -0
- package/types/org/apache/logging/log4j/spi/CleanableThreadContextMap.d.ts +8 -0
- package/types/org/apache/logging/log4j/spi/ExtendedLogger.d.ts +307 -0
- package/types/org/apache/logging/log4j/spi/LoggerAdapter.d.ts +1 -0
- package/types/org/apache/logging/log4j/spi/ObjectThreadContextMap.d.ts +8 -0
- package/types/org/apache/logging/log4j/spi/ThreadContextMap2.d.ts +6 -0
- package/types/org/apache/logging/log4j/status/StatusListener.d.ts +1 -0
- package/types/org/apache/logging/log4j/util/IndexedReadOnlyStringMap.d.ts +3 -0
- package/types/org/apache/logging/log4j/util/IndexedStringMap.d.ts +12 -0
- package/types/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.d.ts +4 -0
- package/types/org/apache/logging/log4j/util/StringMap.d.ts +3 -0
- package/types/org/apache/tika/concurrent/ConfigurableThreadPoolExecutor.d.ts +8 -1
- package/types/org/apache/tika/extractor/AbstractEmbeddedDocumentBytesHandler.d.ts +1 -0
- package/types/org/apache/tika/extractor/EmbeddedDocumentByteStoreExtractorFactory.d.ts +4 -0
- package/types/org/apache/tika/extractor/EmbeddedDocumentBytesHandler.d.ts +1 -0
- package/types/org/apache/tika/parser/AbstractEncodingDetectorParser.d.ts +4 -0
- package/types/org/apache/tika/parser/AbstractExternalProcessParser.d.ts +5 -0
- package/types/org/apache/tika/parser/AbstractParser.d.ts +2 -0
- package/types/org/apache/tika/pipes/emitter/StreamEmitter.d.ts +1 -0
- package/types/org/apache/tika/pipes/fetcher/AbstractFetcher.d.ts +4 -0
- package/types/org/apache/tika/pipes/fetcher/RangeFetcher.d.ts +2 -0
- package/types/org/cef/browser/CefBrowser_N.d.ts +1 -0
- package/types/org/cef/callback/CefURLRequestClient.d.ts +2 -0
- package/types/org/cef/handler/CefMacOsIOSurface.d.ts +5 -0
- package/types/org/cef/handler/CefMessageRouterHandler.d.ts +2 -0
- package/types/org/cef/handler/CefPrintHandler.d.ts +2 -0
- package/types/org/cloudburstmc/netty/channel/raknet/RakChannel.d.ts +13 -0
- package/types/org/cloudburstmc/netty/channel/raknet/config/RakChannelConfig.d.ts +25 -0
- package/types/org/cloudburstmc/netty/channel/raknet/config/RakServerChannelConfig.d.ts +25 -0
- package/types/org/graalvm/jniutils/JNI$AttachCurrentThread.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$AttachCurrentThreadAsDaemon.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallBooleanMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallByteMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallCharMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallDoubleMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallFloatMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallIntMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallLongMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallObjectMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallShortMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticBooleanMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticIntMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticLongMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticObjectMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallStaticVoidMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$CallVoidMethodA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DefineClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteLocalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DeleteWeakGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$DetachCurrentThread.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionCheck.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionClear.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionDescribe.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ExceptionOccurred.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$FindClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetArrayLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetBooleanArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetBooleanArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetByteArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetByteArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetCharArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetCharArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDirectBufferAddress.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDoubleArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetDoubleArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetEnv.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFloatArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetFloatArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetIntField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetJavaVM.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetLongArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetLongArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectArrayElement.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetObjectRefType.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetShortArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetShortArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticBooleanField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStaticObjectField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringUTFChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$GetStringUTFLength.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$IsInstanceOf.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$IsSameObject.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JBooleanArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JByteArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JCharArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JClass.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JDoubleArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JFieldID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JFloatArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JIntArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JLongArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JMethodID.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIEnv.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIEnvPointer.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNIInvokeInterface.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JNINativeInterface.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JObject.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JObjectArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JShortArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JString.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JThrowable.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JValue.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JWeak.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVM.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVMAttachArgs.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$JavaVMPointer.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewBooleanArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewByteArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewCharArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewDoubleArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewFloatArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewIntArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewLocalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewLongArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewObjectA.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewObjectArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewShortArray.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewString.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewStringUTF8.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$NewWeakGlobalRef.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$PopLocalFrame.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$PushLocalFrame.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseBooleanArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseByteArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseCharArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseDoubleArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseFloatArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseIntArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseLongArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseShortArrayElements.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseStringChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$ReleaseStringUTFChars.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetBooleanArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetByteArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetCharArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetDoubleArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetFloatArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetIntArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetLongArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetObjectArrayElement.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetShortArrayRegion.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$SetStaticBooleanField.d.ts +6 -0
- package/types/org/graalvm/jniutils/JNI$Throw.d.ts +6 -0
- package/types/org/graalvm/nativeimage/Isolate.d.ts +6 -0
- package/types/org/graalvm/nativeimage/IsolateThread.d.ts +6 -0
- package/types/org/graalvm/nativeimage/ObjectHandle.d.ts +3 -0
- package/types/org/graalvm/nativeimage/c/function/CFunctionPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/function/CodePointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/function/RelocatedPointer.d.ts +3 -0
- package/types/org/graalvm/nativeimage/c/type/CCharPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CCharPointerPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CDoublePointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CFloatPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CIntPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CIntPointerPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CLongPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/CShortPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/VoidPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/c/type/WordPointer.d.ts +6 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterAnalysisAccess.d.ts +6 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterCompilationAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterHeapLayoutAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterImageWriteAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeCompilationAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeHeapLayoutAccess.d.ts +5 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeImageWriteAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$BeforeUniverseBuildingAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$CompilationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess.d.ts +10 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$DuringSetupAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$IsInConfigurationAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$OnAnalysisExitAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/hosted/Feature$QueryReachabilityAccess.d.ts +2 -0
- package/types/org/graalvm/nativeimage/impl/RuntimeJNIAccessSupport.d.ts +1 -0
- package/types/org/graalvm/nativeimage/impl/RuntimeReflectionSupport.d.ts +1 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity.d.ts +3 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.d.ts +2 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/impl/number/parse/ValidationMatcher.d.ts +1 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/FormattedValue.d.ts +2 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/PluralRules$BinaryConstraint.d.ts +4 -0
- package/types/org/graalvm/shadowed/com/ibm/icu/text/UnicodeFilter.d.ts +2 -0
- package/types/org/graalvm/shadowed/org/tukaani/xz/FilterDecoder.d.ts +3 -0
- package/types/org/graalvm/shadowed/org/tukaani/xz/FilterEncoder.d.ts +3 -0
- package/types/org/graalvm/word/ComparableWord.d.ts +1 -0
- package/types/org/graalvm/word/Pointer.d.ts +31 -0
- package/types/org/graalvm/word/PointerBase.d.ts +3 -0
- package/types/org/graalvm/word/SignedWord.d.ts +1 -0
- package/types/org/graalvm/word/UnsignedWord.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLDebugMessageKHRCallback.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLGetBlobFuncANDROID.d.ts +1 -0
- package/types/org/lwjgl/egl/EGLSetBlobFuncANDROID.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWAllocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCharCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCharModsCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCursorEnterCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWCursorPosCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWDeallocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWDropCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWErrorCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWFramebufferSizeCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWIMEStatusCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWJoystickCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWKeyCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWMonitorCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWMouseButtonCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWPreeditCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWPreeditCandidateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWReallocateCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWScrollCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowCloseCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowContentScaleCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowFocusCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowIconifyCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowMaximizeCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowPosCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowRefreshCallback.d.ts +1 -0
- package/types/org/lwjgl/glfw/GLFWWindowSizeCallback.d.ts +1 -0
- package/types/org/lwjgl/openal/EXTDebugProc.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTCallbackBufferType.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTEventProc.d.ts +1 -0
- package/types/org/lwjgl/openal/SOFTSystemEventProc.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageAMDCallback.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageARBCallback.d.ts +1 -0
- package/types/org/lwjgl/opengl/GLDebugMessageCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIEOFCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRInputCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRKernelCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIROutputCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIRSupportCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIReadCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBISkipCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIWriteCallback.d.ts +1 -0
- package/types/org/lwjgl/stb/STBIZlibCompress.d.ts +1 -0
- package/types/org/lwjgl/system/SharedLibrary$Default.d.ts +2 -0
- package/types/org/lwjgl/system/SharedLibrary.d.ts +2 -0
- package/types/org/lwjgl/system/jemalloc/ExtentAlloc.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentCommit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDalloc.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDecommit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentDestroy.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentMerge.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentPurge.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/ExtentSplit.d.ts +1 -0
- package/types/org/lwjgl/system/jemalloc/MallocMessageCallback.d.ts +1 -0
- package/types/org/lwjgl/system/macosx/CGEventTapCallBack.d.ts +1 -0
- package/types/org/lwjgl/system/macosx/EnumerationMutationHandler.d.ts +1 -0
- package/types/org/lwjgl/system/windows/WindowProc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FTC_Face_Requester.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Alloc_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_DebugHook_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Free_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Generic_Finalizer.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_FreeGlyphDataFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphDataFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Incremental_GetGlyphMetricsFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_List_Destructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_List_Iterator.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Constructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Destructor.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Module_Requester.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_ConicToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_CubicToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_LineToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Outline_MoveToFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_DoneFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_NewFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_RenderFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_ResetFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Raster_SetModeFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Realloc_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_SpanFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Stream_CloseFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/FT_Stream_IoFunc.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Free_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Init_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Preset_Slot_Func.d.ts +1 -0
- package/types/org/lwjgl/util/freetype/SVG_Lib_Render_Func.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFGenericProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFGenericSocketExtensions.d.ts +3 -0
- package/types/org/newsclub/net/unix/AFInputStream.d.ts +2 -0
- package/types/org/newsclub/net/unix/AFOutputStream.d.ts +2 -0
- package/types/org/newsclub/net/unix/AFProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFSomeSocket.d.ts +5 -0
- package/types/org/newsclub/net/unix/AFSomeSocketChannel.d.ts +7 -0
- package/types/org/newsclub/net/unix/AFSomeSocketThing.d.ts +3 -0
- package/types/org/newsclub/net/unix/AFUNIXProtocolFamily.d.ts +1 -0
- package/types/org/newsclub/net/unix/AFUNIXSocketExtensions.d.ts +3 -0
- package/types/org/slf4j/helpers/AbstractLogger.d.ts +10 -0
- package/types/org/slf4j/helpers/MarkerIgnoringBase.d.ts +10 -0
- package/types/org/slf4j/helpers/NamedLoggerBase.d.ts +52 -0
- package/types/org/slf4j/spi/LocationAwareLogger.d.ts +51 -0
- package/types/org/spongepowered/asm/launch/platform/IMixinPlatformServiceAgent.d.ts +7 -0
- package/types/org/spongepowered/asm/launch/platform/container/IContainerHandle.d.ts +2 -0
- package/types/org/spongepowered/asm/logging/LoggerAdapterAbstract.d.ts +4 -0
- package/types/org/spongepowered/asm/mixin/injection/IInjectionPointContext.d.ts +9 -0
- package/types/org/spongepowered/asm/mixin/injection/code/ISliceContext.d.ts +15 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorByName.d.ts +6 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorConstructor.d.ts +13 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorDynamic.d.ts +6 -0
- package/types/org/spongepowered/asm/mixin/injection/selectors/ITargetSelectorRemappable.d.ts +13 -0
- package/types/org/spongepowered/asm/mixin/transformer/SyntheticClassInfo.d.ts +1 -0
- package/types/org/spongepowered/asm/service/ILegacyClassTransformer.d.ts +2 -0
- package/types/org/spongepowered/asm/service/ITreeClassTransformer.d.ts +2 -0
- package/types/org/spongepowered/asm/service/MixinServiceAbstract.d.ts +19 -0
- package/types/org/spongepowered/asm/transformers/TreeTransformer.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListenableScheduledFuture.d.ts +2 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningExecutorService.d.ts +6 -0
- package/types/org/spongepowered/include/com/google/common/util/concurrent/ListeningScheduledExecutorService.d.ts +5 -0
- package/types/org/spongepowered/include/com/google/gson/FieldNamingPolicy.d.ts +2 -0
- package/types/org/spongepowered/tools/obfuscation/interfaces/IMessagerSuppressible.d.ts +4 -0
- package/types/org/spongepowered/tools/obfuscation/interfaces/IMixinAnnotationProcessor.d.ts +24 -0
- package/types/org/spongepowered/tools/obfuscation/mapping/common/MappingProvider.d.ts +2 -0
- package/types/org/w3c/dom/Attr.d.ts +41 -0
- package/types/org/w3c/dom/CDATASection.d.ts +54 -0
- package/types/org/w3c/dom/CharacterData.d.ts +41 -0
- package/types/org/w3c/dom/Comment.d.ts +50 -0
- package/types/org/w3c/dom/Document.d.ts +39 -0
- package/types/org/w3c/dom/DocumentFragment.d.ts +41 -0
- package/types/org/w3c/dom/DocumentType.d.ts +40 -0
- package/types/org/w3c/dom/Element.d.ts +40 -0
- package/types/org/w3c/dom/EntityReference.d.ts +41 -0
- package/types/org/w3c/dom/ProcessingInstruction.d.ts +41 -0
- package/types/org/w3c/dom/Text.d.ts +50 -0
- package/types/org/xml/sax/XMLFilter.d.ts +19 -0
- package/types/oshi/hardware/common/AbstractBaseboard.d.ts +4 -0
- package/types/oshi/hardware/common/AbstractComputerSystem.d.ts +4 -0
- package/types/oshi/hardware/common/AbstractFirmware.d.ts +2 -0
- package/types/oshi/hardware/common/AbstractGlobalMemory.d.ts +5 -0
- package/types/oshi/hardware/common/AbstractHWDiskStore.d.ts +8 -0
- package/types/oshi/hardware/common/AbstractNetworkIF.d.ts +11 -0
- package/types/oshi/hardware/common/AbstractVirtualMemory.d.ts +6 -0
- package/types/oshi/jna/platform/linux/LinuxLibc.d.ts +40 -0
- package/types/oshi/jna/platform/unix/AixLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/CLibrary.d.ts +20 -0
- package/types/oshi/jna/platform/unix/FreeBsdLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/OpenBsdLibc.d.ts +37 -0
- package/types/oshi/jna/platform/unix/SolarisLibc.d.ts +37 -0
- package/types/oshi/software/common/AbstractFileSystem.d.ts +3 -0
- package/types/oshi/software/common/AbstractInternetProtocolStats.d.ts +2 -0
- package/types/oshi/software/common/AbstractNetworkParams.d.ts +2 -0
- package/types/oshi/software/common/AbstractOSFileStore.d.ts +9 -0
- package/types/oshi/software/common/AbstractOSProcess.d.ts +27 -0
- package/types/oshi/software/common/AbstractOSThread.d.ts +8 -0
- package/types/oshi/software/common/AbstractOperatingSystem.d.ts +15 -0
- package/types/sun/security/x509/GeneralNameInterface.d.ts +2 -0
- package/types/team/unnamed/mocha/runtime/Scope.d.ts +1 -0
|
@@ -6,6 +6,7 @@ import type { ILits } from '../../../../../../../../../net/fabricmc/loader/impl/
|
|
|
6
6
|
import type { Undoable } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/Undoable.d.ts'
|
|
7
7
|
import type { Constr } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts'
|
|
8
8
|
import type { IVecInt } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/IVecInt.d.ts'
|
|
9
|
+
import type { MandatoryLiteralListener } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/MandatoryLiteralListener.d.ts'
|
|
9
10
|
import type { Propagatable } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/Propagatable.d.ts'
|
|
10
11
|
import type { UnitPropagationListener } from '../../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/UnitPropagationListener.d.ts'
|
|
11
12
|
export abstract class WatchPbLong extends Object implements Serializable, Undoable, Constr, Propagatable {
|
|
@@ -32,6 +33,7 @@ export abstract class WatchPbLong extends Object implements Serializable, Undoab
|
|
|
32
33
|
equals(arg0: Object | null): boolean;
|
|
33
34
|
get(arg0: number): number;
|
|
34
35
|
getActivity(): number;
|
|
36
|
+
getAssertionLevel(arg0: IVecInt, arg1: number): number;
|
|
35
37
|
hashCode(): number;
|
|
36
38
|
incActivity(arg0: number): void;
|
|
37
39
|
isSatisfiable(): boolean;
|
|
@@ -39,6 +41,7 @@ export abstract class WatchPbLong extends Object implements Serializable, Undoab
|
|
|
39
41
|
learnt(): boolean;
|
|
40
42
|
locked(): boolean;
|
|
41
43
|
propagate(arg0: UnitPropagationListener, arg1: number): boolean;
|
|
44
|
+
propagatePI(arg0: MandatoryLiteralListener, arg1: number): boolean;
|
|
42
45
|
register(): void;
|
|
43
46
|
remove(arg0: UnitPropagationListener): void;
|
|
44
47
|
requiredNumberOfSatisfiedLiterals(): number;
|
|
@@ -1,5 +1,39 @@
|
|
|
1
|
+
import type { PrintWriter } from '../../../../../../../../java/io/PrintWriter.d.ts'
|
|
1
2
|
import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
|
|
2
3
|
import type { ICDCL } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/ICDCL.d.ts'
|
|
3
4
|
import type { IPBSolver } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/pb/IPBSolver.d.ts'
|
|
5
|
+
import type { ObjectiveFunction } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/pb/ObjectiveFunction.d.ts'
|
|
6
|
+
import type { Constr } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts'
|
|
7
|
+
import type { IConstr } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/IConstr.d.ts'
|
|
8
|
+
import type { IVecInt } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/IVecInt.d.ts'
|
|
4
9
|
export interface IPBCDCLSolver extends Object, ICDCL, IPBSolver{
|
|
10
|
+
addAtLeast(arg0: IVecInt, arg1: IVecInt, arg2: number): IConstr;
|
|
11
|
+
addAtMost(arg0: IVecInt, arg1: IVecInt, arg2: number): IConstr;
|
|
12
|
+
addAtMost(arg0: IVecInt, arg1: number): IConstr;
|
|
13
|
+
addClause(arg0: IVecInt): IConstr;
|
|
14
|
+
createBlockingClauseForCurrentModel(): IVecInt;
|
|
15
|
+
enqueue(arg0: number): boolean;
|
|
16
|
+
enqueue(arg0: number, arg1: Constr): boolean;
|
|
17
|
+
expireTimeout(): void;
|
|
18
|
+
getLogPrefix(): string;
|
|
19
|
+
getObjectiveFunction(): ObjectiveFunction;
|
|
20
|
+
getPropagationLevel(): number;
|
|
21
|
+
isSatisfiable(): boolean;
|
|
22
|
+
isSatisfiable(arg0: IVecInt): boolean;
|
|
23
|
+
isSatisfiable(arg0: IVecInt, arg1: boolean): boolean;
|
|
24
|
+
isVerbose(): boolean;
|
|
25
|
+
learn(arg0: Constr): void;
|
|
26
|
+
model(arg0: number): boolean;
|
|
27
|
+
nVars(): number;
|
|
28
|
+
nextFreeVarId(arg0: boolean): number;
|
|
29
|
+
primeImplicant(arg0: number): boolean;
|
|
30
|
+
printStat(arg0: PrintWriter, arg1: string): void;
|
|
31
|
+
removeConstr(arg0: IConstr): boolean;
|
|
32
|
+
removeSubsumedConstr(arg0: IConstr): boolean;
|
|
33
|
+
reset(): void;
|
|
34
|
+
setObjectiveFunction(arg0: ObjectiveFunction): void;
|
|
35
|
+
setTimeout(arg0: number): void;
|
|
36
|
+
unsatExplanation(): IVecInt;
|
|
37
|
+
unset(arg0: number): void;
|
|
38
|
+
varBumpActivity(arg0: number): void;
|
|
5
39
|
}
|
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
import type { BigInteger } from '../../../../../../../../java/math/BigInteger.d.ts'
|
|
2
2
|
import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
|
|
3
3
|
import type { DataStructureFactory } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/DataStructureFactory.d.ts'
|
|
4
|
+
import type { ILits } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/ILits.d.ts'
|
|
5
|
+
import type { Learner } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/Learner.d.ts'
|
|
4
6
|
import type { Constr } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/Constr.d.ts'
|
|
5
7
|
import type { IVec } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/IVec.d.ts'
|
|
6
8
|
import type { IVecInt } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/IVecInt.d.ts'
|
|
9
|
+
import type { UnitPropagationListener } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/specs/UnitPropagationListener.d.ts'
|
|
7
10
|
export interface PBDataStructureFactory extends Object, DataStructureFactory{
|
|
11
|
+
createCardinalityConstraint(arg0: IVecInt, arg1: number): Constr;
|
|
12
|
+
createClause(arg0: IVecInt): Constr;
|
|
8
13
|
createPseudoBooleanConstraint(arg0: IVecInt, arg1: IVec<BigInteger>, arg2: boolean, arg3: BigInteger): Constr;
|
|
14
|
+
createUnregisteredClause(arg0: IVecInt): Constr;
|
|
15
|
+
getVocabulary(): ILits;
|
|
16
|
+
learnConstraint(arg0: Constr): void;
|
|
17
|
+
reset(): void;
|
|
18
|
+
setLearner(arg0: Learner): void;
|
|
19
|
+
setUnitPropagationListener(arg0: UnitPropagationListener): void;
|
|
9
20
|
}
|
|
@@ -1,6 +1,18 @@
|
|
|
1
|
+
import type { PrintWriter } from '../../../../../../../../java/io/PrintWriter.d.ts'
|
|
1
2
|
import type { Object } from '../../../../../../../../java/lang/Object.d.ts'
|
|
3
|
+
import type { ILits } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/ILits.d.ts'
|
|
2
4
|
import type { IOrder } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/minisat/core/IOrder.d.ts'
|
|
3
5
|
import type { ObjectiveFunction } from '../../../../../../../../net/fabricmc/loader/impl/lib/sat4j/pb/ObjectiveFunction.d.ts'
|
|
4
6
|
export interface IOrderObjective extends Object, IOrder{
|
|
7
|
+
assignLiteral(arg0: number): void;
|
|
8
|
+
init(): void;
|
|
9
|
+
printStat(arg0: PrintWriter, arg1: string): void;
|
|
10
|
+
select(): number;
|
|
11
|
+
setLits(arg0: ILits): void;
|
|
5
12
|
setObjectiveFunction(arg0: ObjectiveFunction): void;
|
|
13
|
+
setVarDecay(arg0: number): void;
|
|
14
|
+
undo(arg0: number): void;
|
|
15
|
+
updateVar(arg0: number): void;
|
|
16
|
+
updateVarAtDecisionLevel(arg0: number): void;
|
|
17
|
+
varDecayActivity(): void;
|
|
6
18
|
}
|
|
@@ -5,10 +5,14 @@ import type { UnitPropagationListener } from '../../../../../../../net/fabricmc/
|
|
|
5
5
|
export interface Constr extends Object, IConstr{
|
|
6
6
|
assertConstraint(arg0: UnitPropagationListener): void;
|
|
7
7
|
calcReason(arg0: number, arg1: IVecInt): void;
|
|
8
|
+
canBePropagatedMultipleTimes(): boolean;
|
|
8
9
|
canBeSatisfiedByCountingLiterals(): boolean;
|
|
10
|
+
get(arg0: number): number;
|
|
11
|
+
getActivity(): number;
|
|
9
12
|
getAssertionLevel(arg0: IVecInt, arg1: number): number;
|
|
10
13
|
incActivity(arg0: number): void;
|
|
11
14
|
isSatisfied(): boolean;
|
|
15
|
+
learnt(): boolean;
|
|
12
16
|
locked(): boolean;
|
|
13
17
|
register(): void;
|
|
14
18
|
remove(arg0: UnitPropagationListener): void;
|
|
@@ -17,4 +21,5 @@ export interface Constr extends Object, IConstr{
|
|
|
17
21
|
setActivity(arg0: number): void;
|
|
18
22
|
setLearnt(): void;
|
|
19
23
|
simplify(): boolean;
|
|
24
|
+
size(): number;
|
|
20
25
|
}
|
|
@@ -7,4 +7,10 @@ export interface IOptimizationProblem extends Object, IProblem{
|
|
|
7
7
|
discardCurrentSolution(): void;
|
|
8
8
|
getObjectiveValue(): Number;
|
|
9
9
|
hasNoObjectiveFunction(): boolean;
|
|
10
|
+
isSatisfiable(): boolean;
|
|
11
|
+
isSatisfiable(arg0: IVecInt): boolean;
|
|
12
|
+
isSatisfiable(arg0: IVecInt, arg1: boolean): boolean;
|
|
13
|
+
model(arg0: number): boolean;
|
|
14
|
+
nVars(): number;
|
|
15
|
+
primeImplicant(arg0: number): boolean;
|
|
10
16
|
}
|
|
@@ -6,6 +6,7 @@ export interface IProblem extends Object, RandomAccessModel{
|
|
|
6
6
|
isSatisfiable(arg0: IVecInt): boolean;
|
|
7
7
|
isSatisfiable(arg0: IVecInt, arg1: boolean): boolean;
|
|
8
8
|
model(): number[];
|
|
9
|
+
model(arg0: number): boolean;
|
|
9
10
|
nVars(): number;
|
|
10
11
|
primeImplicant(): number[];
|
|
11
12
|
primeImplicant(arg0: number): boolean;
|
|
@@ -10,9 +10,15 @@ export interface ISolver extends Serializable, Object, IProblem{
|
|
|
10
10
|
createBlockingClauseForCurrentModel(): IVecInt;
|
|
11
11
|
expireTimeout(): void;
|
|
12
12
|
getLogPrefix(): string;
|
|
13
|
+
isSatisfiable(): boolean;
|
|
14
|
+
isSatisfiable(arg0: IVecInt): boolean;
|
|
15
|
+
isSatisfiable(arg0: IVecInt, arg1: boolean): boolean;
|
|
13
16
|
isVerbose(): boolean;
|
|
17
|
+
model(arg0: number): boolean;
|
|
14
18
|
modelWithInternalVariables(): number[];
|
|
19
|
+
nVars(): number;
|
|
15
20
|
nextFreeVarId(arg0: boolean): number;
|
|
21
|
+
primeImplicant(arg0: number): boolean;
|
|
16
22
|
printStat(arg0: PrintWriter, arg1: string): void;
|
|
17
23
|
removeConstr(arg0: IConstr): boolean;
|
|
18
24
|
removeSubsumedConstr(arg0: IConstr): boolean;
|
|
@@ -19,6 +19,7 @@ export interface SearchListener<S extends ISolverService> extends Serializable,
|
|
|
19
19
|
enqueueing(arg0: number, arg1: IConstr): void;
|
|
20
20
|
init(arg0: S): void;
|
|
21
21
|
learn(arg0: IConstr): void;
|
|
22
|
+
learnUnit(arg0: number): void;
|
|
22
23
|
propagating(arg0: number): void;
|
|
23
24
|
restarting(): void;
|
|
24
25
|
solutionFound(arg0: number[], arg1: RandomAccessModel): void;
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import type { Object } from '../../../../../../../java/lang/Object.d.ts'
|
|
2
|
+
import type { TrClass } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrClass.d.ts'
|
|
2
3
|
import type { TrMember } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrMember.d.ts'
|
|
4
|
+
import type { TrMember$MemberType } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrMember$MemberType.d.ts'
|
|
3
5
|
export interface TrField extends Object, TrMember{
|
|
6
|
+
getAccess(): number;
|
|
7
|
+
getDesc(): string;
|
|
8
|
+
getIndex(): number;
|
|
9
|
+
getName(): string;
|
|
10
|
+
getOwner(): TrClass;
|
|
11
|
+
getType(): TrMember$MemberType;
|
|
4
12
|
isField(): boolean;
|
|
5
13
|
isMethod(): boolean;
|
|
6
14
|
isPrivate(): boolean;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import type { Object } from '../../../../../../../java/lang/Object.d.ts'
|
|
2
|
+
import type { TrClass } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrClass.d.ts'
|
|
2
3
|
import type { TrLocal } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrLocal.d.ts'
|
|
3
4
|
import type { TrMember } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrMember.d.ts'
|
|
5
|
+
import type { TrMember$MemberType } from '../../../../../../../net/fabricmc/loader/impl/lib/tinyremapper/api/TrMember$MemberType.d.ts'
|
|
4
6
|
export interface TrMethod extends Object, TrMember{
|
|
7
|
+
getAccess(): number;
|
|
8
|
+
getDesc(): string;
|
|
9
|
+
getIndex(): number;
|
|
5
10
|
getLocals(): TrLocal[];
|
|
11
|
+
getName(): string;
|
|
12
|
+
getOwner(): TrClass;
|
|
13
|
+
getType(): TrMember$MemberType;
|
|
6
14
|
isAbstract(): boolean;
|
|
7
15
|
isBridge(): boolean;
|
|
8
16
|
isField(): boolean;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
|
+
import type { Version } from '../../../../../net/fabricmc/loader/api/Version.d.ts'
|
|
3
|
+
import type { ContactInformation } from '../../../../../net/fabricmc/loader/api/metadata/ContactInformation.d.ts'
|
|
2
4
|
import type { CustomValue } from '../../../../../net/fabricmc/loader/api/metadata/CustomValue.d.ts'
|
|
3
5
|
import type { ModDependency } from '../../../../../net/fabricmc/loader/api/metadata/ModDependency.d.ts'
|
|
6
|
+
import type { ModEnvironment } from '../../../../../net/fabricmc/loader/api/metadata/ModEnvironment.d.ts'
|
|
4
7
|
import type { ModMetadata } from '../../../../../net/fabricmc/loader/api/metadata/ModMetadata.d.ts'
|
|
5
8
|
export abstract class AbstractModMetadata extends Object implements ModMetadata {
|
|
6
9
|
static TYPE_BUILTIN: string;
|
|
@@ -10,8 +13,15 @@ export abstract class AbstractModMetadata extends Object implements ModMetadata
|
|
|
10
13
|
containsCustomValue(arg0: string): boolean;
|
|
11
14
|
getBreaks(): ModDependency[];
|
|
12
15
|
getConflicts(): ModDependency[];
|
|
16
|
+
getContact(): ContactInformation;
|
|
13
17
|
getCustomValue(arg0: string): CustomValue;
|
|
14
18
|
getDepends(): ModDependency[];
|
|
19
|
+
getDescription(): string;
|
|
20
|
+
getEnvironment(): ModEnvironment;
|
|
21
|
+
getId(): string;
|
|
22
|
+
getName(): string;
|
|
15
23
|
getRecommends(): ModDependency[];
|
|
16
24
|
getSuggests(): ModDependency[];
|
|
25
|
+
getType(): string;
|
|
26
|
+
getVersion(): Version;
|
|
17
27
|
}
|
|
@@ -2,6 +2,7 @@ import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
|
2
2
|
import type { Number } from '../../../../../java/lang/Number.d.ts'
|
|
3
3
|
import type { Map$Entry } from '../../../../../java/util/Map$Entry.d.ts'
|
|
4
4
|
import type { CustomValue } from '../../../../../net/fabricmc/loader/api/metadata/CustomValue.d.ts'
|
|
5
|
+
import type { CustomValue$CvType } from '../../../../../net/fabricmc/loader/api/metadata/CustomValue$CvType.d.ts'
|
|
5
6
|
import type { JsonReader } from '../../../../../net/fabricmc/loader/impl/lib/gson/JsonReader.d.ts'
|
|
6
7
|
export abstract class CustomValueImpl extends Object implements CustomValue {
|
|
7
8
|
static readCustomValue(paramarg0: JsonReader): CustomValue;
|
|
@@ -11,4 +12,5 @@ export abstract class CustomValueImpl extends Object implements CustomValue {
|
|
|
11
12
|
getAsNumber(): Number;
|
|
12
13
|
getAsObject(): Map$Entry<string, CustomValue>[];
|
|
13
14
|
getAsString(): string;
|
|
15
|
+
getType(): CustomValue$CvType;
|
|
14
16
|
}
|
|
@@ -1,21 +1,34 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
import type { EnvType } from '../../../../../net/fabricmc/api/EnvType.d.ts'
|
|
3
3
|
import type { Version } from '../../../../../net/fabricmc/loader/api/Version.d.ts'
|
|
4
|
+
import type { ContactInformation } from '../../../../../net/fabricmc/loader/api/metadata/ContactInformation.d.ts'
|
|
5
|
+
import type { CustomValue } from '../../../../../net/fabricmc/loader/api/metadata/CustomValue.d.ts'
|
|
4
6
|
import type { ModDependency } from '../../../../../net/fabricmc/loader/api/metadata/ModDependency.d.ts'
|
|
7
|
+
import type { ModEnvironment } from '../../../../../net/fabricmc/loader/api/metadata/ModEnvironment.d.ts'
|
|
5
8
|
import type { EntrypointMetadata } from '../../../../../net/fabricmc/loader/impl/metadata/EntrypointMetadata.d.ts'
|
|
6
9
|
import type { NestedJarEntry } from '../../../../../net/fabricmc/loader/impl/metadata/NestedJarEntry.d.ts'
|
|
7
10
|
import type { LoaderModMetadata as LoaderModMetadata_2 } from '../../../../../net/fabricmc/loader/metadata/LoaderModMetadata.d.ts'
|
|
8
11
|
export interface LoaderModMetadata extends Object, LoaderModMetadata_2{
|
|
12
|
+
containsCustomElement(arg0: string): boolean;
|
|
13
|
+
containsCustomValue(arg0: string): boolean;
|
|
9
14
|
emitFormatWarnings(): void;
|
|
10
15
|
getClassTweaker(): string;
|
|
16
|
+
getContact(): ContactInformation;
|
|
17
|
+
getCustomValue(arg0: string): CustomValue;
|
|
18
|
+
getDescription(): string;
|
|
11
19
|
getEntrypointKeys(): string[];
|
|
12
20
|
getEntrypoints(arg0: string): EntrypointMetadata[];
|
|
21
|
+
getEnvironment(): ModEnvironment;
|
|
22
|
+
getId(): string;
|
|
13
23
|
getJars(): NestedJarEntry[];
|
|
14
24
|
getLanguageAdapterDefinitions(): { [key: string]: string };
|
|
15
25
|
getMixinConfigs(arg0: EnvType): string[];
|
|
26
|
+
getName(): string;
|
|
16
27
|
getOldInitializers(): string[];
|
|
17
28
|
getOldStyleLanguageAdapter(): string;
|
|
18
29
|
getSchemaVersion(): number;
|
|
30
|
+
getType(): string;
|
|
31
|
+
getVersion(): Version;
|
|
19
32
|
loadsInEnvironment(arg0: EnvType): boolean;
|
|
20
33
|
setDependencies(arg0: ModDependency[]): void;
|
|
21
34
|
setVersion(arg0: Version): void;
|
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
2
2
|
import type { EnvType } from '../../../../net/fabricmc/api/EnvType.d.ts'
|
|
3
|
+
import type { Version } from '../../../../net/fabricmc/loader/api/Version.d.ts'
|
|
4
|
+
import type { ContactInformation } from '../../../../net/fabricmc/loader/api/metadata/ContactInformation.d.ts'
|
|
5
|
+
import type { CustomValue } from '../../../../net/fabricmc/loader/api/metadata/CustomValue.d.ts'
|
|
3
6
|
import type { ModDependency } from '../../../../net/fabricmc/loader/api/metadata/ModDependency.d.ts'
|
|
7
|
+
import type { ModEnvironment } from '../../../../net/fabricmc/loader/api/metadata/ModEnvironment.d.ts'
|
|
4
8
|
import type { ModMetadata } from '../../../../net/fabricmc/loader/api/metadata/ModMetadata.d.ts'
|
|
5
9
|
import type { EntrypointMetadata } from '../../../../net/fabricmc/loader/metadata/EntrypointMetadata.d.ts'
|
|
6
10
|
export interface LoaderModMetadata extends Object, ModMetadata{
|
|
11
|
+
containsCustomElement(arg0: string): boolean;
|
|
12
|
+
containsCustomValue(arg0: string): boolean;
|
|
7
13
|
getBreaks(): ModDependency[];
|
|
8
14
|
getConflicts(): ModDependency[];
|
|
15
|
+
getContact(): ContactInformation;
|
|
16
|
+
getCustomValue(arg0: string): CustomValue;
|
|
9
17
|
getDepends(): ModDependency[];
|
|
18
|
+
getDescription(): string;
|
|
10
19
|
getEntrypointKeys(): string[];
|
|
11
20
|
getEntrypoints(arg0: string): EntrypointMetadata[];
|
|
21
|
+
getEnvironment(): ModEnvironment;
|
|
22
|
+
getId(): string;
|
|
23
|
+
getName(): string;
|
|
12
24
|
getRecommends(): ModDependency[];
|
|
13
25
|
getSuggests(): ModDependency[];
|
|
26
|
+
getType(): string;
|
|
27
|
+
getVersion(): Version;
|
|
14
28
|
loadsInEnvironment(arg0: EnvType): boolean;
|
|
15
29
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { OptionalInt } from '../../../../../java/util/OptionalInt.d.ts'
|
|
1
2
|
import type { BooleanSupplier } from '../../../../../java/util/function/BooleanSupplier.d.ts'
|
|
2
3
|
import type { DoubleSupplier } from '../../../../../java/util/function/DoubleSupplier.d.ts'
|
|
3
4
|
import type { IntSupplier } from '../../../../../java/util/function/IntSupplier.d.ts'
|
|
@@ -8,6 +9,8 @@ import type { DynamicUniformHolder } from '../../../../../net/irisshaders/iris/g
|
|
|
8
9
|
import type { FloatSupplier } from '../../../../../net/irisshaders/iris/gl/uniform/FloatSupplier.d.ts'
|
|
9
10
|
import type { LocationalUniformHolder } from '../../../../../net/irisshaders/iris/gl/uniform/LocationalUniformHolder.d.ts'
|
|
10
11
|
import type { Uniform } from '../../../../../net/irisshaders/iris/gl/uniform/Uniform.d.ts'
|
|
12
|
+
import type { UniformHolder } from '../../../../../net/irisshaders/iris/gl/uniform/UniformHolder.d.ts'
|
|
13
|
+
import type { UniformType } from '../../../../../net/irisshaders/iris/gl/uniform/UniformType.d.ts'
|
|
11
14
|
import type { UniformUpdateFrequency } from '../../../../../net/irisshaders/iris/gl/uniform/UniformUpdateFrequency.d.ts'
|
|
12
15
|
import type { Matrix3fc } from '../../../../../org/joml/Matrix3fc.d.ts'
|
|
13
16
|
import type { Matrix4fc } from '../../../../../org/joml/Matrix4fc.d.ts'
|
|
@@ -20,6 +23,9 @@ import type { Vector4f } from '../../../../../org/joml/Vector4f.d.ts'
|
|
|
20
23
|
import type { Vector4i } from '../../../../../org/joml/Vector4i.d.ts'
|
|
21
24
|
export interface DynamicLocationalUniformHolder extends Object, DynamicUniformHolder, LocationalUniformHolder {
|
|
22
25
|
addDynamicUniform(arg0: Uniform, arg1: ValueUpdateNotifier): DynamicLocationalUniformHolder;
|
|
26
|
+
addUniform(arg0: UniformUpdateFrequency, arg1: Uniform): LocationalUniformHolder;
|
|
27
|
+
externallyManagedUniform(arg0: string, arg1: UniformType): UniformHolder;
|
|
28
|
+
location(arg0: string, arg1: UniformType): OptionalInt;
|
|
23
29
|
uniform1b(arg0: UniformUpdateFrequency, arg1: string, arg2: () => boolean): LocationalUniformHolder;
|
|
24
30
|
uniform1f(arg0: string, arg1: () => number, arg2: ValueUpdateNotifier): DynamicLocationalUniformHolder;
|
|
25
31
|
uniform1f(arg0: UniformUpdateFrequency, arg1: string, arg2: () => number): LocationalUniformHolder;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { BooleanSupplier } from '../../../../../java/util/function/BooleanSupplier.d.ts'
|
|
1
2
|
import type { DoubleSupplier } from '../../../../../java/util/function/DoubleSupplier.d.ts'
|
|
2
3
|
import type { IntSupplier } from '../../../../../java/util/function/IntSupplier.d.ts'
|
|
3
4
|
import type { Supplier } from '../../../../../java/util/function/Supplier.d.ts'
|
|
@@ -5,6 +6,8 @@ import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
|
5
6
|
import type { ValueUpdateNotifier } from '../../../../../net/irisshaders/iris/gl/state/ValueUpdateNotifier.d.ts'
|
|
6
7
|
import type { FloatSupplier } from '../../../../../net/irisshaders/iris/gl/uniform/FloatSupplier.d.ts'
|
|
7
8
|
import type { UniformHolder } from '../../../../../net/irisshaders/iris/gl/uniform/UniformHolder.d.ts'
|
|
9
|
+
import type { UniformType } from '../../../../../net/irisshaders/iris/gl/uniform/UniformType.d.ts'
|
|
10
|
+
import type { UniformUpdateFrequency } from '../../../../../net/irisshaders/iris/gl/uniform/UniformUpdateFrequency.d.ts'
|
|
8
11
|
import type { Matrix3fc } from '../../../../../org/joml/Matrix3fc.d.ts'
|
|
9
12
|
import type { Matrix4fc } from '../../../../../org/joml/Matrix4fc.d.ts'
|
|
10
13
|
import type { Vector2f } from '../../../../../org/joml/Vector2f.d.ts'
|
|
@@ -13,6 +16,8 @@ import type { Vector3f } from '../../../../../org/joml/Vector3f.d.ts'
|
|
|
13
16
|
import type { Vector4f } from '../../../../../org/joml/Vector4f.d.ts'
|
|
14
17
|
import type { Vector4i } from '../../../../../org/joml/Vector4i.d.ts'
|
|
15
18
|
export interface DynamicUniformHolder extends Object, UniformHolder {
|
|
19
|
+
externallyManagedUniform(arg0: string, arg1: UniformType): UniformHolder;
|
|
20
|
+
uniform1b(arg0: UniformUpdateFrequency, arg1: string, arg2: () => boolean): UniformHolder;
|
|
16
21
|
uniform1f(arg0: string, arg1: () => number, arg2: ValueUpdateNotifier): DynamicUniformHolder;
|
|
17
22
|
uniform1i(arg0: string, arg1: () => number, arg2: ValueUpdateNotifier): DynamicUniformHolder;
|
|
18
23
|
uniform2f(arg0: string, arg1: () => Vector2f, arg2: ValueUpdateNotifier): DynamicUniformHolder;
|
|
@@ -18,6 +18,7 @@ import type { Vector3i } from '../../../../../org/joml/Vector3i.d.ts'
|
|
|
18
18
|
import type { Vector4f } from '../../../../../org/joml/Vector4f.d.ts'
|
|
19
19
|
export interface LocationalUniformHolder extends Object, UniformHolder {
|
|
20
20
|
addUniform(arg0: UniformUpdateFrequency, arg1: Uniform): LocationalUniformHolder;
|
|
21
|
+
externallyManagedUniform(arg0: string, arg1: UniformType): UniformHolder;
|
|
21
22
|
location(arg0: string, arg1: UniformType): OptionalInt;
|
|
22
23
|
uniform1b(arg0: UniformUpdateFrequency, arg1: string, arg2: () => boolean): LocationalUniformHolder;
|
|
23
24
|
uniform1f(arg0: UniformUpdateFrequency, arg1: string, arg2: () => number): LocationalUniformHolder;
|
|
@@ -1,9 +1,60 @@
|
|
|
1
|
+
import type { GpuTextureView } from '../../../../com/mojang/blaze3d/textures/GpuTextureView.d.ts'
|
|
2
|
+
import type { OptionalInt } from '../../../../java/util/OptionalInt.d.ts'
|
|
1
3
|
import type { Object } from '../../../../java/lang/Object.d.ts'
|
|
4
|
+
import type { DHCompat } from '../../../../net/irisshaders/iris/compat/dh/DHCompat.d.ts'
|
|
5
|
+
import type { FeatureFlags } from '../../../../net/irisshaders/iris/features/FeatureFlags.d.ts'
|
|
6
|
+
import type { LevelRendererAccessor } from '../../../../net/irisshaders/iris/mixin/LevelRendererAccessor.d.ts'
|
|
7
|
+
import type { WorldRenderingPhase } from '../../../../net/irisshaders/iris/pipeline/WorldRenderingPhase.d.ts'
|
|
2
8
|
import type { WorldRenderingPipeline } from '../../../../net/irisshaders/iris/pipeline/WorldRenderingPipeline.d.ts'
|
|
3
9
|
import type { ShaderMap } from '../../../../net/irisshaders/iris/pipeline/programs/ShaderMap.d.ts'
|
|
10
|
+
import type { SodiumPrograms } from '../../../../net/irisshaders/iris/pipeline/programs/SodiumPrograms.d.ts'
|
|
11
|
+
import type { CloudSetting } from '../../../../net/irisshaders/iris/shaderpack/properties/CloudSetting.d.ts'
|
|
12
|
+
import type { ParticleRenderingSettings } from '../../../../net/irisshaders/iris/shaderpack/properties/ParticleRenderingSettings.d.ts'
|
|
4
13
|
import type { FrameUpdateNotifier } from '../../../../net/irisshaders/iris/uniforms/FrameUpdateNotifier.d.ts'
|
|
14
|
+
import type { Camera } from '../../../../net/minecraft/client/Camera.d.ts'
|
|
15
|
+
import type { DebugScreenDisplayer } from '../../../../net/minecraft/client/gui/components/debug/DebugScreenDisplayer.d.ts'
|
|
16
|
+
import type { CameraRenderState } from '../../../../net/minecraft/client/renderer/state/level/CameraRenderState.d.ts'
|
|
5
17
|
export interface ShaderRenderingPipeline extends Object, WorldRenderingPipeline{
|
|
18
|
+
addDebugText(arg0: DebugScreenDisplayer): void;
|
|
19
|
+
allowConcurrentCompute(): boolean;
|
|
20
|
+
beginHand(): void;
|
|
21
|
+
beginLevelRendering(): void;
|
|
22
|
+
beginTranslucents(): void;
|
|
23
|
+
destroy(): void;
|
|
24
|
+
finalizeGameRendering(): void;
|
|
25
|
+
finalizeLevelRendering(): void;
|
|
26
|
+
getAlbedoTex(): number;
|
|
27
|
+
getCloudSetting(): CloudSetting;
|
|
28
|
+
getCurrentNormalTexture(): number;
|
|
29
|
+
getCurrentSpecularTexture(): number;
|
|
30
|
+
getDHCompat(): DHCompat;
|
|
31
|
+
getForcedShadowRenderDistanceChunksForDisplay(): OptionalInt;
|
|
6
32
|
getFrameUpdateNotifier(): FrameUpdateNotifier;
|
|
33
|
+
getParticleRenderingSettings(): ParticleRenderingSettings;
|
|
34
|
+
getPhase(): WorldRenderingPhase;
|
|
7
35
|
getShaderMap(): ShaderMap;
|
|
36
|
+
getSodiumPrograms(): SodiumPrograms;
|
|
37
|
+
getSunPathRotation(): number;
|
|
38
|
+
hasFeature(arg0: FeatureFlags): boolean;
|
|
39
|
+
onBeginClear(): void;
|
|
40
|
+
onSetAlbedoTex(arg0: GpuTextureView): void;
|
|
41
|
+
renderShadows(arg0: LevelRendererAccessor, arg1: Camera, arg2: CameraRenderState): void;
|
|
42
|
+
setIsMainBound(arg0: boolean): void;
|
|
43
|
+
setOverridePhase(arg0: WorldRenderingPhase): void;
|
|
44
|
+
setPhase(arg0: WorldRenderingPhase): void;
|
|
45
|
+
shouldDisableDirectionalShading(): boolean;
|
|
46
|
+
shouldDisableFrustumCulling(): boolean;
|
|
47
|
+
shouldDisableOcclusionCulling(): boolean;
|
|
48
|
+
shouldDisableVanillaEntityShadows(): boolean;
|
|
8
49
|
shouldOverrideShaders(): boolean;
|
|
50
|
+
shouldRenderMoon(): boolean;
|
|
51
|
+
shouldRenderSkyDisc(): boolean;
|
|
52
|
+
shouldRenderStars(): boolean;
|
|
53
|
+
shouldRenderSun(): boolean;
|
|
54
|
+
shouldRenderUnderwaterOverlay(): boolean;
|
|
55
|
+
shouldRenderVignette(): boolean;
|
|
56
|
+
shouldRenderWeather(): boolean;
|
|
57
|
+
shouldRenderWeatherParticles(): boolean;
|
|
58
|
+
shouldWriteRainAndSnowToDepthBuffer(): boolean;
|
|
59
|
+
supportsEndFlash(): boolean;
|
|
9
60
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
import type { TriView } from '../../../../../net/irisshaders/iris/vertices/views/TriView.d.ts'
|
|
3
3
|
export interface QuadView extends Object, TriView{
|
|
4
|
+
u(arg0: number): number;
|
|
5
|
+
v(arg0: number): number;
|
|
6
|
+
x(arg0: number): number;
|
|
7
|
+
y(arg0: number): number;
|
|
8
|
+
z(arg0: number): number;
|
|
4
9
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
2
2
|
import type { PolygonView } from '../../../../../net/irisshaders/iris/vertices/views/PolygonView.d.ts'
|
|
3
3
|
export interface TriView extends Object, PolygonView{
|
|
4
|
+
u(arg0: number): number;
|
|
5
|
+
v(arg0: number): number;
|
|
6
|
+
x(arg0: number): number;
|
|
7
|
+
y(arg0: number): number;
|
|
8
|
+
z(arg0: number): number;
|
|
4
9
|
}
|
|
@@ -31,6 +31,8 @@ export class KeyMapping extends Object implements Comparable<KeyMapping>, KeyMap
|
|
|
31
31
|
// private order: number;
|
|
32
32
|
compareTo(o: KeyMapping): number;
|
|
33
33
|
consumeClick(): boolean;
|
|
34
|
+
fabric_getBoundKey(): InputConstants$Key;
|
|
35
|
+
fabric_getTimesPressed(): number;
|
|
34
36
|
getCategory(): KeyMapping$Category;
|
|
35
37
|
getDefaultKey(): InputConstants$Key;
|
|
36
38
|
getName(): string;
|
|
@@ -266,6 +266,7 @@ export class Minecraft extends ReentrantBlockableEventLoop<() => void> implement
|
|
|
266
266
|
allowsTelemetry(): boolean;
|
|
267
267
|
// private archiveProfilingReport(systemReport: SystemReport, profilingResultPaths: Path[][]): Path[];
|
|
268
268
|
// private buildInitialScreens(cookie: Minecraft$GameLoadCookie): () => void;
|
|
269
|
+
callStartUseItem(): void;
|
|
269
270
|
canInterruptScreen(): boolean;
|
|
270
271
|
canSwitchGameMode(): boolean;
|
|
271
272
|
clearClientLevel(screen: Screen): void;
|
|
@@ -334,6 +335,7 @@ export class Minecraft extends ReentrantBlockableEventLoop<() => void> implement
|
|
|
334
335
|
getMusicVolume(): number;
|
|
335
336
|
getNarrator(): GameNarrator;
|
|
336
337
|
getOverlay(): Overlay;
|
|
338
|
+
getPendingConnection(): Connection;
|
|
337
339
|
getPerTickGizmos(): SimpleGizmoCollector$GizmoInstance[];
|
|
338
340
|
getPlayerSocialManager(): PlayerSocialManager;
|
|
339
341
|
getProfileKeyPairManager(): ProfileKeyPairManager;
|
|
@@ -55,6 +55,8 @@ export class MouseHandler extends Object implements IMouseKeyboardHandlers, Mous
|
|
|
55
55
|
// private onScroll(handle: number, xoffset: number, yoffset: number): void;
|
|
56
56
|
releaseMouse(): void;
|
|
57
57
|
setIgnoreFirstMove(): void;
|
|
58
|
+
setLastClick(arg0: MouseHandler$LastClick): void;
|
|
59
|
+
setLastClickButton(arg0: number): void;
|
|
58
60
|
setup(window: Window): void;
|
|
59
61
|
// private simulateRightClick(info: MouseButtonInfo, pressed: boolean): MouseButtonInfo;
|
|
60
62
|
// private turnPlayer(mousea: number): void;
|
|
@@ -319,6 +319,7 @@ export class Options extends Object implements OptionsAccessor {
|
|
|
319
319
|
showAutosaveIndicator(): OptionInstance<boolean>;
|
|
320
320
|
showSubtitles(): OptionInstance<boolean>;
|
|
321
321
|
simulationDistance(): OptionInstance<number>;
|
|
322
|
+
sodium$initialExclusiveFullscreen(): boolean;
|
|
322
323
|
soundDevice(): OptionInstance<string>;
|
|
323
324
|
sprintWindow(): OptionInstance<number>;
|
|
324
325
|
telemetryOptInExtra(): OptionInstance<boolean>;
|
|
@@ -105,6 +105,11 @@ export class Gui extends Object implements MixinGuiAccessor, GuiAccessor {
|
|
|
105
105
|
// private extractTitle(graphics: GuiGraphicsExtractor, deltaTracker: DeltaTracker): void;
|
|
106
106
|
// private extractVehicleHealth(graphics: GuiGraphicsExtractor): void;
|
|
107
107
|
// private extractVignette(graphics: GuiGraphicsExtractor, camera: Entity): void;
|
|
108
|
+
fabric$callGetCameraPlayer(): Player;
|
|
109
|
+
fabric$callGetHeartCount(arg0: LivingEntity): number;
|
|
110
|
+
fabric$callGetHeartRows(arg0: number): number;
|
|
111
|
+
fabric$callGetRiddenEntity(): LivingEntity;
|
|
112
|
+
fabric$getRenderHealthValue(): number;
|
|
108
113
|
// private getAirBubbleYLine(vehicleHearts: number, yLineAir: number): number;
|
|
109
114
|
getBossOverlay(): BossHealthOverlay;
|
|
110
115
|
// private getCameraPlayer(): Player;
|
|
@@ -57,6 +57,7 @@ export abstract class AbstractWidget extends Object implements AccessorAbstractW
|
|
|
57
57
|
getRectangle(): ScreenRectangle;
|
|
58
58
|
getRight(): number;
|
|
59
59
|
getTabOrderGroup(): number;
|
|
60
|
+
getTooltip(): WidgetTooltipHolder;
|
|
60
61
|
getWidth(): number;
|
|
61
62
|
getX(): number;
|
|
62
63
|
getY(): number;
|
|
@@ -58,12 +58,17 @@ export class ChatComponent extends Object implements MixinChatComponentAccessor,
|
|
|
58
58
|
extractRenderState(graphics: GuiGraphicsExtractor, font: Font, ticks: number, mouseX: number, mouseY: number, displayMode: ChatComponent$DisplayMode, changeCursorOnInsertions: boolean): void;
|
|
59
59
|
// private extractRenderState(graphics: ChatComponent$ChatGraphicsAccess, screenHeight: number, ticks: number, displayMode: ChatComponent$DisplayMode): void;
|
|
60
60
|
// private forEachLine(alphaCalculator: (param0: GuiMessage$Line) => number, lineConsumer: (param0: GuiMessage$Line, param1: number, param2: number) => void): number;
|
|
61
|
+
getChatScrollbarPos(): number;
|
|
61
62
|
// private getHeight(): number;
|
|
62
63
|
// private getLineHeight(): number;
|
|
63
64
|
getLinesPerPage(): number;
|
|
64
65
|
getRecentChat(): string[];
|
|
65
66
|
// private getScale(): number;
|
|
66
67
|
// private getWidth(): number;
|
|
68
|
+
invokeGetLineHeight(): number;
|
|
69
|
+
invokeGetLinesPerPage(): number;
|
|
70
|
+
invokeGetScale(): number;
|
|
71
|
+
invokeGetWidth(): number;
|
|
67
72
|
isChatFocused(): boolean;
|
|
68
73
|
liquidbounce_getChatY(): number;
|
|
69
74
|
logChatMessage(message: GuiMessage): void;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
import type { RenderPipeline } from '../../../../../com/mojang/blaze3d/pipeline/RenderPipeline.d.ts'
|
|
2
|
+
import type { GpuTextureView } from '../../../../../com/mojang/blaze3d/textures/GpuTextureView.d.ts'
|
|
1
3
|
import type { VertexConsumer } from '../../../../../com/mojang/blaze3d/vertex/VertexConsumer.d.ts'
|
|
2
4
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
5
|
+
import type { Font$DisplayMode } from '../../../../../net/minecraft/client/gui/Font$DisplayMode.d.ts'
|
|
3
6
|
import type { TextRenderable$Styled } from '../../../../../net/minecraft/client/gui/font/TextRenderable$Styled.d.ts'
|
|
7
|
+
import type { RenderType } from '../../../../../net/minecraft/client/renderer/rendertype/RenderType.d.ts'
|
|
8
|
+
import type { Style } from '../../../../../net/minecraft/network/chat/Style.d.ts'
|
|
4
9
|
import type { Matrix4fc } from '../../../../../org/joml/Matrix4fc.d.ts'
|
|
5
10
|
export interface PlainTextRenderable extends Object, TextRenderable$Styled{
|
|
6
11
|
activeBottom(): number;
|
|
@@ -10,13 +15,17 @@ export interface PlainTextRenderable extends Object, TextRenderable$Styled{
|
|
|
10
15
|
ascent(): number;
|
|
11
16
|
bottom(): number;
|
|
12
17
|
color(): number;
|
|
18
|
+
guiPipeline(): RenderPipeline;
|
|
13
19
|
height(): number;
|
|
14
20
|
left(): number;
|
|
15
21
|
render(pose: Matrix4fc, buffer: VertexConsumer, packedLightCoords: number, flat: boolean): void;
|
|
16
22
|
renderSprite(pose: Matrix4fc, buffer: VertexConsumer, packedLightCoords: number, offsetX: number, offsetY: number, z: number, color: number): void;
|
|
23
|
+
renderType(displayMode: Font$DisplayMode): RenderType;
|
|
17
24
|
right(): number;
|
|
18
25
|
shadowColor(): number;
|
|
19
26
|
shadowOffset(): number;
|
|
27
|
+
style(): Style;
|
|
28
|
+
textureView(): GpuTextureView;
|
|
20
29
|
top(): number;
|
|
21
30
|
width(): number;
|
|
22
31
|
x(): number;
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
import type { RenderPipeline } from '../../../../../com/mojang/blaze3d/pipeline/RenderPipeline.d.ts'
|
|
2
|
+
import type { GpuTextureView } from '../../../../../com/mojang/blaze3d/textures/GpuTextureView.d.ts'
|
|
3
|
+
import type { VertexConsumer } from '../../../../../com/mojang/blaze3d/vertex/VertexConsumer.d.ts'
|
|
1
4
|
import type { Object } from '../../../../../java/lang/Object.d.ts'
|
|
5
|
+
import type { Font$DisplayMode } from '../../../../../net/minecraft/client/gui/Font$DisplayMode.d.ts'
|
|
2
6
|
import type { ActiveArea } from '../../../../../net/minecraft/client/gui/font/ActiveArea.d.ts'
|
|
3
7
|
import type { TextRenderable } from '../../../../../net/minecraft/client/gui/font/TextRenderable.d.ts'
|
|
8
|
+
import type { RenderType } from '../../../../../net/minecraft/client/renderer/rendertype/RenderType.d.ts'
|
|
9
|
+
import type { Style } from '../../../../../net/minecraft/network/chat/Style.d.ts'
|
|
10
|
+
import type { Matrix4fc } from '../../../../../org/joml/Matrix4fc.d.ts'
|
|
4
11
|
export interface TextRenderable$Styled extends Object, ActiveArea, TextRenderable{
|
|
5
12
|
activeBottom(): number;
|
|
6
13
|
activeLeft(): number;
|
|
7
14
|
activeRight(): number;
|
|
8
15
|
activeTop(): number;
|
|
16
|
+
bottom(): number;
|
|
17
|
+
guiPipeline(): RenderPipeline;
|
|
18
|
+
left(): number;
|
|
19
|
+
render(pose: Matrix4fc, buffer: VertexConsumer, packedLightCoords: number, flat: boolean): void;
|
|
20
|
+
renderType(displayMode: Font$DisplayMode): RenderType;
|
|
21
|
+
right(): number;
|
|
22
|
+
style(): Style;
|
|
23
|
+
textureView(): GpuTextureView;
|
|
24
|
+
top(): number;
|
|
9
25
|
}
|