- RADIUS - Static variable in class com.BombingGames.WurfelEngine.Core.Gameobjects.ExplosiveBarrel
-
Defines the radius of the explosion.
- raytracing() - Static method in class com.BombingGames.WurfelEngine.Core.Camera
-
Filters every Block (and side) wich is not visible.
- readMapInfo(String) - Static method in class com.BombingGames.WurfelEngine.Core.Map.Chunk
-
reads the map info file and sets the size of the chunk
- reload() - Method in class com.BombingGames.WurfelEngine.shooting.Weapon
-
- render(float) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicMainMenu
-
- render(Camera, BitmapFont, SpriteBatch, ShapeRenderer) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicMenuItem
-
Renders the menu item.
- render(float) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicOptionsScreen
-
- render(boolean) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.MenuView
-
renders the scene
- render(View, Camera) - Method in class com.BombingGames.WurfelEngine.Core.Camera
-
Renders the viewport
- render(View) - Method in class com.BombingGames.WurfelEngine.Core.DevTools
-
Renders the diagramm
- render(View, Camera, AbstractPosition) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Draws an object in the color of the light engine and with the lightlevel.
- render(View, Camera, AbstractPosition, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Draws an object in the color of the light engine and with the lightlevel.
- render(View, Camera, AbstractPosition, Color) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Draws an object if it is not hidden and not clipped.
- render(View, Camera, AbstractPosition, Color, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Draws an object if it is not hidden and not clipped.
- render(View, int, int) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Renders at a custom position with the global light.
- render(View, int, int, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Renders at a custom position with the global light.
- render(View, int, int, Color, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Renders at a custom position with a custom light.
- render(View, Camera, AbstractPosition) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
- render(View, int, int) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Render the whole block at a custom position and checks for clipping and hidden.
- render(View, int, int, Color, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
- render(View, int, int, Color, float, boolean) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Renders the whole block at a custom position with a scale.
- render(float) - Method in class com.BombingGames.WurfelEngine.Core.GameplayScreen
-
- render(View) - Method in class com.BombingGames.WurfelEngine.Core.LightEngine.LightEngine
-
Shows the data of the light engine in diagramms.
- render(float) - Method in class com.BombingGames.WurfelEngine.Core.Loading.LoadingScreen
-
- render(View) - Method in class com.BombingGames.WurfelEngine.Core.Map.Minimap
-
Renders the Minimap.
- render(View) - Method in class com.BombingGames.WurfelEngine.Core.MsgSystem
-
Draws the Messages
- render() - Method in class com.BombingGames.WurfelEngine.Core.View
-
Main method which is called every time and renders everything.
- render() - Method in class com.BombingGames.WurfelEngine.MapEditor.MapEditorView
-
- render(View) - Method in class com.BombingGames.WurfelEngine.MapEditor.Navigation
-
- renderBig(View, int, int) - Method in class com.BombingGames.WurfelEngine.shooting.Weapon
-
Renders a big version of the image
- renderData(boolean) - Method in class com.BombingGames.WurfelEngine.Core.LightEngine.LightEngine
-
Should diagrams be rendered showing the data of the LE.
- RenderDataDTO - Class in com.BombingGames.WurfelEngine.Core
-
Saves the information for the rendering.
- RenderDataDTO(AbstractGameObject, AbstractPosition) - Constructor for class com.BombingGames.WurfelEngine.Core.RenderDataDTO
-
Create an Renderobject with a regular Block in the map
- renderSide(View, Camera, AbstractPosition, int, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Render a side of a block at the position of the coordinates.
- renderSide(View, Camera, AbstractPosition, int, Color, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Render a side of a block at the position of the coordinates.
- renderSide(View, int, int, int) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Ignores lightlevel.
- renderSide(View, int, int, int, Color, float) - Method in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
Draws a side of a block at a custom position.
- requestRecalc() - Static method in class com.BombingGames.WurfelEngine.Core.Controller
-
Informs the map that a recalc is requested.
- resetDrawCalls() - Static method in class com.BombingGames.WurfelEngine.Core.Gameobjects.AbstractGameObject
-
Reset couner for this frame
- resetInputProcessors() - Static method in class com.BombingGames.WurfelEngine.Core.View
-
Resets the input processors.
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicMainMenu
-
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicOptionsScreen
-
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.Camera
-
Should be called when resized
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.GameplayScreen
-
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.Loading.LoadingScreen
-
- resize(int, int) - Method in class com.BombingGames.WurfelEngine.Core.View
-
should be called when the window get resized
- resume() - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicMainMenu
-
- resume() - Method in class com.BombingGames.WurfelEngine.Core.BasicMainMenu.BasicOptionsScreen
-
- resume() - Method in class com.BombingGames.WurfelEngine.Core.GameplayScreen
-
- resume() - Method in class com.BombingGames.WurfelEngine.Core.Loading.LoadingScreen
-
- RIGHTSIDE - Static variable in class com.BombingGames.WurfelEngine.Core.Gameobjects.Block
-
The id of the right side of a block.