Start migration
This commit is contained in:
parent
6630ce0cab
commit
47ed597358
491 changed files with 12045 additions and 11953 deletions
|
@ -1,9 +1,11 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.core.BlockPos;
|
||||
|
||||
public interface TeleportingEntity {
|
||||
void beSetExitPos(BlockPos pos);
|
||||
|
||||
void beResetExitPos();
|
||||
|
||||
boolean beCanTeleport();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue