From 62b06f8fc615c7d44908935ab33a71e7355625ce Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Sat, 20 Jun 2020 21:40:52 +0100 Subject: [PATCH] Remove stray javadoc --- src/main/java/electroblob/wizardry/spell/SpeedTime.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/electroblob/wizardry/spell/SpeedTime.java b/src/main/java/electroblob/wizardry/spell/SpeedTime.java index c3f1a50a..0882bafd 100644 --- a/src/main/java/electroblob/wizardry/spell/SpeedTime.java +++ b/src/main/java/electroblob/wizardry/spell/SpeedTime.java @@ -19,11 +19,6 @@ import net.minecraft.world.World; import java.util.ArrayList; import java.util.List; -/** - * This class represents a blank spell used to fill empty slots on wands. It is unobtainable in-game, except via - * commands, and does nothing when the player attempts to cast it. Its instance can be referenced directly using - * {@link electroblob.wizardry.registry.Spells#none Spells.none} - */ public class SpeedTime extends Spell { /** The base number of ticks to add to the world time for each tick the spell is cast. */