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