Interface Realizable
-
- All Implemented Interfaces:
public interface Realizable
Glom
-
-
Method Summary
Modifier and Type Method Description Integer
compareTo(BaseObject other)
abstract Unit
realize(LivingEntity entity)
abstract Unit
unrealize(LivingEntity entity)
abstract Integer
getPriority()
-
-
Method Detail
-
compareTo
Integer compareTo(BaseObject other)
-
realize
abstract Unit realize(LivingEntity entity)
-
unrealize
abstract Unit unrealize(LivingEntity entity)
-
getPriority
abstract Integer getPriority()
-
-
-
-