Interface IReadRedstoneComponent

All Known Implementing Classes:
ReadRedstoneComponent

public interface IReadRedstoneComponent
Interface for redstone reading the component.
  • Method Details

    • setAllowRedstoneInput

      void setAllowRedstoneInput(PartTarget target, boolean allow)
    • getDynamicRedstoneBlock

      net.minecraftforge.common.util.LazyOptional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side)