Interface IWriteRedstoneComponent
- All Known Implementing Classes:
WriteRedstoneComponent
public interface IWriteRedstoneComponent
Interface for redstone writing the component.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeactivate(PartTarget target) getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) intgetLastPulseValue(PartTarget target) voidsetLastPulseValue(PartTarget target, int value) voidsetRedstoneLevel(PartTarget target, int level, boolean strongPower)
-
Method Details
-
setRedstoneLevel
-
setLastPulseValue
-
getLastPulseValue
-
deactivate
-
getDynamicRedstoneBlock
Optional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side)
-