Class ConjurePickaxe
java.lang.Object
com.binaris.wizardry.api.content.spell.Spell
com.binaris.wizardry.content.spell.abstr.ConjureItemSpell
com.binaris.wizardry.content.spell.sorcery.ConjurePickaxe
-
Field Summary
Fields inherited from class com.binaris.wizardry.content.spell.abstr.ConjureItemSpell
SUPPORTED_ITEMSFields inherited from class com.binaris.wizardry.api.content.spell.Spell
pitch, pitchVariation, volume -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.world.item.ItemStackaddItemExtras(PlayerCastContext ctx, net.minecraft.world.item.ItemStack stack) Methods inherited from class com.binaris.wizardry.content.spell.abstr.ConjureItemSpell
cast, conjureItem, getPotencyLevel, isSummonableItem, isSummonableItem, isSummoned, properties, registerSupportedItem, spawnParticlesMethods inherited from class com.binaris.wizardry.api.content.spell.Spell
assignProperties, canCastByEntity, canCastByLocation, cast, cast, 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, requiresPacket, soundValues, toString
-
Constructor Details
-
ConjurePickaxe
public ConjurePickaxe()
-
-
Method Details
-
addItemExtras
protected net.minecraft.world.item.ItemStack addItemExtras(PlayerCastContext ctx, net.minecraft.world.item.ItemStack stack) - Overrides:
addItemExtrasin classConjureItemSpell
-