| Package | Description |
|---|---|
| net.glowstone | |
| net.glowstone.generator.structures | |
| net.glowstone.io | |
| net.glowstone.io.nbt | |
| net.glowstone.io.structure |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GlowStructure> |
GlowWorld.getStructures() |
| Modifier and Type | Class and Description |
|---|---|
class |
GlowTemple
Desert temple, jungle temple, or witch hut.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GlowStructure> |
StructureDataService.readStructuresData()
Reads the structures data from storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructureDataService.writeStructuresData(Map<Integer,GlowStructure> structures)
Write the structures data to storage.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,GlowStructure> |
NbtStructureDataService.readStructuresData() |
| Modifier and Type | Method and Description |
|---|---|
void |
NbtStructureDataService.writeStructuresData(Map<Integer,GlowStructure> structures) |
| Modifier and Type | Class and Description |
|---|---|
class |
StructureStore<T extends GlowStructure>
The base for structure store classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GlowStructure |
StructureStorage.loadStructure(GlowWorld world,
CompoundTag compound)
Load a structure in the given world from the given data tag.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureStore<GlowStructure> |
StructureStorage.saveStructure(GlowStructure structure,
CompoundTag compound)
Save a structure data to the given compound tag.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureStore<GlowStructure> |
StructureStorage.saveStructure(GlowStructure structure,
CompoundTag compound)
Save a structure data to the given compound tag.
|
Copyright © 2021. All rights reserved.