Interface ThresholdSwitchObservable
- All Known Implementing Classes:
ElevatorPulleyBlockEntity,PulleyBlockEntity
public interface ThresholdSwitchObservable
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.MutableComponentformat(int value) intintint
-
Method Details
-
getMaxValue
int getMaxValue() -
getMinValue
int getMinValue() -
getCurrentValue
int getCurrentValue() -
format
net.minecraft.network.chat.MutableComponent format(int value)
-