mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 20:09:14 +00:00
1.2半成品
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.momirealms.customfishing.integration;
|
||||
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.block.Block;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface BlockInterface {
|
||||
|
||||
void removeBlock(Block block);
|
||||
void placeBlock(String id, Location location);
|
||||
@Nullable
|
||||
String getID(Block block);
|
||||
}
|
||||
Reference in New Issue
Block a user