Class GhostMultiblockShape

java.lang.Object
com.portingdeadmods.portingdeadlibs.api.ghost.GhostMultiblockShape

public class GhostMultiblockShape extends Object
  • Method Details

    • getPartPositions

      public Set<net.minecraft.core.BlockPos> getPartPositions()
    • getControllerPosition

      public net.minecraft.core.BlockPos getControllerPosition()
    • getRelativeBounds

      public net.minecraft.world.phys.AABB getRelativeBounds()
    • getItemHandlerParts

      public Set<net.minecraft.core.BlockPos> getItemHandlerParts()
    • getFluidHandlerParts

      public Set<net.minecraft.core.BlockPos> getFluidHandlerParts()
    • getEnergyStorageParts

      public Set<net.minecraft.core.BlockPos> getEnergyStorageParts()
    • getRotated

      public GhostMultiblockShape getRotated(net.minecraft.core.Direction direction)
    • builder

      public static GhostMultiblockShape.Builder builder()