mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 00:36:19 +00:00
Cleanup
This commit is contained in:
@@ -21,7 +21,6 @@ package com.volmit.iris.util.api;
|
||||
import org.bukkit.block.data.BlockData;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface APIAwareBlock
|
||||
{
|
||||
public interface APIAwareBlock {
|
||||
void onPlaced(BlockData block, String namespace, String key, int x, int y, int z);
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ package com.volmit.iris.util.api;
|
||||
import org.bukkit.block.Block;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface APIWorldBlock
|
||||
{
|
||||
public interface APIWorldBlock {
|
||||
void onWorldPlaced(Block block, String namespace, String key);
|
||||
}
|
||||
Reference in New Issue
Block a user