Uses of Enum Class
net.minecraft.util.registry.RegistryEntry.Type
Packages that use RegistryEntry.Type
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryEntry.Type in net.minecraft.util.registry
Methods in net.minecraft.util.registry that return RegistryEntry.TypeModifier and TypeMethodDescriptionRegistryEntry.Direct.getType()Returns the type (direct or reference) of this registry entry.RegistryEntry.getType()Returns the type (direct or reference) of this registry entry.RegistryEntry.Reference.getType()Returns the type (direct or reference) of this registry entry.static RegistryEntry.TypeReturns the enum constant of this class with the specified name.static RegistryEntry.Type[]RegistryEntry.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.