Interface CorporeaRequestor

All Known Implementing Classes:
CorporeaCrystalCubeBlockEntity, CorporeaFunnelBlockEntity, CorporeaIndexBlockEntity

public interface CorporeaRequestor
A TileEntity that implements this be called by other TileEntities to allow for it to do any request at any time. This is used by the Corporea Retainer for example.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doCorporeaRequest(CorporeaRequestMatcher request, int count, CorporeaSpark spark, @Nullable net.minecraft.world.entity.LivingEntity entity)
    Executes the passed in request.
  • Method Details

    • doCorporeaRequest

      void doCorporeaRequest(CorporeaRequestMatcher request, int count, CorporeaSpark spark, @Nullable @Nullable net.minecraft.world.entity.LivingEntity entity)
      Executes the passed in request.