OffsetTileTexture

public final class OffsetTileTexture<T extends Object> implements TileTexture<T>

Functions

equals
Link copied to clipboard
Boolean equals(Object other)
getHeight
Link copied to clipboard
Integer getHeight()
getTexture
Link copied to clipboard
T getTexture()
getWidth
Link copied to clipboard
Integer getWidth()
getXOffset
Link copied to clipboard
final Integer getXOffset()
getYOffset
Link copied to clipboard
final Integer getYOffset()
hashCode
Link copied to clipboard
Integer hashCode()
toString
Link copied to clipboard
String toString()

Properties

height
Link copied to clipboard
private final Integer height
texture
Link copied to clipboard
private final T texture
width
Link copied to clipboard
private final Integer width
xOffset
Link copied to clipboard
private final Integer xOffset
yOffset
Link copied to clipboard
private final Integer yOffset

Sources

(source)
Link copied to clipboard