Interface ScrollingTextureData
- All Known Implementing Classes:
ScrollingTextureDataImpl
public interface ScrollingTextureData
Stores data for the
DefaultTextureTypes.SCROLLING texture type.
An instance can be created using the builder provided by builder().
Created 28/04/2023 by SuperMartijn642
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic ScrollingTextureData.Builderbuilder()Creates a builder for scrolling texture data.intintintint
-
Method Details
-
builder
Creates a builder for scrolling texture data. -
getStartPosition
ScrollingTextureData.Position getStartPosition() -
getEndPosition
ScrollingTextureData.Position getEndPosition() -
getFrameTime
int getFrameTime() -
getFrameWidth
int getFrameWidth() -
getFrameHeight
int getFrameHeight() -
getLoopType
ScrollingTextureData.LoopType getLoopType() -
getLoopPause
int getLoopPause()
-