1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Did more requested changes

This commit is contained in:
Seggan 2020-10-05 17:05:05 -04:00
parent a4dc1428bc
commit db6295616e
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import java.util.stream.Collectors;
import javax.annotation.Nonnull; import javax.annotation.Nonnull;
import javax.annotation.Nullable; import javax.annotation.Nullable;
import org.apache.commons.lang.Validate; import org.apache.commons.lang.Validate;
import org.bukkit.Bukkit; import org.bukkit.Bukkit;
import org.bukkit.Server; import org.bukkit.Server;

View File

@ -17,10 +17,12 @@ import javax.annotation.ParametersAreNonnullByDefault;
* The {@link ElytraCap} negates damage taken when crashing into a wall using an elytra. * The {@link ElytraCap} negates damage taken when crashing into a wall using an elytra.
* *
* @author Seggan * @author Seggan
*
* @see io.github.thebusybiscuit.slimefun4.implementation.listeners.ElytraCrashListener
*/ */
public class ElytraCap extends SlimefunArmorPiece implements DamageableItem, ProtectiveArmor { public class ElytraCap extends SlimefunArmorPiece implements DamageableItem, ProtectiveArmor {
private NamespacedKey key; private final NamespacedKey key;
@ParametersAreNonnullByDefault @ParametersAreNonnullByDefault
public ElytraCap(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { public ElytraCap(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) {