Class SummonWitherSkeleton
java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.abstr.MinionSpell<net.minecraft.world.entity.monster.WitherSkeleton>
com.binaris.wizardry.content.spell.necromancy.SummonWitherSkeleton
public class SummonWitherSkeleton
extends MinionSpell<net.minecraft.world.entity.monster.WitherSkeleton>
-
Field Summary
Fields inherited from class com.binaris.wizardry.content.spell.abstr.MinionSpell
flying, HEALTH_MODIFIER, minionFactory, POTENCY_ATTRIBUTE_MODIFIER, shouldFollowOwnerFields inherited from class com.binaris.wizardry.api.content.spell.Spell
pitch, pitchVariation, volume -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddMinionExtras(net.minecraft.world.entity.monster.WitherSkeleton minion, CastContext ctx, int alreadySpawned) Methods inherited from class com.binaris.wizardry.content.spell.abstr.MinionSpell
canCastByEntity, canCastByLocation, cast, cast, cast, createMinion, extraConditions, flying, properties, requiresPacket, setShouldFollowOwner, spawnMinionsMethods inherited from class com.binaris.wizardry.api.content.spell.Spell
assignProperties, endCast, getAction, getCharge, getCooldown, getCost, getDesc, getDescriptionFormatted, getDescriptionId, getElement, getIcon, getLocation, getLoopSounds, getOrCreateDescriptionId, getOrCreateLocation, getPitch, getPitchVariation, getProperties, getTier, getType, getVolume, hasEnded, is, is, is, isEmpty, isEnabled, isInstantCast, onCharge, playSound, playSound, playSound, playSoundLoop, playSoundLoop, property, setProperties, soundValues, toString
-
Constructor Details
-
SummonWitherSkeleton
public SummonWitherSkeleton()
-
-
Method Details
-
addMinionExtras
protected void addMinionExtras(net.minecraft.world.entity.monster.WitherSkeleton minion, CastContext ctx, int alreadySpawned) - Overrides:
addMinionExtrasin classMinionSpell<net.minecraft.world.entity.monster.WitherSkeleton>
-