Interface IKineticBlockEntityDuck

All Known Implementing Classes:
KineticBlockEntityMixin

public interface IKineticBlockEntityDuck
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.simibubi.create.content.kinetics.base.KineticBlockEntity
    getSource(com.simibubi.create.content.kinetics.base.KineticBlockEntity thisKBE)
     
     
    void
    setSourceIndex(Integer sourceIndex)
     
  • Method Details

    • getSource

      @Nullable static com.simibubi.create.content.kinetics.base.KineticBlockEntity getSource(com.simibubi.create.content.kinetics.base.KineticBlockEntity thisKBE)
    • getSourceIndex

      @Nullable Integer getSourceIndex()
    • setSourceIndex

      void setSourceIndex(@Nullable Integer sourceIndex)