Class SummonZombie
java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.abstr.MinionSpell<net.minecraft.world.entity.monster.Zombie>
com.binaris.wizardry.content.spell.necromancy.SummonZombie
-
Field Summary
Fields inherited from class com.binaris.wizardry.content.spell.abstr.MinionSpell
flying, minionFactory, shouldDeleteBaseGoals, 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.Zombie minion, CastContext ctx, int alreadySpawned) protected net.minecraft.world.entity.monster.ZombiecreateMinion(net.minecraft.world.level.Level world, @Nullable net.minecraft.world.entity.LivingEntity caster, SpellModifiers modifiers) protected @NotNull SpellPropertiesMethods inherited from class com.binaris.wizardry.content.spell.abstr.MinionSpell
canCastByEntity, canCastByLocation, cast, cast, cast, extraConditions, flying, requiresPacket, setLifetime, setSearchNearbyTargets, setShouldDeleteGoals, setShouldFollowOwner, spawnMinionsMethods inherited from class com.binaris.wizardry.api.content.spell.Spell
assignProperties, endCast, equals, getAction, getChargeUp, getCooldown, getCost, getDesc, getDescriptionFormatted, getDescriptionId, getElement, getIcon, getLocation, getLoopSounds, getOrCreateDescriptionId, getOrCreateLocation, getPitch, getPitchVariation, getProperties, getTier, getType, getVolume, isEnabled, isInstantCast, onCharge, playSound, playSound, playSound, playSoundLoop, playSoundLoop, property, soundValues, toString
-
Constructor Details
-
SummonZombie
public SummonZombie()
-
-
Method Details
-
createMinion
protected net.minecraft.world.entity.monster.Zombie createMinion(net.minecraft.world.level.Level world, @Nullable @Nullable net.minecraft.world.entity.LivingEntity caster, SpellModifiers modifiers) - Overrides:
createMinionin classMinionSpell<net.minecraft.world.entity.monster.Zombie>
-
addMinionExtras
protected void addMinionExtras(net.minecraft.world.entity.monster.Zombie minion, CastContext ctx, int alreadySpawned) - Overrides:
addMinionExtrasin classMinionSpell<net.minecraft.world.entity.monster.Zombie>
-
properties
- Overrides:
propertiesin classMinionSpell<net.minecraft.world.entity.monster.Zombie>
-