Package com.hbm_m.blockentity
Interface IRadarCommandReceiver
- All Known Implementing Classes:
LaunchPadBaseBlockEntity,LaunchPadBlockEntity,LaunchPadLargeBlockEntity,LaunchPadRustedBlockEntity
public interface IRadarCommandReceiver
Площадка / устройство, принимающее команды пуска от радара.
-
Method Summary
Modifier and TypeMethodDescriptionbooleansendCommandEntity(net.minecraft.world.entity.Entity target) booleansendCommandPosition(net.minecraft.core.BlockPos pos)
-
Method Details
-
sendCommandPosition
boolean sendCommandPosition(net.minecraft.core.BlockPos pos) -
sendCommandEntity
boolean sendCommandEntity(net.minecraft.world.entity.Entity target)
-