Class ShipsLicenceSignFinder

java.lang.Object
org.ships.vessel.common.loader.ShipsLicenceSignFinder
All Implemented Interfaces:
ShipsLoader

@Deprecated(forRemoval=true) public class ShipsLicenceSignFinder extends Object implements ShipsLoader
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.core.world.position.block.entity.sign.SignTileEntity
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShipsLicenceSignFinder(org.core.world.position.block.entity.sign.SignTileEntity ste)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ShipsLicenceSignFinder(org.core.world.position.impl.sync.SyncPosition<Integer> position)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • ste

      protected org.core.world.position.block.entity.sign.SignTileEntity ste
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ShipsLicenceSignFinder

      public ShipsLicenceSignFinder(org.core.world.position.impl.sync.SyncPosition<Integer> position) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • ShipsLicenceSignFinder

      public ShipsLicenceSignFinder(org.core.world.position.block.entity.sign.SignTileEntity ste)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details