Uses of Enum Class
net.minecraftforge.client.event.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
Modifier 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.Modifier and TypeMethodDescriptionprivate void
RegisterGuiOverlaysEvent.register
(@NotNull RegisterGuiOverlaysEvent.Ordering ordering, @Nullable ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay)