Class ServerSchematicLoader.SchematicUploadEntry

java.lang.Object
com.simibubi.create.content.schematics.ServerSchematicLoader.SchematicUploadEntry
Enclosing class:
ServerSchematicLoader

public class ServerSchematicLoader.SchematicUploadEntry extends Object
  • Field Details

    • world

      public net.minecraft.world.level.Level world
    • tablePos

      public net.minecraft.core.BlockPos tablePos
    • stream

      public OutputStream 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)