Uses of Class
org.rspeer.game.event.RenderLayer
-
Packages that use RenderLayer Package Description org.rspeer.game.event -
-
Uses of RenderLayer in org.rspeer.game.event
Methods in org.rspeer.game.event that return RenderLayer Modifier and Type Method Description RenderLayer
RenderEvent. getLayer()
RenderLayer
value()
static RenderLayer
RenderLayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderLayer[]
RenderLayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rspeer.game.event with parameters of type RenderLayer Constructor Description RenderEvent(Graphics source, RenderLayer layer)
-