Interface IRadarCommandReceiver

All Known Implementing Classes:
LaunchPadBaseBlockEntity, LaunchPadBlockEntity, LaunchPadLargeBlockEntity, LaunchPadRustedBlockEntity

public interface IRadarCommandReceiver
Площадка / устройство, принимающее команды пуска от радара.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    sendCommandEntity(net.minecraft.world.entity.Entity target)
     
    boolean
    sendCommandPosition(net.minecraft.core.BlockPos pos)
     
  • Method Details

    • sendCommandPosition

      boolean sendCommandPosition(net.minecraft.core.BlockPos pos)
    • sendCommandEntity

      boolean sendCommandEntity(net.minecraft.world.entity.Entity target)