Uses of Enum Class
net.neoforged.neoforge.client.event.RegisterGuiLayersEvent.Ordering
Packages that use RegisterGuiLayersEvent.Ordering
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RegisterGuiLayersEvent.Ordering in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event that return RegisterGuiLayersEvent.OrderingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RegisterGuiLayersEvent.Ordering[]
RegisterGuiLayersEvent.Ordering.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.client.event with parameters of type RegisterGuiLayersEvent.OrderingModifier and TypeMethodDescriptionprivate void
RegisterGuiLayersEvent.register
(RegisterGuiLayersEvent.Ordering ordering, @Nullable ResourceLocation other, ResourceLocation key, LayeredDraw.Layer layer)