Uses of Record Class
net.minecraft.class_9226
Packages that use class_9226
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of class_9226 in net.minecraft
Fields in net.minecraft with type parameters of type class_9226Modifier and TypeFieldDescriptionprivate final List<class_9226>class_9223.field_49029static final PacketCodec<ByteBuf,class_9226> class_9226.field_49035private final Map<class_9226,String> class_9247.field_49125private final Optional<class_9226>class_9224.knownPackInfoThe field for theknownPackInforecord component.private final Optional<class_9226>class_9248.knownPackInfoThe field for theknownPackInforecord component.private final List<class_9226>class_9220.knownPacksThe field for theknownPacksrecord component.private final List<class_9226>class_9250.knownPacksThe field for theknownPacksrecord component.Methods in net.minecraft that return class_9226Methods in net.minecraft that return types with arguments of type class_9226Modifier and TypeMethodDescriptionclass_9224.knownPackInfo()Returns the value of theknownPackInforecord component.class_9248.knownPackInfo()Returns the value of theknownPackInforecord component.class_9220.knownPacks()Returns the value of theknownPacksrecord component.class_9250.knownPacks()Returns the value of theknownPacksrecord component.class_9247.method_57049(List<class_9226> list) Method parameters in net.minecraft with type arguments of type class_9226Modifier and TypeMethodDescriptionvoidclass_9223.method_56923(List<class_9226> list, Consumer<Packet<?>> consumer) private voidclass_9223.method_56925(Consumer<Packet<?>> consumer, Set<class_9226> set) class_9247.method_57049(List<class_9226> list) Constructor parameters in net.minecraft with type arguments of type class_9226ModifierConstructorDescriptionclass_9220(List<class_9226> list) class_9223(List<class_9226> list, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries) class_9224(String string, Text text, ResourcePackSource resourcePackSource, Optional<class_9226> optional) class_9248(Optional<class_9226> optional, com.mojang.serialization.Lifecycle lifecycle) class_9250(List<class_9226> list) -
Uses of class_9226 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_9226Modifier and TypeFieldDescriptionprivate static final Function<Optional<class_9226>,class_9248> RegistryLoader.field_49025Method parameters in net.minecraft.registry with type arguments of type class_9226Modifier and TypeMethodDescriptionstatic voidSerializableRegistries.forEachSyncedRegistry(com.mojang.serialization.DynamicOps<NbtElement> nbtOps, DynamicRegistryManager registryManager, Set<class_9226> set, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.SerializedRegistryEntry>> biConsumer) private static <T> voidSerializableRegistries.serialize(com.mojang.serialization.DynamicOps<NbtElement> nbtOps, RegistryLoader.Entry<T> entry, DynamicRegistryManager registryManager, Set<class_9226> set, BiConsumer<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.SerializedRegistryEntry>> biConsumer) -
Uses of class_9226 in net.minecraft.resource
Fields in net.minecraft.resource declared as class_9226Methods in net.minecraft.resource that return types with arguments of type class_9226Modifier and TypeMethodDescriptiondefault Optional<class_9226>ResourcePack.method_56929()Resource.method_56936()