public interface RenderLayer
| Modifier and Type | Field and Description |
|---|---|
static RenderLayer |
BACKGROUND
Convenience render layer for background.
|
static RenderLayer |
BOTTOM
Note: this is the lowest layer that can be used.
|
static RenderLayer |
DEFAULT
Default render layer for entities with no specified
render layer.
|
static RenderLayer |
TOP
Note: this is the highest layer that can be used.
|
| 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 DEFAULT
static final RenderLayer TOP
static final RenderLayer BOTTOM
static final RenderLayer BACKGROUND
Copyright © 2018. All rights reserved.