Class ReadRedstoneComponent
java.lang.Object
org.cyclops.integrateddynamics.part.aspect.read.redstone.ReadRedstoneComponent
- All Implemented Interfaces:
IReadRedstoneComponent
Default component for writing redstone levels.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamicRedstoneBlock
(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) void
setAllowRedstoneInput
(PartTarget target, boolean allow)
-
Constructor Details
-
ReadRedstoneComponent
public ReadRedstoneComponent()
-
-
Method Details
-
setAllowRedstoneInput
- Specified by:
setAllowRedstoneInput
in interfaceIReadRedstoneComponent
-
getDynamicRedstoneBlock
public Optional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) - Specified by:
getDynamicRedstoneBlock
in interfaceIReadRedstoneComponent
-