Interface ThresholdSwitchObservable

All Known Implementing Classes:
ElevatorPulleyBlockEntity, PulleyBlockEntity

public interface ThresholdSwitchObservable
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.chat.MutableComponent
    format(int value)
     
    int
     
    int
     
    int
     
  • Method Details

    • getMaxValue

      int getMaxValue()
    • getMinValue

      int getMinValue()
    • getCurrentValue

      int getCurrentValue()
    • format

      net.minecraft.network.chat.MutableComponent format(int value)