Java Code Examples for org.bukkit.Material#SKULL

The following examples show how to use org.bukkit.Material#SKULL . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Skull.java    From Kettle with GNU General Public License v3.0 4 votes vote down vote up
public Skull() {
    super(Material.SKULL);
}
 
Example 2
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 3
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 4
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 5
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 6
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 7
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 8
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}
 
Example 9
Source File: NMSHandler.java    From SkyWarsReloaded with GNU General Public License v3.0 4 votes vote down vote up
@Override
public boolean headCheck(Block h1) {
	return h1.getType() == Material.SKULL;
}