Merge and fix
This commit is contained in:
parent
b91c85529d
commit
ce9f4add97
548 changed files with 17517 additions and 16862 deletions
|
@ -1,14 +1,14 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
public interface TeleportingEntity {
|
||||
public abstract long beGetCooldown();
|
||||
public abstract void beSetCooldown(long time);
|
||||
public abstract void beSetExitPos(BlockPos pos);
|
||||
public abstract BlockPos beGetExitPos();
|
||||
|
||||
default boolean hasCooldown() {
|
||||
return this.beGetCooldown() > 0;
|
||||
}
|
||||
}
|
||||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
public interface TeleportingEntity {
|
||||
public abstract long beGetCooldown();
|
||||
public abstract void beSetCooldown(long time);
|
||||
public abstract void beSetExitPos(BlockPos pos);
|
||||
public abstract BlockPos beGetExitPos();
|
||||
|
||||
default boolean hasCooldown() {
|
||||
return this.beGetCooldown() > 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue