public interface RenderLayer
| Modifier and Type | Field and Description |
|---|---|
static RenderLayer |
BACKGROUND
Render layer for background.
|
static RenderLayer |
TOP
Default render layer for entities with no specified
render layer.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
asString() |
int |
index()
Returns index value for this layer.
|
String |
name()
Returns a human readable name for this layer.
|
static final RenderLayer TOP
static final RenderLayer BACKGROUND
Copyright © 2018. All rights reserved.