Class BrainBuilder<E extends LivingEntity>

java.lang.Object
net.minecraftforge.common.util.BrainBuilder<E>

public class BrainBuilder<E extends LivingEntity> extends Object
This object is used to encapsulate state found inside a Brain instance, to make it easily accessible for modders to manipulate during LivingMakeBrainEvent.

Provided are a variety of getter/setter methods to access and manipulate the encapsulated state.

Methods marked with "INTENDED FOR INTERNAL USE" are only meant to be used inside: Of course, nothing egregious will happen should a modder choose to use them for their own purposes.