public class ChunkLoaderV0 extends Object implements IChunkLoader
| Modifier and Type | Method and Description |
|---|---|
byte[] |
call()
Perform the chunk loading.
|
static IChunkLoader |
create(Chunk input,
LoaderContext context) |
static ChunkInfo |
getInfo(Chunk input,
long position) |
long |
getTimestamp() |
public byte[] call()
throws Exception
IChunkLoadercall in interface Callable<byte[]>call in interface IChunkLoaderExceptionpublic static IChunkLoader create(Chunk input, LoaderContext context) throws IOException, CouldNotLoadRecordingException
public static ChunkInfo getInfo(Chunk input, long position) throws IOException, CouldNotLoadRecordingException
public long getTimestamp()
getTimestamp in interface IChunkLoaderCopyright © 2020. All rights reserved.