public class ServerSchematicLoader.SchematicUploadEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
bytesUploaded |
int |
idleTime |
java.io.OutputStream |
stream |
net.minecraft.util.math.BlockPos |
tablePos |
long |
totalBytes |
net.minecraft.world.World |
world |
| Constructor and Description |
|---|
SchematicUploadEntry(java.io.OutputStream stream,
long totalBytes,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos tablePos) |