public class BlockStorage extends Object
| Constructor and Description |
|---|
BlockStorage() |
BlockStorage(com.github.steveice10.packetlib.io.NetInput in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BlockState |
get(int x,
int y,
int z) |
int |
getBitsPerEntry() |
List<BlockState> |
getStates() |
FlexibleStorage |
getStorage() |
int |
hashCode() |
boolean |
isEmpty() |
void |
set(int x,
int y,
int z,
BlockState state) |
String |
toString() |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
public BlockStorage()
public BlockStorage(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionpublic int getBitsPerEntry()
public List<BlockState> getStates()
public FlexibleStorage getStorage()
public BlockState get(int x, int y, int z)
public void set(int x,
int y,
int z,
BlockState state)
public boolean isEmpty()
Copyright © 2020. All rights reserved.