VoxelGenerator
class VoxelGenerator
The listener generator for the Voxel system.
public class VoxelGenerator
extends Component
— Constructors (1) —
| Constructor | Description |
|---|---|
| VoxelGenerator() | Creates a new VoxelGenerator. |
— Methods (2) —
| Name | Description |
|---|---|
| void setListener(Component listener) | Sets the current listener for the VoxelGenerator. |
| void removeListener() | Removes the current listener from the VoxelGenerator. |