|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DungeonChunkType | |
---|---|
com.aranai.dungeonator.dungeonchunk |
Uses of DungeonChunkType in com.aranai.dungeonator.dungeonchunk |
---|
Fields in com.aranai.dungeonator.dungeonchunk declared as DungeonChunkType | |
---|---|
private DungeonChunkType |
DungeonChunk.type
Chunk type |
Methods in com.aranai.dungeonator.dungeonchunk that return DungeonChunkType | |
---|---|
DungeonChunkType |
IDungeonChunk.getType()
Gets the DungeonChunkType for the chunk. |
DungeonChunkType |
DungeonChunk.getType()
|
static DungeonChunkType |
DungeonChunkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DungeonChunkType[] |
DungeonChunkType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.aranai.dungeonator.dungeonchunk with parameters of type DungeonChunkType | |
---|---|
void |
IDungeonChunk.setType(DungeonChunkType type)
Sets the DungeonChunkType for the chunk. |
void |
DungeonChunk.setType(DungeonChunkType type)
|
Constructors in com.aranai.dungeonator.dungeonchunk with parameters of type DungeonChunkType | |
---|---|
DungeonChunk(DungeonChunkType type)
Instantiates a new dungeon chunk with a specified DungeonChunkType. |
|
DungeonChunk(DungeonChunkType type,
java.lang.String world,
int x,
int z,
org.bukkit.Chunk chunk)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |