This commit is contained in:
Electroblob77
2019-01-05 22:18:14 +00:00
parent b374f71533
commit 224ee281ef
33 changed files with 160 additions and 273 deletions
@@ -40,7 +40,7 @@ import net.minecraft.world.World;
*/
public class SpellConstruct<T extends EntityMagicConstruct> extends Spell {
/** A factory that creates projectile entities. */
/** A factory that creates construct entities. */
protected final Function<World, T> constructFactory;
/** The base lifetime of the construct created by this spell, or -1 if the construct does not despawn. */
protected final int baseDuration;