Server mixins update
This commit is contained in:
parent
de3bc706bd
commit
2a8853d615
42 changed files with 302 additions and 316 deletions
|
@ -3,7 +3,7 @@ package ru.betterend.interfaces;
|
|||
import net.minecraft.core.BlockPos;
|
||||
|
||||
public interface TeleportingEntity {
|
||||
void beSetExitPos(BlockPos pos);
|
||||
void beResetExitPos();
|
||||
boolean beCanTeleport();
|
||||
void be_setExitPos(BlockPos pos);
|
||||
void be_resetExitPos();
|
||||
boolean be_canTeleport();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue