Class ContainerScreenEvent.Render.Background

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
ContainerScreenEvent.Render

public static class ContainerScreenEvent.Render.Background extends ContainerScreenEvent.Render
Fired after the container screen's background layer and elements are drawn. This can be used for rendering new background elements.

This event is not cancellable, and does not have a result.

This event is fired on the main Forge event bus, only on the logical client.