Package de.darkatra.bfme2.map.blendtile
Class CliffTextureMapping
-
- All Implemented Interfaces:
public final class CliffTextureMapping
-
-
Field Summary
Fields Modifier and Type Field Description private final UInttextureTileprivate final Vector2bottomLeftCoordsprivate final Vector2bottomRightCoordsprivate final Vector2topRightCoordsprivate final Vector2topLeftCoordsprivate final UShortunknown2
-
Constructor Summary
Constructors Constructor Description CliffTextureMapping(UInt textureTile, Vector2 bottomLeftCoords, Vector2 bottomRightCoords, Vector2 topRightCoords, Vector2 topLeftCoords, UShort unknown2)
-
Method Summary
Modifier and Type Method Description final UIntgetTextureTile()final Vector2getBottomLeftCoords()final Vector2getBottomRightCoords()final Vector2getTopRightCoords()final Vector2getTopLeftCoords()final UShortgetUnknown2()-
-
Method Detail
-
getTextureTile
final UInt getTextureTile()
-
getBottomLeftCoords
final Vector2 getBottomLeftCoords()
-
getBottomRightCoords
final Vector2 getBottomRightCoords()
-
getTopRightCoords
final Vector2 getTopRightCoords()
-
getTopLeftCoords
final Vector2 getTopLeftCoords()
-
getUnknown2
final UShort getUnknown2()
-
-
-
-