Interface IActuator
Deprecated.
What was this interface ever for? Some planned functionality lost to the mists of time?
-
Method Summary
Modifier and TypeMethodDescriptionvoidactuate(net.minecraft.world.level.block.entity.BlockEntity universalActuator) Deprecated.Deprecated.Should return the description of this sensor displayed in the GUI stat.Deprecated.Same asIBaseSensor.getSensorPath()booleanDeprecated.When returned true, the GUI will enable the textbox writing, otherwise not.
-
Method Details
-
getSensorPath
String getSensorPath()Deprecated.Same asIBaseSensor.getSensorPath()- 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
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
-