Interface IActuator


@Deprecated public interface IActuator
Deprecated.
What was this interface ever for? Some planned functionality lost to the mists of time?
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actuate(net.minecraft.world.level.block.entity.BlockEntity universalActuator)
    Deprecated.
     
    Deprecated.
    Should return the description of this sensor displayed in the GUI stat.
    Deprecated.
    boolean
    Deprecated.
    When returned true, the GUI will enable the textbox writing, otherwise not.
  • Method Details

    • getSensorPath

      String getSensorPath()
      Deprecated.
      Returns:
      a path
    • needsTextBox

      boolean needsTextBox()
      Deprecated.
      When returned true, the GUI will enable the textbox writing, otherwise not.
      Returns:
      true if a text box is needed
    • getDescription

      List<String> getDescription()
      Deprecated.
      Should return the description of this sensor displayed in the GUI stat. Information should at least include when this sensor emits redstone and how (analog (1 through 15), or digital).
      Returns:
      a sensor description
    • actuate

      void actuate(net.minecraft.world.level.block.entity.BlockEntity universalActuator)
      Deprecated.
      Parameters:
      universalActuator - an actuator block entity