/
Belyash5
/
Flu
Обзор
Документация
Войти
/
Belyash5
/
Flu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/com/hbm/tileentity/IRadarCommandReceiver.java
9 строк
218 B
Bob
we gotta move these color TVs
26 ноя 2023, 22:27
26 ноя 2023, 22:27
bdbb960
Код
Авторство
О чём код?
package com.hbm.tileentity; import net.minecraft.entity.Entity; public interface IRadarCommandReceiver { public boolean sendCommandPosition(int x, int y, int z); public boolean sendCommandEntity(Entity target); }