Uses of Interface
net.minecraft.class_7876
Packages that use class_7876
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of class_7876 in net.minecraft
Classes in net.minecraft that implement class_7876Fields in net.minecraft declared as class_7876Fields in net.minecraft with type parameters of type class_7876Modifier and TypeFieldDescriptionprivate final Set<class_7876<?>>class_7877.class_7879.field_40944Methods in net.minecraft with parameters of type class_7876Modifier and TypeMethodDescriptiondefault booleanclass_7876.method_46767(class_7876<T> class_7876) booleanclass_7877.class_7879.method_46767(class_7876<Object> class_7876) voidclass_7877.class_7878.method_46795(class_7876<?> class_7876) voidclass_7877.class_7879.method_46801(class_7876<?> class_7876) Constructors in net.minecraft with parameters of type class_7876ModifierConstructorDescriptionprotectedclass_7880(class_7876<T> class_7876) class_7885(class_7876<Object> class_7876) -
Uses of class_7876 in net.minecraft.command
Subinterfaces of class_7876 in net.minecraft.commandClasses in net.minecraft.command that implement class_7876 -
Uses of class_7876 in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as class_7876Modifier and TypeFieldDescriptionprivate final class_7876<T>RegistryOps.class_7862.ownerThe field for theownerrecord component.Methods in net.minecraft.util.dynamic that return class_7876Modifier and TypeMethodDescriptionRegistryOps.class_7862.owner()Returns the value of theownerrecord component.Methods in net.minecraft.util.dynamic that return types with arguments of type class_7876Modifier and TypeMethodDescription<E> Optional<class_7876<E>>RegistryOps.method_46628(RegistryKey<? extends Registry<? extends E>> registryKey) Constructors in net.minecraft.util.dynamic with parameters of type class_7876ModifierConstructorDescriptionclass_7862(class_7876<T> class_7876, class_7871<T> class_7871, com.mojang.serialization.Lifecycle lifecycle) -
Uses of class_7876 in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as class_7876Modifier and TypeFieldDescriptionprivate final class_7876<T>RegistryEntry.Reference.field_40930private final class_7876<T>RegistryEntryList.Named.field_40936Methods in net.minecraft.util.registry that return class_7876Methods in net.minecraft.util.registry with parameters of type class_7876Modifier and TypeMethodDescriptionstatic <T> RegistryEntry.Reference<T>RegistryEntry.Reference.intrusive(class_7876<T> class_7876, T value) Deprecated.Intrusive holders exist for legacy reasons only.booleanRegistryEntry.Direct.method_46745(class_7876<T> class_7876) booleanRegistryEntry.method_46745(class_7876<T> class_7876) booleanRegistryEntry.Reference.method_46745(class_7876<T> class_7876) booleanRegistryEntryList.ListBacked.method_46768(class_7876<T> class_7876) booleanRegistryEntryList.method_46768(class_7876<T> class_7876) booleanRegistryEntryList.Named.method_46768(class_7876<T> class_7876) static <T> RegistryEntryList.Named<T>RegistryEntryList.of(class_7876<T> class_7876, TagKey<T> tagKey) Deprecated.static <T> RegistryEntry.Reference<T>RegistryEntry.Reference.standAlone(class_7876<T> class_7876, RegistryKey<T> registryKey) Returns a new stand-alone registry entry.Constructors in net.minecraft.util.registry with parameters of type class_7876ModifierConstructorDescription(package private)Named(class_7876<T> class_7876, TagKey<T> tag) privateReference(RegistryEntry.Reference.Type referenceType, class_7876<T> class_7876, @Nullable RegistryKey<T> registryKey, T value)