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