9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-26 02:19:33 +00:00

Suppressed unchecked warnings

This commit is contained in:
Auxilor
2021-01-01 15:15:43 +00:00
parent b33a457416
commit 87a12a450f
4 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.jetbrains.annotations.NotNull;
@SuppressWarnings("unchecked")
public class EntityIllusioner extends EntityIllagerIllusioner implements EntityIllusionerProxy {
/**
* The display name for the illusioner.

View File

@@ -31,6 +31,7 @@ import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.jetbrains.annotations.NotNull;
@SuppressWarnings("unchecked")
public class EntityIllusioner extends EntityIllagerIllusioner implements EntityIllusionerProxy {
/**
* The display name for the illusioner.

View File

@@ -31,6 +31,7 @@ import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.jetbrains.annotations.NotNull;
@SuppressWarnings("unchecked")
public class EntityIllusioner extends EntityIllagerIllusioner implements EntityIllusionerProxy {
/**
* The display name for the illusioner.

View File

@@ -30,6 +30,7 @@ import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.jetbrains.annotations.NotNull;
@SuppressWarnings("unchecked")
public class EntityIllusioner extends EntityIllagerIllusioner implements EntityIllusionerProxy {
/**
* The display name for the illusioner.