CustomBossMegaConsumer

Constructors

Link copied to clipboard
public void CustomBossMegaConsumer(CustomBossEntity customBossEntity)
The objective of this class is to set as many fields as possible as a consumer for spawning a Custom Boss.

Functions

Link copied to clipboard
public void applyBossFeatures(LivingEntity livingEntity)
Link copied to clipboard
protected static String parseName(CustomBossEntity customBossEntity, int level)
Link copied to clipboard
protected static void setName(LivingEntity livingEntity, CustomBossEntity customBossEntity, int level)
Link copied to clipboard
public LivingEntity spawn()
Attempts to spawn a CustomBossEntity whose spawn location has already been set.
public LivingEntity spawn(Function<Consumer<LivingEntity>, LivingEntity> bodyFactory)
Uses the ordinary boss setup for native bodies supplied by the Mind host.