Finally fixed Eternal Teleportation
This commit is contained in:
parent
337dd60d18
commit
5e6763d619
5 changed files with 150 additions and 61 deletions
|
@ -4,6 +4,6 @@ import net.minecraft.util.math.BlockPos;
|
|||
|
||||
public interface TeleportingEntity {
|
||||
void beSetExitPos(BlockPos pos);
|
||||
|
||||
void beResetExitPos();
|
||||
boolean beCanTeleport();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue