@@ -0,0 +1,7 @@
|
||||
package org.bukkit.block.data.type;
|
||||
|
||||
import org.bukkit.block.data.Powerable;
|
||||
import org.bukkit.block.data.Rotatable;
|
||||
|
||||
public interface Skull extends Powerable, Rotatable {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package org.bukkit.block.data.type;
|
||||
|
||||
import org.bukkit.block.data.Directional;
|
||||
import org.bukkit.block.data.Powerable;
|
||||
|
||||
public interface WallSkull extends Directional, Powerable {
|
||||
}
|
||||
Reference in New Issue
Block a user