JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.BombingGames.WurfelEngine.Core.Map
Interface Generator
All Known Implementing Classes:
AirGenerator
,
BlockTestGenerator
,
IslandGenerator
public interface
Generator
An interface for a map generator.
Author:
Benedikt Vogler
Method Summary
Methods
Modifier and Type
Method and Description
int
generate
(int x, int y, int z)
Define which block should appear at which coordinate.
Method Detail
generate
int generate(int x, int y, int z)
Define which block should appear at which coordinate.
Parameters:
x
- absolute coord
y
- absolute coord
z
- absolute coord
Returns:
the block which belongs to the given coordinates
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method