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
IChunkLoader
call
in interface Callable<byte[]>
call
in interface IChunkLoader
Exception
public 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 IChunkLoader
Copyright © 2020. All rights reserved.