Interface IReadRedstoneComponent
- All Known Implementing Classes:
ReadRedstoneComponent
public interface IReadRedstoneComponent
Interface for redstone reading the component.
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamicRedstoneBlock
(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) void
setAllowRedstoneInput
(PartTarget target, boolean allow)
-
Method Details
-
setAllowRedstoneInput
-
getDynamicRedstoneBlock
Optional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side)
-