Package fr.fidorial.entity.mob
package fr.fidorial.entity.mob
Bending the built-in mobs, and writing new ones.
- Since:
- 0.1.0
-
ClassDescriptionA living entity that moves and thinks, whether it is a built-in mob or one a plugin defined.The plugin-side half of a mob: one instance per mob, free to hold that mob's state.Builds the behaviour bound to one mob.Everything the server needs to build a mob a plugin invented.Assembles a
MobDefinition.Where mobs are declared: the built-in ones, the ones plugins bend, and the ones they invent.