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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.common.util.LazyOptional<IDynamicRedstone>getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) voidsetAllowRedstoneInput(PartTarget target, boolean allow)
-
Constructor Details
-
ReadRedstoneComponent
public ReadRedstoneComponent()
-
-
Method Details
-
setAllowRedstoneInput
- Specified by:
setAllowRedstoneInputin interfaceIReadRedstoneComponent
-
getDynamicRedstoneBlock
public net.minecraftforge.common.util.LazyOptional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side) - Specified by:
getDynamicRedstoneBlockin interfaceIReadRedstoneComponent
-