Interface IWriteRedstoneComponent
- All Known Implementing Classes:
WriteRedstoneComponent
public interface IWriteRedstoneComponent
Interface for redstone writing the component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deactivate
(PartTarget target) getDynamicRedstoneBlock
(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) int
getLastPulseValue
(PartTarget target) void
setLastPulseValue
(PartTarget target, int value) void
setRedstoneLevel
(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)
-