Uses of Class
org.collebol.shared.GameLocation
Packages that use GameLocation
Package
Description
-
Uses of GameLocation in org.collebol.client.audio
Methods in org.collebol.client.audio with parameters of type GameLocationModifier and TypeMethodDescriptionvoidCameraSoundPlayer.playSound(int id, GameLocation location) Plays a sound at the specified game location relative to the camera position -
Uses of GameLocation in org.collebol.client.gui.graphics
Methods in org.collebol.client.gui.graphics that return GameLocationModifier and TypeMethodDescriptionCamera.getGameLocation()This method will convert the position as Vector2D to the GameLocation where the origin point is pointed at.Methods in org.collebol.client.gui.graphics with parameters of type GameLocationModifier and TypeMethodDescriptionvoidCamera.setGameLocation(GameLocation location) This method will set the GameLocation to a Panel (Vector2D) position where the origin point is pointed at. -
Uses of GameLocation in org.collebol.client.gui.graphics.renderer
Methods in org.collebol.client.gui.graphics.renderer with parameters of type GameLocationModifier and TypeMethodDescriptionCameraRenderer.TextBuilder.location(GameLocation location) voidCameraRenderer.renderLight(int id, GameLocation location, float radius, float[] color) Render light relative to the camera. -
Uses of GameLocation in org.collebol.client.input
Methods in org.collebol.client.input that return GameLocation -
Uses of GameLocation in org.collebol.client.math
Methods in org.collebol.client.math that return GameLocationModifier and TypeMethodDescriptionCameraCalculator.getGameLocationFromPanelPosition(Vector2D position) This calculates method will calculate the current GameLocation on the given Vector2D cords.Methods in org.collebol.client.math with parameters of type GameLocationModifier and TypeMethodDescriptionCameraCalculator.getPanelPositionFromGameLocation(GameLocation gameLocation) This method calculates the Panel position on screen from a given GameLocation. -
Uses of GameLocation in org.collebol.game.world
Methods in org.collebol.game.world with parameters of type GameLocationModifier and TypeMethodDescriptionWorldLoader.loadRenderDistanceChunkFileFromLocation(GameLocation gameLocation)