Interface StructureBlockCornerAbstract

All Superinterfaces:
StructureBlockAbstract
All Known Subinterfaces:
StructureBlockConstructionAbstract<L>, StructureBlockLoadAbstract<L,V,B,E,W>, StructureBlockSaveAbstract<L,V>

public interface StructureBlockCornerAbstract extends StructureBlockAbstract
  • Method Details

    • setSaveName

      void setSaveName(@Nullable @Nullable String name)
      Sets the name of the save.
      Parameters:
      name - name.
    • getSaveName

      @Nullable @Nullable String getSaveName()
      Returns the name of the save.
      Returns:
      name.