Skip to content

Commit

Permalink
Remove unexisting methods in 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matocolotoe committed Apr 8, 2020
1 parent 637a902 commit 57f8309
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions src/main/java/ch/njol/skript/util/BlockStateBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;

import com.destroystokyo.paper.block.BlockSoundGroup;

import ch.njol.skript.Skript;
import ch.njol.skript.bukkitutil.block.BlockCompat;
import ch.njol.skript.bukkitutil.block.MagicBlockCompat;
Expand Down Expand Up @@ -409,9 +407,4 @@ public boolean isPassable() {
public BoundingBox getBoundingBox() {
return state.getBlock().getBoundingBox();
}

@Override
public BlockSoundGroup getSoundGroup() {
return state.getBlock().getSoundGroup();
}
}
7 changes: 0 additions & 7 deletions src/main/java/ch/njol/skript/util/DelayedChangeBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;

import com.destroystokyo.paper.block.BlockSoundGroup;

import ch.njol.skript.Skript;
import ch.njol.skript.bukkitutil.block.BlockCompat;
import ch.njol.skript.bukkitutil.block.MagicBlockCompat;
Expand Down Expand Up @@ -374,9 +372,4 @@ public boolean isPassable() {
public BoundingBox getBoundingBox() {
return b.getBoundingBox();
}

@Override
public BlockSoundGroup getSoundGroup() {
return b.getSoundGroup();
}
}

0 comments on commit 57f8309

Please # to comment.