public class BlockConnectionStorage extends StoredObject
| Constructor and Description |
|---|
BlockConnectionStorage(UserConnection user) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
get(int x,
int y,
int z) |
void |
remove(int x,
int y,
int z) |
void |
store(int x,
int y,
int z,
int blockState) |
void |
unloadChunk(int x,
int z) |
getUserpublic BlockConnectionStorage(UserConnection user)
Copyright © 2016–2021. All rights reserved.