Render *EndSlime*

This commit is contained in:
Frank Bauer 2021-06-24 09:19:20 +02:00
parent d6696feb16
commit e5bf933758
7 changed files with 124 additions and 37 deletions

View file

@ -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);
}