Package com.prineside.luaj.mapping.parts
Class LJ_GDX.TiledMapTile_BZ.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX.TiledMapTile_BZ.LIP
- All Implemented Interfaces:
com.badlogic.gdx.maps.tiled.TiledMapTile,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX.TiledMapTile_BZ
public static class LJ_GDX.TiledMapTile_BZ.LIP
extends InterfaceProxy
implements com.badlogic.gdx.maps.tiled.TiledMapTile
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.badlogic.gdx.maps.tiled.TiledMapTile
com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.maps.tiled.TiledMapTile.BlendModeintgetId()com.badlogic.gdx.maps.MapObjectsfloatfloatcom.badlogic.gdx.maps.MapPropertiescom.badlogic.gdx.graphics.g2d.TextureRegionvoidsetBlendMode(com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode p1) Sets theTiledMapTile.BlendModeto use for rendering the tilevoidsetId(int p1) voidsetOffsetX(float p1) Set the amount to offset the x position when rendering the tilevoidsetOffsetY(float p1) Set the amount to offset the y position when rendering the tilevoidsetTextureRegion(com.badlogic.gdx.graphics.g2d.TextureRegion p1) Sets the texture region used to render the tileMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
getBlendMode
public com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode getBlendMode()- Specified by:
getBlendModein interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- the
TiledMapTile.BlendModeto use for rendering the tile
-
getId
public int getId()- Specified by:
getIdin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
getObjects
public com.badlogic.gdx.maps.MapObjects getObjects()- Specified by:
getObjectsin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- collection of objects contained in the tile
-
getOffsetX
public float getOffsetX()- Specified by:
getOffsetXin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- the amount to offset the x position when rendering the tile
-
getOffsetY
public float getOffsetY()- Specified by:
getOffsetYin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- the amount to offset the y position when rendering the tile
-
getProperties
public com.badlogic.gdx.maps.MapProperties getProperties()- Specified by:
getPropertiesin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- tile's properties set
-
getTextureRegion
public com.badlogic.gdx.graphics.g2d.TextureRegion getTextureRegion()- Specified by:
getTextureRegionin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Returns:
- texture region used to render the tile
-
setBlendMode
public void setBlendMode(com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTileSets theTiledMapTile.BlendModeto use for rendering the tile- Specified by:
setBlendModein interfacecom.badlogic.gdx.maps.tiled.TiledMapTile- Parameters:
p1- the blend mode to use for rendering the tile
-
setId
public void setId(int p1) - Specified by:
setIdin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
setOffsetX
public void setOffsetX(float p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTileSet the amount to offset the x position when rendering the tile- Specified by:
setOffsetXin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
setOffsetY
public void setOffsetY(float p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTileSet the amount to offset the y position when rendering the tile- Specified by:
setOffsetYin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
setTextureRegion
public void setTextureRegion(com.badlogic.gdx.graphics.g2d.TextureRegion p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTileSets the texture region used to render the tile- Specified by:
setTextureRegionin interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-