Package net.regsirius06.engine.core.walls
package net.regsirius06.engine.core.walls
Provides implementations of
WallState representing different types of walls
within the labyrinth system.
This package defines various wall states, including:
Default- A standard wall with a defined absorption coefficient.Empty- An empty space, representing the absence of a wall.End- A boundary wall marking the limits of the world.Light- A special type of wall that acts as a light source.
Each implementation provides specific behavior regarding whether the wall is solid, transparent, or generable, as well as defining its color and absorption properties.
- See Also: