Interface SculkSensor

All Superinterfaces:
BlockState, Metadatable, PersistentDataHolder, TileState
All Known Subinterfaces:
CalibratedSculkSensor

public interface SculkSensor extends TileState
Represents a captured state of a sculk sensor
  • Method Details Link icon

    • getLastVibrationFrequency Link icon

      int getLastVibrationFrequency()
      Gets the last vibration frequency of this sensor. Different activities detected by the sensor will produce different frequencies and dictate the output of connected comparators.
      Returns:
      frequency between 0-15.
    • setLastVibrationFrequency Link icon

      void setLastVibrationFrequency(int lastVibrationFrequency)
      Sets the last vibration frequency of this sensor. Different activities detected by the sensor will produce different frequencies and dictate the output of connected comparators.
      Parameters:
      lastVibrationFrequency - frequency between 0-15.