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

      Optional<IDynamicRedstone> getDynamicRedstoneBlock(org.cyclops.cyclopscore.datastructure.DimPos dimPos, net.minecraft.core.Direction side)