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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode
int
getId()
com.badlogic.gdx.maps.MapObjects
float
float
com.badlogic.gdx.maps.MapProperties
com.badlogic.gdx.graphics.g2d.TextureRegion
void
setBlendMode
(com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode p1) Sets theTiledMapTile.BlendMode
to use for rendering the tilevoid
setId
(int p1) void
setOffsetX
(float p1) Set the amount to offset the x position when rendering the tilevoid
setOffsetY
(float p1) Set the amount to offset the y position when rendering the tilevoid
setTextureRegion
(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:
getBlendMode
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
- Returns:
- the
TiledMapTile.BlendMode
to use for rendering the tile
-
getId
public int getId()- Specified by:
getId
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
getObjects
public com.badlogic.gdx.maps.MapObjects getObjects()- Specified by:
getObjects
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
- Returns:
- collection of objects contained in the tile
-
getOffsetX
public float getOffsetX()- Specified by:
getOffsetX
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
- Returns:
- the amount to offset the x position when rendering the tile
-
getOffsetY
public float getOffsetY()- Specified by:
getOffsetY
in 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:
getProperties
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
- Returns:
- tile's properties set
-
getTextureRegion
public com.badlogic.gdx.graphics.g2d.TextureRegion getTextureRegion()- Specified by:
getTextureRegion
in 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.TiledMapTile
Sets theTiledMapTile.BlendMode
to use for rendering the tile- Specified by:
setBlendMode
in 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:
setId
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
setOffsetX
public void setOffsetX(float p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTile
Set the amount to offset the x position when rendering the tile- Specified by:
setOffsetX
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-
setOffsetY
public void setOffsetY(float p1) Description copied from interface:com.badlogic.gdx.maps.tiled.TiledMapTile
Set the amount to offset the y position when rendering the tile- Specified by:
setOffsetY
in 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.TiledMapTile
Sets the texture region used to render the tile- Specified by:
setTextureRegion
in interfacecom.badlogic.gdx.maps.tiled.TiledMapTile
-