Class DataHandlerLand

java.lang.Object
org.kingdoms.data.handlers.DataHandler<SimpleChunkLocation,Land>
org.kingdoms.data.handlers.DataHandlerLand

public final class DataHandlerLand extends org.kingdoms.data.handlers.DataHandler<SimpleChunkLocation,Land>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    load(@NotNull org.kingdoms.data.database.dataprovider.SectionableDataGetter provider, SimpleChunkLocation id)
     
    void
    save(@NotNull org.kingdoms.data.database.dataprovider.SectionableDataSetter provider, @NonNull Land data)
     

    Methods inherited from class org.kingdoms.data.handlers.DataHandler

    getIdHandler, getSqlProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataHandlerLand

      public DataHandlerLand()
  • Method Details

    • save

      public void save(@NotNull @NotNull org.kingdoms.data.database.dataprovider.SectionableDataSetter provider, @NonNull Land data)
      Specified by:
      save in class org.kingdoms.data.handlers.DataHandler<SimpleChunkLocation,Land>
    • load

      public Land load(@NotNull @NotNull org.kingdoms.data.database.dataprovider.SectionableDataGetter provider, SimpleChunkLocation id)
      Specified by:
      load in class org.kingdoms.data.handlers.DataHandler<SimpleChunkLocation,Land>