Interface SavesControllerPosBlockEntity

All Known Subinterfaces:
GhostMultiblockPartBE, MultiblockPartEntity
All Known Implementing Classes:
SimpleGhostMultiblockPartBE

public interface SavesControllerPosBlockEntity
This interface allows your blockentity to set a controller pos
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setControllerPos(net.minecraft.core.BlockPos blockPos)
     
  • Method Details

    • setControllerPos

      void setControllerPos(net.minecraft.core.BlockPos blockPos)