Render *EndSlime*
This commit is contained in:
parent
d6696feb16
commit
e5bf933758
7 changed files with 124 additions and 37 deletions
|
@ -1,5 +1,8 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.world.entity.Entity;
|
||||
|
||||
public interface ISlime {
|
||||
public void be_setSlimeSize(int size, boolean heal);
|
||||
void entityRemove(Entity.RemovalReason removalReason);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue