Class ServerSchematicLoader.SchematicUploadEntry
java.lang.Object
com.simibubi.create.content.schematics.ServerSchematicLoader.SchematicUploadEntry
- Enclosing class:
- ServerSchematicLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongintnet.minecraft.core.BlockPoslongnet.minecraft.world.level.Level -
Constructor Summary
ConstructorsConstructorDescriptionSchematicUploadEntry(OutputStream stream, long totalBytes, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos tablePos) -
Method Summary
-
Field Details
-
world
public net.minecraft.world.level.Level world -
tablePos
public net.minecraft.core.BlockPos tablePos -
stream
-
bytesUploaded
public long bytesUploaded -
totalBytes
public long totalBytes -
idleTime
public int idleTime
-
-
Constructor Details
-
SchematicUploadEntry
public SchematicUploadEntry(OutputStream stream, long totalBytes, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos tablePos)
-