public interface ScrollingTextureData
DefaultTextureTypes.SCROLLING texture type.
An instance can be created using the builder provided by builder().
Created 28/04/2023 by SuperMartijn642
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScrollingTextureData.Builder |
static class |
ScrollingTextureData.LoopType |
static class |
ScrollingTextureData.Position |
| Modifier and Type | Method and Description |
|---|---|
static ScrollingTextureData.Builder |
builder()
Creates a builder for scrolling texture data.
|
ScrollingTextureData.Position |
getEndPosition() |
int |
getFrameHeight() |
int |
getFrameTime() |
int |
getFrameWidth() |
int |
getLoopPause() |
ScrollingTextureData.LoopType |
getLoopType() |
ScrollingTextureData.Position |
getStartPosition() |
static ScrollingTextureData.Builder builder()
ScrollingTextureData.Position getStartPosition()
ScrollingTextureData.Position getEndPosition()
int getFrameTime()
int getFrameWidth()
int getFrameHeight()
ScrollingTextureData.LoopType getLoopType()
int getLoopPause()