Uses of Record Class
net.minecraft.class_9248
Packages that use class_9248
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9248 in net.minecraft
Fields in net.minecraft declared as class_9248 -
Uses of class_9248 in net.minecraft.registry
Fields in net.minecraft.registry declared as class_9248Fields in net.minecraft.registry with type parameters of type class_9248Modifier and TypeFieldDescriptionprivate static final Function<Optional<VersionedIdentifier>,class_9248> RegistryLoader.field_49025private final Map<RegistryKey<T>,class_9248> SimpleRegistry.field_49135Methods in net.minecraft.registry that return types with arguments of type class_9248Modifier and TypeMethodDescriptionRegistry.method_57058(RegistryKey<T> registryKey) SimpleRegistry.method_57058(RegistryKey<T> registryKey) Methods in net.minecraft.registry with parameters of type class_9248Modifier and TypeMethodDescriptionMutableRegistry.add(RegistryKey<T> key, T value, class_9248 class_9248) SimpleDefaultedRegistry.add(RegistryKey<T> key, T value, class_9248 class_9248) SimpleRegistry.add(RegistryKey<T> key, T value, class_9248 class_9248) private static <E> voidRegistryLoader.method_56915(MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> registryOps, RegistryKey<E> registryKey, Resource resource, class_9248 class_9248)