Uses of Record Class
net.minecraft.server.packs.repository.KnownPack
Packages that use KnownPack
Package
Description
-
Uses of KnownPack in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type KnownPackMethods in net.minecraft.client.multiplayer that return types with arguments of type KnownPackMethod parameters in net.minecraft.client.multiplayer with type arguments of type KnownPack -
Uses of KnownPack in net.minecraft.core
Fields in net.minecraft.core with type parameters of type KnownPackModifier and TypeFieldDescriptionRegistrationInfo.knownPackInfo
The field for theknownPackInfo
record component.Methods in net.minecraft.core that return types with arguments of type KnownPackModifier and TypeMethodDescriptionRegistrationInfo.knownPackInfo()
Returns the value of theknownPackInfo
record component.Method parameters in net.minecraft.core with type arguments of type KnownPackModifier and TypeMethodDescriptionstatic void
RegistrySynchronization.packRegistries
(com.mojang.serialization.DynamicOps<Tag> p_321796_, RegistryAccess p_321733_, Set<KnownPack> p_326143_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321539_) private static <T> void
RegistrySynchronization.packRegistry
(com.mojang.serialization.DynamicOps<Tag> p_321608_, RegistryDataLoader.RegistryData<T> p_321701_, RegistryAccess p_321717_, Set<KnownPack> p_326432_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321724_) Constructor parameters in net.minecraft.core with type arguments of type KnownPackModifierConstructorDescriptionRegistrationInfo
(Optional<KnownPack> knownPackInfo, com.mojang.serialization.Lifecycle lifecycle) Creates an instance of aRegistrationInfo
record class. -
Uses of KnownPack in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type KnownPackModifier and TypeFieldDescriptionClientboundSelectKnownPacks.knownPacks
The field for theknownPacks
record component.ServerboundSelectKnownPacks.knownPacks
The field for theknownPacks
record component.Methods in net.minecraft.network.protocol.configuration that return types with arguments of type KnownPackModifier and TypeMethodDescriptionClientboundSelectKnownPacks.knownPacks()
Returns the value of theknownPacks
record component.ServerboundSelectKnownPacks.knownPacks()
Returns the value of theknownPacks
record component.Constructor parameters in net.minecraft.network.protocol.configuration with type arguments of type KnownPackModifierConstructorDescriptionClientboundSelectKnownPacks
(List<KnownPack> knownPacks) Creates an instance of aClientboundSelectKnownPacks
record class.ServerboundSelectKnownPacks
(List<KnownPack> knownPacks) Creates an instance of aServerboundSelectKnownPacks
record class. -
Uses of KnownPack in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type KnownPackModifier and TypeFieldDescriptionprivate static final Function
<Optional<KnownPack>, RegistrationInfo> RegistryDataLoader.REGISTRATION_INFO_CACHE
-
Uses of KnownPack in net.minecraft.server.network.config
Fields in net.minecraft.server.network.config with type parameters of type KnownPackMethod parameters in net.minecraft.server.network.config with type arguments of type KnownPackModifier and TypeMethodDescriptionvoid
SynchronizeRegistriesTask.handleResponse
(List<KnownPack> p_326076_, Consumer<Packet<?>> p_326167_) private void
SynchronizeRegistriesTask.sendRegistries
(Consumer<Packet<?>> p_325923_, Set<KnownPack> p_326322_) Constructor parameters in net.minecraft.server.network.config with type arguments of type KnownPackModifierConstructorDescriptionSynchronizeRegistriesTask
(List<KnownPack> p_326209_, LayeredRegistryAccess<RegistryLayer> p_326049_) -
Uses of KnownPack in net.minecraft.server.packs
Fields in net.minecraft.server.packs with type parameters of type KnownPackModifier and TypeFieldDescriptionPackLocationInfo.knownPackInfo
The field for theknownPackInfo
record component.Methods in net.minecraft.server.packs that return types with arguments of type KnownPackModifier and TypeMethodDescriptionPackLocationInfo.knownPackInfo()
Returns the value of theknownPackInfo
record component.PackResources.knownPackInfo()
Constructor parameters in net.minecraft.server.packs with type arguments of type KnownPackModifierConstructorDescriptionPackLocationInfo
(String id, Component title, PackSource source, Optional<KnownPack> knownPackInfo) Creates an instance of aPackLocationInfo
record class. -
Uses of KnownPack in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as KnownPackFields in net.minecraft.server.packs.repository with type parameters of type KnownPackModifier and TypeFieldDescriptionstatic final StreamCodec
<io.netty.buffer.ByteBuf, KnownPack> KnownPack.STREAM_CODEC
Methods in net.minecraft.server.packs.repository that return KnownPack -
Uses of KnownPack in net.minecraft.server.packs.resources
Methods in net.minecraft.server.packs.resources that return types with arguments of type KnownPack