Uses of Enum Class
net.minecraft.registry.entry.RegistryEntry.Type
Packages that use RegistryEntry.Type
-
Uses of RegistryEntry.Type in net.minecraft.registry.entry
Methods in net.minecraft.registry.entry 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.Type
Returns 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.